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


@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;
}
@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-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-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;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header_top {
	background: #041418;
	height: 40px;
	padding: 8px 0 0;
	overflow: hidden;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	height: 0;
	padding: 0;
}
.header_top_left {
	font-size: 14px;
	color: #fff;
}
.header_top_left span {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	margin-right: 10px;
	padding-right: 12px;
}
.header_top_left span:last-child {
	border-right: none;
}
.header_top_left span img {
	width: 17px;
	margin: 2px 4px 0 0;
}
.header_top_right {
	text-align: right;
	color: #fff;
}
.header_top_right span {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	margin-left: 5px;
	padding-left: 10px;
}
.header_top_right span:first-child {
	border-left: none;
}
.header_top a {
	color: #fff;
}
.header_mid {
	background: #fff;
}
.logo img {
	width: 150px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #000;
	font-style: normal;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 99;
	padding: 33px 12px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #111;
	background: #d8fdec;
}
.header_btn1 {
	background-image: -moz-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	margin-left: 15px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn2 {
	background-image: -moz-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	margin-left: 15px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.common_btn {
	overflow: hidden;
	-webkit-transform: perspective(0px) translateZ(0);
	transform: perspective(0px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.common_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.common_btn:hover, .common_btn:focus, .common_btn:active {
	color: #fff;
}
.common_btn:hover:before, .common_btn:focus:before, .common_btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home_banner_section {
	background: url("../images/banner_bg2.jpg") #21a461 no-repeat center top;
	background-size: cover;
	padding: 230px 0 100px;
}
.home_banner_img:nth-child(2) {
	padding-right: 50px;
}
.home_banner_img img {
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
}
.banner_subheading {
	background: #09954f;
	font-weight: 500;
	font-size: 15px;
	padding: 9px 20px 10px;
	border-radius: 30px;
}
.banner_heading {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
	margin-top: 20px;
}
.banner_text {
	margin-top: 20px;
}
.banner_btn1 {
	background: #fff;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 25px;
	color: #111;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2 {
	background-image: -moz-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	margin-left: 10px;
	margin-top: 25px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_circle {
	height: auto !important;
	position: absolute;
	left: -65px;
	top: 50%;
	transform: translate(0, -50%);
}
.home_service_section_subheading {
	font-weight: 600;
	color: #262424;
}
.home_service_section {
	padding: 75px 0;
}
.home_service_section_heading {
	font-weight: bold;
	font-size: 30px;
	color: #111;
	line-height: 1.2;
}
.home_service_box {
	margin-top: 35px;
	padding: 0 20px;
}
.home_service_box_img {
	border-radius: 8px;
}
.home_service_box_img img {
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_box:hover .home_service_box_img img {
	transform: scale(1.1);
}
.home_service_box_heading {
	font-weight: bold;
	font-size: 18px;
	color: #9c6f2f;
	line-height: 1.2;
	margin-top: 20px;
}
.home_service_box_text {
	color: #666;
	font-size: 15px;
	margin-top: 15px;
	line-height: 21px;
}
.home_service_box_btn {
	background-image: -moz-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	display: inline-block;
	padding: 10px 35px 10px 18px;
	border-radius: 4px;
	margin-top: 18px;
	color: #fff !important;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_box_btn:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transform: translate(0, -50%);
}
.all_service_btn {
	background-image: -moz-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_choose_section {
	background: url("../images/choose_bg.jpg") #ffeace no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 0;
}
.home_choose_block {
	margin-top: 40px;
	padding: 0 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.home_choose_block:nth-child(2), .home_choose_block:nth-child(4) {
	border-right: none;
}
.home_choose_block img {
	width: 55px;
	margin: 5px 20px 0 0;
}
.home_choose_block_heading {
	font-weight: 600;
	color: #262424;
	font-size: 20px;
}
.home_choose_block_text {
	color: #666;
	font-size: 15px;
	margin-top: 8px;
}
.home_about_section {
	padding: 75px 0;
}
.home_about_section_subheading {
	font-weight: 600;
	color: #1ca660;
	margin-bottom: 10px;
}
.home_about_section_heading {
	font-weight: bold;
	font-size: 33px;
	line-height: 1.1;
	color: #111;
}
.home_about_section_heading strong {
	color: #be9245;
}
.home_about_section_text {
	color: #666;
	margin-top: 20px;
}
.home_about_section_btn {
	background-image: -moz-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	display: inline-block;
	padding: 10px 35px 10px 18px;
	border-radius: 4px;
	margin-top: 25px;
	font-weight: 500;
	position: relative;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_section_btn:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transform: translate(0, -50%);
}
.home_about_img img {
	border-radius: 10px;
}
.home_exp_section {
	background: url("../images/exp_bg.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 0;
}
.home_exp_section:before {
	background: rgba(20, 20, 20, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_exp_section_heading {
	color: #f3be57;
	font-weight: bold;
	font-size: 33px;
	line-height: 1.2;
}
.home_exp_block {
	margin-top: 50px;
	padding: 0 30px;
}
.home_exp_block img {
	width: 45px;
}
.home_exp_block_heading {
	color: #f3be57;
	font-weight: 600;
	font-size: 18px;
	margin-top: 20px;
}
.home_exp_block_text {
	color: #e7e7e7;
	font-size: 14px;
	margin-top: 15px;
}
.line1 {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.line2 {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 50%;
	width: 555px;
	transform: translate(-50%, 0);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.home_testimonial_section {
	padding: 75px 0;
}
.footer {
	background: #0e0e0e;
	padding: 45px 0 20px;
	margin-top: 70px;
}
.footer:before {
	background: #0e0e0e;
	position: absolute;
	content: "";
	top: -70px;
	left: 0;
	width: 100%;
	height: 70px;
	clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.footer_logo {
	width: 140px;
}
.footer_about {
	color: #dcdcdc;
	font-size: 13px;
	margin-top: 20px;
}
.footer_top_heading {
    font-size: 22px;
	color: #e5ba5d;
	font-weight: bold;
	text-transform: uppercase;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 2px;
}
.footer_menu ul li a {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #0ca75d;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #fff;
	position: relative;
	list-style: none;
	margin-top: 15px;
	font-size: 15px;
	padding-left: 36px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: -3px;
	left: 0;
	background: #0ca75d;
	padding: 2px;
	border-radius: 50%;
	max-width: 28px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_social {
	margin-top: 25px;
}
.footer_social a {
	margin-right: 4px;
}
.footer_social img {
	width: 40px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 25px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_acknowledgement {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 30px;
	padding-top: 30px;
}
.footer_acknowledgement_text {
	font-size: 14px;
	color: #fff;
	padding: 0 25%;
	margin-top: 10px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0 0;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background-image: -moz-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.sp-testimonial-free {
	box-shadow: 0px 4px 10.56px 0.44px rgba(0, 0, 0, 0.08);
	margin: 10px !important;
	border-radius: 10px !important;
	position: relative;
	padding: 70px 20px 20px !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sp-testimonial-free:hover {
	background: #4eb97e !important;
}
.sp-testimonial-client-rating {
	position: absolute;
	top: 30px;
	left: 20px;
}
.sp-testimonial-content, .sp-testimonial-content p {
	font-size: 15px !important;
	text-align: left !important;
	padding: 0 !important;
}
.sp-testimonial-client-name {
	text-align: left !important;
	font-weight: 600 !important;
	font-size: 18px !important;
}
.sp-testimonial-client-testimonial {
	margin-bottom: 0 !important;
}
.testimonial_slide {
	margin-top: 30px;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	font-size: 40px !important;
	top: 60% !important;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_bg.jpg") #eee no-repeat !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 240px 0 110px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
/*
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 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;
	position: relative;
    font-size: 35px;
	font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #e5ba5d;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #e5ba5d;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	color: #111;
	font-weight: bold;
	font-size: 27px;
	line-height: 32px;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading strong {
	color: #be9245;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 35px;
	border-bottom: 4px solid #0e954e;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_text strong {
	color: #555;
	font-weight: 600;
}
.inner_page_mid_section {
	background: url("../images/choose_bg.jpg") #ffeace no-repeat center;
	background-size: cover;
	padding: 60px 0;
	margin: 60px 0;
}
.about_mission_box_inner {
	background: #fff;
	box-shadow: 0px 4px 10.56px 0.44px rgba(0, 0, 0, 0.08);
	padding: 30px 20px;
	border-radius: 10px;
	min-height: 100%;
}
.about_mission_box_heading {
	color: #be9245;
	font-weight: bold;
	font-size: 24px;
}
.about_mission_box_text {
	color: #666;
	margin-top: 15px;
}
.inner_page_bottom_box {
	background-image: -moz-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	text-align: center;
	padding: 40px 30px;
	border-radius: 10px;
	margin-top: 60px;
}
.inner_page_bottom_box_heading {
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_bottom_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 35px;
	border-bottom: 4px solid #fff;
}
.inner_page_bottom_box_text {
	color: rgba(255, 255, 255, 0.9);
	margin-top: 15px;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li strong {
	color: #555;
	font-weight: 600;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_img img {
	border-radius: 10px;
}
.contact_page_info {
	position:relative;
	padding-left:47px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
	background-image: -moz-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
.rmp-menu-title-image {
	width: 60px !important;
	height: 60px !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #e5ba5d;
	color: #111 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}
.footer_btn3 {
	background: #0ca75d;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.header_fixed_btn {
	background-image: -moz-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(152,107,44) 0%, rgb(229,186,94) 100%);
	display: inline-block;
	padding: 9px 18px;
	border-radius: 4px;
	margin-left: 15px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: fixed;
	top: 10px;
	right: 20%;
	font-size: 15px;
}
.ref_form_box {
	background: #f4f4f4;
	background-size: cover;
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #eee;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #111;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #be9245;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	background: #fff;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 500;
	background-image: -moz-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	font-size: 16px;
	margin-top: 20px;
	border-radius: 4px;
	padding: 10px 30px;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #0e954e;
	border-color: #0e954e;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #0e954e;
	border-color: #0e954e;
}
.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: 5px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	background-image: -moz-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 20px;
	font-weight: 500;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}
.more-link {
	background-image: -moz-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -webkit-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	background-image: -ms-linear-gradient( 95deg, rgb(0,155,79) 0%, rgb(91,190,134) 100%);
	display: block;
	padding: 9px 0 10px 16px;
	border-radius: 4px;
	margin-top: 20px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-transform: capitalize;
	width: 196px;
}


/*============== Responsive ===============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_top, .line2, .header_bottom_right {
  display: none !important;
}
.header_mid {
  padding: 8px 0;
}
.logo img {
  width: 108px;
}
.home_banner_img:nth-child(2) {
  padding-right: 12px;
}
.home_banner_img img {
  height: 235px;
}
.banner_circle {
  left: -45px;
  width: 90px;
}
.home_banner_section {
  padding: 100px 0 40px;
}
.banner_subheading {
  margin-top: 30px;
}
.banner_heading, .home_service_section_heading, .home_about_section_heading, .home_exp_section_heading {
  font-size: 25px;
  line-height: 1.2;
}
.banner_btn1, .banner_btn2 {
  padding: 10px 18px;
  margin-top: 20px;
  font-size: 15px;
}
.home_service_section, .home_choose_section, .home_about_section, .home_exp_section, .home_testimonial_section {
  padding: 40px 0;
}
.home_service_box {
  margin-top: 25px;
  padding: 0 12px;
}
.home_service_box_btn, .home_about_section_btn {
  padding: 9px 35px 9px 18px;
  font-size: 15px;
}
.home_choose_block {
  margin-top: 30px;
  padding: 0 12px;
  border-right: none;
}
.home_choose_block_heading {
  font-size: 18px;
}
.home_about_img {
  margin-bottom: 25px;
}
.home_exp_block_heading {
  margin-top: 10px;
}
.home_exp_block {
  margin-top: 35px;
  padding: 0 12px;
  text-align: center;
}
.footer::before {
  top: -35px;
  height: 35px;
}
.footer {
  padding: 10px 0 60px;
  margin-top: 35px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 35px;
}
.footer_acknowledgement_text {
  padding: 0;
}
.page .entry-title, .blog_page_title {
  font-size: 27px;
}
.page .entry-header, .blog_page_header {
  padding: 135px 0 65px !important;
  margin: 0 0 40px !important;
}
.inner_page_heading, .about_mission_box_heading, .inner_page_bottom_box_heading {
  font-size: 23px;
  line-height: 28px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.about_mission_box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.inner_page_mid_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_page_bottom_box {
  padding: 30px 20px;
  margin-top: 40px;
}
.contact_right {
  margin-top: 40px;
}
#back-to-top {
  bottom: 55px;
}
.ref_form_box {
  padding: 25px;
}
.ref_form_box_heading {
  font-size: 23px;
  line-height: 27px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.home_banner_img img {
  height: 340px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.banner_subheading, .contact_right {
  margin-top: 0;
}
.home_banner_img img {
  height: 310px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li a {
  padding: 30px 10px;
}
.header_btn1, .header_btn2 {
  margin-left: 10px;
}
.home_service_box {
  padding: 0 12px;
}
.line2 {
  width: 480px;
}
.footer_top_block {
  padding-left: 12px;
}
.footer_contact_info ul li {
  font-size: 14px;
}
.footer_logo {
  width: 120px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.banner_subheading, .contact_right {
  margin-top: 0;
}
.home_banner_img img {
  height: 310px;
}
}

/* 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) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.banner_subheading, .contact_right {
  margin-top: 0;
}
.home_banner_img img {
  height: 310px;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* 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) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

} 



