:root {
    --primary: #136B43;
    --secondary: #6c1313;
    --bg-primary: #6c1313;
    --bg-secondary: #136B43;
    --light: #F5F5F5;
    --dark: #14141F
}

body {
    margin: 0;
    width: 100%;
    padding: 0;
    /* ---------Rajan & Alpesh-----------*/
    overflow-x: hidden
}

.fw-medium {
    font-weight: 600 !important
}

.fw-semi-bold {
    font-weight: 700 !important
}

/*------------------- lakhan --------------*/
.sm-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}

.header-area .nav-list a {
    font-size: 16px;
}


.btn, .navbar-light .navbar-nav .nav-link {
    font-family: Nunito,sans-serif;
    font-weight: 600;
    transition: .5s
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out,visibility 0s linear .5s;
    z-index: 99999
}

    #spinner.show {
        transition: opacity .5s ease-out,visibility linear;
        visibility: visible;
        opacity: 1
    }

.btn.btn-primary, .btn.btn-secondary {
    color: #fff
}

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-lg-square, .btn-sm-square, .btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 0
}

.back-to-top i {
    line-height: 48px
}

.btn-primary.back-to-top, .navbar-collapse, .service-item * {
    transition: .5s
}

    .btn-primary.back-to-top:hover {
        background: #056639;
        border-color: #056639
    }

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #000 !important;
    font-size: 18px;
    outline: 0
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary) !important
}

.navbar-light .navbar-brand img {
    max-height: auto;
    transition: .5s
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 60px
}

.header-area .nav-list {
    list-style: none;
    display: flex;
    margin: 0;
    gap: 20px
}

    .header-area .nav-list a svg {
        margin-right: 5px;
        color: #6c1313
    }

    .header-area .nav-list a {
        color: #000
    }

.header-area .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-bottom: 1px solid rgba(256,256,256,.1)
}

.back-to-top {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    display: none
}

.naac_logo, .section-title {
    position: relative
}

    .naac_logo::before {
        content: "";
        left: -10px;
        top: 0;
        height: 100%;
        width: 2px;
        background-color: #000;
        position: absolute
    }

    .naac_logo img {
        max-width: 150px
    }

.header-left {
    display: flex;
    justify-content: left;
    align-items: center
}

.header-right .sou_logo {
    max-width: 180px
}

.header-right {
    display: flex;
    order: 1;
    align-items: center;
    margin-left: 20px;
    gap: 15px
}

.header-area .collapse:not(.show) {
    display: block
}

.sticky-top.navbar-light {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    height: auto;
    left: 0
}

@media (max-width:1199.5px) {
    .header-area .nav-list {
        gap: 15px;
        padding-left: 0
    }

    .header-right .sou_logo {
        max-width: 150px
    }

    .naac_logo img {
        max-width: 100px
    }
}

@media (max-width:991.98px) {
    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #ddd
    }

    .navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important
    }

    .header-area .nav-list {
        gap: 0 15px;
        padding: 10px 0 0;
        flex-wrap: wrap;
        justify-content: center
    }

    .fa-3x {
        font-size: 2em
    }

    .header-right {
        order: 0
    }
}

@media (min-width:992px) {
    .navbar-light {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256,256,256,.1);
        z-index: 999
    }

        .navbar-light .navbar-nav .nav-link::before {
            position: absolute;
            content: "";
            width: 0;
            height: 2px;
            bottom: -1px;
            left: 50%;
            background: var(--primary);
            transition: .5s
        }

        .navbar-light .navbar-nav .nav-link.active::before, .navbar-light .navbar-nav .nav-link:hover::before {
            width: calc(100% - 2px);
            left: 1px
        }

        .navbar-light .navbar-nav .nav-link.nav-contact::before {
            display: none
        }
}

@media (max-width:575.98px) {
    .header-left {
        justify-content: center;
        width: 100%
    }

    .header-right {
        margin-left: 0;
        justify-content: center;
        width: 100%;
        order: 1
    }

    .header-area .nav-list {
        padding: 10px 0 5px
    }

    .naac_logo::before, .sticky-top.navbar-light .naac_logo::before {
        top: 1px;
        height: 38px
    }

    .sticky-top.navbar-light .header-right, .sticky-top.navbar-light .navbar-collapse {
        display: none
    }
}

.section-title::after, .section-title::before {
    position: absolute;
    content: "";
    height: 2px;
    z-index: -1;
    background: var(--primary)
}

.section-title {
    display: inline-block;
    text-transform: uppercase
}

    .section-title::before {
        width: calc(100% + 80px);
        top: 4px;
        left: -40px
    }

    .section-title::after {
        width: calc(100% + 120px);
        bottom: 5px;
        left: -60px
    }

    .section-title.text-start::before {
        width: calc(100% + 40px);
        left: 0
    }

    .section-title.text-start::after {
        width: calc(100% + 60px);
        left: 0
    }

.b_grey {
    background-color: rgba(0,0,0,.1)
}

.service-item {
    box-shadow: 0 0 25px rgba(0,0,0,.28);
    transition: .5s;
    transform: scale(1);
    border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

    .service-item:hover {
        background: var(--primary);
        transform: scale(1.04);
        box-shadow: 0 10px 15px #136b43
    }

        .service-item:hover * {
            color: var(--light) !important
        }

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: 400;
    border: 1px solid #6c1313;
    border-radius: 35px;
    transition: .3s;
    color: #fff;
    background: #6c1313
}

.footer .btn.btn-link, .footer-section a, .footer-section p {
    color: #1a1d21;
    transition: .3s
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    background: #005422
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize
}

    .footer .btn.btn-link:hover, .footer-section a:hover {
        letter-spacing: 1px;
        box-shadow: none
    }

.footer-section a svg {
    color: #6c1313
}

.footer-bottom {
    background: #1a1d21;
    padding: 0 15px;
    text-align: center
}

.footer .btn.btn-link svg {
    margin-right: 5px
}

.footer .copyright {
    padding: 12px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256,256,256,.1)
}

    .footer .copyright a {
        color: var(--light)
    }

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255,255,255,.1)
}

    .footer .footer-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none
    }

.footer-section {
    background: rgba(0,0,0,.1);
    color: #000
}

.footer .btn.btn-social svg {
    color: #fff;
    transition: .3s
}

.contact {
/*    min-height: 100vh;    */
    background: url(../images/banner.webp) top left/cover no-repeat
}

.footer-right-col {
    display: flex;
    justify-content: right
}

.footer-right-innr {
    width: 100%;
    max-width: 345px
}


/*alpesh*/
/*.contact .agree-condition, .contact .control-label, .contact .widget_label {
    color: #ffff !important
}*/

.contact .form-bg, .contact .widget_container {
    background: #5b0e16;
    padding: 30px 70px 40px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    width: 100%;
    overflow: hidden;
    min-height: 80dvh
}

    .contact .form-bg .npf_wgts {
        height: 100%;
        width: 100%
    }

        .contact .form-bg .npf_wgts iframe {
            height: 100%;
            width: 100%;
            min-height: 100%
        }

.form-box {
    height: 100%;
    border-radius: 10px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 10px #000
}
.form-title {
    letter-spacing: 1.2px;
    font-size: calc(1.025rem + .9vw)
}
@media (max-width:1100px) {
    .contact .form-bg, .contact .widget_container {
        padding: 30px 15px
    }
}