html {
    scroll-behavior: smooth !important;
}
.home-2 .navbar::before {
    border-radius: 0 !important;
    left: 0;
    right: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.home-2 .header-top-social a {
    color: #fff;
    background-color: #fe0000;
}

.header-top-contact ul li a i {
    color: #fff;
    background-color: #fe0000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
} 

.theme-btn::before {
    background-color: #000;
}

.navbar-brand img {
    width: 90px;
}

.header-top {
    background-color: #012758;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #012758;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader img {
    height: 200px;
    border-radius: 100%;
    animation: rotation 1s infinite linear; 
}

@keyframes rotation {
    100%{ transform:rotatey(360deg) }
}

.about-phone .icon,
.about-experience {
    background-color: #012758;
}

.cta-area {
    position: relative;
    height: 700px;
    padding-top: 150px;
}

.cta-area::before {
    position: absolute;
    content: '';
    background-color: #012758e6;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.cta-content::before {
    background-color: #fe0000a6 !important;
}

.cta-content {
    height: 400px;
}

.about-experience-icon {
    background-color: #fe0000;
}


.about-img .img-2 {
    height: 250px;
    width: 250px;
}

.content-wrapper-business-partners {
    max-width: 90%;
}

.container-fluid-custom {
    max-width: 1400px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.cta-area{
    background-image: url(../../assets/1.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.department-area {
    position: relative;
    background: #f5f5f5;
    background: var(--footer-bg);
    z-index: 1;
}

.department-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/shape/01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    z-index: -1;
}

.department-icon img {
    width: 120px !important;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 20px auto;
}

.department-item {
    height: 250px;
}

.department-title {
    text-align: center;
}

.contact-info {
    height: 280px;
}


.footer-logo img {
    width: 100px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}
@media(min-width:1800px) {
    .logo {
        width: 310px;
    }
}

@media(min-width:320px) and (max-width:600px) {
    .cta-area {
        padding: 100px 0;
        height: auto;
    }

    .site-title {
        font-size: 30px;
    }

    .cta-content h1 {
        font-size: 25px;
    }

    .cta-content p {
        font-size: 16px;
    }


    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .cta-content {
        margin: 30px 0;
    }
}