@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: var(--text-black);
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 25px;
    line-height: 35px;
}

h2 {
    font-size: 22px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 25px;
}

a {
    text-decoration: none;
    color: var(--text-black);
}

:root {
    --deepgreen: #023f75;
    --deepblue: #003761;
    --lightgray: #e8ecef;
    --gray-2: #f9f9f9;
    --text-black: #181832;
    --text-white: #ffffff;
    --maroon: #a00909;
    --text-blue: #062c53;
    --teal-green: #0a8890;
    --teal-blue: #127099;
    --light-blue1: rgb(15, 122, 174);
    --vibernt-color-dep: #c6ff96;
    --vibernt-color-light: #5decd8;
}

.justify-content-flex-end {
    justify-content: flex-end !important;
}

.navbarmenumodal {
    background-color: #062c53b5;
    color: #ffffff;
}

ul.menu {

    padding: 0;
    list-style: none;
    width: 100%;
    box-shadow: 0px 0px 25px #00000070;
    clear: both;
    display: table;
    margin-bottom: 100px;

    .list {
        font-size: 14px;
        border-bottom: 1px solid #006e8b;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        vertical-align: sub;
        background: var(--light-blue1);
        clear: both;

        &:after {
            content: "\f107";
            font-family: FontAwesome;
            position: absolute;
            right: 17px;
            top: 17px;
            padding: 0px 5px;
            color: #fff;
        }

        &:before {
            content: '\f142';
            font-family: FontAwesome;
            position: absolute;
            left: 17px;
            top: 17px;
            padding: 0px 5px;
            color: #fff;
        }

        a {
            text-decoration: none;
            color: #fff;
            padding: 17px 0px 17px 45px;
            display: block;
            height: 100%;
            box-sizing: border-box;

            &:hover {
                background-color: #324252;
                transition: 300ms all;
                color: var(--vibernt-color-dep);
            }
        }

        .items {
            height: 0px;
            overflow: hidden;

            a {
                padding: 17px;

                &:hover {
                    background-color: #3f5d79;
                    color: #fff;
                    transition: 300ms all;

                }
            }
        }

        &:last-child {
            border-bottom: none;
        }
    }

    .active {
        &:after {
            content: "\f106";
            font-family: FontAwesome;
            position: absolute;
            right: 17px;
            top: 17px;
            padding: 0px 5px;
            color: #fff;
        }

        &:before {
            content: '\f141';
            font-family: FontAwesome;
            position: absolute;
            left: 17px;
            top: 17px;
            padding: 0px 5px;
            color: #fff;
        }

        >.items {
            display: block;
            background: #23313f;
            padding: 0px;
            height: auto;
            color: #fff;
            transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: all 200ms;
            clear: both;
            float: left;
            width: 100%;

            li {
                padding: 0px;
                border-bottom: 1px solid #324252;
                list-style: none;
            }

            li:last-child {
                border-color: transparent;
                padding-bottom: 0px;
            }

            .active {
                >.items {
                    background-color: #2f4b67;
                }
            }
        }

        >a {
            color: var(--vibernt-color-dep);
            text-transform: uppercase;
            font-weight: bold;

        }

        .list {
            background: #697d92;

            a {
                padding: 17px 0px 17px 45px;

            }
        }
    }
}

/*******************************header*************************/
.onehead-fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 999;
}

.header-access .dropdown-toggle {
    padding: 0;
    font-size: 20px;
    line-height: normal;
    background: transparent;
    border: 0;
    margin-left: 15px;
}

.header-access .dropdown-menu {
    background: var(--deepgreen);
}

.topbar_header {
    background: var(--deepgreen);
    color: var(--text-white);
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
}

.calendar-box img,
.accessibility img,
.skip_to_content img {
    width: 20px;
}

.hindi-box img {
    height: 20px;
}

.lang-box {
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid var(--text-white);
    text-align: center;
    font-size: 10px;
    display: inline-block;
    padding: 3px;
    width: 22px;
    color: var(--text-black);
    margin-left: 5px;
}

.theme-box,
.language-box,
.skip_to_content,
.hindi-box,
.social-box {
    margin-left: 10px;
    align-items: center;
    display: flex;
}

.theme-box a {
    display: inline-block;
    border: 1px solid var(--text-white);
    margin-left: 5px;
    width: 20px;
    height: 22px;
}

.theme-box-gray {
    background-color: #f6f6f6;
}

.theme-box-yellow {
    background-color: #fce305;
}

.soical-icons {
    width: 20px;
    height: 20px;
    line-height: 21px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: var(--text-white) !important;
    margin-right: 5px;
    font-size: 12px;
}

.facebook {
    background: #0094d3;
}

.twitter {
    background: #000101;
}

.linkedin {
    background: #006394;
}

.youtube {
    background: #ed0000;
}

header {
    position: relative;
}

.navbar-brand img {
    max-width: 300px;
}

.navigation-box {
    flex-direction: column !important;
}

.upper-head-box {
    width: 100%;
}

.facility-area {
    margin-left: 25px;
}

.f-box {
    display: flex;
    align-items: center;
    line-height: normal;
    margin-left: 10px;
}

.f-box img {
    margin-right: 10px;
    transition: transform 2s;
    max-width: 34px;
}

.f-box:hover {
    cursor: pointer;
}

.upper-head-box button {
    background: var(--deepgreen);
    border-radius: 0.5rem;
    color: var(--text-white);
}

.upper-head-box .form-control {
    border-radius: 0.5rem;
}

.navbar-nav {
    width: 100%;
}

.navbar-nav .nav-item {
    padding-left: 10px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

header .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    padding-bottom: 25px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.nav-link i {
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.nav-link:hover {
    color: var(--light-blue1);
    opacity: 1;
}

/*******************************megamenu*************************/

#star {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: draw 5s linear forwards infinite;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.submenu {
    position: absolute;
    background: #ffffff;
    left: 0;
    padding: 15px;
    min-width: 200px;
    display: none;
    z-index: 99;
}

.submenu ul {
    padding: 0;
}

.submenu li {
    list-style: none;
    margin-bottom: 15px;
}

.submenu li:last-child {
    margin-bottom: 0;
}

.navbar-nav .nav-item:hover .submenu {
    display: block;
}

.megamenu {
    width: 100%;
    min-height: 100px;
    position: absolute;
    background: #fbfeff;
    left: 0;
    display: none;
    padding: 15px 0;
    z-index: 999;
    top: 110px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.company-menus .d-flex {
    align-items: flex-start;
}

.company-menus img {
    width: 160px;
    margin-left: 10px;

}

.navbar-nav .nav-item:hover .megamenu {
    display: block;
}

.welcome-box {
    background: var(--teal-blue);
    color: var(--text-white);
    padding: 25px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.welcome-box h3 {
    color: var(--vibernt-color-light);
    font-size: 22px;
    font-weight: bold;
}

.welcome-box div h3 {
    font-size: 20px;

    color: var(--text-white);
}

.welcome-box div h3 span {
    font-size: 16px;
    color: var(--vibernt-color-dep);
    display: block;
}

.welcome-box div h3 i {
    color: var(--vibernt-color-dep);

}

.welcome-box h4 {
    font-size: 16px;
}

.welcome-box:after {
    content: "";
    background: url(../images/logo-light.png) no-repeat center;
    width: 35px;
    height: 55px;
    background-size: cover;
    opacity: 0.75;
    position: absolute;
    right: 25px;
    bottom: 15px;
}

.explore-link {
    text-decoration: none;
    background: var(--text-white);
    padding: 7px 15px;
    color: var(--deepgreen);
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
}

.explore-link:hover {
    color: var(--deepgreen);
}

.explore-link:hover i {
    animation: jello 1.5s 1;
}

.company-menus h3 {
    font-weight: bold;
    font-size: 22px;
    color: var(--deepgreen);
    border-bottom: 1px dashed var(--deepgreen);
    padding-bottom: 15px;
}

.company-menus ul {
    padding-left: 0;
}

.company-menus ul li {
    list-style: none;
}

.company-menus ul li a,
.submenu a {
    color: var(--text-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 0 0;
    display: block;
    transition: all 0.5ms;
}

.submenu a {
    padding: 0;
}

.company-menus .col-md-5:nth-child(1) ul {
    border-right: 1px dashed var(--deepgreen);
    padding-right: 5px;
}

.company-menus .col-md-6:nth-child(1) ul {
    border-right: 1px dashed var(--deepgreen);
    padding-right: 5px;
}

.company-menus .col-md-3 ul {
    border-right: 1px dashed var(--deepgreen);
    padding-right: 5px;
}

.company-menus .col-md-3:last-child ul {
    border-right: 0;
}

.justify-content-space-between {
    justify-content: space-between !important;
}

.navbar-nav .nav-item:hover .nav-link i {
    transform: rotate(180deg);
}

/*******************************explore business*************************/
.explore-menutab {
    padding: 0;
    margin-top: 5px;
}

.explore-menutab button img {
    filter: brightness(0);
    transform: translateY(0);
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}

.explore-menutab button.active img {
    filter: brightness(1);
}

.explore-menutab .nav-link {
    width: 33%;
    padding: 25px 15px;
    background: #e8ecef;
    border-radius: 0;
    margin-bottom: 5px;
    height: 175px;
    color: var(--text-black);
    font-weight: bold;

}

.explore-menutab .nav-link:hover img {
    animation-name: bounce;
    animation-timing-function: ease;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(0);
    }
}

.explore-menutab .nav-link img {
    height: 50px;
}

.explore-menutab .nav-link.active {
    background-color: var(--deepblue);
}

.explore-menutab button:hover img {
    filter: brightness(1);
}

.explore-menutab .nav-link.hvr-bounce-to-bottom:before {
    background: #00375e !important;
}

.explore-menutab .nav-link p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 16px;
}

.explore-menutab .nav-link:hover p {
    color: var(--text-white);
}

.section-heading .heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    display: flex;
    grid-gap: 22px;
    align-items: center;
    justify-content: center;
    color: var(--text-black);
}

.section-heading .heading:after,
.section-heading .heading:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #181832;
    width: 150px;
}

.explore-menutab .tab-pane img {
    height: 536px;
    width: 100%;
}

.explore-menutab .tab-pane {
    height: 540px;
    background-size: cover;
}

/**********************************aboutsection***************************/
#myChart {
    height: 50%;
    width: 50%;
    min-height: 150px;
}

.zc-ref {
    display: none;
}

select {
    margin: 10px;
}

.about-section {
    background: #fbfbfb;
    /* background: linear-gradient(180deg, rgba(239, 239, 255, 1) 47%, rgba(255, 255, 255, 1) 78%); */
    padding: 5rem 0 15px;
    position: relative;
    overflow: hidden;
}

.gear-pattern-layer {
    position: absolute;
    right: -160px;
    bottom: -35px;
    width: 245px;
    height: 245px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

.chunk-box {
    background: var(--text-white);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    min-height: 345px;
}

.chunk-box h2 {
    font-weight: bold;
    font-size: 30px;
    position: relative;
    color: var(--text-black);
}

.view-all {
    position: absolute;
    right: 0;
    background: var(--deepblue);
    color: var(--text-white);
    text-decoration: none;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 1.5em;
    font-weight: 500;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.view-all:hover {
    background-color: var(--text-white);
    color: var(--deepblue);
    border: 1px solid var(--deepblue);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.number-reflection {
    font-size: 18px;
    text-decoration: none;
    color: var(--text-white);
    padding: 5px 15px;
    border-radius: 10px;
}

.number-reflection:hover {
    color: var(--text-white);
}

.number-reflection span {
    font-weight: bold;
    font-size: 25px;
}

.green-box {
    background: var(--teal-green);
    margin-left: 10px;
}

.blue-box {
    background: var(--teal-blue);
}

.button-group-box {
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
}

.chunk-box ul {
    padding-left: 0;
    margin-top: 25px;
}

.chunk-box li {
    list-style: none;
    font-size: 16px;

}

.chunk-box li i {
    color: var(--vibernt-color-light);
}

.t-link {
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid var(--teal-blue);
    text-decoration: none;
    margin-right: 15px;
    color: var(--text-black);
    min-width: 160px;
}

.t-link span {
    color: var(--deepgreen);
    display: block;
    font-weight: 600;
}

.t-link small {

    font-weight: bold;
    font-size: 12px;
    margin-bottom: -5px !important;
    display: block;
}

.t-link p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}

.red-high {
    color: #e72a00;

    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: -5px !important;
}

.desc {
    font-size: 14px;
    margin: 20px 0;
    text-align: justify;
}

.link-career a {
    text-decoration: none;
    color: var(--deepgreen);
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.link-career a i {
    margin-right: 5px;
}

.career-box {
    justify-content: space-between;
}

.career-img {
    position: absolute;
    right: 10px;
    bottom: 0;
}

/*********************************news section*************************************/
.news-section {
    background: url("../images/news-bg.jpg") no-repeat center;
    padding: 5rem 0;
    background-size: cover;
}

.myWrapper ul {
    padding-left: 0;
}

.news-stripe {
    list-style: none;
    background: var(--text-white);
    display: flex;
    margin-bottom: 25px !important;
}

.news-stripe .news-thumb {
    width: 130px;
}

.news-date {

    font-size: 13px;
    color: var(--deepgreen);
    display: block;
    margin-bottom: 10px;
}

.news-details-info h3 {
    margin-bottom: 0;
    font-size: 18px;
}

.news-details-info {
    padding: 15px 25px 15px 35px;

}

.reward-section {
    padding: 4rem 0;
}

.reward-box {
    width: 100%;
    padding: 25px;
    border: 1px solid #cbcbcb;
    border-radius: 20px;

}

.reward-box:hover {
    color: var(--light-blue1);
}

.reward-box img {
    /* filter: brightness(0); */
    transition: 0.4s ease-out;
}

.reward-box h4 {
    font-size: 18px;
    font-weight: bold;
}

.counting-num {
    font-weight: bold;
    font-size: 32px;
    color: var(--deepgreen);
}

.reward-box p {
    margin-bottom: 0;
    font-size: 16px;
}

/* .reward-box:hover{
    background: var(--deepblue);
    color: var(--text-white);
  } */

.reward-box.hvr-rectangle-out {
    border-radius: 5px;
    background: transparent;
}

.reward-box.hvr-rectangle-out:before {
    /* background: var(--deepblue);
    color: var(--text-white); */
    border-radius: 5px;
    background-color: #f9f9f9;
}

.reward-box:hover img {
    /* filter: brightness(1); */
    transform: scale(0.75);
}

.reward-box:hover .counting-num {
    color: var(--text-blue);
}

/***********************flipbox*******************************/
.flipbox-section {
    padding: 5rem 0;
}

.flipbox-section .card {
    height: 270px;
    border-radius: 15px;
    padding: 22px 12px;
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.4s ease-out;
    /* box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5); */
    width: 20%;
}

.flipbox-section .card:hover {
    transform: translateY(20px);
}

.flipbox-section .card:hover:before {
    opacity: 1;
}

.flipbox-section .card:hover .info {
    opacity: 1;
    transform: translateY(-10px);
}

.flipbox-section .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #dff5ff;
    z-index: 2;
    transition: 0.4s ease-out;
    opacity: 0;

    color: var(--text-black);
}

.flipbox-section .read_more {
    display: block;
    width: 30px;
    height: 30px;
    background: var(--deepgreen);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin: auto;
    transition: 0.4s ease-out;
}

.flipbox-section .read_more i {
    color: #fff;
}

.flipbox-section .read_more:hover {
    background: #fff;
}

.flipbox-section .read_more:hover i {
    color: var(--deepgreen);
}

.flipbox-section .card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}

.flipbox-section .card .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s ease-out;
}

.flipbox-section .card .info h1 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    color: var(--deepgreen);
    text-align: center;
    /* border-bottom: 2px solid var(--deepgreen); */
}

.flipbox-section .card .info p {
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 8px;
    color: black;
    text-align: center;
}

.flipbox-section .card .info button {
    padding: 0.25rem 0.6rem;
    outline: none;
    border: none;
    border-radius: 20px;
    background: var(--deepgreen);
    color: var(--text-white);
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
    display: block;
    margin: 0 auto;
}

/* .flipbox-section .card .info button:hover {
    background: dodgerblue;
    color: white;
  } */
.flipbox-name {
    position: absolute;

    font-weight: bold;
    font-size: 20px;
    top: 50%;
    margin-top: -25px;
    color: var(--text-white);
    border-bottom: 2px solid var(--text-white);
    text-align: center;
}

/*************************customer-feedback-section-2***********************************/
.customer-feedback-section-2 {
    padding-bottom: 50px;
    margin-bottom: -5px;
    overflow: hidden;
}

.contact-showing-box {
    padding: 20px;
    background: #023f75;
    color: var(--text-white);
    width: 100%;
    height: 123px;
    display: flex;
    flex-direction: column;
    align-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    margin-bottom: 15px;
}

.contact-showing-box:nth-child(2) {
    background: var(--light-blue1);
    color: var(--text-white);
}

.contact-showing-box:nth-child(3) {
    background: #0ba8f5;
}

.contact-showing-box h4 {
    font-size: 18px;

}

.contact-showing-box a {
    display: block;
    color: var(--text-white);
}

.side-svg {
    position: absolute;
    right: 6px;
    width: 76px;
    transform: rotate(20deg);
    bottom: 0px;
    opacity: 0.2;
}

.contact-showing-box:hover .side-svg {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

/**********************footer******************************/

footer * {
    font-family: Arial, Helvetica, sans-serif;
}

footer {
    padding: 3rem 0 2rem;
    /* background: url(../images/bg-footer.jpg) no-repeat center bottom #fff; */
    background-size: cover;
    background-color: var(--deepblue);
    color: var(--text-white);

}

.footer_top {
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer_top ul {
    margin: 0;
    padding: 0
}

.footer_top ul li {
    background: url(../images/bullet3.png) no-repeat left 6px;
    margin: 0;
    padding: 0;
    padding-left: 18px;
    list-style-type: none;
    margin-bottom: 12px
}

.footer_top ul li a {
    color: #006543;
    display: inline-block
}

.footer_top ul li a:hover {
    color: #e01515
}

.footer_top p {
    color: #333;
    line-height: 25px
}

.footer_top p a {
    color: #006543
}

.footer_top p a:hover {
    text-decoration: underline
}

.footer-slider {
    padding: 14px 0px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 1px -3px 6px 1px rgba(158, 158, 158, 0.18);
    -moz-box-shadow: 1px -3px 6px 1px rgba(158, 158, 158, 0.18);
    box-shadow: 1px -3px 6px 1px rgba(158, 158, 158, 0.18)
}

.footer-slider .swiper-slide {
    border-right: 1px solid #ddd;
    border-radius: 0px !important;
}

.footerCopyright {
    background: url(../images/bg-copyright.jpg) repeat-x left top #fff;
    padding: 15px 0px;
    line-height: 32px;
    font-size: 12px
}

.footerCopyright .copy {
    color: #767676;
}

.footerCopyright .powered {
    color: #767676
}

.footerCopyright .powered a {
    color: #006543
}

.socal_media a {
    width: 32px;
    height: 32px;
    line-height: 0;
    text-align: center;
    display: inline-block;
    margin: 0 2px;
    font-size: 0;
    border-radius: 50%;
}

.socal_media a:after {
    content: '';
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-family: FontAwesome;
    color: #fff;
    display: block;
    border-radius: 50%;
    font-size: 15px;
}

.socal_media a.facebook:after {
    content: '\f09a';
    background: #3b5998;
    border: 1px solid #3b5998
}

.socal_media a.twitter:after {
    content: '\f099';
    background: #55acee;
    border: 1px solid #55acee
}

.socal_media a.linkedin:after {
    content: '\f0e1';
    background: #1d74a0;
    border: 1px solid #1d74a0
}

.socal_media a.youtube:after {
    content: '\f167';
    background: #cf3427;
    border: 1px solid #cf3427
}

.socal_media a.facebook:hover:after {
    background: #fff;
    border: 1px solid #3b5998;
    color: #3b5998
}

.socal_media a.twitter:hover:after {
    background: #fff;
    border: 1px solid #55acee;
    color: #55acee
}

.socal_media a.linkedin:hover:after {
    background: #fff;
    border: 1px solid #1d74a0;
    color: #1d74a0
}

.socal_media a.youtube:hover:after {
    background: #fff;
    border: 1px solid #cf3427;
    color: #cf3427
}

.mandatory-txt {
    font-size: 12px;
}

.res-commnt {
    word-break: break-word;
}

/* footer ul li a {
    text-decoration: none;
    color: var(--text-black);
    font-weight: 600;
}
footer ul li {
    padding-bottom: 10px;
}
.text-right {
    text-align: right !important;
}
.social-box-footer {
    display: flex;
    justify-content: flex-end;
}
.social-box-footer a {
    color: var(--text-black);
    font-size: 15px;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 15px;
} */
.user-visit {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}

.copyright-section {
    font-size: 12px;
}

.external-link-swiper img {
    max-width: 100%;
    text-align: center;
    height: 55px;

}

.external-link-swiper .swiper-slide {
    text-align: center;
    background: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    padding: 10px;
}

.copyright-section a {
    text-decoration: none;
    color: var(--vibernt-color-light);
}

.icon-textarea {
    float: left;
    margin-left: 9px;
    margin-top: -116px;
    position: relative;
    z-index: 2;
    color: var(--deepgreen);
}

.form-box {
    padding: 30px;
    background: #dff5ff;
    border-radius: 20px;
}

.form-box .form-group {
    margin: 0 !important;
}

.form-box input,
.form-box textarea {
    /* to create space for placing icon*/
    color: #505d7b;
    border-radius: 7px !important;
    border-radius: 0px;
    border-color: #d4d4d4;
    margin-bottom: 15px;
}

.form-box input {
    height: 50px;
}

.form-box button {
    background: var(--deepblue);
    color: var(--text-white);
    text-decoration: none;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 1.5em;
    font-weight: 500;
}

.video-details-box {
    background: var(--deepgreen);
    color: var(--text-white);
    border-radius: 0 0 15px 15px;
    padding: 15px;
    margin-top: -5px;
    justify-content: space-between;
    align-content: center;
    font-size: 18px;
}

.view-all-video {
    padding: 5px 15px;
    color: var(--deepgreen);
    text-decoration: none;
    background: var(--text-white);
    border-radius: 15px;
    font-size: 14px;
}

.cl-effect-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.cl-effect-2 a {
    position: relative;
    margin-left: 15px;

    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 16px;
}

.pattern-2.cl-effect-2 a {
    font-size: 12px;
    line-height: 30px;
}

.right-side-foot .user-visit {
    font-size: 12px;
    margin-right: 10px;
}

.cl-effect-2 a:hover,
.cl-effect-2 a:focus {
    outline: none;
}

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.cl-effect-2 a:nth-child(3) span {
    background: var(--light-blue1);
    color: var(--text-white);
}

.cl-effect-2.pattern-2 {
    justify-content: space-between;
}

.cl-effect-2 a span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background: var(--teal-green);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 0.25em;
}

.cl-effect-2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0965a0;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border-radius: 0.25em;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
    border-radius: 0.25em;
}

.cl-effect-2 a:hover span::before,
.cl-effect-2 a:focus span::before {
    background: #28a2ee;
    padding-left: 15px;
    border-radius: 0.25em;
    color: var(--text-white);
}

.sensex {
    margin: 0;
    font-weight: bold;
}

.sensex li {
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
}

.sensex li:not(:last-child) {
    margin-right: 20px;
}

.sensex>li>img {
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

footer ul li a.hvr-underline-from-left:before {
    background: var(--deepblue);
}

footer ul li a:hover {
    color: var(--deepblue);
}

.link-foot-box a {
    color: var(--vibernt-color-light);
    /* font-weight: bold; */
}

.link-foot-box h6 {
    opacity: 0 !important;
}

/***********************************************************************/


/**************************************breadcrumb**************************************************/
.breadcrumb-stripe {
    background: #97ffa0;
    padding: 10px 0;
    color: var(--text-white);

}

.breadcrumb-stripe ul {
    padding-left: 0px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    align-content: center;
}

.breadcrumb-stripe ul li {
    list-style: none;
}

.breadcrumb-stripe ul li a {
    color: var(--text-black);
}

.breadcrumb-stripe ul li {
    padding-right: 20px;
}

.breadcrumb-stripe ul li a i {
    color: var(--vibernt-color-dep);
    padding-right: 3px;
}

/*** 

====================================================================
	About Page
====================================================================

***/
.board-members-section {
    padding: 4rem 0;
}

/* Product Block */

.product-block {
    position: relative;

    margin-bottom: 60px;
}

.product-block .inner-box {
    position: relative;
    text-align: center;
}

.product-block .inner-box .color-layer {
    position: absolute;
    left: 0px;
    top: 90px;
    right: 0px;
    bottom: 25px;
    border-radius: 7px;
    background-color: var(--gray-2);
    border: 1px solid #ededed;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: -1;
    height: 240px;
}

.designation {
    font-size: 16px;
}

.product-block .inner-box .color-layer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-radius: 7px;
    transform: scale(0.3, 1);
    background-color: var(--text-blue);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.product-block .inner-box:hover .color-layer:before {
    transform: scale(1, 1);
    opacity: 1;
}

.product-block .inner-box .image-box {
    position: relative;
    display: inline-block;
}

.product-block .inner-box .image-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-radius: 50%;
    background-color: var(--vibernt-color-light);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.product-block .inner-box:hover .image-box:before {
    transform: translateY(-15px);
    opacity: 1;
}

.product-block .inner-box .image {
    position: relative;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--text-white);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.product-block .inner-box .image img {
    width: 100%;
}

.product-block .inner-box:hover .designation {
    color: var(--text-white);
}

.product-block .inner-box h5 {
    position: relative;
    color: var(--deepblue);

    font-weight: 600;
    font-size: 20px;
    margin-top: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.product-block .inner-box:hover h5 {
    color: var(--text-white);
}

.top-management {
    background: #f7f7f7;
    padding: 5rem 0;
    position: relative;
}

.medium-text {
    font-size: 18px;
}

.section-header h1 {
    font-size: 35px;
    color: var(--deepblue);
    font-weight: bold;

}

.section-header h3 {
    color: var(--deepblue);

    font-size: 30px;
    font-weight: bold;
}

.management-tab .nav-tabs {
    justify-content: space-between;
    text-align: center;
}

.management-tab .nav-item {
    width: 33%;
}

.management-tab .nav-item img {
    display: block;
    margin: 0 auto 15px;
    height: 100px;
}

.management-tab .nav-link,
.jvs-tab .nav-link {
    width: 100%;
    border-bottom: 2px solid #e9e9e9;
    border: 0;
    color: #003942;
}

.management-tab .nav-item:hover .nav-link {
    color: var(--teal-blue);
}

.management-tab .nav-item:hover .hvr-float {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.management-tab .nav-link:hover {
    border: 0;
}

.management-tab .nav-link.active {
    background: transparent;
    border: 0;
    color: var(--teal-blue);
    border-bottom: 2px solid var(--deepgreen);
}

.management-emplyoee-box {
    padding: 25px 15px;
    border-radius: 0.55rem;
    border: 1px solid #e9e9e9;
    background: var(--text-white);
    text-align: center;
    width: 100%;

    margin-bottom: 25px;
    overflow: hidden;
}

.management-emplyoee-box h4 {
    font-weight: 600;
    font-size: 18px;
}

.management-emplyoee-box .designation {
    font-size: 14px;
}

.top-management::before {
    content: "";
    background: url(../images/decoration-back-main-1-L-half.png);
    position: absolute;
    left: 0;
    top: 25px;
    width: 230px;
    height: 350px;
    background-size: cover;
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.management-emplyoee-box:before {
    position: absolute;
    content: "";
    top: -40px;
    border-radius: 50%;
    left: -45px;
    width: 80px;
    height: 80px;
    background-color: var(--teal-blue);
    border: 4px solid #fff;
    box-shadow: 0 20px 50px rgba(150, 157, 176, 0.25);
    transform: scale(0);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.management-emplyoee-box:hover:before {
    transform: scale(1);
}

.diversity-box {
    background: url("../images/diversity-bg.png") no-repeat #003942;
    width: 100%;
    min-height: 250px;
    padding: 35px;
    color: var(--text-white);
    border-radius: 20px;
    align-content: center;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.diversity-box .section-header h3 {
    color: var(--text-white);
    font-size: 30px;
}

.diversity-box .desc {
    font-size: 16px;
    padding-right: 5%;
}

.diversity-box .col-md-4 {
    position: relative;
}

.diversity-box .col-md-4:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: -5%;
    border-left: 2px dashed var(--text-white);
}

.overview-section {
    padding: 6rem 0;
}

#chartdiv {
    width: 100%;
    height: 350px;
}

.quote-high-box {
    border: 3px solid var(--deepgreen);
    border-radius: 30px;
    padding: 35px;
}

.hover-quote-right {
    background: #ffffff;
    bottom: -25px;
    position: absolute;
    right: 35px;
    padding: 0 15px;
    font-size: 55px;
    color: var(--deepgreen);
}

.hover-quote {
    position: absolute;
    font-size: 55px;
    background: #ffffff;
    top: -35px;
    left: 25px;
    color: var(--deepgreen);
    padding: 0 15px;
}

.overflow-box {
    max-height: 520px;
    overflow-y: scroll;
    margin-right: 3px;
    padding-right: 10px;

}

/* width */
.overflow-box::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.overflow-box::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.overflow-box::-webkit-scrollbar-thumb {
    background: var(--teal-blue);
    border-radius: 5px;
}

/* Handle on hover */
.overflow-box::-webkit-scrollbar-thumb:hover {
    background: var(--teal-green);
}

/*** 

====================================================================
	JVS Page
====================================================================

***/
.joint-venture-section {
    position: relative;
    padding-top: 3rem;
    overflow: hidden;
}

/* .joint-venture-section::before {
    content: "";
    position: absolute;
    background: url("../images/tier-bg.png") no-repeat center;
    background-size: cover;
    width: 55%;
    height: 70%;
    left: -25%;
    top: 0;
    z-index: -1;
} */
.pxl-item--inner {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    /* box-shadow: 0 10px 60px rgba(137, 151, 186, .15); */
    position: relative;

}

.pxl-item--featured {
    overflow: hidden;
    position: relative;
}

.inner-jv-box:hover .pxl-item--featured img {
    transform: scale(1.1) rotate(3deg);
}

.pxl-item--inner .pxl-item--featured img {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.jv-box .pxl-item--inner .pxl-item--featured img {
    width: 100%;
    border-radius: 10px;
}

.pxl-item--inner .wrap-inner {
    padding: 25px 30px 30px 25px;
    background: var(--gray-2);
}

.pxl-item--title {
    margin-bottom: 12px;

    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.48px;
    color: var(--deepblue);
}

.pxl-item--inner .pxl-item--button {
    -webkit-transition: 250ms all linear 0ms;
    -khtml-transition: 250ms all linear 0ms;
    -moz-transition: 250ms all linear 0ms;
    -ms-transition: 250ms all linear 0ms;
    -o-transition: 250ms all linear 0ms;
    transition: 250ms all linear 0ms;
    transform: scale(0);
    position: absolute;
    z-index: 2222;
    top: 30px;
    width: 49px;
    height: 49px;
    right: 30px;
    background-color: #003942;
    border-radius: 100px;
    text-align: center;
    line-height: 44px;
}

.inner-jv-box:hover .pxl-item--button {
    transform: scale(0.8) !important;
}

.pxl-item--inner .pxl-item--holder {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    padding: 0 45px 34px;
    width: 100%;
    height: 100%;
    bottom: -50px;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, #003942 11.66%, rgba(248, 197, 3, 0) 100.06%);
    -webkit-transition: 250ms all linear 0ms;
    -khtml-transition: 250ms all linear 0ms;
    -moz-transition: 250ms all linear 0ms;
    -ms-transition: 250ms all linear 0ms;
    -o-transition: 250ms all linear 0ms;
    transition: 250ms all linear 0ms;
}

.owl-theme .owl-dots .owl-dot {
    display: block !important;
}

.pxl-item--holder h6 {
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    bottom: 40px;
    width: 80%;
}

.inner-jv-box:hover .pxl-item--holder {
    opacity: 1;
    bottom: 0px;
}

.grid-animation {
    position: absolute;
    animation: pxl_left_right 12s ease-out infinite;
    right: 7%;
    bottom: 10%;
    opacity: 0.75;
    -webkit-animation: pxl_left_right 12s ease-out infinite;
}

@keyframes pxl_left_right {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-40px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(40px);
    }

    100% {
        transform: translateX(0);
    }
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px !important;
}

.owl-dot.active span {
    width: 40px;
}

.jvs-tab .accordion-button:not(.collapsed) {
    background-color: var(--deepblue);
    color: var(--text-white);
}

.jvs-tab .accordion-header .accordion-button {
    background: var(--vibernt-color-light);
    color: var(--text-blue) !important;
}

.jvs-tab .counter-text a {
    position: relative;
    margin-top: 10px;
    color: #77b2ac;
    font-weight: bold;
    font-size: 14px;
}

.jvs-tab .counter-text {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada
}

.jv-box .meta-content {
    width: 100%;
}

.jvs-tab .nav-item {
    width: 50%;
}

.jvs-tab .nav-link {
    font-size: 20px;
    background: #e4fdf7;
    color: var(--text-black);
    border-radius: 0;
}

.jvs-tab .nav-tabs {
    width: 100%;
}

.jvs-tab .nav-link {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

.jvs-tab .nav-link.active {
    background: var(--deepblue);
    border: 0;
    color: var(--text-white);
}

.jvs-tab .nav-item:hover .nav-link {
    color: var(--teal-blue);
    border: 0;
}

/*** 

====================================================================
	Contact Us Page
====================================================================

***/
.rts-banner-area-two {
    position: relative;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    background: var(--teal-green);
}

.rts-banner-area-two .banner-image-right {
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(17% 0, 100% 0, 100% 100%, 18% 100%, 9% 77%);
    width: 1220px;
    height: 607px;

    background-color: #fff;
    /* background-image: url(../images/banner/03.jpg); */
}

.rts-banner-area-two .banner-image-right .banner-content {
    margin-left: 300px;
    margin-top: 130px;
}

.rts-banner-area-two .banner-image-right .banner-content span {
    color: #0C0A0A;

    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.rts-banner-area-two .banner-image-right .banner-content .title {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.rts-banner-area-two .banner-image-right .banner-content .short-disc {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
}

.rts-btn.btn-seconday {
    background: var(--text-blue);
    padding: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    height: 50px;

    &:hover {
        &::after {
            transform: translateY(0);
        }
    }
}

.rts-btn.btn-seconday::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--vibernt-color-light);
    transform: translateY(110%);
    transition: 0.3s;
    z-index: -1;
}

.banner-slide-3 {
    margin-top: 0;
    animation: ImgBounce 2s ease-in-out 0s infinite alternate;
}

.registered-office-box {
    padding: 5rem 0 0rem;
    background-image: url(../images/bg-block-left-top.png);
    background-position: top left;
    background-repeat: no-repeat;

}

.registered-office-box .accordion-button {
    font-weight: bold;
}

.registered-office-box .accordion-button:not(.collapsed) {
    color: var(--deepblue);
    background-color: transparent;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.registered-office-box .accordion-body ul {
    list-style: none;
    padding-left: 0;
}

.registered-office-box .accordion-body ul li svg {
    width: 15px;
}

.thumbnail-11-about {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.thumbnail-11-about img {
    max-width: 450px;
}

.thumbnail-11-about .shorts-experience {
    position: absolute;
    left: -20px;
    top: 60px;
    transform: rotate(-90deg);
    padding: 15px;
    background: #ffffff;

}

.thumbnail-11-about .shorts-experience .title {
    color: #30373E;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 7px;
}

.thumbnail-11-about .shorts-experience span {
    color: #30373E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
}

.thumbnail-11-about .small-image {
    position: absolute;
    bottom: -120px;
    left: 0;
    border: 18px solid #fff;
    max-width: 300px;
}

.contact-banner {
    background: url('../images/contact-bg.jpg') no-repeat center;
    padding: 4rem 0 10rem;
    background-attachment: fixed;
    min-height: 50vh;
    text-align: center;

}

.contact-banner .section-head {
    z-index: 9;
    position: relative;
}

.contact-banner::after {
    content: '';
    position: absolute;
    background: var(--text-black);
    opacity: 0.75;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.city-wise-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.50rem;
    border: 1px dashed var(--light-blue1);
    padding: 25px;
    justify-content: flex-start;
    margin-bottom: 15px;
    cursor: pointer;
    width: 300px;
    align-content: center;
    align-items: center;
}

.contats-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.contact-tab-section .nav-pills-custom .nav-link {
    width: 100%;
    position: relative;
    display: block;
    padding: 12px 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact-tab-section .nav-pills-custom .nav-link.active {
    color: var(--text-white);
    background: var(--deepgreen);
    border-radius: 1e3px 0 0 1e3px;
}

.contact-tab-section .nav-pills-custom .nav-link:hover i {
    transform: translateX(10px);
}

.contact-tab-section .nav-pills-custom .nav-link.active i {
    padding-left: 10px;
}

.contact-tab-section .nav-pills-custom .nav-link i {
    padding-right: 15px;
    transition: all 1000ms ease, transform 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contats-item {
    text-decoration: none;
    padding: 30px 15px 30px;
    color: #000;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 2px 2px 10px rgba(61, 61, 61, 0.596);
    transition: all 1000ms ease, transform 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    list-style: none;
}

.contats-item .title {
    font-size: 16px;
    font-weight: 600;
}

.contats-item:hover .title {
    color: #fff !important;
}

.contats-item:hover {
    background-color: var(--deepblue);
    color: #fff !important;
}

.contats-item:hover {
    transform: translateY(-20px);
    transition-duration: 1000ms;
}

.contats-item::after:hover {
    background-color: #fff;
    color: #ff4848;
}

.contats-item .call-user {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px 0;
    cursor: pointer;
    transition: inherit;
    /* box-shadow: inset 4px 4px 7px rgba(61, 61, 61, 0.596);
   */
    background-color: var(--deepblue);
    background-size: 20px 20px;
}

.contats-item p a .contats-item:hover p a {
    color: var(--text-white);
}

.contats-item .call-user a {
    color: #fff;
}

.contats-item:hover .call-user {
    background-color: #fff;
}

.contats-item:hover .call-user a {
    color: var(--deepblue);
}

.contats-item .description {
    margin-bottom: 20px;
    padding: 0;
}

.border-btm {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 3px solid var(--deepblue);
}

.contact-det-list {
    padding: 0;
}

.contact-det-list li {
    list-style: none;
    margin-bottom: 15px;
}

.contact-det-list li .cicon {
    float: left;
    font-size: 20px;
    line-height: 18px;
    margin: 0 15px 0 0;
    color: var(--deepgreen);
}

.contact-det-list li a {
    text-decoration: none;
}

.feedback-form .form-group {
    margin-bottom: 15px;
}

.right-side-content .management-emplyoee-box {
    text-align: left;
}

.management-emplyoee-box ul {
    padding: 0;
}

.management-emplyoee-box ul li {
    margin: 0 0 10px;
    list-style: none;
    position: relative;
}

.management-emplyoee-box ul li i {
    font-size: 20px;
    padding-right: 10px;
    width: 25px;
    color: var(--teal-blue);
}

.feedback-frm .icon-textarea {
    margin-top: -143px;
}

.feedback-frm textarea {
    height: 143px;
}

.contact-details {
    background-image: url(../images/h1-bg2.webp);
    background-position: center center;
    background-size: cover;
    padding: 5rem 0 11%;
    position: relative;
}

.contact-details .contact-box-single {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.contact-details .contact-box-single img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.contact-bx-text {
    padding: 15px;
    text-align: center;
}

.contact-details .contact-box-single .pxl-item--icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(137, 151, 186, 0.15);
    width: 90px;
    height: 90px;
    border-radius: 15px;
    background-color: var(--deepblue);
    margin: 0 auto;
    margin-top: -45px;
    margin-bottom: 23px;
}

.contact-details .contact-box-single .pxl-item--icon i {
    font-size: 41px;
    color: var(--text-white);
}

.contact-details .contact-box-single .pxl-item--icon svg path {
    fill: var(--text-white);
}

.posrel {
    position: relative;
}

.feedback-frm {
    border-radius: 17px;
    background-color: var(--deepblue);
    color: #ffffff;
    padding: 40px 50px 45px;
    /* margin-top: -40%; */
}

.gmap-holder {
    margin-bottom: 70px;
    position: relative;
}

.feedback-frm button {
    width: 100%;
    background: var(--vibernt-color-light);
    border-radius: 6px;
    height: 50px;
    font-size: 18px;
    color: var(--deepblue);
}

.feedback-frm button:hover {
    background: var(--vibernt-color-light);
}

@keyframes pxl_right_left {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-40px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(-40px);
    }

    100% {
        transform: translateX(0);
    }
}

.gmap-holder .section-heading {
    margin-top: 11%;
}

.map-navigate {
    font-size: 60px;
    opacity: 0.5;
    color: var(--vibernt-color-light);
}

.map-navigate:hover {
    opacity: 1;
    color: var(--vibernt-color-light);
}

.overflow-box-address {
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
}

.overflow-box-address::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.overflow-box-address::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.overflow-box-address::-webkit-scrollbar-thumb {
    background: var(--teal-blue);
    border-radius: 10px;
}

/* Handle on hover */
.overflow-box-address::-webkit-scrollbar-thumb:hover {
    background: var(--teal-green);
}

.gmap-holder::after {
    animation: pxl_right_left 12s ease-out infinite;
    -webkit-animation: pxl_right_left 12s ease-out infinite;
    position: absolute;
    right: 0;
    bottom: -50px;
    content: url(../images/mov-dot.svg);
    z-index: -1;
}

.feedback-frm .icon {
    position: relative;
    float: left;
    margin-left: 9px;
    margin-top: -32px;
    z-index: 2;
    color: var(--deepgreen);
}

.contact-tab-section {
    overflow: hidden;
}

.left-side-nav {
    background: var(--light-blue1);
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 35px 0 35px 0;

    color: var(--text-white);
}

.left-side-nav .nav-pills-custom {
    width: 60%;
}

.contact-tab-section>.container-fluid>.row>div:nth-child(2) {
    background: url("../images/contact-bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.attachment-full {
    position: absolute;
    animation: pxl_left_right 12s ease-out infinite;
    left: 7%;
    top: 10%;
    opacity: 0.75;
    -webkit-animation: pxl_left_right 12s ease-out infinite;
}

.right-side-content {
    padding: 50px 25px 35px 0;

}

.right-side-content .tab-content {
    background: var(--deepgreen);
    width: 750px;
    bottom: 0;
    padding: 5%;
    border-radius: 0.5rem;
    left: -25px;
    position: absolute;
    height: 525px;
    color: var(--text-white);
}

.contats-list ul {
    padding-left: 0;
}

.city-modal {
    background: var(--lightgray);
    color: var(--deepgreen);
    border-radius: 5px;

}

.city-modal ul {
    padding-left: 0;
}

.city-modal ul li {
    list-style: none;
    font-size: 16px;
}

.city-modal .modal-title {
    font-size: 25px;
}

.contats-list ul li {
    list-style: none;
}

.key-contact {
    padding: 5rem 0;
    background: #fbfbfb;
}

.right-side-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-white);
    margin-left: 15px;
    margin-top: 5px;
}

.right-side-content address {
    font-size: 18px;
    line-height: 26px;
    color: var(--text-white);
}

.right-side-content ul {
    padding-left: 0;
}

.right-side-content ul li {
    padding: 0 0 15px;
    list-style: none;
    font-size: 18px;
    color: var(--text-white);
}

.right-side-content ul li svg {
    margin-right: 10px;
}

.right-side-content ul li a {
    color: var(--text-white);
}

.fix-width {
    width: 150px !important;
    height: 100px !important;
}

.contact-style-1 {
    padding: 5rem 0;
}

.contact-style-1 input {
    height: 50px;
}

.contact-style-1 .site-button {
    height: 50px;
    width: 100%;
}

.contact-style-1 .form-control {
    padding: 10px 20px;
    border-radius: 4px;
}

.contact-style-1 .form-control:focus,
.contact-style-1 .form-control:hover {
    border-color: #c0c0c0;
}

.contact-style-1 h2 {
    margin-top: 0;
}

.contact-style-1 .border-1 {
    border: 1px solid #eee;
}

.contact-style-1 .dlab-social-icon-lg {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    text-align: left;
    width: 100%;
    margin: 0;
}

.contact-style-1 .dlab-social-icon-lg a {
    text-align: center;
}

.contact-style-1 .dlab-social-icon-lg li a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #eee;
}

.p-a30 {
    padding: 30px;
}

.no-margin {
    margin: 0 0 0 !important;
    padding: 0 !important;
    list-style: none;
}

.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
    display: table;
    line-height: normal;
    margin-left: auto;
    padding: 15px;
    width: 52px;
    text-align: center;
}

.icon-bx-xs i {
    font-size: 20px;
    color: var(--deepblue);
}

.icon-bx-xs:hover i {
    color: var(--light-blue1);
}

.icon-bx-wraper {
    position: relative;
}

.icon-cell {
    display: table-cell;
    vertical-align: middle;
}

.contact-style-1 .section-head .section-title-divider {
    margin-bottom: 0px;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid var(--light-blue1);
    padding: 8px 25px;
    cursor: pointer;
    color: var(--light-blue1);
    font-size: 16px;
    font-weight: 400;
    text-transform: CAPITALIZE;
    line-height: 1.3em;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}

.contact-style-1 .section-head .section-title-divider:hover {
    background: var(--light-blue1);
    color: var(--text-white);
}

/*** 

====================================================================
	Milestone Page
====================================================================

***/
.milestone-head span {
    font-size: 16px;
    color: var(--vibernt-color-light);
}

.milestone-head {
    font-size: 30px;
    color: var(--teal-blue);

    font-weight: bold;
}

.milestone-tab .nav-tabs:hover .nav-link {
    border: 0;
    border-radius: 0;
    color: var(--deepblue);
}

.milestone-tab .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: var(--text-blue);
}

.milestone-tab .nav-tabs .nav-link.active {
    border: 0;
    border-top: 1px solid var(--bs-cyan);
    border-width: 5px;
    border-radius: 0;
    background: #fbfbfb;
    color: var(--deepblue);
}

.milestone-tab .tab-pane {
    padding: 2rem 25px;
}

.milestone-tab .tab-pane.active {
    background: #fbfbfb;
}

.milestone-tab .owl-dots {
    margin-top: 0 !important;
}

.service-block-four {
    position: relative;
    margin-bottom: 30px;
}

.milestone-tabname {
    position: relative;
}

.milestone-tabname .owl-nav {
    position: absolute;
    right: 0;
    width: 70px;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.milestone-tabname .owl-nav button.owl-prev,
.milestone-tabname .owl-nav button.owl-next {
    border: 2px solid #dadada;
    display: block;
    padding: 0px 10px !important;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    line-height: normal;
    background: var(--deepgreen);
}

.milestone-tabname .owl-nav button.owl-next {
    display: block;
}

.service-block-four .inner-box {
    position: relative;
    padding: 30px 22px;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--text-white);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    min-height: 300px;
}

.service-block-four .inner-box .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service-block-four .inner-box .image-layer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.85;
    background-color: var(--deepgreen);
}

.service-block-four .inner-box:hover .image-layer {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service-block-four .inner-box .post-number {
    position: absolute;
    right: 30px;
    top: 35px;
    line-height: 1em;
    font-weight: 800;
    font-size: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: linear-gradient(to bottom, var(--teal-blue) 0%, var(--text-white) 100%);
}

.service-block-four .inner-box:hover .post-number {
    color: var(--text-white);
}

.service-block-four .inner-box:hover .icon-box {
    color: var(--text-white);
    /* background: var(--color-fourtyone); */
    background: linear-gradient(to right, var(--vibernt-color-dep) 0%, var(--teal-blue) 100%);
}

.service-block-four .inner-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-size: 34px;
    color: var(--text-blue);
    background-color: #f7f7f7;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-four .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-four .inner-box h5 {
    font-weight: 800;
    color: var(--text-blue);
    font-size: 30px;
    margin-top: 20px;
    position: relative;
    z-index: 9;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-four .inner-box:hover h5,
.service-block-four .inner-box:hover .text {
    color: var(--text-white) !important;
}

.service-block-four .inner-box .text {
    position: relative;
    font-size: 14px;
    margin-top: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    overflow-y: auto;
    height: 105px;
}

/* width */
.service-block-four .inner-box .text::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.service-block-four .inner-box .text::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.service-block-four .inner-box .text::-webkit-scrollbar-thumb {
    background: var(--teal-blue);
    border-radius: 5px;
}

/* Handle on hover */
.service-block-four .inner-box .text::-webkit-scrollbar-thumb:hover {
    background: var(--teal-green);
}

.histroy-section2 {
    background-color: var(--teal-blue);
    color: var(--text-white);
}

.histroy-section {
    background-color: var(--gray-2);
}

.cursor-pointer {
    cursor: pointer;
}

.pres-timeline {
    font-size: 12px;
    color: #4a4a4a;
    width: 100%;
    margin: 30px 0;
}

.pres-timeline>div>div {
    padding: 1em 0;
    box-sizing: border-box;
}

.pres-timeline .periods-container,
.pres-timeline .cards-container {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    min-height: 100px;
    transition: height 0.5s ease-in-out;
}

.periods-container:before {
    background-image: linear-gradient(left, #fff, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}

.periods-container:after {
    background-image: linear-gradient(right, #fff, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}

.periods-container .btn-back,
.periods-container .btn-next {
    display: inline-block;
    width: 15%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s ease-in-out;
}

.periods-container .btn-back:hover,
.periods-container .btn-next:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.periods-container .btn-back.hide,
.periods-container .btn-next.hide {
    display: none;
}

.periods-container .btn-back {
    left: 0;
}

.periods-container .btn-next {
    right: 0;
}

.periods-container section {
    width: 70%;
    height: 0;
    position: absolute;
    margin-left: 15%;
    border-bottom: 5px solid #dfe3e6;
    padding: 1.5em;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease, height 0.3s ease;
    bottom: 0;
    opacity: 0;
    background-color: #fff;
}

.periods-container section.active {
    height: auto;
    opacity: 1;
    transform: translateX(0);
    z-index: 5;
}

.periods-container section.active .title,
.periods-container section.active p {
    display: block;
}

.periods-container section.prev {
    height: auto;
    opacity: 0.4;
    transform: translateX(-100%);
    z-index: 0;
}

.periods-container section.prev .year {
    text-align: right;
}

.periods-container section.next {
    height: auto;
    opacity: 0.4;
    transform: translateX(100%);
    z-index: 0;
}

.periods-container section .year {
    font-size: 20px;
    font-weight: 400;
}

.periods-container section .title {
    color: #4a4a4a;
    font-size: 28px;
    font-weight: 400;
    display: none;
}

.periods-container section p {
    display: none;
}

.timeline-container {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.timeline-container:before {
    background-image: linear-gradient(left, #fff, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}

.timeline-container:after {
    background-image: linear-gradient(right, #fff, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}

.timeline-container .timeline {
    position: absolute;
    display: block;
    height: 50px;
    transition: left 0.3s ease-in-out;
}

.timeline-container .timeline ol {
    display: block;
    width: 100% !important;
    height: 2px;
    background-color: #dfe3e6;
    list-style: none;
    padding-left: 210px;
    padding-right: 300px;
}

.timeline-container .timeline ol li {
    display: inline-block;
    padding: 5px;
    margin-top: -11px;
    margin-left: 80px;
    border-radius: 50%;
    border: 3px solid #7f9298;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.timeline-container .timeline ol li.active {
    box-shadow: none;
}

.timeline-container .timeline ol li.active:before {
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    position: absolute;
    top: -25px;
    transition: opacity 0.3s ease-in-out;
}

.timeline-container .timeline ol li.active:after {
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    position: absolute;
    bottom: -25px;
    transition: opacity 0.3s ease-in-out;
}

.timeline-container .btn-back,
.timeline-container .btn-next {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    margin-top: -2px;
    z-index: 11;
    transition: all 0.3s ease;
}

.timeline-container .btn-back.hide,
.timeline-container .btn-next.hide {
    display: none;
}

.timeline-container .btn-back:hover,
.timeline-container .btn-next:hover {
    border-color: #7f9298;
}

.timeline-container .btn-back {
    left: 1em;
}

.timeline-container .btn-next {
    right: 1em;
}

.cards-container:before {
    background-image: linear-gradient(left, #fff, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}

.cards-container:after {
    background-image: linear-gradient(right, #fff, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}

.cards-container section {
    width: 70%;
    position: absolute;
    margin-left: 15%;
    margin-bottom: 2em;
    border: 1px solid #f5f7f6;
    padding: 1.5em;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    top: 0;
    opacity: 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.cards-container section.active {
    height: auto;
    opacity: 1;
    transform: translateX(0);
    z-index: 5;
}

.cards-container section.prev {
    height: auto;
    opacity: 0.4;
    transform: translateX(-105%);
    z-index: 0;
}

.cards-container section.next {
    height: auto;
    opacity: 0.4;
    transform: translateX(105%);
    z-index: 0;
}

.cards-container section .year {
    text-align: center;
    font-size: 16px;
    margin: 0;
}

.cards-container section .title {
    font-weight: 400;
}

.cards-container section img {
    width: 100%;
}

/* ***************************history2*************************************** */
.timeline-carousel {
    position: relative;
    overflow: hidden;
}

.timeline-carousel h1 {
    color: white;
    font-size: 46px;
    line-height: 50pd;
    margin-bottom: 40px;
    font-weight: 900;
}

.timeline-carousel__image {
    padding-right: 30px;
}

.timeline-carousel__item {
    cursor: pointer;
}

.timeline-carousel__item .media-wrapper {
    border-radius: 10px;
    padding-bottom: 71.4%;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
    width: calc(100% - 30px);
}

.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
}

.timeline-carousel__item-inner:after {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.timeline-carousel__item-inner .year {
    font-size: 36px;
    line-height: 36px;
    color: white;
    display: table;
    letter-spacing: -1px;
    padding-right: 10px;
    background-color: var(--teal-blue);
    z-index: 1;
    position: relative;
    margin: -15px 0 20px;
    font-weight: 900;
}

.timeline-carousel__item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;

    z-index: 3;
}

.timeline-carousel__item-inner .month {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--vibernt-color-dep);
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
}

.timeline-carousel__item-inner p {
    font-size: 12px;
    line-height: 18px;
    color: white;
    width: 60%;
    font-weight: 400;
    margin-bottom: 15px;
}

.timeline-carousel__item-inner .read-more:hover:after {
    width: 100%;
}

.timeline-carousel__item-inner .pointer {
    height: 29px;
    position: relative;
    z-index: 1;
    margin: -4px 0 16px;
}

.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
    position: absolute;
    content: "";
}

.timeline-carousel__item-inner .pointer:after {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: var(--vibernt-color-dep);
}

.timeline-carousel__item-inner .pointer:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 4px;
    background-color: var(--vibernt-color-dep);
}

.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}

.slick-dots {
    bottom: 60px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 10px;
    height: 10px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li.slick-active button {
    background: #b38c52;
    border-color: #b38c52;
}

.slick-dots li button {
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.slick-dots li button:hover {
    background: #b38c52;
    border-color: #b38c52;
}

.link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9999;
}

.link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.link .fa {
    font-size: 28px;
    margin-right: 8px;
    color: #fff;
}

/*** 

====================================================================
	Administrive Ministry Page
====================================================================

***/
.admin-grid {
    position: absolute;
    animation: pxl_left_right 12s ease-out infinite;
    right: 7%;
    top: 10%;
    opacity: 0.75;
    -webkit-animation: pxl_left_right 12s ease-out infinite;
    z-index: -1;
}

.pr-3 {
    padding-right: 60px;
}

.link-box {
    background: var(--deepgreen);
    padding: 15px 20px;
    width: 80%;
    justify-content: space-between;
    border-radius: 0.5rem;
}

/*** 

====================================================================
	Celebration Page
====================================================================

***/
.photo-gallery {
    padding: 5rem 0;
    background-color: var(--gray-2);
}

/*** 

====================================================================
	Certificate Page
====================================================================

***/
.certificate-box {
    padding: 8rem 0 4rem;
}

.certification-small-box {
    padding: 25px;
    background-color: #E4FDF7;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 4rem;

    width: 100%;
}

.certificate-box .col-sm-6:nth-child(2) .certification-small-box {
    background-color: #77B2AC;
    color: #ffffff;
}

.certificate-box .col-sm-6:nth-child(2) .certification-small-box h3,
.certificate-box .col-sm-6:nth-child(4) .certification-small-box h3,
.certificate-box .col-sm-6:nth-child(3) .certification-small-box h3 {
    color: var(--text-white);
}

.certificate-box .col-sm-6:nth-child(3) .certification-small-box {
    background-color: var(--deepblue);
    color: var(--text-white);

}

.certificate-box .col-sm-6:nth-child(4) .certification-small-box {
    background-color: #0F7AAE;
    color: #ffffff;
}

.certificate-box .col-sm-6:nth-child(5) .certification-small-box {
    background-color: #beedff;
}

.certification-small-box h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 25px 0;
    color: var(--deepblue);
}

.certification-small-box h4 {
    font-size: 16px;

    font-weight: bold;

}

.certification-small-box .small-desc {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
}

.certification-small-box hr {
    color: #bdbdbd;
}

.logo-holder {
    background: #ffffff;
    margin: -22% auto 0;
    width: fit-content;
    padding: 25px;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.logo-holder img {
    width: 150px;
}

/*** 

====================================================================
	Awards Page
====================================================================

***/
.dashed {
    border-style: dashed;
}

.service-block-two {
    position: relative;
    z-index: 20;

    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.service-block-two .inner-box .image {
    position: relative;
}

.service-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.service-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 35px;
    z-index: 1;
    padding-left: 110px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-two .inner-box:hover .overlay-box {
    bottom: -120px;
}

.service-block-two .inner-box .overlay-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 35px;
    color: var(--text-white);
    background-color: var(--deepblue);
}

.service-block-two .inner-box .overlay-box .content {
    position: relative;
    padding: 18px 25px 14px;
    background-color: var(--text-white);
}

.service-block-two .inner-box .overlay-box h5 {
    font-weight: bold;
    color: var(--deepblue);
}

.service-block-two .inner-box .overlay-box .title {
    position: relative;
    display: block;
    font-size: var(--font-15);
    margin-top: var(--margin-top-5);
}

.service-block-two .inner-box:hover .overlay-box-two {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service-block-two .inner-box .overlay-box-two {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service-block-two .inner-box .overlay-box-two:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 30px;
    bottom: 0px;
    opacity: 0.9;
    background-color: var(--text-white);
}

.service-block-two .inner-box .overlay-box-two .icon-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 44px;
    color: var(--text-white);

    background-color: var(--light-blue1);
}

.service-block-two .inner-box .overlay-box-two .icon-two:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -18px;
    border-top: 18px solid var(--deepblue);
    border-right: 30px solid transparent;
}

.service-block-two .inner-box .overlay-box-two .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 40px;
}

.service-block-two .inner-box .overlay-box-two .overlay-inner .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.service-block-two .inner-box .overlay-box-two h5 {
    max-width: 200px;
    font-size: 20px;
    color: var(--deepblue);
    font-weight: bold;
}

.service-block-two .inner-box .overlay-box-two h5 a {
    position: relative;
    color: var(--black-color);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two .inner-box .overlay-box-two h5 a:hover {
    color: var(--color-eleven);
}

.service-block-two .inner-box .overlay-box-two .text {
    color: var(--color-eight);
    margin-top: var(--margin-top-15);
    margin-bottom: var(--margin-bottom-20);
}

.service-block-two .inner-box .overlay-box-two .read-more {
    position: relative;
    padding: 14px 22px;
    border-radius: 4px;
    font-weight: 700;
    display: inline-block;
    font-size: var(--font-14);
    color: var(--text-white);
    text-transform: uppercase;
    background-color: var(--color-eleven);
    font-family: var(--font-family-BeVietnam);
}

.service-block-two .inner-box .overlay-box-two .read-more span {
    position: relative;
    top: 1px;
    font-family: "Flaticon";
    font-size: var(--font-12);
    margin-left: var(--margin-left-5);
}

.service-block-two.style-two .inner-box .overlay-box .icon,
.service-block-two.style-two .inner-box .overlay-box-two .read-more,
.service-block-two.style-two .inner-box .overlay-box-two .icon-two {
    background-color: var(--main-color);
}

.service-block-two.style-two .inner-box .overlay-box-two h5 a:hover {
    color: var(--main-color);
}

.service-block-two.style-three .inner-box .overlay-box .icon,
.service-block-two.style-three .inner-box .overlay-box-two .read-more,
.service-block-two.style-three .inner-box .overlay-box-two .icon-two {
    background-color: var(--color-thirteen);
}

.service-block-two.style-three .inner-box .overlay-box-two h5 a:hover {
    color: var(--color-thirteen);
}

/*** 

====================================================================
	research Page
====================================================================

***/
.research-box {
    padding: 4rem 0;
}

.exhibition-carousel {
    position: relative;
}

.exhibition-carousel:after {
    content: "";
    position: absolute;
    width: calc(100% - 70px);
    height: 100%;
    right: 0;
    top: -45px;
    background-color: var(--deepgreen);
    z-index: -1;
}

.pxl-banner1 .pxl-banner-inner img {
    border-radius: 5px;
    border: 5px solid #fff;
    box-shadow: 0 4px 100px rgba(178, 178, 178, .45);
}

.pxl-banner1 .pxl-banner-inner .pxl-item--image2 {
    position: absolute;
    top: calc(43% + 65px);
    transform: translatey(-56%);
    right: -20px;
    /* -webkit-animation: pxl_left_right 12s ease-out infinite; */
}

.pxl-banner1 .pxl-banner-inner .pxl-item--meta {
    position: absolute;
    bottom: -19px;
    right: 70px;
    width: 115px;
    height: 136px;
    color: var(--text-white);
    background-color: var(--deepgreen);
    text-align: center;
    padding: 15px;

}

.pxl-banner1 .pxl-banner-inner .pxl-item--meta:before {
    width: 44px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: -43px;
    content: '';
    background-color: var(--deepgreen);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.pxl-banner1 .pxl-banner-inner .pxl-item--meta .pxl-item--title {
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: normal;
}

.pxl-banner1 .pxl-banner-inner .pxl-item--meta .pxl--counter-number {
    color: #fff;
    text-align: center;

    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

main ul {
    margin-top: 0px;
}

main ul li {
    margin-bottom: 10px;
    list-style: none;
    padding-left: 30px;
    position: relative;
}

main ul li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-image: url(../images/icon-function-head.png);
    margin-right: 5px;
    top: 2px;
    position: absolute;
    left: 0;
}

.highlight-box {
    padding: 15px;
    background: #f1f1f1;
    border-radius: 10px;
}

.pxl-icon-active {
    color: #FFFFFF;
    background-color: var(--light-blue1);

    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 8px;
    padding: 4px 66px 0px 30px;
    position: relative;
}

.pxl-icon-active:hover {
    background-color: var(--text-blue);
}

.pxl-icon-active i {
    border-radius: 10px 10px 10px 10px;
    color: var(--text-blue);
    font-size: 18px;
    top: 6px;
    right: 6px;
    width: 38px !important;
    height: 38px !important;
    background-color: #FFFFFF;
    position: absolute !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

.pxl-item--icon {
    min-width: 58px;
    width: 58px;
    height: 58px;
}

.pxl-item--inner {
    margin-left: 25px;
}

.pxl-item--icon i {
    color: var(--deepblue);
    text-align: center;
    background-color: #75ffa41c !important;
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    width: 58px;
    min-width: 58px;
    border-radius: 50%;
}

.research-box .pxl-item--inner {
    column-gap: 16px;
}

/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-about-section {
    position: relative;
    z-index: 2;
    padding: 5rem 0;
    background: #f3f3f3;
}

.home-about-section .overlay {
    z-index: -1;
    background-image: url(../images/builderon-img19.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-about-section .about-us-inner {
    display: grid;
    grid-template-columns: 55% 45%;
}

.home-about-section .about-us-inner .about-left-content {
    position: relative;
    z-index: 2;
    padding-top: 208px;
}

.home-about-section .about-us-inner .about-left-content .pattern-overlay {
    background-image: url(../images/ESG_performance.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    max-width: 456px;
    max-height: 307px;
    background-size: cover;
    z-index: -1;
    position: absolute;
    top: -15px;
    left: 6px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.section-head .section-title-divider {
    margin-bottom: 25px;
    display: inline-block;
    border: 2px solid var(--light-blue1);
    ;
    padding: 5px 15px 5px 15px;
    color: var(--light-blue1);
    ;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    border-radius: 5px;
}

@media screen and (max-width: 575px) {
    .home-about-section .about-us-inner .about-left-content .pattern-overlay {
        max-width: initial;
    }
}

.home-about-section .about-us-inner .about-left-content .section-head {
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: -50px;
    padding: 50px 48px;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    max-width: 95%;
    border-radius: 5px;
}

.home-about-section .about-list h3,
.live-tender-section .about-list h3 {
    font-size: 20px;
    margin-bottom: 7px;
}

.home-about-section .about-list a,
.live-tender-section .about-list a {
    font-size: 14px;
    display: block;
}

.home-about-section .about-list,
.live-tender-section .about-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.home-about-section .about-list:hover .side-svg {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.home-about-section .about-list .col-6,
.live-tender-section .about-list .col-6 {
    width: 48%;
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin: 5px;
}

.home-about-section .about-us-inner .about-right-content {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 30px;
}

.home-about-section .about-us-inner .about-right-content .box-orange {
    max-width: 513px;
    max-height: 600px;
    right: 0;
    top: 30px;
    background-color: #003942;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.home-about-section .about-us-inner .about-right-content .about-right-img {
    right: 50px;
    position: relative;
    background-image: url(../images/img001.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 525px;
    max-width: 480px;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 5px;
}

.home-about-section .about-us-inner .about-right-content .about-right-img .video-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 25px), -50%);
}

@media screen and (max-width: 767px) {
    .home-about-section .about-us-inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-about-section .about-us-inner .about-left-content .section-head {
        margin-right: auto;
    }

    .home-about-section .about-us-inner .about-right-content .about-right-img {
        right: -50px;
        padding-bottom: 75%;
        width: 100%;
        min-width: calc(100% - 50px);
    }

    .home-about-section .about-us-inner .about-right-content .about-right-img .video-button {
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 575px) {
    .home-about-section .about-us-inner .about-left-content .section-head {
        margin-left: auto;
    }

    .home-about-section .about-us-inner .about-right-content {
        padding-top: 0;
    }

    .home-about-section .about-us-inner .about-right-content .box-orange {
        display: none;
    }

    .home-about-section .about-us-inner .about-right-content .about-right-img {
        right: auto;
        min-height: auto;
        max-width: 100%;
        padding-bottom: 100%;
    }
}

@media screen and (max-width: 479px) {
    .home-about-section .about-us-inner .about-left-content .section-head {
        padding: 35px 24px;
    }

    .home-about-section .about-us-inner .about-right-content {
        padding-bottom: 0;
    }
}

.bl-goi {
    border-top: 1px solid #d1d1d1;

}

.bl-goi .d-flex {
    flex-wrap: wrap;
}

.bl-goi h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: var(--deepgreen);
}

.bl-goi .d-flex a {
    padding: 10px 25px;
    width: 25%;
    border-left: 1px solid #d1d1d1;
    text-align: center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.bl-goi .d-flex a img {
    height: 100px;
    /* filter: grayscale(1); */
}

.bl-goi .d-flex a:hover img {
    filter: grayscale(0);
}

.video-button a {
    box-shadow: 0px 0px 10px #fd5d14;
    border: 3px solid #ffffff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-size: 25px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
}

.video-button a i {
    color: #ffffff;
    text-shadow: 0px 0px 10px #fd5d14;
}

.video-button a:before,
.video-button a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 var(--deepblue);
    -moz-box-shadow: 0 0 0 0 var(--deepblue);
    -ms-box-shadow: 0 0 0 0 var(--deepblue);
    -o-box-shadow: 0 0 0 0 var(--deepblue);
    box-shadow: 0 0 0 0 var(--deepblue);
    opacity: 0.6;
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.video-button a:before {
    animation-delay: 0.9s;
}

.video-button a:after {
    animation-delay: 0.3s;
}

@media screen and (max-width: 575px) {
    .video-button a {
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(253, 93, 20, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 93, 20, 0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(253, 93, 20, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 93, 20, 0);
    }
}

.rts-section-gap {
    padding: 5rem 0;
}

.fun-facts-bg {
    background-image: url(../images/bg_img_01.jpg);
    background-size: cover;
    background-attachment: fixed !important;
}

.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.elecate-left-title span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: var(--vibernt-color-light);
    text-transform: uppercase;
}

.rts-fun-facts-area .elecate-left-title .title,
.current-year-financial-report .elecate-left-title .title {
    color: #fff;
    margin-top: 15px;
    font-weight: 700;
    font-size: 40px;

    line-height: 50px;
    margin-bottom: 30px;
}

.single-fun-facts-one {
    padding: 25px;
    background: #f3f3f3;
    height: 100%;
    margin-right: 15px;
    width: 20%;
    transition: 0.5s;
    border-radius: 0.25rem;
    animation-delay: 0.9s;
}

.current-year-financial-report .single-fun-facts-one {
    width: 48%;
}

.current-year-financial-report .single-fun-facts-one:hover li,
.current-year-financial-report .single-fun-facts-one:hover li a {
    color: var(--text-white);

}

.cubeSwiper,
.cubeSwiper1 {
    width: 100%;


}

.cubeSwiper,
.cubeSwiper1 {
    background-position: center;
    background-size: cover;
}

.cubeSwiper .swiper-slide img,
.cubeSwiper1 .swiper-slide img {
    display: block;
    width: 100%;
}

.cubeSwiper .swiper-pagination-bullet-active {
    background: hotpink;
}

.single-fun-facts-one:hover {
    background: var(--deepblue);
}

.single-fun-facts-one:hover .inner .icon {
    transform: rotate(313deg);
}

.single-fun-facts-one:hover .inner .title,
.single-fun-facts-one:hover p {
    color: var(--text-white);
}

.single-fun-facts-one:nth-child(2n) {
    margin-top: 45px;
}

.single-fun-facts-one .inner .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    height: 35px;
    width: 35px;
    margin-top: 25px;
    transition: 0.5s;
}

.single-fun-facts-one .inner .title {
    color: var(--deepblue);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    display: block;
}

.single-fun-facts-one .inner p {
    font-size: 14px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*--------------------------------------------------------------
>>> Home home-testimonial
----------------------------------------------------------------*/
.home-testimonial-section {
    padding: 3rem 0;
    background-image: url('../images/shape56.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.home-testimonial-section .home-testimonial-inner {
    position: relative;
    z-index: 2;
}

.home-testimonial-section .home-testimonial-inner .home-testimonial-left {
    background-color: var(--deepgreen);
    ;
    position: relative;
    z-index: 1;
    padding: 25px;
    /* border-radius: 7px; */
}

@media screen and (max-width: 991px) {
    .home-testimonial-section .home-testimonial-inner .home-testimonial-left .overlay {
        background-size: cover;
    }
}

.home-testimonial-section .home-testimonial-inner .home-testimonial-left .section-head {
    margin-bottom: 0;
}

.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .home-testimonial-content .author-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px;
    opacity: 0.5;
}

.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail {
    color: #ffffff;
    padding-left: 5px;
}

.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;

    min-height: 70px;
}

.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail .author-info .author-name {
    margin-bottom: 0;
    color: var(--vibernt-color-light);
    font-size: 14px;
    display: flex;
    align-items: center;
}

.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail .author-info .author-name img {
    width: 20px;
    margin-right: 10px;
}

.home-testimonial-section .owl-dots {
    margin-top: 50px !important;
}

.home-testimonial-section .owl-nav {
    position: absolute;
    top: 0;
    right: 15px;
    color: var(--deepblue);

}

.home-testimonial-section .owl-nav:hover button {
    color: var(--deepblue) !important;
}

.home-testimonial-section .owl-nav button {
    background-color: var(--text-white) !important;
    width: 25px !important;
    height: 25px !important;
    text-align: center;
    border-radius: 50% !important;
}

.testimonial-slider {
    position: static;
}

.home-testimonial-section .view-all {
    position: absolute;
    right: 70px;
    background: transparent;
    color: var(--text-white);
    text-decoration: none;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 1.5em;
    font-weight: 500;
    top: 8px;
}

@media screen and (max-width: 767px) {
    .home-testimonial-section .home-testimonial-inner .home-testimonial-left {
        margin-bottom: 30px;
    }

    .home-testimonial-section .home-testimonial-inner .home-testimonial-right .home-testimonial-img {
        margin-left: 0;
        margin-top: 0;
    }
}

.home-testimonial-section .section-title-divider {
    margin-bottom: 3rem !important;
}

.section-head-white .section-title-divider {
    margin-bottom: 25px;
    display: inline-block;
    border: 2px solid #ffffff;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    border-radius: 5px;

}

/*** 

====================================================================
	Financial Page
====================================================================

***/
.performance-highlight {
    padding: 25px;

    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.performance-highlight h2 {
    font-size: 25px;
    color: var(--teal-blue);
    font-weight: bold;

}

.performance-highlight h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--deepblue);
    font-family: "Inter", sans-serif;
}

.performance-highlight h3 a {
    font-weight: bold;
    color: var(--deepblue);
}

.performance-highlight::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    background: var(--vibernt-color-light);
    border-radius: 50%;
    filter: blur(50px);
    z-index: -1;
    top: -30%;
    left: -10%;
    transition: 0.3s;
    opacity: 0;
}

.performance-highlight:hover::after {
    opacity: 1;
}

.performance-highlight:hover {
    border-color: var(--vibernt-color-light) !important;
}

.live-tender-section .chunk-box {
    min-height: auto
}

.current-year-financial-report {
    padding: 4rem 0;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/logistic-infrastructure-banner.jpg);
}

.current-year-financial-report:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.75;
    background-color: #000000;
    z-index: 1;
}

.previous-year-reports-box {
    padding: 4rem 0;
}

/*---------------- landing page --------------------*/

main {
    padding: 50px 0;
    background: url(../images/bg-block-left-top.png) no-repeat scroll left top;
}

.boxSection .box {
    padding: 20px;
    text-align: center;
}

.boxSection .box img {
    width: 130px;
    height: 130px;
    border: 5px solid #fff;
    border-radius: 50%;
    margin-bottom: 15px;
}

.boxSection .box2 {
    background: #80c8ea;
}

.boxSection .box1 {
    background: #e28faa;
}

.boxSection .box3 {
    background: #f3cf9b;
}

.boxSection .box p span {
    padding: 10px 12px;
    text-align: center;
    background: var(--deepblue);
    color: #fff;
    text-transform: uppercase;
    width: 160px;
    display: inline-block;
}

.boxSection .box:hover p span {
    background: var(--teal-blue);
}

.loginbtn {
    background: var(--text-white);
    padding: 5px 15px;
    margin-left: 10px;
    border-radius: 4px;
    font-weight: 600;
}

.loginbtn:hover {
    background: var(--teal-blue);
    color: var(--text-white);
}

main p {
    font-size: 14px;
    margin: 0 0 20px 0;
    text-align: justify;
}

/*------------------------ login form ------------------*/

.my-form {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    position: relative;
}

.my-form-inner {
    padding: 30px;
}

.form-title {
    text-align: center;
    margin-bottom: 15px;
}

.form-title h1 {
    margin: 0px;
    color: var(--deepblue);
}

.single-input {
    width: 100%;
    border: 1px solid #c1c1c1;
    display: flex;
    margin-bottom: 5px;
}

.single-input.captcha-pic {
    border: 0px;
}

.single-input span:has(i) {
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #c1c1c1;
    width: 45px;
}

.single-input i {
    padding: 8px 16px;
    color: var(--deepblue);
}

.form-control {
    border-radius: 0px;
    border-color: #c1c1c1;
}

.single-input input,
.single-input select {
    border: 0px solid #c1c1c1;
    width: 100%;
    outline: none;
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
}

.single-input input {
    background: #fff;
}

.single-input textarea {
    border: 0px solid #c1c1c1;
    width: 100%;
    outline: none;
    height: 140px;
    font-size: 14px;
    padding: 15px;
}

.single-input select {
    margin: 0;
}

.submit-btn {
    border: 0px solid #c1c1c1;
    margin-top: 15px;
}

.submit-btn input {
    background: var(--deepblue);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    font-size: 16px;
    border: 0px;
    width: auto;
}

.form-footer {
    padding: 15px 30px;
    background: #ecf0f1;
    border-top: 1px solid #dee4e7;
    border-radius: 0 0 10px 10px;
    min-height: 50px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: var(--light-blue1);
    z-index: 999;
    color: var(--lightgray);
}

/*----------------- nodal officers ---------------------*/

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;

}

.card1 {
    display: block;
    position: relative;
    height: 100%;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    /* margin: 15px 0; */
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card1:hover:before {
    transform: scale(30);
}

.card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}

.card1:hover h5 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.officers-list .col-md-4 {
    margin: 15px 0;
}

main .card1 p {
    margin-bottom: 0px;
    text-align: left;
}

table tr th {
    background-color: #198754 !important;
    color: var(--text-white);
    font-weight: bold;
    font-size: 16px;
}

/*---------------- progress bar -------------------*/

.progress-bar-holder .steps {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.progress-bar-holder .steps .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #999;
    font-size: 22px;
    font-weight: 500;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #e0e0e0;
    transition: all 200ms ease;
    transition-delay: 0s;
}

.progress-bar-holder .steps .circle.active {
    transition-delay: 100ms;
    border-color: var(--deepblue);
    color: var(--deepblue);
}

.progress-bar-holder .steps .progress-bar {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #e0e0e0;
    z-index: -1;
}

.progress-bar-holder .progress-bar .indicator {
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--deepblue);
    transition: all 300ms ease;
}

.progress-bar-holder .buttons {
    display: flex;
    gap: 20px;
}

.progress-bar-holder .buttons button {
    padding: 8px 25px;
    background: var(--deepblue);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    transition: all 200ms linear;
    margin-top: 30px;
}

.progress-bar-holder .buttons button:active {
    transform: scale(0.97);
}

.progress-bar-holder .buttons button:disabled {
    background: var(--teal-green);
    cursor: not-allowed;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
}

.radio-inline {
    margin-right: 15px;
}

.radio-inline input {
    margin-right: 5px;
}

.my-form label {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.my-form label em {
    color: #f20000;
}

.name-show {
    position: absolute;
    background: #00375e;
    color: #ffffff;
    padding: 0.5em 1em;
    top: -15px;
    font-size: 16px;
    border-radius: 5px;
}

.other-info-show p {
    text-align: left !important;
}

.hover-effect-but {
    height: 35px;
    width: 35px;
    overflow: hidden;
    padding: 10px !important;
    line-height: normal;

    background: red;
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    transition: all 200ms linear;
    border: 0;
    display: block;
}

.hover-effect-but:hover {
    width: max-content;
    padding: 8px 15px;
    font-size: 14px;
    color: #ffffff;
}

.bg-grivence {
    color: #000;
}

.bg-grivence table {
    font-size: 12px;
}

.bg-grivence th {
    font-size: 13px;
}

.bg-grivence .section-heading .heading:after,
.bg-grivence .section-heading .heading:before {
    border-color: #000;

}
 .dropdown .dropdown-menu{
display:none;
}

 .dropdown .dropdown-menu.show {
    display: block;
}