<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header_inner_pages{
	width: 100%;
	height: 290px;
	position: relative;
	z-index: 2;
}
.middle_header_inner_pages{
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}
.inner_page_name{
	position: absolute;
	bottom: 60px;
	left: 27px;
	color: #1587c8;
	font-size: 40px;
	font-weight: bold;
	line-height: 0.9;
}
.header_inner_pannel_bottom{
	width: 600px;
	height: 100px;
	position: absolute;
	bottom: -54px;
	left: 0px;
	background: white;
}
.header_inner_pannel_bottom_triangle{
	width: 40px;
	height: 100px;
	background: url(../../images/header_inner_pannel_bottom_triangle.png);
	position: absolute;
	right: -40px;
	top: 0px;
	z-index: 2;
}
.header_inner_pannel_bottom_triangle_shadow{
	width: 92px;
	height: 121px;
	background: url(../../images/header_inner_pannel_bottom_triangle_shadow.png);
	position: absolute;
	z-index: 1;
	right: -41px;
    top: -16px;
}
.header_inner_pannel_bottom_text{
	margin-left: 30px;
	padding-top: 32px;
	line-height: 0.9;
	font-size: 40px;
	font-weight: bold;
	color: #1587c8;
}













.videos_container{
	width: 100%;
	min-height: 660px;
	overflow: hidden;
	background: white;
	position: relative;
}
.middle_videosg_container{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	position: relative;
}
.all_videos_post{
	width: 100%;
	overflow: hidden;
    margin-top: 80px;
}
.one_video{
	width: 390px;
	height: 290px;
	float: left;
	margin-right: 15px;
	margin-bottom: 16px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	cursor: pointer;
}
.one_video:nth-child(3n+2){
	margin-right: 0px;
}
.video_image{
	width: 390px;
	height: 220px;
	position: relative;
}
.video_image_play_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 3;
	cursor: pointer;
	background: url(../../images/video_play_icon.png);
	width: 98px;
	height: 98px;
}
.one_video_bottom_part{
	width: 390px;
	height: 70px;
	background: white;
}
.one_video_text{
	position: relative;
	margin-left: 17px;
	padding-top: 15px;
	width: 360px;
	font-size: 17px;
	color: #636363;
	font-weight: bold;
}
.one_video:first-child{
	width: 595px;
	height: 440px;
	margin-right: 10px;
}
 .one_video:nth-child(2){
 	width: 595px;
	height: 440px;
	margin-right: 0px;
 }

.one_video:first-child .video_image{
	width: 595px;
	height: 390px;
}
.one_video:nth-child(2) .video_image{
	width: 595px;
	height: 390px;
}

.one_video:first-child .one_video_bottom_part{
	width: 595px;
	height: 50px;
}
.one_video:nth-child(2) .one_video_bottom_part{
	width: 595px;
	height: 50px;
}

.one_video:first-child .one_video_text{
	width: 565px;
}
.one_video:nth-child(2) .one_video_text{
	width: 565px;
}
.one_video:hover{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.one_video:hover .video_image_play_icon{
	background: url('../../images/video_play_icon_hover.png');
}
.one_video:hover .one_video_text{
	color: #1587c8;
}


/* ////////////// pagination /////////////*/
.videos_pagination_container{
    display: table;
    position: relative;
    margin: auto;
    margin-bottom: 55px;
    margin-top: 50px;
}
.pagination{
    display: table!important;
    margin: auto!important;
    padding: 0px!important;
}
.light-theme a, .light-theme span{
    border: 1px solid #252525!important;
    box-shadow:none!important;
    background: white!important;
    /*font-family: 'Open Sans', sans-serif!important;*/
    line-height: normal!important;
    padding: 17px 22px 17px 22px;
    margin: 0 1px 0 0;
    border-radius: 0px;
    font-size: 20px!important;
    font-weight: bold!important;
    color: #252525!important;
}
.light-theme a:hover{
    color: white!important;
    background: #00e8b2!important;
    border: 1px solid #00e8b2!important;
}
.light-theme .current{
    color: white!important;
    background: #00e8b2!important;
    border: 1px solid #00e8b2!important;
}
.prev{
    display: none!important;
}
.next{
    display: none!important;
}
/* ////////////// pagination /////////////*/








.video_popup_container{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 200;
}
.video_popup_panel{
	width: 1000px;
	height: 620px;
	background: white;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.close_video_popup_container{
	width: 97px;
    height: 97px;
    background: url(../../images/close_register_login_header_container.png);
    position: absolute;
    right: 6px;
    top: 9px;
    z-index: 3;
}
.close_video_icon{
	width: 31px;
    height: 32px;
    background: url(../../images/close_register_login_header.png);
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.close_video_icon:hover{
	background: url(../../images/close_register_login_header_hover.png);
}
.video_popup_content{
	width: 960px;
	height: 580px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.video_popup_content_background{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.youtube_video_player{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.video_image_play_icon_popup{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 3;
	cursor: pointer;
	background: url(../../images/video_play_icon.png);
	width: 98px;
	height: 98px;
}
.video_image_play_icon_popup:hover{
	background: url(../../images/video_play_icon_hover.png);
}




















@media all and (max-width: 1024px){
	.middle_header_inner_pages{
    	width: 950px;
	}
	.header_inner_pannel_bottom {
    	width: 400px;
	}
	.header_inner_pannel_bottom_text{
		font-size: 30px;
	}



	.middle_videosg_container{
		width: 950px;
		overflow: visible;
	}
	.all_videos_post{
		overflow: visible;
		min-height: 762px;
	}
	.one_video:first-child{
		width: 470px;
	}
	.one_video:first-child .video_image{
		width: 100%;
	}
	.one_video:first-child .one_video_bottom_part{
		width: 100%;
	}
	.one_video:first-child .one_video_text{
		width: calc(100% - 30px);
	}
	.one_video:nth-child(2){
		width: 470px;
	}
	.one_video:nth-child(2) .video_image{
		width: 100%;
	}
	.one_video:nth-child(2) .one_video_bottom_part{
		width: 100%;
	}
	.one_video:nth-child(2) .one_video_text {
	    width: calc(100% - 30px);
	}
	.one_video{
		width: 306px;
	}
	.video_image{
		width: 100%;
	}
	.one_video_bottom_part{
		width: 100%;
	}
	.one_video_text{
		width: calc(100% - 30px);
	}
}
@media all and (max-width: 768px){
	.middle_header_inner_pages {
	    width: 650px;
	}


	.middle_videosg_container{
		width: 650px;
	}
	.one_video:first-child{
		width: 317px;
		height: 290px;
	}
	.one_video:first-child .one_video_bottom_part{
		height: 70px;
	}
	.one_video:first-child .video_image{
		height: 220px;
	}
	.one_video:nth-child(2){
		width: 317px;
		height: 290px;
	}
	.one_video:nth-child(2) .one_video_bottom_part{
		height: 70px;
	}
	.one_video:nth-child(2) .video_image{
		height: 220px;
	}
	.one_video{
		width: 317px;
	}
	.one_video:nth-child(3n+2) {
	    margin-right: 15px;
	}
	.one_video:nth-child(2n) {
	    margin-right: 0px;
	}
	.video_popup_panel{
		width: 90%;
	}
	.video_popup_content{
		width: calc(100% - 40px);
	}
}
@media all and (max-width: 740px){
	.middle_header_inner_pages{
		width: 550px;
	}
	.header_inner_pannel_bottom {
	    width: 300px;
	}
	.header_inner_pannel_bottom_text {
	    font-size: 24px;
	}





	.middle_videosg_container{
		width: 550px;
	}
	.one_video{
		width: 267px!important;
	}
	.video_popup_panel{
		height: 90%;
	}
	.video_popup_content{
		height: calc(100% - 40px);
	}

}
@media all and (max-width: 450px){
	.middle_header_inner_pages{
		width: 340px;
	}
	.inner_page_name{
		font-size: 33px;
		bottom: 65px;
	}
	.header_inner_pages{
		height: 235px;
	}




	.middle_videosg_container{
		width: 340px;
	}
	.one_video{
		width: 100%!important;
		margin-right: 0px!important;
	}
}</pre></body></html>