.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#2F2F2F;--e-global-color-text:#2F2F2F;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-0587a80-font-family:"Catamaran";--e-global-typography-0587a80-font-size:2em;--e-global-typography-0587a80-font-weight:600;--e-global-typography-0587a80-text-transform:capitalize;--e-global-typography-b03bdce-font-family:"Catamaran";--e-global-typography-b03bdce-font-size:2.7em;--e-global-typography-b03bdce-font-weight:600;--e-global-typography-b03bdce-text-transform:capitalize;--e-global-typography-b03bdce-line-height:53px;--e-global-typography-b03bdce-letter-spacing:0.5px;--e-global-typography-1d424bb-font-family:"Catamaran";--e-global-typography-1d424bb-font-size:14px;--e-global-typography-1d424bb-font-weight:700;--e-global-typography-1d424bb-text-transform:uppercase;--e-global-typography-1d424bb-letter-spacing:0.5px;--e-global-typography-1684292-font-family:"Gudea";--e-global-typography-1684292-font-size:18px;--e-global-typography-1684292-line-height:29px;--e-global-typography-52d48be-font-family:"Gudea";--e-global-typography-52d48be-font-size:18px;--e-global-typography-52d48be-font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1700px;}.e-con{--container-max-width:1700px;--container-default-padding-top:0px;--container-default-padding-right:100px;--container-default-padding-bottom:0px;--container-default-padding-left:100px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}.site-footer{padding-right:0px;padding-left:0px;}@media(max-width:990px){.elementor-kit-5{--e-global-typography-b03bdce-font-size:2.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:50px;--container-default-padding-bottom:0px;--container-default-padding-left:50px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:25px;--container-default-padding-bottom:0px;--container-default-padding-left:25px;}}/* Start custom CSS *//***
* Shrinking Sticky header, Elementor Container edition
* class: .sticky-header
*/
header.sticky-header.elementor-element {
	--header-height: 70px; 
	--shrink-header-to: 0.6; 
	--transition-timing: .45s cubic-bezier(.4, 0, .2, 1); /* values: .1s to 0.5s (or more), replace "cubic-bezier(.4, 0, .2, 1)" with "ease" if you need a simpler transition */
	background-color: #fff; 
	--min-height: var(--header-height);
	--transition: background-color var(--transition-timing),
					backdrop-filter var(--transition-timing),
					box-shadow var(--transition-timing),
					min-height var(--transition-timing);
}
header.sticky-header.e-container.elementor-element.elementor-sticky--effects {
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07); /* Delete this line if you don't want shadow on scroll */
	-webkit-backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
	backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
	--min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* class: .logo
*/
header.sticky-header .logo img,
header.sticky-header .logo.elementor-widget-theme-site-logo img,
header.sticky-header .logo .elementor-icon svg {
	--logo-height: 130px; /* This should be the original logo height _before_ being shrunk */
	--logo-shrink-to: 0.60; /* Shrinks logo to 80%, values: 0.10 to 1.00, where 1.00, as in 100%, won't shrink the logo */
	height: var(--logo-height);
	transition: height var(--transition-timing);
}
header.sticky-header.elementor-sticky--effects .logo img,
header.sticky-header.elementor-sticky--effects .logo.elementor-widget-theme-site-logo img,
header.sticky-header.elementor-sticky--effects .logo .elementor-icon svg {
	height: calc(var(--logo-height) * var(--logo-shrink-to));
}
header.sticky-header .logo .elementor-icon svg {
	width: auto;
}

/***
* Change menu font size on Scroll
*/
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
  font-size: 13px !important;
}

.e--pointer-double-line .elementor-item:after, nav.elementor-nav-menu--main.e--pointer-underline .elementor-item:after {
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    width: 0;
    margin-bottom: 30px !important;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
}

.elementor-sticky--effects nav.elementor-nav-menu--main.e--pointer-underline .elementor-item:after {
    bottom: -13px;    
}

nav.elementor-nav-menu--main.e--pointer-underline .logo .elementor-item:after {
    display: none;
}

.e--pointer-double-line .elementor-item:hover:after, nav.elementor-nav-menu--main.e--pointer-underline .elementor-item:hover:after, nav.elementor-nav-menu--main.e--pointer-underline .current-menu-item .elementor-item::after {
    width: 100%;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-55>a {
    justify-content: left;
    margin-right: 85%;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-58>a, .elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-59>a {
    justify-content: right;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-59>a {
        margin-left: 78%;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-58>a {
        margin-left: 64%;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-55 {
    width: 19%;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-59 {
    width: 0%;
}

/** view more button **/
.view-more-button .elementor-button {
        padding-left: 0;
        margin-top: 20px
}

.view-more-button .elementor-button-icon svg {
    width: 3.8em;
    
}
.view-more-button .elementor-button-icon {
    margin-top: -19px;
}

/** contact form **/
.contact-form .elementor-field-group label.elementor-field-label {
    order: 2;
    padding-top: 10px;
}
.contact-form .elementor-field-group input {
    order: 1;
}
.contact-form  textarea#form-field-message {
    border-width: 1px;
}
.contact-form .elementor-field-type-textarea {
    margin-top: 35px;
}
.contact-form .elementor-button[type="submit"] {
    flex-basis: fit-content;
}
.contact-form .elementor-field-group.elementor-field-type-submit {
    justify-content: flex-end;
}
.contact-form .elementor-button .elementor-align-icon-right {
        line-height: 0px;
}
.contact-form .elementor-button[type="submit"] span {
    justify-content: end;
}

@media (max-width: 1099px) {
    .elementor-nav-menu .logo {
        display: none;
    }
    .elementor-nav-menu {
        padding-bottom: 20px !important;
    }
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        left: 0 !important;
    }
    .view-more-button .elementor-button {
        padding-left: 0;
        margin-top: 0 !important;
    }
    .view-more-button .elementor-button-icon svg {
        width: 3em;
        
    }
    .view-more-button .elementor-button-icon {
        margin-top: -12px;
    }
}/* End custom CSS */