/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&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');

/* @font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Medium.woff2') format('woff2'),
        url('../font/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Bold.woff2') format('woff2'),
        url('../font/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Light.woff2') format('woff2'),
        url('../font/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */
/* 29.01.25 */
.dflex {
    display: flex
}

.downlod.tenders .job-info-sec .job-box h6 {
    text-align: left !important;
}

.ftr-blue .cpy-text {
    display: flex;
}

.ftr-blue .cpy-text img {
    width: 65px !important;
}

.about-section.news-details .cta-sec {
    background: none !important;
}

.transit-sec .box-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.transit-sec .row {
    border-radius: 0px 0px 0px 54px;
}

.transit-sec .box-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.transit-sec .box-two:hover::before {
    transform: scale(1.05);
}

/* Hover effect on the pseudo-element only */
.transit-sec .box-one:hover::before {
    transform: scale(1.05);
}

.testimonials .c-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.counter-sec .cnt p.money {
    font-size: 85px !important;
    padding-right: 10px;
}

/* end */

.about-section.rts-sec table {
    min-width: 100% !important;
}

.about-section.rts-sec .buton button:hover {
    background: #004a7a;
}

.about-section.rts-sec .buton button {
    transition: 0.3s ease-in-out;
    border: 0;
    font-size: 14px;
    background: #0072BC;
    color: #fff !important;
    border-radius: 30px;
    padding: 6px 10px;
}

.footnav .fcbox .nav-link {
    position: relative;
    display: inline-block;
}

.footnav .fcbox .nav-link::after {
    content: "";
    background-color: #2a2a2a;
    position: absolute;
    bottom: 0;
    left: 0;
    height: .5px;
    width: 0;
    transition: 0.8s;
}

.footnav .fcbox .nav-link:hover::after {
    background-color: #2a2a2a;
    width: 100%;
}

.career-park {
    background-image: url(../images/career-park.webp) !important;
}

.banner-open-box:has(.img.active) .img:not(.active) .hide-con {
    display: block;
    padding: 10px !important;
    background-color: #b7eef3ba;
    color: #2a2a2abd !important
}

.banner-open-box .img.active .hide-con {
    display: none;
}

.banner-open-box .img.active .hide-con {
    display: none;
}

.img.box-one .hide-con {
    display: none;
}

.img.box-two .hide-con {
    display: none;
}

.banner-open-box .open-box-first.active .hide-con {
    display: none !important;
}

.banner-open-box .open-box-sec.active .hide-con {
    display: none !important;
}

/* 23-01-25 */
#scroll {
    z-index: 999;
    position: fixed;
    right: 10px;
    bottom: 95px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #00a88e;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #0072BC;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.home-cta {
    background-color: #00A88E;
}

.grn-box-sec .row {
    width: 80%;
    margin: auto;
}

.team-box:hover {
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
    background: #fff;
}

.team-box {
    background: #fff;
    padding: 25px 0px 20px;
    border-radius: 10px;
    width: 80%;
}

.gov-detail .row {
    row-gap: 20px;
}

.about-section .gov-detail .gov-box .name {
    font-size: 16px;
    font-weight: 600;
}

.about-section .gov-detail .gov-box:hover {
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
    background: #fff;
}

.about-section .gov-detail .gov-box .desig {
    font-size: 14px;
    padding-top: 5px !important;
}

.about-section .gov-detail .gov-box {
    transition: all ease .5s;
    min-height: 110px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

/* 22.01.25 */

.about-section.infra-structure .about-banner {
    background-image: url(../images/infrast-banner.webp) !important;
}

.about-section.downlod .about-inner .btn-white-txt.download {
    color: #2a2a2a !important;
}

#job-list button {
    color: #2a2a2a !important;
}

.company-con-deatil .compy .btn-sec a button.btn-white-txt {
    color: #2a2a2a !important;
}

.company-con-deatil .compy .btn-sec a button.btn-white-txt {
    color: #2a2a2a !important;
}

.testimonials .testi-box p {
    border-bottom: solid 1px #cccccc45;
    padding-bottom: 30px;
}

.testimonials {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 60px 0;
}

.testi-box {
    width: 48%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.client-gr {
    display: flex;
    align-items: center;
    gap: 30px;
}

.c-name {
    display: flex;
    flex-direction: column;
}

.c-name .cnme {
    font-weight: 400;
}

.c-name .degn {
    font-size: 14px;
    font-weight: 300;
}

/* 21.01.25 */
.event-image {
    width: 100%;
    padding-bottom: 20px;
}

.event-image img {
    height: 500px;
}

.tab-list li.nav-item a {
    text-decoration: none !important;
}

.events-outer {
    padding-bottom: 60px;
}

.event-details {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.event-details .field__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

/* 17.01.25 */
.crsl-indi-btn.t1 span:hover {
    color: #2a2a2a;
    opacity: 1;
}

.about-section .about-banner.res-banner {
    background-image: url(../images/resource-banner-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}


.career-sec-tab tr {
    text-align: center;
}

.news-letter-sec .accordion-header .accordion-button {
    background: none !important;
}

.news-letter-sec .accordion-body button.btn-white-txt {
    color: #2a2a2a !important;
}

.downlod .dow-doc .head {
    text-align: left !important;

}

.downlod .dow-doc .head h6 {
    font-size: 1.25rem !important;
}

.media-kit .tab-list button,
.downlod .tab-list button,
.media-kit .tab-list button {
    padding: 0 !important;
}

.news-details .cta-sec {
    padding: 0px 0px 0px 30px !important;
    width: 33% !important;
}

.test-right {
    height: 500px;
}

.test-right .row {
    height: 100%;
}

footer .ftr-con #weather ul {
    margin: 0;
}

.about-section.news .pagination {
    justify-content: flex-end;
    padding-bottom: 60px;
    margin: 0 !important;
}

header .dropdown-item.active,
.dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #c8efe9;
}

.carer-box .con {
    display: flex;
    flex-direction: column;
}

.career-op .pre-btn {
    background: none;
    border: 0 !important;
}

.career-op .pre-btn {
    background: none;
    border: 0 !important;
    transition: all ease .5s;
}

.career-op .pre-btn:hover i {
    color: #0072bc !important;
}

/* 16.01.25 */
.anniversy-video-sec p {
    position: absolute;
    font-size: 2.5rem;
    color: #fff;
    top: 145px;
    text-align: center;
    z-index: 9;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 40px;
}

.company-detail .job-info-sec button:hover {
    background: #d5fff9 !important;
}

.company-detail .job-info-sec button {
    background: #e9e9ed !important;
    border-radius: 15px !important;
    color: #2a2a2a !important;
    padding: 7px 15px !important;
    font-size: 0.875rem !important;
}

.company-detail thead {
    background: #dadada;
}

.company-detail thead th {
    padding: 20px 10px;
}

#youtubeModal {
    background: #000000ad !important;
}

.type-of-spc .type-img-sec .con img {
    height: 330px !important;
}

.inner-sec .row {
    margin: 0px !important;
}

.inner-sec .anniversy-sec {
    padding: 0px;
}

.inner-sec .anniversy-sec button {
    position: absolute;
    z-index: 2;
    /* Ensure button is above overlay */
}

.compy h5 {
    font-weight: 300;
    padding-bottom: 10px;
}

.inner-sec .anniversy-video-sec {
    position: relative;
    height: 100%;
}

.anniversy-video-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
}

.anniversy-video-sec::after {
    content: "";
    opacity: 1;
    background: linear-gradient(to bottom, #0072bc45, #0072bc75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* transition: all .3s linear; */
    border-radius: 0px 0px 0px 60px;
}

.inner-sec .anniversy-sec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 0px 60px;
}

.inner-sec .anniversy-sec button {
    transition: 0.3s ease-in-out;
    background: #0072bc73;
    /* background: transparent; */
    border: 2px solid #d7d7d7;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 20px;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding-bottom: 10px;
}

.banner-sec .banner-side-box:hover p {
    background: #fff !important;
}

.banner-sec .banner-side-box {
    transition: transform 0.5s ease-in-out;
}

.text-dwn {
    text-align: center;
    font-weight: 300;
    font-size: .875rem;
}

#enqir-toggleBtn:hover {
    background: #fff;
    color: #0072BC;
    padding-right: 30px;
}

#enqir-toggleBtn {
    padding: 10px;
    padding-right: 10px;
    border-radius: 10px;
    border: none;
    transition: all ease .5s;
    background: #0072BC;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
    color: #fff;
}

/* 15.01.25 */
.container.dwn-media {
    display: flex;
    justify-content: center;
    border-radius: 10px
}

.crsl-indi-btn.t1 span {
    margin-left: 10px;
}

.download-sec .dwn-media .job-info-sec {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 60%;
}

.media-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 50px;
    border-radius: 10px
}

/* Modal styling */
#testVideoModal .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

#testVideoModal .modal-content {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    width: 80%;
    max-width: 700px;
    background: white;
    border-radius: 10px;
    text-align: center;
}

#testVideoModal .modal-content video {
    width: 100%;
    height: auto;
}

#testVideoModal .close {
    position: absolute;
    top: -20px;
    /* Adjusted to ensure it's outside the video */
    right: -20px;
    /* Positioned outside the video area */
    color: white;
    background: black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    /* Higher than video player */
}

#testVideoModal .close:hover,
#testVideoModal .close:focus {
    color: black;
    background: white;
    text-decoration: none;
}

.play-btn {
    cursor: pointer;
}

footer .prsr {
    padding-top: 5px;
}

footer .temp {
    font-size: 2rem;
    font-weight: 500;
}

.job-info-sec table td.head {
    font-weight: 500;
}

footer #weather {
    border: 1px solid #5840993d;
    border-radius: 10px;
    padding: 10px;
    background: rgba(88, 64, 153, 0.1);
    position: relative;
}

.company-detail .compy:hover {
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
    background: #fff;
}

.job-section .compy .logo img {
    width: auto;
    margin-bottom: 10px;
    height: 50px;
    max-width: 100%;
}

.compy {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    width: 30%;
    transition: all ease .5s;
}

.info-detail-sec {
    padding-left: 50px;
}

.enq-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9;
    display: block;
    /* Ensures the button is visible by default */
}

.enq-btn.hidden {
    display: none;
    /* Hides the button when the class is added */
}


/* 14.01.25 */
.eco-right-sec {
    height: 500px;
}

.banner-sec .inner-row .side-box {
    padding: 20px;
}

.eco-right-sec .row {
    height: 100%;
}


/* 13.01.25 */
.fourth-slide .test-box {
    height: 100%;
    position: relative;
}

.fourth-slide .test-box .con-sec p {
    margin: 0px;
}

.fourth-slide .test-box-one .play-btn {
    display: flex;
    justify-content: right;
}

.fourth-slide .test-box-one .con-sec {
    position: absolute;
    background: #83cabfe6;
    bottom: 20px;
    padding: 35px 25px;
    border-radius: 10px 0px 0px 28px;
    width: calc(100% - 20px);
    right: 0;
}

.fourth-slide .test-box-two .con {
    position: absolute;
}

.fourth-slide .test-box-two .con p {
    margin: 0px;
}

.fourth-slide .test-box-three .con:nth-child(2) {
    width: 100%;
    bottom: 30px;
}

.test-wrap.head h4 {
    font-size: 30px;
    text-align: left;
    padding: 0px 25px;
    line-height: 37px;
    text-transform: capitalize;
    color: #2a2a2a;
}

.fourth-slide .test-box-two .con:nth-child(2) .test-wrap {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
}

.fourth-slide .test-box-three .con:nth-child(2) .test-wrap .words p {
    font-size: 14px !important;
    padding-bottom: 10px !important;
}

.fourth-slide .test-box-three .con:nth-child(2) .test-wrap {
    width: 90%;
    margin: auto;
    display: block;
    justify-content: space-between;
    padding: 0px 20px;
}

.fourth-slide .test-box-three .con:nth-child(2) .test-wrap .detail-sec {
    display: flex;
    justify-content: space-between;
}

.fourth-slide .test-box-two .con:nth-child(2) .test-wrap .detail-sec {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.fourth-slide .test-box-two .con p.desig {
    font-size: 12px !important;
    color: #2a2a2a !important;
}

.fourth-slide .test-box-two .con:nth-child(2) .test-wrap {
    background: #83cabf;
    border-radius: 10px;
    margin: auto;
    width: 90%;
    padding: 30px 20px;
    display: block;
    justify-content: space-between;
    align-items: baseline;
}

.fourth-slide .test-img {
    width: 70px;
    height: 70px;
}

.fourth-slide .test-box-two .con:nth-child(2) .test-wrap p {
    font-size: 14px !important;
}

.fourth-slide .test-box-two .con:nth-child(2) .test-wrap .words {
    padding-bottom: 10px;
}

.fourth-slide .test-box-three .con {
    position: absolute;
}

.fourth-slide .test-box-three .con:nth-child(1) {
    top: 20px !important;
    width: 100%;
    width: 100%;

}

.fourth-slide .test-box-three .con:nth-child(1) .test-wrap p {
    font-size: 14px !important;
}

.fourth-slide .test-box-three .con:nth-child(1) .test-wrap .detail-sec {
    display: flex !important;
    justify-content: space-between;
}

.fourth-slide .test-box-three .con:nth-child(1) .test-wrap {
    gap: 30px;
    width: 90%;
}

.fourth-slide .test-box-three .con:nth-child(1) .test-wrap p {
    margin: 0px;
}

.fourth-slide .test-box-three .con:nth-child(1) .test-wrap {
    background-color: #83cabf;
    /* border-radius: 0px 0px 0px 30px; */
    padding: 40px 20px;
    width: 80%;
    display: block;
    justify-content: space-between;
    border-radius: 10px;
    margin: auto;
}

.fourth-slide .test-box-three .con:nth-child(1) .test-wrap .words p {
    font-size: 14px !important;
    padding-bottom: 10px;
}

.fourth-slide .test-box-three .con:nth-child(1) .test-img img {
    margin-bottom: 10px;
}

.fourth-slide .test-box-two .con:nth-child(1) {
    top: 10%;
    width: 100%;
}

.fourth-slide .test-box p b {
    font-weight: 600;
}

.fourth-slide .test-box-three .con:nth-child(2) p {
    margin: 0px;
}

.fourth-slide .test-box-three .con:nth-child(2) .test-wrap p {
    font-size: 14px;
}

.fourth-slide .test-box-two .con:nth-child(2) {
    bottom: 5%;
    width: 100%;
}

.fourth-slide .text-con-sec .col-xl-4:nth-child(2) {
    background: #1c1e27;
}

.fourth-slide .text-con-sec .col-xl-4:nth-child(3) {
    background: #dcdcdc;
}

.fourth-slide .text-con-sec .col-xl-4 {
    padding: 0px;
}

.fourth-slide .test-box-three {
    background-color: #e9e9e9;
    /* border-radius: 0px 0px 0px 30px; */

}

.fourth-slide .test-box-two {
    background-color: #dcdcdc;


}

.fourth-slide .test-box-two .con:nth-child(2) {}

.fourth-slide .test-box-one {
    background-image: url("../images/strada-img.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: 0px 0px 0px 54px;

}

.lctn-map-sec a img {
    transition: transform 0.5s ease;
    /* Smooth transition */
}

.lctn-map-sec a:hover img {
    transform: scale(1.05);
    /* Zoom-in effect */
}

.lctn-map-sec {
    overflow: hidden;
}

.lctn-map-sec {
    border-radius: 10px;
}

/* end */


/* new-style */

.banner-sec .crsl-indi-btn span.active {
    border-bottom: 1px solid #0072bc !important;
    border-radius: 0px !important;
    color: #2a2a2a !important;
    font-weight: 600;
}

.crsl-indi-btn.t1 {
    /* position: absolute; */
    right: 10%;
    /* top: 6px; */
}

.banner-sec .crsl-indi-btn span {
    background: none !important;
    border-bottom: solid 1px #ccc !important;
    transition: all ease .25s;
    border-radius: 0 !important;
}


/* 10.01.2025 */
.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    --bs-table-bg-type: none !important;
}

.table> :not(caption)>*>* {
    background-color: inherit !important;
}

.carousel-item .infra-right-sec h2 {
    font-size: 1.2rem !important;
    padding: 20px 0px 10px;
}

.infra-right-sec .con {
    padding: 10px;
}

.infra-right-sec .con p {
    color: #2a2a2a !important;
    font-size: 0.875rem;
    padding-top: 30px;
}

.infra-right-sec .con img {
    width: 100%;
    border-radius: 0px 0px 30px 0px;
    height: 160px;
}

.infra-right-sec .con .img-box {
    background: #66A2D6;
    border-radius: 0px 0px 30px 0px;
    padding-bottom: 10px;
}

.carousel-item .infra-right-sec {
    height: 500px;
}

.carousel-item .infra-right-sec .row {
    height: 100%;
}

.carousel-item .infra-right-sec .col-xl-3:nth-child(1) {
    background-color: #EFF6FC;
    border-radius: 0px 0px 0px 54px;
    padding: 0px;
    height: 100%;
}

.carousel-item .infra-right-sec .col-xl-3:nth-child(1) .box {
    padding: 10px;
}

.carousel-item .infra-right-sec .col-xl-3:nth-child(2) {
    background-color: #EFF6FC;
    padding: 0px;
    height: 100%;
}

.carousel-item .infra-right-sec .col-xl-3:nth-child(2) .box {
    background: #DCEEFA;
    height: 100%;
    /* border-radius: 0px 0px 0px 30px; */
    padding: 10px;
}

.carousel-item .infra-right-sec .col-xl-3:nth-child(3) {
    background-color: #DCEEFA;
    /* border-radius: 0px 0px 0px 30px; */
    padding: 0;
    height: 100%;
}

.carousel-item .infra-right-sec .col-xl-3:nth-child(3) .box {
    background: #C9E0F0;
    height: 100%;
    /* border-radius: 0px 0px 0px 30px; */
    padding: 10px;
}

.carousel-item .infra-right-sec .col-xl-3:nth-child(4) {
    background-color: #C9E0F0;
    padding: 0px;
    height: 100%;
}

.carousel-item .infra-right-sec .col-xl-3:nth-child(4) .box {
    background: #BCD9ED;
    /* border-radius: 0px 0px 0px 30px; */
    height: 100%;
    padding: 10px;
}

.banner-open-box {
    display: flex;
    width: 100%;
    /* Full width */
    height: 400px;
    /* Fixed height */
    overflow: hidden;
    position: relative;
}

.banner-open-box .img {

    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.5s cubic-bezier(0.25, 1.25, 0.5, 1);
    cursor: pointer;
}

/* Default sizes for boxes */
.banner-open-box .box-one,
.banner-open-box .box-two {
    flex: 2;
    /* Larger size for the first two boxes */
}

.banner-open-box .open-box-first,
.banner-open-box .open-box-sec {
    flex: 1;
    /* Smaller size for the last two boxes */
}

.img h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.img p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

/* Active class styling */
.img.active {
    flex: 2;
    /* Larger size for the active box */
}

.banner-open-box .open-box-first p.hide-con,
.banner-open-box .open-box-sec p.hide-con {
    display: block !important;
    background-color: #b7eef3ba !important;
    color: #2a2a2ab0 !important;
}

.open-box-first p,
.open-box-sec p {
    display: none;
    /* Hidden by default */
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* Show <p> content when the box is active */
.open-box-first.active p,
.open-box-sec.active p {
    display: block;
    opacity: 1;
    /* Smoothly fade in */
}

/* When one box is active, the other three share the remaining space equally */
.banner-open-box:has(.img.active) .img:not(.active) {
    flex: 1;
    /* Share space equally */
    filter: grayscale(100%);
}

.banner-open-box:has(.img.active) .img:not(.active) p {
    display: none;
}


.transit-sec .content-sec h2 {
    color: #2a2a2a !important;
    font-size: 1.3rem;
    padding-top: 25px;
}

.transit-sec .content-sec {
    position: relative;
    height: 100%;
    padding: 0px;
    width: 100%;
}

.transit-sec .content-sec p.metro-con {
    top: 20% !important;
    bottom: inherit !important;
}

.transit-sec .content-sec p {
    position: absolute;
    bottom: 10px;
    background-color: #48e5f3eb;
    margin: 0px;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    width: fit-content;
    margin-right: 16px;
    font-size: 0.875rem;
    min-height: 160px;
    align-content: center;
    text-align: left;
    width: 70%;
}

.transit-sec .transit-row {
    width: 100%;
    height: 100%;
}

.transit-sec .banner-open-box {
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.about-section.job-section .about-inner .btn-white-txt {
    color: #fff !important;
}

.career-op .carer-box button.btn-white-txt {
    color: #fff !important;
}

.transit-sec .img {
    padding: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.transit-sec .img h2,
.transit-sec .img p {
    margin: 0;
    color: #2a2a2a;
    opacity: 1;
    transition: opacity 0.4s ease;
    text-align: left;
}

.transit-sec .box-one {
    position: relative;
    height: 100%;
    background-image: url("../images/work-space.webp");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 54px;
    overflow: hidden;

}

.banner-open-box .open-box-sec {
    /* border-radius: 0px 0px 0px 30px; */
}

.transit-sec .box-two {
    position: relative;
    height: 100%;
    background-image: url("../images/avg-img-home.webp");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    /* border-radius: 0px 0px 0px 30px; */
}

.banner-open-box .open-box-first {
    /* border-radius: 0px 0px 0px 30px; */
}

.transit-sec .col-xl-4 {
    padding: 0px;
}

.banner-open-box .open-box-first {
    background-image: url("../images/phase-3.webp");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;

}

.banner-open-box .open-box-sec {
    background-image: url(../images/vision.webp);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #009fad;
    /
}


/* end */


.table>tbody {
    vertical-align: middle !important;
}

.job-section .table> :not(caption)>*>* {
    background-color: transparent !important;
}

.rts-sec .table> :not(caption)>*>* {
    background: transparent !important;
}

.carousel-item .row-flex {
    margin-left: 0px !important;
}

/* 08.01.25 */
.nav-item.dropdown:hover .nav-link.dropdown-toggle::after {
    transform: rotate(225deg) !important;
    border-style: solid !important;
    border-color: #7e7e7e !important;
    border-width: 0 1px 1px 0 !important;
    width: 8px !important;
    height: 8px !important;

}

.nav-link.dropdown-toggle:hover {
    border-left: solid 1px #ccc;
}

.nav-item.dropdown:hover .nav-link.dropdown-toggle {
    border-left: solid 1px #ccc;
}

.nav-link.dropdown-toggle:hover::after {
    transform: rotate(180deg);
}

.dropdown-toggle::after {
    transition: all ease 0.25s;

}

.nav-link.dropdown-toggle::after {
    content: "";
    transition: all ease 0.5s !important;
    transform: rotate(225deg) !important;
    border-style: solid !important;
    border-color: #7e7e7e !important;
    border-width: 0 1px 1px 0 !important;
    width: 8px !important;
    height: 8px !important;
    transform: rotate(45deg) !important;
    margin-left: 8px;
}

footer .ftr-con .footnav p b {
    font-weight: 600;
    font-size: 0.9rem;
}

footer .ftr-con .footnav p {
    font-size: 0.9rem;
}

.ftr-blue .social-link .icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ftr-blue .social-link .icon img {
    width: 27px;
    transition: transform 0.3s ease;
}

.social-link .icon a img:hover {
    transform: scale(1.2);
}

.ftr-blue .social-link {
    display: flex;
    align-items: center;
}

/* end */

/* button-hovers */
.about-section .container-fluid .tab-list button.active {
    font-weight: 600 !important;
}

.banner-sec .banner-content button:hover {
    background: #004a7a;
    padding-right: 40px;
}

.cta-sec .cta-box button:hover {
    background: #d5fff9;
}

.banner-sec .banner-content button {
    transition: 0.3s ease-in-out;
}

.cta-sec .cta-box button {
    transition: 0.3s ease-in-out;
}

.banner-sec .carousel-control-prev-icon {
    display: none;
    opacity: 60%;
    transition: 0.3s ease-in-out;
}

.banner-sec .carousel-control-prev-icon:hover {
    opacity: 100%;
}

.banner-sec .carousel-control-next-icon {
    display: none;
    opacity: 60% !important;
    transition: 0.3s ease-in-out;
}

.banner-sec .carousel-control-next-icon:hover {
    opacity: 100% !important;
}

.inner-sec .anniversy-sec button {
    transition: 0.3s ease-in-out;
}

.inner-sec .anniversy-sec button:hover {
    background: #0072bcd4;
}

.rti-sec .rti-con button {
    transition: 0.3s ease-in-out;
}

.rti-sec .rti-con button:hover {
    background: #004a7a;
}

.table-responsive button {
    transition: 0.3s ease-in-out;
}

.table-responsive button:hover {
    background: #004a7a;
}

.rts-sec .pdf-btn {
    transition: 0.3s ease-in-out;
}

.rts-sec .pdf-btn:hover {
    background: #004a7a;
}

.job-section .compy .btn-sec a {
    text-decoration: none;
}

.company-detail .job-info-sec .job-box button {
    transition: 0.3s ease-in-out;
}

.company-detail .job-info-sec .job-box button:hover {
    background: #004a7a;
}

.job-section .compy button {
    transition: 0.3s ease-in-out;
}

.job-section .compy button:hover {
    background: #d5fff9;
}

/* button-hovers end */

/* 02.01.25 */
.eco-system .sub-inner {
    margin-bottom: 60px !important;
}

.apply-spac .inner-wrap-point {
    padding-top: 60px;
    padding-left: 45px;
}

.newsevent-outer:hover {
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
}

.banner-innner .apply-spac {
    /* background-image: url("../images/apply-space-bg.svg");
    background-repeat: no-repeat;
    background-size: cover; */
    border-radius: 30px;
    /* margin-top: 40px; */
    background-color: #B4E2FF;
}

.banner-innner .head-inner {
    text-align: center;
}

.apply-space-con {
    padding: 60px 0px;
}

.apply-spac .row {
    padding-top: 60px;
    padding-bottom: 100px;
}

.point p {
    font-size: 1rem;
}

.top-con-sec {
    width: 60%;
    padding: 0 0px 30px;
    margin: auto;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.top-con-sec h5 {
    line-height: 2rem;
    color: #2a2a2a;
    font-weight: 300;
}

.top-con-sec p {
    width: 60%;
    padding: 40px 0px 30px;
    margin: auto;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.apply-spac .row .inner-wrap img {
    padding: 30px 0px;
    width: 80%;
}

.apply-space-inner-wrap {
    background-image: url("../images/svg-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 940px;
    border-radius: 60px;
    display: flex;
    margin-top: 100px;
}

.apply-space-inner-wrap p {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.apply-space-inner-wrap .con-sec {
    background: #b4e2ff;
    /* background-image: url("../images/blue-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;   */
    width: 50%;
    height: fit-content;
    display: block;
    margin: auto;
    border-radius: 60px;
    padding: 60px;

}

.apply-space-inner-wrap .con-sec .point-sec {
    display: flex;
    align-items: center;
}

.apply-space-inner-wrap .con-sec .point-sec h4 {
    width: 20%;
}

.apply-space-inner-wrap .con-sec .point-sec p {
    width: 90%;
}

.eco-content-wrap h2 {
    font-size: 1.75rem !important;
}

.eco-content-wrap {
    background-color: #B4E2FF;
    clip-path: polygon(0% 100%, 100% 92.9%, 100% 0%, 0% 0%);
    padding: 60px 0px 100px;
    border-radius: 30px;
}

.eco-content-wrap .con {
    display: flex;
    padding-top: 15px;
    gap: 50px;
}

.eco-content-wrap-wrap-two {
    background-color: #29D3B9;
    clip-path: polygon(0% 100%, 100% 92.9%, 100% 0%, 0% 0%);
    padding: 60px 0px 100px;
    border-radius: 30px;
    width: 100%;
    margin: 60px 0px;
}

.eco-content-wrap .con .con-box .km-box {
    display: flex;
}

.eco-content-wrap .con .con-box {
    display: block;
    background: #F8F8F8;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    height: fit-content;
    margin-bottom: 20px;
}

.eco-content-wrap .con .con-box h4 {
    padding-bottom: 10px;
}

.eco-content-wrap .con .con-box h6 {
    padding-bottom: 0px;
}

.eco-content-wrap .con .con-box .km-box p {
    font-weight: 400;
    font-size: 18px;
}

.eco-content-wrap .con .con-box .km-box {
    display: flex;
    gap: 20px;
}

.echo-sub-sec {
    padding-bottom: 60px;
}

.eco-content-wrap .con .con-box .km-box p:nth-child(1) {
    border-right: 1px solid #2a2a2a;
    padding-right: 20px;
}

.city-des {
    height: fit-content;
    display: flex;
    min-width: 86px;
    justify-content: center;
    align-content: center;
}

.city-des p {
    padding: 45px 20px;
    line-height: 2rem;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    width: 80%;
}

@media screen and (min-device-width:1200px) and (max-device-width: 1300px) {
    .apply-space-inner-wrap .con-sec {
        width: 70%;
    }

    footer .ftr-con .footnav {
        flex-wrap: wrap;
    }
}

@media screen and (min-device-width:1200px) and (max-device-width: 1400px) {
    .carousel-item .infra-right-sec h2 {
        font-size: 1rem !important;
    }

    .banner-sec .first-slide,
    .banner-sec .secnd-slide,
    .banner-sec .third-slide,
    .banner-sec .fourth-slide {
        height: 545px !important;
    }

    .eco-right-sec,
    .carousel-item .infra-right-sec,
    .banner-sec .transit-sec,
    .test-right {
        height: 450px !important;
    }

    .banner-sec h1 {
        padding-top: 60px !important;
    }

    .banner-sec .carousel-indicators {
        gap: 185px !important;
    }
}

@media screen and (max-width: 1199px) {
    .fourth-slide .test-box-three .con:nth-child(2) {
        bottom: 10% !important;
    }

    .fourth-slide .test-box-three .con:nth-child(2) .test-wrap .detail-sec {
        display: block !important;
    }

    .fourth-slide .test-box-two .con:nth-child(2) {
        bottom: 4% !important;
    }

    .test-wrap.head h4 {
        font-size: 24px;
    }

    .fourth-slide .test-box-two .con:nth-child(2) .test-wrap .detail-sec {
        display: block;
    }

    .fourth-slide .test-box-three .con:nth-child(1) {
        display: none;
    }

    .transit-sec .content-sec p {
        min-height: 290px !important;
    }

    footer .ftr-con .footnav {
        flex-wrap: wrap;
    }

    .infra-right-sec .con img {
        height: 130px !important;
    }

    .banner-sec .first-slide {
        height: 650px !important;
    }

    .banner-sec h1 {
        padding-top: 40px !important;
    }

    .banner-sec .carousel-indicators {
        gap: 115px !important;
    }

    .banner-sec .secnd-slide {
        height: 650px !important;
    }

    .banner-sec .fourth-slide {
        height: 650px !important;
    }

    .banner-sec .third-slide {
        height: 650px !important;
    }

    .carousel-item .infra-right-sec h2 {
        font-size: 1rem !important;
    }

    .apply-space-inner-wrap .con-sec {
        width: 80%;
    }
}

@media (min-width:768px) and (max-width: 1200px) {
    .compy {
        width: 48% !important;
    }
}

@media screen and (max-width: 991px) {

    .counter-sec .cnt p.money {
        font-size: 70px !important;
        padding-right: 10px;
    }

    .fourth-slide .test-box-three .con:nth-child(1) {
        top: 10% !important;
    }

    .about-section .gov-detail .gov-box {
        min-height: 145px;
    }

    .rts-sec .tab-content p {
        width: 100%;
    }

    .rts-sec td {
        width: 100%;
        min-width: auto !important;
        display: block;
        min-height: 1px;
        white-space: normal !important;
        border: none;
        font-weight: 300;
        font-size: 14px;
    }

    .rts-sec table tr td.buton {
        text-align: left !important;
    }

    .testi-box {
        width: 100%;
    }

    .type-of-spc .type-img-sec .con img {
        height: auto !important;
        width: 100% !important;
    }

    .type-img-sec .con-s .detail {
        width: 100% !important;
    }

    .fourth-slide .test-box-three .con:nth-child(1) .test-wrap {
        padding: 90px 30px 20px;
    }

    /* .inner-sec .anniversy-sec button {
        bottom: 30% !important;
        right: 36% !important;
    } */
    .eco-content-wrap {
        clip-path: polygon(0% 100%, 100% 97%, 100% 0%, 0% 0%) !important;
    }

    .top-con-sec {
        width: 100%;
    }

    .top-con-sec p {
        width: 100%;
        padding: 40px 0px 30px;
        margin: auto;
        text-align: center;
    }

    .banner-innner .apply-spac {
        clip-path: polygon(0% 100%, 100% 97%, 100% 0%, 0% 0%) !important;

    }

    .eco-content-wrap,
    .eco-content-wrap-wrap-two {
        padding: 60px 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .cta-sec .cta-box button {
        border: 0;
        padding: 10px 24px !important;
        border-radius: 50px !important;
        width: fit-content !important;
        font-size: 18px !important;
        color: #2a2a2a !important;
        margin-top: 20px;
    }

    .cta-sec .cta-box .con h3 {
        font-size: 2rem !important;
    }

    /* .cta-sec{
margin:30px 0px !important;
    } */
    .benefit-img img {
        margin: 30px 0px !important;
    }

    .compy {
        width: 100% !important;
    }

    .news-details .cta-sec {
        padding: 0px 0px 0px 30px !important;
        width: 100% !important;
    }

    .anniversy-video-sec::after {
        border-radius: 0px !important;
    }

    .inner-sec .row {
        margin: 0 !important;
    }

    .inner-sec .anniversy-sec video {
        border-radius: 0px !important;
    }

    /* .inner-sec .anniversy-sec button {
        bottom: 28% !important;
        right: 35% !important;
    } */
    .eco-content-wrap.wrap-two {
        margin: 0px !important;
        padding: 160px 0px 60px !important;
        margin-bottom: 50px !important;
    }

    .eco-content-wrap .con {
        display: block;
        margin-top: 40px;
    }

    .eco-content-wrap .con {
        padding: 0px !important;
    }

    .eco-content-wrap .con .con-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .apply-space-inner-wrap .con-sec {
        width: 100%;
    }

    /* .apply-space-inner-wrap{
        background: none !important;
    } */
}

@media screen and (max-width: 660px) {
    .counter-sec .cnt p.money {
        font-size: 48px !important;
        padding-right: 10px;
    }

    .counter-sec .cnt p {
        margin-bottom: 0px;
        font-weight: 400 !important;
        color: #868DBB;
        font-size: 48px !important;
    }

    .inner-sec .anniversy-sec button {
        position: absolute;
        z-index: 2;
        top: 45%;
    }

    .about-section .eco-banner {
        height: 250px !important;
        border-bottom-left-radius: 54px;
    }

    .about-section .newinit-banner {
        height: 250px !important;
        border-bottom-left-radius: 54px;
    }

    .about-section .newinit-banner h1 {
        padding-top: 30px !important;
        font-size: 26px;
    }

    .eco-banner h1 {
        padding-top: 30px !important;
        font-size: 26px;
    }

    .infra-structure .info-phase .box {
        padding: 30px !important;
    }

    .about-section .about-banner h1 {
        padding-top: 30px !important;
    }

    .infra-structure .info-phase .box img {
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }

    .info-phase .box .build-name h2 {
        font-size: 1.5rem !important;
    }

    .about-section.rts-sec .table tbody tr:nth-of-type(2n+1) {
        background-color: inherit !important;
        border: 0;
    }

    .info-inner-pages .type-img-sec.shuttle-ser {
        border-radius: 0px !important;
    }

    .about-section.rts-sec .table tbody tr {
        background: inherit !important;
    }

    .rts-sec .tab-content p {
        width: 100% !important;
    }

    .rti-sec .content-sec {
        padding-top: 30px !important;
        width: 100% !important;
    }

    .aminity .row.last-child .row .infographic img {
        width: 100% !important;
        height: 300px !important;
    }

    .type-img-sec.aminity .img-sec img {
        height: 300px !important;
    }

    .aminity .eco-content-wrap {
        padding: 20px 10px;
    }

    .aminity .row.last-child .row .detail {
        width: 100% !important;
        padding: 0;
    }

    .aminity .eco-content-wrap .row {
        padding: 0 !important;
    }

    .aminity .row.last-child .sub-station .sub-station {
        width: 100% !important;
        height: 300px !important;
    }

    .aminity.type-img-sec .con .detail {
        padding-top: 20px !important;
    }

    .aminity .eco-content-wrap-wrap-two .row {
        padding: 0 !important;
    }

    .aminity .eco-content-wrap-wrap-two {
        padding: 20px 10px;
        clip-path: inherit !important;
    }

    .download-sec .dwn-media .job-info-sec {
        width: 100%;
    }

    .cta-sec.main .cta-box {
        display: flex !important;
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .cta-sec.main {
        padding: 30px;
    }

    .compy {
        width: 100% !important;
    }

    .job-info-sec table td.head {
        font-weight: 500;
        padding-top: 20px;
    }

    .job-info-sec table td.btn-sec {
        padding-bottom: 20px;
    }

    .job-info-sec .table {
        min-width: auto !important;
        margin: 0;
    }

    #job-list.job-info-sec::before {
        content: "Job Opportunities";
        line-height: 3.5625rem;
        background: #4c3698;
        padding: 0 1.3125rem;
        color: #fcfcfc;
        font-size: 1.125rem;
        font-weight: 600;
        display: block;
    }

    .job-info-sec table td {
        width: 100%;
        min-width: auto !important;
        display: block;
        min-height: 1px;
        white-space: normal !important;
        border: none;
        font-weight: 300;
        padding: 6px 20px;


    }

    .job-info-sec .table thead th {
        display: none;
    }

    .table tbody tr:nth-of-type(2n+1) {
        background: #eff0f7;
    }

    .table tbody tr {
        background: #fcfcfc;
    }

    .about-section .accordition .accordion-button h3 {
        width: 80%;
    }

    .team-list .toggle-icon {
        width: 20px;
        height: 30px;
    }

    footer .ftr-con .footnav {
        gap: 0px;
    }

    .eco-content-wrap {
        clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%) !important;
    }

    .apply-space-inner-wrap .con-sec .point-sec p {
        width: 100%;
    }

    .apply-space-inner-wrap .con-sec .point-sec h4 {
        width: 100%;
    }

    .apply-space-inner-wrap .con-sec .point-sec {
        display: block;
    }

    .apply-space-inner-wrap {
        margin-top: 20px;
    }

    .apply-spac .row .inner-wrap img {
        width: 100%;
    }

    .apply-space-inner-wrap {
        background: none !important;
        height: inherit !important;
    }

    .apply-spac .inner-wrap-point {
        padding-left: 0;
    }

    .ety {
        width: 100% !important;
    }
}

/* 02.2024 end */

.job-table .table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
    border: 0 !important;
    --bs-table-bg: #ffffff00;
}

.job-table th,
.job-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 2px solid #ccc;
    /* Add bottom border only */
}

.job-table th {
    font-weight: bold;
    font-size: 1.15rem;
}

.job-table button {
    background-color: #0072BC;
    color: #fff;
    font-size: 1rem;

    border-radius: 50px;
    border: 0px !important;
    padding: 8px 20px;
}

.job-table button a {
    text-decoration: none;
}





.inner-sec .inner-con .news-box {
    width: 90%;
}

.address.details {
    line-height: 28px !important;
}

.info-graphic {
    display: flex;
    justify-content: center;
}

.info-graphic img {
    width: 80%;
    margin: auto;
}

.team-con h2 {
    font-size: 1.75rem;
}

.about-section .about-inner .pre-btn {
    color: #b3b3b3 !important;
    border: 1px solid #b3b3b3;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 1rem;
}

.about-section .about-inner .pre-btn i {
    color: #b3b3b3 !important;
}

.about-section .about-inner .pre-btn a {
    color: #2a2a2a !important;
    padding-left: 10px;
    text-decoration: none;
}

.info-phase .box .details .text p {
    font-weight: 600 !important;
}

.info-phase .box .details .text p b {
    font-weight: 300 !important;
}

.aminity a {
    color: #2a2a2a !important;
}

.search-section button {
    background: transparent !important;
}

.search-section button i {
    color: #2a2a2a !important;
    background: transparent !important;
}

.contact-deatail a {
    text-decoration: none !important;
}

.avg-img img {
    border-radius: 60px;
}

.benefit-con .content img {
    width: 100%;
}

body p {
    font-family: "Poppins" !important;
}

.avg-cn-sec {
    width: 75%;
}

.benefit-con .row {
    margin-bottom: 30px;
}

.benefit-con p {
    font-size: 1rem;
    line-height: 30px;
}

.apply-space {
    background: #F2F5F7 !important;
}

.about-section.job-section .about-inner button {
    color: #2a2a2a !important;
    padding: 7px 10px;
}

.apply-space .point {
    background: #eaeaea;
    padding: 40px;
    border-radius: 10px;
}

.aply-con .con {
    background: #eaeaea;
    padding: 40px;
    border-radius: 10px;
    min-height: 290px;
}

.top-con {
    padding-bottom: 30px;
}

.info-phase {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.info-phase .box img {
    display: block;
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
}

.info-phase .box {
    width: 49%;
    gap: 50px;
    flex-basis: 47%;
    box-sizing: border-box;
    gap: 20px;
}

.aminity-btm-sec .icon-sec-2 {
    gap: 60px !important;
    padding: 20px 0px;
}

.aminity-btm-sec {
    padding: 60px 0px;
}

.aminity .con img {
    margin: auto;
}

.aminity-btm-sec .icon {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.aminity-btm-sec .icon .con-text {
    text-align: center;
}

.aminity-btm-sec .icon .con-text img {
    width: 60px;
    margin-bottom: 10px;
    opacity: .5;
}

.aminity .type-img-sec .row {
    margin-top: 60px !important;
}

.aminity-btm-sec .icon .con-text p {
    font-size: 1rem;
}

.aminity .row {
    padding-bottom: 100px !important;
    /* border-bottom: 1px solid #c5c5c5;*/
}

.contact-deatail {
    /* background: #ebebeba8; */
    padding: 0;
    border-radius: 10px;
}

.contact-deatail p {
    font-size: 1rem !important;
    line-height: 28px !important;
    margin-bottom: 0px !important;
}

.contact-deatail p b {
    font-size: 1rem !important;
}

.aminity {
    background: #F2F5F7 !important;
    padding: 0px !important;
}

.ftr-blue .btns {
    display: none;
}

.pagination .active>.page-link,
.page-link.active {
    background-color: #4c3698 !important;
    border-color: #4c3698 !important;
    color: #fff !important;
}

.pagination .page-link {
    color: #2a2a2a !important;
}

.about-section .container-fluid .tab-list button {
    color: #2a2a2a !important;
}

.news-letter-sec .btn-sec a {
    color: #fff !important;
}

.about-section .container-fluid .tab-list button a {
    color: #2a2a2a !important;
}

.about-section a button {
    color: #fff !important;
}

.about-section .about-inner .btn-white-txt {
    color: #fff !important;
}

.about-section .about-inner .btn-prim button {
    color: #fff !important;
}

.job-section .compy div.address {
    font-size: 1rem;
    /* */
    line-height: 20px;
    font-weight: 300;
    padding-top: 15px;
    border-top: solid 1px #c8c8c8;
}

.table-responsive button {
    background: #0072BC;
    border: 0;
    color: #fff !important;
    border-radius: 30px;
    font-size: 14px;
    padding: 6px 10px;
}

.table-responsive button a {
    text-decoration: none;
    color: #fff;
}

.job-section .compy .btn-sec a {
    color: #ffffff !important;
}

/* media */
.team-list .toggle-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    border: 2px solid #2a2a2a;
    /* Adjust color */
    border-radius: 50%;
    /* Makes it circular */
    font-size: 1rem;
    /* Adjust size for the "+" icon */
    font-weight: bold;
    background-color: #f8f9fa;
    /* Background color */
    color: #2a2a2a;
    /* Text color */
    transition: all 0.3s ease;
}

.team-list .toggle-icon.rotate {
    transform: rotate(90deg);
    /* Optional for animation */
}

.team-list .accordion-header {
    border-bottom: 1px solid #7d7d7d;
}

.team-list .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #2a2a2a;
    border-radius: 0px;
}

.team-list .accordion-button .toggle-icon {
    margin-left: auto;
    /* Push the icon to the right */
}

.team-list .accordion-button {
    background-color: inherit !important;
    border: 0 !important;
    background: inherit !important;
}

.team-list .accordion-item {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #292929;
}

.gallery-page .toggle-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    border: 2px solid #2a2a2a;
    /* Adjust color */
    border-radius: 50%;
    /* Makes it circular */
    font-size: 1rem;
    /* Adjust size for the "+" icon */
    font-weight: bold;
    background-color: #f8f9fa;
    /* Background color */
    color: #2a2a2a;
    /* Text color */
    transition: all 0.3s ease;
}

.gallery-page .toggle-icon.rotate {
    transform: rotate(90deg);
    /* Optional for animation */
}

.gallery-page .accordion-header {
    border-bottom: 1px solid #7d7d7d;
}

.gallery-page .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #2a2a2a;
    border-radius: 0px;
}

.gallery-page .accordion-button .toggle-icon {
    margin-left: auto;
    /* Push the icon to the right */
}

.gallery-page .accordion-button {
    background-color: inherit !important;
    border: 0 !important;
    background: inherit !important;
}

.gallery-page .accordion-item {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #292929;
}

.counter-sec .counters {
    color: #2a2a2a;
    padding: 40px 20px;

}

.counter-sec .cnt {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.counter-sec .cnt p {
    margin-bottom: 0px;
    font-weight: 500;
    color: #868DBB;
    font-size: 58px;
}

.counter-sec .counter {
    font-size: 90px;
    color: #868DBB;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* Smooth transition for visibility and scale */

}

.counter-sec .counters .container {
    display: flex;
    justify-content: center;
    grid-gap: 120px;
    text-align: center;
}

.counter-sec {
    padding: 100px 0px;
}

.counter-sec .counters h3 {
    font-size: 30px;
    font-weight: 300;
}

.counter-sec .counters i {
    color: lightskyblue;
    margin-bottom: 5px;
}

.counter-sec.counters .counter {
    font-size: 45px;
    margin: 10px 0;
    transform: scale(0.8);
    transition: opacity 0.5s ease, transform 0.5s ease !important;
    opacity: 0;
}

.counter.animate-counter {
    opacity: 1;
    transform: scale(1);
}



header .navbar-brand img {
    width: 240px;
    padding-top: 15px;
}

.enq-detail .form-control:focus {
    box-shadow: none !important;
}

.enq-detail .custom-dropdown select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0px;
}

.enq-detail .custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.enq-detail .custom-dropdown select {
    -webkit-appearance: none;
    /* Remove default arrow in WebKit browsers */
    -moz-appearance: none;
    /* Remove default arrow in Firefox */
    appearance: none;
    /* Remove default arrow */
    padding-right: 30px;
    /* Add space for custom arrow */
}

.enq-detail .custom-dropdown::after {
    content: '▼';
    /* Unicode character for dropdown arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    /* Adjust position */
    transform: translateY(-50%);
    pointer-events: none;
    /* Ensure the arrow doesn't block interactions */
    color: #333;
    /* Adjust arrow color */
}

.point p {
    display: flex;
    align-items: baseline;
    gap: 15px;
    font-size: .875rem;
    line-height: 1.5rem;
}

.search-section button {
    border: 0px;
}

.set-up-business p {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.search-section {
    padding-bottom: 40px;
}

.search-section form input {
    border: 0px !important;
    background: transparent;
    width: 100%;
}

.search-section form input:focus-visible {
    outline: none !important;
}

.search-section form {
    border-radius: 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 50%;
    background: #ffffff00;
    padding: 10px 20px;
    align-items: center;
    border: 1px solid #979797;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    opacity: 1 !important;
}

#carouselExampleIndicators:hover .carousel-control-prev,
#carouselExampleIndicators:hover .carousel-control-next {
    opacity: 1 !important;
}

.avg-img img {
    width: 100%;
}

.team-list .membr-list .detail span {
    font-weight: 300;
}

body p {
    font-weight: 300;
}

.botton-sec p {
    font-weight: 300;
    width: 80%;
    margin: auto;
}

.metro-img img {
    width: 100% !important;
}

.scr-con {
    /* height: 450px; */
    padding-left: 10%;
    overflow-y: scroll;
}

.sticky_media {
    position: sticky;
    top: 5.5em;
}

.static {
    position: static;
}

.team-list .membr-list .detail .desig {
    font-size: 0.875rem;
    font-weight: 400;
    padding-bottom: 5px;
}

.botton-sec {
    padding-bottom: 60px;
}

.botton-sec .img-sec img {
    width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.life-image-sec img {
    width: 100%;
    margin-bottom: 60px;
}

.life-info .img-sec img {
    width: 340px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.life-info .row {
    padding-top: 40px;
}

.life-info .row p {
    text-align: left;
    font-size: 1rem !important;
    line-height: 25px;
}

.life-info p {
    font-size: 1rem !important;
}

.space-sec {
    padding-bottom: 60px;
}

.space-availability-sec {
    background-color: #f8f9fa;
    /* Light background */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.space-availability-sec .nav {
    height: 45px;
}

.space-availability-sec .nav-tabs {
    border-bottom: 2px solid #ddd;
    background: transparent !important;
}

.space-availability-sec .nav-tabs .nav-link {
    color: #495057;
    /* Default text color */
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 5px;
    padding: 10px 15px;
    transition: all 0.3s ease;

}

.space-availability-sec .table-responsive {
    margin: 30px 0px;
}

.aply-con .con p {
    font-size: 1rem;
    font-weight: 300;
}

.aply-con .row {
    padding: 60px 0px;
}

.space-availability-sec h3 {
    padding-bottom: 30px;
    text-align: left;
    font-size: 1.5rem;
}

.space-availability-sec {
    margin-bottom: 40px;
}

.enquir-section .space-availability-sec .tab-content .phse-con p {
    width: 100% !important;
    text-align: left !important;
}

.space-availability-sec .nav-tabs .nav-link:hover {
    background-color: #ebebeb;
    /* Light hover effect */
    color: #0056b3;
    /* Hover text color */
}

.space-availability-sec .nav-tabs .nav-link.active {
    background-color: #ebebeb !important;
    /* Active tab background */
    color: #2a2a2a !important;
    /* Active tab text */
    border-color: #007bff;
    font-weight: 600 !important;
}

.space-availability-sec .tab-content {
    margin-top: 20px;
}

.space-availability-sec .tab-content .tab-pane {
    padding: 15px;
    background-color: #fff;
    /* Tab pane background */
    border: 1px solid #ddd;
    border-radius: 4px;
}

.benefit-con .cta-sec {
    padding: 0px 0px 60px;
}

.benefit-con .content {
    padding: 60px 0px !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
}

.sez-benfit .type-sec-inner p {
    width: 80% !important;
}

.about-section .accordion-item .toggle-icon {
    display: inline-block;
    /* transition: transform 0.3s ease;  */
}

.about-section .accordion-item .toggle-icon.rotate {
    transform: rotate(180deg);
    /* Rotates the icon for "-" */
}

.info-inner-pages .point {
    font-size: 1rem;
    font-weight: 300;
    /* padding-left: 30px; */
}

.enquir-section .form-sec {
    padding-bottom: 60px;
}

.enquir-section .form-sec label {
    display: flex;
    /*   justify-content: space-between; */
}

.enquir-section .form-sec {
    text-align: left;
}

.enquir-section .enq-detail {
    text-align: center;
}

.enquir-section .enq-detail h2 {
    font-size: 1.75rem;
    padding-bottom: 20px;
}

.enquir-section .enq-detail p {
    font-size: 1rem;
    font-weight: 300 !important;
    width: 70%;
    margin: auto;
}

.enquir-section .tab-list {
    display: flex;
    justify-content: center !important;
    gap: 50px;
    width: fit-content !important;
    margin: auto;
}

.news-letter-sec .btn-sec {
    display: flex;
    justify-content: space-between;
}

.news-letter-sec .btn-sec button a {
    text-decoration: none;
}

.news-letter-sec .btn-sec button {
    background: #0072BC;
    border-radius: 15px;
    border-radius: 50px;
    border: 0px !important;
    padding: 5px 10px;
    font-size: 1rem;
    margin-bottom: 20px;
}

.news-letter-sec h2 {
    text-align: center;
}

.job-section h2 {
    font-size: 1.75rem;
}

.contact-sec .contact-sec-deatil .form-sec {
    padding-top: 50px;
}

.contact-sec .contact-sec-deatil .form-sec button {
    padding: 10px 20px !important;
}

.contact-sec .contact-sec-deatil {
    padding-left: 30px;
}

.contact-sec .contact-sec-deatil .mb-3 {
    padding-bottom: 30px;
}

.contact-sec .contact-sec-deatil button {
    background: #0072BC;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px 30px;

}

.contact-tab {
    padding-bottom: 0px !important;
}

.contact-map-sec iframe {
    width: 100%;
}

.contact-sec .contact-sec-deatil .button-sec {
    text-align: right;
    display: flex;
    justify-content: right;
}

.contact-sec .contact-sec-deatil button a {
    color: #fff !important;
    text-decoration: none;
}

.contact-sec .contact-sec-deatil label {
    font-weight: 600;
    color: #2a2a2a !important;
    font-size: 1rem;
}

.contact-sec .contact-sec-deatil input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0px;
    padding: 0px !important;
    font-weight: 300;
}

.form-control {
    font-weight: 300;
}

.form-control:focus {
    box-shadow: none !important;
}

.contact-sec .contact-sec-deatil textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0px;
    font-weight: 300 !important;
}

textarea {
    font-weight: 300 !important;
}

.contact-sec .contact-sec-deatil p {
    font-weight: 300;
    font-size: 1rem;
}

.contact-sec .blue-box {
    background: #0072BC;
    border-radius: 30px;
    padding: 20px 20px;
    color: #fff;
}

.brdr {
    width: 100%;
    background-color: #fff;
    margin: 20px 0px;
    height: 1px;
}

.contact-sec .blue-box .contact-img img {
    width: 100%;
    margin-bottom: 40px;
}

.contact-sec .blue-box h3 {
    font-size: 1.5rem;
    padding-bottom: 20px;
    color: #fff !important;
}

.contact-sec .blue-box p {
    font-size: 1rem;
    font-weight: 300;
    color: #fff !important;
}

.video-modal-sec .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Slightly darker background */
    justify-content: center;
    align-items: center;
}

/* Modal content */
.video-modal-sec .modal-content {
    position: relative;
    width: 80%;
    /* Reduced width (you can adjust this as needed) */
    max-width: 800px;
    /* Maximum width of the modal */
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    /* Space around the video */
    overflow: hidden;
}

/* Video styling */
.video-modal-sec .modal-content video {
    width: 100%;
    /* Fit video to the modal content */
    height: auto;
    /* Maintain aspect ratio */
    border-radius: 8px;
    /* Rounded corners for the video */
}

.video-modal-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 40px;
    /* Increased font size for a larger close button */
    font-weight: bold;
    cursor: pointer;
    z-index: 1100;
    /* Ensure it stays on top */
}




.career-op .carer-box .btn-sec p {
    padding-top: 10px;
    font-weight: 300;
}

.company-detail .comp-detail p {
    font-size: 1rem;
    line-height: 1.5rem;

    font-weight: 300;
}

.company-detail .comp-detail .list {
    padding-left: 20px;
}

.company-detail .comp-detail {
    padding-top: 30px;
}

.company-detail .comp-detail h4 {
    font-size: 28px;
    padding: 10px 0px 10px;
    font-weight: 600;
}

/* type-of-space */

.type-sec-inner h2 {
    color: #2a2a2a;
    text-align: center;

    font-size: 1.75rem;
    font-weight: 600;
    padding-bottom: 40px;
}

.type-of-spc {
    padding-bottom: 80px;
}

.info-inner-pages .type-img-sec {
    /* background: #eaeaea; */
    padding: 60px 0px;
    background-color: #B4E2FF;
    /* clip-path: polygon(0% 100%, 100% 92.9%, 100% 0%, 0% 0%); */
    /* border-bottom-left-radius: 54px; */
    border-radius: 15px;

}

.pb30 {
    padding-bottom: 30px;
}

.pt30 {
    padding-top: 30px;
}

.avgc-sec {
    background-color: #F2F5F7 !important;
}

.type-sec-inner h3 {
    color: #2a2a2a;
    text-align: center;

    font-size: 1.5rem;
}

.type-img-sec .con-s {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
}

.type-img-sec .con-s img {

    width: 100% !important;
}

.type-img-sec .con-s .detail p {
    width: 100% !important;
}

/* .type-img-sec .con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
} */
.type-img-sec .con .detail {
    padding-top: 40px;
    /* width: 350px; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.type-img-sec .con-s .detail {
    padding-top: 40px;
    width: 31%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shuttle-ser .con .detail {
    height: auto;
}

.type-img-sec .con .detail p b {
    font-size: 1.5rem;
}

.type-img-sec .con .detail p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 300;
    width: 80%;
}

.avgc-sec h3 {
    text-align: center;
}

.avgc-sec p {
    color: #2a2a2a;
    text-align: left;

    font-size: 1rem;
    line-height: 28px;
    font-weight: 300;
    width: 100%;
    margin: auto;
    padding-bottom: 40px;
}

.avgc-sec .row {
    width: 80%;
    margin: auto;
}

.avgc-sec .detail p {
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 1rem;
}

.info-inner-pages .type-img-sec .row {
    margin-top: 30px !important;
}

.avgc-sec img {
    width: 80% !important;
    height: auto;
    margin: auto;
    border-radius: 30px;
}

.type-img-sec .con img {
    display: block;
    width: 100%;
    height: 400px !important;
    border-radius: 30px;
}

.type-img-sec .con .row {
    width: 80%;
    margin: auto;
}

.type-img-sec .con .right-s {
    width: 100% !important;
}

.type-sec-inner p {
    color: #2a2a2a;
    text-align: center;

    font-size: 1rem;
    line-height: 28px;
    font-weight: 300;
    width: 60%;
    margin: auto;
}

.type-sec-inner {
    padding: 60px 0px 30px;
}

.info-inner-pages {
    background-color: #F2F5F7;
}

/* gallery-sec */
.gallery-inner-sec h2 {
    text-align: center;
    padding-bottom: 50px;
}

.gallery-inner-sec {
    padding: 60px 0px;
}

.gallery-page .gallery {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.gallery-page .gallery-item {
    text-align: center;
    max-width: 250px;
    /* background: #fff;
    border-radius: 10px; */
    padding: 15px;
}

.gallery-page .gallery-item img {
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s;
    width: 220px;
    height: 130px;

}

.gallery-page .caption {
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
    text-align: center;
}

.gallery-page .gallery-item img:hover {
    transform: scale(1.05);
}

.gallery-page .gallery img {
    width: 100%;
    cursor: pointer;
    transition: transform 0.2s;
}

.gallery-page .gallery img:hover {
    transform: scale(1.05);
}

.gallery-page .lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gallery-page .lightbox img {
    max-width: 90%;
    max-height: 80%;
}

.gallery-page .lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.gallery-page .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.gallery-page .left-arrow {
    left: 20px;
}

.gallery-page .right-arrow {
    right: 20px;
}

.gallery-page .arrow:hover {
    color: #ccc;
}

/* carrer-opp-sec */
.career-op .comp-job-deatiil .contact a {
    color: #2a2a2a
}

.career-op .carer-box .logo-con h4 {
    color: #2a2a2a;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 400;
}

.career-op .comp-job-deatiil {
    border-bottom: 1px solid #b0b0b0;
}

.career-op .comp-job-deatiil h4 {
    color: #2a2a2a;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 400;
}

.career-op .comp-job-deatiil .contact {
    padding-top: 20px;
    font-style: italic;
}

.career-op .comp-job-deatiil {
    padding: 60px 0px;
}

.career-op .comp-job-deatiil P {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 30px;
}

.career-op .carer-box button {
    background: #0072bc;
    border: 0px !important;
    border-radius: 50px;
    padding: 15px;
}

.career-op .carer-box button .btn-a {
    color: #fff !important;
    text-decoration: none !important;
}

.career-op .carer-box .logo-con span {
    color: #2a2a2a;
    text-align: left;

    font-size: 1rem;
    font-weight: 300;
}

.career-op .carer-box .logo-con {
    display: flex;
    align-items: center;
}

.career-op .carer-box {
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E9E9E9;
    padding: 50px;
}

.career-op .carer-box img {
    width: 140px;
    margin-right: 20px;
    margin-bottom: 10px;
}


/* ------------ */
.company-detail .job-info-sec .job-box .head {
    width: 60%;
}

.infra-structure h2 {
    text-align: center;
    padding-bottom: 30px;
    color: #2a2a2a;

    font-size: 1.75rem;
}

.info-phase .box .build-name h2 {
    padding-bottom: 0px;
    color: #2a2a2a;

    font-size: 1.5rem;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
}

.info-phase .box .build-name {
    min-width: 20%;
}

.info-phase .box .build-name span {
    color: rgba(0, 0, 0, 0.5);

    font-size: 20px;
    font-weight: 400;
}

.info-phase .box {
    margin-bottom: 30px;
    min-height: 250px;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 50px 20px 50px;
}

.info-phase .box .details .text p {
    font-weight: 300;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
}

.info-phase .box .details .text {
    gap: 30px;
}

/* team-infopark */
.team-list .membr-list .img-sec {
    text-align: center;
}

.about-section .accordition .accordion-button {
    justify-content: space-between;
    background-color: #fff;
}

.about-section .accordion-button:focus {
    box-shadow: none !important;
}

.about-section .accordition .accordion-button h3 {
    font-size: 1.25rem;
}

.about-section .accordion-item {
    margin-bottom: 10px;
}

.about-section .accordition .accordion-button::after {
    display: none;
}

.about-section .accordition .toggle-icon {
    font-size: 1.2em;
}

.m-list .membr-list .row {
    row-gap: 30px;
}

.team-list .membr-list h3 {
    padding-bottom: 20px;
}

.team-list .membr-list .detail {
    text-align: center;
}

.team-list .membr-list .detail p {
    margin-bottom: 0px !important;
    font-size: 14px;
    line-height: 20px;
}

.team-list .membr-list .detail span {
    font-size: 14px;
}

.team-list .membr-list .row {
    row-gap: 30px;
}

.team-list .membr-list .detail span a {
    color: #2a2a2a;
    text-decoration: none;
}

.team-list .membr-list .img-sec img {
    width: 150px;
    height: 185px;
    border-radius: 10px;
}

.shuttle-ser .con img {
    width: 85%;
}

.shuttle-ser {
    background-color: #B4E2FF !important;
}

.info-inner-pages .shuttle-ser .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.team-info {
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.team-info .detail {
    text-align: center;
}

.team-info .detail a {
    text-decoration: none;
    color: #2a2a2a;
}

.team-info .detail .name {
    font-size: 1rem;
    margin-bottom: 0px;

}

.team-info .desig {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 700 !important;
    padding-top: 20px;
}

.team-info .members {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.about-section h2 {
    font-size: 1.75rem !important;
}

.team-info .team-con p {
    font-family: 1.5rem;
    color: #2a2a2a;
    text-align: left;

    line-height: 28px;
    font-weight: 300;
    text-align: center;
}


/* ceo-desk */

.ceo-con {
    padding-top: 60px;
}

.ceo-desk .mem-sec {
    text-align: center;
}

/* rti */
.download-sec .job-info-sec .job-box button a {
    font-size: 14px;
}

.download-sec .job-info-sec .job-box button {
    padding: 5px 10px !important;
}

.download-sec .job-box {
    display: block !important;
}

.download-sec .job-box .btn-sec {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-sec .job-box .btn-sec p {
    font-size: 1rem !important;
    margin-bottom: 0px !important;
    padding-right: 12px;
    align-items: center;
}

.rti-sec .col-xl-4:nth-child(1) .card-box .head {
    border-bottom: 2px solid #949494;
    padding: 10px;
    margin-bottom: 1.75rem;
    font-size: 20px;
}

.rti-sec .card-box .head h4 {
    font-size: 20px;
    margin-bottom: 0px;
}

.rti-sec .card-box .head h6 {
    margin-bottom: 0px;
}

.desig {
    color: #777;
}

.rti-sec .content-sec p {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.rti-sec .content-sec {
    padding-top: 50px;
    width: 75%;
}

.rti-sec .content-sec p b {
    font-size: 20px;
}

.rti-sec .card-box .name {
    font-size: 20px;

}

.rti-sec .card-box p {
    margin-bottom: 0px;
    /* line-height: 30px;*/
}

.rti-sec .col-xl-4:nth-child(2) .card-box .head {
    border-bottom: 2px solid #949494;
    padding: 10px;
    margin-bottom: 1.75rem;
    font-size: 20px;
}

.rti-sec p {}

.rti-sec .col-xl-4:nth-child(3) .card-box .head {
    border-bottom: 2px solid #949494;
    padding: 10px;
    margin-bottom: 1.75rem;
    font-size: 20px;
}

.rti-sec .card-box {
    background: #ededed;
    padding: 20px 49px;
    text-align: center;
    min-height: 400px;
    border-radius: 10px;
}

.rti-sec .rti-con button {
    background: #0072bc;
    border-radius: 50px;
    padding: 10px 20px;
    border: 0;
    margin: 20px 0px;
}

.rti-sec .rti-con .download-btn a {
    color: #fff !important;
}

.rti-sec .rti-con button a {
    text-decoration: none;
    color: #fff !important;
}

.rti-sec .rti-con {
    padding: 50px 0px;
    text-align: center;
}

.rti-sec h1 {
    text-align: center;
    color: #2a2a2a;

    font-size: 1.75rem;
    font-weight: 700;
}

/* rts */
.rts-sec .pdf-btn {
    background: #0072BC;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}

.rts-sec .pdf-btn a {
    color: #fff !important;
    text-decoration: none !important;
}

.company-detail.download-sec .head {
    width: 100% !important;
    text-align: center;
    padding-bottom: 23px;
}

.rts-sec .tab-content p {
    font-size: 0.875rem;
    width: 75%;
    line-height: 1.5rem;
    font-weight: 300;
}

.rts-sec table {
    margin: 40px 0px;
    width: 50%;
}

.rts-sec table tr th {

    padding: 10px 20px;
    font-weight: 500;
}

.rts-sec table tr td {
    /* width: 50%; */
    padding: 10px 20px;
}

.rts-sec table tr td.buton {
    text-align: center;
}

/* job-section start */
.downlod .job-info-sec .job-box h6 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 35px;

}

.downlod .job-info-sec .job-box span {
    font-size: 1rem !important;
    width: 80% !important;
    display: block;
}

.company-detail .job-info-sec .job-box {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2a2a2a;
    align-items: center;
}

.company-detail .job-info-sec .job-box:last-child {
    border-bottom: none !important;
}

.company-detail .job-info-sec .job-box h4 {
    font-size: 1.45rem;

    color: #2a2a2a;
    margin-bottom: 0px !important;
}

.company-detail .job-info-sec .job-box button {
    background-color: #0072BC;
    color: #fff;
    font-size: 1rem;

    border-radius: 50px;
    border: 0px !important;
    padding: 10px 30px;
}

.company-detail .job-info-sec .job-box button a {
    color: #fff !important;
    text-decoration: none;
}

.company-detail .job-info-sec .job-box p {
    font-size: 1rem;
}

.company-detail .job-info-sec .job-box span {
    color: rgba(0, 0, 0, 0.5);
    text-align: left;

    font-size: 1.25rem;
    font-weight: 300;
    padding-top: 5px;
}

/* 15.01.25 cmd */
/* .job-section .compy .logo img{
   width: auto;
   margin-bottom: 10px;
   height: 60px;
} */
.company-detail .compy .logo {
    height: 60px;
}

.company-detail .comp-detail p {
    font-weight: 300;
}

.job-section .compy .btn-sec {
    display: flex;
    gap: 20px;
    padding-top: 10px;

}

.job-section .compy .btn-sec a button {
    text-decoration: none;
    font-size: .75rem;
}

.company-detail .row .col-xl-3:nth-child(1) {
    border-left: 0 !important;
}

.company-detail .row:last-child {
    border-bottom: 0px !important;
}

/* .company-detail .compy{padding:0 20px;} */
.company-detail .row .col-xl-3 {
    border-left: 1px solid #ccc;
}

.company-detail .row {
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

.job-section .compy button {
    background: #e9e9ed;
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 0 !important;
}

.job-section .compy button a {
    text-decoration: none;
    font-size: 10px;
}

.job-section .compy p {
    padding: 10px 0px;
    margin-bottom: 0px;
    font-size: 1rem;

}

.job-section .compy span {
    font-size: 1rem;
    /* */
    line-height: 20px;
    font-weight: 300;
}

.job-section h2 {
    text-align: center;
    /* */
    padding-bottom: 70px;
}

.job-section .tab-list {
    display: flex;
    justify-content: center !important;
    gap: 60px;
}

.job-section .pagination {
    justify-content: flex-end;
    margin-top: 15px;
}

.job-section .pagination .page-item:first-child .page-link {
    background: #e9e9e9;
}

.page-item:last-child .page-link {
    background: #e9e9e9;
}

/* job-section end */
/* about-section-start */
.about-section .about-banner .head,
.about-section .eco-banner .head,
.about-section .newinit-banner .head {
    padding-top: 160px;
}

.about-section .about-banner h1,
.about-section .eco-banner h1,
.about-section .newinit-banner h1 {
    color: #ffffff;
    text-align: center;

    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-section .about-banner h4 {
    color: #ffffff;
    text-align: center;

    font-size: 36px;
    font-weight: 400;
}

.about-section.infra-structure .tab-list {
    justify-content: center;
    gap: 80px;
}

.about-section .tab-list {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 25px 30px;
    border-bottom: 0 !important;
    border-radius: 10px;
    position: relative;
    top: -30px;
    align-items: start;
}

.about-section .tab-list button a {
    color: #2a2a2a;
    text-align: left;

    font-size: 1rem;
    font-weight: 300;
}

.about-section .tab-list button .active {
    font-weight: 600 !important;
}

.about-section .tab-list a {
    text-decoration: none;
}

.about-section .gov-detail p {
    margin: 0px !important;
    font-size: 1.250rem;

    color: #2a2a2a;
    margin-bottom: 0px !important;
    padding-top: 10px;
}

.about-section .gov-detail {
    padding-top: 30px;
}

.about-section .gov-detail span {
    font-size: 1.125rem;
    color: #2a2a2a !important;
    font-weight: 300;
}

.about-section .gov-con-sec h2 {
    text-align: center;
}

.about-section .gov-con-sec .mem-sec {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
}

.about-section .gov-con-sec .mem-sec .desig {
    color: #2a2a2a;
    text-align: center;

    font-size: 1.5rem;
    line-height: 40px;
    font-weight: 700;
    padding-top: 10px;
    width: 100%;
}

.about-section .gov-con-sec .mem-sec .name {
    color: #2a2a2a;
    /* */
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    width: 100%;
    padding-top: 10px;
}

.about-section .gov-con-sec .mem-sec span {
    color: #2a2a2a;
    /* */
    font-size: 1rem;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: auto;
}

.about-section .container-fluid {
    padding: 0px !important;
}

.about-section .ceo-con p {
    font-weight: 300 !important;
}

.about-section .gov-con-sec {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 60px;
}

.about-section .gov-con-sec .mem-sec .mem-list img {
    width: 250px;
    height: 270px;
}

.about-section .gov-con-sec p {
    text-align: center;
    color: #2a2a2a;

    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    width: 60%;
    margin: auto;
}

.about-section .tab-con-sec {
    padding-top: 60px !important;
}

.about-section .deatil-sec P {
    color: #2a2a2a;
    text-align: left;

    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 300;
}

.about-section .deatil-sec h2 {
    color: #2a2a2a;
    text-align: left;

    font-size: 1.75rem;
    font-weight: 600;
}

.about-section .detail-img-sec {
    width: 100%;
}

.about-section .tab-con-inner-sec {
    padding: 40px 0px 80px;
}

.over-img .row {
    row-gap: 20px;
}

.about-section .over-img img {
    width: 80%;
    display: block;
    margin: auto;
    height: 400px;
    border-radius: 10px;
}

.about-section .about-banner {
    background-image: url("../images/about-banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    border-bottom-left-radius: 54px;
}

.about-section .eco-banner {
    background-image: url("../images/ecosys-banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.about-section .newinit-banner {
    background-image: url("../images/newinitiative.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.about-section .about-inner button a {
    color: #ffffff !important;
    font-weight: 300 !important;

}

.about-section .about-inner button {
    color: #2a2a2a !important;
    font-weight: 300 !important;

}

.about-section .about-inner .nav-pills .nav-link.active {
    font-weight: 600 !important;

    background: transparent !important;
}

.about-section {
    background-color: #F2F5F7;
}

.about-section .about-inner .nav {
    background: #fff;
    padding: 15px 10px;
    border-bottom: 0 !important;
    border-radius: 10px;
    position: relative;
    top: -30px;
}

body {
    font-family: "Poppins" !important;
    color: #2a2a2a;
    /* line-height: 1.625rem; */
}

h1,
h2,
h3,
h4,
h5,
h6 {

    color: #2a2a2a;
}

.sun-new-inner p {
    font-weight: 300;
}

@media (max-width:991px) {
    .fourth-slide .test-box-three .con:nth-child(1) {
        top: 12%;
    }

    .benefit-img img {
        padding: 30px 0px !important;
    }

    .type-img-sec .con .detail p {
        width: 100% !important;
    }

    .contact-sec .blue-box .contact-img {
        width: 50%;
    }

    .contact-sec .blue-box .contat-detail {
        width: 50%;
        margin: auto;
    }

    .contact-sec .blue-box .contact-img img {
        width: 100%;
        margin-bottom: 0px;
    }

    .contact-sec .blue-box {
        display: flex;
        gap: 50px;
    }

    .contact-us-sec .cont-con {
        justify-content: center;
    }

    .banner-content {
        width: 100% !important;
    }

    .contact-deatail {
        margin-bottom: 40px;
    }

    .info-phase img {
        display: block;
        margin: auto;
        width: 100%;
    }

    header {
        display: flex;
        align-items: center;
    }

    .avgc-sec .row {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        text-align: left;
    }

    .avgc-sec .row h3 {
        text-align: left;
    }

    .info-inner-pages .type-img-sec {
        padding: 20px 0px 60px;
    }

    .info-inner-pages .type-img-sec .row {
        margin-top: 10px !important;
    }

    .avgc-sec img {
        width: 60% !important;
    }

    .info-inner-pages .type-img-sec .row {
        margin-top: 0px;
    }

    .info-inner-pages .type-img-sec .row-direct {
        display: flex;
        flex-direction: column-reverse;
    }

    .type-img-sec .con .row {
        width: 100%;
        /* margin: auto; */
    }

    .counter-sec {
        padding: 60px 0px;
    }

    .counter-sec .counters .container {
        display: block;
    }

    .search-section form {
        width: 80%;
    }

    .dropdown-menu.show {
        border: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        border: 0px !important;
    }

    .banner-sec .carousel-control-prev,
    .carousel-control-next {
        bottom: 30px !important;
    }

    .gallery-page .gallery {
        display: block;
    }

    .enquir-section .tab-list {
        width: 100% !important;
    }

    .contact-sec .contact-sec-deatil {
        padding: 0px;
    }

    .enquir-section .enq-detail p {
        width: 100%;
    }

    .type-img-sec .con img {
        margin-bottom: 20px;
        width: 80%;
        display: block;
        margin: auto;
    }

    .avgc-sec .row img {
        display: block;
        margin: auto;
        width: 80% !important;
    }

    .avgc-sec p {
        width: 100%;
    }

    .type-sec-inner p {
        width: 100%;
    }

    .company-detail .job-info-sec .job-box .head {
        width: 100%;
    }

    .company-detail .job-info-sec .job-box {
        display: block;
    }

    .team-info .members {
        padding-top: 20px;
    }

    .rti-sec .card-box {
        margin-bottom: 30px !important;
    }

    .company-detail .job-info-sec .job-box p {
        font-size: 20px;
    }

    .company-detail .job-info-sec .job-box span {
        font-size: 20px;
    }

    .company-detail .job-info-sec .job-box {
        width: 100%;
    }

    .company-detail .job-info-sec .job-box h4 {
        font-size: 1.5rem;
    }

    .about-section .tab-list {
        display: block;
        font-size: 1rem;
        line-height: 45px;
    }

    .about-section .gov-con-sec .mem-sec {
        display: block;
        text-align: center;
    }

    .aply-con .con {
        margin-bottom: 20px;
    }

    .about-section .gov-con-sec .mem-sec .mem-list {
        padding-bottom: 30px;
    }

    .about-section .gov-con-sec p {
        width: 100%;
    }
}

@media (max-width:768px) {
    .fourth-slide .words {
        display: none;
    }

    .fourth-slide .test-box-two .con:nth-child(1) {
        top: 20%;
    }

    .fourth-slide .test-box-two .words {
        display: none;
    }

    .fourth-slide .test-box-two .con p {
        font-size: 12px;
    }

    .fourth-slide .test-box-three .con:nth-child(1) .test-wrap {
        display: block !important;
    }

    .fourth-slide .test-box-three .con:nth-child(1) .test-wrap p {
        font-size: 12px;
    }

    .fourth-slide .test-box-two .con:nth-child(1) .test-wrap {
        display: block;
    }

    .fourth-slide .test-box img {
        margin-top: 10px;
    }

    /* .fourth-slide .test-box-two .con:nth-child(2){
        display: none !important;
    } */
    .fourth-slide .test-box-three .con:nth-child(1) {
        top: 25% !important;
    }

    .about-section .gov-detail .gov-box {
        min-height: 127px;
    }

    .contact-sec .blue-box {
        display: block;
        gap: 50px;
    }

    .contact-sec .blue-box .contat-detail {
        width: 100%;
    }

    .contact-sec .blue-box .contact-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .aply-con .row {
        padding: 10px 0px;
    }

    .apply-space .point {
        padding: 20px !important;
    }

    .aply-con .con {
        margin-bottom: 20px;
    }

    .info-graphic img {
        width: 100%;
        margin: auto;
    }

    .about-section .over-img img {
        width: 100% !important;
        height: auto;
    }

    .search-section form {
        width: 100%;
    }

    .banner-sec .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .enquir-section .space-availability-sec .tab-content .phse-con p {
        font-size: 1rem;
    }

    .career-op .carer-box .btn-sec {
        display: flex;
        justify-content: right;
    }

    .career-op .carer-box .logo-con {
        margin-bottom: 40px;
    }

    .career-op .carer-box {
        display: block;
    }

    .company-detail .job-info-sec .job-box h4 {
        font-size: 20px;
    }

    .company-detail .job-info-sec .job-box span {
        font-size: 1rem;
    }

    .company-detail .job-info-sec .job-box p {
        font-size: 1rem;
    }

    .company-detail .job-info-sec .job-box button {
        font-size: 14px;
    }

}

@media (max-width:480px) {

    .job-section .pagination {
        justify-content: center;
    }

    .sun-new-inner h1 {
        font-size: 1.5rem;
    }

    .scr-con {
        padding-left: 0px;
    }

    .grn-box-sec .grn-box img {
        width: 60px;
        height: 60px;
    }

    .fourth-slide .test-box-three .con:nth-child(2) .test-wrap {
        padding: 0px 10px !important;
    }

    .fourth-slide .test-box-two .con:nth-child(2) .test-wrap {
        padding: 10px !important;
    }

    .inner-sec .anniversy-sec button {
        top: 50% !important;
    }

    #testVideoModal .modal-content {
        margin-top: 100px !important;
    }

    .counter-sec {
        padding: 0px 0px;
    }

    .about-section .gov-con-sec p {
        font-size: 1rem !important;
    }

    .reach-us .location-sec {
        padding: 50px 25px !important;
    }

    .company-detail .job-info-sec .job-box {
        width: 100%;
    }

    .about-section .about-banner {
        height: 250px !important;
    }

    .about-section .about-banner h1 {
        font-size: 26px;
    }

    .about-section .about-banner .head,
    .about-section .eco-banner .head,
    .about-section .newinit-banner .head {
        padding-top: 60px;
    }

    .about-section .about-banner h4 {
        font-size: 20px;
    }

    .about-section .gov-con-sec p {
        font-size: 1rem;
    }

    .about-section .gov-detail p {
        font-size: 1rem;
    }

    .about-section .gov-detail span {
        font-size: 1rem;
    }

    .about-section .gov-con-sec .mem-sec .mem-list img {
        width: 200px;
        height: 220px;
    }

    .about-section .gov-con-sec .mem-sec .desig {
        font-size: 20px;
    }

    .about-section .gov-con-sec .mem-sec .name {
        font-size: 1rem;
        padding: 0;
    }
}

.team-con h2 {
    text-align: center;
    padding-bottom: 30px;
}

.team-con {
    padding-bottom: 30px;
}

/* about-section-end */

/* fonts end */
.sun-new-inner {
    padding-top: 0px !important;
}

.table-sheet {
    padding: 60px 0px;
}

/* .sub-page-sec{
    padding: 60px 0px !important;
} */
/* 28.11.24 */
.grn-box-sec .grn-box a {
    text-decoration: none !important;
}

.banner-sec .banner-content button a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;

}

.inner-sec .con-box {
    width: 100%;
    font-weight: 300;
}

.reach-us .location-sec .contact-us-sec h4 {
    text-align: left;
}

.contact-us-sec .cont-con {
    text-align: left;
    display: flex;
    gap: 20px;
    font-size: 1rem;
    line-height: 35px;
}

.contact-us-sec {
    display: flex;
    justify-content: center;
}

.inner-sec .date-box p {
    padding: 0 !important;
    background: #fff !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    border: 0 !important;
}

.inner-sec .date-box {
    border: 0 !important;
    background: #83cabf;
    border-radius: 10px;
}

.sun-new-inner .section {
    padding: 10px 0px 0px;
}

.sun-new-inner h1 {

    font-size: 1.75rem;
}

.sun-new-inner {
    padding-top: 40px;
}

.sun-new-inner h2 {
    font-size: 1.5rem;
    color: #2a2a2a;
    padding-top: 20px;
}

.sun-new-inner ul {
    line-height: 30px;
}

.sun-new-inner h3 {

    color: #2a2a2a !important;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 22px;
}

.table-responsive {
    overflow-x: auto;
    /* Enable horizontal scrolling */
}

@media (max-width: 768px) {
    .cta-sec .cta-box {
        display: block !important;
    }

    .type-img-sec .con img {
        height: auto;
        width: 100%;
    }

    .about-section .accordition .accordion-button h3 {
        font-size: 20px;
    }

    .inner-sec .date-box {
        width: 80px !important;

    }
}

@media (max-width: 991px) {
    .banner-sec .carousel-control-prev-icon {
        bottom: 7% !important;
    }

    .banner-sec .carousel-control-next-icon {
        bottom: 7% !important;
        margin-left: 75px !important;
    }

    .space-availability-sec .nav {
        display: block !important;
        height: 100% !important;
    }

    .table-responsive {
        display: block;
        /* Ensure the block display for scrolling */
    }

    .table {
        width: 100%;
        /* Make sure the table takes full width */
        min-width: 800px;
        /* Set a minimum width for better scrolling experience */
    }

    .career-sec-tab .table {
        width: 100%;
        min-width: auto;
    }
}


.sub-page-sec .tab-content .row {
    margin-bottom: 30px;
}

.sub-page-sec .tab-content .row h3 {
    color: #2a2a2a;
}

.sub-page-sec .tab-content .row-sec h2 {
    margin-top: 50px;
}

.sub-page-sec .tab-content ul {
    color: #2a2a2a;
    padding-left: 30px;
}

.sub-page-sec .tab-content ul li {
    font-weight: 300;
    padding-bottom: 10px;
}

.sub-page-sec .tab-sec .tab-con-3 {
    min-height: 290px;
}

.sub-page-sec .tab-sec ul li {
    color: #2a2a2a !important;
}

.sub-page-sec .tab-sec .nav-pills {
    background: transparent !important;
    border-right: 0px !important;
    width: 25%;
    text-align: left;
}

.sub-page-sec .tab-sec .nav .nav-item button.active {
    color: #2a2a2a !important;
}

.sub-page-sec .tab-sec .nav .nav-item button.active::after {
    border-right: 4px solid #b0b0b0;
}

.sub-page-sec h2 {
    font-size: 1.5rem;
    padding-bottom: 10px;
}

.tab-sec .nav .nav-item button.active {
    background-color: transparent;
    color: var(--bs-danger) !important;
}

.tab-sec .nav .nav-item button.active::after {
    content: "";
    border-right: 4px solid var(--bs-danger);
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 5px 0 0 5px;
}

.sub-page-sec .tab-sec button {

    font-size: 20px;
}

.sub-page-sec .sub-inner button {
    color: #2a2a2a !important;
    font-weight: 300 !important;

    font-size: 1rem !important;
}

.sub-page-sec .sub-inner button {
    font-size: 1rem !important;
}

.sub-page-sec .sub-inner .tab-sec li button {
    font-size: 1rem !important;
}

.sub-page-sec .sub-inner .tab-sec .tab-content {
    border-left: 1px solid #9e9e9e;
}

/* .table-sec .table-striped>tbody>tr:nth-of-type(odd)>*{
width: 14%;
} */
.sub-page-sec .sub-inner .nav-pills .nav-link.active {
    font-weight: 600 !important;
    background: transparent !important;
}

.sub-page-sec {
    background-color: #F2F5F7;
}

.sub-page-sec .sub-inner .nav {
    justify-content: center;
    background: #fff;
    padding: 15px 10px;
    border-bottom: 0 !important;
    border-radius: 10px;
}

.reach-us .location-sec a {
    color: #2a2a2a;
    text-decoration: none;
}

.reach-us .location-sec .contact-us-sec i {
    margin-right: 8px;
}

.table-responsive .main-head {
    width: 16%;
    font-weight: 600;
}

footer .social-link .icon img {
    width: 1.75rem;
    height: 1.75rem
}

.reach-us .location-sec .contact-us-sec {
    padding-top: 40px;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.inner-sec .date-box p {
    padding: 10px 0px !important;
}

.reach-us .location-sec {
    padding: 50px 80px !important;
}

.reach-us .location-sec .contact-us-sec h4 {
    line-height: 30px;
    font-size: 1rem !important;
    padding-bottom: 10px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.container-fluid .tab-list {
    gap: 10px;
    width: fit-content;
    margin: auto;
    position: -webkit-sticky !important;
    /* For Safari */
    position: sticky !important;
    top: 3px;
    border-radius: 0px 0px 10px 10px;
    z-index: 999;
    /* Ensures the tab list stays above other elements */
    background-color: #fff;
    /* Optional: to give it a background color */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional: adds a subtle shadow for visibility */
}

.ftr-blue #email {
    width: 300px !important;
    text-align: left;
}

.inner-sec .banner-left-con {
    margin-bottom: 20px !important;
}

.inner-sec .con-box {
    padding: 0px 20px;
}

.inner-sec .inner-con button {
    padding: 0px !important;
    background: transparent !important;
}

.inner-sec .date-box p {
    margin: 0 !important;
    background: #b0daff;
    text-align: center;
    padding: 10px 20px;
}

.inner-sec .date-box span {
    text-align: center;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    font-size: 1rem;
}

.inner-sec .date-box {
    width: 60px;
    width: 60px;
    height: fit-content;
    border: 1px solid #20a4e6;
    margin-top: 5px;
}

.inner-sec .banner-left-con p {
    margin: 0;
}

.inner-sec .inner-con {
    width: 100% !important;
    padding-top: 50px;
}

.inner-sec .news-box {
    display: flex !important;
    margin-top: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.inner-sec .banner-left-con .sub {
    font-size: 1rem !important;
    font-weight: 300;
    color: #494949;
    line-height: 20px !important;
}

.inner-sec .banner-left-con p {
    padding-bottom: 10px;
    font-size: 1.125rem !important;
    line-height: 25px !important;
}

.cta-sec .cta-box {
    padding: 40px !important;
    width: 60% !important;
}

.cta-sec .cta-box button a {
    color: #2a2a2a;
    text-decoration: none !important;
}

.reach-us .location-sec .lctn-box img {
    border: 2px solid #e6e6e6;
    width: 250px !important;
    height: 250px !important;
}

.reach-us .location-sec {
    margin-top: 30px;
}

/* .counters {
    display: flex;
    padding: 120px 0px;
    justify-content: center;
    gap: 50px;
  }
  .counters .count-no p{
    font-size: 30px;
    text-align: center;
    font-weight: 300;
  }
  .counter {
    letter-spacing: 0.125rem;
    line-height: 1;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 3.125rem;
    font-size: 3.125rem;
    margin: 0 1.25rem;
    font-weight: 400;
    color: #868DBB;
    height: 100px;
    font-size: 95px;
  
  }
  .counter > span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    line-height: 1;
  }
  .counter > span span {
    flex: 0 0 100%;
    height: 100%;
  }
  .counter:nth-child(1) > span {
    transition-delay: 0s;
  }
  .counter:nth-child(2) > span {
    transition-delay: 0.375s;
  }
  .counter:nth-child(3) > span {
    transition-delay: 0.75s;
  }
  .counter:nth-child(4) > span {
    transition-delay: 1.125s;
  }
  .counter:nth-child(5) > span {
    transition-delay: 1.5s;
  }
  .counter:nth-child(6) > span {
    transition-delay: 1.875s;
  }
  .counter:nth-child(7) > span {
    transition-delay: 2.25s;
  }
  .counter:nth-child(8) > span {
    transition-delay: 2.625s;
  }
  .counter:nth-child(9) > span {
    transition-delay: 3s;
  }
  .counter:nth-child(10) > span {
    transition-delay: 3.375s;
  }
  .counter:nth-child(11) > span {
    transition-delay: 3.75s;
  }
  .counter:nth-child(12) > span {
    transition-delay: 4.125s;
  }
  .counter:nth-child(13) > span {
    transition-delay: 4.5s;
  }
  .counter:nth-child(14) > span {
    transition-delay: 4.875s;
  }
  .counter:nth-child(15) > span {
    transition-delay: 5.25s;
  }
  .counter:nth-child(16) > span {
    transition-delay: 5.625s;
  }
  .counter:nth-child(17) > span {
    transition-delay: 6s;
  }
  .counter:nth-child(18) > span {
    transition-delay: 6.375s;
  }
  .counter:nth-child(19) > span {
    transition-delay: 6.75s;
  }
  .counter:nth-child(20) > span {
    transition-delay: 7.125s;
  } */
@media (max-width:1199px) {
    .aply-con .con {
        margin-bottom: 20px;
    }

    /* .info-phase{display: block !important;} */
    .counter-sec .counters .container {
        gap: 60px;
    }

    .cta-sec .cta-box {
        width: 80% !important;
    }

    .contact-us-sec .cont-con {
        text-align: center;
        justify-content: center;
    }

    .reach-us .location-sec .contact-us-sec h4 {
        text-align: center;
    }

    .reach-us .location-sec .contact-us-sec {
        display: block;
        margin: auto;
    }

    .sez-benfit .type-sec-inner p {
        width: 100% !important;
    }

    .info-phase .box {
        display: block;
    }

    .info-phase .box .details {
        padding-top: 40px;
    }

    .company-detail .row {
        row-gap: 60px;
        border-bottom: 0px !important;
    }

    .counter {
        font-size: 60px;
        height: 80px;
    }

    .counters .count-no p {
        font-size: 22px;
    }

    .company-detail .row .col-xl-3 {
        border-left: 0px !important;
    }
}

@media (max-width:991px) {
    .apply-space .row img {
        display: block;
        margin: auto;
        width: 60%;
    }

    .apply-space {
        padding: 20px 0px 0px !important;
    }

    .aply-con .con {
        min-height: 160px;
    }

    .counter {
        justify-content: center;
    }

    .counters {
        display: block;
    }

    .container-fluid .tab-list {
        position: relative !important;
        top: -30px;
        width: 80%;
    }

    .container-fluid .tab-list button {
        margin: auto;
    }

    .info-phase .box .details .text {
        display: block;
    }

    .counters {
        gap: 20px;
    }
}

@media (max-width:768px) {
    .counter {
        justify-content: center;
    }

    .counters {
        display: block;
    }
}


/* about-section-start */
.about-section .about-banner {
    background-image: url("../images/about-banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.about-section .about-inner button {
    color: #2a2a2a !important;
    font-weight: 300 !important;

}

.about-section .about-inner .nav-pills .nav-link.active {
    font-weight: 600 !important;
    background: transparent !important;
}

.about-section {
    background-color: #F2F5F7;
}

.about-section .about-inner .nav {
    background: #fff;
    padding: 15px 10px;
    border-bottom: 0 !important;
    border-radius: 10px;
}

/* about-section-end */

/* header-style-start */

body h1,
h2 {

    color: #2a2a2a;
}

header {
    height: 110px;
}

header .dropdown-item:focus,
.dropdown-item:hover {
    background-color: #29c1a942;
}

.pad-l {
    padding-left: 50px !important;
}

.pad-r {
    padding-right: 50px !important;
}

.btns ::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    /* Firefox */
    padding-left: 10px;
}

header .dropdown-menu {
    width: fit-content;
    padding: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

header .dropdown-item {
    font-weight: 300;
    font-size: .9rem;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    color: #2a2a2a;
    /* */
    font-weight: 400;
    font-style: normal;
    color: #555;
    font-size: 1rem;
    display: flex;
    align-items: center;
    transform: all ease .5s;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #2a2a2a;
}

header .navbar-expand-lg .navbar-nav .nav-link.active {
    font-weight: bold;
    color: #2a2a2a;
}

.navbar-nav li.nav-item:last-child a {
    padding-right: 0 !important;
}

header .top-head img {
    width: 40px;
    height: 25px;
}

header .top-head {
    justify-content: flex-end;
    display: flex;
    padding-top: 10px;
}

header .top-head {
    color: #2a2a2a;

    font-weight: 300;
    font-size: 1rem;
}

.banner-sec {
    position: relative;
}

.banner-sec .banner-side-box p {
    min-height: 116px;
    background: rgba(248, 254, 255, 0.85);
    transition: 0.5s ease;
}

header .top-head button {
    border: 0;
    background: none;
    padding-left: 10px;
    border-left: 1px solid;
    margin-left: 10px;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end !important;
}

/* header-style-end */

/* banner-section-start */
/* .container-fluid{
    padding: 0;
} */

/* .banner-sec{
    height: 774px;
} */
.banner-sec .inner-row .col-xl-4:nth-child(1) .side-box {
    background-repeat: no-repeat;
    background-size: cover;
    /* Keep background responsive */
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 0px 0px 0px 54px;
}

.banner-sec .inner-row .col-xl-4:nth-child(1) .side-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/well-connect.webp');
    /* Replace with your actual background image URL */
    background-size: cover;
    /* Keep responsive behavior */
    background-position: center;
    transition: transform 0.5s ease-in-out;
    /* Keep it behind content */
}

.banner-sec .inner-row .col-xl-4:nth-child(1) .side-box:hover::before {
    transform: scale(1.1);
    /* Apply zoom effect only to the background */
}



/* 

.banner-sec .inner-row .col-xl-4:nth-child(1) .side-box{
    background-repeat: no-repeat;
    background-size: 100%; 
    background-position: center;
    position: relative;
    overflow: hidden; 
    transition: background-size 0.5s ease-in-out;
    background-image: url("../images/banner-bg-1.jpg");
    border-radius: 0px 0px 0px 54px;
    height: 100%;
}

.banner-sec .inner-row .col-xl-4:nth-child(1) .side-box:hover{
    background-size: 105%; 
    background-position: center; 
} */

.banner-sec .carousel-indicators {
    justify-content: right !important;
    margin: 0 !important;
    bottom: 7% !important;
    right: 55px !important;
    z-index: 1;
    width: 100%;
    gap: 270px;
}

/* .banner-sec .inner-row .col-xl-4:nth-child(1):hover {  
    
  }  */

.banner-sec .inner-row h2 {
    font-size: 1.3rem;
    padding-top: 25px;
}

.banner-sec .inner-row .col-xl-4 {
    padding: 0px;
    /* height: 537px; */
    /* height: 500px; */
}

.banner-sec .banner-content button {
    background: #0072BC;
    border: 0;
    padding: 20px 20px;
    border-radius: 50px;
    color: #fff;
    transition: all .5s ease;
}

.banner-sec .carousel-control-prev-icon {
    background-image: url("../images/arrow-left.svg");
    height: 50px;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    /* top: 35%; */
    bottom: 7%;
    right: auto;
    position: absolute;
}

.banner-sec .carousel-control-next-icon {
    margin-left: 35px;
    background-image: url("../images/arrow-right.svg");
    height: 50px;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    /* top: 35%; */
    bottom: 7%;
    right: auto;
    position: absolute;

}

.btns #subscribe-form input:focus-visible {
    outline: none !important;
}

.btns #subscribe-form #subscribe-message {
    display: none !important;
}

.banner-sec .carousel-control-prev,
.carousel-control-next {
    width: 97% !important;
    height: fit-content;
    transition: opacity 0.3s ease;
    top: inherit;
    bottom: 40px;
    opacity: 1 !important;
}

.banner-sec .first-slide {
    background: rgba(255, 255, 255, 0.3);
    height: 600px;
}

.banner-sec .fourth-slide {
    background: #f9f6ff99;
    /* background-image: url("../images/slide-4.svg"); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.banner-sec .fourth-slide .test-video {
    background-image: url("../images/test-mon-video.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 0px 0px 0px 54px;
    height: 500px;
}

.banner-sec .fourth-slide .test-con .test-m {
    font-size: 22px;
    width: 70%;
    margin: auto;
    line-height: 30px;
    padding-top: 80px;
    font-weight: 300;
}

.banner-sec .fourth-slide .text-con-sec .col-xl-6 {
    padding: 0;
}

.banner-sec .fourth-slide .test-con {
    background-image: url("../images/test-con.svg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    height: 450px;
}

.banner-sec .third-slide h1 {
    color: #2a2a2a;
}

.banner-sec .third-slide .banner-content p {
    color: #2a2a2a;
}

.banner-sec .fourth-slide .banner-content p {
    color: #2a2a2a;
}

.banner-sec .fourth-slide h1 {
    color: #2a2a2a;
}

.banner-sec .third-slide {
    /* background-image: url("../images/slider-3.svg"); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    background: #f7fffe;
}

.banner-sec .secnd-slide {
    /* background-image: url("../images/banner-2.svg"); */
    background: #f9fdff;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.banner-sec .secnd-slide .tab-section .card {
    border-radius: 0px 0px 0px 54px;
    height: 500px;
    background-image: url("../images/card-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    padding: 0px 0px 20px 20px !important;
}

.banner-sec .fourth-slide .box i {
    position: absolute;
    color: #fff;
    top: 39%;
    /* width: 76px; */
    font-size: 80px;
    right: 40%;
}

.banner-sec .fourth-slide .box .name-sec {
    background: rgba(217, 217, 217, 0.8);
    border-radius: 50px;
    padding: 10px 20px;
    width: fit-content;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.banner-sec .fourth-slide .box {
    position: relative;
}

.banner-sec .fourth-slide .box .name-sec p {
    margin: 0;
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600;
}

.banner-sec .fourth-slide .box .name-sec span {
    margin: 0;
    color: #2a2a2a;
    font-size: 14px;
}

.inner-sec .inner-con h3 {
    font-size: 2;
}

.company-detail .job-info-sec .accordion-button:hover {
    background: inherit !important;
}

.banner-sec h1 {
    font-size: 2rem;
    /* padding-top: 185px; */
    padding-top: 120px;
    text-transform: capitalize;

}

.banner-sec .banner-side-box {
    position: relative;
    /* height: 537px; */
    height: 100%;
}

.banner-sec .banner-content p {
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 300;
}

/* .banner-left-con{
    padding-left: 70px;
} */
/* .banner-sec .banner-left-con{
    padding-left: 70px;
} */
.banner-sec .banner-side-box p {
    position: absolute;
    bottom: 0;
    font-size: 0.875rem;
    background: rgb(248 254 255 / 80%);
    border-radius: 15px;
    padding: 20px;
    font-weight: 300;
}

.inner-sec .banner-left-con button:hover {
    background: #d5fff9;
    padding-right: 40px;
}

.inner-sec .banner-left-con button i {
    transition: all .5s ease;
}

.inner-sec .banner-left-con button:hover i {
    transform: translatex(10px);
}

.inner-sec .banner-left-con button {
    font-size: 16px;
    background: #e9e9ed;
    border: 0;
    padding: 8px 20px;
    border-radius: 50px;
    color: #2a2a2a;
    transition: all .5s ease;
    margin-top: 20px;
}

.banner-sec .crsl-indi-btn [data-bs-target] {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    /* background-color: #E0E0E0;; */
    background: rgb(140 140 141 / 78%);
}

.banner-sec .crsl-indi-btn {
    /* background-color: #fff; */
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    padding: 10px 15px;
    border-radius: 50px;
    width: fit-content;
}

.news-sec {
    position: absolute;
    width: 100%;
    /* top: 80%; */
    /* top: 85%; */
    bottom: 0;
}

.news-sec .container {
    /* background: #ECEFF0; */
    padding: 40px 0px;
}

.news-sec .box-1 {
    --mask: radial-gradient(10px at 40px 40px, #2a2a2a 98%, #2a2a2a) -40px -40px !important;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background-color: #DFE7ED;
    width: 90px;
    /* height: 100px; */
    min-height: 90px;
}

.news-sec .box-1 p {
    color: #0072BC;
}

.news-sec .box-2 {
    --mask: radial-gradient(10px at 40px 40px, #2a2a2a 98%, #2a2a2a) -40px -40px;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background-color: #DFE7ED;
    width: 300px;
    /* height: 100px; */
    min-height: 90px;
}

.news-sec .date-box {
    display: flex;
}

.news-sec .date-box p {
    margin: 0;
}

.news-sec .date-box .box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
}

.news-sec .date-box .box-1 .date {
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
}

.news-sec .date-box .box-2 {
    padding-left: 25px;
    display: block;
    align-items: center;
    text-align: left;
    border-left: 2px dashed #c5c5c5;
    padding: 10px;
    border-radius: 10px;
}

/* .news-sec .container-fluid{
background: #D9D9D9;
} */
.banner-sec .transit-sec .con p {
    font-size: 20px;
}

.banner-sec .transit-sec .con .time-sec {
    border-right: 1px solid;
}

.banner-sec .transit-sec .con {
    background: rgba(255, 255, 255, 0.8);
    width: 80%;
    border-radius: 28px;
    padding: 30px;
}

/* .banner-sec .transit-sec{

} */
.banner-sec .transit-sec .con h2 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 36px;
    padding-bottom: 20px;
}

.banner-sec .transit-sec {
    /* background-image: url("../images/slide-3-sec.svg"); */
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 0px 54px;
}

.carousel-control-next {
    right: 2px !important;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.banner-sec .carousel-indicators [data-bs-target] {
    border-top: inherit !important;
    border-bottom: inherit !important;
}

.container-fluid:hover .carousel-control-prev,
.container-fluid:hover .carousel-control-next {
    opacity: 1;
}

.inner-sec .anniversy-sec {
    /* background-image: url("../images/annivers-img.svg"); */
    /* background: url("");
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    border-radius: 0px 0px 0px 50px;
    position: relative; */
}

.banner-sec .crsl-indi-btn .active {
    width: 40px !important;
    height: 17px !important;
    border-radius: 10px !important;
    background: #0072bc;
}

/* .inner-sec .anniversy-sec button{
    position: absolute;
    background: #ffffff;
    font-size: 1rem;
    border: 0;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    bottom: 30%;
   RIGHT: 32%;
    font-weight: 300;
    color: #2a2a2a;
} */
.inner-sec .anniversy-sec button:active {
    background-color: #fff !important;
}

.inner-sec h2 {
    color: #0072BC;
    font-size: 1.75rem;
    font-weight: 600;
}

.inner-sec .banner-left-con {
    font-size: 1.5rem;
    line-height: 36px;
    margin: auto;
}

.inner-sec .inner-con {
    width: 60%;
}

.inner-sec .banner-left-con p {
    font-size: 1.5rem;
    font-weight: 300;
    border-radius: 10px;
}

.inner-sec .inner-con button {
    font-size: 1rem;
    background: #0072BC;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 10px 15px;
}

.banner-sec .secnd-slide .nav-link {
    color: #fff !important;
    border-left: 1px solid !important;
    border-bottom: 1px solid !important;
    border-radius: 0;
}

.banner-sec .secnd-slide .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: transparent !important;
    border: 0 !important;
}

.banner-sec .secnd-slide .nav-tabs {
    border: 0;
}

.banner-sec .secnd-slide .nav-link p {
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    margin: 0;
    font-weight: 600;
    line-height: 25px;
}

.banner-sec .secnd-slide .nav-link span {
    font-size: 1rem;
    font-weight: 300;
}

/* .banner-sec .secnd-slide .nav-link:last-child{
width: 30%;
} */
.banner-sec .secnd-slide .nav-link.active p {
    color: #2FF497 !important;
}

.banner-sec .secnd-slide h1 {
    color: #2a2a2a !important;
}

.banner-sec .secnd-slide .banner-content p {
    color: #2a2a2a !important;
    font-weight: 300;
}

.banner-sec .secnd-slide .tab-img-sec .sec-one {
    display: flex;
    gap: 15px;
}

.banner-sec .secnd-slide .tab-img-sec img {
    width: 120px;
    height: 100px;
}

/* Hide the navigation controls by default */
#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show the navigation controls on hover */
#carouselExampleIndicators:hover .carousel-control-prev,
#carouselExampleIndicators:hover .carousel-control-next {
    opacity: 1;
}

.banner-sec .secnd-slide .tab-img-sec .sec-one p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px !important;
}

.banner-sec .secnd-slide .tab-img-sec .con-sec .col-xl-8 {
    margin: auto;
}

.banner-sec .secnd-slide .tab-img-sec .con-sec p {
    color: #fff;
    margin: 0 !important;
}

.banner-sec .secnd-slide .tab-img-sec .con-sec button {
    background: #00A88E;
    border: 0;
    border-radius: 30px;
    padding: 10px 19px;
    color: #fff;
}

.banner-sec .secnd-slide .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
}

.info-news-sec {
    padding: 60px 0px;
    /* margin: 60px 0px; */
    /* background: rgba(0, 114, 188, 0.05); */
    overflow: hidden;
}

.info-news-sec .card video {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0px 0px;
}

.info-news-sec .card img {
    height: 100%;
}

.info-news-sec .card a {
    height: 75%;
}

.info-news-sec h2 {
    color: #0072BC;
    font-size: 1.75rem;
    padding-bottom: 40px;
}

.info-news-sec .card {
    width: 100% !important;
    background: rgba(217, 217, 217, 0.5);
    border: 0;
    /* border-radius: 20px; */
    height: 460px;
}

.info-news-sec .card p {
    font-size: 0.75rem;
}

.info-news-sec .card .card-inner .logo-info-img {
    width: 50px !important;
    margin: 0 !important;
    height: auto;
}

.info-news-sec .card .card-inner {
    display: flex;
    gap: 12px;
    justify-content: space-around;
}

.info-news-sec .card .info p {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.info-news-sec .card .info span {
    font-size: 12px;
}

.info-news-sec .card .card-body {
    padding: 10px 20px;
    position: relative;
}

.info-news-sec .card .card-inner img {
    width: 30px;
    height: 30px;
    margin-left: 20px;
}

.info-news-sec .card .card-inner i {
    font-size: 30px;
}

.info-news-sec .card .info {
    line-height: 15px;
}

.grn-box-sec {
    background-image: url("../images/green-box-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.grn-box-sec .grn-box {
    background: #3ab9a6eb;
    border-radius: 28px;
    width: 300px;
    height: 215px;
    transition: all .5s ease;
}

.grn-box-sec .grn-box .con {
    height: 100%;
    text-align: center;
    align-content: center;
}

.grn-box-sec .col-xl-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grn-box-sec .grn-box .con p {
    color: #ffffff;
    text-align: center;
    margin: 0;

    font-size: 1.5rem;
    font-weight: 300;
}

.reach-us .con h2 {
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
    font-size: 2rem;
}

.reach-us .con p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    width: 50%;
    text-align: center;
    padding-bottom: 60px;
    margin: auto;
}

.reach-us {
    background-image: url("../images/reach-us.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.reach-us .location-sec {
    background: #fff;
    border-radius: 28px;
    padding: 50px 80px 80px;
}

.reach-us .location-sec .lctn-box {
    /* display: flex;
    justify-content: space-between;
    align-items: end; */
    text-align: center;
}

.reach-us .location-sec .lctn-box p {
    font-size: 1rem;
    font-weight: 600;
}

.reach-us .location-sec p {
    margin: 0;
}

.reach-us .location-sec .lctn-box img {
    width: 130px;
    height: 130px;
    margin-top: 20px;
    border-radius: 10px;
}

.lctn-box span {
    font-size: 20px;
    padding-bottom: 10px;
}

.reach-us .location-sec .contact {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
    border-right: 1px solid;
    margin-top: 20px;
}

.cta-sec {
    padding: 25px 0px;
    width: 100%;
    position: relative;
    left: 0;
    background-color: #00a88e;
}

.cta-sec .cta-box {
    padding: 60px;
    border-radius: 28px;
    /* background: #00A88E; */
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
    width: 80%;
    margin: auto;
}

.cta-sec .cta-box .con h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: capitalize;
}

.banner-content {
    width: 80%;
}

.cta-sec .cta-box .con p {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 0 !important;
}

.cta-sec .cta-box button {
    border: 0;
    padding: 15px 30px;
    border-radius: 50px;
    width: 250px;
    font-size: 20px;
    color: #2a2a2a !important;
}

footer {
    background: #EDE7FF;
    padding: 40px 0px;
}

/* footer .ftr-con{
    display: flex;
    justify-content: space-between;
} */
footer .ftr-con .row {
    justify-content: space-between;
}

footer .ftr-con ul {
    font-weight: 300;
    list-style: none;
    padding: 0;
    line-height: 28px;
}

footer .ftr-con .footnav {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

footer .social-link {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    /* align-items: center; */
    gap: 6px;
    flex-direction: column;
}

footer .social-link p {
    margin-bottom: 0px !important;
}

footer .social-link .icon {
    display: flex;
    gap: 6px;
    justify-content: right;
}

.ftr-blue {
    background: #584099;
    padding: 20px 0px;
}

.ftr-blue .con {
    display: flex;
    justify-content: space-between;
}

.ftr-blue .logo-con {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 300;
}

.ftr-blue .logo-con p {
    margin: 0;
    color: #fff;
    font-size: 14px;

}

.container-fluid {
    padding: 0 !important;
}

.ftr-blue #email {
    font-weight: 300;
    font-size: 14px;
    width: 250px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 2px;
    color: #fff !important;
}

.ftr-blue button {
    background: #FF8605;
    border: 0;
    border-radius: 30px;
    padding: 8px 20px;
    color: #fff;
}

.info-sec {
    padding: 60px 0px;
}

.info-sec .con {
    display: flex;
    justify-content: space-around;
}

.info-sec .con h4 {
    font-size: 96px;
    color: #868DBB;
}

.info-sec .con p {
    font-size: 1.75rem;
}

.info-sec .con .text {
    text-align: center;
}

.carousel-control-next {
    width: fit-content;
}

.carousel-control-prev {
    width: fit-content;
}

/* banner-section-end */
/* @media style start */
/* @media (min-width:1500px){
    .inner-sec .anniversy-sec{height: 660px;}
    .info-news-sec .card{height: 460px;}
    .banner-sec .inner-row h2{padding-top: 50px;}
   .banner-sec
   {height: 90vh !important;} 
   .banner-sec .inner-row .col-xl-4{height: 65vh;}
   .news-sec{top: inherit;
bottom: 20px;}
.banner-sec .banner-side-box{height: 100%;}
.banner-sec .carousel-indicators{bottom: -12% !important;}
} */
@media screen and (min-device-width: 1600px) and (max-device-width: 3000px) {
    .test-right {
        height: 70vh;
    }

    .carousel-item .infra-right-sec {
        height: 70vh;
    }

    .info-news-sec .card {
        height: 450px;
    }

    .banner-sec .transit-sec {
        height: 70vh;
    }

    .banner-sec .third-slide {
        height: 90vh;
    }

    .banner-sec .secnd-slide {
        height: 90vh;
    }

    .banner-sec .banner-content p {
        width: 85%;
    }

    .banner-sec .banner-side-box {
        height: 100%;
    }

    .banner-sec {
        height: 90vh !important;
    }

    .banner-sec .first-slide {
        height: 90vh;
    }

    .banner-sec .inner-row .col-xl-4 {
        height: 70vh;
    }

    .banner-sec .inner-row h2 {
        padding-top: 30px;
    }

    .banner-sec .carousel-indicators {
        bottom: 6% !important;
    }

    .banner-sec .secnd-slide .tab-section .card {
        height: 70vh;
    }

    .banner-sec .fourth-slide {
        height: 90vh;
    }

    .banner-sec .fourth-slide .test-video {
        height: 70vh;
    }

    .banner-sec .fourth-slide .test-con {
        height: 70vh;
    }

    .banner-sec h1 {
        padding-top: 160px;
    }

    .banner-sec .secnd-slide .tab-img-sec img {
        width: 180px;
    }

    .news-sec {
        bottom: 50px;
    }
}

@media (max-width:1200px) {
    .transit-sec .content-sec p {
        min-height: 290px !important;
    }

    .infra-right-sec .con img {
        height: 130px !important;
    }

    .banner-sec .first-slide {
        height: 650px !important;
    }

    .banner-sec h1 {
        padding-top: 40px !important;
    }

    .banner-sec .carousel-indicators {
        gap: 115px !important;
    }

    .banner-sec .secnd-slide {
        height: 650px !important;
    }

    .banner-sec .fourth-slide {
        height: 650px !important;
    }

    .banner-sec .third-slide {
        height: 650px !important;
    }

    .counter {
        font-size: 70px !important;
    }

    /* .banner-sec .carousel-control-prev-icon{bottom: 13%;}
    .banner-sec .carousel-control-next-icon{bottom: 13%;} */
    /* .news-sec{top: 100%;} */
    header .navbar-brand img {
        width: 160px;
    }

    .inner-sec .anniversy-sec {
        border-radius: 0px !important;
    }

    .inner-sec .anniversy-sec {
        height: 100vh;
    }

    .reach-us .con p {
        width: 100%;
    }

    .reach-us .location-sec .contact {
        padding-top: 0 !important;
        border: 0;
    }

    /* .inner-sec .anniversy-sec button{
        bottom: 18% ;
        right: 40%;
    } */
    .inner-sec .inner-con {
        width: 100%;
        padding: 40px 0px;
    }

    .info-sec .con p {
        font-size: 26px;
    }

    .info-sec .con h4 {
        font-size: 54px;
    }

    .ftr-blue .btns {
        text-align: right;
    }

    .ftr-blue .btns button {
        margin-top: 20px;
    }

    footer .ftr-con .row {
        justify-content: flex-start;
    }

    .info-news-sec .card {
        height: 520px !important;
    }

    .location-sec .row {
        row-gap: 30px;
    }

    .reach-us .location-sec .contact {
        padding-top: 0 !important;
    }

    .info-news-sec .row {
        row-gap: 30px;
    }

    /* .info-news-sec .card{
        height: 460px;
    } */
    .reach-us .con p {
        width: 70%;
    }

    .cta-sec .cta-box {
        width: 100%;
    }

    .newsevent-outer {
        width: 48% !important;
    }

    .banner-sec .secnd-slide .nav-link p {
        font-size: 1rem;
    }

    .banner-sec .secnd-slide .tab-img-sec .con-sec p {
        font-size: 12px;
    }

    .banner-content p {
        font-size: 1rem;
    }

    .banner-sec .transit-sec .con p {
        font-size: 1rem
    }

    .banner-sec .fourth-slide .box .name-sec {
        width: fit-content;
    }

    .banner-sec .fourth-slide .test-con .test-m {
        font-size: 1rem;
    }

    .banner-sec .transit-sec .con h2 {
        font-size: 26px;
    }
}

@media (max-width:1199px) {
    .newsevent-outer {
        width: 48% !important;
    }

    /* .banner-sec .third-slide{
        height: 700px;
    } */
    .info-news-sec .card {
        height: 520px !important;
    }

    .banner-sec .transit-sec .con h2 {
        font-size: 26px;
    }

    .banner-sec .secnd-slide .nav-link p {
        font-size: 1rem;
    }

    .inner-sec .inner-con {
        padding-top: 45px !important;
    }

    .inner-sec .anniversy-sec {
        height: 100vh;
    }

    footer .social-link {
        justify-content: flex-start;
    }
}

@media (max-width:992px) {
    .nav-item.dropdown:hover .nav-link.dropdown-toggle {
        border-left: solid 0px #ccc !important;
    }

    .test-right .row {
        height: fit-content;
    }

    .fourth-slide .test-box {
        height: 450px !important;
    }

    .banner-sec .carousel-indicators {
        justify-content: space-around !important;
    }

    .nav-item.dropdown:hover .nav-link.dropdown-toggle {
        padding-left: 10px;
    }

    .banner-sec .transit-sec {
        height: 450px;
    }

    .carousel-item .infra-right-sec {
        height: 450px !important;
    }

    .eco-right-sec {
        height: 450px !important;
    }

    .banner-sec .first-slide {
        height: 850px !important;
    }

    .banner-sec .third-slide {
        height: 850px !important;
    }

    .banner-sec .secnd-slide {
        height: 850px !important;
    }

    .banner-sec .fourth-slide {
        height: 850px !important;
    }

    /* .banner-sec .carousel-control-prev-icon{top: 20%;}
    .banner-sec .carousel-control-next-icon{top: 20%;} */
    .banner-sec .secnd-slide .tab-img-sec .con-sec button {
        margin-top: 20px;
    }

    .navbar-nav {
        position: absolute !important;
        z-index: 1000;
        /* background: #fff; */
        background: rgb(237, 248, 255);
        padding: 20px;
        width: 100%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .news-sec {
        position: inherit;
    }

    .banner-sec .fourth-slide .test-con .test-m {
        padding-top: 30px;
    }

    .banner-sec .first-slide {
        height: 800px;
    }

    .banner-sec .secnd-slide .tab-section .card {
        height: 450px;
    }

    .tab-section .tab-content {
        padding: 0px 20px !important;
    }

    .banner-sec .secnd-slide .nav-link p {
        font-size: 22px;
    }

    .inner-sec .inner-con {
        width: 100%;
        padding: 100px 0px 50px;
    }

    .banner-sec .fourth-slide {
        height: 800px;
    }

    .banner-content {
        padding-right: 70px;
        padding-bottom: 30px;
    }

    .banner-sec .banner-content p {
        font-size: 1rem;
    }

    .banner-sec .third-slide {
        height: 800px;
    }

    /* .news-sec{
        display: none;
    } */
    .news-sec {
        bottom: 0px !important;
        top: inherit !important;
    }

    .banner-sec .carousel-indicators {
        bottom: 30px !important;
    }

    .banner-sec {
        padding-bottom: 25px;
    }

    .row-flex {
        display: flex;
        flex-direction: column-reverse;
    }

    /* .banner-sec .inner-row .col-xl-4{
        height: 450px !important;
    } */
    /* .banner-sec .banner-side-box{
        height: 450px !important;
    } */
    .banner-sec h1 {
        padding-top: 50px;
    }

    .ftr-blue .logo-con {
        display: block;
    }

    .grn-box-sec .grn-box {
        width: 100%;
    }

    .grn-box-sec .row {
        row-gap: 30px;
    }

    .reach-us .con p {
        width: 100%;
    }

    .reach-us .location-sec {
        padding: 50px 50px;
    }

    .location-sec .row {
        row-gap: 30px;

    }

    .cta-sec .cta-box {
        width: 100%;
    }

    .info-news-sec .card {
        height: 430px !important;
    }

    .info-sec .con h4 {
        font-size: 54px;
    }

    .info-sec .con p {
        font-size: 20px;
    }

    .inner-sec .inner-con {
        width: 100%;
    }
}

@media screen and (min-device-width: 767px) and (max-device-width: 838px) {
    .banner-sec .carousel-indicators {
        gap: 5px !important;
    }
}

@media (max-width:768px) {
    .crsl-indi-btn.t1 {
        display: none;
    }

    .banner-sec .carousel-indicators {
        justify-content: right !important;
    }

    .fourth-slide .test-box-three .con:nth-child(1) .test-wrap {
        padding: 40px 10px 20px !important;
    }

    .eco-right-sec {
        height: 440px !important;
    }

    /* .inner-sec .anniversy-sec button {
        bottom: 26% !important;
        right: 36% !important;
    } */
    .ftr-blue .btns {
        text-align: left;
    }

    .ftr-blue .con {
        display: block !important;
    }

    .cta-sec .cta-box {
        width: 100% !important;
    }

    .reach-us .location-sec .lctn-box img {
        width: 300px !important;
        height: 300px !important;
    }

    .banner-sec .fourth-slide .test-con {
        height: 350px;
    }

    .banner-sec .fourth-slide .test-video {
        height: 350px;
    }

    .banner-sec .transit-sec {
        height: 440px;
    }

    .transit-sec .content-sec p {
        font-size: 12px;
    }

    .transit-sec .content-sec h2 {
        font-size: 1rem !important;
    }

    .transit-sec .content-sec p {
        min-height: 190px;
    }

    .banner-sec .transit-sec .con {
        display: none;
    }

    .banner-sec .banner-side-box p {
        min-height: 100px;
    }

    .banner-sec .carousel-indicators {
        bottom: 45px !important;
    }

    .banner-sec .secnd-slide .tab-section .card .tab-img-sec {
        display: none;
    }

    .banner-sec .secnd-slide .tab-section .nav {
        display: none;
    }

    .banner-sec .secnd-slide .tab-section .card {
        height: 350px;
    }

    .reach-us .location-sec .contact {
        font-size: 1rem;
        line-height: 25px;
    }

    .banner-sec .banner-side-box p {
        padding: 10px;
    }

    .inner-sec .anniversy-sec {
        height: 100vh;
    }

    .infra-right-sec .con p {
        font-size: 12px;
    }

    .banner-sec .inner-row h2 {
        font-size: 1rem;
    }

    .reach-us .location-sec .lctn-box p {
        font-size: 22px;
    }

    .banner-sec .inner-row .col-xl-4 {
        height: 100% !important;
    }

    .banner-sec .banner-side-box {
        height: 100%px !important;
    }

    .banner-sec .banner-side-box p {
        font-size: 12px;
    }

    .reach-us .location-sec .contact {
        border: 0 !important;
    }

    footer .ftr-con .footnav {
        gap: 10px;
    }

    .ftr-blue .logo-con {
        display: block;
        margin-bottom: 20px;
    }

    .ftr-blue .btns {
        text-align: right;
    }

    .ftr-blue button {
        margin-top: 10px;
    }

    .cta-sec {
        padding: 40px 0px;
    }

    .cta-sec .cta-box {
        padding: 30px;
    }

    .news-sec {
        position: inherit;
        top: 130% !important;
    }

    .carousel-item .infra-right-sec {
        height: 440px !important;
    }

    .banner-sec .fourth-slide {
        height: 775px !important;
    }

    .banner-sec .first-slide {
        height: 775px !important;
    }

    .banner-sec .secnd-slide {
        height: 775px !important;
    }

    .banner-sec .third-slide {
        height: 775px !important;
    }

    .inner-sec .anniversy-sec {
        height: 100vh;
    }

    .test-box .con-sec p {
        font-size: 12px !important;
    }

    .inner-sec .banner-left-con p {
        font-size: 1rem;
        line-height: 30px;
    }

    /* .banner-sec .carousel-control-prev-icon{top: 20%;width: 45px;height: 45px;}
    .banner-sec .carousel-control-next-icon{top: 20%;width: 45px;height: 45px;} */
}

@media (max-width:680px) {
    .fourth-slide .test-box-three .con:nth-child(1) .test-wrap {
        padding: 40px 10px 20px !important;
        display: block;
    }

    .infra-right-sec .con img {
        height: 110px !important;
    }

    .fourth-slide .test-box-three .con:nth-child(1) .test-wrap p {
        font-size: 12px;
    }

    .fourth-slide .test-box-three .con:nth-child(1) {
        top: 10% !important;
    }

    .banner-sec .third-slide .banner-content p {
        font-size: 0.875rem !important;
    }

    .fourth-slide .test-box-one .con-sec {
        padding: 15px 10px;
    }

    /* .fourth-slide .test-box-three .con:nth-child(2){display: none;} */
    .fourth-slide .test-box-two .con p {
        font-size: 12px;
    }

    .fourth-slide .test-box-three .con:nth-child(2) {
        bottom: 17%;
    }

    .fourth-slide .test-box p b {
        font-size: 12px;
    }

    .transit-sec .content-sec p {
        display: none;
    }

    .eco-right-sec {
        height: 270px !important;
    }

    .fourth-slide .test-box-one .play-btn img {
        width: 25px;
    }

    .fourth-slide .test-box {
        height: 270px !important;
    }

    .banner-sec .fourth-slide {
        height: 615px !important;
    }

    .banner-sec .first-slide {
        height: 615px !important;
    }

    .banner-sec .secnd-slide {
        height: 615px !important;
    }

    .banner-sec .third-slide {
        height: 615px !important;
    }

    .banner-sec .transit-sec {
        height: 270px !important;
    }

    .carousel-item .infra-right-sec h2 {
        font-size: 1rem !important;
        min-height: 60px;
        padding-top: 25px;
    }

    .third-slide .col-xl-8 {
        padding: 0px !important;
    }

    .banner-sec .banner-side-box p {
        display: none;
    }

    .infra-right-sec .con p {
        display: none;
    }

    .carousel-item .infra-right-sec {
        height: 270px !important;
    }
}

@media screen and (min-device-width: 661px) and (max-device-width: 767px) {
    .info-news-sec .card {
        height: 450px !important;
    }
}

@media (max-width:660px) {
    .grn-box-sec .grn-box .con p {
        font-size: 22px !important;
    }

    .counter-sec .counters h3 {
        font-size: 24px !important;
        font-weight: 300;
    }

    .fourth-slide .test-box-three .con:nth-child(1) {
        display: none;
    }

    .banner-open-box .open-box-first p.hide-con,
    .banner-open-box .open-box-sec p.hide-con {
        display: none !important;
    }

    .transit-sec p {
        display: none !important;
    }

    .info-phase .box {
        flex-basis: 100% !important;
    }

    .test-right {
        height: 100%;
    }

    .eco-right-sec {
        height: 270px !important;
    }

    .contact-us-sec .cont-con {
        display: block;
    }

    .container-fluid .tab-list {
        width: 90%;
    }

    .aply-con .con {
        margin: 10px;
    }

    .apply-space .row img {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-deatail p {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .aminity-btm-sec .icon {
        display: block;
    }

    .avgc-sec img {
        width: 100% !important;
    }

    .company-detail .row {
        padding-bottom: 0px !important;
    }

    .botton-sec .row {
        row-gap: 30px;
    }

    .info-news-sec .card .card-inner {
        width: 90%;
        justify-content: space-between;
    }

    /* .inner-sec .anniversy-sec button{bottom: 27% !important;right: 30% !important;} */
    .banner-sec .fourth-slide .box .name-sec p {
        font-size: 1rem !important;
    }

    .inner-sec .banner-left-con {
        margin-top: 0px !important;
    }

    .reach-us .location-sec .lctn-box img {
        width: 100% !important;
        height: 100% !important;
    }

    .counter {
        font-size: 52px;
    }

    .banner-sec .carousel-control-prev-icon {
        display: none;
    }

    .banner-sec .carousel-control-next-icon {
        display: none;
    }

    .type-sec-inner p {
        font-size: 1rem;
    }

    .info-inner-pages .point {
        font-size: 1rem;
        font-weight: 300;
        padding-left: 0px;
    }

    .contact-sec .contact-sec-deatil button {
        margin-top: 30px;
    }

    .contact-sec .contact-sec-deatil label {
        font-size: 1rem;
    }

    .contact-sec .contact-sec-deatil .form-sec {
        padding-top: 20px;
    }

    .contact-sec .contact-sec-deatil .mb-3 {
        padding-bottom: 0px;
    }

    .company-detail .comp-detail p {
        font-size: 1rem;
    }

    .career-op .comp-job-deatiil h4 {
        font-size: 22px;
    }

    .career-op .carer-box .btn-sec {
        display: block;
        text-align: center;
    }

    .career-op .carer-box .logo-con h4 {
        font-size: 1.5rem;
        padding: 10px 0px;
        text-align: center;
    }

    .career-op .carer-box .logo-con {
        margin-bottom: 20px;
    }

    .career-op .carer-box .logo-con {
        display: block;
        text-align: center;
    }

    .team-info .team-con p {
        font-size: 1rem;
    }

    .about-section .accordition .accordion-button h3 {
        font-size: 1rem;
    }

    .team-info .members {
        display: block;
        text-align: center;
    }

    .gov-con-sec.ceo-desk {
        padding-bottom: 10px;
    }

    .download-sec .job-box .btn-sec {
        display: block;
    }

    .download-sec .job-box .btn-sec button {
        margin-top: 10px;
    }

    .downlod .job-info-sec .job-box h6 {
        font-size: 1rem;
        line-height: 25px;
        width: 100%;
    }

    .downlod .job-info-sec .job-box span {
        font-size: 14px !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .company-detail .job-info-sec .job-box {
        display: block;
        width: 100%;
    }

    .job-section h2 {
        padding-bottom: 40px;
    }

    .sub-page-sec .tab-sec .nav .nav-item button {
        font-size: 14px !important;
    }

    .sub-page-sec .tab-sec .nav {
        display: flex !important;
        width: 100%;
    }

    .banner-sec .fourth-slide .test-con .test-m {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .banner-sec .fourth-slide .box .name-sec p {
        font-size: 14px !important;
        line-height: 5px;
    }

    .inner-sec .banner-left-con p {
        font-size: 1rem !important;
    }

    .banner-sec .fourth-slide .box .name-sec {
        padding: 14px 20px !important;
    }

    .banner-sec .fourth-slide .box .name-sec {
        bottom: 10px !important;
    }

    .banner-sec .fourth-slide .box i {
        position: absolute;
        color: #fff;
        top: 40%;
        /* width: 76px; */
        font-size: 60px;
        right: 45%;
    }

    .banner-sec .fourth-slide .box .name-sec span {
        font-size: 7px !important;
        /* display: none;} */
    }

    .banner-sec .fourth-slide .box .name-sec span {
        font-size: 10px;
        line-height: 15px;
    }

    .news-sec {
        margin-top: 30px;
    }

    .banner-sec .secnd-slide .tab-section .card {
        height: 270px;
    }

    .banner-sec .carousel-indicators {
        bottom: 15px !important;
    }

    .banner-sec .inner-row .col-xl-4 {
        height: 270px !important;
    }

    .banner-sec .banner-side-box {
        height: 270px !important;
    }

    .inner-sec .inner-con {
        width: 100%;
        padding: 50px 0px 50px;
    }

    .info-news-sec .card {
        height: 490px !important;
    }

    .banner-sec .banner-side-box p {
        display: none;
    }

    .info-sec .con {
        display: block;
    }

    /* .banner-sec .carousel-indicators {
        bottom: 130px !important;
    } */
    h2 {
        font-size: 1.8rem !important;
    }

    .banner-sec .inner-row h2 {
        font-size: 1rem !important;
    }

    .ftr-blue .con {
        display: block;
    }

    .banner-sec .transit-sec {
        height: 270px;
    }

    .banner-sec h1 {
        font-size: 1.5rem;
    }

    /* .inner-sec .anniversy-sec button{
        bottom: 16%;
   
    } */
    .banner-sec .fourth-slide {
        height: 660px !important;
    }

    .banner-sec .fourth-slide .test-video {
        height: 270px;
    }

    .banner-sec .secnd-slide {
        height: 660px !important;
    }

    .banner-sec .fourth-slide .test-con {
        height: 270px;
    }

    .banner-sec .first-slide {
        height: 660px !important;
    }

    .banner-sec .banner-content button {
        padding: 12px 20px;
    }

    .banner-sec .banner-content p {
        font-size: 0.875rem !important;
    }

    .banner-sec .third-slide {
        height: 660px !important;
    }

    .ftr-blue .btns {
        text-align: left;
    }

    .cta-sec .cta-box {
        display: block;
    }

    .ftr-blue .logo-con p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ftr-blue #email {
        width: 320px;
    }

    footer .social-link .icon {
        justify-content: left;
    }

    footer .social-link {
        text-align: left;
        display: block !important;
    }
}

@media (max-width:480px) {
    .banner-sec .banner-content button {
        padding: 15px 20px;
        font-size: 14px !important;
    }

    .banner-sec .inner-row h2 {
        padding-top: 0px !important;
        font-size: 14px !important;
    }

    .fourth-slide .test-box-three .con:nth-child(2) {
        bottom: 12% !important;
    }

    .transit-sec .content-sec h2 {
        padding-top: 0px !important;
    }

    .fourth-slide .test-box-two .con:nth-child(2) .test-wrap {
        background: transparent !important;
    }

    .fourth-slide .test-box-three .con:nth-child(2) .test-wrap p {
        font-size: 12px;
    }

    .fourth-slide .test-box-two .con:nth-child(2) .test-wrap p {
        font-size: 12px !important;
    }

    .fourth-slide .test-img {
        width: 40px;
        height: 40px;
    }

    .fourth-slide .test-box-two .con:nth-child(1) {
        display: none;
    }

    .anniversy-video-sec p {
        position: absolute;
        font-size: 1.5rem;
        color: #fff;
        top: 30% !important;
        text-align: center;
        z-index: 9;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 26px;
    }

    .transit-sec .banner-open-box {
        padding: 0px;
    }

    .fourth-slide .test-box-three .con:nth-child(1) .test-wrap {
        padding: 20px 30px 20px !important;
    }

    .infra-right-sec .con .img-box {
        background: transparent;
    }

    .carousel-item .infra-right-sec h2 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        font-size: 12px !important;
    }

    .banner-sec .inner-row h2 {
        padding-top: 0px !important;
    }

    .banner-sec .transit-sec {
        height: 200px !important;
    }

    .infra-right-sec .con img {
        height: 64px !important;
        border-radius: 10px !important;
    }

    .carousel-item .infra-right-sec {
        height: 200px !important;
    }

    .fourth-slide .test-box {
        height: 200px !important;
    }

    .eco-right-sec {

        height: 200px !important;
    }

    .fourth-slide .test-box .test-img img {
        width: 30px;
    }

    .cta-sec .cta-box button {
        width: fit-content !important;
        padding: 10px 20px;
    }

    .inner-sec .anniversy-sec button {
        font-size: 14px !important;
    }

    footer .ftr-con .row .con p {
        margin: 0 !important;
    }

    .counter {
        font-size: 48px !important;
    }

    .counter {
        height: 60px;
    }

    .cta-sec .cta-box button {
        font-size: 1rem;
    }

    /* .counters{padding: 55px 0px !important;} */
    .inner-sec .anniversy-sec {
        height: 50vh !important;
    }

    /* .inner-sec .anniversy-sec button {
            bottom: 24% !important;
            right: 30% !important;
        } */


    .banner-sec .carousel-control-prev-icon {
        top: 35%;
    }

    .news-sec .date-box .box-2 p {
        font-size: 1rem;
    }

    .banner-sec h1 {
        padding-top: 25px;
    }

    .news-sec .date-box .box-1 .date {
        padding: 10px 20px;
    }

    .banner-sec .carousel-indicators {
        bottom: 20px !important;
        right: 0 !important;
    }

    .news-sec .date-box {
        justify-content: center;
    }

    .news-sec .date-box .box-2 {
        width: 100%;
    }

    .news-sec .box-1 {
        width: 135px;
    }

    .banner-sec .banner-content button {
        padding: 15px 20px;
    }

    .pad-r {
        padding-right: 30px !important;
    }

    .pad-l {
        padding-left: 30px !important;
    }

    .banner-sec .banner-side-box p {
        display: none !important;
    }

    .navbar-brand img {
        width: 150px;
    }

    .info-news-sec .card {
        height: 455px !important;
    }

    .banner-content {
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .banner-sec .carousel-control-prev-icon {
        left: 20px !important;
    }

    .banner-sec .carousel-control-prev-icon {
        height: 30px;
        width: 30px;
    }

    .banner-sec .carousel-control-next-icon {
        height: 30px;
        width: 30px;
    }

    header {
        height: 100px;
    }

    .info-sec .con h4 {
        font-size: 42px;
    }

    .news-sec {
        bottom: 25% !important;
        top: inherit !important;
        position: inherit;
    }

    .banner-sec .crsl-indi-btn {
        background: none;
        box-shadow: none;
    }

    .banner-sec .banner-content p {
        font-size: 0.875rem !important;
    }

    .banner-sec .carousel-control-next-icon {
        top: 35%;
        right: 22px !important;
    }

    .banner-sec .carousel-control-prev-icon {
        top: 35%;
    }

    .grn-box-sec {
        padding: 60px 30px;
    }

    /* .info-news-sec .card {
        height: 400px !important;
    } */
    .banner-sec .secnd-slide .tab-section .card {
        height: 200px;
    }

    .info-news-sec h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .info-news-sec {
        padding: 40px 30px;
    }

    .banner-sec .transit-sec {
        height: 200px;
    }

    .banner-sec .secnd-slide {
        height: 540px !important;
    }

    .banner-sec .third-slide {
        height: 540px !important;
    }

    .banner-sec .fourth-slide .box .name-sec p {
        font-size: 14px;
    }

    .banner-sec .fourth-slide .test-con .test-m {
        font-size: 10px;
        line-height: 20px;
    }

    .carousel-control-prev {
        display: none;
    }

    .banner-sec .fourth-slide .box .name-sec {
        bottom: 20px;
    }

    .banner-sec .carousel-control-next-icon {
        display: none;
    }

    .reach-us .location-sec {
        padding: 30px 30px !important;
    }

    .info-sec {
        padding: 30px 0px;
    }

    .banner-sec .transit-sec .con h2 {
        font-size: 22px !important;
    }

    .reach-us .location-sec .contact {
        font-size: 1rem;
    }

    .inner-sec .inner-con {
        padding: 35px 0px 0px !important;
    }

    .inner-sec .banner-left-con p {
        font-size: 1rem;
        line-height: 25px;
    }

    .inner-sec h2 {
        font-size: 1.5rem !important;
    }

    .banner-sec .inner-row h2 {
        font-size: 15px;
    }

    .banner-sec .first-slide {
        height: 540px !important;
    }

    .banner-sec .banner-side-box p {
        font-size: 10px !important;
    }

    .banner-sec h1 {
        font-size: 1.5rem;
    }

    .banner-sec .banner-side-box {
        height: 200px !important;
    }

    .reach-us {
        padding: 60px 0px;
    }

    .banner-sec .inner-row .col-xl-4 {
        height: 200px !important;
    }

    .banner-sec .fourth-slide {
        height: 540px !important;
    }

}


@media all and (min-width: 1200px) {

    /* .banner-sec .third-slide{
        height: 700px;
    } */
    .dropdown-menu {
        width: 13rem;
    }

    .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }

    .ktm-mega-menu {
        position: static;
    }

    .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }

    .dropdown-menu>li:hover>.submenu,
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

@media screen and (min-device-width: 200px) and (max-device-width: px) {
    .banner-sec .carousel-control-prev-icon {
        top: 13%;
    }
}


/* @media style end */

.botspac {
    padding-bottom: 20px;
}

#stic-wrap {
    height: 100%;
}

#stick-sec {
    position: sticky;
    position: -webkit-sticky;
}

@media (min-height: 768px) {
    .cta-sec {
        margin: 0 !important;
    }

    .cta-sec .cta-box button {
        margin-top: 15px !important;
    }

    #stic-wrap {
        height: 2000px;
        overflow-y: scroll;
    }
}

.skilled {
    width: 60%;
}

.ety {
    width: 80%;
}

/* 06.01.25 */
.set-up-business {
    background-image: url("../images/set-up-your-business.webp") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.client-service {
    background-image: url("../images/client-service.webp") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.company-page {
    background-image: url("../images/company-banner.webp") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

/* end */
.banner-sec .inner-row .col-xl-4:nth-child(2) .side-box {
    background-repeat: no-repeat;
    background-size: cover;
    /* Keep background responsive */
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.banner-sec .inner-row .col-xl-4:nth-child(2) .side-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/quality-living-bg.webp');
    background-size: cover;
    /* Keep responsive behavior */
    background-position: center;
    transition: transform 0.5s ease-in-out;
    /* Keep it behind content */
}

.banner-sec .inner-row .col-xl-4:nth-child(2) .side-box:hover::before {
    transform: scale(1.1);
    /* Apply zoom effect only to the background */
}




/* .banner-sec .inner-row .col-xl-4:nth-child(2) .side-box:hover {
    background-size: 110%; 
}

.banner-sec .inner-row .col-xl-4:nth-child(2) .side-box{
    border-radius: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-size: 100%; 
    background-position: center;
    position: relative;
    overflow: hidden; 
    transition: background-size 0.5s ease-in-out;
    background-image: url("../images/home-banner-two-1.jpg") !important;
    height: 100%;
} */

/* .banner-sec .inner-row .col-xl-4:nth-child(3) .side-box:hover {
    background-size: 110%; 
}

.banner-sec .inner-row .col-xl-4:nth-child(3) .side-box{
    border-radius: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-size: 100%; 
    background-position: center;
    position: relative;
    overflow: hidden; 
    transition: background-size 0.5s ease-in-out;
    background-image: url("../images/banner-bg-3.jpg");
    height: 100%;
} */
.banner-sec .inner-row .col-xl-4:nth-child(3) .side-box {
    background-repeat: no-repeat;
    background-size: cover;
    /* Keep background responsive */
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.banner-sec .inner-row .col-xl-4:nth-child(3) .side-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/talent-pool-bg.webp');
    /* Replace with your actual background image URL */
    background-size: cover;
    /* Keep responsive behavior */
    background-position: center;
    transition: transform 0.5s ease-in-out;
    /* Keep it behind content */
}

.banner-sec .inner-row .col-xl-4:nth-child(3) .side-box:hover::before {
    transform: scale(1.1);
    /* Apply zoom effect only to the background */
}



.skilled table tr th {
    font-weight: 500;
    background: #33b0ff;
}

.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    --bs-table-bg-type: rgb(212, 247, 241);
}

.table> :not(caption)>*>* {
    background-color: #B4E2FF;
}

.banner-sec .crsl-indi-btn button:hover {
    opacity: 1;
}

.job-section .compy .btn-sec a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
}

.about-section.job-section .job-info-sec button {
    background: #0072BC;
    border-radius: 8px;
    border: 0px;
    padding: 8px 20px;
    color: #fff;
}

.grn-box-sec .grn-box:hover {
    background: #0072BC;
}

.grn-box-sec .grn-box:hover .con {
    transform: translatey(-20px);
}

.banner-sec .banner-content button i {
    transition: all .5s ease;
}

.banner-sec .banner-content button:hover i {
    transform: translatex(10px);
}

.info-phase .box img {
    border-radius: 20px;
    margin: 30px 0px;
}

.dropdown_menu-t {
    animation: rotateMenu 400ms ease-in-out;
    transform-origin: top center;
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }

    70% {
        transform: rotateX(20deg)
    }

    100% {
        transform: rotateX(0deg)
    }
}

/* 07.01.25 */
.eco-content-wrap .con .con-box img {
    margin-right: 10px !important;
}

.aminity .row.last-child .row {
    padding-bottom: 20px !important;
}

.aminity .row.last-child .row img {
    width: 100% !important;
}

.aminity .row.last-child .row .detail {
    width: 100%;
}

.aminity .row.last-child .row li {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #2a2a2a;
    font-family: "Poppins" !important;
}

/* .aminity .row.last-child .sub-station{height: 100%;} */
.aminity .row.last-child .sub-station.mobile-img img {
    display: none;
}

.aminity .row.last-child .sub-station img {
    height: 500px !important;
}

@media screen and (max-width: 1199px) {
    .aminity .row.last-child .row-rev {
        display: flex;
        flex-direction: column-reverse;
    }

    .aminity .row.last-child .sub-station img {
        padding: 20px 0px;
    }

    .aminity .row.last-child .sub-station.mobile-img img {
        display: block;
    }


}

@media screen and (max-width: 991px) {
    .skilled-outer {
        padding: 0 50px;
    }

    .skilled {
        width: 100%;
    }

    .transit-sec .content-sec p {
        min-height: 225px !important;
    }

    .banner-sec .first-slide {
        height: 850px;
    }

    .aminity .row.last-child .row .detail {
        width: 80%;
    }

    .aminity .row.last-child .row img {
        width: 80% !important;
    }

    .aminity .row.last-child .sub-station.mobile-img img {
        height: 300px !important;
    }

    .aminity .row.last-child {
        padding-bottom: 20px !important;
    }
}

/* end */
.aminity .type-img-sec .con .detail {
    gap: 0 !important;
}


/* last-added-b 13.0125 */
.news_outer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 60px 0px;
    justify-content: flex-start;
}

.newsevent-outer {
    transition: all ease .5s;
    height: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .03);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .03);
    border: none;
    overflow: hidden;
    background: #fcfcfc;
    padding-bottom: 1.875rem;
    width: 32%;
    display: flex;
    flex-direction: column;
}

.newevent-img img {
    width: 100%;
    height: 100%;

}

.newevent-img {
    height: 300px;
}

.head {
    margin: 0;
}

.datetime {
    color: #5f5f5f;
}

.event-body {
    padding: 20px;
}

.newsroom-body p {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}

.card-view-content a {
    text-decoration: none;
}

@media screen and (max-device-width: 660px) {
    .newsevent-outer {
        width: 100% !important;
    }

    .newevent-img img {
        width: 100% !important;
    }
}

/* News-details sections */
.news_title_outer {
    width: 69%;
    padding: 60px 0px 20px;
}

.news_title_outer .news__title span {
    width: 100%;
    display: block;
}

.news_title_outer h2 {
    font-size: 2rem;
}

.content-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem 0 2.5rem;
}

.news_body {
    width: 60%;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #1d1d1f;
}

.related-blogs-right {
    position: sticky;
    top: 75px;
}

.card-heading {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 2.6875rem;
}

.news-image img {
    max-width: 100%;
}

.newsroom-header {
    font-size: .875rem;
    color: #14142b;
    margin-bottom: .3125rem;
    position: relative;
}

.newsroom-header span.date {
    position: relative;
}

.card .block-wrap .newsroom-title h4 {
    color: #14142b;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-transform: none !important;
    margin-bottom: .625rem;
    margin-top: 0;
}

.news-content-right .card {
    padding: .750rem;
    border-bottom: solid 1px #ccc;
    background: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.news-content-right .card:hover {
    background: #eee;
    border-radius: 10px;
}

@media screen and (max-device-width: 660px) {

    .news_title_outer,
    .news_body,
    .cta-sec {
        width: 100% !important;
    }

    .newevent-img img {
        width: 100% !important;
    }

    .news_title_outer {
        padding-left: 1rem;
    }

    .news_body,
    .cta-sec {
        padding: 0 1rem;
    }
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.company-profile {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

/* 15.01.25 cmd */
/* .compy {
    padding: 20px;
    background: #f4f5fa;
    border-radius: 10px;
    width: 25%;
  } */
.ty-busi,
.domain {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    padding: 15px 0;
    border-top: solid 1px #ccc;
    flex-direction: column;
}

.ty-busi span,
.domain span {
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 0 10px;
    font-size: .75rem !important;

}

.address.details {
    padding-bottom: 20px;
    /* border-bottom: solid 1px #ccc; */
}

.domain-items,
.ty-busi-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.weather_icon {
    position: absolute;
    top: 0;
    right: 0;
}








/*workspace*/
.wrkspcepge h1 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.wrkspcepge h1 span {
    color: #584099;
}

.wrkspcepge .scr-con {
    overflow-y: unset;
    margin-bottom: 25px;
}

.wrksec1 {
    padding: 25px !important;
    border: 1px solid #5840994a;
    border-radius: 15px;
}

.subhed {
    color: #584099;
}

.wrkspcepge h2 {
    font-size: 2rem;
    font-weight: 600;
}

.wrkspcepge h2 span {
    color: #584099;
}

.sec-bac {
    background: #ede7ff;
    padding: 35px;
    border-radius: 30px;
}

.features-card {
    padding: 15px;
    background: #ffffff70;
    height: 100%;
    border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.features-card img {
    width: 33px;
}

.features-card h3 {
    font-size: 1.2rem;
}

.facility-img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.facility-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.facility-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.features-card:hover {
    background: #ffffffe8;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.comingsoon {
    background: url(../images/coming.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    z-index: 1;
}

.comingsoon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #36226cc4;
    z-index: -1;
    border-radius: 30px;
}

.comingsoon h2 {
    color: #fff;
}

.comingsoon p {
    color: #fff;
    max-width: 75%;
}

.sec-bac p {
    max-width: 55%;
}

.newinit-banner {
    background-image: url(../images/kochimetro.webp) !important;
}

.wrksecbrdr {
    border-bottom: 1px solid #5840994a;
    padding: 10px 0px !important;
}

.spaceimg img {
    border-radius: 20px;
}

.featuresul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.featuresul li {
    width: 30%;
}

.features-card p {
    max-width: 100% !important;
}

.whycochicard {
    background: #715ea1bf !important;
}

.whycochicard h3 {
    color: #fff !important;
}

.whycochicard img {
    filter: brightness(0)invert(1);
}

.whycochicard p {
    color: #ffffffa6 !important;
}

.iby-btn {
    background: #0072BC;
    border: 0;
    padding: 20px 20px;
    border-radius: 50px;
    color: #fff;
    transition: all .5s ease;
    position: relative;
    top: 15px;
    text-decoration: none !important;
}

.iby-btn:hover {
    background: #004a7a;
    padding-right: 40px;
}

.iby-btn i {
    transition: all .5s ease;
}

.iby-btn:hover i {
    transform: translatex(10px);
    transition: all .5s ease;
}


.myModal .modal-body {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.myModal .btn-close {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 0.5rem;
    background-color: #0072BC;
    z-index: 9;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    opacity: 1;
    color: white;
    border: none;
}

.myModal .btn-close img {
    filter: brightness(0) invert(1);
}

.popupimg {
    width: 100%;
}

@media (min-width: 576px) {
    .myModal .modal-dialog {
        max-width: max-content;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}



@media (max-width: 1024px) {
    .wrkspcepge h1 {
        font-size: 1.75rem;
    }

    .wrkspcepge h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 991px) {
    .wrkspcepge .scr-con {
        padding-left: 0px;
    }

    .wrkspcepge .row {
        margin-bottom: 0px !important;
    }

    .wrkspcepge ul {
        margin-bottom: 0px !important;
    }

    .spaceimg {
        padding: 15px 0;
    }

    .spaceimg img {
        max-width: 767px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .sec-bac p {
        max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
    }

    .comingsoon p {
        max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
    }

    .featuresul li {
        width: 47%;
    }

    .wrkspcepge h1 {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .wrkspcepge h2 {
        font-size: 1.4rem;
        font-weight: 500;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .wrkspcepge h3 {
        font-size: 1.1rem !important;
    }

    .subhed {
        font-size: 1rem !important;
    }
}


@media (max-width: 575px) {

    .comingsoon {
        height: auto;
    }

    .featuresul {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0;
        justify-content: unset;
    }

    .featuresul li {
        width: 100%;
    }
}



.phase3{
    text-align: center;
}
.phase3 .wrkspce span{
    font-size: 4rem;
    background: linear-gradient(270deg, #F762D8, #814AFF, #4AB6FE, #814AFF, #F762D8);
      background-size: 600% 600%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: gradientMove 8s ease infinite;
}
.phaseimg{
    position: relative;
    display: flex
;
    justify-content: center;
}
.phaseimg img{
    max-width: 650px;
}
.phase-vision-img{
    position: relative;
}
.phase-vision-img img{
    border-radius: 18px;
}


.cm-ttl{
        height: 100%;
    display: flex
;
    align-items: center;
    border-right: 2px solid #e664df;
}
.cmmsgSwiper .swiper-wrapper{
    height: auto;
}
.cm-msg-card{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
}
.cm-msg-card .card-img{
    width: 260px;
    position: relative;
}    
.cm-msg-card .card-img img{
    max-width: 100%;
    border-radius: 15px;
    position: relative;
        height: 100%;
    object-fit: cover;
}
.cm-msg-card .card-cont{
    width: calc(100% - 260px);
    flex: 1 0;
}
.cm-msg-card .cm-cont{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    padding: 7px;
    border-radius: 0 15px 0 15px;
    background: #804dff;
    color: #fff;
}
.cm-msges{
    background: #282828;
    
}
.ph3-ul{
        list-style-type: none;
}
.ph3-ul li{
    position: relative;
    padding-left: 30px;
}
.ph3-ul li::before{
    content: '';
    background-image: url(../images/bulleticon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    margin-top: 4px;
}
.ph3-ul li{
    color:#d7ceff;
}

.ph3-ul li b{
        color: #ffffff;
    font-weight: 500;

}
.ph3map{
        display: flex
;
    align-items: center;
    height: 100%;
}
.ph3map img{
    padding-top: 25px;
}
.plyvdo{
        position: absolute;
    top: 0;
    display: flex
;
    width: 100%;
    height: 100%;
    left: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.plyvdo img{
           border-radius: 50% !important;
    width: 60px !important;
    box-shadow: 0 0 0px 8px #ffffff9c, 0 0 0px 16px #ffffff9c;
    background: #fff;
}

.projectnav{
    display: flex;
    position: relative;
    top: 0;
    right: -1px;
    gap: 8px;
    justify-content: flex-end;
}
.projectnav .slidebtn {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
   background: linear-gradient(45deg, #e55ede, #5c93fe);
    margin: 0;
    width: 40px;
    height: 40px;
    opacity: 1!important;
    border-radius: 50%;
    transition: all .3s ease;
     -webkit-transition: all .3s ease;
}

.projectnav .slidebtn:hover:after {
    
   transition: all .3s ease;
     -webkit-transition: all .3s ease; 
}
.projectnav .slidebtn:after {
   content: '';
   background: url(../images/arrow.svg);
   background-repeat: no-repeat;
   filter: brightness(1111) invert(1);
   width: 20px;
   height: 20px;
   
}

.projectnav .cmmsg-prev:after{
    transform: rotateY(
180deg);
}

.section-map{
    padding: 35px;
    background: linear-gradient(90deg, #443ba0 0%, #131f36 100%);
    border-radius:20px;
}

@keyframes gradientMove {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }


/*phase3new*/
.phase3-new{
    background: url(../images/phase3-blue.webp);
        background-size: cover;
    background-repeat: no-repeat;
    padding: 60px !important;
    /*border-radius: 20px;*/
    padding-bottom: 240px!important;
    background-position: center;
        margin-top: -92px;
        padding-top:155px!important;

}
.phase3-new .wrkspce{
    color: #fff;
}
.whte{
    color:white;
}
.section-vdeo{
    margin-top: -200px;
    padding:0 30px!important;
}
.phase3-bnr{
    margin-top:50px;
}
.phase3-bnr img{
    max-width: 100%;
    border-radius: 20px;
}
.progresscard{
    background: linear-gradient(90deg, #443ba0 0%, #131f36 100%);
    padding: 50px;
    border-radius: 20px;
    position: relative;
}
.progresscard h2{
        font-size: 60px;
    padding: 0;
    font-weight: 700;
    color: transparent;
  -webkit-text-stroke: 1px rgb(255 255 255); 
  text-stroke: 1px rgb(255 255 255);         
  -webkit-text-fill-color: transparent;
}
.progresscard h3{
    color: #fff!important;
}
.progresscard p{
    color: #f1f3ff;
}
.phase3-hed{
       
    font-size: 3rem!important;
        background: linear-gradient(90deg, #F762D8 -8.37%, #814AFF 52.7%, #4AB6FE 110.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.progresscrad2{
    margin-top: 200px;
}
.progresscard::after{
        content: '';
    position: absolute;
    top: 40px;
    background: url(../images/connectline.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 200px;
    right: -119px;
}
.progresscrad2:after{
            left: -119px;
    transform: rotateY(180deg);
    bottom: -28px;
    top: unset;
}
.progresscrad3::after{
    display: none;
}
.timelinefll{
    background: url(../images/hero-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.phase3-btn{
    background: linear-gradient(45deg, #e564df, #6b75fe);
    border: 0;
    padding: 20px 20px;
    border-radius: 50px;
    color: #fff;
    transition: all .5s ease;
        position: relative;
    
    text-decoration: none!important;
}
.phase3-btn:hover{
    background: linear-gradient(90deg, #e564df, #6b75fe);
    padding-right: 40px;
}
.phase3-btn i{
    transition: all .5s ease;
}
.phase3-btn:hover i {
    transform: translatex(10px);
    transition: all .5s ease;
}

.phase3visioncard{
       border: 1px solid #7c55ff4f;
    padding: 20px;
    border-radius: 20px;
}
.phase3visioncard img{
        width: 44px;
    height: 44px;
    background: linear-gradient(302deg, #F762D8, #814AFF);
    padding: 8px;
    border-radius: 8px;
}
.phase3visioncard h3{
    color: #fff!important;
}
.phase3visioncard p{
    color: #f4e0ff!important;
}
.shape-one {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 80px;
    pointer-events: none;
}
.shape-one span {
    width: 500px;
    height: 500px;
    display: inline-block;
    border-radius: 50%;
    filter: blur(100px);
    background-color: #854bfe4f;
}
.shape-two{
   bottom: -15px;
    right: 80px;
    left: unset;
    top: unset;
}
@media (max-width: 1024px){
    .wrkspcepge h1{
        font-size: 1.75rem;
    }
    .wrkspcepge h2{
        font-size: 1.75rem;
    }
}

@media (max-width: 991px){
    .wrkspcepge .scr-con{
        padding-left: 0px;
    }
    .wrkspcepge .row{
    margin-bottom: 0px!important;
}
.wrkspcepge ul{
    margin-bottom: 0px!important;
}
.spaceimg{
    padding:15px 0;
}
.spaceimg img{
    max-width: 767px;
    width: 100%;
}
.sectionfloor{
    height: auto;
}
.floorsec{
    height: auto;
}
.progresscard h2{
    font-size: 30px;
}
.phase-vision-img{
    margin-bottom: 20px;
}
.cm-ttl{
    border-right: none!important;
}
}
@media (max-width: 767px){
    .sec-bac p{
        max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
    }
    .comingsoon p{
        max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
    }
    .featuresul li {
    width: 47%;
}
.wrkspcepge h1{
        font-size: 1.5rem;
        font-weight: 500;
    }
    .wrkspcepge h2{
        font-size: 1.4rem;
        font-weight: 500;
                padding-bottom: 10px;
        margin-bottom: 0px;
    }
    .wrkspcepge h3{
        font-size: 1.1rem!important;
    }
    .subhed {
        font-size:1rem!important;
    }
    .phase3 .wrkspce span{
        font-size: 2.4rem;
        font-weight: 600;
    }
    .phase3-hed{
        font-size: 2rem!important;
    }
    .progresscrad2{
        margin-top: 0px;
    }
    .progresscard{
        margin-bottom: 100px;
        padding: 25px;
    }
    .progresscard::after{
       top: unset;
        bottom: -100px;
        right: 50%;
        height: 100px;
        width: 85px;
    }
    .progresscrad2:after{
        left: unset;
    }
    .progresscrad3{
        margin-bottom: 0px!important;
    }
    .cm-msg-card{
        flex-direction: column;
    }
    .cm-msg-card .card-cont{
        width: 100%;
    }
    .phase3-new{
        padding-left:0px!important;
        padding-right:0px!important;
    }
}


@media (max-width: 575px){
    
    .comingsoon{
        height: auto;
    }
    .featuresul{
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
    justify-content: unset;
}
.featuresul li{
   width: 100%;
}
}


@media (max-width: 600px) {
   .shape-one span {
     width: 298px !important;
     height: 500px !important;
   }
   .section{
    overflow-x: hidden !important;
   }
}

@media (max-width: 567px) {
   .shape-one span {
     width: 200px !important;
     height: 500px !important;
   }
}
    .pop-img{
            width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .modal-header.glass-header {
    border-bottom: 0px !important;
}
.modal-content.glass-content {
    background: transparent !important;
    border: 0px !important;
}
button.btn-close.glass-close {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    padding: 6px;
    color:#0072BC;
}