 /*.smooth-wrapper*/
 /*{*/
 /*    transform: none;*/
 /*}*/
 /*.smooth-content*/
 /*{*/
 /*    transform: none;*/
 /*}*/

.hero-1 .hero-content h1 {
    color: var(--white);
    margin-top: 20px;
    font-size: 45px;
    font-weight: 800;
    max-width: fit-content;
    margin-top: 100px;
}

@media (max-width: 767px) {
.hero-1 .hero-content h1 {
    
    font-size: 30px;
        margin-top: 80px;
}
}

.theme-btn{
        background-color: #021749;
}

.icon-feature-box-items-style-3 .icon,
.about-feature-box-style-3{
    background-color: #021749;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 18px;
}
.offcanvas__info{
        background: #8b8b8b none repeat scroll 0 0;
}


.footer-section-modern{
    /*position: relative;*/
    background: #08152f;
    /*overflow: hidden;*/
}

.footer-top-area{
    padding-top: 80px;
}

.footer-top-wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.footer-contact-card{
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: .4s;
}

.footer-contact-card:hover{
    border-color: #cea136;
    transform: translateY(-6px);
}

.footer-contact-card .icon{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(206,161,54,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-contact-card .icon i{
    color: #cea136;
    font-size: 24px;
}

.footer-contact-card .content span{
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.65);
}

.footer-contact-card .content a,
.footer-contact-card .content p{
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.footer-wrapper{
    padding: 90px 0 70px;
}

.footer-text{
    color: rgba(255,255,255,0.72);
    line-height: 32px;
    margin: 28px 0;
    max-width: 380px;
}

.footer-social{
    display: flex;
    gap: 14px;
}

.footer-social a{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
}

.footer-social a:hover{
    background: #cea136;
}

.footer-title{
    font-size: 24px;
    margin-bottom: 30px;
    color: white;
}

.footer-links{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-links li{
    list-style: none;
}

.footer-links li a{
    color: rgba(255,255,255,0.72);
    transition: .3s;
    position: relative;
}

.footer-links li a:hover{
    color: #cea136;
    padding-left: 8px;
}

.newsletter-text{
    color: rgba(255,255,255,0.72);
    line-height: 30px;
    margin-bottom: 24px;
}

.newsletter-form{
    position: relative;
    margin-bottom: 30px;
}

.newsletter-form input{
    width: 100%;
    height: 65px;
    border: none;
    outline: none;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    padding: 0 65px 0 20px;
}

.newsletter-form button{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #cea136;
    color: #fff;
}

.footer-timing h5{
    margin-bottom: 10px;
    color: white;
}

.footer-timing p{
    color: rgba(255,255,255,0.72);
    margin: 0;
}

.footer-bottom-area{
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 25px 0;
}

.footer-bottom-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom-wrapper p{
    margin: 0;
    color: rgba(255,255,255,0.65);
}

.footer-bottom-links{
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-bottom-links a{
    color: rgba(255,255,255,0.65);
    transition: .3s;
}

.footer-bottom-links a:hover{
    color: #cea136;
}

@media (max-width:991px){

    .footer-top-wrapper{
        grid-template-columns: 1fr;
    }

    .footer-wrapper{
        padding: 70px 0 50px;
    }

    .footer-bottom-wrapper{
        justify-content: center;
        text-align: center;
    }

}


.whatsapp-chat{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
}

.whatsapp-chat img{
    width: 60px;
    height: 60px;
    display: block;
}