/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	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:#3d8f74;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#1d667d;
	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:1280px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background:rgba(219,218,215,0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#3d8f74;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:13px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	background:#1d667d;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #a0b5c6;
	height: 55px;
	right: 10px;
	left: -6px;
	border-radius: 50px;
	top: 6px;
	opacity: 0.2;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:after{
	content:"\f100";
	font-family:FontAwesome;
	color:#fff;
	background:#3d8f74;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:left;
	text-align:center;
	margin-right:30px;
	font-size:18px;
	font-weight:normal;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:before{
	background:#3d8f74;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	top:0px;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:hover:before{
	right:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	background-color:#054675;
	background-image:url(../images/bg/bg41.png);
	background-position:left top;
	position:absolute;
	top:0;
	right:0;
	float:right;
	display:block;
	z-index:2000;
	height:75px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li:first-child a{
	border-right:1px solid rgba(255,255,255,0.05);
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:rgba(255,255,255,0.6);
	border-left:1px solid rgba(255,255,255,0.05);
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	height:75px;
	padding:0px 10px;
	line-height:55px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left: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;
}
.s_contact li a:after,.s_contact li span:after{
	content:"";
	color:#fff;
	background:#3d8f74;
	position:absolute;
	right:0;
	left:0;
	height:15px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.s_contact li:hover a:after,.s_contact li:hover span:after{
	top:0;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:rgba(255,255,255,0.6);
	border-right:1px solid rgba(255,255,255,0.05);
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 20px;
	height:75px;
	line-height: 55px;
}
.social li:last-child a{
	border-left:1px solid rgba(255,255,255,0.05);
}
.social li a:after{
	content:"";
	color:#fff;
	background:#3d8f74;
	position:absolute;
	right:0;
	left:0;
	height:15px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li:hover a: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 {
	z-index: 12000;
	width: 100%;
	height: 100px;
	float: right;
	background:#fff;
	clear: both;
	position: absolute;
	top: 60px;
	right: 0;
}
#header .width{
	position:relative;
	z-index:100;
}
.logo {
	float: right;
	position: relative;
	padding:4px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 95px;
}
.get_qoute {
	float: left;
	margin-top: 26px;
}
.nav {
	float:left;
	margin-top:30px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 10px;
}
.nav li a{
	display:block;
	color:#333;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#3d8f74;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#3d8f74;
	position:absolute;
	top:0px;
	right: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: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:#d6dee1;
	width:225px;
	right: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:8px 15px;
	color:#333;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(0,0,0,0.08);
}
.nav li .sub ul li a:hover{
	background:#1d667d;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
	margin-right:10px;
}
.search_icon svg {
	fill: #333;
	width: 20px;
	margin-right: 0px;
	margin-left:20px;
	height: auto;
	margin-top: 45px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 10002;
	left: 0;
	top: 150px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #3d8f74;
	font-size: 21px;
	left:5px;
	top: 0px;
	text-transform: uppercase;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	background:rgba(255,255,255,0.95);
	box-shadow: 0 9px 16px rgba(41, 38, 50, 0.06);
	border-radius:12px;
}
.search_icon .searchbox svg {
	margin-top: 0px;
	height: 60px;
	position: absolute;
	right: 20px;
	fill: #3d8f74;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	font-family:Changa, sans-serif;
	padding: 0px 48px 0px 75px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:#fff;
	width:100%;
	height:100px;
	box-shadow:0px 0px 8px -3px rgba(0,0,0,0.6);
	position: fixed;
	right: 0px;
	z-index:14500;
	box-shadow:0px 13px 30px -12px rgba(0, 0, 0, 0.75);
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.nav_fix:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -30px;
	background-image: url(../images/bg/cut2.png);
	background-position: bottom;
	background-position: center;
	background-repeat: repeat-x;
	height: 96px;
}
.nav_fix:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: -30px;
	background-image: url(../images/bg/cut2.png);
	background-position: bottom;
	background-position: center;
	background-repeat: repeat-x;
	transform:rotate(-180deg);
	height: 96px;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
	z-index:100;
}
/*end head_fix*/
/*start footer*/
#footer:after {
	content: "";
	background-image: url(../images/bg/cut.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 70px;
	position: absolute;
	transform:rotate(-180deg);
	z-index: 1000;
	right: 0px;
	top: -30px;
}
#footer{
	clear:both;
	float:right;
	width:100%;
	background-color:#054675;
	background-image:url(../images/bg/bg41.png);
	position:relative;
	text-align:center;
	padding:150px 0px 60px;
	overflow:hidden;
}
.foot {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.foot li {
	display: inline-block;
	padding: 0px 15px;
	position:relative;
}
.foot li:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #3d8f74;
	top: 9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.foot li a {
	display: block;
	color: #fff;
}
.foot li a:hover{
	color: #d6dee1;
}
.copyrights {
	display: block;
	margin-bottom: 13px;
	color: #dee9bd;
	font-size: 13px;
}
.design {
	color: #dee9bd;
	font-size: 13px;
}
.design a{
	color:#fff;
}
.design a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer .social {
	display: block;
	margin-top: 25px;
	float: none;
	background:none;
	margin-right: 0;
	margin-left: 0;
	height:auto;
}
#footer .social:before,#footer .social:after{
	display:none;
}
#footer .social li{
	display:inline-block;
	float:none;
	position:relative;
}
#footer .social li a {
	display: block;
	color: #fff;
	background:#3d8f74;
	border-radius:5px;
	height:30px;
	width:30px;
	overflow:hidden;
	z-index:11;
	text-align:center;
	padding:0;
	margin:0px 2px;
	font-size:12px;
	position:relative;
	line-height:30px;
}
#footer .social li a:hover{
	color:#000;
	background:#d6dee1;
}
#footer .social li a:after{
	display:none;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#131313;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:65px;
	display:none;
	width:55px;
	line-height:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:55px;
	background:#fff;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:50%;
}
.toTop b{
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	-webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration:30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function:linear;
  animation-timing-function: linear;
}
.toTop b:after{
	width:10px;
	height:10px;
	background:#3d8f74;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#3d8f74;
	border:5px solid #3d8f74;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:125%;
	display:block;
	background:#054675;
	width:100%;
	margin-bottom:50px;
	position:relative;
	top:0;
	right:0;
}
#slideshow:after {
	content: "";
	background-image: url(../images/bg/cut.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 70px;
	position: absolute;
	z-index: 1000;
	right: 0px;
	bottom: -10px;
}
.slidebg{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#081a28;
	opacity:0.8;
	position:absolute;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.05;
	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;
	background:rgba(255,255,255,0.2);
	top:50%;
	width:50px;
	height:50px;
	border-radius:50%;
	line-height:50px;
	margin-top:-25px;
	color:#fff;
	left:15px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:15px;
	left:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	background:#3d8f74;
}
.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;
	height:100%;
	padding-top:80px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 110px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:750px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	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:600;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:35px;
	margin-bottom:35px;
	-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 h2 b{
	color:#3d8f74;
	font-weight:600;
}
.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.9);
	font-size: 13px;
	font-weight:400;
	margin-bottom:50px;
	-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 .play_more{
    -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;
}
/*end slideshow*/
/*start newsbar*/
#newsbar {
	position:absolute;
	z-index:1000;
	clear:both;
	display:block;
	overflow:hidden;
	bottom:60px;
	right:0;
	left:0;
}
#news-tick{
	border:none !important;
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #d6dee1;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:66px;
	padding:0;
	border:none;
	width:33.33%;
	color:#d6dee1;
	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:#3d8f74;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #d6dee1;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #3d8f74;
}
/*end newsbar*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	text-align:center;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #171a27;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #3d8f74;
	top:9.5px;
	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: #3d8f74;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 35px;
	color: #11304f;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p {
	height: 5px;
	width: 60px;
	border-radius: 5px;
	position: relative;
	margin: 20px auto 0px;
	background: #3d8f74;
	display: block;
}
.pages_title.withwhite p:before,.pages_title.withwhite p:after{
	background:#054675;
}
.pages_title p:before {
	content: "";
	width: 2px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 15px;
	top: -4px;
	transform: rotate(-45deg);
}
.pages_title p:after {
	content: "";
	width: 2px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 45px;
	top: -4px;
	transform: rotate(-45deg);
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	background:#fff;
	margin-bottom:60px;
	z-index:500;
}
#aboutus .width{
	position:relative;
}
.aboutus_right {
	width: 45%;
	display: table-cell;
	height:100%;
	position: relative;
	padding:20px;
}
.aboutus_right div.aboutus_right_imgs{
	position:sticky;
	width:100%;
	display:block;
	top:100px;
}
.aboutus_right img{
	width:100%;
	height:100%;
	position:relative;
	display:block;
	object-fit:cover;
}
.aboutus_right_imgs_cover{
	position: absolute;
	top: -22px;
	left: -22px;
	height: 233px;
	width: 233px;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: -1;
	background-image:url(../images/bg/bg51.png);
}
.aboutus_right_imgs_cover2{
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 210px;
	width: 210px;
	z-index:100;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image:url(../images/bg/bg52.png);
}
.aboutus_right div:after,.aboutus_right div:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.aboutus_right div:hover:after{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.aboutus_right_imgs_round{
	width: 180px;
	height: 180px;
	z-index: 9;
	position: absolute;
	top:190px;
	left: -90px;
	border-radius: 50%;
	background-color:#fff;
	z-index: 5;
	-webkit-filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
	filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
}
.aboutus_right_imgs_round svg {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.10);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.aboutus_right_imgs_round text {
	text-transform: uppercase;
	font-size: 12.5px;
	letter-spacing: 1px;
	font-weight: 500;
	fill:#1d667d;
}
.overlay-icon-box {
	position: absolute;
	top: 40px;
	left: 40px;
	bottom: 40px;
	right: 40px;
	background-color:#3d8f74;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	line-height: 1;
	color:#fff;
}
.overlay-icon-box i:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-style:normal;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-right:90px;
	padding-top:25px;
	display:table-cell;
}
.aboutus_left .pages_title{
	text-align:right;
}
.aboutus_left .pages_title p{
	margin-right:0;
	margin-left:0;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	margin-bottom:40px;
	color: #555;
	clear: both;
	line-height: 2;
}
.data_list3 {
	width: 100%;
	position: relative;
}
.data_list3 li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_all3 {
	position:relative;
}
.data_all4 {
	margin-right: 120px;
	padding-left: 30px;
}
.data_list3 li span {
	display: block;
	float: right;
	font-size:45px;
	width: 80px;
	height: 80px;
	background: #3d8f74;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list3 li:last-child span{
	background:#1d667d;
	color:#fff;
}
.data_list3 li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list3 li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #555;
	position: relative;
	font-weight:400;
}
.data_list3 li p b {
	display: block;
	color: #333;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#aboutus_tabled {
	clear: both;
	display: block;
	width: 100%;
}
.aboutus_tabled_right, .aboutus_tabled_left {
	width: 50%;
	float: right;
	overflow: hidden;
}
.aboutus_tabled_right_call {
	clear: both;
	display: block;
	margin-bottom: 60px;
}
.aboutus_tabled_right_call span:before {
	content: "\f095";
	font-family: FontAwesome;
	background: #e8ecf0;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #3d8f74;
	float: right;
}
.aboutus_tabled_right_call p {
	margin-right: 70px;
}
.aboutus_tabled_right_call p i {
	font-style: normal;
	font-size: 12px;
	display: block;
	padding-top: 5px;
}
.aboutus_tabled_right_call p b {
	font-weight: 400;
	direction: ltr;
	display: inline-block;
	letter-spacing: 1px;
	color: #000;
	font-size: 16px;
}
.aboutus_tabled_left_box {
	width: 200px;
	float: left;
	padding: 25px;
	background: #e8ecf0;
}
.aboutus_tabled_left_box_loop p {
	display: block;
	font-weight: 400;
	font-size: 25px;
	color: #3d8f74;
}
.aboutus_tabled_left_box_loop p:before{
	content:"+";
	display:inline-block;
	margin-left:4px;
}
.aboutus_tabled_left_box_loop:nth-child(2) p:before{
	content:"+K";
}
.aboutus_tabled_left_box_loop h2 {
	color: #000;
	font-weight: 400;
	font-size: 15px;
}
/*end aboutus*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	background:#054675;
	float:left;
	margin-bottom:50px;
	z-index:100;
}
#data:before {
	content: "";
	background-image: url(../images/bg/cut.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 70px;
	position: absolute;
	transform: rotate(-180deg);
	z-index: 1000;
	right: 0px;
	top: -30px;
}
#data:after {
	content: "";
	background-image: url(../images/bg/cut.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 70px;
	position: absolute;
	z-index: 1000;
	right: 0px;
	bottom: -30px;
}
.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: right;
	width:25%;
	height: 100%;
	padding:100px 30px;
	overflow: hidden;
}
.data_list li{
	border-left:1px solid rgba(0,0,0,0.08);
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	background: #3d8f74;
	position: relative;
	color: #fff;
	font-size: 40px;
	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 #054675;
	content:"";
	border-radius:50%;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index:101;
	color:#bbb;
	position:relative;
	height:128px;
}
.data_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	border:2px solid #3d8f74;
	padding: 7px 20px;
	border-radius:100px;
	font-size: 12px;
	font-weight: 600;
}
.data_list li a:hover {
	background:#3d8f74;
	color:#fff;
}
/*end data*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	color: #054675;
	width: 143px;
	height: 135px;
	margin:0px auto 50px; 
	background:url(../images/count.png);
	text-align: center;
	line-height: 135px;
	z-index: 133;
	font-size: 50px;
	position: relative;
	display:block;
}
.count_all div {
	margin-top:-30px;
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 600;
	font-size:45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #054675;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start services*/
#services{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:60px;
}
.data2_list{
	margin:0px -20px;
}
.data2_list li{
	padding:20px;
	float:right;
	width:25%;
}
.data2_all{
	background:#e8ecf0;
	color: #666;
	border-radius:25px;
	padding:30px;
	position:relative;
	overflow:hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data2_list li:hover .data2_all{
	background:#3d8f74;
	color:#fff;
}
.data2_list li:hover .data2_all p b{
	color:#fff;
}
.data2_list li:hover .data2_all span{
	color:#fff;
}
.data2_all span{
	position:relative;
	font-size:40px;
	color:#209a8f;
	display:block;
}
.data2_all p {
	position: relative;
	font-size: 14px;
	border-bottom:1px dashed #ccc;
	height: 155px;
	overflow: hidden;
}
.data2_all p b{
	font-weight:400;
	font-size:18px;
	color:#1d667d;
	display:block;
	margin-bottom:10px;
}
.data2_all_more {
	padding: 30px 0px 0px;
	font-size: 13px;
	position: relative;
}
.data2_all_more:before{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#3d8f74;
	display:inline-block;
	vertical-align:0;
	margin-left:5px;
}
.data2_all_more_link {
	width: 60px;
	height: 79px;
	background: #fff;
	position: absolute;
	left: -32px;
	top: 6px;
	border-radius: 0px 20px;
}
.data2_all_more_link a {
	width: 48px;
	height: 48px;
	background: #3d8f74;
	transform:rotate(261deg);
	border-radius: 50%;
	display: block;
	margin-right: 10px;
	margin-top: 16px;
	text-align:center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data2_all_more_link a:before{
	content:"\f222";
	font-family:FontAwesome;
}
.data2_list li:hover .data2_all .data2_all_more_link a{
	transform:rotate(-261deg);
}
/*end services*/
/*start teams*/
#teams {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:40px;
	overflow:hidden;
	position: relative;	
}
.teams_slide{
	margin-top:40px;
	clear:both;
	display:block;
	position:relative;
	z-index:101;
	visibility:hidden;
}
.teams_slide.slick-initialized {
	visibility:visible;
}
.teams_slide li{
	float:right;
	position:relative;
	width:20%;
	padding:20px;
	overflow:hidden;
}
.teams_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	cursor:pointer;
}
.teams_all img{
	width:100%;
	height:320px;
	display:block;
	margin-bottom:20px;
	object-fit:cover;
	object-position:top;
}
.teams_all span {
	color: #333;
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	font-weight:400;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.team_desc{
	padding:10px 0px;
}
.teams_all p{
	text-overflow: ellipsis;
	font-size:12px;
	overflow: hidden;
	white-space: nowrap;	
	display:block;
	font-weight:400;
	color:#666;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background:#e8ecf0;
	border:none;
	margin-left: 5px;
	width: 30px;
	height: 4px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#3d8f74;
}
/*end teams*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:10px;
	max-width:200px;
	height:200px;
	border-radius:10px;
	border:1px solid #eaf0f4;
	margin: 0px auto;
}
.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;
	max-height:100px;
	margin-right:auto;
}
#partners .slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	padding-bottom:50px;
	overflow:hidden;
	margin-bottom:40px;
	display: block;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	overflow:hidden;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 420px;
	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;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	left: 60px;
	bottom:115px;
	border-radius:0px 20px 0px 0px;
	background: #3d8f74;
	color: #fff;
	font-size:12px;
	width:80px;
	z-index:4500;
	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;
	position: absolute;
	bottom: 45px;
	background: #fff;
	z-index: 1000;
	right: 0;
	width: 90%;
	display: block;
}
.news_txt h2 {
	font-weight: 400;
	font-size: 17px;
	display: block;
	margin-bottom: 6px;
	padding-top:15px;
	color: #29241c;
	overflow: hidden;
	height: 100px;
	max-width: 350px;
}
.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;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #3d8f74;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #3d8f74;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:50px;
	width:95%;
	float:left;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #e8ecf0;
	z-index: -1;
	left: -350px;
	bottom: 0;
}
#contactus .contactus{
	display:table;
	direction:ltr;
}
.contactus_right .pages_title h2{
	text-align:right;
	font-size:35px;
	font-weight:600;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:rtl;
	vertical-align:top;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	direction:rtl;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	padding-left:50px;
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:left;
}
.contactus_form label{
	display:block;
	width:49%;
	float:right;
	position:relative;
	background:#e8ecf0;
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#333;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	font-family:Changa, sans-serif;
	width:100%;
	padding-left:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	width:100%;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:#e8ecf0;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:Changa, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:180px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#3d8f74;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:16px;
	font-family:Changa, sans-serif;
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#1d667d;
	color:#fff;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right .contactus_txt{
	color:#333;
	font-size:19px;
	line-height:2;
	font-weight:400;
}
#contactus .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	font-size:16px;
	clear: both;
	width: 100%;
}
#contactus .slice_call_us span{
	color: #333;
	font-weight:600;
	font-size:19px;
}
#contactus .slice_call_us p {
	letter-spacing:2px;
	color: #333;
}
/*end contactus*/