/*
===============================================
	COMMON.CSS
	----------
	- This CSS file is same for all pages.
===============================================
*/

/* Resets */
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hidethis {
    display: none !important;
}

/* Scrollbar CSS */

/* width */
::-webkit-scrollbar {
    width: 5px;
    outline: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fafafa;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3C4043;
    border-radius: 40px;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #2067DA;
}

::selection {
    color: #fff;
    background: #2067DA;
}

/* Font Declarations */


@font-face {
    font-family: "agodasans";
    src: local("agodasans"), url("../fonts/agodasans-regular.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "agodasans";
    src: local("agodasans"), url("../fonts/agodasans-semibold.woff2") format("woff2");
    font-weight: 500;
}
  
@font-face {
    font-family: "agodasans";
    src: local("agodasans"), url("../fonts/agodasans-bold.woff2") format("woff2");
    font-weight: 700;
}

/* Default CSS */

body {
    position: relative;
    overflow-x: hidden;
    background: #ffffff !important;
	width: 100vw;
}

body, button, input, select, textarea, h1, h2, h3, h4, h5, p, a {
    font-family: "agodasans", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3C4043;
}

body .e-con,
body .e-con>.e-con-inner{
    row-gap: 0px;
}

body.stop-mouse-scroll {
    overflow: hidden;
}

.hidethis {
    display: none !important;
}

body .grid-container{
    max-width: 100%;
}

body .show-desktop{
    display: block;
}

body .show-mobile{
    display: none;
}

body .text-center{
    text-align: center;
}

/* Headings and default texts */

body .mega-main-heading h1,
body .mega-main-heading h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    color: #24262C;
}

body .mega-main-heading-2 h1,
body .mega-main-heading-2 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    color: #24262C;
}

body .main-heading h1,
body .main-heading h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 115%;
    margin-bottom: 20px;
    color: #24262C;
    margin-top: 0px;
}

body h2,
body .sub-heading h2,
body .sub-heading h1,
body .sub-heading span{
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #24262C;
    font-weight: 700;
    margin-top: 0px;
}

body h3,
body .sub-heading-2 h3,
body .sub-heading-2 h3 ul li,
body .sub-heading-2 h3  p{
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 15px;
    color: #24262C;
    margin-top: 0px;
}

body h4,
body .sub-heading-3 h4,
body .sub-heading-3 h4 ul li,
body .sub-heading-3 h4 p{
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 15px;
    color: #24262C;
    margin-top: 0px;
}

body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    color: #24262C;
}

body ul li,
body ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    color: #24262C;
    margin-bottom: 15px;
}

body .para-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    color: #24262C;
    font-weight: 400;
    margin-bottom: 20px;
}

body .small-text p {
    font-size: 15px;
    line-height: 180%;
    color: #24262C;
    font-weight: 400;
    margin-bottom: 15px;
}

body .smallest-text p {
    font-size: 14px;
    line-height: 170%;
    color: #24262C;
    font-weight: 400;
    margin-bottom: 15px;
}

body strong {
    color: #24262C;
    font-weight: 700;
}

body .green-text,
body .green-text p,
body .green-text p > *,
body .green-text h1,
body .green-text h2,
body .green-text h3,
body .green-text h4,
body .green-text strong{
    color: #28871C;
}

body .green2-text,
body .green2-text p,
body .green2-text p > *,
body .green2-text h1,
body .green2-text h2,
body .green2-text h3,
body .green2-text h4,
body .green2-text strong{
    color: #00BAB3;
}
body .white-text,
body .white-text p,
body .white-text p > *,
body .white-text h1,
body .white-text h2,
body .white-text h3,
body .white-text h4,
body .white-text strong{
    color: #fff;
}

body .grey-text,
body .grey-text p,
body .grey-text p > *,
body .grey-text h1,
body .grey-text h2,
body .grey-text h3,
body .grey-text h4,
body .grey-text strong{
    color: #A3A3A3;
}

body .page-content a{
    display: inline;
    color: #24262C;
    /* border-bottom: 1px solid #24262C; */
    text-decoration: underline;
    line-height: 100%;
}

body .font-normal h1,
body .font-normal h2,
body .font-normal h3,
body .font-normal p{
    font-weight: 400;
}

body .font-normal strong{
    font-weight: 700;
}

/* Header CSS */

header.elementor-location-header {
    display: flex !important;
    justify-content: center !important;
    max-width: 100% !important;
    box-shadow: 0px 4px 40px 0px #0000001A !important;
}

header.elementor-location-header > div{
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    min-height: 90px;
    z-index: 100 !important;
}

header.elementor-location-header > div:before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px #0000001A !important;
    transform: translateX(-50%);
}

header.elementor-location-header .elementor-widget-theme-site-logo img{
    height: 40px !important;
}

header.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item{
    font-size: 16px;
    font-family: "agodasans", sans-serif !important;
    font-weight: 400;
    color: #24262C !important;
}

header.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item.elementor-item-active{
    font-weight: 700;
}

header.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item.elementor-item-active:after{
    display: none;
}

/* Language Switcher CSS */

body header .header-language-options{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 44px; */
	/* width: 44px; */
	/* border: 1px solid #3171D9; */
	border-radius: 50%;
	margin-left: 10px;
	cursor: pointer;
}

body header .header-language-options{
	padding: 5px;
}

body header .header-language-options > img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

body header .header-language-options .current-language .wpml-ls-statics-footer{
	margin-bottom: 0px;
	padding: 0px;
	border: none;
}

body header .header-language-options .current-language ul li{
	display: none;
}

body header .header-language-options .current-language ul li.wpml-ls-current-language{
	display: flex;
	padding: 0;
	pointer-events: none;
	align-items: center;
	justify-content: center;
	/* height: 30px; */
	/* width: 42px; */
	/* background: #2067DA29; */
	font-weight: 700;
	padding: 6px 12px;
	border-radius: 6px;
	font-weight: 700;
    color: #2067DA;
    border: 1px solid #2067DA;
    pointer-events: none;
}

body header .header-language-options .current-language ul li.wpml-ls-current-language a{
	pointer-events: none;
	padding: 0 !important;
	display: flex;
	padding: 0px;
	pointer-events: none;
	align-items: center;
	justify-content: center;
	color: #2067DA;
}

body header .header-language-options .current-language ul li.wpml-ls-current-language a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	height: 28px;
	width: 41px;
	border: 1px solid #f2ebeb;
}

body header .header-language-options .current-language ul li.wpml-ls-current-language a span{
	/* display: none; */
	width: fit-content;
}

/* Footer Language CSS */

body .language-popup .popup-inner{
	max-width: 720px;
}

body .language-popup .popup-heading h2{
	border-bottom: 1px solid #C1CBE0;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

body .footer-language-options .wpml-ls-statics-footer ul{
	position: relative;
	left: 0px;
	display: flex;
	text-align: left;
	width: calc(100% + 0px);
	flex-wrap: wrap;
}

body .footer-language-options .wpml-ls-statics-footer ul li{
	position: relative;
	width: calc(33.33% - 4px);
	height: 100%;
	margin: 2px;
}

body .footer-language-options .wpml-ls-statics-footer ul li .wpml-ls-display{
	/* display: none; */
	font-size: 14px;
}

body .footer-language-options .wpml-ls-statics-footer ul li a{
	position: relative;
	display: block;
	border: 1px solid #e3e3e3;
	padding: 10px 14px;
	border-radius: 5px;
	color: #24262C;
	width: 100%;
	text-align: center;
}

body .footer-language-options .wpml-ls-statics-footer ul li a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	height: 26px;
	width: 32px;
}

body .footer-language-options .wpml-ls-statics-footer ul li a:hover{
	border: 1px solid #C1CBE0;
}

body .footer-language-options .wpml-ls-statics-footer ul li.wpml-ls-current-language a{
	font-weight: 700;
	color: #2067DA;
	border: 1px solid #2067DA;
	pointer-events: none;
}

body .footer-language-options .wpml-ls-statics-footer ul li:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 10px;
	height: 20px;
	width: 20px;
	/* background: url('../../../../../wp-content/uploads/2025/02/tick.svg') center/contain no-repeat; */
	transform: translateY(-50%);
	opacity: 0;
	display: none;
}

body .footer-language-options .wpml-ls-statics-footer ul li.wpml-ls-current-language:before{
	opacity: 1;
}

body .footer-language-options .current-language .wpml-ls-statics-footer ul li{
	display: none;
}

body .footer-language-options .current-language .wpml-ls-statics-footer ul li.wpml-ls-current-language{
	display: block;
}

body .footer-language-options .language-heading p{
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

body .footer-language-options .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
	margin-bottom: 0px;
	padding: 0px;
}

body .footer-language-options .language-options > .wpml-ls-statics-footer{
	max-height: 370px;
	margin-bottom: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
}

body .footer-language-options .wpml-ls-statics-footer ul li .wpml-ls-native{
	font-size: 14px;
}

/* Footer CSS */

body footer > div{
	padding-left: 15px !important;
	padding-right: 15px !important;
}

body footer .para-text p {
    line-height: 190%;
}

/* Main CTA CSS */

body .main-cta a,
body form input[type="submit"]{
    position: relative;
    display: inline-block;
    background: #2067DA !important;
    font-size: 16px;
    font-weight: 700 !important;
    color: #fff;
    border-radius: 30px !important;
    padding: 16px 30px !important;
    line-height: 100%;
    min-width: 160px;
    text-align: center;
    text-decoration: none;
}

body .main-cta.download-cta span{
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
}

body .main-cta span svg{
    display: inline-flex;
    align-items: center;
    max-height: 14px;
    margin-right: 7px;
}

body .main-cta.small-cta a{
    font-size: 14px !important;
    padding: 10px 20px !important;
}

body .main-cta.other-cta a{
    background: #2067DA29 !important;
    color: #2067DA;
}

body .main-cta.other-cta.active a{
    background: #2067DA !important;
    color: #fff;
}

body .main-cta.white-cta a{
    background: #ffffff;
}

body .main-cta a:hover,
body form input[type="submit"]:hover,
body .main-cta.other-cta.active a:hover{
    background: #24262C !important;
    color: #FFFFFF !important;
}

body .main-cta.go-back span svg path{
    fill: #2067DA;
}

body .main-cta a:hover span svg path{
    fill: #FFF;
}

body #main .align-center{
    align-items: center !important;
}

body #main .text-uppercase,
body .text-uppercase{
    text-transform: uppercase;
}

body #main .text-center{
    display: block;
    text-align: center;
}

body .cta-container{
    display: flex;
    flex-wrap: wrap;
}

body .cta-container .main-cta{
    margin-right: 20px;
}

/* Gravity Form CSS */

body .gform_wrapper .gform_fields .gfield{
    position: relative;
}

body .gform-theme--foundation .gform_fields{
    row-gap: 20px;
}

body .page-content .validation_message{
    position: absolute;
    bottom: -15px;
    display: inline-block;
    font-size: 14px;
    width: auto;
    padding: 3px 10px;
    margin: 0;
    line-height: 100%;
    border: none;
    color: #ff5252;
    box-shadow: none;
    background: #FFF;
    border: 1px solid #9F9F9F;
    border-left: 2px solid #ff5252;
}

body .page-content .gform_wrapper .gfield_error [aria-invalid=true]{
    border-color: #9F9F9F;
}

body .page-content .gform_wrapper .gform_validation_errors{
    display: none;
}

body .page-content .gform_body input,
body .page-content .gform_body textarea{
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #24262C;
    border-radius: 28px;
    border-color: #9F9F9F;
    min-height: 50px;
    padding: 6px 20px;
    box-shadow: none;
}

body .page-content .gform_body select{
    font-size: 16px;
    font-weight: 400;
    color: #24262C;
    border-radius: 28px;
    border-color: #9F9F9F;
    min-height: 50px;
    padding: 6px 20px;
    box-shadow: none;
}

body .page-content .gform_body input::placeholder,
body .page-content .gform_body textarea::placeholder,
body .page-content .gform_body select::placeholder{
    color: #9F9F9F;
}

body .page-content .gform_body textarea{
    padding: 12px 20px;
}

body .page-content .gform_confirmation_message{
    font-size: 18px;
    font-weight: 700;
    max-width: 360px;
    color: #11632D;
    background: #ffffff;
    padding: 8px 20px;
    border-left: 4px solid #E2DF22;
    line-height: 140%;
}

body .page-content .gform_required_legend,
body .page-content .gform_body label,
body .page-content .gform_body legend{
    display: none;
}

body .page-content .gfield_required{
    display: none;
}

body .page-content .gform_footer input[type="submit"]{
    width: 100% !important;
}

/* Page Section CSS */

body #content .custom-page-section > div{
    max-width: 1240px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

body #content .custom-page-section.full-width > div{
    max-width: 100%;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

body #content .custom-page-section.full-width{
    padding-left: 0px;
    padding-right: 0px;
}

/* Smaller Screen Desktops */
@media only screen and (max-width: 1280px) {
    
}

/* Mid Large Screen Desktops */
@media only screen and (min-width: 1440px) {

}

/* Large Screen Desktops */
@media only screen and (min-width: 1920px) {
    
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    body .show-desktop{
        display: none;
    }
    
    body .show-mobile{
        display: block;
    }

    body .mega-main-heading h1,
    body .mega-main-heading h2 {
        font-size: 40px;
    }

    body .mega-main-heading-2 h1,
    body .mega-main-heading-2 h2 {
        font-size: 30px;
    }

    body .main-heading h1,
    body .main-heading h2{
        font-size: 28px;
    }

    body .main-heading-2 h2{
        font-size: 26px;
    }

    body h2, body .sub-heading h2, body .sub-heading h1, body .sub-heading span{
        font-size: 22px;
    }

    body h3, body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li{
        font-size: 20px;
    }

	body p,
	body ul li,
	body ol li,
	body .para-text p{
		font-size: 15px;
	}

	/* Footer CSS */

	body .footer-social-icons{
		margin-top: 80px;
		margin-bottom: 60px !important;
		min-width: 100%;
	}

	body .footer-social-icons .elementor-grid{
		display: flex;
		flex-wrap: wrap;
	}

	body .footer-social-icons .elementor-grid .elementor-grid-item{
		display: flex;
	}

	body .footer-social-icons .elementor-social-icon svg{
		min-height: 38px;
		width: 38px;
	}

	body .footer-social-icons .elementor-social-icon{
		height: 38px;
		width: 38px;
		margin: 0px;
	}

	/* Footer Language CSS */
	
	body .footer-language-options .wpml-ls-statics-footer ul li{
		width: calc(50% - 10px);
	}

	body .footer-language-options .wpml-ls-statics-footer ul li:before{
		left: 10px;
		height: 15px;
		width: 15px;
		display: none;
	}

	/* Page Section CSS */

	body #content .custom-page-section > div{
	    max-width: 100vw;
	    overflow: hidden;
	}

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    body .show-desktop{
        display: none;
    }
    
    body .show-mobile{
        display: block;
    }

    body .site-header .header-image{
        max-width: 140px;
    }

    body header.site-header .inside-header{
        padding: 10px 0;
    }

    body header.site-header .main-navigation .main-nav ul{
        display: flex;
        justify-content: flex-end;
    }

    body header.site-header .main-cta.header-cta{
        margin-left: 0px;
    }

    body header.site-header .main-cta.header-cta{
        text-align: center;
    }

    body header.site-header .main-cta.header-cta a{
        display: inline-block;
    }

    body header.site-header .icon-menu-bars svg{
        fill: #FFFFFF;
        height: 25px;
        width: 25px;
    }

    body header.site-header .icon-arrow svg{
        fill: #FFFFFF;
        height: 25px;
        width: 25px;
    }

    body .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a{
        color: #E2DF22;
    }

    body .custom-page-section:not(.full-width-section).grid-width{
        padding: 0 60px;
    }
    
    body .custom-page-section:not(.full-width-section).large-grid-width{
        padding: 0 20px;
    }
}

/* Mobile Devices */
@media only screen and (max-width: 765px) {

    body .show-desktop{
        display: none;
    }
    
    body .show-mobile{
        display: block;
    }

    body .mega-main-heading h1,
    body .mega-main-heading h2 {
        font-size: 40px;
    }

    body .mega-main-heading-2 h1,
    body .mega-main-heading-2 h2 {
        font-size: 30px;
    }

    body .main-heading h1,
    body .main-heading h2{
        font-size: 28px;
    }

    body .main-heading-2 h2{
        font-size: 26px;
    }

    body h2, body .sub-heading h2, body .sub-heading h1, body .sub-heading span{
        font-size: 22px;
    }

    body h3, body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li{
        font-size: 20px;
    }

	body p,
	body ul li,
	body ol li,
	body .para-text p{
		font-size: 15px;
	}

	/* Header CSS */

	header.elementor-location-header .elementor-widget-theme-site-logo img{
		min-width: 150px;
	}

	body header .header-language-options{
		margin-left: 0px;
	}

    body header .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{
		background-color: #EFF4FC !important;
		box-shadow: 0px 2x 10px rgba(0,0,0, 0.5);
	}

	body header .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown a{
		padding: 20px 15px !important;
		font-size: 15px !important;
	}

	body header .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown a.elementor-item-active{
		background: #FFF !important;
		font-weight: 700 !important;
	}

	body header .header-language-options .current-language ul li.wpml-ls-current-language{
		font-size: 11px;
	}

	/* Main CTA CSS */

	body .main-cta a, body form input[type="submit"]{
		font-size: 15px;
		width: 100% !important;
		display: flex;
		justify-content: center;
	}

	body .cta-container{
		flex-wrap: wrap;
	}

	body .cta-container .main-cta a{
		margin-bottom: 10px;
	}

	body .cta-container .main-cta{
		width: 100%;
		margin-right: 0px;
	}

	/* Footer CSS */

	body .footer-social-icons{
		margin-top: 80px;
		margin-bottom: 60px !important;
		min-width: 100%;
	}

	body .footer-social-icons .elementor-grid{
		display: flex;
		flex-wrap: wrap;
	}

	body .footer-social-icons .elementor-grid .elementor-grid-item{
		display: flex;
	}

	body .footer-social-icons .elementor-social-icon svg{
		min-height: 38px;
		width: 38px;
	}

	body .footer-social-icons .elementor-social-icon{
		height: 38px;
		width: 38px;
		margin: 0px;
	}

	/* Footer Language CSS */
	
	body .footer-language-options .wpml-ls-statics-footer ul li{
		width: calc(50% - 10px);
	}

	body .footer-language-options .wpml-ls-statics-footer ul li:before{
		left: 10px;
		height: 15px;
		width: 15px;
		display: none;
	}

	body .footer-language-options .wpml-ls-statics-footer ul li .wpml-ls-native{
		font-size: 12px;
	}

	/* Page Section CSS */

	body #content .custom-page-section > div{
	    max-width: 100vw;
	    overflow: hidden;
	}
}