/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	counter-reset: counter;
	font-family:BalooBhaijaan2, sans-serif;
	font-size:16px;
	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:#948202;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#004b39;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1280px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background:rgba(219,218,215,0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#948202;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start borderis*/
#borderis {
	height: 10px;
	clear: both;
	float: right;
	width: 100%;
}
.borderis {
	height: 100%;
	width: 100%;
	display: block;
}
.borderisloop {
	width: 100%;
	float: right;
	height: 100%;
	background: #948202;
}
/*end borderis*/
/*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;
	padding-right:30px;
	background:#948202;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #978c5f;
	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 a:after{
	content:"\f100";
	font-family:FontAwesome;
	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;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:before{
	background:#004b39;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	top:0px;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:hover:before{
	right:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;
	display:block;
	z-index:2000;
	font-size:13px;
	background-color:#074b3c;
	height:65px;
}
#top:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0.3;
	background-image:url(../images/bg/bg52.webp);
}
#top .width{
	width:100%;
	padding:0px 5px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li:last-child span{
	border-left:none;
}
.s_contact li a,.s_contact li span {
	display: block;
	color:#aaa;
	border-left:1px solid rgba(255,255,255,0.05);
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding:0px 10px;
	line-height:65px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#948202;
}
.s_contact li a:after,.s_contact li span:after{
	content:"";
	color:#fff;
	background:#948202;
	position:absolute;
	right:0;
	left:0;
	height:15px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.s_contact li:hover a:after,.s_contact li:hover span:after{
	top:0;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:none;
}
.social li a {
	color:#aaa;
	border-right:1px solid rgba(255,255,255,0.05);
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 20px;
	height:65px;
	line-height: 65px;
}
.social li:last-child a{
	border-left:1px solid rgba(0,0,0,0.05);
}
.social li a:after{
	content:"";
	color:#fff;
	background:#948202;
	position:absolute;
	right:0;
	left:0;
	height:15px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li:hover a:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end top*/
/*start header*/
#header {
	background-color:#fff;
	z-index: 12000;
	width: 100%;
	height: 120px;
	float: right;
	clear: both;
	position: relative;
}
#header .width{
	position:relative;
	width:100%;
}
.logo {
	float: right;
	position: relative;
	width:220px;
	height:120px;
	width:325px;
	text-align:center;
	padding:2px 0px 0px 0px;
	background:#004b39;
}
.logo:after{
	content:"";
	background-image:url(../images/bg/bg52.webp);
	position:absolute;
	top:0;
	right:0;
	left:0px;
	background-position:center;
	bottom:0;
	z-index:50;
	opacity:0.3;
}
.logo:before {
	content: "";
	background-image: url(../images/bg/bg90.png);
	position: absolute;
	left: 0px;
	z-index:51;
	top: 0;
	bottom: 0;
	width: 57px;
	background-size: 100% 100%;
}
.logo a img {
	height: 112px;
}
.get_qoute {
	float: left;
	position: relative;
	width:220px;
	height:120px;
	width:325px;
	text-align:center;
	padding:2px 0px 0px 0px;
	background:#004b39;
}
.get_qoute .play_more {
	margin-top: 26px;
	float: left;
	margin-left: 40px;
}
.get_qoute:after{
	content:"";
	background-image:url(../images/bg/bg52.webp);
	position:absolute;
	top:0;
	right:0;
	left:0px;
	background-position:center;
	bottom:0;
	z-index:50;
	opacity:0.3;
}
.get_qoute:before {
	content: "";
	background-image: url(../images/bg/bg90.png);
	position: absolute;
	right: 0px;
	z-index:51;
	top: 0;
	bottom: 0;
	width: 57px;
	background-size: 100% 100%;
	transform:rotate(-180deg);
}
.nav {
	margin:0px auto 0;
	text-align:center;
}
.nav li{
	display:inline-block;
	position:relative;
	padding:0px 10px;
}
.nav li a{
	display:block;
	color:#333;
	overflow:hidden;
	padding-top:35px;
	line-height:50px;
	font-weight:600;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#948202;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:7px;
	background:#948202;
	position:absolute;
	top:0px;
	right:15px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#948202;
}
.nav li:hover .sub{
	top:80px;
	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:225px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
	margin:0;
	text-align:right;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:8px 15px;
	color:#333;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(0,0,0,0.05);
}
.nav li .sub ul li a:hover{
	background:#004b39;
	color:#fff;
	padding-right:17px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background-color:#fff;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.nav_fix:after{
	height:5px;
	float:right;
	width:100%;
	content:"";
	background:#074b3c;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
	width:100%;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#004b39;
	float:right;
	background-repeat:repeat;
	background-position:center;
	width:100%;
	clear:both;
	padding:80px 0px 0px;
	position:relative;
}
#footer:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0.3;
	background-image:url(../images/bg/bg52.webp);
}
#footer .width{
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}
.foot_loop{
	width:33.33%;
	float:right;
	padding:0px 20px;
	color:#333;
	overflow:hidden;
}
.foot_loop h2,.foot_bottom h2{
	font-weight:700;
	font-size:19px;
	margin-bottom:25px;
	color:#fff;
	display:block;
}
.foot_loop h2:after,.foot_bottom h2:after{
	width:25%;
	content:"";
	height:5px;
	background:#948202;
	display:block;
	margin-top:10px;
	border-radius:4px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#bbb;
	font-size: 16px;
	line-height:2;
}
.foot_logo img {
	height: 90px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 8px 0 8px;
	color:#bbb;
	font-size:16px;
	font-weight:600;
}
.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:#948202;
	border-radius:50px;
	padding-right:10px;
}
.foot_contact{
	overflow:hidden;
	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: #bbb;
	display: block;
	font-size: 16px;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.1);
	color: #bbb;
	text-transform:capitalize;
	border-radius:3px;
	font-size: 15px;
	font-weight:600;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_bottom {
	margin-top: 10px;
	position:relative;
	padding: 0px 15px;
}
.foot_bottom h2:after{
	width:5%;
}
#footer .social {
	clear: none;
	float: right;
	border: none;
	height: auto;
	margin: 12px 0 0;
	overflow:hidden;
}
#footer .social li {
	float: right;
}
#footer .social li a {
	width: 35px;
	min-width:35px;
	height: 35px;
	line-height: 35px;
	border-radius:0px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left:5px;
	border:none;
	text-align:center;
	background: rgba(255,255,255,0.1);
	color: #bbb;
}
#footer .social li a:hover{
	background:#948202;
	color:#fff;
}
.contact_home {
	float: left;
}
.contact_home .play_more {
	display: inline-block;
	margin:0px 10px;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	color:#bbb;
	margin-top:40px;
	font-weight:600;
	position:relative;
	font-size:14px;
	height:55px;
}
#bottom .width {
	background: #948202;
	border-radius: 20px 20px 0px 0px;
	padding: 0px 20px;
	color: #fff;
	height: 100%;
}
.copyrights{
	float:right;
	line-height:55px;
}
.design{
	float:left;
	line-height:55px;
}
.design a{
	color:#fff;
}
.design a:hover{
	text-decoration:underline;
	color:#000;
}
/*end bottom*/
/*start newsbar_foot*/
#newsbar_foot {
	position:absolute;
	z-index:1000;
	clear:both;
	border:none !important;
	display:block;
	overflow:hidden;
	top:-125px;
	right:0px;
	left:0px;
}
#news_tick_foot{
	background:#948202;
	border:none !important;
	border-radius:100px !important;
	overflow:hidden;
	height:90px !important;
	position:relative;
	display:block;
}
.bn-news.bn_news_foot {
	border:none !important;
	margin-right:20px;
	margin-left:20px;
	height: 90px;
	overflow: hidden;
}
.bn_news_foot li {
	display: inline-block;
	padding-left:30px;
}
.bn-news.bn_news_foot li a {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size:17px;
	line-height: 90px;
	height: 90px;
}
.bn-news.bn_news_foot li a:hover{
	color: #fff;
}
/*end newsbar_foot*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#948202;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	left:30px;
	bottom:65px;
	display:none;
	width:55px;
	line-height:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:55px;
	background:#fff;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:50%;
}
.toTop b{
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	-webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration:30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function:linear;
  animation-timing-function: linear;
}
.toTop b:after{
	width:10px;
	height:10px;
	background:#948202;
	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:#948202;
	border:5px solid #948202;
	color:#fff;
}
/*end totop*/

/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	text-align:center;
	padding-bottom:10px;
	color: #666;
}
.pages_title h1 {
	font-size: 20px;
	font-weight: 600;
	display:inline-block;
	padding:0px 20px;
	color: #333;
	margin-bottom:10px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #948202;
	top:12.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: #948202;
	top:12.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title.withwhite h2,.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #222f3e;
	display: block;
	line-height:1.2;
	margin-bottom:15px;
}
.pages_title p{
	height:5px;
	width:60px;
	border-radius:5px;
	position:relative;
	margin:20px auto 0px;
	background:#948202;
	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);
}
.pages_title.withwhite p:after,.pages_title.withwhite p:before{
	background:#004b39;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	background-color:#004b39;
	clear:both;
	display:table;
	float:right;
	width:100%;
	margin-bottom:50px;
	position:relative;
	padding-top:70px;
	z-index:500;
}
#aboutus:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0.3;
	background-image:url(../images/bg/bg52.webp);
}
#aboutus .width{
	position:relative;
	display:table;
}
#aboutus .pages_title p{
	margin-right:0;
	margin-left:0;
}
.aboutus_right {
	width: 50%;
	display: table-cell;
	position: relative;
	height:100%;
}
.aboutus_right:before{
	content:"";
	width:90%;
	height:90%;
	border-radius:20px;
	background:#04372b;
	position:absolute;
	top:100px;
	left:15px;
}
.aboutus_right_img {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	right: 0;
	overflow:hidden;
}
.aboutus_right_img .slider{
	float:left;
	display:block;
	position:relative;
	width:100%;
	height:100% !important;
}
.next_slidero {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 3000;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
}
.next_slidero b {
	background: rgba(255,255,255,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.next_slidero b:before {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(40deg);
	right: -2px;
}
.next_slidero b:after {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(-40deg);
	right: -2px;
}
.prev_slidero {
	position: absolute;
	top: 50%;
	left: 80px;
	z-index: 3000;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
}
.prev_slidero b {
	background: rgba(255,255,255,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.prev_slidero b:before {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(-40deg);
	left: -2px;
}
.prev_slidero b:after {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(40deg);
	left: -2px;
}
.slider_bg{
	background-position:top;
	background-size:cover;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:90%;
	height:100%;
	z-index:100;
	transform:scale(1.9);
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	border-radius:20px 20px 20px 20px;
}
.cycle-slide-active .slider_bg{
	transform:unset;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	height:100%;
	padding-right:20px;
	padding-top:20px;
	display:table-cell;
}
.aboutus_left .pages_title{
	text-align:right;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left_txt {
	font-size: 15px;
	font-weight: 400;
	text-align:justify;
	margin-bottom:40px;
	color: #bbb;
	clear: both;
	line-height: 2;
}
.data_list {
	width: 100%;
	position: relative;
	padding-bottom:20px;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_all {
	position:relative;
}
.data_all2 {
	margin-right: 120px;
	padding-left: 30px;
}
.data_list li span {
	display: block;
	float: right;
	font-size: 50px;
	width: 80px;
	height: 80px;
	background: #948202;
	text-align: center;
	line-height: 76px;
	color: #fff;
	border:2px solid #948202;
	border-radius:5px;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list li:nth-child(2) span{
	color:#fff;
	border:2px solid transparent;
	background:#0f8468;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 15px;
	z-index: 101;
	color: #bbb;
	position: relative;
	font-weight:400;
}
.data_list li p b {
	display: block;
	color: #fff;
	z-index: 101;
	position: relative;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.aboutus_owner{
	clear:both;
	display:block;
}
.aboutus_owner .play_more{
	float:right;
	margin-top:18px;
	margin-left:25px;
}
.aboutus_owner_img{
	float:right;
	width:120px;
	height:120px;
	position:relative;
	text-align:center;
}
.aboutus_owner_img img {
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	width:95px;
	height:95px;
	padding:2px;
	object-fit:cover;
	object-position:top;
}
.aboutus_owner_txt {
	margin-right: 130px;
	padding-top: 18px;
}
.aboutus_owner_txt h3 {
	font-weight: 600;
	color: #fff;
	display: block;
	margin-bottom: 2px;
	font-size: 18px;
}
.aboutus_owner_txt p {
	font-size: 15px;
	color: #bbb;
}
/*end aboutus*/
/*start data*/
#data2 {
	clear: both;
	display: block;
	width: 100%;
	position: relative;
	float: right;
	z-index: 100;
	overflow:hidden;
}
.data_list2 {
	width: 100%;
	position:relative;
	z-index:101;
	height: 100%;
}
.data_list2_slider{
	clear:both;
	display:block;
	visibility:hidden;
}
.data_list2_slider.slick-initialized {
	visibility:visible;
}
.data_list2 li {
	display: block;
	position: relative;
	z-index: 100;
	float: right;
	width: 33.33%;
	padding: 20px 45px;
}
.data_all3 {
	box-shadow: 0 5px 26px rgba(0,0,0,.1);
	background-color: #fff;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	padding: 50px 30px;
	text-align: center;
	margin-bottom: 30px;
}
.data_list2 li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border:1px solid #eee;
	position: relative;
	font-weight:normal;
	font-size: 60px;
	display: block;
	text-align: center;
	border-radius: 50%;
	margin-bottom:20px;
	color: #948202;
	margin-right: auto;
	margin-left: auto;
}
.data_list2 li span:before{
	font-family:FontAwesome;
}
.data_c {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	-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;
}
.data_c i{
	position: absolute;
	left: 12px;
	bottom: 12px;
	width: 12px;
	height: 12px;
	z-index: 1;
	border-radius: 50%;
	background-color:#948202;
}
.data_list2 li p {
	overflow: hidden;
	font-size: 14px;
	z-index: 101;
	color: #555;
	position: relative;
	height: 155px;
	margin-top: 20px;
	font-weight: 600;
}
.data_list2 li p b {
	display: block;
	color: #29241c;
	z-index: 101;
	position: relative;
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data*/
/*start aboutus*/
#aboutus2{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:50px;
	position:relative;
	z-index:100;
}
.aboutus_left2 {
	width: 100%;
}
.aboutus_left_txt2 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom:30px;
	color:#555;
	line-height:1.9;
	clear:both;
}
.aboutus_txt2{
	margin:0px;
}
.aboutus_txt2 li {
	display: block;
	overflow:hidden;
	float:right;
	padding:5px 15px;
	width:33.33%;
	margin-bottom: 15px;
}
.aboutus_txt2 li span {
	background: #004b39;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	font-size: 15px;
	border-radius: 2px;
	margin-left: 5px;
	float: right;
	height: 35px;
	width:35px;
	line-height: 35px;
	text-align: center;
}
.aboutus_txt2 li b {
	font-weight: 400;
	margin-right: 40px;
	display: block;
	background:rgba(33,33,33,0.05);
	padding: 5px 11px;
	font-size:15px;
	color:#555;
}
/*end aboutus*/
/*start count*/
#count {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:60px;
	position: relative;
	padding:80px 0px 50px;
}
#count:before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:"";
	background-color:#004b39;
}
#count:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0.3;
	background-image:url(../images/bg/bg52.webp);
}
#count ul{
	clear:both;
	overflow:hidden;
	position:relative;
	z-index:100;
}
#count ul li{
	width:25%;
	float:right;
	display:block;
	padding:0px 20px;
	position:relative;
}
.count_all {
	width: 100%;
	border-radius: 2px;
	position:relative;
	text-align: center;
}
.count_all h2 {
	font-weight:700;
	color: #fff;
	font-size: 15px;
	overflow: hidden;
}
.count_all p{
	clear:both;
	display:block;
	overflow:hidden;
	font-weight:700;
	font-size:38px;
	color:#004b39;
	width:140px;
	height:140px;
	border-radius:50%;
	background:#fff;
	margin:0px auto 25px;
	box-shadow:5px solid rgba(0, 0, 0, 0.07);
	line-height:140px;
}
.count_all span:after{
	content:"";
	-webkit-animation-name: bullets;
	animation-name: bullets;
	-webkit-animation-duration: 1.5s;
  	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 5px solid #948202;
	border-radius: 50%;
	bottom: -5px;
	content: "";
	left: -5px;
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 2;
}
.count_all span {
	font-family: FontAwesome;
	color: #fff;
	background: #948202;
	width: 60px;
	height: 60px;
	font-weight:normal;
	line-height: 60px;
	border-radius: 50%;
	display: block;
	font-size: 26px;
	margin-bottom: 10px;
	position: absolute;
	left:55px;
	top: 0px;
}
#count ul li:last-child .count_all span{
	background:#004b39;
}
/*end count*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
	position:relative;
}
#services2 .pages_title{
	text-align:center;
}
#services2 .pages_title p{
	margin-left:auto;
	margin-right:auto;
}
.servicess{
	clear:both;
	margin:0px -30px;
	display:block;
}
.servicess li {
	display: block;
	float: right;
	width: 50%;
	padding:30px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
}
.serv_rights {
	position:relative;
	width: 100%;
	height:380px;
}
.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%;
	border-radius:20px;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_lefts {
	padding: 25px;
	position: relative;
	background: #fff;
	box-shadow:0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	margin-top: -110px;
	width: 85%;
	margin-right: auto;
	border-radius:20px;
	margin-left: auto;
}
.serv_lefts h2 {
	font-weight: 700;
	font-size: 19px;
	display: block;
	margin-bottom: 12px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_lefts p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 58px;
	margin-bottom: 15px;
	font-size: 15px;
}
.serv_lefts a {
	display: block;
	font-weight: 600;
	font-size: 15px;
	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:#948202;
	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);
}
.serv_lefts #borderis {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/*end services2*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:70px;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:10px;
	max-width:200px;
	height:150px;
	border:1px solid #e4e9e3;
	border-radius:20px;
	margin: 0px auto;
}
.partners_all .partners_all_shape{
	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%;
	background: #fff;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	background:rgba(0,0,0,0.1);
	margin-left: 5px;
	border:none;
	width:30px;
	height:4px;
	cursor:pointer;
}
.slick-dots li.slick-active button{
	background:#948202;
}
/*end partners*/
/*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{
	overflow:hidden;
}
.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_ul li:nth-child(2n+2) .news_top p{
	background:#004b39;
}
.news_ul li:nth-child(3n+3) .news_top p{
	background:#004b39;
}
.news_top p {
	display: block;
	width: 79px;
	float:right;
	height: 79px;
	line-height:1;
	background: #948202;
	padding: 16px 10px;
	border-radius:15px;
	text-align: center;
	font-weight:400;
	font-size: 30px;
	color: #fff;
}
.news_top p b {
	margin-top:3px;
	font-weight: 400;
	font-size: 13px;
	display: block;
}
.news_top h2 {
	color: #333;
	font-weight: 700;
	font-size: 17px;
	margin-right: 100px;
	text-transform:capitalize;
	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: 15px;
	text-align:justify;
	height: 75px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	padding:0px 25px 25px;
	float:right;
}
.news_more a {
	display:inline-block;
	background: #004b39;
	padding: 8px 15px;
	font-weight:600;
	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: #948202;
}
.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 #948202;
	color: #948202;
	background:none;
}
/*end news*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:90px;
	width:95%;
	float:left;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #e4e9e3;
	z-index: -1;
	left: -350px;
	bottom: 0;
}
#contactus .contactus{
	display:table;
	direction:ltr;
}
.contactus_right .pages_title h2{
	text-align:right;
	font-size:35px;
	font-weight:700;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:rtl;
	vertical-align:top;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	direction:rtl;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	padding-left:50px;
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:left;
}
.contactus_form label{
	display:block;
	width:49%;
	float:right;
	position:relative;
	background:#eaeaea;
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#333;
	text-transform:capitalize;
	font-size:15px;
	font-weight:400;
	font-family:BalooBhaijaan2, sans-serif;
	width:100%;
	padding-left:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	width:100%;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:#eaeaea;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:BalooBhaijaan2, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:180px;
	font-weight:400;
	font-size:15px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#948202;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:16px;
	font-family:BalooBhaijaan2, sans-serif;
	font-weight:600;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#004b39;
	color:#fff;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right .contactus_txt{
	color:#333;
	font-size:19px;
	line-height:2;
	font-weight:400;
}
#contactus .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	font-size:16px;
	clear: both;
	width: 100%;
}
#contactus .slice_call_us span{
	color: #333;
	font-weight:700;
	font-size:19px;
}
#contactus .slice_call_us p {
	letter-spacing:2px;
	color: #333;
}
/*end contactus*/