body {
    padding: 0px;
    margin: 0px;
    font-family: "Roboto Slab", serif;
    overflow-x: hidden;
}

.main-container {
    margin: 0px 70px;
}

.banner {
    height: 100vh;
    width: 100%;
}

.main-banner-img {
    height: 100vh;
    width: 100%;
}

.carousel-caption {
    left: 0px;
    right: 0px;
    text-align: start;
    bottom: 6.25rem;
}

.carousel-caption h2 {
    font-family: "Roboto Slab", serif;
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.text-d-none {
    text-decoration: none;
}

.main-btn {
    color: #5b5b5b;
    font-family: "Roboto Slab", serif;
    display: inline-block;
    width: 200px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: color .3s;
    z-index: 1;
    font-size: 15px;
    border-radius: 0px;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: 0.09px;
    border: 1px solid darkgrey;
    text-align: center;
    background-color: transparent;
    transition: text 1s;
    /* padding-left: 0px; */
    padding: 6px;
    border-radius: 72px;
}


.main-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #F8B407;
    height: 118px;
    width: 100%;
    border-radius: 0%;
}

.main-btn:hover {
    text-align: center;
    color: #000;
}

.main-btn:hover {
    text-align: center;
    color: #000;
}

.main-btn:hover svg path {
    stroke: #000 !important;
}

.main-btn:before {
    top: 100%;
    right: 100%;
    transition: all .5s;
}

button:hover:before {
    top: -30px;
    right: -0px;
}

.section-mt {
    margin-top: 80px;
}

.section-head {
    color: #1C1C1C;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.colum-aline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-radius: 50px;
    background: #F8F7F7;
    padding: 20px;
}

.section-text {
    color: #666;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.08px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.about-main-img {
    width: 90%;
    text-align: right;
    border-radius: 20px;
}

.c-main-img {
    width: 100%;
    text-align: right;
    border-radius: 30px;
}

.ab-dotts {
    position: absolute;
    top: 0px;
    left: 12%;
    z-index: -1;
}

.cp-dotts {
    position: absolute;
    top: 18px;
    left: 20%;
    z-index: -1;
}

.leaf-img {
    position: absolute;
    left: 0px;
    bottom: -15%;
    opacity: 15%;
}

.product-box {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    padding: 20px;
    transition: 3s;
}

.product-box:hover .product-slide-img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    transition: transform 0.5s ease;
}

.product-box:hover .main-btn {
    background: #F8B407;
    text-align: center;
}

.product-slide-img {
    padding: 10px;
    height: 280px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 15px;

}

#product {
    margin-top: 20px;
}

#product .owl-nav {
    display: none;
}

#product .owl-dots {
    display: none;
}

.product-box h5 {
    color: #1C1C1C;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-box p {
    color: #666;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.leaf-bg {
    background-image: url(../img/icon/leaf-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.leaf-round {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    padding: 10px;
    background-color: #F8B407;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.round-head {
    color: #000;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}

.round-headp {
    color: #606060;
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.08px;
    padding-top: 10px;
    width: 70%;
    margin: auto;
}

#certifications .owl-dots {
    display: none;
}

#certifications .owl-nav {
    display: none;
}

#certifications {
    margin-top: 20px;
}

.certifications-box {
    width: 70px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}




a {
    text-decoration: none;
}

.c-img {
    object-fit: contain;
    width: 100%;
}

.Events-box {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}

.ev-bg {
    background-image: url(../img/event/ev-bg.png);
    background-repeat: no-repeat;
    height: 90vh;
    background-size: cover;
    padding: 50px 0px;
}

/* .events-up-box {
    background: #FAC744;
    box-shadow: 8.061px 8.061px 16.122px 1.612px rgba(0, 0, 0, 0.25);
    padding: 10px;
    width: 100%;
    overflow: hidden;
} */
.events-up-box {
    display: block !important;
}

.events-up-box h4 {
    color: #666;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.547px;
    text-transform: capitalize;
}

.events-up-box h6 {
    color: #666;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.205px;
    text-transform: capitalize;
}


.Events-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.Events-content h3 {
    color: #FAC744;
    text-align: right;
    font-family: "Roboto Slab", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
}

.Events-year {
    color: #FFF;
    text-align: right;
    font-family: "Roboto Slab", serif;
    font-size: 54.138px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.541px;
    text-transform: capitalize;
}

.Events-date {
    color: #FFF;
    text-align: right;
    font-family: "Roboto Slab", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.Events-text {
    color: rgba(255, 255, 255, 0.75);
    text-align: right;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;

}

/* slick start*/
.slick-slider {
    position: relative;
    text-align: center;
    padding: 40px 0px;
    position: absolute;
    top: 0%;
    right: 0;
    z-index: 9;
    width: 250px;
    border-left: 2px solid #ffffff5f;
    height: 90vh;
}

.slick-slider::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 30px;
    background-color: #FAC744;
    left: -8px;
    top: 18%;

}

#Events .owl-dot {
    border-radius: 10px;
    background: rgba(217, 217, 217, 0.40);
    width: 8px;
    height: 8px;
    margin-right: 10px;
}

#Events .owl-dot.active {
    border-radius: 10px;
    background: #FAC744;
    width: 40px;
    height: 8px;
}

#Events .owl-dots {
    position: absolute;
    bottom: 8%;
    right: 25%;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
    text-align: center;
    padding: 0px 20px;
}

#Events .owl-nav {
    position: absolute;
    bottom: 11%;
    right: 25%;
    width: 300px;
}

#Events .owl-next {
    background-image: url(../img/icon/s-down.svg);
    transform: rotate(274deg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    z-index: 99;
}

#Events .owl-prev {
    background-image: url(../img/icon/s-up.svg);
    transform: rotate(274deg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    z-index: 99;
}

.slider-vertical .slick-prev {
    border-width: 0 14px 14px 14px;
    top: 0px;
    text-align: right;
    border: 0px;
    background-image: url(../img/icon/s-up.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
}

.slider-vertical .slick-next {
    border-width: 14px 14px 0px 14px;
    bottom: 0px;
    top: auto;
    border: 0px;
    background-image: url(../img/icon/s-down.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
}

.slider-vertical .slick-prev.slick-disabled,
.slider-vertical .slick-next.slick-disabled {
    opacity: 50%;
    cursor: default;
    border: 0px;
}

.slider-vertical div {
    text-align: center;
    color: #FAC744;
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    cursor: pointer;
    padding: 10px 0px;
}

/* slick end*/

/* ==============anujya============ */
section.breadcrumbs {
    height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    background-position: center;
    margin-top: 90px;
}

section.breadcrumbs h2 {
    color: #FFF;
    font-family: "Roboto Slab", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 35px;
    text-align: center;
}

.philosophy p {
    color: #666;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.08px;
    width: 60%;
    margin: auto;
}

.philosophy {
    padding: 25px 0 25px 0;
}

.Empowering h3 {
    color: #1C1C1C;
    font-family: "Poppins;" sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

img.dots-img {
    position: absolute;
    bottom: -50px;
    right: 5%;
    z-index: -1;
}

img.abt-dostz {
    position: absolute;
    left: 0;
    bottom: -59px;
    z-index: -1;
}

.Empowering p {
    color: #666;
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.08px;

}

section.yellow-ourvalue {
    background: #FAC744;
    padding-top: 40px;
    margin-top: 35px;
}

section.yellow-ourvalue h3 {
    color: #1C1C1C;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

section.yellow-ourvalue p {
    color: #000000;
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.08px;

}

section.mission {
    padding: 100px 0;
}

section.mission h2 {
    color: #1C1C1C;
    font-family: "Poppins;" sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

section.mission p {
    color: #666;
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.08px;
}

img.yellow-dots {
    position: absolute;
    top: 30%;
    right: 14%;
    z-index: -1;
}

section.we-are-commited h2 {
    color: rgba(0, 0, 0, 0.77);
    font-family: "Poppins;" sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.2px;
}

section.teams {
    padding: 100px 0;
}

section.teams h3 {
    color: #1C1C1C;
    font-family: "Poppins;" sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

section.teams p {
    color: #666;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.08px;
}

.team-member h5 {
    color: #000;
    font-family: "Poppins;" sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.1px;
}

.team-member p {
    color: #000;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    letter-spacing: 0.08px;
}

.team-member img {
    height: 400px;
    object-fit: cover;
}

section.yellow-ourvalue img {
    width: 100%;
}



.assuring h3 {
    color: #1C1C1C;
    font-family: "Poppins;" sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 70px;
}

.certificate-box img {
    border: 13px solid #323431;
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    width: 100%;
    height: 500px;
    object-fit: fill;
}



.certificate-box p {
    padding: 25px 0;
    text-align: center;
    color: #010101;
    font-family: "Poppins;" sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.breadcrumbs.bg2 {
    background-image: url(../img/banner/insturance.png);
}

.infra-box h4 {
    position: absolute;
    bottom: 0;
    color: #FFF;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.1px;
    padding: 0px 25px;
}

.infra-box img {
    width: 100%;
}

/* anu end */
.h-70vh {
    height: 70vh;
}

.pro1 {
    height: 560px !important;
}

/* .pro1::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: ;
} */
.prod-overlay {
    width: 100%;
    height: 100%;
    background-color: #00000075;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page-box {
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.product-page-box-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    transition: 1s cubic-bezier(0.6, 0.03, 0.28, 0.98);
    transform: scale(1);
}

.product-page-box-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.product-page-box-c {
    padding: 20px;
}

.product-page-box-c h5 {
    color: #000;
    font-family: "Poppins;" sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
}

.mission-box {
    height: 320px;
}

.product-page-box.active {
    background-color: #FEF4DA;
}

.product-page-box:hover .product-page-box-img img {
    transform: scale(1.2);
    transition: 1s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}

.product-page-box:hover .main-btn {
    background-color: #F8B407;
    text-align: center;
}

.product-dcs-box {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #FFF;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-dcs-box img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

#productps {
    margin-top: 10px;
    margin-bottom: 20px;
}

#productps .owl-dots {
    display: none;
}

#productps .owl-nav {
    display: none;
}

.cont {
    background-image: url(../img/banner/contact.png) !important;
}

.acm-c-input {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #cdcdcd;
    padding: 20px 20px 5px 20px;
    margin-top: 20px;
    background-color: transparent;
}

.iti {
    position: relative;
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
    padding-top: 20px;
}

input:focus-visible {
    outline: none;
}

.career {
    background-image: url(../img/banner/career.png) !important;
}

.why-r1 {
    background-color: rgba(250, 199, 68, 0.50);
    border-radius: 100px;
    padding: 15px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-r1 img {
    width: 70px !important;
    height: 70px !important;
}

.r2 {
    background-color: rgba(1, 147, 216, 0.50);
}

.r3 {
    background-color: rgba(54, 141, 0, 0.50);
}

.r4 {
    background-color: rgba(209, 215, 1, 0.50);
}

.join-input {
    width: 100%;
    padding: 10px;
    border-radius: 40px;

}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 12px;
    line-height: 25px;
    border: 1px solid;
    border-radius: 40px;
}

.select2-container--default .select2-selection--single {
    border: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F8B407;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.join-btn {
    width: 100%;
    padding: 9px;
    background-color: #F8B407;
    text-align: center;
    border: 0px;
    color: #000000;
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 40px;
}

.join-btn svg path {
    fill: black;
}

.job-dcs-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.job-apply-box {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    padding: 25px;
    margin-top: 25px;
    margin-right: 25px;
}

.job-apply-box h5 {
    color: #000;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.job-apply-box h6 {
    color: #000;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}

.job-apply-box-btn {
    border: 0px;
    width: 100%;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    background-color: #F8B407;
    padding: 10px;
    border-radius: 12px;
}

.job-dcs-box-p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    font-family: "Roboto Slab", serif;
}

.apply-box {
    width: 100%;
    margin-top: -240px;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border-radius: 35px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.apply-box h6 {
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;

}

.apply-box label {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;

}

.apply-input {
    border: 1px solid rgba(231, 231, 231, 1);
    background: transparent;
    padding: 10px;
    border-radius: 35px;
    width: 100%;
}

.apply-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 12px;
    line-height: 25px;
    border: 1px solid;
    border-radius: 10px;
    border: 1px solid rgba(231, 231, 231, 1);
    background: transparent;
}

.event_cont button {
    border: 1px solid grey;
    background-color: transparent;
    border-radius: 45px;
    font-size: 16px;
    padding: 4px 20px;
}

.event_cont button:hover {
    background-color: #F8B407;
}

.btn-upload {
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 43px;
    background: #afafaf;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0px !important;
    text-align: center !important;
}

.preview-box {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
}

.preview-content {
    width: auto;
    height: inherit;
}

.section-sub-head {
    color: rgba(0, 0, 0, 0.77);
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: 0.09px;
}

.job-li {
    color: rgba(0, 0, 0, 0.77);
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.08px;
}

.event {
    background-image: url(../img/banner/event.png) !important;
}

.ev-box {
    width: 100%;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}

.ev-bg1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 47.29%, rgba(0, 0, 0, 0.80) 88.96%), url(<path-to-image>), rgba(211, 211, 211, 0) 50% / cover no-repeat;
    width: 100%;
    height: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: end;
}

.ev-bg1 h5 {
    color: #FFF;
    font-family: "Noto Serif SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.ev-bg1 h6 {
    color: #FFF;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-top: 0px;
}

.ev-bg1 p {
    color: #FFF;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.eevv-img {
    width: 100%;
    height: 321px;
    object-fit: cover;
}

.eevv-year {
    color: #000;
    text-align: right;
    font-family: "Poppins;" sans-serif;
    font-size: 54.138px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.541px;
    text-transform: capitalize;
}

.eevv-date {
    color: #000;
    text-align: right;
    font-family: "Poppins;" sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.eevv-text {
    color: #666;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.08px;
}

.Event .owl-nav {
    position: absolute;
    right: 0%;
    bottom: -20px;
}

.Event .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #fac64493 !important;
    border-radius: 20px;
}

.Event .owl-dot.active {
    background-color: #F8B407 !important;
}

.Event .owl-dots {
    overflow: hidden;
    width: 150px;
    position: absolute;
    bottom: -10px;
    left: 70%;
    white-space: nowrap;
}

.Event .owl-prev {
    background-image: url(../img/icon/ev-arr1.svg ) !important;
    width: 30px;
    height: 30px;
    background-size: contain;
    margin-right: 15px;
}

.Event .owl-prev span {
    display: none;
}

.Event .owl-next {
    background-image: url(../img/icon/ev-arr1.svg ) !important;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.Event .owl-next span {
    display: none;
}



.Event.e1 .owl-nav {
    position: absolute;
    left: 23%;
    bottom: -20px;
}

.Event.e1 .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #fac64493 !important;
    border-radius: 20px;
}

.Event.e1 .owl-dot.active {
    background-color: #F8B407 !important;
}

.Event.e1 .owl-dots {
    overflow: hidden;
    width: 150px;
    position: absolute;
    bottom: -10px;
    left: 0%;
    white-space: nowrap;
}

.Event.e1 .owl-prev {
    background-image: url(../img/icon/ev-arr1.svg ) !important;
    width: 30px;
    height: 30px;
    background-size: contain;
    margin-right: 15px;
}

.Event.e1 .owl-prev span {
    display: none;
}

.Event.e1 .owl-next {
    background-image: url(../img/icon/ev-arr1.svg ) !important;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.Event.e1 .owl-next span {
    display: none;
}

.timeline_right {
    display: flex;
    height: 100%;
    justify-content: center;
}

.timeline_right .line_yellow {
    height: 100%;
    width: 2px;
    background-color: #F8B407;
}

.timeline_right h5 {
    margin-right: 10px;
    margin-top: 0px;
    color: #FAC744;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.24px;
    text-transform: capitalize;
}

.stepss:first-child .timeline_right .line_yellow {
    position: relative;
}

.stepss:first-child .timeline_right .line_yellow::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #F8B407;
    top: -1px;
    right: -7px;
}




/* new */

.carousel-inner video {
    height: 100vh;
    object-fit: cover;
}

.about-count {
    border-radius: 101px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 20px;
    margin-top: 35px;
}

.about-count h5 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.about-count p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.footer-add h6 {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    letter-spacing: 0.2px;
    margin-left: 20px;
}

.footer-add {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-product-sec {
    background-image: url("../img/index/p-bg.png");
    width: 100%;
    height: 100%;
}

.index-product-sec h3 {
    color: #1C1C1C;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: white;
    border: 9px solid #FAC744;
    border-radius: 140px;
    height: 150px;
    width: 150px;
    PADDING: 0PX;
}

.tab-img img {
    width: 100%;
    height: 132px !important;
    border-radius: 140px;
    object-fit: cover;

}

.nav-pills .nav-link {
    color: #fff;
    background-color: white;
    border: 9px solid #ffffff;
    border-radius: 140px;
    height: 150px;
    width: 150px;
    margin: 0px 40px;
    padding: 0px;
}

.tab-img h4 {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    padding-top: 10px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.tabs_Product_content h3 {
    color: #1C1C1C;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;

}

.tabs_Product_content p {
    width: 70%;
}

.product_boxx {
    border-radius: 46.793px;
    background: #F4F4F4;
    padding: 30px;
    margin-top: 25px;
}

.product_boxx:hover h4 {
    color: #FAC744;
}



.product_boxx img {
    height: 240px !important;
    object-fit: contain;
}



.product_boxx h4 {
    color: #1C1C1C;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.267px;
    text-transform: capitalize;
    padding-top: 15px;
}

.product_boxx p {
    color: #666;
    font-size: 14px;
    width: 100%;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    /* 36.098px */
    letter-spacing: 0.1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_boxx button {
    border-radius: 57.732px;
    border: 1.337px solid rgba(0, 0, 0, 0.20);
    background-color: transparent;
    color: #1C1C1C;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.421px;
    text-transform: capitalize;
    padding: 7px 22px;
    margin: auto;
}

.prod_detail_cont span {
    color: #737373;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    /* 27px */
    letter-spacing: 0.075px;
}

.prod_detail_cont h3 {
    color: #1C1C1C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.prod_detail_cont p {
    color: #666;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */
    letter-spacing: 0.09px;
}

.table th {
    background-color: #FAC744;
    color: black;
}

.table {
    border: 1px solid #ededed;
    border-radius: 90px;
}

.pdf-td {
    color: #FAC744;
    ;
}

.events_cont h3 {
    color: #1C1C1C;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.events_cont p {
    color: #666;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */
    letter-spacing: 0.09px;
}

.event_box {
    position: relative;
}

.event_box {
    border-radius: 35px;
    background: #F4F4F4;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.18);
    margin-top: 25px;
}

.event_box img {
    border-radius: 35px 35px 0px 0px;
    object-fit: cover;
    height: 260px;
}

.event_cont {
    padding: 15px;
}

.event_cont h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.event_cont p {
    color: #888;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */
    letter-spacing: 0.09px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-blog h2 {
    color: #1C1C1C;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.event_box h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;

}

.blog p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    /* 27px */
    letter-spacing: 0.075px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.career-head {
    color: #1C1C1C;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.why-box-1 {
    border-radius: 35px;
    background: rgba(253, 227, 161, 0.30);
    padding: 23px;
    position: relative;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-box-2 {
    border-radius: 35px;
    background: rgba(155, 198, 128, 0.30);
    padding: 23px;
    position: relative;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-box-3 {
    border-radius: 35px;
    background: rgba(128, 201, 235, 0.30);
    padding: 23px;
    position: relative;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-box-4 {
    border-radius: 35px;
    background: rgba(232, 235, 128, 0.30);
    padding: 23px;
    position: relative;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why_abs {
    position: absolute;
    top: -44px;
    left: 0;
    margin: auto;
    right: 0;
    justify-content: center;
    display: flex;
}

.career_sec .section-head {
    color: #1C1C1C;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.join-btn {
    font-size: 12px;
}


.map-box h3 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.map-box1 {
    background: #FFF;
    box-shadow: 5px 5px 20px 2px rgba(21, 21, 21, 0.15);
    padding: 15px;
    height: 330px;
}

.map-box1 h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.diagrm h3 {
    color: #000;

    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.diagrm_p {
    padding: 40px;
}

.certificates h3 {
    color: #1C1C1C;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.certificates p {

    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */
    letter-spacing: 0.09px;
}




.nav_tabs_btn button {
    border: 0px;
    background-color: transparent;
    margin: 0px 20px;
}

.year-tab {
    padding-left: 30px;
}

.year-tab h3 {
    color: #000;
    text-align: left;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.year-tab h3 span {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.nav_columns {
    padding-top: 40px;
}

.year-tab p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */
    letter-spacing: 0.09px;


}

.events-up-box {
    background: #FAC744;
    box-shadow: 6px 6px 12px 1px rgb(0 0 0 / 4%);
    padding: 10px;
    width: 43%;
    overflow: hidden;
    border-radius: 31px;
    margin-left: auto;
    position: absolute;
    bottom: 32px;
    right: 0;
    z-index: 99;
}

.product_card {
    width: 27%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    background: white;
    overflow: hidden;
    border-radius: 22px;
}

.card_cont button:hover {
    background-color: #FAC744;
}

.product_card img {
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.card_cont {
    background: white;
    padding: 0 20px;
}


.hide_Cont {
    display: none;
}

.product_card:hover,
.product_card.pr_active {
    flex-direction: row;
    width: 40%;


}

.product_card:hover img,
.product_card.pr_active img {
    width: 50%;
    /* transform: rotate(6deg) translateX(-31px) scale(1.2);
    transition-duration: 1s; */
    height: 100%;
}

.product_card:hover .card_cont,
.product_card.pr_active .card_cont {
    width: 50%;

}

.product_card:hover .hide_Cont,
.product_card.pr_active .hide_Cont {
    display: block;
}

.card_cont h5 {
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.card_cont p {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    /* 27px */
    letter-spacing: 0.075px;


}

.hide_Cont .span-class {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.center_class {
    justify-content: center;
}

.card_cont button {
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.315px;
    text-transform: capitalize;
    padding: 4px 20px;
    background-color: transparent;
}

.product_flex {
    display: flex;
    display: flex;
    justify-content: space-between;
}













.tabs {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.tab {
    margin: 0 20px;
    cursor: pointer;
    transition: transform 0.3s;
}

.tab img {
    height: 85px;
    transition: transform 0.3s;
}

.tab:hover img {
    transform: scale(1.1);
}

.tab-content {
    display: flex;
    justify-content: center;
    padding: 20px;

}

.tab-content img {
    height: 200px;
    width: 100%;
}

.content {
    text-align: center;
}

/* .content img {
    max-width: 100%;
    height: auto;
} */

/* .active {
    display: flex !important;

} */

.tab-content .active img {
    height: 500px;
}

.content {
    margin: 0px 20px;
}

.tabs {

    border: 1px solid grey;
    border-radius: 90px;
    background-color: #ebebeb;
}

.certificate-box h3 {
    color: #010101;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.tab {
    position: relative;
}

/* .tab::after{
    position: absolute;
    content: "";
    background-color: red;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
} */




.modal_row h3 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.modal-dialog {
    max-width: 851px;
}

.modal-content {
    border-radius: 19px;
}

.modal_row p {
    color: #666;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */
    letter-spacing: 0.09px;
}

.modal_forms input {
    border: 0;
    border-bottom: 1px solid rgb(199, 199, 199);
    background-color: transparent;
    width: 100%;
    padding-bottom: 15px;
    font-size: 13px;
}

::placeholder {
    color: rgba(0, 0, 0, 0.50) !important;
}

.modal_forms textarea {
    border: 0;
    border-bottom: 1px solid rgb(199, 199, 199);
    background-color: transparent;
    width: 100%;
    padding-bottom: 15px;
}

.modal_btn button {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.20);
    border: 1px solid grey;
    padding: 4px 20px;
}

.modal-body {
    padding: 1rem 2rem;
}

.modal-header {
    border-bottom: 0px;
}

.location_btn {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 9;
    background-color: #FAC744;
    padding: 4px 20px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.25));
    color: black;
    font-size: 14px;
}

.padding_top {
    padding-top: 100px;
}

.blog-det-cont {
    padding-top: 30px;
}

.blog_det_row img {
    height: 550px;
    border-radius: 20px;
    object-fit: cover;
}

.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}

.bdesc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn_tab.active {
    font-weight: 800;
}

.year-tab p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.evt-Img {
    height: 100%;
}

.evt-Img img {
    height: 540px;
    object-fit: cover;
    border-radius: 25px;
}

.swiper-button-next {
    position: absolute;
    top: 266px !important;
    right: 140px !important;
}

.swiper-button-next:after {
    font-size: 20px !important;
}

.swiper-button-prev {
    position: absolute;
    top: 266px !important;
    left: 840px !important;
}

.swiper-button-prev:after {
    font-size: 20px !important;
}

.nav_tabs_btn {
    padding-left: 30px;
    margin-bottom: -30px;
    position: relative;
    z-index: 9;
}


.btn_tab.active {
    color: #0B753E;
    ;
    border-bottom: 1px solid #FAC744;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute !important;
    top: 131px !important;
    right: -80px !important;
    text-align: end !important;
    display: flex !important;
    justify-content: end !important;
    align-items: center !important;
    margin-left: -280px !important;
}

.swiper-pagination-bullet-active {
    background: #fac744 !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fac744 !important;

}

.cont_Row h3 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.cont_Row p {
    color: #666;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */
    letter-spacing: 0.09px;
}

.clsBtn {
    font-size: 18px;
    border: 0px solid grey;
    border-radius: 50px;
    height: 30px;
    height: 30px;
    width: 30px;
    background: #fac744;
    color: white;
}

.successPopup h6 {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
}

.succes-imgs img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.maap_cont {
    margin-top: -140px;

}

.infra-cont p {
    text-align: center;
}

.product_boxx button:hover {
    background-color: #FAC744;
}

.maap_cont h6 {
    color: #1C1C1C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

.maap_cont p {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */
    letter-spacing: 0.09px;
}

.arrows {
    display: flex;
    flex-direction: row-reverse;
    width: 30%;
    position: absolute;
    right: 0;
    top: 60%;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    position: initial !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: initial !important
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 0px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 0px !important;

}

.circle1:hover {
    fill: #fff172;
}

.circle2:hover {
    fill: #fff172;
}

.circle3:hover {
    fill: #fff172;
}

.circle4:hover {
    fill: #fff172;
}

.circle5:hover {
    fill: #fff172;
}

.circle6:hover {
    fill: #fff172;
}

.circle7:hover {
    fill: #fff172;
}

.circle8:hover {
    fill: #fff172;
}

.circle9:hover {
    fill: #fff172;
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}


.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    background-color: #5C69E3;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}


.my-float {
    margin-top: 16px;
}

.new-abt-hw h3 {
    color: #1C1C1C;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

thead th:first-child {
    border-top-left-radius: 10px;
}

thead th:last-child {
    border-top-right-radius: 10px;
}

tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

thead th {
    background-color: #f4b400;
    /* Adjust color as needed */
    color: #ffffff;
    /* Adjust text color as needed */
}

.round1,
.round2,
.round3,
.round4,
.round5,
.round6,
.round7,
.round8,
.round9,
.round10,
.round11 {
    animation-name: bigRound1;
    animation-duration: 3s;
}

.smallRound1,
.smallRound2,
.smallRound3,
.smallRound4,
.smallRound5,
.smallRound6,
.smallRound7,
.smallRound8,
.smallRound9,
.smallRound10,
.smallRound11 {
    animation-name: smallRound1;
    animation-duration: 3s;
}

.round1 {
    animation-delay: 2s;
}

.smallRound1 {
    animation-delay: 2s;
}

.round2 {
    animation-delay: 5s;
}

.smallRound2 {
    animation-delay: 5s;
}

.round3 {
    animation-delay: 8s;
}

.smallRound3 {
    animation-delay: 8s;
}

.round4 {
    animation-delay: 11s;
}

.smallRound4 {
    animation-delay: 11s;
}

.round5 {
    animation-delay: 14s;
}

.smallRound5 {
    animation-delay: 14s;
}

.round6 {
    animation-delay: 17s;
}

.smallRound6 {
    animation-delay: 17s;
}

.round7 {
    animation-delay: 20s;
}

.smallRound7 {
    animation-delay: 20s;
}

.round8 {
    animation-delay: 23s;
}

.smallRound8 {
    animation-delay: 23s;
}

.round9 {
    animation-delay: 26s;
}

.smallRound9 {
    animation-delay: 26s;
}

.round10 {
    animation-delay: 29s;
}

.smallRound10 {
    animation-delay: 29s;
}

.round11 {
    animation-delay: 32s;
}

.smallRound11 {
    animation-delay: 32s;
}

@keyframes smallRound1 {
    0% {
        fill: #0b753e00;
    }

    50% {
        fill: #0b753ea6;
    }

    75% {
        fill: #0b753e;
    }

    100% {
        fill: #f1f1f1;
    }
}

@keyframes bigRound1 {
    0% {
        fill: #fff17200;
    }

    50% {
        fill: #fff1727e;
    }

    75% {
        fill: #fff172;
    }

    100% {
        fill: #f1f1f1;
    }
}

.tab-content img:hover {
    height: 500px;
    width: auto;
}

.orderSec img {
    border-radius: 15px;
}

.orderSec:nth-child(odd) .contentCard {
    order: 2;
}

.orderSec:nth-child(odd) .imgCard {
    order: 1;
}

.infra-btn {
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: capitalize;
    border-radius: 10px;
    background: #FAC744;
    width: fit-content;
    padding: 8px 23px;
    margin-bottom: 30px;
}

.contentCard {
    position: relative;
}

.orderSec:nth-child(odd) .contentCard .infra-btn {
    margin-left: -90px;
    margin-top: 20px;
}

.orderSec:nth-child(even) .contentCard .infra-btn {
    position: absolute;
    right: -65px;
    top: 30px;
}

.orderSec:nth-child(even) .contentCard .contentArea {
    margin-top: 100px;
}

.certificatModal .modal-title {
    color: #1C1C1C;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.certificatModal .modal-header {
    padding: 14px 30px;
}

.submitBtn {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.20);
    border: 1px solid grey;
    padding: 4px 20px;
}

.footer-add svg {
    flex-shrink: 0;
}

.bannerImg {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.infta_static {
    padding-top: 50px;
    padding-bottom: 50px;
}

.infta_static h3 {
    color: #1C1C1C;
    font-size: 27px;
    font-weight: 600;
}


.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}




.footer-toop {
    align-items: center !important;
}
























































.cer_icon_box img {
    object-fit: contain;
    width: 100%;
    height: 58px;
}
.cer_icon_box{
    margin: 0px 20px;
}
.cer_pdf img{
    width: 100%;
    border: 7px solid #323431;
    height: 240px;
    object-fit: contain;
}
.cer_pdf{
    margin: 0px 20px;
}

.cer_icon_box:hover img{
    transform: scale(1.1);
    transition: 1s;
}

.icon_Slider{
    border: 1px solid grey;
    border-radius: 90px;
    background-color: #ffffff;
    padding: 30px 7px 30px;
}
.cer_pdf h6{
    color: #010101;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.26px;
    padding-bottom: 8px;
    height: 50px;

}