* {
    margin: 0;
    padding: 0;
}

body, html {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

/*body{
    margin-top: 100px;
    height: calc(99vh-100px);
    overflow-y: auto;
}*/

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.header-top {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    height: 35px;
}

    .header-top .container {
        display: flex;
        justify-content: space-between;
    }

.header-top, .menu-header {
    background: #fff;
    z-index: 997;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%);
}

header a {
    color: #444 !important;
}

header .fa {
    color: #375ed3;
}

header .active a, header a:hover {
    color: #375ed3 !important;
    text-decoration: none;
}

/*added later*/


.navbar {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.menu-header {
    height: 70px;
}

.scrolled-offset {
    margin-top: 70px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.menu-header-left {
    margin-top: -20px;
}

    .menu-header-left .logo-cover img {
        width: 75px;
        /*added later*/
        box-shadow: 0px 0px 48px 4px rgb(0 0 0 / 60%);
        -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 60%);
        -moz-box-shadow: 0px 0px 48px 4px rgba(0,0,0,0.6);
    }

    .menu-header-left .logo-cover .logo-title h5 {
        margin: -45px 0 0 80px;
    }

.menu-header-right {
    display: flex;
    justify-content: flex-end;
}

    .menu-header-right .menu-cover ul {
        display: flex;
        margin: 0;
    }

        .menu-header-right .menu-cover ul li {
            padding: 15px;
            list-style: none;
        }

            .menu-header-right .menu-cover ul li:last-child {
                padding-right: 0;
            }

#bannerSlider .carousel-item {
    max-height: 80vh;
}

    #bannerSlider .carousel-item::before {
        content: '';
        background-color: rgba(13, 30, 45, 0.6);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
    }

.body-content {
    background-color: #fff;
}

.document-tracking, .contact-us {
    background-color: #f5f9fc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #375ed3;
    }

    .section-title p {
        margin-bottom: 0;
        font-style: italic;
    }

/* .section-title p:after {
            content: '';
            position: absolute;
            height: 2px;
            background-color: #0b132b;
            display: block;
            text-align: center;
            width: 10%;
            margin: auto;
        }*/

.palika-team, .document-tracking, .about-us, .contact-us {
    padding: 60px 0 30px 0;
}

    .palika-team .member {
        text-align: center;
        margin-bottom: 80px;
        position: relative;
    }

        .palika-team .member .pic {
            border-radius: 4px;
            overflow: hidden;
        }

        .palika-team .member img {
            transition: all ease-in-out 0.4s;
        }

        .palika-team .member:hover img {
            transform: scale(1.1);
        }

        .palika-team .member .img-fluid {
            width: 100%;
            max-width: 100%;
            height: 280px;
        }

        .palika-team .member .member-info {
            position: absolute;
            bottom: -48px;
            left: 20px;
            right: 20px;
            /*background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);*/
            /*background: linear-gradient(360deg, #232d44 0%, rgb(50 69 92 / 70%) 35%, rgb(49 72 131 / 40%) 100%);*/
            background: linear-gradient(360deg, #29438f 0%, rgb(108 134 213 / 70%) 35%, rgb(75 100 175 / 40%) 100%);
            padding: 15px 0;
            border-radius: 4px;
        }

        .palika-team .member h4 {
            font-weight: 700;
            margin-bottom: 10px;
            font-size: 16px;
            color: #fff;
            position: relative;
            padding-bottom: 10px;
        }

            .palika-team .member h4::after {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 1px;
                background: #fff;
                bottom: 0;
                left: calc(50% - 25px);
            }

        .palika-team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
            color: #fff;
        }

        .palika-team .member .social {
            margin-top: 10px;
        }

            .palika-team .member .social a {
                transition: color 0.3s;
                color: #fff;
                font-size: 12px;
            }

            .palika-team .member .social i {
                font-size: 16px;
                margin: 0 2px;
            }

            .palika-team .member .social a:hover {
                color: #9eccf4;
            }

.tracking-field {
    display: flex;
    justify-content: center;
}

    .tracking-field input {
        max-width: 400px;
        margin-right: 15px;
    }

.tracking-details {
    margin: 15px 0;
    text-align: center;
}

#TrackDetails {
    background-color: yellow;
}

.about-us-content p {
    text-align: justify;
}

.about-us .section-title p:after {
    content: '';
    height: 2px;
    background-color: #375ed3;
    display: block;
    width: 5%;
    margin: 5px auto;
}

.contact-us .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
    width: 100%;
    height: 195px;
}

    .contact-us .info-box i {
        font-size: 32px;
        color: #375ed3;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #375ed3;
    }

    .contact-us .info-box h3 {
        font-size: 20px;
        color: #666;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact-us .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact-us .contact-form {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
}

    .contact-us .contact-form .form-group {
        margin-bottom: 25px;
    }

    .contact-us .contact-form input, .contact-us .contact-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        padding: 20px;
    }

    .contact-us .contact-form button[type="submit"] {
        border: 0;
        padding: 10px 30px;
        transition: 0.4s;
        cursor: pointer;
    }

    .contact-us .contact-form button[type="submit"], .btn-track {
        background: #375ed3;
        border: 1px solid #375ed3;
        color: #fff;
    }

        .contact-us .contact-form button[type="submit"]:hover, .btn-track:hover, .back-to-top:hover, #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
            background: #0a32ad;
            color: #fff;
            text-decoration: none;
        }

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #375ed3;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

    .back-to-top .fa {
        color: #fff;
    }


.group {
    display: none;
    margin-top: 10px;
}

    .group.active {
        display: flex;
    }

.load-more-btn {
    text-align: right !important;
}

#load-more {
    color: #375ed3;
    text-decoration: none;
}

    #load-more:hover, #readMoreBtn:hover, #loadMoreBtn:hover {
        color: #0a32ad;
        border: 1px solid #0a32ad;
    }

    #load-more.disable {
        color: #AAA;
        text-decoration: none;
        cursor: default;
    }

#moreText, #moreTeam {
    display: none;
}

#readMoreBtn, #loadMoreBtn {
    border: 1px solid #375ed3;
    background: none;
    color: #375ed3;
    padding: 2px 10px;
}

#footer {
    background: #f5f9fc;
    padding: 0 0 30px 0;
    color: #444;
    font-size: 14px;
}

    #footer .footer-top {
        background: #f5f9fc;
        border-top: 1px solid #8ba3eb;
        border-bottom: 1px solid #8ba3eb;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 18px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1.5;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #444;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #375ed3;
            color: #fff;
            line-height: 1;
            padding: 10px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #0a32ad;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #444;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #footer .footer-top .footer-links ul li {
                padding: 10px 0;
                display: flex;
                align-items: center;
            }

                #footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

            #footer .footer-top .footer-links ul i {
                padding-right: 6px;
                color: #375ed3;
                font-size: 11px;
                line-height: 1;
            }

            #footer .footer-top .footer-links ul a {
                color: #444;
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
            }

                #footer .footer-top .footer-links ul a:hover {
                    color: #0a32ad;
                    text-decoration: none;
                }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border: 1px solid #375ed3;
        }

            #footer .footer-top .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #375ed3;
                color: #fff;
                transition: 0.3s;
            }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

        #footer .copyright a {
            color: #375ed3;
        }

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
}

.sifaris-input-form .scroll-table td {
    position: relative;
}

    .sifaris-input-form .scroll-table td span {
        position: absolute !important;
        left: 0;
        top: 0;
    }


@media (max-width: 1200px) {
    .palika-team .member .img-fluid {
        height: 220px;
    }

    #bannerSlider .carousel-item {
        max-height: 58vh;
    }
}

@media (max-width: 1024px) {
    .palika-team .member .img-fluid {
        height: 200px;
    }

    #bannerSlider .carousel-item {
        max-height: 50vh;
    }
}

@media (max-width: 991px) {
    .menu-header {
        padding: 5px 0;
    }

    .menu-header-left {
        margin-top: -10px;
    }

        .menu-header-left .logo-cover img {
            width: 54px;
        }

        .menu-header-left .logo-cover .logo-title h5 {
            margin: -35px 0 0 60px;
            font-size: 18px;
        }

    .menu-header-right {
        justify-content: flex-end;
        /*added later*/
        z-index:2;

    }

        .menu-header-right .menu-cover ul li {
            padding: 0;
        }

    .palika-team .member .img-fluid {
        height: 280px;
    }

    #bannerSlider .carousel-item {
        max-height: 45vh;
    }
}

@media (max-width: 768px) {
    #bannerSlider .carousel-item {
        max-height: 37vh;
    }
}

@media (max-width: 767px) {
    .palika-team .member .img-fluid {
        height: 350px;
    }

    .menu-header-left .logo-cover .logo-title h5 {
        font-size: 16px;
    }
}

@media (max-width: 525px) {
    .header-top-left a:first-child, .menu-header-left .logo-cover .logo-title h5 {
        display: none;
    }

    #bannerSlider .carousel-item {
        max-height: 25vh;
    }
}

@media (max-width: 415px) {
    .palika-team .member .img-fluid {
        height: 280px;
    }

    #bannerSlider .carousel-item {
        max-height: 20vh;
    }
}

@media (max-width: 375px) {
    #bannerSlider .carousel-item {
        max-height: 17vh;
    }
}

/*added later*/

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px !important;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}


/*.bg-img-header-right-1 {
    position:absolute;
}*/
.menu-header-left .logo-cover .logo-title h5 {
    font-size: 22px !important;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-light .navbar-nav .nav-link:hover {
    -webkit-transform: scale(1.2);
    
}

.carousel-inner {
    z-index:1;
}

.menu-cover {
   /* background-color: #ffff;
    padding-left: 12px;
    padding-right: 10px;*/

}
@media (max-width: 991px) {
    .menu-cover {
        border: 1px solid transparent;
        border-color: rgba(0, 0, 0, 0.1);
        border-radius: 3px 4px;
    }
}