.navbar-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo .logo-a img {
    width: 120px;
}


/* .item-overlay::after {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */


/* .t-info-box li:hover i {
    transform: rotate(180deg);
} */

.nav-btn {
    padding: 10px 15px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    line-height: normal !important;
    text-transform: capitalize !important;
    background-color: #cc6a2c !important;
    color: #fff !important;
}

.nav-btn:hover {
    padding: 10px 15px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    line-height: normal !important;
    text-transform: capitalize !important;
    background-color: transparent !important;
    color: #cc6a2c !important;
    border: 1px solid #cc6a2c !important;
}

.about_para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.about-box-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.copyright-info {
    text-align: center;
}

.copyright-info a {
    color: #cc6a2c;
    font-size: 16px;
}

.contact-us-sub-sec {
    display: flex;
    gap: 1rem;
    margin-bottom: 5px;
}

.contact-us-sub-sec a {
    color: #e3e1e1;
}


/* 
.footer-social {
    width: 25px;
} */

.core-value-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.call-now-icon-f {
    z-index: 99999;
    position: fixed;
    right: 4rem;
    bottom: 9ch;
    background: #ec8b00;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: call-now-icon-f 0.6s linear infinite;
    animation: call-now-icon-f 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-now-icon-f i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem;
}

.call-now-icon-f:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes call-now-icon-f {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes call-now-icon-f {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}


/* services css */

.services-row {
    margin-top: 1rem;
}


/* footer */

.service-area {
    display: flex;
    justify-content: space-between;
    padding-left: 17px;
}

@media (min-width:770px) and (max-width:1024px) {
    .subscribe {
        display: none;
    }
}

@media (max-width:1200px) {
    .call-now-icon-f {
        right: 2rem;
    }
    .service-area {
        flex-direction: column;
    }
}

@media (max-width:768px) {
    .navbar-row {
        display: block;
    }
}

@media (max-width:600px) {
    .call-now-icon-f {
        right: 1.2rem;
    }
}

@media (max-width:385px) {
    .tb-text {
        font-size: 14px;
    }
    .subscribe-call-to-acton h4 {
        font-size: 15px;
    }
}

@media (max-width:360px) {
    .tb-text {
        font-size: 13px;
    }
    .subscribe-call-to-acton h4 {
        font-size: 13px;
    }
}