/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:IBMPlexSansArabic, 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:#2fb4bb;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#73ba44;
	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: 40px;
  height: 40px;
  border:1px solid rgba(0,0,0,0.2);
  opacity:1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle:after{
	content:"";
	width:4px;
	height:4px;
	border-radius:50%;
	background:#2fb4bb;
	opacity:0.8;
	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:14px;
	display:inline-block;
	font-weight:600;
	height:55px;
	line-height:55px;
	position:relative;
	text-transform:uppercase;
	padding-left:30px;
	background:#2fb4bb;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #73ba44;
	height: 55px;
	right: 10px;
	left: -6px;
	border-radius: 50px;
	top: 6px;
	opacity: 0.3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more:hover:after{
	opacity:0;
}
.play_more a:after{
	content:"\f101";
	font-family:FontAwesome;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:right;
	text-align:center;
	font-weight:normal;
	margin-left: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:#73ba44;
	content:"";
	width:100%;
	height:100%;
	right:0;
	top:-100%;
	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{
	top:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	height:120px;
	float: right;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}
#header .borderis1{
	opacity:0.3;	
}
.logo {
	float: left;
	position: relative;
	padding:14px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 95px;
}
.get_qoute {
	float: right;
	margin-top: 30px;
	margin-right:0px;
}
a.link_anim {
	background: #2fb4bb;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius: 64px;
	color: #fff;
	font-weight: 600;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	padding: 0px 20px;
	text-transform: uppercase;
}
a.link_anim c{
	position:relative;
}
a.link_anim:hover b{
	right:0;
}
a.link_anim:hover e{
	left:0;
}
a.link_anim b{
	position:absolute;
	height:22.5px;
	width:100%;
	background:#73ba44;
	top:0;
	right:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
a.link_anim e{
	position:absolute;
	height:22.5px;
	width:100%;
	background:#73ba44;
	bottom:0;
	left:-100%;
	-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-right:10px;
	position:relative;
	content:"\f1ab";
}
.nav {
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.nav li{
	display:block;
	float:left;
	padding:0px 12px;
}
.nav li a{
	display:block;
	color:#eee;
	overflow:hidden;
	text-transform:uppercase;
	line-height:83px;
	font-weight:600;
	font-size:15px;
	position:relative;
}
.nav li.menu-item-has-children a:after{
	content:"\f107";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:10px;
	font-weight:normal;
}
.nav li:hover a{
	color:#2fb4bb;
}
.nav li:hover .sub{
	top:88px;
	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;
	padding:20px;
	right:20px;
	left:20px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:55600;
	-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:left;
	width:20%;
	text-align:center;
	padding:0;
}
.nav li .sub ul li a:after,.nav li .sub ul li a:before{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:18px 15px;
	color:#555;
	font-size:14px;
	line-height:normal;
	height:auto;
	font-weight:400;
}
.nav li .sub ul li a:hover{
	background:#e3eeef;
	color:#2fb4bb;
	border-radius:50px;
}
.search_icon {
	float: right;
	margin-right: 15px;
	margin-top: 29px;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	background: #fff;
	border-radius: 32px;
}
.search_icon .searchbox svg {
	margin-top: 0px;
	height: 45px;
	fill: #2fb4bb;
	width: 18px;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #555;
	font-size: 15px;
	font-family: IBMPlexSansArabic, sans-serif;
	padding: 0px 49px 0px 20px;
	line-height: 45px;
	width: 100%;
}
.searchbox label button {
	border:none;
	background:none;
	position: absolute;
	right: 20px;
	top:0;
	cursor:pointer;
}
/*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:20000;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .nav_fix{
	top:0;
}
body.scrolled .social{
	margin-top:100px;
}
/*end head_fix*/
/*start borderis1*/
.borderis1 {
	height: 5px;
	clear: both;
	float: right;
	width: 100%;
	z-index: 5000;
}
.borderis {
	height: 100%;
	width: 100%;
	display: block;
}
.borderisloop {
	width: 21%;
	float: right;
	height: 100%;
	background: #233972;
}
.borderisloop:nth-child(2) {
	background: #2fb4bb;
	width: 19%;
}
.borderisloop:nth-child(3) {
	width: 18%;
	background: #cfd734;
}
.borderisloop:nth-child(4) {
	background: #2fb4bb;
	width: 16%;
}
.borderisloop:nth-child(5) {
	width: 14%;
	background: #73ba44;
}
.borderisloop:nth-child(6) {
	width: 12%;
	background: #2fb4bb;
}
/*end borderis1*/
/*start footer*/
#footer{
	background-color:#233259;
	float:right;	
	width:100%;
	clear:both;
	margin-top:100px;
	padding:0px 0px 30px;
	position:relative;
}
#footer .width{
	position:relative;
}
.foot_img{
	background-image:url(../images/bg/bg50.png);
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
	left:0;
	bottom:0;
	right:0;
	top:-80px;
	position:absolute;
}
.foot_top {
	position: relative;
	border-bottom: 2px solid rgba(255,255,255,0.05);
	text-align: center;
	padding: 20px 0px;
	overflow:hidden;
}
.foot_logo {
	display:inline-block;
	vertical-align: middle;
}
.foot_logo img {
	height: 80px;
}
.foot_copyrights {
	display: inline-block;
	vertical-align: middle;
	text-align:left;
	text-transform:capitalize;
	padding-left:35px;
	color: #bbb;
	font-size:13px;
	border-left: 1px solid rgba(255,255,255,0.05);
	margin-left: 50px;
	max-width: 250px;
}
.foot_copyrights a{
	color:#2fb4bb;
	font-weight:400;
}
.foot_copyrights a:hover{
	text-decoration:underline;
}
.foot_center {
	border-bottom: 2px solid rgba(255,255,255,0.05);
	padding: 20px 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.foot li {
	display: inline-block;
}
.foot li a {
	color: #bbb;
	display: block;
	padding: 15px 30px;
	font-weight: 600;
	text-transform:uppercase;
	font-size: 14px;
}
.foot li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#73ba44;
	margin-right:10px;
}
.foot li a:hover{
	color: #cfd734;
}
.foot_bottom {
	clear: both;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 50px 0px;
}
.foot_bottom_list {
	display: block;
	float: left;
	color: #fff;
	margin-left: 60px;
}
.foot_bottom_list span {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	background: #2fb4bb;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	font-weight: normal;
	float: left;
}
.foot_bottom_list div {
	padding-left: 60px;
}
.foot_bottom_list div h2 {
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
	text-transform:uppercase;
	color: #bbb;
}
.foot_bottom_list div p {
	display: block;
	font-weight:400;
	color: #aaa;
	font-size: 13px;
}
#footer .social {
	clear: none;
	float: right;
	border: none;
	height: auto;
	margin: 5px 0 0;
}
#footer .social li {
	float: left;
}
#footer .social li a {
	width: 50px;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-right: 6px;
	border: none;
	text-align: center;
	background: rgba(0,0,0,0.2);
	color: #fff;
}
#footer .social li.facebook a{
	background:#1877F2;
}
#footer .social li.twitter a{
	background:#1DA1F2;
}
#footer .social li.youtube a{
	background:#FF0000;
}
#footer .social li.snapchat a{
	background:#c8b146;
}
#footer .social li.linkedin a{
	background:#0077B5;
}
#footer .social li.instagram a{
	background:#4c68d7;
}
#footer .social li a:hover{
	background:#2fb4bb;
	color:#fff;
}
.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";
}
.social li a {
	color: #fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	border-radius:5px;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background:rgba(0,0,0,0.2);
	margin-right:6px;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#131313;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:45px;
	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:#2fb4bb;
	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:#2fb4bb;
	border:5px solid #2fb4bb;
	color:#fff;
}
/*end totop*/
/*start social_fix*/
.social_fix{
	position:fixed;
	bottom:110px;
	right:38px;
	display:none;
	z-index:1000;
}
.social_fix a{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:4px;
	color:#fff;
	text-align:center;
	background:#2fb4bb;
	box-shadow:0px 3px 14px #00000055;
	margin-bottom:8px;
	font-size:17px;
}
.social_fix a:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.social_fix a.social_whats:before{
	content:"\f232";
}
.social_fix a.social_call:before{
	content:"\f11f";
}
/*end social_fix*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:130%;
	display:block;
	z-index:100;
	background-color:#233259;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.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%;
	position:relative;
	padding:10px 15px 15px;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_center{
	margin:0px auto;
	text-align:center;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	text-transform:capitalize;
	color: #fff;
	font-size:45px;
	margin-bottom: 25px;
}
.slider_cont h2 e{
	color:#2fb4bb;
}
.slider_cont h2 span{
	display:inline-block;
}
.iframe_y{
	position:absolute;
	padding-bottom: 56.25%;
	width:100%;
	height:100%;
	z-index:200;
}
.slideshow video {
	position: absolute;
	top: 60%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 200;
	transform: translateX(-50%) translateY(-60%);
	transition: 1s opacity;
}
.slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center bottom;
}
.slidebg{
	background-color:#233259;
	position:absolute;
	z-index:777;
	width:100%;
	opacity:0.4;
	top:0px;
	right:0;
	height:100%;
}
/*end slideshow*/
/*start aboutus*/
#aboutus {
	clear: both;
	float: right;
	width: 100%;
	position: relative;
	z-index: 100;
	padding-bottom:100px;
}
.aboutus_right {
	float: right;
	text-align: right;
	width: 40%;
	padding-right: 20px;
}
.aboutus_right img{
	width:390px;
	height:390px;
	border-radius:50%;
	margin-top: -185px;
	object-fit:cover;
	webkit-animation: moveleftbounce 5s linear infinite;
	animation:moveleftbounce 5s linear infinite;
}
.aboutus_left{
	float:left;
	width:60%;
	font-weight:400;
	font-size:17px;
	text-align:justify;
	padding:50px 60px 0px 0px;
}
.aboutus_left p {
	position: relative;
	padding-left: 35px;
}
.aboutus_left p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #2fb4bb;
	width: 5px;
	border-radius: 10px;
}
/*end aboutus*/
/*start aboutus2*/
#aboutus2{
	clear: both;
	float: right;
	width: 100%;
	position: relative;
	z-index: 100;
	margin-bottom:80px;
	overflow:hidden;
}
.aboutus2{
	display:table;
	width:100%;
}
#aboutus2:before{
	content:"";
	position:absolute;
	bottom:0;
	right:-20%;
	top:0;
	width:30%;
	background-repeat:no-repeat;
	background-image:url(../images/bg/bg52.png);
	background-position:left bottom;
}
.aboutus2_right {
	display:table-cell;
	width: 25%;
	height:100%;
}
.aboutus2_right img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutus2_left{
	width:75%;
	display:table-cell;
	vertical-align:middle;
	padding:0px 140px 0px 100px;
}
.aboutus2_left p{
	font-size:15px;
	text-align:justify;
	color:#666;
	margin-bottom:25px;
}
/*end aboutus2*/
/*start inside title*/
.page_inside_title{
	margin-bottom:40px;
	clear:both;
	overflow:hidden;
	float:left;
	width:100%;
	position:relative;
}
.page_inside_title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #2fb4bb;
	width: 5px;
	border-radius: 10px;
}
.page_inside_title h1{
	margin-left:30px;
	color:#73ba44;
	font-weight:600;
	font-size:18px;
	margin-bottom:15px;
	letter-spacing:6px;
}
.page_inside_title h2{
	margin-left:30px;
	color:#2c3e50;
	line-height:1;
	text-transform:capitalize;
	font-weight:700;
	font-size:40px;
}
/*end inside title*/
/*start counter*/
#counter{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:60px;
	overflow:hidden;
	padding-top:60px;
}
.counter_left{
	float:left;
	width:40%;
}
.counter_right{
	padding-left:80px;
	float:right;
	width:60%;
}
.counter_left p{
	font-size:15px;
	text-align:justify;
	color:#666;
	margin-bottom:25px;
}
.count li{
	float:left;
	padding:0px 30px;
	width:50%;
}
.count_all {
	max-width: 250px;
}
.count_all p{
	font-weight:700;
	color:#2fb4bb;
	font-size:48px;
}
.count_all h2{
	color:#666;
	font-weight:400;
	font-size:16px;
	text-align:right;
	text-transform:uppercase;
}
/*end counter*/
/*start banner*/
#banner{
	clear:both;
	overflow:hidden;
	width:100%;
	float:right;
	height:100%;
	position:relative;
	margin-bottom:0px;
	background-size:cover;
	background-attachment:fixed;
}
#banner .aboutus_right_imgs_round {
	right: 50%;
	margin-right: -100px;
	top: 50%;
	margin-top: -100px;
}
.aboutus_right_imgs_round{
	width: 180px;
	height: 180px;
	position: absolute;
	bottom:0px;
	right: 20px;
	border-radius: 50%;
	background-color:transparent;
	z-index: 1000;
	-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;
	right: 0;
	top: 0;
	width: 100%;
  -webkit-animation: rotateme 25s linear infinite;
  animation: rotateme 25s linear infinite;
	height: 100%;
}
.aboutus_right_imgs_round text {
	text-transform: uppercase;
	font-size: 12.5px;
	letter-spacing: 3px;
	font-weight: 500;
	fill:#fff;
}
.overlay-icon-box {
	position: absolute;
	top: 40px;
	left: 40px;
	bottom: 40px;
	right: 40px;
	background-color:transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	line-height: 1;
	padding:10px;
	color:#fff;
}
/*end banner*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #666;
	margin: 0px auto 50px;
	max-width: 590px;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 600;
	display:inline-block;
	padding:0px 20px;
	color: #333;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #2fb4bb;
	top:13.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: #2fb4bb;
	top:13.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 40px;
	color: #2c3e50;
	display: block;
	line-height:1.3;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.pages_title span {
	font-size: 16px;
}
.pages_title p{
	height:5px;
	width:60px;
	border-radius:5px;
	position:relative;
	margin:20px auto 0px;
	background:#2fb4bb;
	display:block;
}
.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 data*/
#data{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:70px;
	overflow:hidden;
	padding-top:70px;
}
.data_list {
	clear: both;
	display: block;
	margin:0px -25px;
}
.data_list li {
	float: left;
	width: 33.33%;
	padding: 25px;
}
.data_list li:nth-child(2) .data_all span{
	border:1px solid #73ba44;
	color:#73ba44;
}
.data_list li:nth-child(3) .data_all span{
	border:1px solid #cfd734;
	color:#cfd734;
}
.data_list li:nth-child(4) .data_all span{
	border:1px solid #cfd734;
	color:#cfd734;
}
.data_list li:nth-child(6) .data_all span{
	border:1px solid #73ba44;
	color:#73ba44;
}
.data_all span {
	float: left;
	width: 70px;
	height: 70px;
	border: 1px solid #2fb4bb;
	text-align: center;
	line-height: 67px;
	color: #2fb4bb;
	margin-top:10px;
	font-size: 35px;
	border-radius: 5px;
}
.data_all2 {
	margin-left: 100px;
}
.data_all2 p b {
	font-weight: 700;
	font-size: 20px;
	color:#333;
	display: block;
	text-transform:capitalize;
	margin-bottom: 5px;
}
.data_all2 p {
	color: #666;
	height: 90px;
	overflow: hidden;
}
/*end data*/
/*start aboutus3*/
#aboutus3{
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:70px;
}
.aboutus3{
	display:table;
	width:100%;
}
.aboutus2_right{
	position:relative;
}
.aboutus2_right img.fly_about{
	position:absolute;
	right:-100px;
	top:123px;
	width:auto;
	height:250px;
	webkit-animation: movetopbounce 5s linear infinite;
	animation:movetopbounce 5s linear infinite;
}
.aboutus3 .aboutus2_left {
	padding-left: 150px;
}
.aboutus3_list {
	clear: both;
}
.aboutus3_list li a {
	display: block;
	padding: 20px 0px;
	font-size: 17px;
	color: #333;
	border-top: 1px solid #eae5da;
	font-weight: 400;
	position: relative;
}
.aboutus3_list li:last-child a{
	border-bottom: 1px solid #eae5da;
}
.aboutus3_list li a:after {
	content: "\f178";
	font-family: FontAwesome;
	color: #2fb4bb;
	position: absolute;
	right: 10px;
	top: 20px;
}
.aboutus3_list li a:hover{
	color:#2fb4bb;
}
/*end aboutus3*/
/*start my_top_table*/
.my_top_table{
	clear:both;
	float:right;
	width:100%;
	background:#233259;
	overflow:hidden;
	margin-bottom:0px;
	padding:90px 0px 50px;
}
.my_slice{
	margin-top:40px;
}
.services2{
	margin:0px -20px;
}
.services2_slider{
	visibility:hidden;
}
.services2_slider.slick-initialized {
	visibility:visible;
}
.serv2_loop {
	width: 33.33%;
	float: left;
	overflow: hidden;
	padding:0px 20px;
}
.serv2_all {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.serv2_img {
	width: 100%;
	height: 280px;
	overflow:hidden;
	position:relative;
}
.serv2_img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position:top;
	display:block;
}
.serv2_img a:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#233972;
	opacity:0;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.serv2_all:hover .serv2_img a:before{
	opacity:0.85;
}
.serv2_img a:after{
	content:"\f178";
	height: 50px;
	font-family:FontAWesome;
	font-weight:normal;
	width: 50px;
	opacity:0;
	line-height: 51px;
	text-align: center;
	color: #fff;
	background: #2fb4bb;
	display: block;
	position: absolute;
	top: 50%;
	bottom: 0;
	font-size: 17px;
	border-radius: 100%;
	box-shadow: 0px 5px 5px #00000024;
	z-index: 333;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
.serv2_all:hover .serv2_img a:after{
	opacity:1;
}
.serv2_txt {
	padding:15px 0px;
}
.serv2_txt h2 {
	font-weight: 600;
	font-size:20px;
	position:relative;
	display: block;
	margin-bottom:1px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.serv2_txt p {
	font-size: 15px;
	color: #aaa;
	height: 80px;
	position: relative;
	overflow: hidden;
}
/*end my_top_table*/
/*start teams*/
#teams {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:70px;
	position: relative;	
	overflow:hidden;
	padding-top:70px;
	padding-bottom:5px;
}
.teams_slide{
	margin-top:20px;
	clear:both;
	display:block;
	position:relative;
	z-index:101;
	visibility:hidden;
}
.teams_slide.slick-initialized {
	visibility:visible;
}
.teams_slide li{
	float:left;
	width:33.33%;
	padding:15px;
	position:relative;
}
.teams_all{
	overflow:hidden;
	position:relative;
	display:block;
	cursor:pointer;
}
.teams_all img{
	width:100%;
	display:block;
	height:440px;
	object-fit:cover;
	object-position:top;
}
.team_details{
	padding:25px;
	border: 1px solid #eae5da;
}
.teams_all span {
	color: #2c3e50;
	display: block;
	font-size:18px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.teams_all p{
	text-overflow: ellipsis;
	font-size:15px;
	overflow: hidden;
	white-space: nowrap;
	font-weight:400;
	display:block;
	color:#666;
}
/*end teams*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	overflow:hidden;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners li{
	float:left;
	display:block;
	width:16.66%;
	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;
}
.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;
}
/*end partners*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#233259;
	z-index:50000;
}
.go_page_load_table{
	width:100%;
	height:100%;
	display:table;
}
.go_page_load_cell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
/*end load*/