/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	counter-reset: counter;
	font-family:'FSAlbertArabic', sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#3dbeab;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#d54242;
	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:1200px;
}
.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:#3dbeab;
	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:13px;
	display:inline-block;
	font-weight:700;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	background:#3dbeab;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #a2c5cf;
	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:"\f100";
	font-family:FontAwesome;
	color:#fff;
	background:#18554e;
	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:#18554e;
	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*/
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:#333;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 12px;
	line-height: 45px;
}
.social li a:hover{
	background:none;
	color:#3dbeab;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before,.my_products_share a.facebook:before{
	content:"\f09a";
}
.social li.twitter a:before,.my_products_share a.twitter: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,.my_products_share a.pinterest: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:5000;
	width:100%;
	float:right;
	clear:both;
	height:75px;
	position:fixed;
	padding:0px 30px;
	top:0px;
	right:0;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled #header{
	background-color:#fff;
	box-shadow:0px 3px 10px 0px rgba(28,47,80,.08);
}
body.scrolled #header .logo img{
	height:55px;
}
.logo {
	float: right;
	position: relative;
	padding-top: 13px;
}
.logo img {
	height: 100px;
	float: right;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.get_qoute {
	float: left;
	margin-top: 19px;
	margin-right:0px;
}
a.link_anim {
	background: #3dbeab;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius: 64px;
	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{
	right:0;
}
a.link_anim:hover e{
	left:0;
}
a.link_anim b{
	position:absolute;
	height:22.5px;
	width:100%;
	background:#18554e;
	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:#18554e;
	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-left:10px;
	position:relative;
	content:"\f2b6";
}
#nav{
	margin:0px auto;
	text-align:center;
}
.nav {
	display:inline-block;
	padding-top:4px;
	margin-left:10px;
}
.nav li{
	display:inline-block;
	padding:0px 20px;
}
.nav li a{
	display:block;
	color:#333;
	overflow:hidden;
	height:75px;
	text-transform:uppercase;
	line-height:75px;
	font-weight:400;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#3dbeab;
	margin-left:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#3dbeab;
	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:78px;
	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;
	text-align:center;
	height:auto;
}
.nav li .sub ul li{
	display:inline-block;
	float:none;
	width:25%;
	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:10px 15px;
	color:#010937;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:400;
}
.nav li i {
	font-style:normal;
	margin-left:7px;
}
.nav li .sub i{
	margin:0px 0px 10px;
	display:block;
	font-size:30px;
}
.nav li .sub ul li a:hover{
	background:#3dbeab;
	border-radius:10px;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #333;
	width: 20px;
	margin-right: 0px;
	margin-left:20px;
	height: auto;
	margin-top:33px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	display: none;
	z-index: 10002;
	left: 20px;
	right:20px;
	top: 100px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #bbb;
	font-size: 21px;
	left: 10px;
	top: 0px;
	text-transform: uppercase;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	background: #fff;
	box-shadow: 0 9px 16px rgba(41, 38, 50, 0.06);
	border-radius: 32px;
}
.search_icon .searchbox svg {
	margin-top: 0px;
	height: 60px;
	position: absolute;
	right: 20px;
	fill: #3dbeab;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 15px;
	font-family: 'FSAlbertArabic', sans-serif;
	padding: 0px 48px 0px 75px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
/*end header*/
/*start footer*/
#footer:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-repeat:repeat;
	background-image:url(../images/bg/bg56.png);
	opacity:0.2;
}
#footer:after {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	height:210px;
	background-repeat: no-repeat;
	background-image: url(../images/bg/bg58.png);
	opacity: 1;
	z-index: 100;
	background-size: 100% 100%;
}
#footer{
	background-image:url(../images/bg/bg55.png);
	background-color:#18554e;
	background-position:center top;
	border-bottom:1px solid rgba(255,255,255,0.05);
	background-repeat:repeat;
	float:right;	
	width:100%;
	padding-top:250px;
	clear:both;
	position:relative;
}
#footer .width{
	position:relative;
	z-index:101;
}
.foot{
	clear:both;
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#ccc;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:700;
	font-size:20px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.05);
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:2px;
	background-color:#3dbeab;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:2;
}
.foot_logo img {
	height: 60px;
	display: block;
	margin-bottom:20px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	overflow:hidden;
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding:10px 0;
	color:#ccc;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#3dbeab;
	border-radius:5px;
	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:#fff;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.1);
	color:#ccc;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 55px;
	padding: 10px;
}
.foot_contact p b {
	position: relative;
	font-weight: 400;
	padding-right: 14px;
}
.foot_contact p b:before {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-weight: normal;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #3dbeab;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: -20px;
}
.foot_contact p b.foot_map:before{
	content:"\f041";
}
.foot_contact p b.foot_phone:before{
	content:"\f11f";
}
.foot_contact p b.foot_mail:before{
	content:"\f2b6";
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_loop ul.foot_post li a img {
	width: 50px;
	height: 50px;
	border:1px dotted #3dbeab;
	float: right;
	object-fit:cover;
	object-position:top;
	display: block;
	margin-left: 12px;
	border-radius: 5px;
}
.foot_loop ul.foot_post li a:hover{
	color:#fff;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	color:#bbb;
	font-size:13px;
	border-top:1px solid rgba(255,255,255,0.1);
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	float:right;
	line-height:65px;
}
.design{
	float:left;
	line-height:65px;
}
.design a{
	color:#fff;
	background:#3dbeab;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
#bottom .social {
	float:right;
	margin-top:0;
	margin-right:10px;
}
#bottom .social li{
	display:block;
	position:relative;
	float:right;
}
#bottom .social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.05);	
}
#bottom .social li a {
	background:transparent !important;
	color:#bbb;
	display: block;
	font-size: 14px;
	border-left:1px solid rgba(255,255,255,0.05);
	border-right:none;
	border-top:none;
	border-bottom:none;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	width:auto;
	border-radius:0;
	height:65px;
	padding:0px 30px;
	line-height: 65px;
}
#bottom .social li a:hover{
	background:#3dbeab !important;
	color:#fff;
}
#bottom .social li:hover:after{
	top:0;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#3e395f;
	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;
	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:#3dbeab;
	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:#3dbeab;
	border:5px solid #3dbeab;
	color:#fff;
}
/*end totop*/
/*start whatsapp*/
.slider_quest_all{
	position:fixed;
	z-index:50000000;
	left:10px;
	bottom:20px;
}
.slider_quest{
  -webkit-animation: movetopbounce 5s linear infinite;
  animation: movetopbounce 5s linear infinite;
}
.slider_quest:after {
	content: "";
	width: 13px;
	height: 30px;
	background: #fff;
	position: absolute;
	left: 51px;
	top: 37px;
	z-index:9000;
	transform: rotate(-54deg);
}
.slider_quest img {
	background: #fff;
	width: 50px;
	height: 50px;
	padding: 7px;
	border-radius: 10px;
	box-shadow: 0 20px 50px rgba(3,27,78,0.3);
	float: left;
}
.slider_quest_txt {
	float: right;
	background: #fff;
	border-radius: 10px;
	padding: 10px 25px;
	margin-right: 10px;
	margin-top: 50px;
	box-shadow: 0 20px 50px rgba(3,27,78,0.3);
}
.slider_quest_txt h4 {
	font-weight: 400;
	color: #555;
	font-size: 14px;
	display: block;
}
.slider_quest_txt h5 {
	color: #3dbeab;
	font-weight: 400;
	letter-spacing:3px;
	font-size: 14px;
}
/*end whatsapp*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	background-color:#F4F6FB;
	z-index:100;
	overflow:hidden;
	padding-top:100px;
	margin-bottom:80px;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#slideshow:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	animation:ani-bg 3s infinite alternate;
	right:0;
	background-image:url(../images/bg/bg51.png);
	background-position:center;
}
#slideshow .width{
	height:100%;
	position:relative;
}
.slider_right{
	float:right;
	clear:both;
	width:100%;
}
.slider_right{
	position:relative;
}
img.slider_right_img{
	height:760px;
	margin:50px auto 0px;
	display:block;
}
.slider_quest_all2{
	position:absolute;
	right:120px;
	top:150px;
}
.slider_quest2{
  -webkit-animation: movetopbounce 5s linear infinite;
  animation: movetopbounce 5s linear infinite;
}
.slider_quest2:after {
	content: "";
	width: 13px;
	height: 30px;
	background: #fff;
	position: absolute;
	right: 51px;
	top: 37px;
	z-index:9000;
	transform: rotate(54deg);
}
.slider_quest2 img {
	background: #fff;
	width: 50px;
	height: 50px;
	object-fit:cover;
	padding: 7px;
	border-radius: 10px;
	box-shadow: 0 20px 50px rgba(3,27,78,0.1);
	float: right;
}
.slider_quest_txt2 {
	float: right;
	background: #fff;
	border-radius: 10px;
	padding: 10px 25px;
	margin-right: 10px;
	margin-top: 50px;
	box-shadow: 0 20px 50px rgba(3,27,78,0.1);
}
.slider_quest_txt2 h4 {
	font-weight: 400;
	color: #555;
	font-size: 14px;
	display: block;
}
.slider_quest_txt2 h5,.slider_quest_txt2 h6 {
	color: #3dbeab;
	font-weight: 400;
	font-size: 14px;
}
.slider_quest_txt2 h6{
	letter-spacing:4.5px;
	font-size:13px;
	color:#333;
}
.slider_info_all{
	position: absolute;
	left: 20px;
	top:350px;
}
.slider_info {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
	box-shadow: 0 20px 50px rgba(3,27,78,0.1);
	padding: 15px;
	background: #fff;
	border-radius:20px;
	overflow:hidden;
}
.slider_info_img{
	float:right;
}
.slider_info h3 {
	float: right;
	clear:both;
	font-weight: 400;
	color: #10202e;
	font-size: 14px;
	padding-top: 18px;
	margin-bottom: 0;
	padding-left: 6px;
}
.slider_info_img img{
	width:50px;
	height:50px;
	object-fit:cover;
	object-position:top;
	border-radius:50%;
	display:block;
	float:right;
	position:relative;
	border:2px solid rgba(255,255,255,1);
}
.slider_info_img img:nth-child(2){
	right:-15px;
}
.slider_info_img img:nth-child(3){
	right:-30px;
}
.slider_info_img img:nth-child(4){
	right:-45px;
}
.slider_hello{
	position: absolute;
	left: 20px;
	top:150px;
}
.slider_hello_info{
  -webkit-animation: movetopbounce 5s linear infinite;
  animation: movetopbounce 5s linear infinite;
	box-shadow: 0 20px 50px rgba(3,27,78,0.1);
	padding: 25px;
	background: #fff;
	border-radius:20px;
	overflow:hidden;
}
.slider_hello_info span {
	float: right;
	font-size: 40px;
}
.slider_hello_info p {
	margin-right: 63px;
	font-size: 13px;
	padding-top: 10px;
}
.slider_hello_info p b {
	display: block;
	font-weight: 700;
	font-size: 14px;
}
.slider_exp{
	position: absolute;
	right: 20px;
	bottom:50px;
}
.slider_exp span{
	float:right;
	font-weight:700;
	color:#18554e;
	font-size:40px;
}
.slider_exp p {
	margin-right: 56px;
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	line-height: 1.5;
}
.slider_exp p b {
	font-weight: normal;
	display: block;
}
/*end slideshow*/
/*start pages title*/
.pages_title{
	clear:both;
	text-align:center;
	margin-bottom:30px;
}
.pages_title h2,.pages_title h1{
	position: relative;
	display:block;
	z-index: 888;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight: 700;
	color: #251b49;
	font-size:30px;
	line-height:1;
}
.pages_title h1 img {
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
  -webkit-animation: rotateme 5s linear infinite;
  animation: rotateme 5s linear infinite;
}
.pages_title.withwhite h1,.pages_title.withwhite h2{
	color:#eee;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	margin-bottom:60px;
	position:relative;
	z-index:500;
}
#aboutus .width{
	position:relative;
	display:block;
}
.aboutus_right {
	width: 100%;
	height:100%;
	position: relative;
	text-align:center;
	padding:20px;
}
.aboutus_left{
	width:100%;
	vertical-align:top;
	height:100%;
	text-align:center;
}
.aboutus_left .pages_title p{
	margin-right:auto;
	margin-left:auto;
}
.aboutus_left_txt {
	font-size: 16px;
	font-weight: 400;
	margin-bottom:40px;
	color: #666;
	clear: both;
	line-height: 2;
}
/*end aboutus*/
/*start aboutus_background*/
#aboutus_background{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
}
.aboutus_left ul{
	margin:0px -20px;
}
.aboutus_left ul li{
	width:50%;
	float:right;
	padding:0px 20px;
	text-align:right;
	position:relative;
}
.aboutus_left ul li{
	padding:20px;
}
.aboutus_background_all {
	border-radius: 10px;
	padding: 25px 100px 25px 25px;
	overflow:hidden;
	background:#fff;
	position: relative;
	border: 2px solid #e9eff1;
}
.aboutus_background_all:before {
	background-color: #3dbeab;
	content: "";
	height: 500px;
	left: -75px;
	position: absolute;
	top: 0px;
	transform: rotate(-35deg);
	width: 80px;
	opacity: 0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.aboutus_background li.itshover .aboutus_background_all:before{
	left: 120%;
	opacity: 0.45;
}
.aboutus_background_all h2{
	font-weight:700;
	color:#000;
	font-size:19px;
	letter-spacing:0px;
	margin-bottom:10px;
	text-transform:capitalize;
}
.aboutus_background_all p {
	color: #555;
	padding-left: 100px;
	height: 52px;
	overflow: hidden;
}
.aboutus_background_all span {
	width: 93px;
	height: 99px;
	display: block;
	line-height: 80px;
	font-size: 30px;
	color: #fff;
	background: #3dbeab;
	text-align: center;
	position: absolute;
	right: -1px;
	top: -2px;
	border-radius: 0px 20px 0px 200px;
}
/*end aboutus_background*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	background:#F4F6FB;
	padding:120px 0px;
	margin-bottom:50px;
	overflow:hidden;
	position:relative;
}
#services2 .pages_title{
	text-align:center;
}
#services2 .pages_title p{
	margin-left:auto;
	margin-right:auto;
}
.next2_slidero {
	position: absolute;
	top: 190px;
	right: 80px;
	z-index: 3000;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
}
.next2_slidero b {
	background: rgba(0,0,0,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.next2_slidero b:before {
	content: "";
	background: rgba(0,0,0,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(40deg);
	right: -2px;
}
.next2_slidero b:after {
	content: "";
	background: rgba(0,0,0,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(-40deg);
	right: -2px;
}
.prev2_slidero {
	position: absolute;
	top: 190px;
	left: 80px;
	z-index: 3000;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
}
.prev2_slidero b {
	background: rgba(0,0,0,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.prev2_slidero b:before {
	content: "";
	background: rgba(0,0,0,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(-40deg);
	left: -2px;
}
.prev2_slidero b:after {
	content: "";
	background: rgba(0,0,0,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(40deg);
	left: -2px;
}
.servicess{
	clear:both;
	margin:50px -20px 0px;
	display:block;
}
.servicess li {
	display: block;
	float: right;
	width: 50%;
	padding:20px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
}
.serv_rights {
	position:relative;
	width: 60%;
	height:300px;
	float:left;
}
.serv_rights a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_rights: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;
}
.serv_rights:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.serv_rights img {
	width: 100%;
	height:100%;
	border-radius:20px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_lefts span {
	width:50px;
	position: absolute;
	left: 15px;
	top: 0px;
	padding-top: 29px;
	text-align: center;
	font-size: 13px;
	color: #666;
}
.serv_lefts span b {
	display: block;
	border-top: 1px solid #eee;
	padding-top: 7px;
	margin-top: 7px;
}
.serv_lefts {
	float:right;
	padding: 25px;
	position: relative;
	background: #fff;
	border-radius:15px;
	box-shadow:0px 4px 20px 5px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	margin-top: -110px;
	width: 60%;
}
.serv_lefts h2 {
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom: 12px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 60px;
}
.serv_lefts p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 70px;
	margin-bottom:5px;
	font-size: 13px;
	padding-left: 55px;
}
.serv_lefts a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	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:#3dbeab;
	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 my_slider*/
#my_slider_title{
	float:right;
	width:100%;
	margin-bottom:30px;
}
#my_slider{
	float:right;
	width:100%;
	height:150%;
	clear:both;
	overflow:hidden;
	position:relative;
	margin-bottom:60px;
}
#my_slider .width{
	height:100%;
	width:100%;
	position:relative;
}
.my_slider {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
}
.slider_col {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  align-self: flex-start;
  justify-self: flex-start;
}
.slider_col:nth-child(2) {
  align-self: flex-end;
  justify-self: flex-end;
}
.slider_img {
  width: 100%;
  padding: 1rem;
}
/*end my_slider*/


/*start downpdf*/
#downpdf{
	float:right;
	width:100%;
	overflow:hidden;
	clear:both;
}
#downpdf .downpdfb{
	position:relative;
}
.downpdf{
	background-image:url(../images/bg/bg58.jpg);
	background-size:cover;
	background-position:center;
	background-color:#e9f5f9;
	border-radius:25px;
	margin:0px 80px;
	padding:60px 80px;
	overflow:hidden;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
#downpdf .downpdfb.scroll .downpdf{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.downpdf_right {
	float: right;
	overflow: hidden;
	width: 80%;
}
.downpdf_right h2 {
	font-weight: 700;
	font-size: 40px;
	display: block;
	line-height:1.3;
	color: #18554e;
	margin-bottom: 11px;
}
.downpdf_right p {
	font-size: 16px;
}
.downpdf_left {
	float: left;
}
.downpdf_left a {
	background: #3dbeab;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	position:relative;
	overflow:hidden;
	font-size: 15px;
	padding: 0px 30px;
	margin-top:48px;
	border-radius:30px;
	text-transform: uppercase;
}
.downpdf_left a:hover{
	color:#fff;
}
.downpdf_left a b{
	font-weight:600;
	position:relative;
	z-index:100;
}
.downpdf_left a b:after{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	vertical-align:middle;
	margin-right:10px;
	content:"\f177";
}
.downpdf_left a e{
	position:relative;
}
.downpdf_left a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#18554e;
	border-radius:30px;
	transform:scale(0);
	top:0;
	left:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.downpdf_left a:hover:before{
	left:0;
	transform:scale(1);
}
.downpdf_cover {
	position: absolute;
	top: 0;
	right: 30px;
	background-image: url(../images/bg/bg54.png);
	height: 158px;
	overflow: hidden;
	width: 120px;
	z-index:100;
	background-size: cover;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
/*end downpdf*/
/*start newsbar*/
#newsbar {
	position:relative;
	z-index:1000;
	clear:both;
	border:none !important;
	margin-bottom:20px;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
}
#news-tick {
	border: none !important;
	background: #fff;
	overflow: hidden;
	height: 66px !important;
	position: relative;
	margin: 0px 113px 60px 112px;
	border-radius: 0px 0px 50px 0px !important;
	box-shadow: 0 9px 16px rgba(41, 38, 50, 0.06);
	display: block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #333;
}
.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:#333;
	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:#3dbeab;
}
.bn-news {
	border:none !important;
	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: #333;
	font-weight:400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #3dbeab;
}
/*end newsbar*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	background:#fff;
	position:relative;
	z-index:1000;
	padding-bottom:50px;
	margin-bottom:40px;
	display: block;
}
.news_ul{
	margin:0px -15px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px 15px 15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	background:#fff;
	overflow:hidden;
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.news_top {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 20px;
}
.news_top h2 {
	color: #111;
	font-weight: 700;
	font-size: 17px;
	text-transform:capitalize;
	text-align:center;
	margin-top: 12px;
	height: 55px;
	overflow: hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height:215px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-weight:400;
	font-size: 13px;
	text-align:justify;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	padding:0px 25px 25px;
	float:right;
}
.news_more a {
	display:inline-block;
	background: #3dbeab;
	padding: 8px 15px;
	font-weight:500;
	color: #fff;
	border-radius:7px;
	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: #18554e;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_all .social {
	float: left;
	margin: 4px 0px 22px 20px;
	overflow: hidden;
}
.news_all .social li{
	display:inline-block;
	float:none;
}
.news_all .social li a {
	border: 1px solid #eee;
	width: 35px;
	height: 35px;
	border-radius:0px;
	background:none;
	margin: 0px 2px;
	color: #000;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.news_all .social li a:hover {
	border: 1px solid #3dbeab;
	color: #3dbeab;
	background:none;
}
/*end news*/
/*start news*/
#news2 {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	position:relative;
	margin-bottom:40px;
}
.news_loop2{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.news_all2 {
	width: 100%;
	display: block;
	box-shadow:0px 0px 5px 4px rgba(0,0,0,.05);
	border-radius:15px;
	background:#fff;
	position:relative;
}
.news_txt2 {
	padding: 20px;
	clear: both;
	display: block;
}
.news_txt2 h2 {
	font-weight: 800;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	color: #111;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_txt2 p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more2 {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 0px 20px 10px;
}
.news_more2 a {
	display: block;
	background: #3dbeab;
	padding: 7px 10px;
	font-weight:400;
	color: #fff;
	border-radius:10px;
	float: right;
	font-size: 13px;
}
.news_more2 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_more2 a:hover {
	background: #18554e;
}
.news_more2 a:hover:after {
	margin-right: 15px;
}
.news_ul2{
	position:relative;
}
.news_tags2 {
	padding: 10px;
	border-top: 1px solid #eee;
}
.news_tags2 a {
	border: 1px solid #ddd;
	color: #333;
	padding:3px 7px;
	display:inline-block;
	font-size: 13px;
	margin: 1px;
}
.news_tags2 a:before{
	content:"#";
	vertical-align:middle;
	margin-left:2px;
}
.news_tags2 a:hover{
	border:1px solid #3dbeab;
	color:#3dbeab;
}
/*end news*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#3dbeab;
	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*/