.copyright-section{
 background-color: #022542;
}

    .copyright-section .copyright {
        font-size: 14px;
        opacity: 0.9;
    }

    .copyright-section a{
        font-size: 14px;
        opacity: 0.9;
        color: #fff;
        font-weight: inherit;

    }

    .footer-contact-info a{
       color: #fff;
    }

    .action-btns-mobile {
    display: none;
}

    @media(max-width: 800px){

    .hero-section{
         padding-top: 180px;
    }
    .hero-popup.popup-two{
      display: none !important;
    }
    .navbar-brand img{
      max-width: 220px !important;
    }
    .hero-image{
      margin-top: 0px;
    }
        .action-btns-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        height: 40px;
        background-color: #fff;
        color: #050B20;
        border-top: 1px solid #050b2054;
        font-size: 16px;
        font-weight: 400;
    }

    .bl-g {
        border-left: 1px solid #050B2059;
    }

    }

    .social-nav img{
      min-width: 20px;
      border: 1px solid #ffffff6b;
    border-radius: 50%;
    }

    .btn{
      text-transform: inherit;
    }

    .blog-card:hover .post-description{
      color: #F75709;
    }

    .breadcrumb-section .breadcrumb-content h1 {
    color: var(--White);
    font-size: clamp(32px, 5vw, 70px);
    line-height: 1.1;
    margin-bottom: 1rem;
}

.about-img img{
      border-radius: 20px;
}

.service-card-three .icon i{
 font-size: 70px;
 color: var(--Primary);;
}
.service-card-two .icon i{
 font-size: 25px;
 color: var(--Primary);;
}


@media only screen and (min-width: 1200px) {
    .hero-image {
        margin-top: 0px;
    }
}