.elementor-kit-9{--e-global-color-primary:#071100;--e-global-color-secondary:#9F4632;--e-global-color-text:#2E2E2E;--e-global-color-accent:#FFFFFF;--e-global-color-2f13412:#9F4632;--e-global-color-daa9fa9:#CD452A;--e-global-color-cb0c4a7:#7B7B7C;--e-global-typography-primary-font-family:"Cabin";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Pacifico";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:100;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Cabin";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-line-height:1.1em;--e-global-typography-7669257-font-family:"Cabin";--e-global-typography-7669257-font-size:25px;--e-global-typography-7669257-font-weight:600;--e-global-typography-7669257-text-transform:capitalize;--e-global-typography-7669257-line-height:1.2em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1380px;}.e-con{--container-max-width:1380px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:15px;--e-global-typography-7669257-font-size:23px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:15px;--e-global-typography-7669257-font-size:20px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden;
    background: #F8F5F1;
}

.cus-box-line-style1{
    position: relative;    
}

.cus-box-line-style1:after{
    position: absolute;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
    height: 1px;
    width: 0%;
    background: #9F4632;
    content: "";
    transition: .5s;
    z-index: 2;
}

.cus-box-style1:hover .cus-box-line-style1:after{
    width: 100%;
}

.cus-box-style1:hover .cus-box-icon-style1 .elementor-social-icon{
    background: #9F4632 !important;
    color: #fff !important;
}

.cus-box-icon-style1 .elementor-social-icon i{
    transition: .2s;
}

.cus-box-style1:hover .cus-box-icon-style1 .elementor-social-icon i{
    color: #fff !important;
}








@media screen and (max-width: 767px){
    .cus-btn a{
        min-width: 250px;
    }
}






/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */