/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:TitilliumWeb,cairo, sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#233f7e;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#6a7388;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1230px;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	background:#000;
	position:relative;
	float:right;
	display:block;
	height:35px;
	z-index:110;
	text-transform:uppercase;
}
.icon_menu_open{
	float:left;
}
#top .width{
	height:45px;
	border-radius:5px;
	margin-top:10px;
	background:#233f7e;
}
.welcome{
	float:left;
	position:relative;
	font-size:12px;
	font-weight:600;
	color:#e4e1e1;
	padding-left:15px;
	line-height:45px;
}
.welcome span{
	color:#fff;
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#e4e1e1;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	height:45px;
	line-height:45px;
}
.s_contact li span{
	direction:ltr;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	color:#e4e1e1;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-left:0px;
	margin-right:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#fff;
	background:#6a7388;
}
.s_contact li a:hover:before{
	color:#fff;
}
.lang{
	float:right;
	padding-right:15px;
	display:none;
	padding-top:4px;
}
.lang a {
	line-height: 35px;
	position: relative;
	height: 35px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 0px 13px;
	text-transform: uppercase;
	z-index: 10;
	background: #6a7388;
	font-size:12px;
	border-radius:5px;
	color: #fff;
}
.lang a:hover{
	background:#fff;
	color:#6a7388;
}
.social {
	float:left;
	margin-left:10px;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	color:#e4e1e1;
	display: block;
	font-size: 13px;
	z-index: 11;
	height:45px;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 12px;
	line-height: 45px;
}
.social li a:hover{
	color:#fff;
	background:#6a7388;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end top*/
/*start header*/
#header {
	background-color: #fff;
	z-index: 102;
	width: 100%;
	float: right;
	clear: both;
	height: 120px;
	padding-top:25px;
	position: relative;
	box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.2);
}
.logo {
	position: relative;
	z-index: 100;
	float:left;
}
.logo img {
	height:85px;
}
.nav {
	float: right;
	margin-top:30px;
}
.nav li{
	float:left;
	position:relative;
	display:block;
}
.nav li a{
	height:40px;
	display:block;
	color:#333;
	position:relative;
	padding:0px 18px;
	line-height:40px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
}
.nav li a:before{
	content:"";
	width:5px;
	height:5px;
	background:#ccc;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	right:0;
	top:19px;
}
.nav li a:after{
	content:"";
	height:5px;
	display:block;
	background:#6a7388;
	position:absolute;
	border-radius:5px;
	bottom:0px;
	left:200px;
	right:200px;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
}
.nav li a:hover,.nav li:hover a{
	color:#000;
}
.nav li a:hover:after,.nav li:hover a:after{
	right:20px;
	left:20px;
}
.nav li:hover .sub{
	display:block;
}
.sub{
	position: absolute;
	width: 210px;
	display:none;
	top:40px;
	left:0px;
	z-index:200;
	padding:5px 0px;
}
.sub ul{
	background-color:#fff;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0px 0px 10px -1px rgba(0,0,0,0.1);
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:12px 10px;
	background:none;
	line-height:normal;
	font-size:13px;
	color:#000;
	height:auto;
	text-align:left;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#233f7e;
	color:#fff;
	padding-left:13px;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li:last-child a:before{
	content: "\f036";
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:auto;
	border-radius:0;
	background:none;
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0;
	margin-right: 10px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background: #fff;
	width: 100%;
	height: 95px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top: -1000px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.3);
}
body.scrolled .nav_fix{
	top:0;
}
body.scrolled .logo{
	padding-top:5px;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#141125;
	background-image:url(../images/bg/bg45.png);
	float:right;	
	width:100%;
	clear:both;
	padding:90px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}
.foot_loop{
	width:25%;
	float:left;
	padding:0px 20px;
	color:#f4f9fc;
}
.foot_loop h2,.foot_bottom h2{
	font-weight:600;
	letter-spacing:1px;
	font-size:18px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after,.foot_bottom h2:after{
	width:25%;
	content:"";
	height:5px;
	background:#233f7e;
	display:block;
	margin-top:10px;
	border-radius:4px;
}
.foot_about {
	clear: both;
	display: block;
	color:#aaa;
	font-size: 14px;
	font-weight:400;
}
.foot_loop ul{
	clear:both;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 8px 0 8px;
	color:#aaa;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:400;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-right:5px;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#6a7388;
	padding-left:10px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"\f005";
	font-family:FontAwesome;
	background:#6a7388;
	width:14px;
	height:15px;
	padding-left:1px;
	line-height:15px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	font-weight:normal;
	margin-right:5px;
	font-size:7px;
}
.foot_contact span{
	color: #fff;
	text-transform:uppercase;
	display: block;
	font-size: 14px;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.1);
	color:rgba(255,255,255,0.7);
	text-transform:capitalize;
	border-radius:3px;
	font-size: 13px;
	font-weight:400;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p a{
	color:rgba(255,255,255,0.7);
}
.foot_contact p a:hover{
	color:#233f7e;
}
.foot_contact p b{
	font-weight:400;
	background:#233f7e;
	padding:0px 5px;
	left:-20px;
	position:relative;
}
.foot_loop ul.foot_branch li {
	display: block;
	float: left;
	width: 33.33%;
	padding:2px;
	text-align: center;
}
.foot_loop ul.foot_branch li a:before {
	display:none;
}
.foot_loop ul.foot_branch li a {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 5px;
	font-weight: 600;
	font-size: 13px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a,.foot_loop ul.foot_branch li a:hover{
	color:#fff;
	background:#233f7e;
	border:1px solid #233f7e;
}
.foot_bottom {
	margin-top: 10px;
	position:relative;
	padding: 0px 15px;
}
.foot_bottom h2:after{
	width:5%;
}
#footer .social {
	clear: none;
	float: left;
	border: none;
	height: auto;
	margin: 5px 0 0;
}
#footer .social li {
	float: left;
}
#footer .social li a {
	width: 35px;
	min-width:35px;
	height: 35px;
	line-height: 35px;
	border-radius:0px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-left:3px;
	border:none;
	text-align:center;
	background: rgba(0,0,0,0.2);
	color: #fff;
}
#footer .social li a:hover{
	background:#233f7e;
	color:#fff;
}
.contact_home {
	float:right;
}
.contact_home a {
	display: inline-block;
	font-weight: 600;
	padding: 10px 20px;
	background: #233f7e;
	border: 1px solid #233f7e;
	margin-right: 10px;
	text-align: center;
	font-size: 15px;
	text-transform:uppercase;
	color: #fff;
}
.contact_home a:last-child {
	border: 1px solid rgba(255,255,255,0.2);
	background:none;
	color:#fff;
}
.contact_home a:before {
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align: 0px;
	margin-right: 5px;
	font-weight: normal;
	content: "\f015";
}
.contact_home a:last-child:before {
	content: "\f2b6";
}
.contact_home a:hover, .contact_home a:last-child:hover {
	background:#6a7388;
	color:#fff;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#141125;
	background-image:url(../images/bg/bg45.png);
	border-top:1px solid rgba(255,255,255,0.1);
	color:#aaa;
	font-size:14px;
	text-transform:capitalize;
	letter-spacing:1px;
	position:relative;
}
.copyrights{
	float:right;
	line-height:45px;
	margin-right:30px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#f4f9fc;
}
.design a:hover{
	color:#85b5e5;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:70px;
	background:#233f7e;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#6a7388;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow {
	clear: both;
	height:600px;
	display: block;
	background: #233f7e;
	overflow: hidden;
	width: 100%;
	position: relative;
	float: right;
}
.slidebg {
	background-color: rgba(3,3,3,0.6);
	position: absolute;
	z-index: 777;
	width: 100%;
	top: 0px;
	right: 0;
	height: 100%;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:101;
	bottom:0px;
}
#progress{
	height:8px;
	float:left;
	background:rgba(255,255,255,0.1);
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	background:rgba(255,255,255,0.2);
	top:50%;
	width:45px;
	height:45px;
	line-height:45px;
	margin-top:-35px;
	color:#aaa;
	left:-100%;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:-100%;
	left:auto;
}
#slideshow:hover .prev{
	left:0;
}
#slideshow:hover .next{
	right:0;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	background:#233f7e;
	color:#fff;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	z-index: 800;
	text-align: center;
	display: block;
	padding:0px;
}
.slider_cont_left{
	float:left;
	text-align:left;
	max-width:650px;
}
.slider_cont_right{
	float:right;
	text-align:left;
	max-width:650px;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:600;
	line-height:1.2;
	text-transform:uppercase;
	display: inline-block;
	color: #fff;
	font-size:48px;
	margin-bottom: 25px;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight:400;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a{
	background:#fff;
	clear:both;
	color:#233f7e;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	padding:8px 30px;
	margin-right:10px;
	text-transform:uppercase;
	border-radius:30px;
	position:relative;
	overflow:hidden;
	z-index:888;
}
.slider_cont a:hover{
	background:#233f7e;
	color:#fff;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left:0px;
	bottom:20px;
	width:100%;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#6a7388;
}
.cycle-pager span {
	margin:0px 2px;
	width:25px;
	height:8px;
	border-radius:15px;
	border:1px solid rgba(255,255,255,0.5);
	cursor:pointer;
	display:inline-block;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	padding:40px 0px;
	float:left;
	z-index:100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
}
.data_list_slider{
	visibility:hidden;
}
.data_list_slider.slick-initialized {
	visibility:visible;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: left;
	width:20%;
	text-align:center;
	height: 100%;
	overflow: hidden;
}
.data_all{
	width:100%;
	overflow:hidden;
	position:relative;
}
.data_all img{
	height:77px;
	filter:opacity(65%);
	margin-bottom:10px;
}
.data_all h2{
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
}
/*end data*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #333;
}
.pages_title.withwhite,.pages_title.withwhite h1,.pages_title.withwhite h2{
	color:#fff;
}
.pages_title.withwhite span{
	color:#b7d9d3;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 600;
	display:inline-block;
	padding:0px 20px;
	color: #777;
	margin-bottom:3px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #6a7388;
	top:10px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #6a7388;
	top:10px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 600;
	font-size: 30px;
	position:relative;
	color: #233f7e;
	display:inline-block;
	text-transform:uppercase;
	margin-bottom: 3px;
}
.pages_title h2 .border_go{
	top:-2px;
}
.pages_title span {
	font-size: 15px;
}
/*end pages title*/
/*start gallery*/
#gallery{
	clear:both;
	float:right;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
	width:100%;
}
.gallery_slider{
	visibility:hidden;
}
.gallery_slider.slick-initialized {
	visibility:visible;
}
.gallery li{
	float:left;
	overflow:hidden;
	width:100%;
	height:490px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 3px;
}
.gallery li .gallery_alls{
	width:100%;
	height:100%;
	position:relative;
}
.gallery li .gallery_alls:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:1000;
	bottom:0;
	cursor:grab;
	opacity:0.2;
	background:#487eb0;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.gallery li:hover .gallery_alls:before{
	opacity:0;
}
.gallery li img{
	width:100%;
	height:100%;
	cursor:grab;
	object-fit:cover;
	object-position:top;
	display:block;
}
.gallery_slider{
	visibility:hidden;
}
.gallery_slider.slick-initialized {
	visibility:visible;
}
.gallery_next, .gallery_prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 40px;
	color: #333;
	left: 10px;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	height: 40px;
	border-radius:50%;
	background: rgba(255,255,255,0.8);
	line-height: 40px;
}
.gallery_next:before,.gallery_prev:before{
	font-family:FontAwesome;
	font-weight:normal;
}
.gallery_next:before{
	content:"\f054";
}
.gallery_prev:before{
	content:"\f053";
}
.gallery_next{
	right:10px;
	left:auto;
}
.gallery_next:hover,.gallery_prev:hover{
	opacity:0.5;
	background:#233f7e;
	color:#fff;
}
.gallery li div .gallery_all {
  position: absolute;
  top:0;
  bottom:0;
  left:80px;
  width:290px;
  padding: 40px;
  color: #fff;
  font-weight: 600;
  z-index:2000;
  font-size:13px;
  background:#141125;
}
.gallery_cont {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 15px;
}
.gallery li div p{
	color:#aaa;
	font-size:13px;
	font-weight:400;
}
.gallery li div b {
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}
.gallery li div a{
	background:#fff;
	clear:both;
	color:#233f7e;
	font-size:13px;
	display:inline-block;
	margin-top:15px;
	font-weight:600;
	padding:8px 30px;
	margin-right:10px;
	text-transform:uppercase;
	border-radius:5px;
	position:relative;
	overflow:hidden;
	z-index:888;
}
.gallery li div a:hover{
	background:#233f7e;
	color:#fff;
}
/*end gallery*/
/*start services*/
#services {
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	float:right;
	width:100%;
	background-image:url(../images/bg/bg42.png);
	background-position:center;
	background-repeat:repeat-x;
}
.services_slider{
	visibility:hidden;
}
.services_slider.slick-initialized {
	visibility:visible;
}
.serv_loop {
	width: 25%;
	float: left;
	text-align:center;
	overflow: hidden;
	position:relative;
	padding: 25px;
}
.serv_all {
	width: 100%;
	position:relative;
	height: 100%;
	overflow: hidden;
}
.serv_img {
	height:250px;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius:5px;
	position: relative;
}
.serv_img a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}
.serv_img a img {
	width: 100%;
	display:block;
	height: 100%;
	object-fit:cover;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.serv_img a:hover img{
	transform:scale(1.2);
}
.serv_img a:hover span{
	opacity:0.8;
}
.serv_img a span{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background:#233f7e;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;		
}
.serv_img a span:before {
	content: "\f0c1";
	font-family: FontAwesome;
	color: #fff;
	font-size: 25px;
	display: block;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-15px;
	text-align: center;
}
.serv_count {
	background: #6a7388;
	color: #fff;
	width: 47px;
	height: 47px;
	line-height: 47px;
	border-radius: 47px;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.serv_title {
	clear: both;
	display: block;
	text-transform:capitalize;
	margin-bottom: 5px;
	overflow: hidden;
}
.serv_title a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color:#033b4a;
	margin-bottom:5px;
	font-size: 15px;
	font-weight:700;
}
.serv_title a:hover{
	color:#6a7388;
}
.serv_txt {
	clear: both;
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	height: 45px;
	overflow: hidden;
}
/*end services*/
/*start counts*/
#counts{
	clear:both;
	display:table;
	width:100%;
	direction:rtl;
	margin-bottom:50px;
	float:right;
	background-color:#141125;
	background-image:url(../images/bg/bg45.png);
}
.counts_left {
	display: table-cell;
	width: 50%;
	position: relative;
	background-size: cover;
	background-position: center;
}
.counts_right {
	direction: ltr;
	padding: 75px 45px;
	color: #b7d9d3;
}
.counts_right h2 {
	font-size:30px;
	font-weight:600;
	text-transform:uppercase;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}
.counts_right ul {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 55px;
}
.counts_right ul li {
	display: block;
	float: left;
	width: 50%;
	border-right: 1px solid rgba(255,255,255,0.04);
	border-bottom: 1px solid rgba(255,255,255,0.04);
	text-align: center;
	padding:25px 15px;
}
.counts_right ul li:nth-child(2n+2){
	border-right:none;
}
.counts_right ul li:nth-child(3),.counts_right ul li:nth-child(4),.counts_right ul li:nth-child(6){
	border-bottom:none;
}
.counts_right ul li span {
	float: left;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-size: 25px;
	color: #fff;
	width:70px;
	height:70px;
	line-height:70px;
	border:1px solid rgba(255,255,255,0.04);
	border-radius:50%;
	margin-right: 20px;
	font-weight:normal;
}
.counts_right ul li h2 {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	margin-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
	color:#aaa;
	text-overflow: ellipsis;
}
.counts_right p {
	font-size: 35px;
	font-weight: 700;
	display: block;
	color:#fff;
	text-align: left;
}
/*end counts*/
/*start aboutus*/
#aboutus{
	clear:both;
	margin-bottom:50px;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
}
.aboutus2{
	padding:0px 20px;
}
.aboutus{
	display:table;
	padding-bottom:20px;
	width:100%;
}
.aboutus:before{
	content:"";
	position:absolute;
	background:#6a7388;
	border-radius:100%;
	width:50%;
	z-index:-1;
	height:80%;
	right:-20%;
	top:80px;
	opacity:0.02;
}
.aboutus_left{
	display:table-cell;
	width:45%;
	position:relative;
}
.aboutus_left:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:40px;
	z-index:900;
	background-image:url(../images/bg/bg38.png);
	background-position:center top;
	background-size:auto 20px;
	background-repeat:repeat-x;
}
.aboutus_left:after{
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:40px;
	z-index:900;
	background-image:url(../images/bg/bg37.png);
	background-position:center bottom;
	background-size:auto 20px;
	background-repeat:repeat-x;
}
.aboutus_left img{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.aboutus_right{
	display:table-cell;
	vertical-align:top;
	width:55%;
	padding:0px 0px 0px 30px;
}
.aboutus_right ol li {
	box-shadow:0 0px 8px 0px rgba(0,0,0,.09);
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	border-right:5px solid #6a7388;
	padding: 25px;
}
.aboutus_right ol li:last-child{
	margin-bottom:0;
}
.aboutus_right ol li i {
	float: left;
	color: #233f7e;
	font-style: normal;
	font-size: 50px;
	width: 70px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	height: 70px;
}
.aboutus_right ol li span {
	font-weight: 700;
	text-transform:capitalize;
	display: block;
	font-size: 16px;
	margin-bottom: 3px;
}
.aboutus_right ol li .aboutus_right_txt {
	font-size: 14px;
	color: #444;
	margin-left:80px;
	padding-top: 16px;
}
/*end aboutus*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	padding:50px 0px;
	background-color:#fff;
	background-image:url(../images/bg/bg38.png);
	background-position:center top;
	background-size:auto 20px;
	background-repeat:repeat-x;
	position: relative;
}
#partners .pages_title {
	float: left;
	width: 35%;
	padding-right:30px;
	padding-top: 50px;
}
.partners{
	float:right;
	width:65%;
	display:block;
	overflow:hidden;
}
.partners li{
	float:left;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 140px;
	border-radius:5px;
	margin: 0px auto;
	box-shadow:0 2px 15px 0 rgba(0,0,0,.06);
	background: #fff;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/

/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_ul{
	overflow:hidden;
}
.news_loop{
	width:33.33%;
	float:left;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	background:#fff;
	overflow:hidden;
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.news_top {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 20px;
}
.news_top p {
	display: block;
	width: 79px;
	float:left;
	height: 79px;
	line-height:1;
	background: #6a7388;
	padding: 16px 10px;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
}
.news_top p b {
	font-weight: 600;
	font-size: 13px;
	display: block;
}
.news_top h2 {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	margin-left: 100px;
	margin-top: 12px;
	height: 55px;
	overflow: hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 185px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
	text-align:center;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-weight:600;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	padding:0px 25px 25px;
	text-align: center;
}
.news_more a {
	display:inline-block;
	background: #b7d9d3;
	padding: 8px 15px;
	font-weight:500;
	color: #000;
	text-transform:uppercase;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 10px;
	content: "\f061";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #233f7e;
	color:#fff;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_all .social {
	float: none;
	margin: 0px 0px 22px;
	overflow: hidden;
	text-align: center;
}
.news_all .social li{
	display:inline-block;
	float:none;
}
.news_all .social li a {
	border: 1px solid #eee;
	width: 35px;
	height: 35px;
	border-radius:0px;
	background:none;
	margin: 0px 2px;
	color: #000;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.news_all .social li a:hover {
	border: 1px solid #233f7e;
	color: #233f7e;
	background:none;
}
/*end news*/