@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

body {
    font-size: 18px;
}

:root {
    --lightblue: #1e55a6;
    --lightblue: #63A91F;
    --main-red: #1A512E;
    --main-color: #002357;
    --green: #37bc9b;
    --white: #ffffff;
}

html {
    font-family: 'Roboto', sans-serif;
    /* font-size: 62.5%;*/
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

p {
    /* font-size: 14px;*/
}

a {
    text-decoration: none;
    /*font-size: 14px;*/
    /*text-transform: capitalize;*/
    letter-spacing: .1rem;
    color: #0d6efd; /*!important;*/
}

.topnav {
    width: 100%;
    /*position: fixed;
    z-index: 999;*/
}

.navimg {
    background: linear-gradient(45deg,var(--main-color) 20%,var(--lightblue)60%,var(--main-color));
    justify-content: center;
    display: flex;
}

.topnav img {
    width: auto;
    height: 100px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px !important;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.Caruselupper {
    position: relative;
    margin-top: 11rem;
}

.carousel-inner.upperCarusel {
    margin-top: 11rem;
}

h4.upperCase {
    background: linear-gradient(45deg,var(--main-color) 20%,var(--lightblue)60%,var(--main-color));
    padding: 15px;
    color: rgb(255, 255, 255);
    /*font-size: 16px;*/
}

    h4.upperCase:hover {
        background: #ffffff;
        padding: 15px;
        color: var(--main-color);
        border: 3px solid var(--main-color);
    }

.downcarousel {
    height: 420px;
}

header {
    padding-bottom:10px;
    left: 0;
    width: 100%;
    background-color: var(--main-color);
    box-shadow: 0 .1rem .1rem rgba(0 0 0 / .3);
}



nav {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 60px;
    background: var(--main-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

    nav .navbar {
        height: 100%;
        /*max-width: 1250px;*/
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*margin: auto;*/
        /* background: red; */
        padding: 0 10px;
        font-size: 15px;
    }

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
    width: 100%;
}

nav .navbar .links {
    display: flex;
    padding-left: 0px !important;
}

    nav .navbar .links li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        padding: 0 16px;
        border-right-style: dotted;
        border-color: #5d6878;
        border-width: 1px;
    }

        nav .navbar .links li a {
            height: 100%;
            text-decoration: none;
            white-space: nowrap;
            color: #fff;
            /*            font-size: 15px;*/
            font-weight: bold;
            /*font-family: 'oswaldregular';*/
            text-transform: uppercase;
        }

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover .js-arrow2,
.links li:hover .js-arrow3,
.links li:hover .js-arrow4,
.links li:hover .js-arrow5 {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu,
nav .navbar .links li .sub-menu2,
nav .navbar .links li .sub-menu3,
nav .navbar .links li .sub-menu4,
nav .navbar .links li .sub-menu5 {
    position: absolute;
    top: 60px;
    left: 0;
    line-height: 40px;
    background: var(--main-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}



nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu,
nav .navbar .links li:hover .js-sub-menu2,
nav .navbar .links li:hover .js-sub-menu3,
nav .navbar .links li:hover .js-sub-menu4,
nav .navbar .links li:hover .js-sub-menu5 {
    display: block;
}

.navbar .links li .sub-menu li,
.navbar .links li .sub-menu2 li,
.navbar .links li .sub-menu3 li,
.navbar .links li .sub-menu4 li,
.navbar .links li .sub-menu5 li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar .links li .sub-menu a {
    color: #fff;
    /* font-size: 15px;*/
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

    .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        /*font-size: 22px;*/
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 40px);
        top: 80px;
        height: 60px;
        width: 300px;
        background: var(--main-color);
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
    }

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: var(--main-color);
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: var(--main-color);
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    /* font-size: 16px;*/
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

@media (max-width:920px) {
    h2 {
        font-size: 1rem;
    }

    h3 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.50rem;
    }

    h6 {
        font-size: 0.25rem;
    }

    nav .navbar {
        max-width: 100%;
        padding: 0 10px;
    }

        nav .navbar .logo a {
            /*font-size: 27px;*/
        }

        nav .navbar .links li {
            padding: 0 10px;
            white-space: nowrap;
        }

            nav .navbar .links li a {
                /*font-size: 15px;*/
            }

    .topnav img {
        width: auto;
        height: 30px;
    }
}

@media (max-width: 1500px) {
    nav .navbar .links li {
        padding: 0 10px;
        font-size: 13px;
    }
}

@media (max-width:1950px) {
    nav .navbar .links li img {
        position: absolute;
        left: 80px;
    }

    nav {
        /* position: relative; */
    }

    .navbar .bx-menu {
        display: block;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 450px;
        width: 100%;
        background: var(--main-color);
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
    }

        nav .navbar .links li .arrow {
            line-height: 40px;
        }

        nav .navbar .links li {
            display: block;
        }

            nav .navbar .links li .sub-menu2,
            nav .navbar .links li .sub-menu3,
            nav .navbar .links li .sub-menu4,
            nav .navbar .links li .sub-menu5,
            nav .navbar .links li .sub-menu {
                position: relative;
                top: 0;
                box-shadow: none;
                display: none;
            }

                nav .navbar .links li .sub-menu li {
                    border-bottom: none;
                }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

        .navbar .links li .sub-menu .more-sub-menu li {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu,
    nav .navbar .links li:hover .js-sub-menu2,
    nav .navbar .links li:hover .js-sub-menu3,
    nav .navbar .links li:hover .js-sub-menu4,
    nav .navbar .links li:hover .js-sub-menu5 {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show4 .links .js-sub-menu2,
    .navbar .nav-links.show5 .links .js-sub-menu3,
    .navbar .nav-links.show6 .links .js-sub-menu4,
    .navbar .nav-links.show7 .links .js-sub-menu5,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow,
    .navbar .nav-links.show4 .links .js-arrow2,
    .navbar .nav-links.show5 .links .js-arrow3,
    .navbar .nav-links.show6 .links .js-arrow4,
    .navbar .nav-links.show7 .links .js-arrow5 {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }

    .topnav img {
        width: auto;
        height: 20px;
    }
}


.themed-grid-col {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: bold;
    font-size: 18px;
}

.section-title {
    padding: 6px;
    background: linear-gradient(45deg,var(--main-color) 20%,var(--lightblue) 60%,var(--main-color));
}

    .section-title p {
        justify-content: center;
        display: flex;
    }

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 14px;
    color: var(--main-color);
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}

    .accordion-button:focus {
        z-index: 0 !important;
    }

a.pdf__link {
    color: var(--main-color);
}

.gallery {
    position: relative;
    width: 300px;
    height: 200px;
    transform-style: preserve-3d;
    animation: rotate 35s linear infinite;
}

@keyframes rotate {
    from {
        transform: perspective(1000px) rotateY(0deg);
    }

    to {
        transform: perspective(1200px) rotateY(360deg);
    }
}

.gallery span {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(380px);
}

    .gallery span img {
        position: absolute;
        width: 80%;
        height: 80%;
        object-fit: cover;
    }

.galleryIMG {
    display: flex;
    margin-top: 52px;
    justify-content: center;
}

.footer {
    bottom: 0;
    background-color: black;
    padding: 10px;
}


.testimonial-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,.3);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.test-text {
    padding: 3.2em;
    line-height: 1.7em;
    position: relative;
    font-size: 18px;
    TEXT-ALIGN: CENTER;
    FONT-WEIGHT: bold;
}

.quote {
    font-size: 400%;
    float: right;
    opacity: .1;
    transform: rotate(10deg) translate(-10px, -40px);
    color: #4D3FA3;
}

.test-footer {
    background-color: #053c6b;
    height: 140px;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.test-image {
    background-color: tomato;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 5px solid white;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    background-size: cover;
}

    .test-image img {
        width: 100%;
        border-radius: 49%;
    }

.person {
    color: white;
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-36%, -100%);
    font-size: 16px;
    font-weight: 600;
    margin-top: 1.5rem;
}

#testimonials {
    padding: 20px 0px;
    /*background-color: #f0f0f0;*/
}

    #testimonials .section-header {
        margin-bottom: 40px;
    }

    #testimonials .testimonial-item {
        text-align: center;
    }

.testimonial-item {
    padding: 120px 15px;
    background-color: #07182E;
    /*    min-height: 320px;*/
    height: 450px;
    z-index: 1;
    width: -webkit-fill-available;
    border-radius: 25px;
    color: whitesmoke;
}

#testimonials .testimonial-item .testimonial-img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
    object-fit: cover; /* Ensures image maintains aspect ratio */
    transition: transform 0.5s ease, z-index 0s; /* Smooth transition */
}

    #testimonials .testimonial-item .testimonial-img:hover {
        transform: scale(1.4) translateY(-30%); /* Scale the image and move it up */
        z-index: 10; /* Bring image to the front when hovered */
    }

section#clause table.table.table-striped {
    margin-bottom: 75px;
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: white;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 25px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 25px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

    #testimonials .owl-dot.active {
        background-color: #053c6b;
    }



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    width: 100%;
    background: #000;
    padding: 0 0 3px 0;
    color: #eee;
    font-size: 14px;
}

    #footer .footer-top {
        background: #2d2d2e;
        padding: 10px 0 5px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
            text-align: justify;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 34px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 10px;
                line-height: 1;
                font-family: "Montserrat", sans-serif;
                font-weight: 700;
                letter-spacing: 3px;
                border-left: 4px solid #053c6b;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Montserrat", sans-serif;
                color: #eee;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #333;
            color: #eee;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #053c6b;
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px;
        }

            #footer .footer-top h4::before,
            #footer .footer-top h4::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                height: 2px;
            }

            #footer .footer-top h4::before {
                right: 0;
                background: #555;
            }

            #footer .footer-top h4::after {
                background: #053c6b;
                width: 60px;
            }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 8px;
                    color: #ddd;
                }

                #footer .footer-top .footer-links ul li {
                    border-bottom: 1px solid #333;
                    padding: 2px 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #eee;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #00d4ff;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 10px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
            text-align: justify;
        }

            #footer .footer-top .footer-newsletter input[type="email"] {
                border: 0;
                padding: 6px 8px;
                width: 65%;
            }

            #footer .footer-top .footer-newsletter input[type="submit"] {
                background: #053c6b;
                border: 0;
                width: 35%;
                padding: 6px 0;
                text-align: center;
                color: #fff;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                cursor: pointer;
            }

                #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                    background: #13a456;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 3px;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #ddd;
    }

.onemap-wt-md {
    height: 90px;
}

.credits a {
    color: #fd7500;
}

/*logo roatating*/
#f1_card {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    -o-transition: all 1.0s linear;
    transition: all 1.0s linear;
    border-radius: 50%;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 50%;
}

.back {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    text-align: center;
    background-color: #ffffff;
}

.front {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    text-align: center;
    /*    background-color: #ffffff;*/
}

.emp {
    box-shadow: 0px 0px 10px 0px #b1b1b5;
    -webkit-box-shadow: 0px 0px 10px 0px #b1b1b5;
    background-color: #053c6b 0d;
}

.rc {
    margin: 0px auto;
    background-color: #e7e7e7;
    color: #fff;
    padding: 7px;
}

.rounded-circle {
    border-radius: 0% !important;
}

section#facts h5 {
    text-align: center;
    padding: 20px 108px;
}

section#facts p {
    padding-bottom: 0px;
    margin-bottom: 15px;
}

/*.cu {
    margin-top: 1rem;
}*/

.rp {
    padding-bottom: 25px;
}

p.app-h {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}



/*--------------------------------------------------------------
  # Responsive Media Queries
  --------------------------------------------------------------*/





@media (max-width: 1025px) {
    #clients .column {
        float: left;
        width: 32%;
        padding: 10px;
        border: 1px solid #000;
        margin: 4px 4px;
    }

    .text a.btn-custom {
        font-size: 10px;
    }

    section.project .project-content {
        min-height: 165px;
    }

    .service-details p.card-text.text-center.p-0.mb-2 {
        MIN-HEIGHT: 85px;
    }

    .service-cont {
        min-height: 187px !important;
    }

    p.flip-title {
        padding: 3px 0px 0px 0px;
        font-size: 16px !important;
    }

    #about .card {
        min-height: 320px;
    }

    .project-content p {
        min-height: 71px;
    }

    .downcarousel {
        height: 420px;
    }
}

@media (min-width: 1024px) {
    #header #logo {
        padding-left: 60px;
    }

    #intro p {
        width: 60%;
    }

    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }

    #nav-menu-container {
        padding-right: 60px;
    }
}

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }

    .upperCarusel {
        height: 900px;
    }

    /*.main {
        margin-top: 80px;
    }*/

    .downcarousel {
        height: 420px;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    /*.main {
        margin-top: 80px;
    }*/

    section#facts h5 {
        text-align: center;
        padding: 17px 0px;
    }

    #header #logo h1 {
        font-size: 28px;
    }

    #header #logo img {
        max-height: 40px;
    }

    #intro h2 {
        font-size: 28px;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    .downcarousel {
        height: 190px;
    }

    .topnav img {
        width: auto;
        height: 50px;
    }

    .with-sidebar-container {
        display: block !important;
    }
}

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    /*.main {
        margin-top: 80px;
    }*/
}

@-webkit-keyframes slideInFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.document_studies {
    height: 250px;
    width: 100%;
    border: 1px solid #ccc;
    font: 16px/26px Georgia, Garamond, Serif;
    overflow: auto;
}


#container {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.row {
    font-size: 14px;
}

.photobanner {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
    animation: bannermove 10s linear infinite;
}

    .photobanner img {
        margin: 0 1.5em
    }

@keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

/* .row {
  width: 100%;
  height: 100%;
  background: url(/img/aftergurugramcopy.jpg);
  background-size: cover;
  margin: 0 auto 100px;
} */

.main {
/*    padding: 5%;*/
    padding:20px 100px;
    width: 100%;
    height: 100%;
    background-image: url(/img/aftergurugramcopycopy.jpg);
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}

.content-item {
    color: #000000;
    font-size: 14px;
}

.title {
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
}

table {
    border-color: #e9e9e9;
}

    table tr td {
        padding: 15px 10px;
        border: 1px solid;
    }

button.accordion-button.collapsed {
    font-weight: bold;
}

#testimonials, .testimonial-item {
    text-align: center;
}

img.testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

img.card-img-top {
    width: 100%;
    height: 100px;
    justify-content: center;
}

@font-face {
    font-display: block;
    font-family: TablePress;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format("woff2"),url(//www.harsac.org/wp-content/plugins/tablepress/css/build/tablepress.woff) format("woff")
}

.tablepress {
    --text-color: #111;
    --head-text-color: var(--text-color);
    --head-bg-color: #d9edf7;
    --odd-text-color: var(--text-color);
    --odd-bg-color: #f9f9f9;
    --even-text-color: var(--text-color);
    --even-bg-color: #fff;
    --hover-text-color: var(--text-color);
    --hover-bg-color: #f3f3f3;
    --border-color: #ddd;
    --padding: 0.5rem;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto 1rem;
    table-layout: auto;
    width: 100%
}

    .tablepress > :not(caption) > * > * {
        background: none;
        border: none;
        box-sizing: content-box;
        float: none !important;
        padding: var(--padding);
        text-align: left;
        vertical-align: top
    }

    .tablepress > * + tbody > * > *, .tablepress > tbody > * ~ * > *, .tablepress > tfoot > * > * {
        border-top: 1px solid var(--border-color)
    }

    .tablepress > :where(thead,tfoot) > * > th {
        background-color: var(--head-bg-color);
        color: white;
        font-weight: 700;
        vertical-align: middle;
        word-break: normal
    }

    .tablepress > :where(tbody) > .odd > * {
        background-color: var(--odd-bg-color);
        color: var(--odd-text-color)
    }

    .tablepress > :where(tbody) > .even > * {
        background-color: var(--even-bg-color);
        color: var(--even-text-color)
    }

    .tablepress > .row-hover > tr:hover > * {
        background-color: var(--hover-bg-color);
        color: var(--hover-text-color)
    }

    .tablepress img {
        border: none;
        margin: 0;
        max-width: none;
        padding: 0
    }

.tablepress-table-description {
    clear: both;
    display: block
}

.dataTables_wrapper {
    clear: both;
    margin-bottom: 1rem;
    position: relative
}

    .dataTables_wrapper .tablepress {
        clear: both;
        margin-bottom: 0
    }

    .dataTables_wrapper:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden
    }

    .dataTables_wrapper label input, .dataTables_wrapper label select {
        display: inline;
        margin: 2px;
        width: auto
    }

.dataTables_length {
    float: left;
    white-space: nowrap
}

.dataTables_filter {
    float: right;
    white-space: nowrap
}

    .dataTables_filter label input {
        margin-left: .5em;
        margin-right: 0
    }

.dataTables_info {
    clear: both;
    float: left;
    margin: 4px 0 0
}

.dataTables_paginate {
    float: right;
    margin: 4px 0 0
}

    .dataTables_paginate .paginate_button {
        color: #111;
        display: inline-block;
        margin: 0 5px;
        outline: none;
        position: relative;
        text-decoration: underline
    }

        .dataTables_paginate .paginate_button:first-child {
            margin-left: 0
        }

        .dataTables_paginate .paginate_button:last-child {
            margin-right: 0
        }

        .dataTables_paginate .paginate_button:after, .dataTables_paginate .paginate_button:before {
            color: #d9edf7
        }

        .dataTables_paginate .paginate_button:hover {
            cursor: pointer;
            text-decoration: none
        }

            .dataTables_paginate .paginate_button:hover:after, .dataTables_paginate .paginate_button:hover:before {
                color: #049cdb
            }

        .dataTables_paginate .paginate_button.disabled {
            color: #999;
            cursor: default;
            text-decoration: none
        }

            .dataTables_paginate .paginate_button.disabled:after, .dataTables_paginate .paginate_button.disabled:before {
                color: #f9f9f9
            }

        .dataTables_paginate .paginate_button.current {
            cursor: default;
            font-weight: 700;
            text-decoration: none
        }

    .dataTables_paginate.paging_simple {
        padding: 0 15px
    }

        .dataTables_paginate.paging_simple .paginate_button.next:after, .dataTables_paginate.paging_simple .paginate_button.previous:before {
            -webkit-font-smoothing: antialiased;
            bottom: 0;
            content: "\f053";
            font-family: TablePress;
            font-size: 14px;
            font-weight: 700;
            height: 14px;
            left: -14px;
            line-height: 1;
            margin: auto;
            position: absolute;
            right: auto;
            text-align: left;
            text-shadow: .1em .1em #666;
            top: 0;
            width: 14px
        }

        .dataTables_paginate.paging_simple .paginate_button.next:after {
            content: "\f054";
            left: auto;
            text-align: right
        }

.dataTables_scroll {
    clear: both
}

    .dataTables_scroll .tablepress {
        width: 100% !important
    }

.dataTables_scrollHead table.tablepress {
    margin: 0
}

.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch
}

    .dataTables_scrollBody .tablepress thead th:after {
        content: ""
    }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing {
    height: 0;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important
}

.tablepress {
    --head-active-bg-color: #049cdb;
    --head-active-text-color: var(--head-text-color)
}

    .tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
        cursor: pointer;
        outline: none;
        padding-right: 20px;
        position: relative
    }

        .tablepress .sorting:after, .tablepress .sorting_asc:after, .tablepress .sorting_desc:after {
            -webkit-font-smoothing: antialiased;
            bottom: 0;
            font-family: TablePress;
            font-size: 14px;
            font-weight: 400;
            height: 14px;
            left: auto;
            line-height: 1;
            margin: auto;
            position: absolute;
            right: 6px;
            top: 0
        }

        .tablepress .sorting:after {
            content: "\f0dc"
        }

        .tablepress .sorting_asc:after {
            content: "\f0d8";
            padding: 0 0 2px
        }

        .tablepress .sorting_desc:after {
            content: "\f0d7"
        }

        .tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
            background-color: var(--head-active-bg-color);
            color: var(--head-active-text-color)
        }

th.column-1.sorting {
    width: 70px !important
}

th.column-1.sorting_disabled {
    width: 70px !important
}

th.column-2.sorting {
    width: 500px !important
}

th.column-3.sorting {
    width: 170px !important
}

/*.tablepress tfoot th, .tablepress thead th {
    background-color: #1E5C8A !important
}*/
th {
    background-color: #1E5C8A !important;
    color: white !important;
}

    th:hover {
        color: black !important;
    }

    th.column-2.sorting_asc {
        width: 70px !important
    }

/* .columns{
  width: 50%;
} */
.with-sidebar-container {
    display: flex;
    justify-content: center;
}

label.form-label {
    font-size: 14px;
    font-weight: 500;
}


/*--- contact form 7 ---*/
.wpcf7 input[type="text"], .wpcf7 input[type="email"],
.wpcf7 input[type="password"], .wpcf7 textarea {
    padding: 16px 19px;
    width: 100%;
    font-size: 13px;
}

.wpcf7 input[type="submit"] {
    padding: 10px 20px;
    letter-spacing: 0;
    text-transform: none;
}

.wpcf7 span.wpcf7-form-control-wrap {
    display: block;
    padding-right: 46px;
    margin-top: 7px;
}

/* .twelve{
  width: 66.667%;
} */
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}


/* Image grid
---------------------------------------------------------- */
.wpb_image_grid .wpb_image_grid_ul {
    margin: 0;
    padding: 0;
}

    .wpb_image_grid .wpb_image_grid_ul > li {
        background-image: none;
        list-style: none !important;
    }

        .wpb_image_grid .wpb_image_grid_ul > li:after,
        .wpb_image_grid .wpb_image_grid_ul > li:before {
            display: none !important;
        }

    .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        list-style: none;
        margin: 0 1px 1px 0;
        max-width: 100%;
        float: left;
    }

    .wpb_image_grid .wpb_image_grid_ul a {
        display: block;
    }

    .wpb_image_grid .wpb_image_grid_ul img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 5px;
    }

    .wpb_image_grid .wpb_image_grid_ul img {
        display: block;
        max-width: 100%;
        height: auto;
    }
/* Gallery
---------------------------------------------------------- */
.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0;
}

.wpb_gallery .theme-default .nivo-controlNav {
    padding: 10px 0 3px 0;
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: auto;
    top: 100%;
    margin-top: 15px;
}

.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default;
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
        line-height: 1;
    }

.wpb_gallery .wpb_flexslider .flex-control-paging {
    z-index: 10;
}

#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.slides,
.wpb_gallery_slides ul.slides,
#content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.flex-direction-nav,
body .wpb_gallery_slides ul li,
.wpb_content_element .wpb_gallery_slides ul li {
    list-style: none;
    padding: 0;
    background-image: none;
    margin: 0;
}

.list-group {
    display: inline-block;
    margin-top: 20px;
}

.General_body {
    justify-content: center;
    display: flex;
}

.QuickLinks {
    display: flex;
    flex-wrap: wrap;
}

.card {
    flex: 0 0 250px;
}

/*.card-body {
    padding: 0;
}*/

/*.card:hover {
    background-color: rgb(183, 233, 255);
}*/

.custom-pager {
    color: #111;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    position: relative;
    text-decoration: underline;
}

    .custom-pager table tr td {
        padding: 10px 10px;
        border: none;
    }

        .custom-pager table tr td a {
            text-decoration: none;
        }

.document_studies table th {
    background-color: #ffffff !important;
    color: black;
}

.objective table th {
    background-color: transparent !important;
    font-weight: normal !important;
    color: black !important;
}

.objective table ul {
    list-style-type: disc; /* or 'circle' or 'square' */
}

.geoInformatics {
    list-style-type: disc; /* or 'circle' or 'square' */
}

.updates table th {
    font-size: 14px;
    background-color: transparent !important;
    font-weight: normal !important;
    color: black !important;
    /* font-weight: normal; */
    font-weight: bold !important;
    color: black;
    font-family: sans-serif;
    line-height: normal;
}

.updates {
    margin-left: 20px;
}


/*- # Top Bar */
#topbar {
    min-height: 30px;
    /*font-size: 14px;*/
    transition: all 0.5s;
    z-index: 996;
    background-color: var(--main-color);
}

    #topbar.topbar-scrolled {
        top: -40px;
    }

    #topbar .contact-info i {
        font-style: normal;
        color: #d9ba85;
    }

        #topbar .contact-info i span {
            padding-left: 5px;
            color: #fff;
        }

    #topbar .languages ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        color: #a3ff00;
    }

        #topbar .languages ul a {
            color: white;
        }

            #topbar .languages ul a:hover {
                color: #398fff;
            }

        #topbar .languages ul li + li {
            padding-left: 10px;
        }

            #topbar .languages ul li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: rgba(255,255,255,0.5);
            }


.flip-card {
    background-color: transparent;
    width: 230px;
    height: 230px;
    perspective: 1000px;
    margin: 10px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #ffffff;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

/* White Gradient Mixin */
.white-gradient {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/* Animation Speed */
:root {
    --animation-speed: 40s;
}

/* Animation Keyframes */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

/* Styling */
/* White Gradient Mixin */
.white-gradient {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/* Animation Speed */
:root {
    --animation-speed: 40s;
}

/* Animation Keyframes */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

/* Styling */
.sliderlink {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .sliderlink::before,
    .sliderlink::after {
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .sliderlink::before {
        left: 0;
        top: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .sliderlink::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }

.slide-track {
    /*animation: scroll var(--animation-speed) linear infinite;*/
    display: flex;
    width: calc(250px * 14);
}

.slideimg {
    height: 100px;
    width: 250px;
    margin-right: 2px;
}

.slideimg1 {
    height: 100px;
    width: 100px;
    margin-right: 50px;
}


/* Gallery Start */
.single-item {
    flex: 0 0 50%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .single-item img {
        width: 100%;
        height: 200px;
        transition: transform 0.3s ease-in-out;
    }

    .single-item:hover img {
        transform: scale(1.2);
    }

.see-more-btn {
    /*    margin-right: 10px;*/
}

.pmGallery-section {
    padding: 50px 0;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

/* Gallery End */

img.goog-te-gadget-icon {
    display: none;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none;
    display: table-header-group !important;
}

div#\:0\.targetLanguage {
    /*background-color: #002357;*/
    background-color: transparent;
}

.google-translate {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}


.links-more {
    display: flex;
}

@media (max-width: 768px) {
    .links-more {
        display: block;
    }

    .vertical .carousel-item {
        height: 10vh;
        max-height: 350px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.boundary table ul {
    list-style-type: disc;
    margin-bottom: 2px;
}


@media screen and (max-width: 1800px) {

    nav .navbar {
        height: 100%;
        /* max-width: 1250px; */
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* margin: auto; */
        /* background: red; */
        padding: 0px 0px;
        /*        overflow-x:scroll;*/
    }

        nav .navbar .links li {
            padding: 0 6px;
            border-right-style: dotted;
            border-color: #5d6878;
            border-width: 1px;
        }

    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    nav .navbar {
        height: 100%;
        /* max-width: 1250px; */
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* margin: auto; */
        /* background: red; */
        padding: 0px 0px;
    }

        nav .navbar .links li {
            padding: 0 5px;
        }
}

#mapImage {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    #mapImage {
        width: 80%;
        height: auto;
    }

    .single-item {
        flex: 0 0 100% !important;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
}




.single-item {
    flex: 0 0 50%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .single-item img {
        width: 100%;
        height: 200px;
        transition: transform 0.3s ease-in-out;
    }

    .single-item:hover img {
        transform: scale(1.2);
    }

.see-more-btn {
    /*    margin-right: 10px;*/
}


.wrapper {
    overflow: hidden;
    position: relative;
}

.wrap-main {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
