.footer-centered .address p, .footer-centered h5, .footer-centered .copyright .text-start, .footer-centered .copyright .text-end, .footer-centered .terms-links a{
    color: #fff;
}
.header-area .main-nav .nav li a{
    color: #fff !important;
}
.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after, .header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after{
    background-color: #fff !important;
}
.header-area {
    background-color: #0D1B26 !important;
}
.footer-centered{
    background-color: #0D1B26;
}
@media (max-width:991px){
    
    .header-area .main-nav .buttons{
        position: absolute;
        right: 60px;
        top: 20px;
        display: inline-block !important;
    }

    .header-area .main-nav .menu-trigger{
        right: 16px !important;
    }
    .header-area .logo {
        margin-left: 16px !important;
    }
    .welcome-area.welcome-new .header-text .imgs .img-top{
        /* position: relative; */
        bottom: 0;
        width: 40% !important;
        left: 14%;
    }
    .welcome-area.welcome-new .header-text .imgs .img-bottom {
        position: absolute;
        left: auto;
        bottom: 35px;
        top: auto;
        width: 40% !important;
        right: 14%;
    }

    .welcome-area.welcome-new .header-text .imgs .img-top{
        max-height: 300px;
    }
    .welcome-area.welcome-new .header-text .imgs .img-bottom{
        max-height: 240px;
    }
    .welcome-area.welcome-new .header-text .imgs {
        min-height: 320px !important;
    }
    .header-area .main-nav .logo img{
        max-width: 140px;
        object-fit: contain;
    }
    .header-area .main-nav .buttons a.btn-register{
        width: 110px;
    }
    .welcome-area .header-text .imgs .img-top {
        width: 45% !important;
        left: 30%;
    }
    .footer-centered{
        text-align: center;
        /* background-color: #0D1B26; */
    }
    .footer-centered .social{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .footer-centered .social li, .footer-centered .social li a{
        margin-right: 0;
    }
    .footer-centered .copyright .text-start{
        margin-bottom: 0.4rem;
    }
    .footer-centered .copyright .text-start, .footer-centered .copyright .text-end{
        text-align: center !important;
    }
  
}

@media (max-width:408px){
    .welcome-area.welcome-new .header-text .imgs .img-top{
        
        width: 50% !important;
        left: 10%;
    }
    .welcome-area.welcome-new .header-text .imgs .img-bottom {
       
        width: 50% !important;
        right: 10%;
    }
}