/* START OF OVERALL */

/* Font */
.p-no-margin-bottom p {
    margin-bottom: 0 !important;
}
.title-style-001 h2 {
    background: linear-gradient(45deg, #243b7c, #27aae1);
    background: -webkit-linear-gradient(45deg, #243b7c, #27aae1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* Header */
#sp-header {
    background: linear-gradient(180deg, #243b7c, #27aae1);
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
    color:#fff;
    font-size:16px;
    line-height:1.56; 
}
.sp-megamenu-parent>li.active>a, 
.sp-megamenu-parent>li.active:hover>a,
.sp-megamenu-parent>li:hover>a{
    color:#98ba4c;
}

.burger-icon span {
    background-color: #fff;
}



/* Bottom */
#sp-bottom{
    background: linear-gradient(0deg, #243b7c, #27aae1);
}
#sp-bottom1 img {
    width: 180px;
    height: auto;
}
#sp-bottom4 .sppb-icons-group-list li {
    text-align: start;
}
#sp-bottom4 .sppb-row-container {
    padding: 0 !important;
}
#sp-bottom p,
#sp-bottom a{
    color:#fff;
}
#sp-bottom a:hover{
    color: #98ba4c;
}
#sp-bottom .sp-module .sp-module-title{
    letter-spacing:1px;
}

#sp-bottom4 .sppb-icons-group-list li {
    text-align: start;
    margin-bottom:20px !important;
}

#sp-bottom4 .sppb-icons-label-text{
    padding-left:15px;
}

#sp-bottom4 a{
    margin:0 !important;
}

#sp-bottom4 i{
    width:20px;
    text-align:center;
}



/* Footer */
#sp-footer{
    background:#243b7c;
}
#sp-footer .container-inner{
    padding:15px 0;
    border-top: 1px solid rgb(255 255 255 / 40%);
}
#sp-footer1 {
    text-align:center;
}
#sp-footer1 span,
#sp-footer1 a{
    color:#fff;
}



/* Livechat */
.sp-scroll-up {
    right: 100px;
    bottom: 30px;
}
.help-you-btn img {
    width: 50px !important;
    transform: scale(1.06) !important;
}
.whatsappchat .popup-section .help-you-btn{
    width:50px !important;
} 
.whatsappchat.is-bottom_right .popup-section .popup .popuptext::after{
    border-color: #fdfdfd transparent transparent transparent !important;
    right:20px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top{
    background: linear-gradient(45deg, #243b7c, #27aae1) !important;
}
.is-bottom_right{
    right: 25px !important;
}




/* Page Title */
.sp-page-title {
    height: 500px !important;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center right;
    position:relative !important;
    padding:0;
    z-index:1;
}

.sp-page-title:before{
    content:'';
    background:rgb(0 0 0 / 50%);
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:-1;
}

.sp-page-title .container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
}

.sp-page-title .sp-page-title-heading{
    font-size:60px !important;
    margin-bottom:30px;
}
.sp-page-title .sp-page-title-sub-heading{
    font-size:18px;
    font-family:'Poppins', sans-serif;
    margin-top:0;
    line-height:1.7;
}

@media (max-width:991px){
    .sp-page-title .sp-page-title-heading{
        font-size:50px !important;
    }
    .sp-page-title .sp-page-title-sub-heading{
        font-size:16px;
    }
    .sp-page-title {
        height: 400px !important;
        background-position:80% 50%;
    }
}
@media (max-width:767px){
    .sp-page-title .container {
        align-items:center;
    }
    .sp-page-title .sp-page-title-heading{
        font-size:40px !important;
        margin-bottom:15px;
    }
    .sp-page-title .sp-page-title-sub-heading{
        font-size:14px;
        text-align:center;
    }
    .sp-page-title {
        height: 300px !important;
        background-position:70% 50%;
    }
}



/* END OF OVERALL */