body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype'),
		url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #346901;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: 0;
	box-shadow: 0 0 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-250px);
	}
	100% {
		transform: translateY(0px);
	}
}
.fixed-header .logo{
	margin-bottom:0;
}
.fixed-header .logo img{
	width:95px;
}
.logo{
	position: relative;
	transition: ease 0.5s all 0s;
}
/* .logo:before{
	width: 2000px;
	height: 100%;
	background: #346901;
	position: absolute;
	top: 0;
	left: -1988px;
	content: "";
	z-index: -1;    
} */
.logo img{
	width: 100px;
	transition: ease 0.5s all 0s;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	list-style: none;
	margin-right:28px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	color: #050608;
	font-size: 15px;
	font-weight:600;
	text-transform: none;
	padding: 46px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a:hover, .menu ul li a.active{
	color: #dea646;
}
.lang-sec{
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}
.lang-sec select{
	background: url(../images/dropdown.png) center right 10px no-repeat #232322;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-radius: 50px;
	padding: 9px 13px;
	border: none;
	max-width: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.lang-sec select option{
	background:#fff;
	color:#000;
}
.ref-btn{
	display: inline-block;
	background: #e3bc79;
	color: #050608;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 9px 28px;
	border-radius: 50px;
	margin-left: 5px;
	transition: ease 0.5s all 0s;
}
.ref-btn:hover{
	background: #eee;
	color: #030303;
}
.banner{
	position: relative;
	margin-top: 114px;
	/* background: linear-gradient(0deg,rgba(169, 221, 120, 1) 0%, rgba(52, 105, 1, 1) 78%); */
}
.banner-img img{
	width: 100%;
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.banner-part{
	max-width: 454px;
}
.banner-small{
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
}
.banner-title{
	font-family: 'Montserrat';
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 44px;
	margin-top: 7px;
}
.banner-text{
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
}
.banner-btn a{
	display: inline-block;
	background: #e3bc79;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 1px;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover, .read-btn:hover{
	background: #fff;
}
.banner-mob-img{
	display: none;
}
.service-sec{
	padding:50px 0 60px;
}
.small-title{
	font-size: 18px;
	font-weight: bold;
	color: #346901;
}
.serv-title{
	font-family: 'Montserrat';
	font-size: 32px;
	font-weight: bold;
	color: #1d1d1d;
	text-transform: uppercase;
	line-height: 34px;
	margin-top: 5px;
}
.box1-top{
	margin-top: 60px;
}
.box1{
	background: #fff;
	box-shadow: 0 2px 10px -4px #00000063;
	padding:55px 20px 20px;
	position: relative;
	border-radius: 6px;
	transition: ease 0.5s all 0s;
}
.box1:hover{
	background: #e3bc79;
	box-shadow: 0 2px 17px -4px #0000006e;
}
.icon{
	position: absolute;
	right:20px;
	top: -35px;
}
.icon img{
	background: #346901;
	border-radius: 50%;
	width: 75px;
}
.s-title{
	font-family: 'Montserrat';
	font-size:18px;
	font-weight: bold;
	color: #1d1d1d;
	line-height: 22px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	height: 38px;
}
.s-text{
	font-size: 15px;
	color: #1d1d1d;
	min-height: 116px;
	transition: ease 0.5s all 0s;
}
.s-text ul{
	margin:0;
	margin-left: 12px;
	padding:0;
}
.s-text ul li{
	margin-bottom:2px;
}
.box1:hover:hover .s-text {
	color: #000;
}
.serv-img{
	margin-top: 15px;
}
.serv-img img{
	width: 100%;
	border-radius: 7px;
}
/* #service-slider .item{
margin: 5px;
border-radius:5px;
min-height: 100%;
overflow: hidden;
text-align: center;
}
#service-slider .owl-prev, #service-slider .owl-next{
border: none;
background: transparent; 
position: absolute;
top: 50%;
transform: translateY(-50%); 
padding: 0;
font-weight: normal;
}
#service-slider .owl-prev{
left: -40px;
}
#service-slider .owl-next{
right: -40px;
}
#service-slider .owl-prev span, #service-slider .owl-next span{
font-size: 80px;
line-height: 20px;
width: 40px;
height: 40px;
display: block;
padding: 7px 0;
border-radius: 50%;
color: #000;
}
#service-slider .owl-dots{
display: none;
} */
.about-sec{
	background:url(../images/ab-shape1.png) #97cb66 no-repeat top left;
	padding: 50px 0;
}
.about-left {
	padding-right: 8%;
}
.about-text{
	color: #131313;
	margin-top: 10px;
}
.read-btn{
	display: inline-block;
	background: #e3bc79;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 25px 8px;
	border-radius: 50px;
	text-transform: uppercase;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.about-right{
	position: relative;
}
.exp{
	background: #eafc62;
	text-align: center;
	font-size: 22px;
	color: #000000;
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 184px;
	padding: 28px 0;
	border-radius: 15px;
	line-height: 1.2;
}
.exp strong{
	display: block;
	font-size:48px;
	font-weight: bold;
	line-height: 50px;
}
.exp img{
	width: auto !important;
}
.choose-us-sec{
	padding: 50px 0 60px;
}
.box2-top{
	margin-top: 30px;
}
.box2{
	background: #346901;
	text-align: center;
	padding: 28px 5px 20px;
	border-radius: 7px;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
.box2:hover {
	transform: scale(1.03);
}
.icon2{
	position: relative;
}
.icon2-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/shape1.png) no-repeat center/contain;
	animation: rotateBg2 10s linear infinite;
	z-index: 0;
}
@keyframes rotateBg2 {
	from { transform: rotate(360deg); }
	to   { transform: rotate(0deg); }
}

.box2-title{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-top: 15px;
	line-height: 1.3;
}
.review-sec{
	background: linear-gradient(0deg, #c3f793 0%, #336901 100%);
	height: 376px;
	padding:60px 0 0;
	border-radius: 55px;
	margin-bottom: 12%;
}
.review-part{
	background: #efefef;
	margin-top: 44px;
	border-radius: 20px;
	padding:40px 30px;
}
.quote {
	position: relative;
	width: 173px;
	height: 173px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quote-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/quote-shape.png) no-repeat center/contain;
	animation: rotateBg 15s linear infinite;
	z-index: 0;
}
.quote img {
	position: relative;
	z-index: 1; /* keep it above the rotating bg */
}
@keyframes rotateBg {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}
.testi-part{

}
.sp-testimonial-free-section{
	margin: 0 !important;
}
.sp-testimonial-free {
	position:relative;
	padding-bottom: 25px;
}
.sp-testimonial-client-testimonial p{
	padding: 0 !important;
	padding-right:10px !important;
	text-align: left !important;
	color: #000 !important;
	margin-bottom: 42px !important;
	font-size: 16px !important;
	line-height: 27px !important;
/* 	border-bottom: 1px solid #b0acac; */
	max-height: 86px;
	min-height:86px;
	overflow-y:scroll;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.sp-testimonial-client-testimonial{
	margin-bottom: 0 !important;
}
.sp-testimonial-client-name{
	text-align:left !important;
	color:#282828 !important;
	font-size:18px !important;
	margin-bottom: 1px !important;
	margin-left: 115px !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	color: #727272 !important;
	margin-left: 115px !important;
	font-size: 14px !important;
}
.testimonial-nav-arrow{
	width: 50px !important;
	height: 50px !important;
	font-size: 34px !important;
	top: 96% !important;
	border-radius: 50% !important;
}
.testimonial-nav-arrow.swiper-button-prev {
	left: auto !important;
	right: 62px !important;
}
.sp-testimonial-client-image{
	position:absolute;
	bottom:0;
	left:0;
	margin: 0 !important;
}
.footer{
	background: #102001;
	padding: 50px 0 15px;
}
.foot_logo img{
	width: 145px;
}
.foot_title{
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 14px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 15px;
	color: #fff;
	margin-bottom: 5px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	color: #60af13;
}
.foot1.second li{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 9px;
}
.foot_right{
	padding-left: 35px;
}
.foot_right2{
	padding-left: 50px;
}
.foot_text {
	color: #fff;
	font-size: 15px;
}

.copyright{
	border-top: 1px solid #fcfcfc4d;
	margin-top: 35px;
	padding-top: 15px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.copyright a{
	color: #60af13;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background: #0a0a0a;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top -32px !important;
	max-width: 100% !important;
	padding: 156px 0 !important;
	margin:105px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.page .entry-header:before, .blog_page_header:before {
	background:rgba(8, 8, 8, 0.43);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	color: #fff;
	width: 100%;
	font-size:28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #e3bc79 !important;
}
.abt-title {
	font-family: 'Montserrat';
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;  
}
.abt-title strong{
	font-weight: bold;
	color:#346901;
}
/* .abt-title.dup{
	font-size: 20px;
	font-weight: bold;
	color:#29292a;
	margin-top: 16px;
} */
.ab-inner-text {
	color: #000;
	font-size: 15px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-position: top 1px left;
	list-style: none;
	padding-left: 30px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #000;
	background-size: 21px;
}
.inner-sec {
	background:#4e1a8f0d;
	margin-top: 40px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#346901;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.inr-box1-top{
	margin-top:25px;
}
.inr-box1{
	background: #fff;
	box-shadow: 0 0 5px #969696;
	min-height: 100%;
	padding: 25px 17px;
	border-radius: 10px;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1 img{
	background:#346901;
	border-radius: 50%;
	width: 86px;
	border: 5px solid #fffefe;
	box-shadow: 0 0 3px #777;
	padding: 5px;
}
.inr-box1-title{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-top: 18px;
	line-height: 1.2;
}
.inr-box1-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.inr-box1-text ul{
	margin: 10px 0 0;
	padding: 0;
	padding-left: 15px;
}
.inr-box1-text ul li{
	list-style:disclosure-closed;
	margin-top: 3px;
}
.testi-inner .hentry{
	margin-bottom:0 !important;
}
.testi-inner .sp-testimonial-free{
	box-shadow: 0 0 4px #0000005c;
	margin: 10px !important;
	padding:20px 15px 22px;
	border-radius: 7px !important;
	min-height: 100%;
}
.testi-inner .sp-testimonial-client-testimonial p{
	border-bottom: none;
	font-size: 15px !important;
	line-height: 25px !important;
	max-height: 105px;
	min-height: 105px;
}
.testi-inner .sp-testimonial-client-image{
	left: 15px;
	bottom: 28px;
	width: 75px;
}
.testi-inner .sp-testimonial-client-name, .testi-inner .sp-testimonial-client-designation{
	margin-left: 90px !important;
}
.team-box-top{
	margin-bottom:25px;
}
.team-box{
	display: flex;
	align-items: start;
	padding: 30px 30px;
	box-shadow: 0 0 6px #7d7b7b;
	border-radius: 10px;
	gap: 40px;
}
.team-img{
	max-width: 280px;
	min-width: 280px;
	border-radius: 6px;
	overflow: hidden;
}
.team-img img{
	width:100%;
}
.team-title {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}
.team-title strong{
	font-size: 17px;
	font-weight: 500;
	color: #2b2b2b;
}
.team-position {
	font-weight: 500;
	color: #cc8a18;
}
.team-qualification {
	font-size: 18px;
	font-weight: bold;
	color: #346901;
	margin-top: 15px;
}
.team-qualification-list ul{
	margin:10px 0 0;
	padding:0;
}
.team-qualification-list ul li{
	background:url(../images/pointing-right.png) no-repeat;
	list-style:none;
	padding-left: 32px;
	color: #000;
	background-position: 0 3px;
	margin-top: 4px;
}

.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
	filter: brightness(0) saturate(100%) invert(31%) sepia(81%) saturate(6305%) hue-rotate(72deg) brightness(93%) contrast(99%);
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#346901;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:none !important;
	margin-top:8px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown2.png) center right 10px no-repeat #fff;
	width:100%;
	border:none !important;
	margin-top:8px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:11px 30px 12px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:98px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:8px;
	border-radius:5px;
	border:none !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 50px !important;
	color: #000 !important;
	padding: 10px 25px 8px !important;
	background: #e3bc79 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-top: 22px;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.form-title2{
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 600;
}
.inner-form-box{
	background:#346901;
	padding:30px 20px;
	margin-top:22px;
	border-radius: 8px;
}
.ref_form_title{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.ref_form_title p{
	margin-bottom:0;
}
.frm_label2 {
	color: #e5e5e5;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0 !important;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
	color: #fff;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #fff;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color:#030303;
	border-color:#030303;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display:none;	
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display:block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.referral-form .send_btn input{
	margin: 20px auto 0;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#346901;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background: #e3bc79;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	padding: 11px 22px 9px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 767px) {
	.banner-content{
		position: relative;
		top: auto;
		transform: none;
	}
	.banner{
		background: linear-gradient(0deg,rgba(169, 221, 120, 1) 0%, rgba(52, 105, 1, 1) 78%);
		padding:40px 0 30px;
	}
	.banner-img{
		display:none;
	}
	.banner-part {
		max-width: 100%;
	}
	.banner-mob-img {
		display: block;
		margin-top: 25px;
	}
	.banner-mob-img img{
		width:100%;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.ref-btn, .menu{
		display:none;
	}
	.header{
		padding:5px 0;
	}
	.lang-sec{
		position: fixed;
		top: 27px;
		right: 70px;
	}
	.fixed-header{
		animation: none;
	}
	.logo{
		margin-bottom: 0;
	}
	.logo img, .fixed-header .logo img{
		width: 76px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner{
		margin-top: 94px;
	}
	.banner-small {
		font-size: 16px;
	}
	.banner-title {
		font-size: 28px;
		line-height: 30px;
		margin-top: 5px;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 8px 28px;
		margin-top: 18px;
		letter-spacing: 0;
	}
	.service-sec {
		padding: 30px 0 40px;
	}
	.small-title {
		font-size: 16px;
	}
	.serv-title {
		font-size: 24px;
		line-height: 28px;
	}
	.box1-top {
		margin-top: 45px;
	}
	.box1 {
		padding: 34px 10px 20px;
	}
	.icon {
		right: 10px;
		top: -26px;
	}
	.icon img {
		width: 60px;
	}
	.s-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 8px;
		height: auto;
	}
	.s-text {
		min-height: auto;
	}
	.about-sec {
		padding: 35px 0;
	}
	.about-left {
		padding-right: 0;
	}
	.read-btn {
		font-size: 15px;
		padding: 8px 25px;
		margin-top: 20px;
	}
	.about-right{
		margin-top:25px;
	}
	.exp {
		font-size: 17px;
		width: 160px;
		padding: 20px 0;
		left: 0;
	}
	.exp strong {
		font-size: 30px;
		line-height: 38px;
		margin-top: 6px;
	}
	.choose-us-sec {
		padding: 35px 0 30px;
	}
	.box2-top {
		margin-top: 20px;
	}
	.box2 {
		padding: 22px 5px;
	}
	.icon2 img{
		width:94px;
	}
	.review-sec {
		height: auto;
		padding: 35px 0 30px;
		border-radius: 0;
		margin-bottom: 0;
	}
	.review-part {
		margin-top: 25px;
		padding: 25px 20px 20px;
	}
	.quote {
		width: 115px;
		height: 115px;
	}
	.testi-part{
		margin-top:30px;
	}
	.sp-testimonial-free {
		padding-bottom: 20px;
	}
	.sp-testimonial-client-testimonial p {
		line-height: 25px !important;
		border-bottom: none;
		min-height: auto;
		margin-bottom: 30px !important;
	}
	.sp-testimonial-client-image {
		width: 65px;
		bottom: 17px;
	}
	.sp-testimonial-client-name, .sp-testimonial-client-designation{
		margin-left: 80px !important;
	}
	.footer {
		padding: 35px 0 60px;
	}
	.foot_logo img{
		width:95px;
	}
	.foot_title {
		font-size: 17px;
		margin-bottom: 8px;
		margin-top: 15px;
	}
	.foot_right {
		padding-left: 12px;
	}
	.foot_right2 {
		padding-left: 12px;
	}
	.copyright {
		margin-top: 15px;
	}
	.page .entry-header, .blog_page_header {
		background-position: center top !important;
		padding: 70px 0 !important;
		margin: 94px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.abt-title {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inner-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.inr-box1-top {
		margin-top: 20px;
	}
	.inr-box1 img {
		width: 75px;
		border: 3px solid #fffefe;
		padding: 2px;
	}
	.inr-box1-title {
		font-size: 18px;
		margin-top: 15px;
	}
	.bottom-sec {
		padding: 35px 15px;
		margin-top: 32px;
	}
	.team-box {
		display: block;
		padding: 24px 15px;
	}
	.team-content{
		padding-top:20px;
	}
	.team-img {
		max-width: 100%;
	}
	.team-title {
		font-size: 18px;
		line-height: 1.2;
	}
	.team-position {
		font-size: 15px;
	}
	.team-qualification-list ul li{
		font-size: 15px;
	}
	.team-qualification{
		font-size: 16px;
	}
	.testi-inner .sp-testimonial-client-testimonial p {
		min-height: auto;
		margin-bottom: 30px !important;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.send_btn input {
		font-size: 15px !important;
		margin-top: 20px;
	}
	.form-title2 {
		font-size: 22px;
	}
	.inner-form-box {
		padding: 25px 15px;
		margin-top: 15px;
	}
	.ref_form_title{
		font-size: 18px;
	}
	.frm_label2 {
		font-size: 15px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-part {
		max-width: 100% !important;
	}
	.banner-text {
		padding-right: 0 !important;
	}
	.box1-top {
		margin-top: 50px !important;
	}
	.icon img {
		width: 70px !important;
	}
	.s-title {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.s-text {
		min-height: auto !important;
	}
	.about-right {
		margin-top: 25px !important;
	}
	.testi-part {
		margin-top: 30px !important;
	}
	.team-img {
		max-width: 160px !important;
	}
	.team-position {
		font-size: 14px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 26px;
		right: 87px;
	}
	.lang-sec {
		right: 220px;
	}
	.lang-sec select{
		max-width: 111px;
	}
	.banner-part {
		max-width: 352px;
	}
	.banner-title {
		font-size: 30px;
		line-height: 32px;
	}
	.banner-text {
		padding-right: 32px;
	}
	.s-text {
		min-height: 116px;
	}
	.testi-part {
		margin-top: 0;
	}
	.team-box {
		display: flex;
		gap: 20px;
	}
	.team-img {
		max-width: 210px;
	}
	.team-content {
		padding-top: 0;
	}
	.team-position {
		margin-top: 2px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu ul li{
		margin-right: 6px;
	}
	.lang-sec {
		margin-left: 20px;
	}
	.lang-sec select{
		max-width: 110px;
	}
	.ref-btn{
		margin-left: 3px;
	}
	.banner-part {
		max-width: 390px;
	}
	.banner-title {
		font-size: 36px;
		line-height: 38px;
		margin-top: 5px;
	}
	.s-title {
		font-size: 16px;
		height: 36px;
	}
	.s-text{
		min-height: 164px;
	}
	.serv-title {
		font-size: 28px;
		line-height: 32px;
	}
	.foot_right {
		padding-left: 40px;
	}
	.foot_right2 {
		padding-left: 30px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.foot1.second li {
		font-size: 14px;
	}
	.testi-inner .sp-testimonial-client-testimonial p{
		min-height: 200px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 26px;
		right: 87px;
	}
	.lang-sec {
		right: 220px;
		top: 26px;
	}
	.lang-sec select{
		max-width: 111px;
		padding: 11px 13px;
	}
	.banner-part {
		max-width: 352px;
	}
	.banner-title {
		font-size: 28px;
		line-height: 32px;
	}
	.banner-text {
		padding-right: 32px;
	}
	.s-text {
		min-height: 116px;
	}
	.about-right {
		margin-top: 0;
	}
	.exp {
		font-size: 14px;
		padding: 14px 0;
	}
	.testi-part {
		margin-top: 0;
	}
	.testi-inner .sp-testimonial-client-testimonial p {
		min-height: 125px;
	}
	.foot_right, .foot_right2{
		padding-left: 12px;
	}
	.team-box {
		display: flex;
		gap: 20px;
	}
	.team-img {
		max-width: 210px;
	}
	.team-content {
		padding-top: 0;
	}
	.team-position {
		margin-top: 2px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.menu ul li{
		margin-right: 6px;
	}
	.lang-sec {
		margin-left: 15px;
	}
	.lang-sec select{
		max-width: 110px;
	}
	.ref-btn{
		margin-left: 3px;
	}
	.banner-part {
		max-width: 390px;
	}
	.banner-title {
		font-size: 36px;
		line-height: 38px;
		margin-top: 5px;
	}
	.s-title {
		font-size: 16px;
		height: 36px;
	}
	.s-text{
		min-height: 164px;
	}
	.serv-title {
		font-size: 28px;
		line-height: 32px;
	}
	.foot_right {
		padding-left: 40px;
	}
	.foot_right2 {
		padding-left: 30px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.foot1.second li {
		font-size: 14px;
	}
	.testi-inner .sp-testimonial-client-testimonial p{
		min-height: 200px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.menu ul li{
		margin-right: 6px;
	}
	.lang-sec {
		margin-left: 15px;
	}
	.lang-sec select{
		max-width: 110px;
	}
	.ref-btn{
		margin-left: 3px;
		position: relative;
		top: 0;
		right: 0;
	}
	.banner-part {
		max-width: 390px;
	}
	.banner-title {
		font-size: 36px;
		line-height: 38px;
		margin-top: 5px;
	}
	.s-title {
		font-size: 16px;
		height: 36px;
	}
	.s-text{
		min-height: 164px;
	}
	.serv-title {
		font-size: 28px;
		line-height: 32px;
	}
	.foot_right {
		padding-left: 40px;
	}
	.foot_right2 {
		padding-left: 30px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.foot1.second li {
		font-size: 14px;
	}
	.testi-inner .sp-testimonial-client-testimonial p{
		min-height: 200px;
	}
}

@media screen and (min-width: 1424px) {
	.page .entry-header, .blog_page_header{
		padding: 180px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.exp{
		bottom: 58px;
		left: 45px;
	}
	.page .entry-header, .blog_page_header{
		padding: 205px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.page .entry-header, .blog_page_header{
		padding: 245px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.page .entry-header, .blog_page_header{
		padding: 260px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.page .entry-header, .blog_page_header{
		padding: 330px 0 !important;
	}
}    

