/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:Changa, sans-serif;
	font-size:14px;
	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:#569cd5;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#203b62;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	min-width:1200px;
	margin:0px 85px;
}
/*end body*/
/*start newsbar*/
#newsbar {
	position:absolute;
	clear:both;
	display:block;
	overflow:hidden;
	float:right;
	width:100%;
	clear:both;
	height:55px;
	top:0;
	right:0;
	z-index:1000;
}
#news-tick{
	overflow:hidden;
	height:55px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: left;
	width: 120px;
	text-transform:uppercase;
	font-weight: 400;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 55px;
	overflow:hidden;
	position: absolute;
	right: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:55px;
	height:55px;
	padding:0;
	border:none;
	width:33.33%;
	color:#fff;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#569cd5;
}
.bn-news {
	margin-left: 20px;
	margin-right: 115px;
	height: 55px;
	direction:rtl;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-right:30px;
}
.bn-news li a {
	display: block;
	color:rgba(255,255,255,0.8);
	font-weight: 400;
	line-height: 55px;
	height: 55px;
}
.bn-news li a:hover{
	color: #569cd5;
}
/*end newsbar*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 95px;
	float: right;
	clear: both;
	position: absolute;
	top: 55px;
	right: 0;
}
.header_copy {
	background: #203b62;
	display: block;
	height: 95px;
	width: auto;
	border-radius:5px;
	float: left;
}
.logo {
	float: left;
	position: relative;
	padding: 12px 0px 0px 15px;
	overflow: hidden;
}
.logo a img {
	height: 65px;
}
.nav {
	float: right;
	margin-top: 23px;
	margin-left: 25px;
	margin-right: 20px;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 12px;
}
.nav li a{
	display:block;
	color:#ddd;
	text-transform:capitalize;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"\f101";
	font-family:FontAwesome;
	font-weight:400;
	color:#569cd5;
	display:inline-block;
	vertical-align:0px;
	margin-right:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#569cd5;
	position:absolute;
	bottom:5px;
	left:15px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#569cd5;
}
.nav li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#2a4a64;
	width:205px;
	left:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:12px 15px;
	color:#fff;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	background:#569cd5;
	color:#fff;
	padding-left:17px;
}
.lang{
	float: right;
}
.lang a {
	color: #203b62;
	position: relative;
	font-weight: 400;
	display: block;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	padding: 0px;
	height: 95px;
	background: #fff;
	line-height: 95px;
	border-radius:5px;
	width: 125px;
}
.lang a:hover{
	color:#fff;
	background:#569cd5;
}
.social {
	position:fixed;
	top:180px;
	z-index:2600;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	right:15px;
}
.social li{
	display:block;
	position:relative;
}
.social li a {
	color:#fff;
	display: block;
	font-size: 14px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	width:45px;
	height:45px;
	margin-right:5px;
	border-radius:3px;
	margin-bottom:5px;
	background:rgba(42,74,100,0.8);
	line-height: 45px;
}
.social li a:hover{
	background:#569cd5;
	color:#fff;
}
.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 header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled .nav_fix{
	top:0;
	padding-top:10px;
}
/*end head_fix*/
/*start bottom*/
#bottom {
	clear: both;
	display: block;
	float: right;
	padding:20px 0px;
	width: 100%;
	position:relative;
}
.bottom_owner{
	position:absolute;
	right:100px;
	bottom:0px;
}
.bottom_owner img{
	height:275px;
	position:relative;
	bottom:-25px;
}
.copyrights,.design{
	clear:both;
	display:block;
	text-transform:uppercase;
	font-size:13px;
}
.design a{
	border-bottom:2px solid #569cd5;
	display:inline-block;
	margin-right:5px;
	color:#000;
}
.design a:hover{
	color:#569cd5;
	border-bottom:2px solid #333;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	left: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:#569cd5;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#203b62;
}
/*end totop*/
/*start footer*/
#footer{
	float:right;
	width:100%;
	padding:30px 0px;
	border-top:2px solid #f4f6f8;
	background-image:url(../images/bg/bg39.png);
	background-position:top;
	overflow:hidden;
	position:relative;
	clear:both;
}
#footer .width{
	position:relative;
}
.foot{
	margin:0px -20px;
}
.foot_loop{
	width:50%;
	float:left;
	padding:20px;
}
.foot_loop h2{
	font-weight:400;
	letter-spacing:1px;
	font-size:24px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#000;
	display:block;
}
.foot_loop h2:after{
	width:15%;
	content:"";
	height:5px;
	border-radius:10px;
	background:#f4f6f8;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#555;
	padding-right:50px;
	text-align:justify;
	font-size: 13px;
	line-height:2;
}
.foot_logo{
	float:left;
	display:block;
	width:100%;
	margin-bottom:15px;
}
.foot_logo img{
	height:65px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(0,0,0,.09);
	padding: 8px 0 8px;
	color:#333;
	text-transform:uppercase;
	font-size:13px;
}
.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;
	color:#569cd5;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#569cd5;
	padding-left:10px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-right:5px;
	font-family:droid;
}
.foot_contact span{
	color: #666;
	display: block;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size: 14px;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.05);
	color: #666;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	display:inline-block;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact b{
	font-weight:400;
	position:relative;
	padding-left:20px;
}
.foot_contact b:before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	background: #569cd5;
	color: #fff;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	position: absolute;
	text-align: center;
	left: -19px;
	top: 0px;
}
.foot_contact b.foot_phone:before{
	content:"\f11f";
}
.foot_contact b.foot_map:before{
	content:"\f041";
}
/*end footer*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:130%;
	display:block;
	background:#203b62;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:#203b62;
	opacity:0.5;
	position: absolute;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.1;
	z-index:200;
}
#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;
	border:2px solid rgba(255,255,255,0.4);
	top:50%;
	width:50px;
	height:50px;
	line-height:46px;
	margin-top:-25px;
	color:#fff;
	left:15px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	margin-top:40px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#569cd5;
	background:#fff;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	left:35px;
	top:50%;
	margin-top:-110px;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #569cd5;
}
.cycle-pager span {
	margin:8px 0px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
.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;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:left;
	max-width:750px;
}
.slider_cont_right{
	float:right;
	text-align:left;
	max-width:750px;
}
.slider_cont_center{
	max-width:750px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	text-transform:uppercase;
	font-size:65px;
	margin-bottom: 25px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.7);
	font-size: 16px;
	font-weight:400;
	margin-bottom:30px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont a{
	background:#fff;
	clear:both;
	color:#203b62;
	font-size:15px;
	display:inline-block;
	font-weight:400;
	padding:16px 60px;
	border-radius:50px;
	position:relative;
	text-transform:uppercase;
	overflow:hidden;
	z-index:888;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.slider_cont a:hover{
	background:#569cd5;
	color:#fff;
}
/*end slideshow*/
/*start searchbox*/
#searchbox {
	background:rgba(255, 255, 255,1);
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
	position:absolute;
	bottom:50px;
	right:85px;
	border-radius:2px;
	padding:0px 25px;
	height:105px;
	left:85px;
	z-index:1000;
}
.search_right{
	margin-right:150px;
}
.search_top label {
	display: block;
	float: left;
	width:25%;
	padding:5px 5px;
}
.search_top label.input_long{
	width:75%;
}
.search_top label .search_all {
	background:#fff;
	border:1px solid #eee;
	border-radius:3px;
	height: 45px;
	cursor:pointer;
	margin-top:25px;
	width: 100%;
	text-align:left;
	position: relative;
}
.search_top label .search_all input {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-family:Changa, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight:400;
	padding: 0px 10px;
}
.search_top label .search_all input:focus,.search_top label .search_all select:focus{
	border:1px solid #ccc;
}
.search_top label.select .search_all:before{
	content:"\f0d7";
	font-family:FontAwesome;
	font-weight:normal;
	color:#333;
	position:absolute;
	right:10px;
	top:11px;
}
.fstElement.fstSingleMode {
	height: 100%;
}
.fstQueryInput{
	display:none;
}
.fstControls.fstResultsOpened {
	background: #fff;
	box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0,0,0,.12);
	position: absolute;
	top: 50px;
	left: 0px;
	z-index:20000;
	border: 1px solid #eee;
	width: 100%;
	max-height: 220px;
	min-height: 50px;
	overflow: auto;
}
.search_top label .search_all .fstResults{
	display:none;
}
.search_top label .search_all .fstControls.fstResultsOpened .fstResults{
	display:block;
}
.search_top label .search_all .fstResultsOpened .fstResults span {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	padding: 10px;
	font-size:13px;
	font-weight:400;
	border-bottom: 1px solid #eee;
	background: none;
}
.search_top label .search_all .fstResults span:hover{
	background:#f8f8f8;
}
.search_top label .search_all span,.fstToggleBtn{
	position: absolute;
	left: 10px;
	top: 11px;
	font-weight:400;
	font-size: 13px;
	color: #333;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
#searchbox button {
	display: block;
	float: right;
	background: #569cd5;
	color: #fff;
	border: none;
	text-transform:uppercase;
	height: 45px;
	line-height: 45px;
	font-family: Changa, sans-serif;
	text-align: center;
	width: 125px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	margin-top: 29px;
}
#searchbox button:before{
	font-weight:normal;
	content:"\f002";
	font-family:FontAwesome;
	vertical-align:0;
	margin-right:7px;
	display:inline-block;
}
#searchbox button:hover{
	background:#203b62;
	color:#fff;
}
/*end searchbox*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:right;
	z-index:100;
	margin-top:-70px;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: left;
	width:25%;
	height: 100%;
	padding:40px 30px 40px;
	overflow: hidden;
}
.data_all{
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);	
}
.data_list li:nth-child(2) .data_all{
	transition-duration:1.2s;
}
.data_list li:nth-child(3) .data_all{
	transition-duration:1.4s;
}
.data_list li:nth-child(4) .data_all{
	transition-duration:1.6s;
}
#data .width.scroll .data_list li .data_all{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.data_list li:first-child,.data_list li:last-child{
	background:#f0f4f5;
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	background: #fff;
	position: relative;
	color: #569cd5;
	font-size:30px;
	margin-bottom: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.data_list li span:after{
	right:10px;
	left:10px;
	top:10px;
	bottom:10px;
	position:absolute;
	border:1px dashed #e2ded6;
	content:"";
	border-radius:50%;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index:101;
	color:#666;
	position:relative;
	height:125px;
}
.data_list li p b {
	display: block;
	color: #333;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform:uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display: inline-block;
	margin-top: 20px;
	color: #666;
	border:2px solid #569cd5;
	padding: 7px 20px;
	text-transform:uppercase;
	border-radius:100px;
	font-size: 12px;
	font-weight: 700;
}
.data_list li a:hover {
	color:#fff;
	background:#569cd5;
}
/*end data*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title div{
	float:left;
	width:350px;
	line-height:1.2;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 45px;
	color: #569cd5;
	text-transform:uppercase;
	display: block;
	margin-bottom: 3px;
}
.pages_title.withwhite2 h2{
	color:#fff;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1{
	font-weight: 400;
	font-size: 45px;
	color: #000;
	text-transform:uppercase;
	display: block;
}
.pages_title span{
	margin-left:450px;
	display:block;
	font-size:15px;
	font-weight:200;
	padding-top:35px;
}
.pages_title.withwhite span{
	color:#eee;
}
/*end pages title*/
/*start details*/
#details{
	clear:both;
	display:block;
	width:100%;
	float:right;
	padding:0px 0px 50px;
	overflow:hidden;
}
.details_right{
	float:right;
	width:46%;
	overflow:hidden;
	text-align:center;
	padding:120px 50px;
	border-radius:30px 0px 0px 30px;
	background-color:#203b62;
	position:relative;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
#details.scroll .details_right,#details.scroll .details_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.details_owner{
	position:absolute;
	bottom:-20px;
	left:0;
}
.details_owner img{
	height:250px;
}
.details_left{
	float:left;
	width:46%;
	overflow:hidden;
	padding:52px;
	border-radius:0px 30px 30px 0px;
	background:#f0f4f5;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li:first-child{
	width:auto;
	float:none;
	display:inline-block;
}
#count ul li{
	padding:15px 0px;
	display:block;
	float:left;
	width:50%;
	overflow:hidden;
}
#count ul li:last-child{
	border-left:none;
}
.count_all {
	overflow: hidden;
}
.count_all span {
	float: left;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	width: 80px;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
.count_all div {
	text-align:left;
	margin-left: 40px;
	overflow: hidden;
	display: block;
}
.count_all h2 {
	font-weight: 400;
	color: #ddd;
	font-size: 15px;
	text-transform:uppercase;
	overflow: hidden;
	display: block;
}
.count_all p {
	clear: both;
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 55px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	margin-bottom: 5px;
}
.details_left h2{
	font-size:50px;
	font-weight:400;
	color:#333;
	display:block;
	text-transform:uppercase;
	margin-bottom:20px;
	line-height:1.2;
}
.details_left h2 b{
	display:inline-block;
	color:#203b62;
	font-weight:400;
}
.details_left p{
	font-size:16px;
	text-align:justify;
}
/*end details*/
/*start top table*/
#my_top_table{
	clear:both;
	display:block;
	margin-bottom:40px;
	overflow:hidden;
}
#my_top_table .pages_title,#news .pages_title{
	text-align:left;
	max-width:none;
	padding-right:25px;
}
#my_top_table .pages_title div,#news .pages_title div{
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);	
}
#my_top_table .pages_title span,#news .pages_title span{
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);	
}
#my_top_table .width.scroll .pages_title div,#my_top_table .width.scroll .pages_title span,
#news .width.scroll .pages_title div,#news .width.scroll .pages_title span{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
#my_top_table .pages_title p{
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);	
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	clear:both;
	display:block;
	margin:0px -10px;
	position:relative;
}
.list_top_slider{
	visibility:hidden;
}
.list_top_slider.slick-initialized {
	visibility:visible;
	direction:rtl;
}
.nexts_slidero{
	position:absolute;
	top:50%;
	right:30px;
	z-index:1000;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
}
.nexts_slidero b {
	background: rgba(255,255,255,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.nexts_slidero b:before {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(40deg);
	right: -2px;
}
.nexts_slidero b:after {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(-40deg);
	right: -2px;
}
.prevs_slidero{
	position:absolute;
	top:50%;
	left:30px;
	z-index:1000;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
}
.prevs_slidero b {
	background: rgba(255,255,255,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.prevs_slidero b:before {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(-40deg);
	left: -2px;
}
.prevs_slidero b:after {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(40deg);
	left: -2px;
}
.list_top_left{
	width:100%;
}
.list_top_left li{
	display:block;
	float:left;
	height:420px;
	width:25%;
	overflow:hidden;
	padding:10px;
}
.news_shape{
	height:100%;
	display:block;
	border-radius:4px;
	position:relative;
	overflow:hidden;
	text-align:left;
	width:100%;
}
.news_shape:before {
	position: absolute;
	width: 100%;
	right: 0;
	top:30%;
	left:0;
	bottom:0;
	content: "";
	opacity:1;
	z-index:500;
	background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}
.news_shape_img{
	top:0;
	right:0;
	left:0;
	bottom:0;
	overflow:hidden;
	position:absolute;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;	
}
.news_shape:hover .news_shape_img{
	transform:scale(1.06, 1.06);
}
.news_shape_txt {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding:20px;
	color: #fff;
	z-index: 600;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news_shape:hover .news_shape_txt{
	transform:translateY(-30%);
}
.serv_main_cat{
	color: #333;
	display:inline-block;
	font-weight: 400;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	z-index: 3;
	overflow: hidden;
	transform: scale(0.0);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.serv_main_cat:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50px;
	transform: translateX(72%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news_shape:hover .serv_main_cat{
	transform: scale(1, 1);
}
.news_shape:hover .serv_main_cat:before {
	transform: translateX(0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.serv_main_cat span {
	opacity: 0;
	z-index: 4;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.news_shape:hover .serv_main_cat span {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.news_shape_txt h2 {
	font-weight: 400;
	font-size: 16px;
	line-height:1.5;
	display: block;
}
.news_shape_txt p {
	font-size:21px;
	font-weight:700;
	line-height:1.5;
	display: block;
}
.serv_cats {
	clear: both;
	overflow: hidden;
	display: block;
}
.serv_cats span {
	display: inline-block;
	color: #fff;
	opacity: 0.7;
	font-weight: 400;
	font-size: 13px;
	padding-right: 5px;
}
.serv_cats span:after{
	content:"|";
	vertical-align:middle;
	opacity:0.5;
	margin-right:5px;
}
.serv_cats span:last-child:after{
	display:none;
}
.serv_more{
	position: absolute;
	color: #fff;
	padding:0px 20px 20px;
	bottom: 0;
	left: 0;
	right: 0;
	text-transform:uppercase;
	z-index:653;
	font-size:13px;
	opacity: 0;
	font-weight: 400;
	transform: translateY(400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.serv_more span{
	display:inline-block;
	border-bottom:2px solid #569cd5;
}
.news_shape:hover .serv_more{
	transform: translateY(0);
	opacity: 1;
}
/*end news shapes slide*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	overflow:hidden;
	z-index:100;
	margin-bottom:40px;
}
#partners .width.scroll .partners_title,#partners .width.scroll .partners{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.partners_title {
	float: left;
	width: 20%;
	display: block;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
.partners_title h2 {
	font-weight: 400;
	font-size: 60px;
	text-transform:uppercase;
	padding-top:60px;
	color: #000;
}
.partners{
	float:right;
	direction:rtl;
	width:65%;
	display:block;
	overflow:hidden;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
.partners li{
	float:right;
	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 projects*/
#projects{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:50px;	
}
#projects_title{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
	position:relative;
	background-image:url(../images/bg/bg46.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	background-color:#203b62;
	z-index:100;
}
#projects_title .width{
	padding:30px 30px 10px 30px;
	position:relative;
}
#projects_title .width:before{
	content:"";
	position:absolute;
	width:25%;
	height:100%;
	background:#f0e2c7;
	opacity:0.1;
	z-index:-1;
	top:0;
	left:0;
}
.slidero{
	clear:both;
	width:100%;
	float:left;
	position:relative;
}
.slider_ul{
	visibility:hidden;
}
.slider_ul.slick-initialized {
	visibility:visible;
	direction:rtl;
}
.slider_ul li{
	float:left;
	width:33.33%;
	padding:0px 10px;
}
.slider_ul li a{
	display:block;
	height:300px;
	width:100%;
	position:relative;
	overflow:hidden;
}
.slider_ul li a img{
	position:absolute;
	width:100%;
	height:100%;
	z-index:-100;
	display:block;
	object-fit:cover;
	object-position:center center;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;	
}
.slider_ul li:hover a img{
	transform:scale(1.06, 1.06);
}
.next_slidero{
	position:absolute;
	top:50%;
	right:30px;
	z-index:1000;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
}
.next_slidero b {
	background: rgba(255,255,255,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.next_slidero b:before {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(40deg);
	right: -2px;
}
.next_slidero b:after {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(-40deg);
	right: -2px;
}
.prev_slidero{
	position:absolute;
	top:50%;
	left:30px;
	z-index:1000;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
}
.prev_slidero b {
	background: rgba(255,255,255,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.prev_slidero b:before {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(-40deg);
	left: -2px;
}
.prev_slidero b:after {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(40deg);
	left: -2px;
}
.serv_main_cat2{
	color: #333;
	display:inline-block;
	font-weight: 400;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	z-index: 3;
	overflow: hidden;
	transform: scale(0.0);
	position:absolute;
	left:20px;
	bottom:20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.serv_main_cat2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50px;
	transform: translateX(72%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.slider_ul li:hover .serv_main_cat2{
	transform: scale(1, 1);
}
.slider_ul li:hover .serv_main_cat2:before {
	transform: translateX(0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.serv_main_cat2 span {
	opacity: 0;
	z-index: 4;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.slider_ul li:hover .serv_main_cat2 span {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
/*end projects_title*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
.news_ul.news_ul_slider{
	visibility:hidden;
}
.news_ul.news_ul_slider.slick-initialized {
	visibility:visible;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:33.33%;
	float:left;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 300px;
	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_img p {
	position: absolute;
	right: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #569cd5;
	color: #fff;
	font-size:12px;
	width:80px;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	overflow: hidden;
	height: 60px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	text-transform:uppercase;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #569cd5;
	float: left;
	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: #569cd5;
	color:#fff;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start data*/
#data2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:30px;
}
.data_list2 {
	margin:0px -20px;
}
.data_list2 li span{
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:60px;
	color:#000;
	display:block;
	margin-bottom:10px;
	text-align:center;
}
.data_list2 li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-size:40px;
}
.data_list2 li p {
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
	color: #666;
	height: 185px;
	margin-bottom: 20px;
}
.data_list2 li p b {
	display: block;
	color: #203b62;
	font-weight: 600;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size: 15px;
	margin-bottom: 15px;
	height: 60px;
	overflow: hidden;
}
.data_list2 li {
	display: block;
	float: left;
	padding:10px 20px;
	width:33.33%;
}
.data_all2{
	background:#fff;
	position:relative;
	border:1px solid #e7f1f2;
	border-radius:5px;
	padding:40px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data_all2:hover{
	box-shadow:0 7px 15px 3px rgba(84,82,84,.1);
}
.data_list2 li {
	width: 50%;
}
.data_list2 li span {
	margin: 0px 0px 40px;
}
.data_list2 li b {
	height: 30px;
	margin-bottom: 10px;
	font-size: 17px;
}
.data_list2 li p {
	font-size: 17px;
	height: 140px;
}
.data_all2 img{
	height:70px;
}
.data_list2 .data_all:hover a {
	opacity:1;
}
.data_list2 li a {
	position: absolute;
	left: 30px;
	top: 60px;
	opacity:0;
}
/*end data2*/