/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#f2f1ed;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	counter-reset: counter;
	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:#729ea8;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#3fabc3;
	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: 35px;
  height: 35px;
  background:#fff;
  opacity:0.1;
  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:#729ea8;
	opacity:0.8;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start top*/
.social li{
	display:inline-block;
	position:relative;
}
.social li a {
	color:#fff;
	display: block;
	height:45px;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	line-height: 45px;
	width:45px;
	text-align:center;
}
.social li a:hover{
	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.linkedin a:before{
	content:"\f0e1";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
.social li.doctor a:before{
	content:"\f0f0";
}
/*end top*/
/*start header*/
#header{
	z-index:5000;
	width:100%;
	height:120px;
	float:right;
	border-bottom:1px solid rgba(255,255,255,0.1);
	clear:both;
	position:absolute;
	top:20px;
	right:0;
}
.logo {
	float: right;
	position: relative;
	padding-top: 9px;
}
.logo img {
	height: 95px;
	float: right;
}
.get_qoute {
	float: left;
	margin-top: 42px;
	margin-right:0px;
}
a.link_anim {
	background: #729ea8;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	padding: 0px 20px;
	text-transform: uppercase;
}
a.link_anim c{
	position:relative;
}
a.link_anim:hover b{
	top:0;
}
a.link_anim:hover e{
	bottom:0;
}
a.link_anim b{
	position:absolute;
	height:100%;
	width:50%;
	background:#445c61;
	top:-100%;
	right:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
a.link_anim e{
	position:absolute;
	height:100%;
	width:50%;
	background:#445c61;
	bottom:-100%;
	left:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.get_qoute a:hover{
	color:#fff;
}
.get_qoute a c:before{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	margin-left:10px;
	position:relative;
	content:"\f2b6";
}
.nav {
	float:left;
	margin-top:42px;
	margin-left:10px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 12px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
	line-height:50px;
	font-weight:400;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#729ea8;
	margin-left:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#729ea8;
	position:absolute;
	bottom:5px;
	left:100%;
	right:-500px;
	-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{
	left:35px;
	right:15px;
}
.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:#fff;
	width:255px;
	padding:20px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:600;
	-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:10px 15px;
	color:#010937;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:400;
}
.nav li i {
	position: absolute;
	top: -18px;
	right: 30px;
	color:#fff;
	background: #729ea8;
	line-height: normal;
	padding: 2px 10px;
	border-radius: 3px;
	font-style: normal;
	font-size: 12px;
}
.nav li .sub ul li a:hover{
	background:#445c61;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #bbb;
	width: 20px;
	margin-right: 0px;
	margin-left:20px;
	height: auto;
	margin-top: 58px;
	cursor: pointer;
}
.searchbox {
	background: rgba(79,110,117,0.95);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 10002;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0px;
}
.searchbox_close {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background: #729ea8;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	left: 20px;
	top: 20px;
	text-transform: uppercase;
	font-family: arial;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 161px;
	background: #fff;
	height: 100px;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 20px;
	font-family:Changa, sans-serif;
	padding: 0px 20px 0px 75px;
	line-height: 100px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 100px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	left: 45px;
	top: 0;
	color: #729ea8;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	width:100%;
	position: fixed;
	right: 0px;
	z-index:9500;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.nav_fix .width {
	background: #fff;
	border-radius: 20px;
	height: 125px;
	padding: 0px 20px;
	box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.2);
}
body.scrolled .nav_fix{
	top:10px;
}
.nav_fix .nav li a{
	color:#333;
}
.nav_fix .search_icon span{
	color:#333;
}
/*end head_fix*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:6500;
	cursor:pointer;
	font-size:12px;
	right:20px;
	bottom:40px;
	display:none;
	width:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:45px;
	line-height:45px;
	border-radius:50%;
	background:#729ea8;
	-webkit-animation-name: hvr-hang;
	animation-name: hvr-hang;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction:alternate;
	animation-direction:alternate;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#445c61;
}
/*end totop*/
/*start bottom*/
#bottom {
	clear: both;
	display: block;
	float: right;
	color:#bbb;
	padding:20px 0px;
	width: 100%;
	position:relative;
}
.copyrights,.design{
	clear:both;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-size:13px;
}
.design a{
	border-bottom:2px solid #729ea8;
	display:inline-block;
	margin-left:5px;
	color:#fff;
}
.design a:hover{
	color:#729ea8;
	border-bottom:2px solid #fff;
}
/*end bottom*/
/*start footer*/
#footer{
	background-color:#445c61;
	width:98%;
	border-radius:40px;
	margin:0px auto 0px;
	overflow:hidden;
	position:relative;
	clear:both;
}
#footer .width{
	width:100%;
}
#footer:after{
	content:"";
	position:absolute;
	bottom:150px;
	right:0;
	width:191px;
	opacity:0.5;
	height:299px;
	background-image:url(../images/bg/bg51.png);
	background-repeat:no-repeat;
}
#footer:before{
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:86px;
	opacity:0.05;
	background-image:url(../images/bg/bg52.png);
	background-repeat:repeat-x;
	background-position:bottom;	
}
.footer_bg{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:86px;
	opacity:0.05;
	background-image:url(../images/bg/bg53.png);
	background-repeat:repeat-x;
	background-position:bottom;	
}
#footer .width{
	position:relative;
	height:100%;
	padding:80px 0px 70px;
	overflow:hidden;
}
.border_fix{
	position:absolute;
	top:0;
	bottom:0;
	right:25%;
	width:1px;
	background:#fff;
	opacity:0.1;
	z-index:100000;
}
.border_fix2{
	position:absolute;
	top:0;
	bottom:0;
	left:25%;
	width:1px;
	background:#fff;
	opacity:0.1;
	z-index:100000;
}
#footer .width,#bottom .width{
	position:relative;
}
.foot{
	margin:0px;
}
.foot_loop:nth-child(2){
	width:50%;
	padding-right:40px;
	padding-left:40px;
	text-align:center;
}
.foot_loop:last-child {
	padding-right:20px;
}
.foot_loop{
	width:25%;
	float:right;
	padding:20px;
}
.foot_loop h2{
	font-weight:400;
	font-size:24px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:12%;
	content:"";
	height:5px;
	border-radius:10px;
	background:#729ea8;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#eee;
	font-size: 13px;
	line-height:2;
}
.foot_logo{
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.foot_logo img{
	height:115px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
	position:relative;
	z-index:200;
}
.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:#eee;
	text-transform:uppercase;
	font-size:14px;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	color:#729ea8;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#729ea8;
	padding-right:10px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color: #eee;
	display: block;
	text-transform:uppercase;
	font-size: 14px;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.05);
	color: #fff;
	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;
	display:block;
	padding-right:20px;
}
.foot_contact b:before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	background: #729ea8;
	color: #fff;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	position: absolute;
	text-align: center;
	right: -19px;
	top: 0px;
}
.foot_contact b.foot_phone:before{
	content:"\f11f";
}
.foot_contact b.foot_map:before{
	content:"\f041";
}
.foot_contact b.foot_email:before{
	content:"\f2b6";
}
#footer .social{
	text-align:center;
	margin-top:50px;
}
.foot_loop .social li{
	display:inline-block;
	position:relative;
	padding:0;
}
.foot_loop .social li a {
	display: block;
	z-index: 11;
	font-size: 13px;
	position: relative;
	border: none;
	border: 1px solid rgba(255,255,255,0.1) !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0px !important;
	text-align: center !important;
	border-radius: 50%;
	margin: 0px 3px;
	color:#eee;
}
.foot_loop .social li a:hover{
	border:1px solid #729ea8;
	color:#729ea8;
}
.foot_loop .social li a:before{
	font-family:FontAwesome;
	padding:0;
	color:inherit;
	margin:0;
}
/*end footer*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	overflow:hidden;
	background-color:#445c61;
	width:98%;
	position:relative;
	border-radius:40px;
	margin:20px auto 50px;
}
#slideshow .width{
	position:relative;
	width:100%;
}
#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:-60px;
	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{
	color:#fff;
	background:#729ea8;
	border:2px solid #729ea8;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:linear-gradient(180deg, rgba(4, 42, 45, 0.6) 65.37%, #445c61 100.18%), linear-gradient(270deg, rgba(4, 42, 45, 0.4) 59.75%, #445c61 100%) !important;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	padding:200px 0px 50px;
	display: block;
	overflow:hidden;
}
.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,.cycle-slide-active .slider_cont h1{
    -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 h1{
	display:block;
	color:#fff;
	margin-bottom:20px;
	font-weight:400;
	font-size:17px;
	letter-spacing:2px;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:55px;
	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;
}
.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 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{
	border:1px solid rgba(255,255,255,0.15);
	clear:both;
	color:#fff;
	font-size:13px;
	margin-left:60px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	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:after{
	content:"\f100";
	font-family:FontAwesome;
	background:#729ea8;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:left;
	text-align:center;
	margin-right:30px;
	font-size:18px;
	font-weight:normal;
}
.slider_cont a:before{
	background:#729ea8;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	bottom:0;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.slider_cont a:hover:before{
	right:0;
}
.slider_cont a:hover{
	color:#fff;
}
/*end slideshow*/
/*start newsbar*/
#newsbar {
	z-index:1000;
	clear:both;
	position:relative;
	display:none;
	overflow:hidden;
	width:98%;
	margin:0px auto 20px;
	border:1px solid rgba(255,255,255,0.2);
	border-radius:20px;
}
#news-tick{
	overflow:hidden;
	height:66px !important;
	position:relative;
	border:none;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #fff;
}
.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:#bbb;
	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:#729ea8;
}
.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: #eee;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #729ea8;
}
/*end newsbar*/
/*start data*/
#data {
	clear: both;
	display: block;
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 40px;
	z-index: 1000;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	padding:30px 30px;
	overflow: hidden;
	text-align:center;
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	border:2px solid #729ea8;
	position: relative;
	color: #fff;
	font-size:45px;
	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 rgba(255,255,255,0.2);
	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:#bbb;
	position:relative;
	height:128px;
}
.data_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	font-weight: 700;
	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 #729ea8;
	padding: 7px 20px;
	border-radius:100px;
	font-size: 12px;
	font-weight: 600;
}
.data_list li a:hover {
	background:#729ea8;
	color:#fff;
}
/*end data*/
/*start more*/
.play_more a{
	clear:both;
	color:#fff;
	font-size:13px;
	margin-left:40px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	background:#729ea8;
	overflow:hidden;
	z-index:888;
}
.play_more a:after{
	content:"\f100";
	font-family:FontAwesome;
	background:#729ea8;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:left;
	text-align:center;
	margin-right:30px;
	font-size:18px;
	font-weight:normal;
}
.play_more a:before{
	background:#63909a;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	bottom:0;
	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 pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #111;
	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: #729ea8;
	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: #729ea8;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 35px;
	background-image:linear-gradient(267.43deg, #729ea8 4.95%, #427f53 97.92%);
	display: block;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	margin-bottom:0px;
}
.pages_title h2:before{
	content:url(../images/favicon2.png);
	vertical-align:-5px;
	margin-left:10px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
}
.pages_title.withwhite span{
	color:#fff;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#729ea8;
	display:block;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	margin-top:20px;
	margin-bottom:80px;
	overflow:hidden;
}
#aboutus .width{
	position:relative;
}
.aboutus_right {
	width: 45%;
	display: table-cell;
	height:100%;
	position: relative;
	padding:20px;
}
.aboutus_right div{
	width:24%;
	height:100%;
	position:absolute;
	top:0;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	border-radius:10px;
	right:0;
	overflow:hidden;
}
.aboutus_right div:nth-child(2){
	top:0;
	right:25%;
}
.aboutus_right div:nth-child(3){
	top:0;
	left:25%;
	right:auto;
}
.aboutus_right div:nth-child(4){
	top:0;
	left:0;
	right:auto;
}
.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_left{
	width:50%;
	vertical-align:top;
	padding-right:60px;
	padding-top:25px;
	position:relative;
	display:table-cell;
}
#aboutus:before{
	background:#dce7e9;
	height:180px;
	z-index:-1;
	width:51%;
	position:absolute;
	border-radius:0px 20px 20px 0px;
	content:"";
	top:0;
	left:0;
}
.aboutus_left .pages_title{
	text-align:right;
}
.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: #333;
	clear: both;
	line-height: 2;
}
.data_list2 {
	width: 100%;
	position: relative;
}
.data_list2 li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_all2 {
	position:relative;
}
.data_all3 {
	margin-right: 120px;
	padding-left: 30px;
}
.data_list2 li span {
	display: block;
	float: right;
	font-size:45px;
	width: 80px;
	height: 80px;
	background: #729ea8;
	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_list2 li:last-child span{
	background:#445c61;
	color:#729ea8;
}
.data_list2 li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list2 li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #333;
	position: relative;
	font-weight:400;
}
.data_list2 li p b {
	display: block;
	color: #729ea8;
	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: #dce7ea;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #729ea8;
	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: #dce7ea;
}
.aboutus_tabled_left_box_loop p {
	display: block;
	font-weight: 400;
	font-size: 25px;
	color: #729ea8;
}
.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 count*/
#count {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	border-radius:40px;
	margin-bottom:50px;
	padding:80px 0px 150px;
	overflow:hidden;
	width:98%;
	background:#445c61;
	z-index:800;
	position:relative;
}
#count:before{
	content:"";
	background-image:url(../images/extra/2.png);
	background-attachment:fixed;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-position:center;
	opacity:0.2;
}
#count .width{
	background-repeat:repeat-x;
	background-image:url(../images/bg/bg54.png);
	background-position:center;
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
	position:relative;
}
#count ul li:nth-child(3){
	top:110px;
}
#count ul li:nth-child(2){
	top:60px;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	border:1px solid #fff;
	color: #729ea8;
	width: 150px;
	height: 150px;
	margin:0px auto 40px; 
	background:rgba(255,255,255,1);
	text-align: center;
	line-height: 150px;
	border-radius: 100%;
	z-index: 133;
	font-size:70px;
	position: relative;
	display:block;
}
.count_all span:after {
	content: counter(counter);
	counter-increment: counter;
	position: absolute;
	background: #729ea8;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	top: 0;
	left: 13px;
	color: #fff;
	font-size: 11px;
	font-family: arial;
	font-weight: 700;
}
.count_all div {
	margin-top:-30px;
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 400;
	font-size:45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
}
.servicess_all{
	margin:0px -10px;
}
.servicess{
	float:right;
	width:33.33%;
	display:block;
}
.servicess li {
	display: block;
	float: right;
	width:100%;
	padding:10px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
}
.serv_lefts {
	padding: 25px;
	position: relative;
	background: #fff;
	box-shadow:0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
.serv_alls:hover .serv_lefts span{
	background:#729ea8;
	color:#fff;
}
.serv_lefts span {
	background: #f2f1ed;
	width: 90px;
	height: 99px;
	position: absolute;
	left: 15px;
	top: 0px;
	border-radius: 0px 0px 90px 90px;
	line-height: 99px;
	text-align: center;
	font-size: 44px;
	color: #729ea8;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_lefts h2 {
	font-weight: 600;
	font-size: 16px;
	display: block;
	margin-bottom: 12px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_lefts p {
	display: block;
	color: #555;
	overflow: hidden;
	margin-bottom:20px;
	font-size: 13px;
	padding-left: 90px;
}
.serv_lefts a {
	display: block;
	font-weight: 600;
	font-size: 13px;
	color: #333;
	border-top:1px solid #eee;
	padding-top:20px;
}
.serv_lefts a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#729ea8;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left:5px;
	display:inline-block;
	transform:rotate(-20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_lefts a:hover:before{
	transform:rotate(0deg);
}
/*end services2*/
/*start partners*/
#proud{
	background-color:#729ea8;
	text-align:center;
	color:#fff;
	font-size:25px;
	text-transform:capitalize;
	border-radius:20px;
	padding:60px 0px;
	clear:both;
	width:98%;
	overflow:hidden;
	margin:0px auto 50px;
	position:relative;
}
#proud:before{
	content:"";
	background-image:url(../images/extra/2.png);
	background-attachment:fixed;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-position:center;
	opacity:0.2;
}
#partners{
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.partners_title{
	overflow:hidden;
	margin-bottom:25px;
	display:block;
	padding:10px 0px;	
	border-bottom:1px solid #ddd;	
}
.partners_title h2{
	color:#888;
	font-family:cocon;
	float:right;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}
.partners_title h2:before{
	font-family:FontAwesome;
	content:"\f08e";
	vertical-align:-2px;
	margin-left:10px;
}
.p_next, .p_prev {
	width: 20px;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	line-height: 20px;
	z-index:100;
	float:left;
	margin-right:5px
}
.p_next:before,.p_prev:before{
	font-family:FontAwesome;
	font-weight:bold;
	font-size:20px;
	color:#888;
}
.p_next:before{
	content:"\f105";
}
.p_prev:before{
	content:"\f104";
}
.partners_full {
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
}
.partners_slide {
	overflow: hidden;
	display: block;
	width: 100%;
}
.partners.slick-initialized {
	visibility:visible;
}
.partners{
	visibility:hidden;
	direction:ltr;
}
.partners li{
	float:right;
}
.partners li .partners_img{
	overflow:hidden;
	text-align:center;
	width:100%;
}
.partners li .partners_img img{
	max-width:100%;
	height:100px;
	display:inline-block;
	vertical-align:middle;
}
/*end partners*/
/*start post*/
#post{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:50px;
	position:relative;
	overflow:hidden;
}
.border_fix {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 25%;
	width: 1px;
	background: #999;
	opacity: 0.1;
	z-index: 100000;
}
.border_fix2 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 25%;
	width: 1px;
	background: #999;
	opacity: 0.1;
	z-index: 100000;
}
.post li{
	display:black;
	width:100%;
	clear:both;
	overflow:hidden;
	padding:3%;
}
#post .width.scroll .post li{
	opacity: 1;
	transform: translateZ(0);
}
.post li:nth-child(2) img{
	float:left;
}
.post li:nth-child(2) .post_txt{
	float:right;
}
.post li img{
	float:right;
	border-radius:10px;
	object-fit:cover;
	height:433px;
	margin-bottom:25px;
	width:50%;
}
.post_txt{
	float:left;
	width:48%;
	padding:90px 0.9375rem 0px;
}
.post_txt span {
	color: #154fa3;
	margin-bottom:12px;
	display: block;
	font-size: 17px;
}
.post_txt p {
	display: block;
	font-weight: 200;
	font-size: 50px;
	color: #555;
	height:103px;
	overflow:hidden;
	line-height:1;
	margin-bottom: 35px;
}
.post_txt b {
	margin-right: 80px;
	max-width: 60%;
	display: block;
	font-weight: 200;
	font-size: 20px;
}
.post a {
	clear: both;
	display: block;
	width: 53%;
	margin-right: 23.5%;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px;
	font-size: 17px;
	color: #555;
	float: right;
}
.post a:hover{
	color:#000;
}
.post a img {
	vertical-align: middle;
	height: 14px;
	float: none !important;
	width: 35px;
	padding: 0;
	margin: 0 20px 0px 0px;
	-webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.post a:hover img {
	-webkit-animation: bounce 2s linear -0.4s;
	animation: bounce 2s linear -0.4s;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@-webkit-keyframes bounceReverse {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
  40% {
    -webkit-transform: translateX(-10px) rotate(180deg);
            transform: translateX(-10px) rotate(180deg);
  }
  60% {
    -webkit-transform: translateX(-5px) rotate(180deg);
            transform: translateX(-5px) rotate(180deg);
  }
}
/*end post*/