.elementor-kit-4{--e-global-color-primary:#012933;--e-global-color-secondary:#A8B1AF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#A59469;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Playfair Display";--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;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ------ TYPOGRAPHY ------ */
/*h1, h2, h3, h4, h5, h6, p{
    font-family: 'Montserrat', sans-serif;
}*/

h1 {
	font-size: 46px;
	line-height: 56px;
}
h2{
	font-size: 28px !important;
	line-height: 34px !important;
}
h3{
	font-size: 22px !important;
	line-height: 30px !important;
}
h4{
	font-size: 24px !important;
	line-height: 34px !important;
}
h5{
	font-size: 20px !important;
	line-height: 30px !important;
}
h6{
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    letter-spacing: 6px;
    text-transform: uppercase !important;
}
p{
	font-size: 16px !important;
	line-height: 26px !important;
}

@media only screen and (min-width: 768px) {
    
    h1 {
	    font-size: 82px;
    	line-height: 86px;
    }
    h2{
	    font-size: 42px !important;
	    line-height: 48px !important;
    }
    h3{
    	font-size: 28px !important;
    	line-height: 38px !important;
    }
    h4{
    	font-size: 24px !important;
    	line-height: 30px !important;
    }
    h5{
    	font-size: 20px !important;
    	line-height: 30px !important;
    }
    h6{
    	font-size: 18px !important;
    	line-height: 22px !important;
    	font-weight: 600 !important;
    	letter-spacing: 6px;
    	text-transform: uppercase !important;
    }
    p{
    	font-size: 18px !important;
    	line-height: 28px !important;
    }
}
@media only screen and (min-width: 1024px) {
    
    h1 {
	    font-size: 42px !important;
    	line-height: 86px;
    }
    h2{
	    font-size: 60px !important;
	    line-height: 66px !important;
	    letter-spacing: 2px;
    }
    h3{
    	font-size: 38px !important;
    	line-height: 52px !important;
    }
    h4{
    	font-size: 30px !important;
    	line-height: 42px !important;
    }
    h5{
    	font-size: 24px !important;
    	line-height: 34px !important;
    }
    h6{
    	font-size: 18px !important;
    	line-height: 22px !important;
    	font-weight: 600 !important;
    	letter-spacing: 6px;
    	text-transform: uppercase !important;
    }
    p{
    	font-size: 16px !important;
    	line-height: 26px !important;
    }
}

/* COLUMNS - To allow you to use 100% widths */
section > .elementor-container > .elementor-row{
    flex-wrap: wrap;
}

/* REMOVES DEFAULT PADDING FROM COLUMNS */

.elementor-element-populated{
    padding: 0 !important;
}


/* SECTION PADDING */

.section{
    padding: 48px 16px !important;
}
@media only screen and (min-width: 768px) {
    .section{
        padding: 72px 24px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .section{
        padding: 96px 0px !important;
    }
}


/* BUTTON STYLES */

.btn-primary .elementor-button{

font-style: normal;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #fff;
background:#DE5F28;
border-radius: 100px;
margin-top: 24px;
padding: 12px 48px !important;
}

.btn-primary .elementor-button:hover{
background: #F2804F;
}



/* IMAGE AND TEXT SECTION */

.img-text > .elementor-container > .elementor-row{
    justify-content: space-around;
}
.img-text .img-col,
.img-text .text-col{
    width: 100%;
}
.img-text .img-col{
    margin-top: 0px;
}
.img-text .text-col{
    margin-top: 24px;
}
.img-text .text-col h6{
    margin-bottom: -16px;
}

@media only screen and (min-width: 753px) {
    .img-text .img-col,
    .img-text .text-col{
        width: 40%;
    }
    .img-text .img-col{
        margin-top: 0px;
    }
    .img-text .text-col{
        margin-top: 0px;
    }
}

@media only screen and (min-width: 1024px) {
    .img-text .img-col,
    .img-text .text-col{
        width: 40%;
    }
}


/* TITLE AND TEXT SECTION */

.title-text > .elementor-container > .elementor-row{
    justify-content: space-around;
}
.title-text .text-col{
    margin-top: 24px;
}

@media only screen and (min-width: 753px) {
    .title-text > .elementor-container > .elementor-row{
        justify-content: space-around;
    }
    .title-text .title-col,
    .title-text .text-col{
        width: 40%;
        margin-top: 0;
    }
}


@media only screen and (min-width: 1024px) {
    .title-text > .elementor-container > .elementor-row{
        justify-content: space-around;
    }
    .title-text{
        padding: 200px 0 !important;
    }
    .title-text .title-col{
        width: 40%;
    }
    .title-text .text-col{
        width: 40%; 
    }
}

/* LARGE TITLE */


.large-title h2{
    font-size: 38px !important;
    line-height: 46px !important;
}
@media only screen and (min-width: 753px) {
    .large-title h2{
        font-size: 48px !important;
        line-height: 56px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .large-title h2{
        font-size: 68px !important;
        line-height: 76px !important;
    }
}/* End custom CSS */