/*!
Theme Name: apenn_environment
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apenn_environment
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/


@font-face {
  font-family: 'Montserrat-Bold';
  src: url("./fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url("./fonts/Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url("./fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("./fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("./fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url("./fonts/Montserrat-Black.ttf") format("truetype");
}


@font-face {
  font-family: 'BebasNeue';
  src: url("./fonts/BebasNeue.ttf") format("truetype");
}


body{
	margin:0px;
	padding:0px;
	font-family: 'Montserrat-SemiBold';
	color:#808080;
}

h1,h2,h3{
	font-family: 'Montserrat-Bold';
}

p,a,li{
	font-size:17px;
	line-height:30px;
	font-family: 'Montserrat-Regular';
}

img,svg{
	max-width:100%;
}

/* header css */

.green-header {
    background: #00853E;
    padding: 5px 0px;
}

.green-header h6 {
    margin: 0px;
    color: #fff;
    font-family: 'BebasNeue';
    letter-spacing: 4.4px;
    font-size: 18px;
}

header.header_section {
    background: #F9F9F9;
    box-shadow: 0px 3px 6px #00000029;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 999;
    padding: 10px 0px;
}

.row_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    height: auto;
    font-family: 'Montserrat-SemiBold';
    color: #000000;
    font-size: 16px;
    line-height: 44px;
    display: block !IMPORTANT;
    padding: 10px 16px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: #00853E;
}

div#mega-menu-wrap-menu-1 {
    background: transparent !IMPORTANT;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent !IMPORTANT;
    color: #00853E;
}

.header-logo a {
    display: block;
}

.header-logo img {
    height: 84px;
}

.button_group {
    gap: 10px;
}

.button_group a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    height: 45px;
    padding: 5px 20px;
    min-width: 215px;
    border-radius: 30px;
    border: 1px solid transparent;
}

a.green_button {
    background: #00853E;
    color: #fff;
    border-color: #00853E;
}

a.green_button:hover {
    background: #231f20;
}

/* header css */

/* hero css */

section.hero_section {
    padding: 50px 0px;
    min-height: calc(100vh - 136px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_content h5 {
    display: inline-block;
    background: #00853E;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    padding: 7px 20px;
    border-radius: 30px;
}

.hero_content h1 {
    color: #000000;
    font-size: 50px;
}

.hero_content p {
    color: #000000;
    font-family: 'Montserrat-Medium';
    max-width: 549px;
}

.hero_content ul {
    list-style: none;
    padding: 0px;
}

.hero_content ul li {
    color: #000000;
    font-family: 'Montserrat-Bold';
    background-repeat: no-repeat !IMPORTANT;
    background-size: 30px !Important;
    padding-left: 38px;
    margin-bottom: 10px;
}

a.question_data {
    color: #000000;
    font-family: 'Montserrat-SemiBold';
    display: inline-block;
    margin-top: 6px;
}

/* hero css */

/* logo css */

section.green_logos {
    background: linear-gradient(95deg, #209D50, #00853E);
    padding: 30px 0px;
}

.green_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.green_social a {
    display: inline-block;
}

.green_social a img {
    height: 53px;
    width: 100%;
    object-fit: contain;
}

/* logo css */

/* step css */

section.step_section {
    padding: 70px 0px;
}

.step_block {
    border: 2px solid #028a413b;
    border-radius: 30px;
    overflow: hidden;
    margin: 0px 10px;
}

h2.title_step {
    text-align: center;
    border-bottom: 1px solid #808080;
    font-size: 22px;
    padding: 19px;
    color: #000000;
    margin: 0px;
}

h2.title_step span {
    color: #808080;
    font-family: 'Montserrat-Medium';
}

.step_title {
    text-align: center;
    margin-bottom: 20px;
}

.step_title h3 {
    font-size: 18px;
    color: #000;
    margin: 0px;
}

.step_title h3 span {
    color: #808080;
}

.step_title p {
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    margin: 0px;
    color: #173236;
}

.step_inner {
    padding: 20px;
}

.service_block {
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0 0 0 /20%);
}

.service_block_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.service_block_image {
    width: 110px;
    height: 110px;
    background-repeat: no-repeat !IMPORTANT;
    background-size: cover !IMPORTANT;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.service_block_image img {
    height: 95px;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.service_block_image:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(178deg, #ffffffa8, #ffffff2e);
    z-index: 2;
}

.service_block_content {
    width: calc(100% - 110px);
    padding-left: 17px;
}

.service_block_content h2 {
    color: #000;
    font-size: 21px;
}

.service_block_content h6 {
    display: inline-block;
    background: #CCE2E4;
    padding: 6px 14px;
    color: #000000;
    font-family: 'Montserrat-Medium';
    border-radius: 8px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.service_block_content h6 img {
    height: 22px;
    margin-right: 5px;
}

.service_description p, .service_description li {
    color: #000;
}

.service_description p {
    font-size: 16px;
    line-height: 26px;
}

.service_description ul {
    list-style: none;
    padding: 0px;
}

.service_description ul li {
    font-family: 'Montserrat-Medium';
    font-size: 17px;
    background-repeat: no-repeat ! IMPORTANT;
    background-size: 30px ! Important;
    padding-left: 38px;
    margin-bottom: 10px;
}

.button_group.full_width_button a {
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #00431F;
}

.button_group.full_width_button a:hover {
    background: #00853e;
}

.service_block_content p {
    margin: 0px;
    color: #000;
    font-size: 15px;
    line-height: 25px;
}

.service_description_two ul {
    list-style: none;
    padding: 0px;
}

.service_description_two ul li {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    background-repeat: no-repeat ! IMPORTANT;
    background-size: 24px ! Important;
    margin-bottom: 10px;
    color: #000000;
    background-position: 14px 5px !IMPORTANT;
    background-color: #CCE2E4;
    border-radius: 8px;
    padding: 8px 20px;
    line-height: normal;
    padding-left: 44px;
}

p.home_invainvader {
    margin: 0px;
    text-align: center;
    color: #231F20;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 25px;
    margin-top: 10px;
}

.service_description h2, .step_two_data_description h2 {
    color: #000;
    font-size: 28px;
}

.last_step {
    background: #fff;
    border-radius: 18px;
}

.step_two_data_description {
    padding: 20px;
    margin-top: 16px;
}

.step_two_data_description h2 {
    margin-bottom: 15px;
}

.service_block.step_top {
    margin-bottom: 24px;
}

.step_title.step_title_lg h3 {
    font-size: 26px;
}

.step_title.step_title_lg p {
    font-size: 17px;
    color: #173236;
}

.step_block.setp_two_main_block .service_block li, .step_two_data_description ul li {
    margin-bottom: 30px;
}

.step_two_data_description ul {
    list-style: none;
    padding: 0px;
}

.step_two_data_description ul li {
    font-family: 'Montserrat-Medium';
    font-size: 17px;
    background-repeat: no-repeat ! IMPORTANT;
    background-size: 30px ! Important;
    padding-left: 38px;
    color: #000;
}

.step_two_data_description ul li {
    padding-right: 25%;
    line-height: 30px;
}

.step_block.setp_two_main_block .service_description p {
    font-size: 17px;
    line-height: 30px;
}

.last_step {
    box-shadow: 0px 0px 10px #00000029;
}

/* step css */


/* why choose css */

section.about_section {
    padding-bottom: 50px;
}

.row.align-items-center.about_bg_image {
    margin: 0px !IMPORTANT;
    margin-top: -65px !IMPORTANT;
    padding: 50px 35px;
    padding-bottom: 150px;
    border-radius: 20px;
    overflow: hidden;
}

section.step_section {
    padding-bottom: 130px;
}

.mission_section {
    margin-top: -95px;
    text-align: center;
    padding: 25px;
    color: #fff;
}

.mission_section h2 {
    font-size: 24px;
}

section.about_section .col-md-9 .title_text p {
    color: #173236;
}

.why_choose_block {
    max-width: 1124px;
    margin: 0 auto !IMPORTANT;
}

.why_sm_block {
    height: 100%;
    text-align: center;
    border: 4px solid #fff;
    border-radius: 15px;
    padding: 20px 33px;
}

.why_sm_block img {
    height: 46px;
    margin-bottom: 14px;
}

.why_sm_block p {
    margin: 0px;
    color: #000000;
    font-family: 'Montserrat-Bold';
    line-height: 25px;
}

/* why choose css */


/* faq css */

section#faqs {
    padding: 75px 0px;
    padding-bottom: 200px;
    margin-bottom: -93px;
}

.border_block {
    display: block;
    background: #fff;
    border-top: 8px solid #2ea35b;
    border-bottom: 8px solid #138e4c;
    padding: 2px;
}

.title_text h2 {
    margin: 0px;
    color: #173236;
    font-size: 32px;
    font-family: 'Montserrat-ExtraBold';
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
}

.title_text h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 8px;
    background: #A62138;
}

.text-center h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 15px !IMPORTANT;
    overflow: hidden;
    background: #173236;
}

.accordion-item .accordion-button {
    background: transparent !IMPORTANT;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    padding: 20px 35px;
}

.accordion-item .accordion-button[aria-expanded="true"] {
    border-bottom: 1px solid #00853E !important;
}

.accordion-body {
    color: #fff;
    padding:  25px 32px;
}

.accordion-body p:last-child {
    margin: 0px;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

/* faq css */

/* video about css */

.video-container video {
    width: 100%;
}

.video-container {
    border-radius: 20px;
    overflow: hidden;
}

div#playButtonOverlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

img.logo_video {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 75px;
}

img.fatisfaction_icon {
    position: absolute;
    right: 25px;
    top: 25px;
    height: 100px;
}

section.video_section {
    margin: 60px 0px;
}

section.about-us {
    margin: 60px 0px;
}

.two_section_group {
    padding: 5px 0px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* video about css */

/* are we serve css */

section.areas-sec {
    padding: 60px 0px;
}

.white-text h2, .white-text p {
    color: #fff;
}

.area-we-serve {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 28px 10px;
}

.area-we-serve_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.area-we-serve_block h6 {
    margin: 0px;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    width: calc(100% - 25px);
    padding-left: 8px;
    font-size: 15px;
}

.area-we-serve_block img {
    width: 25px;
}

.areas-sec-map iframe {
    width: 100%;
    height: 435px !IMPORTANT;
    border: 4px solid #00853e ! IMPORTANT;
    border-radius: 15px !IMPORTANT;
}

/* ara we search css */


/* testimonial css */

section.testimonial_section {
    padding: 70px 0px;
}


.testimonail_data_content {
    border: 4px solid #000;
    outline: 4px solid #A62138;
    margin: 4px;
    border-radius: 20px;
}

.review_block{
    border-radius: 16px;
    padding: 25px;
    min-height: 338px;
    border: 4px solid #00853E;
}

.review_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.name_icon {
    background: #173236;
    height: 45px;
    width: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
}

.review_name {
    width: calc(100% - 45px);
    padding-left: 10px;
}

.review_name h4 {
    margin: 0px;
    color: #000000;
    font-size: 16px;
}

.review_name span {
    color: #9D9D9D;
    font-size: 13px;
}

img.google_image {
    position: absolute;
    right: 0px;
    top: -10px;
    width: 34px;
}

.ratting_review_image {
    margin-bottom: 20px;
    gap: 13px;
    display: flex;
}

.ratting_review_image img {
    height: 20px;
}

.review_block p {
    font-size: 16px;
    line-height: 25px;
    color: #173236;
}

.review_slider .swiper-pagination {
    position:static !Important;
}

.review_slider .swiper-pagination span {
    border-color: #000 !IMPORTANT;
}

.swiper.review_slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 26px;
}

.review_slider .swiper-pagination span.swiper-pagination-bullet-active:before {
    background: #D14B00;
}

.swiper-pagination span {
    opacity: 1;
    border: 1px solid #000000;
    background: transparent;
    height: 15px;
    width: 15px;
    position: relative;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 65%;
    width: 65%;
    border-radius: 50%;
}

/* testimonial css */

/* footer css */

footer {
    background-size: cover !IMPORTANT;
    background-repeat: no-repeat !IMPORTANT;
    padding: 50px 0px;
    position: relative;
    border-top: 5px solid #fff;
    padding-top: 135px;
}

footer:before {
    content: '';
    background: rgba(23 50 54/92%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

footer .container {
    position: relative;
    z-index: 1;
}

.footer-sub-title h3 {
    color: #fff;
    font-family: 'Montserrat-Bold';
    position: relative;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.footer-sub-title h3:before {
    content: '';
    height: 5px;
    width: 40px;
    background: #209D50;
    position: absolute;
    bottom: 0px;
}

.footer-sub-title ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 7px;
}

.footer-sub-title ul li a {
    display: block;
}

.footer-sub-title ul li a img {
    height: 41px;
}

.footer-phone img {
    width: 40px;
}

.footer-phone a {
    flex: 1;
    padding-left: 8px;
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
}

.footer-phone {
    margin-bottom: 12px;
}

.copyright-footer {
    background: #00853E;
    padding: 5px 0px;
}

.copy_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.copyright-text h5 {
    color: #fff;
    margin: 0px;
}

.copyright-text h5, .copyright-text h5 a, .copyright-menu ul li a {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.copyright-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.copyright-menu ul li {
    border-right: 1px solid #ffff;
    padding: 0px 10px;
}

.copyright-menu ul li:last-child {
    border: none;
    padding-right: 0px;
}

.copyright-menu ul li a:hover {
    color:#000;
}

.copyright-text h5 a:hover {
    color: #000;
}

.cta-inner-box {
    border: 3px solid #00853E;
    padding: 43px;
    background-size: cover;
    border-radius: 20px;
    background-position: right !important;
}

.cta_text {
    flex: 1;
    padding-right: 15px;
}

a.green_button.border_light {
    border-color: #FFFFFF;
}

.cta_text h2 {
    margin: 0px;
    color: #000000;
    font-size: 32px;
}

.cta-box {
    position: relative;
    margin-bottom: -85px;
    z-index: 1;
}

.footer-phone a:hover {
    color: #a62138;
}

.widget1 {
    width: 215px;
}

.widget2 {
    width: 300px;
}

.widget3 {
    width: 309px;
}

.green-footer .row {
    justify-content: space-between;
}

.widget2 {
    text-align: center;
}

/* footer css */

.form_step_hero {
    padding: 25px;
    padding-top: 0px;
}

.form_step_hero_inner {
    border-radius: 17px;
    overflow: hidden;
}

.form_step_hero_inner .button_group {
    background: #CCE2E4;
    padding: 15px;
}

.form_step_hero_inner .button_group a {
    width: 100%;
    background: #0077B6;
    color: #fff;
    border: 1px solid #ffff;
}

.form_step_hero_inner .button_group a:hover {
    background: #000;
}

.form_step_hero_inner img {
    width: 90%;
    margin: 18px auto;
}

.form_step_hero_inner {
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0 0 0 /30%);
}

.form_step_hero.d-none {
    border-top: 10px solid #00853e;
    border-radius: 15px 15px 0px 0px;
    padding-top: 25px;
}

@media(max-width:1400px){
	.green-header h6 {
		font-size: 14px;
	}

	p, a, li {
		font-size: 14px;
		line-height: 25px;
	}

	.header-logo img {
		height: 60px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
		padding: 0px 15px;
		line-height: 40px;
	}

	.button_group a {
		font-size: 13px;
		height: 41px;
	}

	.hero_content h5 {
		font-size: 14px;
	}

	.hero_content h1 {
		font-size: 42px;
	}

	.hero_content ul li {
		background-size: 24px !IMPORTANT;
		padding-left: 30px;
	}

	.green_social a img {
		height: 42px;
	}

	section.step_section {
		padding-top: 50px;
		padding-bottom: 112px;
	}

	.step_block {
	}

	h2.title_step {
		font-size: 18px;
	}

	.step_title h3 {
		font-size: 17px;
	}

	.step_title.step_title_lg h3 {
		font-size: 22px;
	}

	.step_title.step_title_lg p {
		font-size: 15px;
	}

	.service_block_image {
		width: 90px;
		height: 90px;
	}

	.service_block_image img {
		height: 75px;
	}

	.service_block_content h2 {
		font-size: 17px;
	}

	.service_block_content h6 img {
		height: 17px;
	}

	.service_block_content h6 {
		font-size: 12px;
	}

	.service_description ul li {
		background-size: 25px !IMPORTANT;
		padding-left: 32px;
	}

	.service_description p {
		font-size: 14px;
	}

	.service_description h2, .step_two_data_description h2 {
		font-size: 24px;
	}

	.service_block_content p {
		font-size: 13px;
		line-height: 20px;
	}

	.title_text h2 {
		font-size: 26px;
	}

	.mission_section h2 {
		font-size: 22px;
	}

	.why_sm_block img {
		height: 42px;
		margin-bottom: 9px;
	}

	.title_text h2:before {
		width: 100px;
		height: 6px;
	}

	.swiper-pagination span {
		height: 12px;
		width: 12px;
	}

	.area-we-serve_block h6 {
		font-size: 13px;
	}

	.area-we-serve {
		gap: 18px 4px;
	}

	section.areas-sec {
		padding: 50px 0px;
	}

	section.testimonial_section {
		padding: 50px 0px;
	}

	section.video_section, section.about-us {
		margin: 50px 0px;
	}

	.review_block {
		padding: 20px;
		min-height: 319px;
	}

	img.google_image {
		width: 28px;
	}

	.review_name h4 {
		font-size: 14px;
	}

	.review_name span {
		font-size: 12px;
	}

	.review_block p {
		font-size: 14px;
	}

	section#faqs {
		padding-top: 50px;
		padding-bottom: 129px;
	}

	.cta_text h2 {
		font-size: 26px;
	}

	.cta-inner-box {
		padding: 31px;
	}

	.cta-box {
		margin-top: 0px;
	}

	.footer-sub-title h3 {
		font-size: 17px;
	}

	.footer-sub-title ul li a img {
		height: 33px;
	}

	.footer-logo img {
		height: 85px;
	}

	.button_group a {
		min-width: 170px;
	}

	.footer-phone img {
		width: 32px;
	}

	.footer-phone a {
		font-size: 14px;
	}

	.footer-phone {
		margin-bottom: 10px;
	}

	.copyright-text h5, .copyright-text h5 a, .copyright-menu ul li a {
		font-size: 13px;
	}

	.accordion-item .accordion-button {
		font-size: 15px;
	}

	div#playButtonOverlay img {
		height: 60px;
	}

	img.logo_video {
		height: 60px;
	}

	img.fatisfaction_icon {
		height: 75px;
	}
	
}


@media(max-width:1200px){
	.green-header h6 {
		letter-spacing: 3px;
		font-size: 13px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 10px;
		font-size: 14px;
	}

	.hero_content h1 {
		font-size: 32px;
	}

	section.hero_section {
		min-height: calc(100vh - 104px);
	}

	.green_social a img {
		height: 34px;
	}

	.step_block {
		margin: 0px;
	}

	.step_two_data_description ul li {
		font-size: 16px;
		margin-bottom: 26px;
		padding-right: 0px;
	}

	p.home_invainvader {
		padding: 0px;
	}

	.step_inner {
		padding: 15px;
	}

	.service_block {
		padding: 15px;
	}

	.row.align-items-center.about_bg_image {
		padding: 30px 20px;
		padding-bottom: 140px;
	}

	.why_sm_block {
		padding: 13px;
	}

	.review_block {
		min-height: 350px;
	}

	.testimonail_data_content {
		border: 2px solid #000;
		outline: 2px solid #A62138;
		margin: 2px;
	}

	.review_block {
		border: 2px solid #00853E;
	}

	.name_icon {
		height: 40px;
		width: 40px;
	}

	.cta_text h2 {
		font-size: 21px;
	}
	
	.hero_form_block {
		margin-top: 25px;
	}
}


@media(max-width:993px){
	.row_row {
		position: relative;
		padding-right: 54px;
	}

	.header-menu {
		position: absolute;
		right: 0px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background: #00853e !Important;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle {
		background: transparent !IMPORTANT;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		background: #fff !IMPORTANT;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
		visibility: hidden !IMPORTANT;
	}

}

@media(max-width:992px){
	.green_row {
		justify-content: center;
		gap: 19px;
	}

	.green_social a img {
		height: 30px;
	}

	section.step_section .col-md-5, section.step_section .col-md-7 {
		width: 100%;
	}

	section.step_section .row {grid-gap: 15px;}

	.step_two_data_description ul li {
		margin-bottom: 10px;
	}

	.step_two_data_description ul li {
		font-size: 14px;
		background-size: 27px !IMPORTANT;
		padding-left: 31px;
	}

	.step_block.setp_two_main_block .service_description p {
		font-size: 14px;
		line-height: 25px;
	}

	.step_block.setp_two_main_block .service_block li, .step_two_data_description ul li {
		margin-bottom: 10px;
	}

	.service_description ul li {
		font-size: 14px;
		background-size: 23px !IMPORTANT;
	}

	.service_description h2, .step_two_data_description h2 {
		font-size: 21px;
	}

	.step_title.step_title_lg h3 {
		font-size: 20px;
	}

	.title_text h2 {
		font-size: 24px;
	}

	.mission_section h2 {
		font-size: 20px;
	}

	.why_sm_block p {
		line-height: 22px;
	}

	img.fatisfaction_icon {
		height: 50px;
	}

	div#playButtonOverlay img {
		height: 46px;
	}

	img.logo_video {
		height: 44px;
	}

	.review_block {
		min-height: 390px;
	}

	.area-we-serve {
		grid-template-columns: 1fr auto;
	}

	.cta_text {
		flex: auto;
		width: 100%;
		margin-bottom: 15px;
	}

	.cta-inner-box {
		flex-wrap: wrap !IMPORTANT;
		justify-content: center;
		text-align: center;
		padding: 17px;
	}

	.copy_row {
		justify-content: center;
		text-align: center;
	}

	.copyright-text h5, .copyright-text h5 a, .copyright-menu ul li a {
		text-align: center;
	}
}



@media(max-width:767px){
	.hero_content h1 {
		font-size: 24px;
	}

	.row.align-items-center.about_bg_image {
		flex-direction: column-reverse;
	}

	.about_image {
		margin-bottom: 15px;
	}

	.title_text {
		text-align: center;
	}

	.title_text h2:before {
		left: 50%;
		transform: translateX(-50%);
	}

	.button_group {
		justify-content: center;
	}

	.mission_section {
		border-radius: 26px;
	}

	section.about_section .row {
		grid-gap: 15px;
	}

	section.about-us .row {
		grid-gap: 25px;
	}

	.review_block {
		min-height: 270px;
	}

	.area-we-serve_block h6 {
		text-align: left;
	}

	.area-we-serve {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.areas-sec-map {
		margin-top: 25px;
	}

	.areas-sec-map iframe {
		height: 300px !IMPORTANT;
	}

	.footer_widget {
		width: 100% !IMPORTANT;
	}

	.green-footer .row {
		grid-gap: 15px;
	}

	.widget2 {
		text-align: left;
	}

	.widget2 .button_group {
		justify-content: start !IMPORTANT;
	}
	
	section.hero_section{
		min-height:auto !Important;
	}
	
	.main-form-title h2 {
		font-size: 25px;
		margin: 0px;
	}
	
	section.hero_section .hero_content .button_group {
		justify-content: start;
	}
}


@media(max-width:600px){
	header.header_section .button_group {
		display: none !important;
	}
	
	.main-form-title h2 {
		font-size: 20px;
	}
	
	.form_step_hero{
		padding: 17px;
    	padding-top: 0px;
	}
	
	.form_step_hero.d-none{
		padding-top:17px;
		
	}
}


@media(max-width:510px){
	.service_block_image {
		width: 75px;
		height: 75px;
	}

	.service_block_content {
		width: calc(100% - 75px);
	}

	.row.align-items-center.about_bg_image {
		padding: 20px 0px;
		padding-bottom: 140px;
		border-radius: 15px;
		background-position: center center !IMPORTANT;
	}

	.mission_section {
		border-radius: 15px !IMPORTANT;
		background-position: center center !IMPORTANT;
	}

	.title_text h2 br {
		display: none;
	}

	img.fatisfaction_icon {
		height: 42px;
		right: 10px;
		top: 10px;
	}

	img.logo_video {
		height: 30px;
		bottom: 10px;
		right: 10px;
	}

	.review_block {
		min-height: 310px;
	}

	.area-we-serve {
		grid-template-columns: 1fr 1fr;
	}

	.areas-sec-map iframe {
		height: 250px !IMPORTANT;
	}
}

