/*
Theme Name: Monkey Vision
Author: Monkey Vision
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



/* STOCK INDEX - Voor snel zoeken
Naam kopieren, zoeken, plakken voor snelle navigatie

INDEX NAAM - korte uitleg

GENERAL                 - Algemene instellingen, buttons, h2, h3 etc
CUSTOM BULLETS          - List bullets
ADRES CONTAINER         - Shortcode CSS
MAIL/TEL CONTAINER      - Shortcode CSS
HEADER                  - Header (USP topbar, Offcanvas, main header)
FOOTER                  - Footer
OWL CAROUSEL            - OWL carousel
GFORM FORMULIER         - Formulier
HOME HERO SECTION       - Home hero
REGULAR HERO SECTION        - Hero voor sub paginas (niet home)
CONTENT SECTION         - Content sections -> .content-section.img-text .content-section.text-img
CENTERED TEXT SECTION   - Centered text
USP SECTION             - USP section
LOGO SLIDER SECTION     - Slider met kleine logo's
BLOG WRAPPER            - Wrapper voor blogs, -> .blog-slider-section voor slider functie
BLOG ARCHIVE SECTION    - Blog archive page section
BLOG THUMB              - Blog thumbnail
BLOG SINGLE PAGE        - Blog single page
CONTACT WRAPPER         - Wrapper voor contact form
QUOTE SECTION           - Quote sectie 
FAQ Section             - FAQ section voor gehele website
CONTACT FOOTER SECTION  - Sectie met telefoon, mail, bezoek etc
REVIEW SECTION          - Slider met reviews
PAKKETTEN SECTION       - Pakketten met prijzen

*/

:root {
    --primary: #006AB8;
    --secondary: #0D9581;
    --tertiary: #252858;
	--mv-light-blue: #EEF8FF;
	--mv-orange: #FD952C;
    --mv-black: #000;
    --mv-white: #fff;
}

/****************************************** GENERAL ******************************************/
html {
	overflow-x:hidden;
}

::selection {
    background: var(--primary);
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
	text-decoration: none !important;
}

a:focus, a:focus-visible {
	outline: none !important;
}
/* STAMDAARD BUTTON */
.elementor-element .elementor-button-link,
.gform_wrapper.gravity-theme .gform_footer input {
    padding: 10px 25px !important;
    border-radius: 8px!important;
    border: none;
    background: linear-gradient(90deg, rgba(0,106,184,1) 0%, rgba(13,149,129,1) 50%, rgba(253,149,44,1) 100%);
    background-size: 200%;
    background-position: left;
    font-weight: 400!important;
    font-size: 17px !important;
	transition: all ease .3s !important;
	will-change: auto;
    line-height: 1 !important;
}

/* ALT INFO BUTTON */
/* zet de button op type "info" voor de secondaire button */
.elementor-element .elementor-button-info .elementor-button-link {
    background: transparent!important;
    font-weight: 400!important;
    color:var(--mv-black);
    border:2px solid transparent;
    transition: border 500ms, background-color 500ms;
    will-change: border, background-color;
}

.elementor-element .elementor-button-info .elementor-button-link::after {
	content: " ";
	display: block;
	width: 100%;
	margin: auto;
	background: var(--mv-black);
	height: 2px;
	transition: all ease .3s;
	margin-top: 2px;
}

.elementor-element .elementor-button-info .elementor-button-link:hover::after {
	width: 50%;
}

.elementor-element .elementor-button-link:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover {
    border: none !important;
    background-position: right;
    line-height: 1 !important;
}

.elementor-element.elementor-button-info .elementor-button-link:hover {
    border:2px solid transparent!important;
    background-color: transparent!important;
}


/*********************************************** CUSTOM BULLETS  *************************************************/
.custom-bullets ul,
.content-section ul,
.centered-text-section ul {
    list-style: none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.custom-bullets ul li:not(.elementor-icon-list-item),
.custom-bullets ol li:not(.elementor-icon-list-item),
.content-section ul li:not(.elementor-icon-list-item),
.content-section ol li:not(.elementor-icon-list-item),
.centered-text-section ul li:not(.elementor-icon-list-item),
.centered-text-section ol li:not(.elementor-icon-list-item){
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 0 0 25px!important;
    width: fit-content;
}

.custom-bullets ul li:not(.elementor-icon-list-item):last-of-type,
.custom-bullets ol li:not(.elementor-icon-list-item):last-of-type,
.content-section ul li:not(.elementor-icon-list-item):last-of-type,
.content-section ol li:not(.elementor-icon-list-item):last-of-type,
.centered-text-section ul li:not(.elementor-icon-list-item):last-of-type,
.centered-text-section ol li:not(.elementor-icon-list-item):last-of-type {
    margin-bottom: 0 !important;
}

.custom-bullets ul li:not(.elementor-icon-list-item)::before,
.custom-bullets ol li:not(.elementor-icon-list-item)::before,
.content-section ul li:not(.elementor-icon-list-item)::before,
.content-section ol li:not(.elementor-icon-list-item)::before,
.centered-text-section ul li:not(.elementor-icon-list-item):before,
.centered-text-section ol li:not(.elementor-icon-list-item):before{
    content:'';
    display: inline-block;
    height:12px;
    min-height: 12px;
    width: 12px;
    min-width: 12px;
    margin-top: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath fill='none' d='M0 0h40v40H0z'/%3E%3Cpath fill='%23FD952C' d='M13.6 34.24l-13-13a2 2 0 010-2.83l2.8-2.8a2 2 0 012.84 0L15 24.33 33.76 5.6a2 2 0 012.83 0l2.8 2.8a2 2 0 010 2.84l-23 23a2 2 0 01-2.8 0z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*********************************************** ADRES CONTAINER  *************************************************/
.adres-container {
    display: flex;
    flex-direction: column;
}

/****************************************** HEADER ******************************************/
/********** USP TOPBAR **********/

section.usp-topbar {
    padding-top: 30px;
    padding-bottom: 30px;
}

section.usp-topbar::after {
    content: " ";
	height: 124px;
	width: 100%;
	position: absolute;
	display: block;
	background: #fff;
	top: 0;	
    left:calc(100vw - 605px) !important;
	clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0 100%);
}

@media screen and (min-width:1921px) {
    section.usp-topbar::after {
        left: calc((71vw + 1270px) / 2) !important;
    }
}

@media screen and (max-width: 1850px) {
    section.usp-topbar::after {
        left: calc(100vw - 535px) !important;
    }
}

@media screen and (max-width: 1750px) {
    section.usp-topbar::after {
        left:calc(90vw - 325px) !important;
    }
}

@media screen and (max-width: 1650px) {
    section.usp-topbar::after {
        left: calc(100vw - 455px) !important;
    }
}

@media screen and (max-width: 1570px) {
    section.usp-topbar::after {
        left: 72% !important;
    }
}

@media screen and (max-width: 1366px) {
    section.home-hero-section .elementor-widget-image {
        right: -130px !important;
    }

    section.home-hero-section .elementor-widget-image img {
        max-height: 400px;
    }
	
   section.usp-topbar::after {
        left: 80% !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    section.usp-topbar::after {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    section.usp-topbar::after {
        display: none;
    }
}

/********** MOBILE OFFCANVAS **********/
.mobile-offcanvas i.eicon-close {
    color: var(--tertiary);
	font-size: 1.5em;
}

.mobile-offcanvas .elementor-nav-menu__container {
    background-color: transparent!important;
}

@media screen and (max-width: 1024px) {
    section.usp-topbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 550px) {
    .mobile-offcanvas > .dialog-widget-content > .dialog-message {
        width: 100vw !important;
    }
}

/********** MAIN HEADER **********/
div.elementor-location-header {
    border-image: linear-gradient(90deg, rgba(0,106,184,1) 0%, rgba(13,149,129,1) 100%);
	border-image-slice: 1;
	border-bottom: solid 5px;
}

.elementor-location-header .elementor-sticky--effects,
.elementor-sticky--active {
	background-color: var(--mv-white);
    border-image: linear-gradient(90deg, rgba(0,106,184,1) 0%, rgba(13,149,129,1) 100%);
	border-image-slice: 1;
	border-bottom: solid 5px;
}

header .elementor-widget-theme-site-logo {
    margin: 0 !important;
}

header .elementor-widget-theme-site-logo > div {
    text-align: left;
}

header .elementor-widget-button {
    margin-left: auto !important;
}

/*** HEADER MAIN NAV ***/
header nav ul li.menu-item a:after {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--mv-black);
    visibility: visible;
    opacity: 1 !important;
    transition: all 150ms linear 0ms;
}

header nav ul li.menu-item a:hover:after,
header nav ul li.menu-item.current-menu-item a::after {
    width: 100%;
}

/*** HEADER RESPONSIVE VERSION ***/
.elementor-location-header .mobile-switch .elementor-icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

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

    header > .elementor-container > .elementor-column > .elementor-widget-wrap {
        flex-direction: row;
        justify-content: space-between;
    }

    header .elementor-column .mobile-switch {
        width: fit-content !important;
    }
}
/****************************************** FOOTER ******************************************/
/********** MAIN FOOTER **********/
footer .adres-container p,
footer .tel-container,
footer .mail-container {
	margin-bottom: 8px !important;
}

footer .tel-container {
    margin-top: 8px !important;
}

footer ul li.menu-item a,
footer .elementor-widget-text-editor p a,
footer .mail-container a,
footer .tel-container a,
footer .adres-container p {
    position: relative;
    color: var(--mv-white);
    width: fit-content;
}

footer ul li.menu-item a::after,
footer .elementor-widget-text-editor p a::after {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--mv-white);
    visibility: visible;
    opacity: 1 !important;
    transition: all 150ms linear 0ms;
}

footer ul li.menu-item a:hover:after,
footer .elementor-widget-text-editor p a:hover:after {
    width: 100%;
}

footer .elementor-container .elementor-column:last-of-type {
    border-image: linear-gradient(0deg, rgba(0,106,184,1) 0%, rgba(13,149,129,1) 100%);
    border-image-slice: 1;
    border-left: solid 5px;
}

footer .elementor-container .elementor-column:nth-of-type(3) .elementor-widget-wrap .elementor-nav-menu li {
    display: flex;
	justify-content: flex-end;
}

footer .elementor-container .elementor-column:nth-of-type(3) .elementor-widget-wrap{
    display: flex;
	flex-direction: column;
}

footer .elementor-container .elementor-column:nth-of-type(3) .elementor-widget-wrap .elementor-widget-text-editor:first-of-type {
    margin-bottom: 0px !important;
}

footer .elementor-container .elementor-column:nth-of-type(3) .elementor-widget-wrap .elementor-widget-text-editor:last-of-type {
    margin-top: auto;
}

@media screen and (min-width: 550px) {
    footer .elementor-container .elementor-column:nth-of-type(3),
    footer .elementor-container .elementor-column:last-of-type {
        margin-top: 53px;
    }

    footer .elementor-container .elementor-column:nth-of-type(3) .elementor-widget-wrap {
        padding-right: 50px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    footer > section.footer-main > .elementor-container {
        max-width: 600px !important;
        row-gap: 25px;
    }

    footer > section.footer-main > .elementor-container > .elementor-column {
        width: 50% !important;
    }

    footer .elementor-container .elementor-column:nth-of-type(3) .elementor-widget-wrap .elementor-nav-menu li {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 550px) {
    footer > section.footer-main > .elementor-container {
        max-width: 100% !important;
        row-gap: 25px;
    }

    footer > section.footer-main > .elementor-container > .elementor-column {
        width: 100% !important;
    }

    footer .elementor-widget-theme-site-logo .elementor-widget-container,
    footer .elementor-widget-text-editor p,
    footer .elementor-widget-heading .elementor-heading-title {
        text-align: center;
    }

    footer ul li.menu-item a {
        margin: 0 auto;
    }
    footer .tel-container,
    footer .mail-container,
    footer .adres-container {
        text-align: center;
    }

    footer .elementor-container .elementor-column:nth-of-type(3) .elementor-widget-wrap .elementor-widget-text-editor:first-of-type {
        text-align: center !important;
    }

    footer .adres-container p {
        margin-left: auto;
        margin-right: auto;
    }

    footer .elementor-container .elementor-column:nth-of-type(3), 
    footer .elementor-container .elementor-column:last-of-type {
        margin-top: 0;
    }

    footer .elementor-container .elementor-column:last-of-type {
        border-left: none;
    }
}


/********** ABSOLUTE FOOTER **********/
footer .monkey-footer p {
	margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
    footer .monkey-footer > .elementor-container {
        max-width: 600px !important;
        row-gap: 0px;
    }

    footer .monkey-footer > .elementor-container > .elementor-column {
        width: 100% !important;
    }

    footer .monkey-footer > .elementor-container > .elementor-column .elementor-widget-wrap {
        justify-content: center;
    } 

    footer .monkey-footer p {
        text-align: center;
    }
}

/****************************************** OWL CAROUSEL ******************************************/
.owl-carousel {
	display:block!important;
    overflow-y: visible!important;
}

.blog-slider-section .owl-carousel .owl-stage {
	display: flex;
}

.blog-slider-section .owl-carousel .owl-stage-outer {
	display: flex;
	border-radius: 25px;
}

.blog-slider-section .owl-carousel .owl-stage .owl-item,
.blog-slider-section .elementor-post.elementor-grid-item.hentry,
.blog-slider-section  .ecs-post-loop .ast-article-single,
.blog-slider-section section.blog-thumb-section {
	height: 100%;
}

.owl-carousel .owl-nav button{
	height:25px;
	width:25px;
	background-repeat:no-repeat!important;
	background-size:contain!important;
	background-position:center!important;
	top: 50%;
	position: absolute;
}

.owl-carousel .owl-nav button span{
	display:none;
}

.owl-carousel .owl-nav .owl-prev {
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)'/%3E%3C/svg%3E") !important;
	left: -40px;
}

.owl-carousel .owl-nav .owl-next{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.616' viewBox='0 0 13.503 23.616'%3E%3Cpath d='M20.679,18,11.742,9.07a1.681,1.681,0,0,1,0-2.384,1.7,1.7,0,0,1,2.391,0L24.258,16.8a1.685,1.685,0,0,1,.049,2.327L14.14,29.32a1.688,1.688,0,0,1-2.391-2.384Z' transform='translate(-11.246 -6.196)'/%3E%3C/svg%3E") !important;
	right: -40px;
}

.owl-carousel .owl-dots,
.swiper-pagination  {
    display: flex;
    justify-content: center;
    margin: 25px auto;
}

.swiper-pagination {
    position: relative !important;
}

.owl-carousel .owl-dots .owl-dot,
.swiper-pagination span {
	background-color:var(--mv-black);
	height:10px;
	width:10px;
    border-radius: 50%;
	margin: 5px;
    transition: all ease .3s;
    will-change: auto;
    opacity: 1 !important;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active,
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination span:hover {
	background-color:var(--tertiary) !important;
}

@media screen and (max-width: 1560px) {
	.owl-carousel .owl-nav .owl-prev {
		left: 0;
	}
	
	.owl-carousel .owl-nav .owl-next {
		right: 0;
	}
}

/********************** GFORM FORMULIER ***********************/

::placeholder {
    color: #B7B7B7 !important;
}

/* CUSTOMISE THIS */
.gform_wrapper input:not([type=submit]),
.gform_wrapper textarea  {
    padding: 10px 20px!important;
	border-radius: 0px !important;
	border: 1px solid var(--mv-white) !important;
	background-color: var(--mv-white) !important;
	line-height: 1 !important;
	margin: 0px!important;
	box-shadow: 0px 3px 6px #00000015 !important;
}

.gform_wrapper textarea {
	resize: none !important;
}

.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 96px !important;
}
/* AFSTAND TUSSEN VELDEN */

.gform_wrapper.gravity-theme .gform_fields {
    align-items: end !important;
}

.gfield {
    margin:15px 0px 0px!important;
    padding:0px!important
}

.gfield label,
.gform_wrapper.gravity-theme legend {
    font-size: 17px!important;
    line-height: 17px!important;
    margin: 0 0 15px 0!important;
    font-weight: 400 !important;
    letter-spacing: initial;
}

input,
select {
	padding: 10px 15px !important;
}


/************************* STOCK VALIDATION & FORM SETTINGS *****************/
.woocommerce select {
	padding:0 10px!important;
}

.ginput_container {
    margin: 0px!important;
    padding: 0px!important
}

.gform_wrapper .gform_footer .gform_button {
    margin-top: 20px!important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
    display: none !important;
}

/******* FOCUS **********/
.gform_wrapper input:not([type=submit]):focus,
.gform_wrapper textarea:focus {
    border: 1px solid var(--primary) !important;
	box-shadow: none !important;
}

/******************** VALIDATIE **************************/

					/* VALID */

/* border van kleine velden validatie */
.gform_wrapper input:not([type=submit]).valid,
    .gform_wrapper textarea.valid, 
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
    .woocommerce-input-wrapper input[type=email].valid,
	.woocommerce-input-wrapper textarea.valid {
        border: 1px solid #56c92a !important;
        position: relative;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath fill='none' d='M0 0h40v40H0z'/%3E%3Cpath fill='%2300b170' d='M13.6 34.24l-13-13a2 2 0 010-2.83l2.8-2.8a2 2 0 012.84 0L15 24.33 33.76 5.6a2 2 0 012.83 0l2.8 2.8a2 2 0 010 2.84l-23 23a2 2 0 01-2.8 0z'/%3E%3C/svg%3E") !important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }

					/* ERROR */
/* border van kleine velden error */
    .gform_wrapper input:not([type=submit]).error,
    .gform_wrapper textarea.error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
    .woocommerce-input-wrapper input[type=email].error,
	.woocommerce-input-wrapper  textarea.error {
        border: 1px solid #EE2B2B !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath fill='none' d='M0 0h40v40H0z'/%3E%3Cpath fill='%23ee2b2b' d='M27.58 20L38.95 8.63a3.58 3.58 0 000-5.06l-2.52-2.52a3.58 3.58 0 00-5.06 0L20 12.42 8.63 1.05a3.58 3.58 0 00-5.06 0L1.05 3.57a3.58 3.58 0 000 5.06L12.42 20 1.05 31.37a3.58 3.58 0 000 5.06l2.52 2.52a3.58 3.58 0 005.06 0L20 27.58l11.37 11.37a3.58 3.58 0 005.06 0l2.52-2.52a3.58 3.58 0 000-5.06z'/%3E%3C/svg%3E") !important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }
/*error tekst onder het bericht*/
	.gform_wrapper label.error,
	html .woocommerce-input-wrapper label.errror {
		color: #cf361f!important;	
	}


/****************************************** HOME HERO SECTION ******************************************/
section.home-hero-section {
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: 50vh;
}

section.home-hero-section h1 {
    max-width: 1150px;
}

section.home-hero-section .elementor-widget-text-editor .elementor-widget-container {
    max-width: 600px;
}

section.home-hero-section .elementor-widget-image {
	right: -230px !important;
	pointer-events: none;
	bottom: -300px !important;
}

section.home-hero-section .elementor-widget-image img {
    max-height: 500px;
    object-fit: contain;
    width: auto;
}

@media screen and (max-width: 1366px) {
    section.home-hero-section .elementor-widget-image img {
        max-height: 400px;
    }
}

@media screen and (max-width: 1024px) {
    section.home-hero-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    section.home-hero-section .elementor-widget-image {
        right: -60px !important;
	    bottom: -200px !important;
    }

    section.home-hero-section .elementor-widget-image img {
        max-height: 200px;
    }
}

@media screen and (max-width: 767px) {
    section.home-hero-section {
        padding-top: 75px;
        padding-bottom: 75px;
        min-height: auto;
    }

}

/****************************************** REGULAR HERO SECTION ******************************************/
.hero-section {
    min-height: 40vh;
}

.hero-section .elementor-widget-wrap {
    max-width: 700px;
}

/****************************************** HERO CONTACT PAGE SECTION ****************************************/
.hero-contact::after {
    content: " ";
    width: 100%;
	height: 200px;
    bottom: 0;
	display: block;
	background: var(--tertiary);
	position: absolute;
}

.hero-contact .elementor-column:last-of-type .elementor-widget-wrap {
    max-width: 100%;
    border-radius: 20px;
	box-shadow: 0px 3px 6px #00000024;
	padding: 60px 80px;
    background: var(--mv-white);
    z-index: 5;
}

.hero-contact .gform_wrapper.gravity-theme .gform_footer input {
    margin-left: auto !important;
    margin-bottom: 0 !important;
}

.hero-contact .gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
    .hero-contact .elementor-column:first-of-type .elementor-widget-wrap {
        margin-bottom: 40px;
    }

    .hero-contact .elementor-column:last-of-type .elementor-widget-wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 550px;
        padding: 40px;
    }
}

/****************************************** HERO FORM SECTION ****************************************/
.hero-form .elementor-widget-image {
    z-index: 0;
	width: 100vw;
    left: calc((-100vw + 1500px) / 2) !important;
	top: -100px !important;
}

.hero-form .elementor-widget-image::before {
	content: " ";
	width: 100vw;
	height: 100%;
	background: var(--mv-light-blue);
    opacity: .9;
	display: block;
	position: absolute;
}

.hero-form .elementor-widget-image img {
    min-height: 60vh;
	object-fit: cover;
}

.hero-form .elementor-column:last-of-type .elementor-widget-wrap {
    max-width: 100%;
    border-radius: 20px;
	box-shadow: 0px 3px 6px #00000024;
	padding: 70px 100px;
    background: var(--mv-white);
    margin-left: 150px;
}

.hero-form .elementor-column:last-of-type .elementor-widget-heading {
    margin: 0 !important;
}

.hero-form .elementor-column:last-of-type::before {
    content: " ";
	display: block;
	position: absolute;
    height: 225px;
    width: 205px;
    z-index: 0;
	background-size: contain;
    bottom: 105px;
	left: 110px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='205' height='228' viewBox='0 0 205 228'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23006cb5'/%3E%3Cstop offset='1' stop-color='%23079381'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_141' data-name='Group 141' transform='translate(-160 -1316)'%3E%3Cpath id='Union_1' data-name='Union 1' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(160 1342)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_37' data-name='Union 37' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(268 1342)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_21' data-name='Union 21' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(214 1342)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_38' data-name='Union 38' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(322 1342)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_10' data-name='Union 10' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1316)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_39' data-name='Union 39' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1316)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_22' data-name='Union 22' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1316)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_40' data-name='Union 40' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1316)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_2' data-name='Union 2' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(160 1382)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_41' data-name='Union 41' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(268 1382)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_19' data-name='Union 19' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(214 1382)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_25' data-name='Union 25' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(322 1382)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_9' data-name='Union 9' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1356)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_26' data-name='Union 26' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1356)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_20' data-name='Union 20' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1356)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_27' data-name='Union 27' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1356)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_3' data-name='Union 3' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(160 1422)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_42' data-name='Union 42' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(268 1422)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_15' data-name='Union 15' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(214 1422)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_28' data-name='Union 28' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(322 1422)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_6' data-name='Union 6' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1396)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_29' data-name='Union 29' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1396)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_16' data-name='Union 16' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1396)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_30' data-name='Union 30' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1396)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_4' data-name='Union 4' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(160 1462)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_43' data-name='Union 43' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(268 1462)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_17' data-name='Union 17' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(214 1462)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_31' data-name='Union 31' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(322 1462)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_7' data-name='Union 7' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1436)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_32' data-name='Union 32' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1436)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_14' data-name='Union 14' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1436)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_33' data-name='Union 33' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1436)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_5' data-name='Union 5' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(160 1502)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_44' data-name='Union 44' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(268 1502)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_18' data-name='Union 18' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(214 1502)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_34' data-name='Union 34' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(322 1502)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_8' data-name='Union 8' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1476)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_35' data-name='Union 35' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1476)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_12' data-name='Union 12' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1476)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_23' data-name='Union 23' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1476)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_11' data-name='Union 11' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1516)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_36' data-name='Union 36' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1516)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_13' data-name='Union 13' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1516)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_24' data-name='Union 24' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1516)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-form .gfield_radio,
.hero-form .gfield_checkbox {
    display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px;
}

.hero-form .gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: fit-content;
    margin: 0 0 0 10px !important;
}

.hero-form .gform_wrapper.gravity-theme fieldset {
    display: flex;
    flex-direction: column;
}

.hero-form .gform_wrapper.gravity-theme fieldset legend {
    order: 1;
}

.hero-form #field_7_10 legend {
    font-size: 19px !important;
	font-weight: 800 !important;
	line-height: 24px !important;
}

.hero-form .gform_wrapper.gravity-theme fieldset .ginput_container {
    order: 3;
}

.hero-form .gform_wrapper.gravity-theme fieldset .gfield_description {
    order: 2;
    padding-top: 0 !important;
	margin-bottom: 20px;
}

.hero-form .gform_wrapper.gravity-theme .gfield_description {
    font-size: inherit !important;
}

.hero-form .gform_wrapper.gravity-theme textarea {
    font-size: inherit !important;
	line-height: inherit !important;
}

.hero-form .gform_wrapper.gravity-theme input {
    accent-color: var(--mv-orange) !important;
}

.hero-form .gform_wrapper.gravity-theme .gform_footer input {
    background: var(--mv-orange) !important;
}

.hero-form .gform_wrapper.gravity-theme .gform_footer input:hover {
    background: var(--primary) !important;
}

@media screen and (max-width: 1500px) {
    .hero-form .elementor-widget-image {
        left: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .hero-form .elementor-widget-image {
        left: calc((-100vw + 570px) / 2 ) !important;
    }
}

@media screen and (max-width: 1366px) {
    .hero-form .elementor-column:last-of-type .elementor-widget-wrap {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .hero-form .elementor-column:first-of-type .elementor-widget-wrap{
        margin: 0 auto 40px auto;
        max-width: 570px;
    }

    .hero-form .elementor-column:last-of-type .elementor-widget-wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 550px;
        padding: 40px;
    }
}

@media screen and (max-width: 570px) {
    .hero-form .elementor-widget-image {
        left: 0 !important;
    }
}


/****************************************** SPACING SECTION ******************************************/
.padding-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
	.padding-section {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}

@media screen and (max-width: 600px) {
	.padding-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.border-top-section {
    border-image: linear-gradient(90deg, rgba(0,106,184,1) 0%, rgba(13,149,129,1) 100%);
	border-image-slice: 1;
	border-top: solid 5px;
}

/****************************************** CONTENT SECTION ******************************************/
section.content-section .elementor-widget-image,
section.content-section .elementor-widget-image > div,
section.content-section .elementor-widget-image > div > img {
    height:100%;
}

section.content-section .elementor-widget-image > div > img {
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 5;
}

section.content-section .elementor-widget-image > div::before {
    content: " ";
	display: block;
	position: absolute;
    height: 225px;
    width: 200px;
    z-index: 3;
	background-size: contain;
	top: calc(50% - 112.5px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='205' height='228' viewBox='0 0 205 228'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23006cb5'/%3E%3Cstop offset='1' stop-color='%23079381'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_141' data-name='Group 141' transform='translate(-160 -1316)'%3E%3Cpath id='Union_1' data-name='Union 1' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(160 1342)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_37' data-name='Union 37' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(268 1342)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_21' data-name='Union 21' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(214 1342)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_38' data-name='Union 38' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(322 1342)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_10' data-name='Union 10' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1316)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_39' data-name='Union 39' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1316)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_22' data-name='Union 22' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1316)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_40' data-name='Union 40' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1316)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_2' data-name='Union 2' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(160 1382)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_41' data-name='Union 41' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(268 1382)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_19' data-name='Union 19' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(214 1382)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_25' data-name='Union 25' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(322 1382)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_9' data-name='Union 9' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1356)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_26' data-name='Union 26' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1356)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_20' data-name='Union 20' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1356)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_27' data-name='Union 27' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1356)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_3' data-name='Union 3' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(160 1422)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_42' data-name='Union 42' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(268 1422)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_15' data-name='Union 15' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(214 1422)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_28' data-name='Union 28' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(322 1422)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_6' data-name='Union 6' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1396)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_29' data-name='Union 29' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1396)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_16' data-name='Union 16' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1396)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_30' data-name='Union 30' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1396)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_4' data-name='Union 4' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(160 1462)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_43' data-name='Union 43' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(268 1462)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_17' data-name='Union 17' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(214 1462)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_31' data-name='Union 31' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(322 1462)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_7' data-name='Union 7' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1436)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_32' data-name='Union 32' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1436)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_14' data-name='Union 14' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1436)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_33' data-name='Union 33' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1436)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_5' data-name='Union 5' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(160 1502)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_44' data-name='Union 44' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(268 1502)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_18' data-name='Union 18' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(214 1502)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_34' data-name='Union 34' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(322 1502)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_8' data-name='Union 8' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1476)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_35' data-name='Union 35' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1476)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_12' data-name='Union 12' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1476)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_23' data-name='Union 23' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1476)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_11' data-name='Union 11' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(187 1516)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_36' data-name='Union 36' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(295 1516)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_13' data-name='Union 13' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(241 1516)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_24' data-name='Union 24' d='M0,20a7.963,7.963,0,0,1,.973-3.826L8,0l7.2,16.508A8,8,0,1,1,0,20Z' transform='translate(349 1516)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E");
}

section.content-section.text-img .elementor-widget-image > div::before {
	right: -36px
}

section.content-section.img-text .elementor-widget-image > div::before {
	left: -36px;
}

section.content-section.text-img .elementor-container {
    justify-content: flex-end
}

section.content-section.img-text .elementor-container {
    justify-content: flex-start
}

section.content-section.img-text .elementor-column:nth-child(2) {
    padding-left: 100px;
}

section.content-section.text-img .elementor-column:nth-child(1) {
    padding-right: 100px;
}

section.content-section.text-img .elementor-column:nth-child(2) .elementor-widget-wrap, 
section.content-section.img-text .elementor-column:nth-child(1) .elementor-widget-wrap {
	padding-left: 0;
	padding-right: 0;
}

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

    section.content-section.img-text .elementor-column:nth-child(2) {
        padding-left: 50px;
    }

    section.content-section.text-img .elementor-column:nth-child(1) {
        padding-right: 50px;
    } 

}

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

    section.content-section .elementor-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    section.content-section.text-img .elementor-container{
        flex-direction: column-reverse;
    }

    section.content-section .elementor-container .elementor-column {
        flex-basis: 100%;
        width: 100%;
    }

    section.content-section.img-text .elementor-column:nth-child(2) {
        padding-left: 0px;
    }

    section.content-section.text-img .elementor-column:nth-child(1) {
        padding-right: 0px;
    } 

    section.content-section.img-text .elementor-column:nth-child(2),
    section.content-section.text-img .elementor-column:nth-child(1) {
        max-width: 550px;
    }

    section.content-section.text-img .elementor-column:nth-child(2),
    section.content-section.img-text .elementor-column:nth-child(1) {
        max-width: calc(100% - 100px);
        max-height: 400px;
        padding-right: 0px;
        margin-bottom:  50px!important;
    }
	section.content-section .elementor-widget-image > div::before {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    section.content-section.text-img .elementor-column:nth-child(2),
    section.content-section.img-text .elementor-column:nth-child(1) {
        max-width: 100%;
        max-height: 400px;
        padding-right: 0px;
        margin-bottom:  50px!important;
    }
}

@media screen and (max-width: 650px) {
    
    section.content-section.text-img .elementor-column:nth-child(2),
    section.content-section.img-text .elementor-column:nth-child(1) {
        max-height: 250px;
        padding-right: 0px;
        margin-bottom:  25px!important;
    } 

    section.content-section.text-img .elementor-column:nth-child(2) img,
    section.content-section.img-text .elementor-column:nth-child(1) img{
        height: 250px;
    }
    
    section.content-section .elementor-widget-heading {
        margin-bottom: 10px;
    }
}
/************************************** CENTERED TEXT SECTION *************************************/

section.centered-text-section .elementor-column {
    max-width: 800px;
    margin: 0 auto;
}

section.centered-text-section .elementor-column p{
    max-width: 650px;
	margin: auto;
}

/****************************************** USP SECTION ******************************************/

section.usp-section h2 {
    margin-bottom: 50px!important;
}

section.usp-section .blocks-wrapper .elementor-container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 50px;
}

section.usp-section .blocks-wrapper .elementor-column {
    max-width: 450px;
    padding: 40px;
    background-color: var(--primary);
    color: var(--mv-white);
}

section.usp-section .elementor-button-link {
    margin-top: 50px;
}

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

    section.usp-section .blocks-wrapper .elementor-column {
        flex-basis: 100%;
    }
    
}
@media screen and (max-width: 600px) {
    section.usp-section h2 {
        margin-bottom: 25px!important;
    }

    section.usp-section .blocks-wrapper .elementor-column {
        padding: 15px;
        max-width: 350px;
    }

}

/****************************************** BIG INNER BLOCK SECTION ******************************************/


.big-inner-block > .elementor-container > .elementor-column > .elementor-widget-wrap {
    padding: 0 !important;
}

.big-inner-block > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-image {
    position: absolute;
	top: -100px;
	left: 0px;
	width: 100vw !important;
	max-width: 100vw;
}

.big-inner-block .elementor-inner-section {
    max-width: 1500px;
	margin: 120px auto 0 auto;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000024;
    padding: 50px;
}

.big-inner-block .elementor-inner-section .elementor-widget-wrap {
    max-width: 1135px;
    margin: auto;
}

@media screen and (max-width: 1520px) {
    .big-inner-block .elementor-inner-section {
        margin: 80px 10px 0 10px;
    }
}

@media screen and (max-width: 1366px) {
    .big-inner-block .elementor-inner-section {
        margin: 40px 10px 0 10px;
    }
}

@media screen and (max-width: 1024px) {
    .big-inner-block > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-image {
        top: -75px;
    }

    .big-inner-block .elementor-inner-section {
        margin: 0 10px 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .big-inner-block .elementor-inner-section {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 600px) {
    .big-inner-block > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-image {
        top: -50px;
    }
}

/****************************************** INFO BLOCK SECTION ******************************************/
.info-block .elementor-inner-section {
    border-radius: 20px;
	box-shadow: 0px 3px 6px #00000024;
	padding: 50px;
}

@media screen and (max-width: 1024px) {
    .info-block .elementor-inner-section {
        margin-top: 40px;
        padding: 40px;
    }
}

/****************************************** LOGO SLIDER SECTION ******************************************/

section.logo-slider-section img {
    max-height: 70px;
    margin: 0 auto;
	filter: grayscale(1);
	transition: all ease .2s;
}

section.logo-slider-section .swiper-slide:hover img {
	filter: grayscale(0);
}

/****************************************** BLOG WRAPPER ******************************************/

section.blog-wrapper h2 {
    margin-bottom: 40px!important;
}

section.blog-wrapper.blog-slider-section h2 {
    margin-bottom: 15px!important;
}

section.blog-wrapper .blog-thumb-section .blog-text-box {
    margin-bottom: 50px!important;
}

/****************************************** BLOG ARCHIVE SECTION ******************************************/

section.blog-archive-section .ecs-posts {
    grid-row-gap: 75px;
}

section.blog-archive-section .ecs-posts  .ast-article-single, 
section.blog-archive-section .ecs-posts  .blog-thumb-section,
section.blog-archive-section .ecs-posts  .blog-thumb-section  .elementor-container {
	height: 100%;
}

section.blog-archive-section .ecs-posts article {
    margin-bottom: 50px!important;
}

/**** NAVIGATION ****/

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers {
	background: var(--secondary);
	color: var(--mv-white);
	padding: 10px 20px;
	border-radius: 10px;
	transition: all ease .2s;
	will-change: auto;
}

section.blog-archive-section .elementor-element .elementor-pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.current,
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers:hover {
	background: var(--primary);
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.prev,
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.next {
	background: var(--primary);
	padding: 10px 20px;
	border-radius: 10px;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.prev:hover,
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.next:hover {
	background: var(--secondary);
}

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

    section.blog-archive-section .ecs-posts {
        grid-row-gap: 50px;
        grid-template-columns: repeat(2,1fr);
    }

}

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

    section.blog-archive-section .ecs-posts {
        grid-template-columns: repeat(1,1fr);
    }

}
/****************************************** BLOG THUMB ******************************************/
/*** OVERLAYING LINK ***/
section.blog-thumb-section .column-url,
section.blog-thumb-section .column-url *{
	position:absolute;
	height:100%;
	width:100%;
    top: 0;
    left: 0;
    z-index:2;
	opacity:0;
}

/*** ACTUAL SECTION ***/
.blog-thumb-section {
	background: var(--mv-white);
	border-radius: 40px;
	overflow: hidden;
}

.blog-thumb-section .blog-thumb-content {
	padding: 40px;
}

.blog-thumb-section .blog-thumb-content  .elementor-widget-wrap {
	gap: 10px;
}

.blog-thumb-section .elementor-element .elementor-button-info .elementor-button-link {
	padding: 0 !important;
}

.blog-thumb-section:hover .elementor-element .elementor-button-info .elementor-button-link::after {
	width: 100%;
}

.blog-thumb-section .elementor-widget-image {
	overflow: hidden;
}

.blog-thumb-section .elementor-widget-image img {
	transition: all ease .3s;
	will-change: auto;
}

.blog-thumb-section:hover .elementor-widget-image img {
	transform: scale(1.1);
	transform-origin: center;
}

/***************************************** BLOG SINGLE PAGE ************************************/

.post-header h1 {
    color:var(--mv-white);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.post-content h2 {
    margin-bottom: 15px;
}

.blog-navigation {
    margin-bottom: 75px;
}

.blog-navigation .elementor-post-navigation__link {
    padding: 25px;
    background-color: var(--primary);
    transition: background-color 500ms;
    will-change: backgroud-color;
}

.blog-navigation .elementor-post-navigation__link span {
    color:var(--mv-white);
    font-weight: 700;
}

.blog-navigation .elementor-post-navigation__link span span:first-child {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}

.blog-navigation .elementor-post-navigation__link span span:last-child {
    font-size: 20px;
    line-height: 25px;
}

.blog-navigation .elementor-post-navigation__link:hover {
    background-color: var(--secondary);
}

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

    .post-header h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .post-content {
        padding: 50px 0px;

    }
}

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

    .post-header h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .post-content {
        padding: 25px 0px;
    }

    .blog-navigation .elementor-post-navigation__link span span:first-child {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .blog-navigation .elementor-post-navigation__link span span:last-child {
        font-size: 14px;
        line-height: 17px;
    }

    .blog-navigation .elementor-post-navigation__link {
        padding: 10px;
    }

    .post-navigation__arrow-wrapper {
        display: none;
    }

}
/***************************************** CONTACT WRAPPER ************************************/

section.contact-wrapper .elementor-container .gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end;
}

section.contact-wrapper .elementor-container .elementor-column:last-of-type .elementor-widget-wrap {
    padding-left: 100px;
}

@media screen and (max-width: 1024px) {
    section.contact-wrapper .elementor-container .elementor-column:last-of-type .elementor-widget-wrap {
        padding-left: 10px;
    }

    section.contact-wrapper .elementor-container .elementor-column .elementor-widget-wrap {
        max-width: 550px;
        margin: auto;
    }
}

/****************************************** QUOTE SECTION ******************************************/

section.quote-section p {
    position: relative;
    max-width: 900px;
    margin: 0 auto!important;
    font-size: 50px;
    line-height: 60px;
    color:var(--mv-black)!important;
    font-weight: 700;
}

section.quote-section p:before,
section.quote-section p:after{
    content:'"';
    display: inline-flex;
    position: absolute;
    font-size: 150px;
    color:var(--secondary);
    font-weight: 700;
    z-index: -1;
    opacity: 0.7;
}

section.quote-section p:before {
    top: -20px;
    left: -55px;
}

section.quote-section p:after {
    bottom: -50px;
    right: -55px;
}

section.quote-section span {
    font-size: 30px;
    line-height: 45px;
    color:var(--primary)!important;
    font-weight: 800;
}

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

    section.quote-section p {
        padding: 25px 0px;
        font-size: 40px;
        line-height: 50px;
    }

    section.quote-section p:before,
    section.quote-section p:after{
        font-size: 120px;
    }

    section.quote-section p:before {
        top: 0px;
        left: -20px;
    }

    section.quote-section p:after {
        bottom: -20px;
        right: -20px;
    }

}

@media screen and (max-width: 950px) {
    section.quote-section p:before {
        left: 0;
    }

    section.quote-section p:after {
		right: 0;
	}
      
}

@media screen and (max-width: 550px) {
    
    section.quote-section p {
        padding: 15px 0px;
        font-size: 30px;
        line-height: 35px;
    }

    section.quote-section p:before,
    section.quote-section p:after{
        font-size: 100px;
    }

    section.quote-section p:before {
        top: 0px;
        left: 0;
    }

    section.quote-section p:after {
        bottom: -20px;
        right: 0;
    }

    section.quote-section span {
        font-size: 25px;
        line-height: 30px;
    }

}

/****************************************** FAQ SECTION ******************************************/

section.faq-section .elementor-widget-heading {
    margin-bottom: 40px;
}

section.faq-section .elementor-column {
    max-width: 750px;
    margin: 0 auto!important;
}

section.faq-section .elementor-tab-title {
    padding: 15px 30px!important;
}

section.faq-section .elementor-accordion-title {
    line-height: 20px;
}

section.faq-section .elementor-accordion-title::after {
    content: '';
    display: inline-flex;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 20px;
    transform: rotate(270deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)'/%3E%3C/svg%3E") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 500ms;
    will-change: transform;
}

section.faq-section .elementor-active .elementor-accordion-title::after {
    transform: rotate(90deg);
}

section.faq-section .elementor-accordion .elementor-tab-content,
section.faq-section .elementor-tab-title,
section.faq-section .elementor-accordion-item {
    border: none!important;
}

section.faq-section .elementor-tab-title {
    border-radius: 40px;
}

section.faq-section .elementor-tab-content {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

section.faq-section .elementor-accordion-item  {
    margin-bottom: 15px;
}

/****************************************** CONTACT FOOTER SECTION ******************************************/

section.contact-footer-section .elementor-column > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:50px
}

section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box {
    max-width: 400px;
    flex-basis: 30%;
    border-radius: 25px;
}

section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box h3 {
    margin-bottom: 10px;
    color:var(--mv-white);
    font-weight: 700;
}

section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box p,
section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box a,
section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box .adres-container span {
    font-size: 15px;
    line-height: 20px;
    color:var(--mv-white);
    transition: color 500ms;
    will-change: color;
}

section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box a:hover {
    color:var(--secondary)
}

section.contact-footer-section .tel-container  .img-link,
section.contact-footer-section .mail-container .img-link {
    display: none;
}

@media screen and (max-width: 600px) {
    
    section.contact-footer-section .elementor-column > div {
        gap:25px
    }

    section.contact-footer-section .elementor-container .elementor-widget-icon-box{
        flex-basis: 100%!important;
        max-width: 350px!important;
        margin-bottom: 0px!important;
    }

}
/****************************************** REVIEW SECTION ******************************************/

section.review-section .elementor-main-swiper {
    overflow: visible;
}

section.review-section .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
    padding: 25px;
    color: var(--mv-black);
    height: 100%;
}

section.review-section .elementor-testimonial__header,
section.review-section .elementor-testimonial__name,
section.review-section .elementor-widget-reviews .swiper-slide{
    border:none!important;
    color:var(--mv-black)!important
}

section.review-section .elementor-testimonial__content {
    height: 100%;
}

section.review-section .swiper-slide {
    margin-right: 50px!important;
}

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

    section.review-section .swiper-slide {
        margin-right: 10px!important;
    }

}

/*********************************************** PAKKETTEN SECTION ****************************************/

section.pakketten-section .elementor-container {
    display: flex;
    justify-content: space-between;
    gap:50px;
    padding: 0px 15px;
}

section.pakketten-section .elementor-column {
    background-color: var(--primary);
    padding: 30px;
    border-radius: 25px;
}

section.pakketten-section .elementor-column  * {
    color:var(--mv-white);
}

section.pakketten-section .elementor-column h3 {
    margin-bottom: 25px;
}

section.pakketten-section .elementor-column span {
    display: block;
}

section.pakketten-section .elementor-column h3{
    text-align: center;
    font-weight: 700;
}

section.pakketten-section .elementor-column span {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
}

section.pakketten-section .elementor-column p {
    font-size: 15px;
    line-height: 20px;
}

section.pakketten-section .elementor-widget-text-editor {
    margin-bottom: 0px;
}

section.pakketten-section .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

    section.pakketten-section .elementor-container {
        justify-content: center;
        gap: 25px;
    }

    section.pakketten-section .elementor-column{
        flex-basis: 40%;
    }

}
@media screen and (max-width: 750px) {
    
    section.pakketten-section .elementor-column{
        flex-basis: 100%;
        max-width: 420px;
    }

}