@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css');

*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
* { padding: 0; margin: 0; border: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; }
.hs-cta-wrapper a.cta_button { box-sizing: border-box !important; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -ms-box-sizing: border-box !important; }
body { background-color: #FFF !important; padding: 0; margin: 0; overflow-x: hidden; }
img { max-width: 100%; }
.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.justify-content-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.justify-content-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-content-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-content-around { -ms-flex-pack: distribute; justify-content: space-around; }
.align-items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.align-items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.row-reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.column-reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.container { width: 100%; padding-left: 15px; padding-right: 15px; margin: 0 auto; float: none; box-sizing: border-box; }

/* @media (min-width: 375px) {
	.container { width: 335px; }
} */
@media (min-width: 576px) {
	.container { width: 540px; }
}
@media (min-width: 768px) {
	.container { width: 714px; }
}
@media (min-width: 992px) {
	.container { width: 970px; }
}
@media (min-width: 1200px) {
	.container { width: 1170px; }
	.opt_in_banner .container { width: 1170px; }
}
@media (min-width: 1367px) {
	.container { width: 1230px; }
}
@media (min-width: 1440px) {
	.container { width: 1380px; }
}

body { font-family: 'Roboto', sans-serif !important; font-style: normal; font-weight: normal; text-decoration: none; font-size: 16px; color: var(--body_text_color); line-height: 24px; }
.h1, h1 { margin: 0px; font-size: 40px; font-weight: 700; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
.h2, h2 { margin: 0px; font-size: 36px; font-weight: 700; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
.h3, h3 { margin: 0px; font-size: 30px; font-weight: 700; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
.h4, h4 { margin: 0px; font-size: 26px; font-weight: 700; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
.h5, h5 { margin: 0px; font-size: 22px; font-weight: 700; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
.h6, h6 { margin: 0px; font-size: 18px; font-weight: 700; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
a { color: var(--link_color); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; text-decoration: none; }
a:hover { color: var(--link_hover_color); text-decoration: none; }

.top_shape_image,
.bottom_shape_image{ position: absolute; left: 0; right: 0; line-height: 0; }
.top_shape_image img,
.bottom_shape_image img{ width: 100%; }
.top_shape_image{ top: -1px; }
.bottom_shape_image{ bottom: -1px; }

ul{ list-style: none; margin: 0; padding: 0; }

[class*="btn_style_"] a{ text-transform: uppercase; font-weight: 700; font-size: 20px; line-height: 30px; padding: 15px 30px; display: inline-block; position: relative; overflow: hidden; z-index: 2; }
[class*="btn_style_"] a:after{ content: ""; position: absolute; top: 0; left: 0; bottom: 0; background-color: #000; z-index: -1; opacity: 0.2; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; width: 0; }
[class*="btn_style_"] a:hover:after{ width: 100%; }
.btn_style_1 a{ background-color: var(--button_1_bg_color); color: var(--button_1_text_color); }
.btn_style_2 a{ background-color: var(--button_2_bg_color); color: var(--button_2_text_color); }
[class*="btn_style_"].button_div{ display: inline-block; width: 100%; margin-top: 50px }

.text_light{ color: var(--text_light_color); }
.text_dark{ color: var(--text_dark_color); }

.title_primary h1, .title_primary h2, .title_primary h3, .title_primary h4, .title_primary h5, .title_primary h6{ color: var(--primary_color); }
.title_secondary h1, .title_secondary h2, .title_secondary h3, .title_secondary h4, .title_secondary h5, .title_secondary h6{ color: var(--secondary_color); }
.title_light h1, .title_light h2, .title_light h3, .title_light h4, .title_light h5, .title_light h6{ color: var(--text_light_color); }
.title_dark h1, .title_dark h2, .title_dark h3, .title_dark h4, .title_dark h5, .title_dark h6{ color: var(--text_dark_color); }

.text_uppercase h1, .text_uppercase h2, .text_uppercase h3, .text_uppercase h4, .text_uppercase h5, .text_uppercase h6{ text-transform: uppercase; }

.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-right{ text-align: right; }

.section_shadow{ box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15); }

.overlay_div, .gradient_overlay{ position: relative; z-index: 2; }
.overlay_div:after,
.gradient_overlay:after{ content: ""; top: 0; right: 0; bottom: 0; left: 0; position: absolute; z-index: -1; opacity: .8; }
.overlay_div:after{ background-color: var(--primary_color); }
.gradient_overlay:after{ background: linear-gradient(180deg, var(--secondary_color) 0%, var(--primary_color) 100%); }

p:not(:last-child){ margin-bottom: 20px; }

.section_heading{ display: inline-block; width: 100%; margin-bottom: 30px; }
.section_heading h2 span,
.section_heading h3 span,
.section_heading h4 span{ color: var(--primary_color); }
.mb_0 .section_heading{ margin-bottom: 0px; }

.pt-100{ padding-top: 100px; }
.pb-100{ padding-bottom: 100px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.pt-60{ padding-top: 60px; }
.pb-60{ padding-bottom: 60px; }
.pt-40{ padding-top: 40px; }
.pb-40{ padding-bottom: 40px; }

.slick-prev{ left: -45px; }
.slick-next{ right: -45px; }
.slick-prev, .slick-next{ width: 40px; height: 40px; }
.slick-prev:before, .slick-next:before { font-size: 40px; color: var(--primary_color); opacity: 1; }


/* Header CSS */
.header{ padding: 10px 0; background-color: var(--header_background_color); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
.header .left{ padding: 0 15px; width: 200px; }
.header .logo_div,
.header .logo_div img{ max-width: 200px; width: 100%; }
.header .right{ padding: 0 15px; width: calc(100% - 200px); text-align: right; }
.header .phone_div{ display: inline-block; width: 100%; text-align: right; }
.header .phone_div a{ display: inline-block; font-weight: 600; font-size: 14px; line-height: 21px; border: 1px solid var(--header_button_border_color); border-radius: 260px; background-color: var(--header_button_bg_color); overflow: hidden; position: relative; z-index: 2; }
.header .phone_div a:hover{ color: var(--header_button_hover_text_color); border-color: var(--header_button_hover_border_color); }
.header .phone_div a span:first-child{ width: 40px; height: 40px; }
.header .phone_div a span svg{ color: var(--header_button_hover_text_color); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }
.header .phone_div a span:first-child{ padding: 0 10px 0 10px; }
.header .phone_div a span + span{ padding: 0 15px 0 10px; }

.header .phone_div a:after { transition: 0.4s ease all; content: ""; top: 0; left: 0; bottom: 0; position: absolute; width: 40px; background-color: var(--header_button_bg_hover_color); border-radius: 50px; z-index: -1; }
.header .phone_div a:hover:after { width: 100%; }

.section_devider{ display: inline-block; width: 100%; height: 15px; background-color: var(--primary_color); opacity: 0.4; margin-top: 70px; }

@media(max-width: 767px){
/* 	.header .phone_div a span:last-child{ display: none; } */
}

.main_banner_section{ padding: 140px 0; min-height: 830px; display: inline-block; width: 100%; position: relative; z-index: 2; overflow: hidden; }
/* .main_banner_section:after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background-color: var(--light_color); opacity: 0.8; } */
.main_banner_section .bottom_shape{ display: inline-block; width: 100%; position: absolute; left: 0; right: 0; bottom: -1px; line-height: 0; }
.main_banner_section .bottom_shape img{ width: 100%; }
.main_banner_section .left{ width: 54%; padding: 0 15px; }
.main_banner_section .right{ width: 46%; padding: 0 15px; }
.main_banner_section .banner_content{ display: inline-block; width: 100%; position: relative; z-index: 3; }
.main_banner_section .banner_content .title{ margin-bottom: 25px; }
.main_banner_section .banner_content .title h1{ font-style: italic; }
.main_banner_section .banner_content .content{ display: block; max-width: 660px; font-weight: 500; font-size: 24px; line-height: 36px; }
/*.main_banner_section .banner_content .button_div{ display: inline-block; width: 100%; margin-top: 50px; }*/
.main_banner_section .banner_video{ position: relative; z-index: 2; padding-left: 50px; display: inline-block; width: 100%; }
.main_banner_section .banner_video iframe{ width: 100%; height: 400px; }

.main_banner_section2{ position: relative; z-index: 3; padding-bottom: 230px; }
.main_banner_section2.overlay_div:after { background-color: #231F20; z-index: -1; }
.main_banner_section2:before{ content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 20%; background: var(--text_light_color); z-index: -1 }
.main_banner_section2.hide_bottom_layer:before{ display: none; }
.main_banner_section2 .banner_content{ max-width: 830px; display: block; margin: 0 auto; }
.main_banner_section2 .banner_content .content{ margin-top: 30px; font-weight: 500; font-size: 24px; line-height: 36px; }
.main_banner_section2 .banner_video{ max-width: 830px; display: block; margin: 50px auto 0; }
.main_banner_section2 .banner_video iframe { width: 100%; height: 400px; }

.main_banner_section2 video{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; object-position: bottom; }

.main_banner_section3:before{ background: #f3f3fe; }
.main_banner_section3 .banner_video.banner_form{ padding: 30px 45px; border-radius: 40px; overflow: hidden; line-height: 0; background-color: #FFF; box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15); }
.main_banner_section3 .banner_content{ max-width: 1000px; }

.new_banner_section .left_part,
.new_banner_section .right_part{ padding: 0 15px; width: 100%; }

@media (min-width: 992px) {
	.new_banner_section .left_part{ padding-left: calc(100%/2 - 940px/2); width: 50%; }
	.new_banner_section .right_part{ width: 50%; }
	.new_banner_section .content_div .content{ font-size: 18px; line-height: 1.5em; }
}
@media (min-width: 1200px) {
	.new_banner_section .left_part{ padding-left: calc(100%/2 - 1140px/2); width: 60%; }
	.new_banner_section .right_part{ width: 40%; }
	.new_banner_section .content_div .content{ font-size: 20px; }
}
@media (min-width: 1367px) {
	.new_banner_section .left_part{ padding-left: calc(100%/2 - 1200px/2); }
	.new_banner_section .content_div .content{ font-size: 22px; }
	.new_banner_section .image_div{ padding-left: 50px; }
}
@media (min-width: 1440px) {
	.new_banner_section .left_part{ padding-left: calc(100%/2 - 1350px/2); }
}
@media(max-width: 991px){
	.new_banner_section .left_part,
	.new_banner_section .right_part{ max-width: 700px; }
}
@media(max-width: 767px){
	.new_banner_section .left_part,
	.new_banner_section .right_part{ max-width: 600px; }
}
.new_banner_section .image_div,
.new_banner_section .right_part{ line-height: 0; }
.new_banner_section .image_div img{ max-width: 100%; }
.page-id-612 .new_banner_section .content_div .title h1{ color: var(--text_light_color) }
.new_banner_section .content_div .title,
.new_banner_section .content_div .sub_title,
.new_banner_section .content_div .content{ display: inline-block; width: 100%; }
.new_banner_section .content_div .title,
.new_banner_section .content_div .sub_title{ margin-bottom: 30px; }
/* .new_banner_section .content_div .sub_title{ max-width: 700px; } */
.new_banner_section .content_div .content{  font-weight: 500; }

.service_section .service_col{ width: 25%; padding: 0 15px; margin-top: 30px; }
.service_section .service_card{ background-color: #FFF; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25)); border-radius: 15px; overflow: hidden; height: 100%; }
.service_section .service_card .service_image{ width: 100%; height: 100%; }
.service_section .service_card .service_image img{ width: 100%; height: 100%; object-fit: cover; }
.service_section .service_card .title{ position: absolute; left: 0; right: 0; bottom: 0; background-color: #FFF; text-align: center; padding: 15px 15px; }
.service_section .service_card .title h6{ color: var(--primary_color); text-transform: uppercase; }

.ups_section .ups_col{ width: 25%; padding: 0 15px; }
.ups_section .ups_card,
.ups_section .ups_card .title{ display: inline-block; width: 100%; }
.ups_section .ups_card .icon{ width: 115px; height: 115px; border-radius: 50%; background: var(--text_light_color);box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15); margin: 0 auto; }
.ups_section .ups_card .icon img{ max-width: 60px; }
.ups_section .ups_card .title{ text-align: center; margin-top: 20px; }
/* .ups_section .ups_card .title h6{ font-weight: 600; } */
.ups_section.ups_mechanic .row{ -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
@media(min-width: 992px){
	.ups_section.ups_mechanic .ups_col{ width: calc(100% / 3); padding: 15px 15px; }
}
@media(min-width: 1366px){
	.ups_section.ups_mechanic .ups_col{ width: calc(100% / 5); padding: 0 15px; }
}

.awards_section .left{ width: 530px; padding: 0 15px; }
.awards_section .right{ width: calc(100% - 530px); padding: 0 15px; }
.awards_section .section_heading{ margin-bottom: 0; }
.awards_section .awards_image{ width: calc(100% / 3); padding: 0 15px; line-height: 0; }
.awards_section .awards_image img{ width: 100%; }

.zig_zag_section{ position: relative; }
.zig_zag_section.overlay_div:after{ background-color: #231F20; }
.zig_zag_section .left,
.zig_zag_section .right{ width: 50%; padding: 0 15px; }
.zig_zag_section .zig_zag_content,
.zig_zag_section .zig_zag_image{ display: inline-block; width: 100%; }
.zig_zag_section .row + .row{ padding: 50px 0 0; }
.zig_zag_section .row:nth-child(odd){ -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.zig_zag_section .zig_zag_content p strong{ font-weight: 500; color: var(--primary_color); }
.zig_zag_section .row:nth-child(odd) .zig_zag_content{ padding-right: 20px; }
.zig_zag_section .row:nth-child(even) .zig_zag_content{ padding-left: 20px; }

.steps_section .section_heading,
.steps_section .steps_list_div{ display: block; max-width: 1120px; margin-left: auto; margin-right: auto; }
.steps_section .steps_list{ display: inline-block; width: 100%; background: #FFFFFF; box-shadow: 0px 0px 15px 5px rgba(153, 153, 153, 0.1); padding: 30px 20px; }
.steps_section .steps_list:not(:last-child){ margin-bottom: 30px; }
.steps_section .steps_list .steps_number{ width: 80px; }
.steps_section .steps_list .steps_number h2{ font-size: 50px; font-weight: 900; line-height: normal; font-style: italic; color: var(--primary_color); }
.steps_section .steps_list .steps_content{ width: calc(100% - 80px); padding-left: 20px; }
.steps_section .steps_list .steps_content .title{ display: inline-block; width: 100%; margin-bottom: 20px; }
.steps_section .steps_list .steps_content .title h4{ color: var(--text_dark_color); text-transform: unset; }
.steps_section .steps_list .steps_content .text{ display: inline-block; width: 100%; }
.steps_section .steps_list .steps_content .text span{ color: var(--primary_color); }

.full_width_content_section{ position: relative; }
.full_width_content_section.overlay_div:after{ background-color: #231F20; }
.full_width_content_section .full_width_content{ display: block; max-width: 1000px; margin-left: auto; margin-right: auto; }
.full_width_content_section .bonus_img{ display: inline-block; width: 100%; margin-bottom: 30px; }
.full_width_content_section .bonus_img img{ max-width: 350px; width: 100%; display: inline-block; }

.image_with_content_sec .left{ width: 600px; line-height: 0; }
.image_with_content_sec .right{ width: calc(100% - 600px); padding: 80px 80px; background: linear-gradient(270deg, var(--secondary_color) 0%, var(--primary_color) 100%); }
.image_with_content_sec .section_heading h2{ color: #222; }
.image_with_content_sec .image_div{ display: inline-block; width: 100%; position: relative; line-height: 0; height: 100%; }
.image_with_content_sec .image_div:after{ content: ""; position: absolute; top: 0; right: 0; width: 15%; bottom: 0; background: linear-gradient(270deg, var(--primary_color) 0%, rgba(0, 0, 0, 0) 100%); }
.image_with_content_sec .image_div img{ width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* Counter Section */
.counter_section .section_heading{ display: block; max-width: 870px; margin: 0 auto; }
.counter_section .section_heading .sub_heading{ display: inline-block; width: 100%; margin-top: 15px; }
.counter_section .counter_col{ width: 25%; padding: 0 15px; margin-top: 30px; }
.counter_section .counter_number{ width: 150px; height: 150px; margin: 0 auto; border-radius: 90px; border: 10px solid #00D76C; background: #E8F6E9; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); }
.counter_section .counter_number h2{ color: var(--heading_tags_color); }
.counter_section .counter_text{ margin-top: 20px; display: inline-block; width: 100%; text-align: center; max-width: 260px; }

.meetteam_section .team_col{ width: 50%; padding: 0 15px; margin: 15px 0; }
.meetteam_section .team_card{ width: calc(100% - 100px); margin-left: 100px; background: #FFFFFF; box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.05); border-radius: 40px; padding: 30px 20px 30px 0; height: 100%; }
.meetteam_section .team_card .image{ border: 5px solid var(--primary_color); border-radius: 50%; width: 180px; height: 180px; margin-left: -100px; }
.meetteam_section .team_card .image img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.meetteam_section .team_card .content{ width: calc(100% - 80px); padding-left: 20px; }
.meetteam_section .team_card .content .title h6,
.meetteam_section .team_card .content .title h5{ text-transform: unset; }
.meetteam_section .team_card .content .title h6{ font-weight: 600; color: var(--primary_color); margin-bottom: 5px; }
.meetteam_section .team_card .content .title h5{ color: var(--text_dark_color); }
.meetteam_section .team_card .content .text{ font-weight: 400; font-size: 18px; line-height: 28px; margin-top: 10px; }
.meetteam_section .team_card .content .text p{ margin-bottom: 5px; }

.image_quote_section .left,
.image_quote_section .right{ width: 50%; }
.image_quote_section .section_shadow{ border-radius: 50px; }
.image_quote_section .row-reverse .left{ border-radius: 0 50px 50px 0; }
.image_quote_section .row-reverse .right{ border-radius: 50px 0 0 50px; }
.image_quote_section .left{ min-height: 300px; border-radius: 50px 0 0 50px; overflow: hidden; }
.image_quote_section .right{ background-color: var(--primary_color); border-radius: 0 50px 50px 0; overflow: hidden; padding: 50px; }
.image_quote_section .iq_image{ display: inline-block; line-height: 0; width: 100%; height: 100%; }
.image_quote_section .iq_image img{ width: 100%; height: 100%; object-fit: cover; }
.image_quote_section .iq_content{ text-align: center; }
.image_quote_section .iq_content .iq_icon{ display: inline-block; width: 100%; margin-bottom: 30px; line-height: 0; }
.image_quote_section .iq_content .iq_quote h2 + h2{ margin-top: 20px; }

.form_section .form_div{ max-width: 1120px; margin: 0 auto; background: linear-gradient(180deg, #17AA59 0%, #272727 100%); border-radius: 40px; position: relative; margin-top: 32px; padding: 50px; }
.form_section .form_div::after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url('../images/contact_map_img.png') no-repeat center center / contain; }
.form_section .form_div:before{ content: ""; background: var(--primary_color); position: absolute; top: -32px; left: 10%; right: 10%; bottom: 0; border-radius: 40px; z-index: -1; }
.form_section .form_div > .d-flex{ position: relative; z-index: 2; }
.form_section .form_div .left{ width: 450px; padding-right: 20px; }
.form_section .form_div .right{ width: calc(100% - 450px); }
.form_section .form_div .icon{ margin-bottom: 10px; }
.form_section .form_div .section_heading{ margin-bottom: 0; }
.form_section .form_div .form_icon{ display: inline-block; width: 100%; text-align: right; }
.form_section .form_div .form_icon img{ margin-top: -10px; margin-right: -20px; position: relative; z-index: 2; }
.form_section .form_div .form_card{ background: #FFFFFF; box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.04); padding: 30px 45px;/* height: 500px;*/ }
.form_section .form_div .form_card{ border-radius: 40px; }
.form-section{ width: calc(100% + 20px)!important; margin: 0 -10px!important; }
.form-section .form-line{ padding: 0 10px !important; }

.form-all { box-shadow: none !important; width: 100%; margin: 0 auto !important; }
.form-all ul li .form-label{ margin-bottom: 5px; }
.form-all ul li { text-align: left; margin: 0 0 10px !important; }
.form-all ul li input { width: 100% !important; border-radius: 0 !important; height: 50px; }
.form-all ul li .form-input-wide { width: 100% !important; }
.form-all ul.page-section { padding: 0 !important; }
.form-all ul.page-section .form-buttons-wrapper { padding: 30px 0 0 !important; margin: 20px 0 0 !important; }
.form-all ul.page-section .form-buttons-wrapper .form-submit-button { border-radius: 10px; font-weight: 700; padding: 15px 40px; display: inline-block; position: relative; overflow: hidden; z-index: 2; background-color: var(--button_1_bg_color); color: var(--button_1_text_color); border-color: var(--button_1_bg_color); margin-left: 0; height: auto !important; }
.form-all ul.page-section .form-buttons-wrapper .form-submit-button { position: relative; overflow: hidden; }
.form-all ul.page-section .form-buttons-wrapper .form-submit-button::after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; background-color: #000; z-index: -1; opacity: 0.2; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; width: 0; }
.form-all ul.page-section .form-buttons-wrapper .form-submit-button:hover::after { width: 100%; }
.form-all ul li .form-input-wide .form-html{ color: var(--text_dark_color) }
.form-all ul li .form-input-wide .form-html p{ margin: 0; }

footer.footer{ padding: 80px 0; }
footer.footer.overlay_div:after{ background-color: var(--footer_overlay_color) }
footer.footer,
footer.footer h2,
footer.footer h3,
footer.footer h4,
footer.footer h5,
footer.footer h6,
footer.footer a{ color: var(--footer_text_color); }
footer.footer .footer_logo{ display: inline-block; width: 100%; text-align: center; margin-bottom: 30px; }
footer.footer .footer_logo img{ display: inline-block; }
footer.footer .footer_content{ display: inline-block; width: 100%; }
footer.footer .footer_content ul li a{ display: inline-block; padding-left: 25px; position: relative; font-weight: 700; font-size: 16px; line-height: 26px; }
footer.footer .footer_content ul li a:after{ content: ""; position: absolute; left: 0; top: 5px; width: 15px; height: 15px; background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5722 10.5995L11.2909 9.19326C11.1507 9.13352 10.995 9.12093 10.847 9.15739C10.6991 9.19385 10.567 9.27738 10.4706 9.39541L9.01744 11.1708C6.73686 10.0956 4.90151 8.26021 3.82624 5.97963L5.60166 4.52647C5.71993 4.43028 5.80363 4.29818 5.84011 4.15016C5.87659 4.00215 5.86384 3.84628 5.80381 3.70615L4.39754 0.42484C4.33165 0.273785 4.21512 0.150453 4.06804 0.0761123C3.92097 0.00177107 3.75256 -0.0189204 3.59186 0.0176058L0.544931 0.720743C0.389998 0.756521 0.251766 0.843757 0.152796 0.968214C0.0538267 1.09267 -3.56904e-05 1.247 1.77431e-08 1.40601C1.77431e-08 8.92079 6.09093 15 13.594 15C13.753 15.0001 13.9074 14.9463 14.032 14.8473C14.1565 14.7483 14.2438 14.6101 14.2795 14.4551L14.9827 11.4081C15.019 11.2467 14.9978 11.0776 14.9229 10.93C14.848 10.7824 14.724 10.6655 14.5722 10.5995V10.5995Z' fill='%2300994d'/%3E%3C/svg%3E%0A") no-repeat center center / 15px; }
footer.footer .footer_copyright{ margin-top: 40px; padding-top: 40px; display: inline-block; width: 100%; text-align: center; border-top: 10px solid var(--footer_copyright_border_color); font-weight: 600; }

.full_width_content_section .left_part{ width: 43.5%; line-height: 0; }
.full_width_content_section .center_part{ width: 38%; padding-left: 30px; padding-right: 30px; }
.full_width_content_section .right_part{ width: 18.5%; line-height: 0; }
.full_width_content_section .right_img_div,
.full_width_content_section .left_img_div,
.full_width_content_section .right_img_div img,
.full_width_content_section .left_img_div img{ height: 100%; width: 100%; }
.full_width_content_section .right_img_div img,
.full_width_content_section .left_img_div img{ object-fit: cover; }

/* Opt In Page CSS */
.opt_in_banner{ display: inline-block; width: 100%; position: relative; z-index: 2; overflow: hidden;}
.opt_in_banner:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background-color: var(--primary_color); opacity: 0.8; }
.opt_in_banner .left{ width: 60%; padding:  0 15px; }
.opt_in_banner .right{ width: 40%; padding:  0 15px; }
.opt_in_banner .opt_in_content{ max-width: 700px; }
.opt_in_banner .opt_in_form,
.opt_in_banner .opt_in_form .form_div,
.opt_in_banner .opt_in_form .form_note{ display: inline-block; width: 100%; }
.opt_in_banner .opt_in_form .form_note{ text-transform: uppercase; text-align: center; }
.opt_in_banner .ebook_image{ display: inline-block; width: 100%; text-align: right; }
.opt_in_banner .ebook_image img{ width: 85%; display: inline-block; }

.testimonial_section.overlay_div:after{ background-color: #fff }
.testimonial_section .testimonial_wrapper{ display: inline-block; width: 100%; padding: 0 30px; }
.testimonial_section .testimonial_slide{ padding: 20px; }
.testimonial_section .testimonial_card{ padding: 25px; background: #FFFFFF; box-shadow: -1px 0px 5px 5px rgba(0, 0, 0, 0.05); border-radius: 40px; }
.testimonial_section .testimonial_card .image{ border: 3px solid var(--primary_color); border-radius: 50%; width: 100px; height: 100px; }
.testimonial_section .testimonial_card .image img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.testimonial_section .testimonial_card .info{ width: calc(100% - 100px); padding-left: 20px; } 
.testimonial_section .testimonial_card .info h6{ text-transform: unset; }
.testimonial_section .testimonial_card .info h6:first-child{ font-weight: 600; color: var(--primary_color); margin-bottom: 5px; }
.testimonial_section .testimonial_card .info h6:last-child{ color: var(--text_dark_color); }
.testimonial_section .testimonial_card .content{ margin-top: 15px; }

.content_image_section .d-flex:not(.row-reverse) .left_part{ width: calc(36% + 110px); margin-right: -110px; }
.content_image_section .d-flex:not(.row-reverse) .right_part{ width: 64%; }

.content_image_section .d-flex.row-reverse .left_part{ width: calc(36% + 110px); margin-left: -110px; }
.content_image_section .d-flex.row-reverse .right_part{ width: 64%; }
.content_image_section .left_part{ margin: 100px 0; position: relative; z-index: 2; background-color: #FFF; padding: 50px; border-top: 10px solid var(--primary_color); box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.25); }
.content_image_section .right_part{ line-height: 0; }
.content_image_section .image_div{ display: inline-block; width: 100%; border-radius: 30px; overflow: hidden; line-height: 0; filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25)); height: 100%; }
.content_image_section .image_div img{ width: 100%; height: 100%; object-fit: cover; }

.video_testi_section .left_part,
.video_testi_section .right_part{ width: 50%; padding: 0 15px; }
.video_testi_section .testimonial_content,
.video_testi_section .ceovideo_div{ display: inline-block; width: 100%; border-radius: 30px; }
.video_testi_section .ceovideo_div{ overflow: hidden; line-height: 0; }
.video_testi_section .ceovideo_div video{ width: 100%; }
.video_testi_section .testimonial_content .testimonial_card{ padding: 0 40px 40px; margin-top: 75px; border-radius: 20px; box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.05); background: #FFF url('/coochie/wp-content/uploads/2023/09/testimonial_card_img.png') no-repeat center bottom / cover; }
.video_testi_section .testimonial_content .testimonial_card .customer_img{ display: inline-block; width: 100%; text-align: center; }
.video_testi_section .testimonial_content .testimonial_card .customer_img img{ margin-top: -75px; border: 5px solid #00994D; width: 150px; height: 150px; border-radius: 50%; object-fit: cover; object-position: top center; }
.video_testi_section .testimonial_content .testimonial_card .customer_details,
.video_testi_section .testimonial_content .testimonial_card .customer_details .customer_name,
.video_testi_section .testimonial_content .testimonial_card .customer_details .customer_text{ display: inline-block; width: 100%; text-align: center; }
.video_testi_section .testimonial_content .testimonial_card .customer_details{ margin-top: 15px; }
.video_testi_section .testimonial_content .testimonial_card .customer_details .customer_name{ margin-bottom: 15px; }

@media(max-width: 1600px){
	.full_width_content_section .left_part{ width: 35%; line-height: 0; }
	.full_width_content_section .center_part{ width: 40%; padding-left: 15px; padding-right: 15px; }
	.full_width_content_section .right_part{ width: 25%; line-height: 0; }
}

@media(max-width: 1440px){
	.h1, h1, .h2, h2 { margin: 0px; font-size: 36px; line-height: 1.3; }
	.h3, h3 { margin: 0px; font-size: 30px; line-height: 1.2; }
	.h4, h4 { margin: 0px; font-size: 26px; line-height: 1.2; }
	.h5, h5 { margin: 0px; font-size: 22px; line-height: 1.2; }
	.h6, h6 { margin: 0px; font-size: 18px; line-height: 1.2; }
	body { font-size: 18px; line-height: 26px; }

	[class*="btn_style_"].button_div { margin-top: 35px; }
	[class*="btn_style_"] a { line-height: 28px; font-size: 18px; }

	.section_devider { margin-top: 50px; }
	
	.section_heading { margin-bottom: 20px; }

	.pt-100{ padding-top: 80px; }
	.pb-100{ padding-bottom: 80px; }
	.pt-80{ padding-top: 60px; }
	.pb-80{ padding-bottom: 60px; }
	.pt-60{ padding-top: 40px; }
	.pb-60{ padding-bottom: 40px; }

	.top_shape_image{ height: 85px; }
	.top_shape_image img{ width: 100%; height: 100%; object-fit: cover; object-position: bottom; }
	.bottom_shape_image{ height: 100px; }
	.bottom_shape_image img{ width: 100%; height: 100%; object-fit: cover; object-position: top; }

	.main_banner_section { padding: 80px 0; min-height: 650px; }
	.main_banner_section .banner_video { padding-left: 20px; }
	.main_banner_section .banner_video iframe { height: 350px; }
	.main_banner_section .banner_content .title { margin-bottom: 15px; } 
	.main_banner_section .banner_content .content { font-size: 20px; line-height: 28px; }

/* 	.main_banner_section2 .banner_video{ margin-top: 80px; } */
	.main_banner_section2 .banner_video iframe { height: 350px; }
	.main_banner_section2 .banner_content .content { font-size: 20px; line-height: 28px; margin-top: 15px }

	.zig_zag_section .row:nth-child(odd) .zig_zag_content { padding-right: 30px; }
	.zig_zag_section .row:nth-child(even) .zig_zag_content { padding-left: 30px; }

	.steps_section .section_heading,
	.steps_section .steps_list_div { max-width: 970px; }

	footer.footer{ padding: 60px 0; }
}

@media(max-width: 1366px){
	.h1, h1, .h2, h2 { margin: 0px; font-size: 32px; }
	.h3, h3 { margin: 0px; font-size: 26px; }
	.h4, h4 { margin: 0px; font-size: 22px; }
	.h5, h5 { margin: 0px; font-size: 20px; }
	.h6, h6 { margin: 0px; font-size: 18px; }

	.pt-100{ padding-top: 60px; }
	.pb-100{ padding-bottom: 60px; }

	.full_width_content_section .left_part{ width: 30%; line-height: 0; }
	.full_width_content_section .center_part{ width: 50%; padding-left: 15px; padding-right: 15px; }
	.full_width_content_section .right_part{ width: 20%; line-height: 0; }

	.content_image_section .left_part{ padding: 30px; margin: 70px 0; margin-right: -80px; width: calc(36% + 80px); }
}

@media(max-width: 1199px){
	.h1, h1, .h2, h2 { margin: 0px; font-size: 28px; }
	.h3, h3 { margin: 0px; font-size: 22px; }
	.h4, h4 { margin: 0px; font-size: 20px; }
	.h5, h5 { margin: 0px; font-size: 18px; }
	.h6, h6 { margin: 0px; font-size: 18px; }
	body { font-size: 16px; line-height: 24px; }

	[class*="btn_style_"].button_div { margin-top: 25px; }

	[class*="btn_style_"] a { font-size: 16px; padding: 10px 25px; }
	
	.section_devider { margin-top: 40px; }

	.main_banner_section { padding: 80px 0; min-height: 550px; }
	.main_banner_section .banner_video { padding-left: 0; }
	.main_banner_section .banner_video iframe { height: 300px; }
	.main_banner_section .banner_content .content { font-size: 18px; line-height: 26px; }
	.main_banner_section .banner_content .title { margin-bottom: 10px; }

	.main_banner_section2 .banner_video{ margin-top: 30px; }
	.main_banner_section2 .banner_video iframe { height: 300px; }
	.main_banner_section2 .banner_content .content { font-size: 18px; line-height: 26px; margin-top: 10px; }

	.awards_section .left { width: 40%; }
	.awards_section .right{ width: 60%; }

	.zig_zag_section .row:nth-child(odd) .zig_zag_content { padding-right: 0; }
	.zig_zag_section .row:nth-child(even) .zig_zag_content { padding-left: 0; }

	.steps_section .section_heading, .steps_section .steps_list_div { max-width: 750px; }

	.meetteam_section .team_card { width: calc(100% - 70px); margin-left: 70px; }
	.meetteam_section .team_card .image { border: 3px solid #E63429; border-radius: 50%; width: 140px; height: 140px; margin-left: -70px; } 

	.opt_in_banner .ebook_image img{ width: 100%; }

	.image_with_content_sec .left{ width: 400px; }
	.image_with_content_sec .right{ width: calc(100% - 400px); padding: 60px 40px; }

}

@media(max-width: 991px){
	.main_banner_section .left,
	.main_banner_section .right { width: 650px; margin: 0 auto; }
	.main_banner_section .banner_content{ margin-bottom: 20px; }

	.ups_section .ups_col{ width: 50%; margin: 20px 0; }

	.zig_zag_section .left,
	.zig_zag_section .right{ width: 650px; margin: 0 auto; }
	.zig_zag_section .zig_zag_content{ margin-top: 30px; }

	.service_section .service_col{ width: 50%; }

	.meetteam_section .team_col { width: 650px; margin: 15px auto; }

	.form_section .form_div .left,
	.form_section .form_div .right{ width: 650px; margin: 0 auto; }
	.form_section .form_div .icon,
	.form_section .form_div .section_heading,
	.form_section .form_div .form_icon{ text-align: center; }
	.form_section .form_div .form_icon img{ margin-right: 0; }
	.form_section .form_div .form_card{ margin-top: 30px; }

	.image_with_content_sec .left{ width: 300px; }
	.image_with_content_sec .right{ width: calc(100% - 300px); padding: 50px 30px; }

	.main_banner_section2{ padding-bottom: 130px; }

	.full_width_content_section .left_part{ width: 60%; order: 1; height: 450px; }
	.full_width_content_section .center_part{ width: 100%; order: 3; }
	.full_width_content_section .right_part{ width: 40%; order: 2; height: 450px; }
	.full_width_content_section .right_img_div img,
	.full_width_content_section .left_img_div img{ object-position: top; }

	.content_image_section .d-flex.row-reverse .left_part,
	.content_image_section .d-flex.row-reverse .right_part{ max-width: 650px; width: 100%; }

	.content_image_section .d-flex:not(.row-reverse) .left_part,
	.content_image_section .d-flex:not(.row-reverse) .right_part{ max-width: 650px; width: 100%; }

	.content_image_section .left_part{ margin: 40px 0 0 !important; border-top: none; box-shadow: none; padding: 0; }
	.content_image_section > .container > .d-flex{ -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

	.video_testi_section .left_part,
	.video_testi_section .right_part{ width: 650px; }
	.video_testi_section .left_part{ margin-bottom: 40px; }

	.counter_section .counter_col{ width: 50%; }

	.image_quote_section .container{ width: 95%; }
	.image_quote_section .right{ padding: 30px 20px; }
}


@media(max-width: 767px){
	.main_banner_section { padding: 40px 0 60px; }
	.h1, h1 { margin: 0px; font-size: 22px; }
	.h2, h2 { margin: 0px; font-size: 20px; }
	.h3, h3 { margin: 0px; font-size: 18px; }
	.h4, h4 { margin: 0px; font-size: 17px; }
	.h5, h5 { margin: 0px; font-size: 17px; }
	.h6, h6 { margin: 0px; font-size: 16px; }

	[class*="btn_style_"] a { line-height: 24px; }

	.pt-100{ padding-top: 60px; }
	.pb-100{ padding-bottom: 60px; }
	.pt-80{ padding-top: 40px; }
	.pb-80{ padding-bottom: 40px; }

	.section_devider{ height: 10px; }

	.main_banner_section .banner_video iframe { height: 230px; }

	.main_banner_section2 .banner_video iframe { height: 230px; }

	.ups_section .ups_col{ width: 100%; }

	.service_section .service_col{ max-width: 300px; width: 100%; }

	.awards_section .left,
	.awards_section .right{ width: 100%; }
	.awards_section .section_heading{ text-align: center; }
	.awards_section .awards_image { margin-top: 20px; width: calc(100% / 2); } 

	.steps_section .steps_list { padding: 15px 20px; }
	.steps_section .steps_list .steps_number{ margin-bottom: 0; }
	.steps_section .steps_list .steps_content .title { margin-bottom: 10px; }
	.steps_section .steps_list .steps_number h2 { font-size: 30px; margin-bottom: 5px; }
	.steps_section .steps_list .steps_content { width: 100%; padding-left: 0; }

	.form_section .form_div { padding: 30px 15px; }
	.form_section .form_div .form_card{ padding: 0; }
	.form_section .form_div .form_icon img { width: 50%; }
	.form_section .form_div .icon img{ width: 100px; }
	.form_section .form_div:before,
	.form_section .form_div{ border-radius: 20px; }
	.form_section .form_div .form_card{ border-radius: 20px; padding: 20px 15px; }
/* 	.form_section .form_div .form_card iframe{ border-radius: 20px; } */
	.form_section .form_div .left,
	.form_section .form_div .right{ width: 100%; margin: 0 auto; }.form_section .form_div .form_card iframe{ width: 100% !important; }
	li:not([data-payment=true]) [data-wrapper-react=true]{ flex-wrap: wrap; }
		li[data-type=control_fullname] [data-wrapper-react=true] .form-sub-label-container,
		li.form-line:not(.form-line-column)[data-type=control_fullname] .form-input-wide [data-wrapper-react]:not(.extended) .form-sub-label-container+.form-sub-label-container{ -ms-flex: 100% !important; flex: 100% !important; }
	li.form-line:not(.form-line-column)[data-type=control_fullname] .form-input-wide [data-wrapper-react]:not(.extended) .form-sub-label-container+.form-sub-label-container{ margin: 10px 0 0 !important; }
	.form-section .form-line#id_5,
	.form-section .form-line#id_6 { width: 100%!important; }

	.meetteam_section .team_card { width: 100%; margin-left: 0; padding: 20px 20px; border-radius: 20px; }
	.meetteam_section .team_card .image{ margin-left: 0; margin-bottom: 20px; }
	.meetteam_section .team_card .content{ width: 100%; padding-left: 0; }
	.meetteam_section .team_card .content .text{ font-size: 16px; line-height: 24px; }
	
	.image_with_content_sec .image_div:after { top: inherit; bottom: 0; width: 100%; height: 150px; background: linear-gradient(360deg, var(--secondary_color) 0%, rgba(0, 0, 0, 0) 100%); }
	
	footer.footer { padding: 40px 0; }

	.opt_in_banner .left,
	.opt_in_banner .right{ width: 100%; }
	.opt_in_banner .container > .row{ -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
	.opt_in_banner .ebook_image{ margin-bottom: 40px; }
	.opt_in_banner .ebook_image img{ max-width: 400px; }
	.opt_in_banner .opt_in_content{ text-align: center; }

	.image_with_content_sec .left{ width: 100%; }
	.image_with_content_sec .right{ width: 100%; padding: 40px 20px; }
	.image_with_content_sec .image_div { height: 500px; }
	.image_with_content_sec .right { background: linear-gradient(180deg, var(--secondary_color) 0%, var(--primary_color) 100%); }
	
	.main_banner_section3 .banner_video.banner_form{ border-radius: 20px; }
	.submit-button{ padding: 15px 20px !important; }
	.form_section .form_div .form_card iframe{ width: 100% !important; }
	li:not([data-payment=true]) [data-wrapper-react=true]{ flex-wrap: wrap; }
		li[data-type=control_fullname] [data-wrapper-react=true] .form-sub-label-container,
		li.form-line:not(.form-line-column)[data-type=control_fullname] .form-input-wide [data-wrapper-react]:not(.extended) .form-sub-label-container+.form-sub-label-container{ -ms-flex: 100% !important; flex: 100% !important; }
	li.form-line:not(.form-line-column)[data-type=control_fullname] .form-input-wide [data-wrapper-react]:not(.extended) .form-sub-label-container+.form-sub-label-container{ margin: 10px 0 0 !important; }
	.form-section .form-line#id_5,
	.form-section .form-line#id_6 { width: 100%!important; }

	.testimonial_section .testimonial_wrapper{ padding: 0; }
	.testimonial_section .testimonial_card { padding: 20px 15px; }
	.testimonial_section .testimonial_card .image{ width: 70px; height: 70px; }
	.testimonial_section .testimonial_card .info { width: 100%; padding-left: 0; margin-top: 10px; }
	.testimonial_section .testimonial_card .content{ margin-top: 10px; font-size: 14px; line-height: 22px; }
	
	.slick-prev{ left: -15px; }
	.slick-next{ right: -15px; }
	.slick-prev:before, .slick-next:before { font-size: 25px; }
	.slick-prev, .slick-next{ width: 25px; height: 25px; }

	.video_testi_section .testimonial_content .testimonial_card { padding: 0 20px 30px; }

	.counter_section .counter_col{ width: 100%; }

	.image_quote_section .left, .image_quote_section .right{ width: 100%; }
	.image_quote_section .left { border-radius: 30px 30px 0 0; }
	.image_quote_section .right{ border-radius: 0 0 30px 30px; }
	.image_quote_section .row-reverse .left { border-radius: 30px 30px 0 0; }
	.image_quote_section .row-reverse .right { border-radius: 0 0 30px 30px; }
}



@media(max-width: 575px){
	.main_banner_section { padding: 40px 0 60px; }
	
	
	.main_banner_section3 .banner_video.banner_form{ padding: 20px 15px; }

	.full_width_content_section .left_part,
	.full_width_content_section .right_part{ width: 100%; height: 400px; }
	.full_width_content_section .left_part{ order: 1; }
	.full_width_content_section .right_part{ order: 3; }
}

@media(max-width: 480px){
/* 	.main_banner_section3 .banner_video.banner_form iframe{ height: 810px !important; } */
}


.thank_you_section .title,
.thank_you_section .content,
.thank_you_section .button_div {text-align: center;}

.thank_you_section {
    padding: 100px 0;
}

.thank_you_section .content {
    margin-top: 30px;
	font-size: 22px;
	font-weight: 600;
}

.thank_you_section .title h1 {
    font-size: 60px;
    font-weight: 800;
}

@media(max-width: 767px){
	.thank_you_section .title h1 {
		font-size: 40px;
	}
	.thank_you_section .content {
		font-size: 18px;
	}
}