/* Header */
#sp-header {
    margin-bottom: -150px;
    background: transparent;
    box-shadow: none;
    height:150px;
}
#sp-header.header-sticky {
    margin-bottom: -80px;
    background: linear-gradient(45deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 40%));
    box-shadow: none;
    height:80px;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px)
}
#sp-header .logo{
    height:150px;
}
#sp-header.header-sticky .logo{
    height:80px;
}
#sp-header .logo-image{
    height: 120px;
    width:auto;
}
#sp-header.header-sticky .logo-image{
    height: 65px;
    width:auto;
}

.sticky-header-placeholder {
    height: 0 !important;
}

.sp-megamenu-parent>li:last-child {
    margin-left: 15px;
}

#sp-menu .sp-megamenu-parent li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height:1.56;
    transition:0.5s;
}

#sp-menu .sp-megamenu-parent li.active a{
    color:#fea517;
}

#sp-menu .sp-megamenu-parent li.active a.menu-contact{
    color:#ffffff;
}


#sp-menu .sp-megamenu-parent li a:hover,
#sp-menu .sp-megamenu-parent li a:focus{
    scale:0.98;
    filter:brightness(0.7);
}

#sp-menu .sp-megamenu-parent li a.menu-contact{
    background:#f11c14;
    padding:10px 20px;
}

#sp-menu .sp-megamenu-parent li.active a:active{
    color:#fff;
}

@media (max-width:1200px){
    #sp-header {
        height:150px;
        margin-bottom: -150px;
        background: transparent;
        box-shadow: none;
    }
    #sp-header .logo{
        height:150px;
    }
    #sp-header .logo-image{
        height:100px;
        width:auto;
    }
    #sp-menu .sp-megamenu-parent li a {
        font-size: 14px;
    }
    #sp-menu .sp-megamenu-parent li a.menu-contact{
        padding:5px 10px;
        margin-left:5px;
    }
    .sp-megamenu-parent>li:last-child {
        margin-left: 10px;
    }
}

@media (max-width:991px){
    #sp-header {
        height:120px;
        margin-bottom: -120px;
        background: transparent;
        box-shadow: none;
    }
    #sp-header .logo{
        height:120px;
    }
    #sp-header .logo-image{
        height:90px;
        width:auto;
    }
    #sp-header .burger-icon>span{
        background:#fff;
    }
}

@media (max-width:767px){
    #sp-header {
        height:100px;
        margin-bottom: -100px;
        background: transparent;
        box-shadow: none;
    }
    #sp-header .logo{
        height:100px;
    }
    #sp-header .logo-image{
        height:80px;
        width:auto;
    }
    #sp-header .burger-icon>span{
        background:#fff;
    }
}

.sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: 250px!important;
}
ul.sp-dropdown-items a {
    color: #000!important;
}
ul.sp-dropdown-items a:hover {
    color: #fda413!important;
}

/* Off-Canvas */
.d-flex.align-items-center.p-3.pt-4 {}

.offcanvas-menu .d-flex.align-items-center {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.offcanvas-menu .offcanvas-inner {
    padding: 0px;
}

.offcanvas-menu .offcanvas-inner .header-modules {
    margin-bottom: 0 !important;
}

.close-offcanvas {
    top: 40px !important;
    right: 20px !important;
}

.offcanvas-menu {
    background-image: linear-gradient(45deg, #fff5e5, #ffebea);
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    text-transform: uppercase;
    padding:15px 30px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a.menu-contact{
    background:#f11c14;
    color:#fff;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a{
    color:#f11c14;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a.menu-contact{
    color:#ffffff;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus, 
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover, 
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus{
    color:#fff;
    background:#f11c14;
}

.offcanvas-menu .offcanvas-inner ul.menu li a.menu-contact:hover,
.offcanvas-menu .offcanvas-inner ul.menu li a.menu-contact:focus{
    color:#ffffff !important;
}



/* Pagetitle */
.sp-page-title {
    padding: 250px 0 150px 0;
    text-align:center;
    background-position: 0% 50%;
    background-size:cover;
}
.sp-page-title li.float-start {
    display:none;
}
.sp-page-title .sp-page-title-heading{
    font-size:48px;
    text-transform:uppercase; 
}
.sp-page-title .breadcrumb{
    margin-top:15px;
    text-transform:uppercase;
    font-size:16px;
    justify-content:center;   
}
.breadcrumb-item+.breadcrumb-item::before{
    content:var(--bs-breadcrumb-divider, "|");
}

@media (max-width:1200px){
    .sp-page-title {
        padding: 200px 0 100px 0;
        text-align:center;
    }
    .sp-page-title .sp-page-title-heading{
        font-size:42px;
        text-transform:uppercase; 
    }
}

@media (max-width:991px){
    .sp-page-title {
        padding: 150px 0 75px 0;
        text-align:center;
        background-position: 10% 50%;
    }
    .sp-page-title .sp-page-title-heading{
        font-size:36px;
        text-transform:uppercase; 
    }
}

@media (max-width:767px){
    .sp-page-title {
        padding: 130px 0 60px 0;
        text-align:center;
        background-position: 0% 50%;
    }
    .sp-page-title .sp-page-title-heading{
        font-size:32px;
        text-transform:uppercase; 
    }
    .sp-page-title .breadcrumb{
        font-size:14px;
    }
}



/* Bottom and Footer */
#sp-bottom .sp-module .sp-module-title {
    text-transform: uppercase;
    color: #fea517;
    font-size: 20px;
}

#sp-bottom{
    padding:60px 0 0 0;
}

#sp-bottom1 img {
    width: 200px;
    height: auto;
}

#sp-footer, #sp-bottom{
    background:#fff;
    color:#333;
}

#sp-footer .container-inner{
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    text-align:center;
}

#sp-bottom2 .sp-module ul>li>a, 
#sp-bottom3 .sp-module ul>li>a
{
    text-transform:uppercase;
    color:#333;
    font-weight:400;
    font-size:16px;
}

#sp-bottom4 a, #sp-bottom5 a{
    color:#333;
    font-weight:400;
    font-size:16px;
}

#sp-bottom4 .sppb-media a,
#sp-bottom4 .sppb-media i,
#sp-bottom5 .sppb-media a,
#sp-bottom5 .sppb-media i{
    transition:0.5s;
}

#sp-bottom2 .sp-module ul>li:hover a, 
#sp-bottom3 .sp-module ul>li:hover a,
#sp-bottom4 .sppb-media:hover a,
#sp-bottom4 .sppb-media:hover i,
#sp-bottom5 .sppb-media:hover a,
#sp-bottom5 .sppb-media:hover i{
    color:#fea517;
}

#sp-bottom4 a:hover {
    color: #fea517 !important;
}

#sp-bottom2 .sp-module ul>li a:focus, 
#sp-bottom3 .sp-module ul>li a:focus,
#sp-bottom4 .sppb-media a:focus,
#sp-bottom4 .sppb-media i:focus,
#sp-bottom5 .sppb-media a:focus,
#sp-bottom5 .sppb-media i:focus{
    color:#fea517 !important;
}

#sp-bottom4 .sppb-row-column, #sp-bottom5 .sppb-row-column {
    padding: 0;
}

#sp-bottom4 .sppb-addon-feature, #sp-bottom5 .sppb-addon-feature{
    margin-bottom:20px;
}

#sp-bottom4 .sppb-feature-box-title, #sp-bottom5 .sppb-feature-box-title{
    font-size:16px;
    line-height:32px;
    font-weight:400;
}

#sp-bottom4 .sppb-icon i, #sp-bottom5 .sppb-icon i{
    font-size:18px !important;
    width:  18px  !important;
    color: #333;
}

#sp-footer .sp-copyright, #sp-footer .sp-copyright a{
    font-size:16px;
    font-weight:400;
    color:#333
}

@media (max-width:767px){
    #sp-bottom1 img {
        width: 150px;
        height: auto;
    }
    #sp-bottom2 .sp-module,
    #sp-bottom3 .sp-module,
    #sp-bottom4 .sp-module {
        padding-left: 15px;
    }
    #sp-bottom1,
    #sp-bottom2,
    #sp-bottom3 {
        margin-bottom:20px;
    }
    #sp-bottom4 .sppb-addon-feature{
        margin-bottom:10px;
    }
    #sp-bottom .sp-module .sp-module-title{
        margin-bottom:20px;
        font-size:16px;
    }
    #sp-bottom2 .sp-module ul>li>a, #sp-bottom3 .sp-module ul>li>a{
        font-size:14px;
    }
    #sp-bottom4 .sppb-feature-box-title{
        font-size:14px;
        line-height:32px;
        font-weight:400;
    }
    #sp-footer .container-inner{
        padding-bottom:80px;
    }
    #sp-footer .sp-copyright, #sp-footer .sp-copyright a{
        font-size:14px;
    }
    #sp-bottom4 a{
        font-size:14px;
    }
}



/* Scroll Up & Live Chat */
.sp-scroll-up {
    bottom: 25px;
    right: 90px;
}

.help-you-btn img {
    width: 50px !important;
}

.whatsappchat .popup-section .help-you-btn{
    width:50px !important;
}

.whatsappchat.is-bottom_right .popup-section .popup .popuptext::after{
    right:20px !important;
    border-color:#fff transparent transparent transparent !important;
}