/* Header begins */
header {
    left: 0;
    padding: 0 140px;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: 9;
}
header .navbar-toggler {
    left: 30px;
    margin-right: 30px;
    position: absolute;
    top: 24px;
    width: 24px;
    z-index: 2;
}
header .navbar-toggler-icon {
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin-top: 5px;
    display: none;
}
header .navbar-toggler-icon:first-child {
    margin-top: 0;
}

header .navbar-toggler .togglerWrap span {
    transition: all 0.3s ease-in;
}
header .navbar-toggler.active .navbar-toggler-icon {
    background-color: #000;
}
header .navbar-toggler.active .bar2 {
    opacity: 0;
}
header .navbar-toggler.active .bar1 {
    transform: rotate(-45deg) translate(-6px, 4px);
}
header .navbar-toggler.active .bar3 {
    transform: rotate(45deg) translate(-6px, -4px);
}

header.is-sticky .navbar-toggler-icon {
    background-color: #000;
}
header .logo {
    display: flex;
    background: var(--brand_red);
    width: 180px;
    height: 120px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    z-index: 1;
}
header .main-links li {
    padding: 0 20px;
    position: relative;
}
header .main-links li a {
    font: normal normal 14px/16px var(--acumin_semibold);
    color: #fff;
    opacity: 0.7;
}

header .main-links li a:hover {
    opacity: 1;
}

.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 198px;
    max-width: none;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(32, 38, 49, 0.1);
}

.submenuList ul li {
    padding: 0;
    border-bottom: 1px solid rgba(239, 239, 239, 1);
}
.submenuList ul li:last-child{
    border-bottom: none;
}
.impactful-sec{
    overflow: hidden;
}
.submenuList ul li a {
    text-align: left;
    font: normal normal 14px/16px var(--acumin_semibold);
    letter-spacing: -0.28px;
    color: rgba(20, 21, 20, 0.6);
    padding: 14px 12px;
    display: block;
}

.submenuList ul li a:hover {
    color: rgba(20, 21, 20, 1);
}

header .main-links li a .triangle-5 {
    width: 9px;
    height: 5px;
    border-top: solid 5px rgba(255, 255, 255, 0.7);
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    transition: all 0.2s ease-in;
}
header.is-sticky .main-links li a .triangle-5 {
    border-top-color: rgba(0, 0, 0, 0.7);
}

header .main-links li.open a .triangle-5 {
    transform: rotate(180deg);
}

.main-links .down {
    display: flex;
    align-items: center;
    justify-content: end;
}

.mobArrow {
    margin-left: 9px;
    margin-top: -5px;
}

.submenuList ul li .submenuSmall a {
    text-align: left;
    font: normal normal normal 12px/16px var(--acumin_regular);
    letter-spacing: -0.24px;
    color: rgba(20, 21, 20, 0.5);
    text-transform: capitalize;
    border: 0;
    padding: 5px 12px;
}

.submenuList ul li .submenuSmall a:hover {
    color: rgba(20, 21, 20, 1);
}

.submenuList ul li .submenuSmall a:last-child {
    padding-bottom: 20px;
}

header .btn-search {
    background-color: transparent;
    border-radius: 50%;
    height: 47px;
    margin-left: 20px;
    width: 47px;
}
header.is-sticky {
    background-color: var(--white);
    /* box-shadow: 0px 17px 10px -10px #11111159; */
    box-shadow: 0 5px 15px #11111130;
    position: fixed;
}
header.is-sticky .logo {
    height: 80px;
}
header .nav-social-links {
    margin-left: auto;
    margin-right: 0;
}
header.is-sticky li a {
    color: rgba(0, 0, 0, 0.7);
    display: flex;
}
header.is-sticky .btn-search svg path {
    fill: #000;
}
header.is-sticky .btn-search {
    background: rgba(0, 0, 0, 0.1);
}
header .social-links {
    display: none;
}
header .social-links .sm-icons {
    display: flex;
}
header .social-links .sm-icons li a {
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    padding: 10px;
    margin-right: 10px;
    width: 32px;
}
.followUsSec .sm-icons li img {
    width: auto;
}
/* Header ends */

.inner_page_banner {
    position: relative;
}

.banner-conent-wrapper {
    position: absolute;
    top: 40%;
    margin: 0px 305px;
}

.banner-conent-wrapper p {
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff;
    font: normal normal 300 20px/30px var(--roboto_light);
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0px 13%;
}

.banner-conent-wrapper span {
    text-align: center;
    font: normal normal 900 20px/30px var(--roboto_reg);
    letter-spacing: 1.2px;
    color: #ffffff;
}

.home-bannr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-conent-wrapper .btn_solid {
    /* margin: 40%; */
    text-align: center;
    font: normal normal bold 14px/20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 35px;
    opacity: 1;
    padding: 25px 81px;
}
.banner-conent-wrapper .btn_solid:hover {
    background: rgba(237, 28, 36, 0.7);
    color: var(--white);
}
video.home-video {
    width: 100%;
}
.swiper-button-next {
    border: 1px solid #ffff;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    right: 100px;
}

.swiper-button-prev {
    border: 1px solid #ffff;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    left: 100px;
}

.swiper-button-prev img {
    height: auto;
    width: 16px;
}

.swiper-button-next img {
    height: auto;
    width: 16px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

[data-aos="zoom-out"] {
    transform: scale(9.2);
}

.improve-lives-sec {
    background: url(../images/index/improve-lives-bg.png) right 0 no-repeat;
    background-size: 100% auto; /* background-size: cover; */
}

.improve-live-details h2 {
    text-align: left;
    font: normal normal bold 14px/20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #222222;
    text-transform: uppercase;
    opacity: 1;
}

.improve-live-details p {
    opacity: 1;
    text-align: left;
    font: normal normal 300 50px/70px var(--acumin_regular);
    letter-spacing: -2px;
    color: #222222;
}
.improve-live-details span {
    text-align: left;
    font: normal normal bold 50px/70px var(--acumin_bold);
    letter-spacing: -2px;
    color: #222222;
}

.improve-live-details-para {
    opacity: 1;
    text-align: left;
    font: normal normal 300 50px/70px var(--acumin_regular);
    letter-spacing: -2px;
    color: #222222;
    margin-bottom: 80px;
}
.improve-live-details-span {
    text-align: left;
    font: normal normal bold 50px/70px var(--acumin_bold);
    letter-spacing: -2px;
    color: #222222;
}

.improve-btn {
    text-align: center;
    font: normal normal bold 14px/20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 35px;
    opacity: 1;
    padding: 25px 67px;
    position: absolute;
    z-index: 1;
}
.improve-btn:hover {
    background: rgba(237, 28, 36, 0.7);
    color: var(--white);
}
.improve-live-wrapper {
    padding: 200px 0 232px 0px;
}
.improve-live-details {
    padding: 0 300px;
}

.improve-live-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.improve-live-heading h1 {
    text-align: center;
    font: normal normal 900 263px/290px var(--acumin_bold);
    letter-spacing: -15.78px;
    color: #222222;
    text-transform: capitalize;
    opacity: 0.03;
    position: absolute;
    bottom: 68px;

    padding: 0px 96px;
}

.managements-msg-sec {
    background: #ed1b25 url(../images/index/managmnt-msg-bg.png) right 0
        no-repeat;
    background-size: 55% auto;
    /* background-size: cover; */
}
.managements-msg-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
}

.managements-msg-left {
    padding: 150px 140px;
}

.managements-msg-right {
    padding: 150px 20px 150px;
}

.managements-msg-right h2 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
}
.managements-msg-right p {
    text-align: left;
    font: normal normal 300 30px/42px var(--acumin_light);
    letter-spacing: -1.2px;
    color: #ffffff;
    padding-right: 81px;
}
.managements-msg-right span {
    text-align: left;
    font: normal normal bold 30px/42px var(--acumin_bold);
    letter-spacing: -1.2px;
    color: #ffffff;
}

.management-icon {
    width: 99px;
    height: auto;
    margin: 0;
    padding: 0;
    margin: 70px 0;
}

.Brands-Embodying-wrapper {
    padding: 180px;
}

.Brands-Embodying-header h1 {
    text-align: center;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #222222;
    text-transform: capitalize;
    opacity: 1;
}

.Brands-Embodying-header p {
    text-align: center;
    font: normal normal normal 20px/25px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    padding: 0 32%;
}

.Brands-Embodying-body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 68px 0 0;
    gap: 30px;
    flex-wrap: wrap;
}

.Brands-logo-wrapper {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    height: 160px;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24%;
}

.success-journey-sec {
    background: #e6e6e6 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 140px;
}

.success-journey-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.success-journey-header-left h1 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -6.3px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.success-journey-header-left p {
    text-align: left;
    font: normal normal normal 20px/25px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    margin-right: 23%;
}

.common-btn {
    text-align: center;
    font: normal normal bold 14px/20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    padding: 25px 80px;
    display: inline-block;
}
.common-btn:hover {
    background: rgba(237, 28, 36, 0.7);
    color: var(--white);
}
.success-journey-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 50px;
}

.success-journey-body-items {
    width: 33%;
}

.success-journey-item-conent {
    padding: 30px;
    background: #fff;
}

.success-journey-item-conent h4 {
    text-align: left;
    font: normal normal normal 30px/36px var(--acumin_regular);
    letter-spacing: -0.6px;
    color: #000000;
    opacity: 1;
    margin-bottom: 23px;
}

.success-journey-item-conent p {
    text-align: left;
    font: normal normal medium 16px/24px var(--roboto_reg);
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.7;
    height: 60px;
    overflow-y: auto;
}

.success-journey-item-conent p::-webkit-scrollbar {
    width: 2px;
}

/* social sec  css starts */

.social-media-sec {
    padding: 120px 0 120px 0;
}
.social-media-header h1 {
    text-align: center;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -4.5px;
    color: #222222;
    text-transform: capitalize;
    opacity: 1;
}

.Social-Media-header-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 28px;
}

.social-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cccccc;
    border-radius: 38px;
    opacity: 1;
    padding: 20px;
}
.social-tab-left {
    padding-right: 20px;
}

.social-tab-left img {
    height: 25px;
}

.social-tab-right button {
    background: none;
    border: none;
}

.social-tab-right {
    display: flex;
    gap: 10px;
}

.social-media-body {
    margin-top: 50px;
}
.card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    margin-top: 20px;
}
.card-footer .card-footer-right h6,
.card2-footer .card2-footer-right h6 {
    font-size: 14px;
    margin-bottom: 0;
}
.card-footer .card-footer-right span,
.card2-footer .card2-footer-right span {
    display: block;
    font-size: 12px;
    font-style: italic;
    opacity: 0.5;
}
.social-card-bottom {
    background-color: #fafafa;
    padding: 40px;
}

.card-content {
    border-bottom: 1px solid #00000042;
    padding-bottom: 40px;
}
.card-content p {
    text-align: left;
    font: normal normal medium 16px/24px var(--acumin_regular);
    letter-spacing: -0.32px;
    color: #283b59;
    opacity: 1;
}

.card-content span {
    text-align: left;
    font: normal normal normal 12px/20px var(--acumin_regular);
    letter-spacing: 0px;
    color: #0060ce;
    opacity: 1;
}

.card-footer-left button {
    background: none;
    padding: 15px 20px;
    border-radius: 100%;
    border: 1px solid black;
}

.social-cards2-top {
    position: relative;
}

.card2-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.card2-footer-left button {
    background: none;
    padding: 15px 20px;
    border-radius: 100%;
    border: 1px solid white;
}

.card2-footer-right h6 {
    color: #ffffff;
}

.card2-footer-right span {
    color: #ffffff;
}

.social-cards2-top {
    margin-bottom: 30px;
}

.card-footer-left {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.card2-footer-left {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.card2-footer-left a svg path {
    fill: #fff;
}

/* social sec End */

.enhance-lives-wrapper {
    padding: 140px;
}

.enhance-lives-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.enhance-lives-header-left h1 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #222222;
    text-transform: capitalize;
    opacity: 1;
}

.enhance-lives-header-left p {
    text-align: left;
    font: normal normal normal 20px/27px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
}

.enhance-lives-cards img {
    position: relative;
}

.enhance-lives-cards-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.enhance-lives-cards-content span {
    text-align: left;
    font: normal normal 600 24px/35px var(--acumin_semibold);
    letter-spacing: -0.96px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}
.enhance-lives-cards-content h2 {
    text-align: left;
    font: normal normal 900 36px/35px var(--acumin_exbold);
    letter-spacing: -1.44px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}

.Our-Expanse-wrapper {
    padding: 150px 0 20px 20px;
    background: url(../images/index/Our-Expanse-BG.jpg) no-repeat center;
}

.grp_ind .Our-Expanse-wrapper {
    background: #fff;
}

.Our-Expanse-header h1 {
    text-align: center;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #222222;
    opacity: 1;
}

.Our-Expanse-header p {
    text-align: center;
    font: normal normal normal 20px/29px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #222222;
    opacity: 0.7 !important;
    padding: 1% 32%;
}

.Our-Expanse-cards {
    background: #ffffff;
}

.Our-Expanse-cards-content {
    padding: 50px 50px 0;
}

.Our-Expanse-top-content img {
    width: auto;
    height: 40px;
    margin-bottom: 33px;
    transition: all 0.5s;
}

.Our-Expanse-bottom-content {
    padding: 0 50px 50px;
}

/* .Our-Expanse-cards:hover .Our-Expanse-bottom-content h2 {
  text-align: left;
  font: normal normal 300 100px/90px var(--acumin_regular);
  letter-spacing: -4px;
  color: #444444;
  opacity: 1;
} */
.Our-Expanse-bottom-content h2 {
    text-align: left;
    font: normal normal bold 80px/80px var(--acumin_regular);
    letter-spacing: -4px;
    color: #444444;
    opacity: 1;
}

.Our-Expanse-bottom-content p {
    text-align: left;
    text-transform: capitalize;
    font: normal normal bold 24px/16px var(--acumin_bold);
    letter-spacing: -1.44px;
    color: #444444;
    opacity: 1;
}

.Our-Expanse-cards-img {
    overflow: hidden;
}

.Our-Expanse-cards-img img {
    position: relative;
    /* bottom: -94px; */
    transform: scale(1);
    transition: all 0.5s;
}

.Our-Expanse-cards-img {
    transition: all 0.5s ease-in-out;
    transform: translateY(70px);
}

.Our-Expanse-cards:hover .Our-Expanse-cards-img {
    transition: all 0.5s ease-in-out;
    transform: translateY(0);
}

.Our-Expanse-cards:hover .Our-Expanse-cards-img img {
    transform: scale(1.1);
    transition: all 0.5s;
}

/* .Our-Expanse-cards:hover .Our-Expanse-top-content img {
  margin-bottom: 50px;
  transition: all 0.5s;
} */

/* .Our-Expanse-cards:hover .Our-Expanse-cards-content {
  padding: 50px 50px 0px;
} */

.impactful-wrapper {
    background: #222222 url(../images/index/impactful-bg.png) no-repeat top;
    display: grid;
    grid-template-columns: 40% 60%;
}

.impactful-left-container {
    padding: 120px 120px 120px 140px;
}

.impactful-left-header h1 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
}

.impactful-left-header p {
    text-align: left;
    font: normal normal normal 20px/25px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #ffffff;
    opacity: 0.7;
}

.impactful-left-body span {
    text-align: left;
    font: normal normal bold 30px/46px var(--acumin_bold);
    letter-spacing: -1.8px;
    color: #ffffff;
    text-transform: capitalize;
}

.impactful-left-body h4 {
    text-align: left;
    font: normal normal normal 30px/1.2em var(--acumin_regular);
    letter-spacing: -1.8px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 30px 0;
}

.impactful-tab {
    border-bottom: 2px solid #ffffff4a;
}

.impactful-tab-top {
    cursor: pointer;
    position: relative;
}

.impactful-tab-top::before {
    content: "";
    position: absolute;
    top: 23px;
    background: url(../images/arrow-down.svg) no-repeat center;
    height: 15px;
    width: 15px;
    right: 10px;
    transition: all 0.5s;
}

.impactful-tab-top p {
    text-align: left;
    font: normal normal bold 24px/60px var(--acumin_bold);
    letter-spacing: -1.68px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0.6;
    margin: 0;
}
.impactful-tab.active .impactful-tab-top p {
    opacity: 1;
}

.impactful-tab-bottom {
    display: flex;
    gap: 30px;
    padding-bottom: 10px;
}

.tab-bottom-left p {
    text-align: left;
    font: normal normal bold 18px/19px var(--acumin_bold);
    letter-spacing: -1.26px;
    color: #ffffff;
    margin: 0;
}

.tab-bottom-left span {
    text-align: left;
    font: normal normal normal 16px/19px var(--acumin_regular);
    letter-spacing: -0.12px;
    color: #ffffff;
    text-transform: capitalize;
}
.tab-bottom-right p {
    text-align: left;
    font: normal normal bold 18px/19px var(--acumin_bold);
    letter-spacing: -1.26px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
}
.tab-bottom-right span {
    text-align: left;
    font: normal normal normal 16px/19px var(--acumin_regular);
    letter-spacing: -0.12px;
    color: #ffffff;
    text-transform: capitalize;
}

.impactful-slider-wrapper {
    overflow: hidden;
    padding: 120px 0;
}

.impactful-slider-cards {
    overflow: hidden;
}
.impactful-slider-cards-content p {
    text-align: left;
    font: normal normal 600 30px/35px var(--acumin_bold);
    letter-spacing: -0.6px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
    transform: translateY(15px);
    transition: all 0.5s ease-in-out;
}
.impactful-slider-cards-img {
    position: relative;
}

.impactful-slider-cards-content {
    position: absolute;
    bottom: 40px;
    padding: 0 50px;
}
.impactful-slider-cards-content a {
    transition: all 0.5s ease-in-out;
    position: absolute;
    transform: translateY(97px);
}

.impactful-slider-cards-img img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
.impactful-slider-cards:hover .impactful-slider-cards-content p {
    transform: translateY(-45px);
    transition: all 0.5s ease-in-out;
}
.impactful-slider-cards:hover .impactful-slider-cards-content a {
    transition: all 0.5s ease-in-out;
    transform: translateY(-50px);
    color: #fff;
}

.impactful-slider-cards-content a:hover .impactful-slider-cards-content a {
    background: #bf0910;
}

.impactful-slider-cards:hover .impactful-slider-cards-img img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.hideMobile {
    display: block;
}

.showMobile {
    display: none;
}

/* Footer begins */
footer {
    background: #141519 0% 0% no-repeat padding-box;
}

.footer_lt_data_top {
    padding: 90px 200px 0px 90px;
}
footer .form-field:nth-child(odd) {
    padding-left: 0;
}
footer .form-field:nth-child(even) {
    padding-right: 0;
}
.footer_lt_data_top h5,
.footer_rt_data_bottom h5 {
    font-size: 42px;
    font-family: var(--acumin_light);
    color: var(--white);
    letter-spacing: -0.84px;
}
.footer_lt_data_top p {
    color: var(--white);
    font-family: var(--roboto_reg);
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.7;
}
.footer_lt_data_top form input.form-control {
    border: 1px solid #ffffff1a;
    color: var(--white);
    border-radius: 30px;
    height: 50px;
    background: #ffffff0d 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 16px;
}

.footer_lt_data_top form input.form-control::placeholder {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.footer_lt_data_top form .form-select {
    border: 1px solid #ffffff1a;
    color: var(--white);
    border-radius: 30px;
    height: 60px;
    background: #ffffff0d 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-left: 30px;
}

.footer_lt_data_top form input.form-control::placeholder {
    color: var(--white);
    opacity: 0.3;
}

.footer_lt_data_top .submitBtn {
    background: #ed1c24 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 35px;
    width: 150px;
    height: 50px;
    text-transform: uppercase;
    /* font-weight: var(--acumin_bold); */
    font-size: 14px;
    padding: 4px 0 0;
    font: normal normal bold 14px / 20px var(--acumin_bold);
    padding: 4px 0 0;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 35px;
    width: 150px;
    height: 50px;
    text-transform: uppercase;
    /* font-weight: var(--acumin_bold); */
    font-size: 14px;
    padding: 4px 0 0;
    font: normal normal bold 14px / 20px var(--acumin_bold);
}
.footer_lt_data_top .submitBtn:hover {
    background: rgba(237, 28, 36, 0.7);
    color: var(--white);
}
.footer_rt_data_top {
    /* border-bottom: 1px solid rgba(204, 204, 204, 0.1); */
    border-left: 1px solid rgba(204, 204, 204, 0.1);
    padding: 90px 100px 150px 130px;
}
.footer_rt_data_top li {
    padding-bottom: 22px;
}
.footer_rt_data_top li a {
    color: var(--white);
    font-family: var(--acumin_light);
    font-size: 24px;
    opacity: 0.6;
}

.footer_rt_data_top li a:hover {
    opacity: 1;
}
.footer_lt_data_bottom {
    /* padding: 90px 50px 85px 94px; */
    padding: 50px 50px 0px 94px;
}
.footer_rt_data_bottom {
    border-left: 1px solid rgba(204, 204, 204, 0.1);
    padding: 50px 180px 50px 150px;
}
.footer_rt_data_bottom p {
    color: var(--white);
    font-family: var(--roboto_reg);
    font-size: 14px;
    margin-bottom: 1.6rem;
    opacity: 0.7;
}

.footer_rt_data_bottom .input-group .form-control {
    border: 1px solid #ffffff1a;
    color: var(--white);
    border-radius: 30px !important;
    height: 50px;
    background: #ffffff0d 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 140px;
    position: relative;
    z-index: 1;
}

.footer_rt_data_bottom .input-group .form-control {
    color: var(--white);
}

.footer_rt_data_bottom .input-group .form-control::placeholder {
    color: var(--white);
    opacity: 0.3;
}

.footer_rt_data_bottom .input-group .btn-success {
    background: #ed1c24 0% 0% no-repeat;
    height: 50px;
    border-radius: 50px !important;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    /* z-index: 9999; */
    text-transform: uppercase;
    font-weight: bold;
}
.footer_rt_data_bottom .input-group .btn-success:hover {
    background: rgba(237, 28, 36, 0.7);
    color: var(--white);
}
.footer_rt_data {
    border-left: 1px solid rgba(204, 204, 204, 0.1);
}

.footer_rt_data .productData > * {
    padding: 0;
}

.footer_rt_data .ftr-heading {
    font-family: var(--acumin_exlight);
    font-weight: 300;
    font-size: 32px;
    color: var(--white);
    padding-bottom: 25px;
}

.footer_rt_data .ftr-subheading {
    font-family: var(--acumin_regular);
    font-weight: 300;
    font-size: 16px;
    color: var(--white);
    opacity: 0.8;
    padding-top: 0px;
    padding-bottom: 15px;
}

.footer_rt_data .listUL li {
    margin-bottom: 7px;
}

.footer_rt_data .listUL li a {
    opacity: 0.5;
    color: var(--white);
    font-size: 14px;
    font-family: var(--roboto_reg);
    font-size: 14px;
    line-height: 1.2;
}

.followUsSec .tlFus {
    display: block;
    font-size: 42px;
    color: var(--white);
    margin-right: 15px;
    font-family: var(--acumin_light);
    padding-bottom: 10px;
}

.followUsSec .sm-icons {
    display: flex;
    align-items: center;
}

.followUsSec .sm-icons li a {
    align-items: center;
    border: 1px solid var(--white);
    border-radius: 50%;
    display: inline-flex;
    height: 56px;
    justify-content: center;
    padding: 10px;
    margin-right: 10px;
    width: 56px;
}
.followUsSec .sm-icons li img {
    width: auto;
}
.followUsSec .sm-icons li i {
    color: var(--white);
}

.followUsSec .sm-icons li:hover i {
    opacity: 0.5;
}

.copyrightSec {
    background-color: #202020;
    padding: 22px 94px 23px;
    font: normal normal 300 14px/34px var(--acumin_light);
    color: #fff;
    align-items: center;
}
.copyrightSec .col-lg-2,
.copyrightSec .col-lg-2.hideMobile {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.copyrightSec .col-lg-2.showMobile {
    display: none;
}

.copyrightSec .col-lg-2 p {
    color: rgb(255 255 255 / 70%);
}

.copyrightSec .col-lg-2 p {
    font-size: 14px;
    margin: 0;
}
.copyrightSec .col-lg-2 span {
    line-height: 1.2em;
    opacity: 0.6;
}

.copyrightSec .col-lg-2 p span:hover {
    opacity: 1;
}
.copyrightSec a {
    color: #fff;
}
.copyrightSec .footerMenu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyrightSec .footerMenu li {
    display: inline-block;
    padding: 0 11px;
}

.copyrightSec .footerMenu li a {
    color: var(--white);
    font-family: var(--roboto_light);
    line-height: 1.2;
    font-size: 14px;
    letter-spacing: 0px;
    opacity: 0.6;
}
.copyrightSec .footerMenu li a:hover {
    opacity: 1;
}

/* Footer Ends */
/* seclect dropdown start  */
.custom-select {
    position: relative;
}

.custom-select select {
    border: 1px solid #ffffff1a;
    color: var(--white);
    border-radius: 30px;
    height: 60px;
    background: #ffffff0d 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-left: 30px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.custom-select.type02 {
    position: relative;
}

.custom-select.type02 select {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border: 1px solid #efefef;
    border-radius: 35px;
    height: 60px;
    padding-left: 24px;
    font-size: 16px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    color: #000;
}

.custom-select.type02::before {
    content: "\f078";
    position: absolute;
    right: 26px;
    top: 19px;
    color: #000;
    font-family: "FontAwesome";
    z-index: 999;
}
.custom-select:before,
.custom-select:after {
    background: none;
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #5e5e5e;
    display: inline-block;
    border-radius: 50px;
    transition: all 0.5s ease;
    right: 26px;
    top: 24px;
}

.custom-select:after {
    transform: rotate(45deg);
    right: 36px;
}

.custom-select:before {
    transform: rotate(-45deg);
    right: 31px;
}

.filter_heading .dropdownQuery {
    border: 1px solid #ffffff1a;
    color: #000;
    border-radius: 30px;
    height: 50px;
    background: #ffffff0d 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-left: 30px;
    outline: none;
    padding-right: 50px;
}

.filter_heading .dropdownQuery .select {
    cursor: pointer;
    display: block;
    padding: 13px 3px;
}

.filter_heading .dropdownQuery .dropdownQuery-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 10px;
    /* box-shadow: 0 0px 5px #ddd; */
    border-radius: 0;
    /* overflow: hidden; */
    display: none;
    z-index: 2;
    box-shadow: 0px 0px 30px #0000001a;
}

.filter_heading .dropdownQuery .dropdownQuery-menu::before {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #fff 10px;
    /* box-shadow: 0 0px 5px #ddd; */
    top: -10px;
    content: " ";
    height: 0;
    right: 37px;
    position: absolute;
    width: 0;
}

.filter_heading .dropdownQuery .dropdownQuery-menu li {
    padding: 12px 21px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.filter_heading .dropdownQuery .select span {
    opacity: 0.3;
    color: #fff;
    font-size: 16px;
}

.filter_heading .dropdownQuery.active2 .select span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    opacity: 1;
}

.filter_heading.custom-select:before {
    z-index: 1;
}

.filter_heading .dropdownQuery .dropdownQuery-menu {
    border-radius: 0px;
    padding: 13px 4px;
}

.filter_heading .dropdownQuery .dropdownQuery-menu li {
    border-bottom: 0px solid #fff;
    color: #383636;
    text-transform: uppercase;
    opacity: 0.8;
    font: normal normal 14px/20px var(--acumin_medium);
    letter-spacing: 0.28px;
}

.filter_heading .dropdownQuery .dropdownQuery-menu li:last-child {
    border-bottom: 0px;
}
/* seclect dropdown end  */

/* gropu india page CSS starts  */

.heading h2 {
    text-align: left;
    letter-spacing: -4.5px;
    color: #383636;
    text-transform: capitalize;
    opacity: 1;
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-family: var(--acumin_bold);
    width: 100%;
}

.heading p {
    text-align: left;
    letter-spacing: -0.6px;
    color: #383636;
    opacity: 0.7 !important;
    font-size: 20px;
    line-height: 1.3;
    font-family: var(--roboto_reg);
    margin: 0;
    width: 100%;
}

.temp-16 {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 140px 140px 120px 140px;
    background-color: #f3f3f3;
}

.temp-16 .heading h2 {
    text-align: center;
}

.temp-16 .heading p {
    text-align: center;
    padding: 0px 23%;
}

.temp-16-slideArea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 2.5%;
    row-gap: 60px;
    margin-top: 80px;
}

.temp-16Card {
    width: 18%;
    cursor: pointer;
}

.temp-16Card-img {
    width: 100%;
    overflow: hidden;
    transition: all 0.7s;
}

.temp-16Card-img img {
    transform: scale(1);
    transition: all 0.7s;
}

.temp-16Card:hover .temp-16Card-img img {
    transform: scale(1.1);
    transition: all 0.7s;
}

.temp-16Card-text {
    width: 100%;
    padding: 33px 20px 0 0;
}

.temp-16Card-text h5 {
    margin-bottom: 11px;
    text-align: left;
    letter-spacing: -0.48px;
    color: #383636;
    opacity: 1;
    font-size: 24px;
    line-height: 1.2;
    font-family: var(--acumin_bold);
}

.temp-16Card-text p {
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: -0.32px;
    color: #383636;
    opacity: 1;
    font-size: 16px;
    line-height: 1.2;
    font-family: var(--acumin_regular);
    height: 45px;
}

.temp-16In {
    width: 20px;
}

.temp-16-model .images-area {
    width: 100%;
    background-color: #cfcfcf;
    text-align: center;
}

.temp-16-model .images-area img {
    width: 50%;
}

.temp-16-model .modal-body {
    padding: 0 !important;
}

.temp-16-model .leaflet-body-inner {
    padding: 50px;
}

.temp-16-model .head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.temp-16-model .head-Left {
    width: 70%;
}

.temp-16-model .head-Left h5 {
    text-align: left;
    letter-spacing: -0.64px;
    color: #383636;
    opacity: 1;
    font-size: 32px;
    line-height: 1;
    font-family: var(--acumin_bold);
}

.temp-16-model .head-Left p {
    text-align: left;
    letter-spacing: -0.32px;
    color: #383636;
    opacity: 1;
    font-size: 16px;
    line-height: 1.2;
    font-family: var(--acumin_medium);
}

.temp-16-model .head-Right {
    width: 30%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.temp-16-model .head-Right img {
    width: 30px;
}

.temp-16-model .testmuni {
    text-align: left;
    letter-spacing: -0.84px;
    color: #383636;
    opacity: 1;
    font-size: 28px;
    line-height: 1.2;
    font-family: var(--acumin_light);
    font-style: italic;
    margin: 35px 0 37px 0;
}

.temp-16-model p {
    text-align: left;
    letter-spacing: -0.48px;
    color: #000000;
    opacity: 0.7;
    font-size: 16px;
    line-height: 1.2;
    font-family: var(--roboto_reg);
}

.modal.leaflet-modal .modal-dialog {
    margin: 0 0 0 auto;
    min-height: 100vh;
    max-width: 768px;
}

.modal.leaflet-modal .modal-content {
    height: 100vh;
    border: 0;
    border-radius: 0;
    overflow: auto;
}

.modal.leaflet-modal .modal-header {
    border: 0;
    padding: 0;
}

.modal.leaflet-modal .btn-close {
    position: absolute;
    padding: 0;
    top: 30px;
    right: 30px;
    font-size: 19px;
    color: #1f2127;
    opacity: 1;
    z-index: 1;
}

.modal.right-transform-ex.fade .modal-dialog {
    transform: translateX(100px);
}

.modal.right-transform-ex.show .modal-dialog {
    transform: none;
}
.close_CTA .btn-close:focus {
    box-shadow: none;
}

.solidification-wrapper {
    background: #f3f3f3;
    padding: 120px 30px 50px;
}

.solidification-header {
    padding: 0 18%;
}
.solidification-header h1 {
    text-align: center;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #222222;
    text-transform: capitalize;
    opacity: 1;
}

.solidification-header p {
    text-align: center;
    font: normal normal normal 20px/25px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    padding: 0 19%;
}

/* .solidification-body {
  margin-top: 80px;
} */

.solidification-body {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.solidification-cards {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e1e1e1;
    padding: 40px;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    opacity: 1;
    width: 25%;
}

.solidification-cards-icn {
    height: auto;
    width: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.solidification-cards-content h3 {
    text-align: left;
    font: normal normal 600 24px/35px var(--acumin_semibold);
    letter-spacing: -0.96px;
    color: #000000;
    text-transform: capitalize;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.solidification-cards-content p {
    text-align: left;
    font: normal normal normal 16px/24px var(--roboto_reg);
    letter-spacing: 0px;
    color: #000000;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
    opacity: 1;
    min-height: 110px;
}

.solidification-cards:hover .solidification-cards-content h3 {
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}
.solidification-cards:hover .solidification-cards-content p {
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}

.who-we-are-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 150px 140px;
}

.who-we-are-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 100px;
}

.who-we-are-title {
    text-align: left;
    font: normal normal bold 85px/90px var(--acumin_bold);
    letter-spacing: -3.4px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.who-we-are-subtitle {
    text-align: left;
    font: normal normal normal 20px/30px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    margin-top: 20px;
}

.who-we-are-subtitle p {
    text-align: left;
    font: normal normal normal 20px/30px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    margin-top: 20px;
}
.who-we-are-subtitle2 {
    margin: 55px 0px;
    position: relative;
}

.who-we-are-subtitle2 img {
    width: 38px;
    height: auto;
}

.who-we-are-subtitle2 .left-qoute {
    left: 0;
}
.who-we-are-subtitle2 .right-qoute {
    right: 0;
    position: absolute;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.who-we-are-subtitle2 p {
    text-align: left;
    font: normal normal normal 20px/30px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    margin: 0;
    margin-top: 10px;
}

.who-we-are-subtitle-list {
    width: 90%;
}

.digital-ecosym-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.9976365546218487) 7%,
        rgba(255, 255, 255, 0.14329481792717091) 52%
    );
    z-index: 1;
    opacity: 0.8;
}

.digital-ecosym-content h3 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #000000;
    text-transform: capitalize;
    z-index: 1;
    opacity: 1;
    margin-bottom: 20px;
}

.digital-ecosym-content p {
    text-align: left;
    font: normal normal normal 20px/30px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
}

.digital-ecosym-img {
    position: relative;
}

.digital-ecosym-content {
    position: absolute;
    top: 30%;
    padding: 0 50% 0 140px;
    z-index: 1;
}

.plyr__control--overlaid {
    background: #fff !important;
    color: #ed1c24 !important;
    padding: 30px !important;
}
.plyr--full-ui input[type="range"] {
    color: #ed1c24 !important;
}

.plyr--video .plyr__control:hover {
    background: #fff !important;
}

.banner-conent-wrapper-2 {
    top: 160px;
    position: absolute;
    left: 140px;
}
.breadcrumb {
    margin: 0;
}

.banner_content_wrapper-2 .breadcrumb-item {
    font: normal normal 14px/20px var(--acumin_bold);
    letter-spacing: 0px;
    text-transform: uppercase;
}

.breadcrumb .breadcrumb-item a {
    text-align: left;
    font: normal normal medium 14px/30px var(--roboto_reg);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.5;
}

.breadcrumb-item.active {
    text-align: left;
    font: normal normal medium 14px/30px var(--roboto_reg);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
    opacity: 0.5;
}
.breadcrumb-item + .breadcrumb-item.active::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
    opacity: 1;
}

.banner_text {
    margin-top: 120px;
    /* width: 632px; */
    width: 700px;
}

.banner_text h1 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -3.6px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 20px;
}
.banner_text p {
    text-align: left;
    font: normal normal normal 18px/30px var(--roboto_reg);
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    margin-right: 20%;
}
.bg-white {
    background: #ffffff;
}

.bg-gray {
    background: #f8f8f8;
}

.get-in-touch-wrapper {
    /* background-image: url(assets/images/group-india/get-in-touch-bg.jpg);
  background-size: cover; */
    background: url(../images/group-india/get-in-touch-bg.jpg) no-repeat top;
    background-size: cover;
}

.get-in-touch-wrapper {
    padding: 120px 120px;
}

.get-in-touch-title {
    padding-right: 150px;
}

.get-in-touch-title h2 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -6.3px;
    color: #222729;
    text-transform: capitalize;
    opacity: 1;
}

.get-in-touch-title p {
    text-align: left;
    font: normal normal normal 20px/30px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #222729;
    opacity: 0.7 !important;
}

.get-in-touch-form {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 99px #00000014;
    border: 1px solid #efefef;
    opacity: 1;
    padding: 60px;
}

.get-in-touch-form form input.form-control {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border: 1px solid #efefef;
    border-radius: 35px;
    opacity: 1;

    color: var(--white);

    height: 50px;

    opacity: 1;
    padding-left: 30px;
    padding-top: 10px;
}

.get-in-touch-form .filter_heading .dropdownQuery {
    border: 1px solid #efefef;
    color: #000;
    border-radius: 30px;
    height: 50px;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-left: 30px;
    outline: none;
    padding-right: 50px;
}
.get-in-touch-form .dropdownQuery .select span {
    text-align: left;
    font: normal normal 14px/30px var(--acumin_medium);
    letter-spacing: -0.28px;
    color: #222729;
    opacity: 0.8;
}

.form-control:focus {
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.form-field textarea {
    background: 0% 0% no-repeat padding-box padding-box rgb(249, 249, 249);
    border: 1px solid rgb(239, 239, 239);
    border-radius: 20px;
    color: #212529;
    height: 101px;
    opacity: 1;
    /* padding-left: 30px;
  padding-top: 10px; */
    width: 100%;
    outline: none;
    resize: none;
    padding: 8px 30px;
}

.get-in-touch-form form input.form-control {
    color: #212529;
}

.get-in-touch-form-description p {
    text-align: left;
    font: normal normal 600 30px/40px var(--acumin_semibold);
    letter-spacing: -0.6px;
    color: #222729;
    opacity: 1;
}

.get-in-touch-form .form-field .submitBtn {
    background: #ed1c24 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 35px;
    width: 150px;
    height: 50px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: var(--acumin_bold);
    font-size: 14px;
    padding: 4px 0 0;
}
.get-in-touch-form .submitBtn:hover {
    background: rgba(237, 28, 36, 0.7);
    color: var(--white);
}

.form-check {
    display: flex;
    gap: 10px;
}
.form-check-input {
    height: 25px;
    width: 25px;
}
.form-check-input:focus {
    border-color: none;
    outline: none;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: rgba(237, 28, 36, 0.7);
    border-color: rgba(237, 28, 36, 0.7);
}

/* gropu india page CSS End's */

/* CSR page CSS STARTS */

.overview-img {
    position: relative;
}
.overview-content {
    position: absolute;
    top: 283px;
    left: 140px;
    width: 66vh;
}

.overview-content h2 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
}

.overview-content p {
    text-align: left;
    font: normal normal normal 20px/30px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #ffffff;
    opacity: 0.7 !important;
}

.action-directives-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 0 140px;
}

.action-directives-left {
    padding: 140px 0;
}
.action-directives-left h2 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}
.action-directives-left p {
    text-align: left;
    font: normal normal normal 20px/27px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    padding-right: 180px;
}

.action-directives-card {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e1e1e1;
    opacity: 1;
    padding: 40px;
    margin-bottom: 30px;
}

.action-directives-card:last-child {
    margin-bottom: 140px;
}

.action-directives-card:first-child {
    margin-top: 140px;
}
.action-directives-icon {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.action-directives-icon img {
    height: auto;
    width: 60px;
}

.action-directives-content {
    margin-top: 60px;
}

.action-directives-content h3 {
    text-align: left;
    font: normal normal 600 24px/35px var(--acumin_semibold);
    letter-spacing: -0.96px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}
.action-directives-content p {
    text-align: left;
    font: normal normal normal 16px/24px var(--roboto_reg);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0;
    margin-right: 22%;
}

.action-directives-right {
    /* height: 900px; */
    height: 870px;
    overflow: scroll;
}

.action-directives-right::-webkit-scrollbar {
    display: none;
}

.action-directives-slider .swiper-wrapper {
    height: 750px;
}

.awards-wrapper {
    padding: 140px;
    background: url(../images/index/Awards-bg.jpg) right 0 no-repeat;
    background-size: cover;
}

.awards-header h2 {
    text-align: center;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.awards-header p {
    text-align: center;
    font: normal normal normal 20px/27px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    padding: 0 32%;
}

.awards-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
}

.awards-body img {
    width: 50%;
    height: 50%;
}
.awards-header p {
    font: normal normal normal 18px/20px var(--roboto_reg);
}

.partner-img {
    position: relative;
}

.partner-content {
    position: absolute;
    top: 150px;
    left: 140px;
}
.partner-content h2 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -2.4px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 20px;
}

.partner-content p {
    text-align: left;
    font: normal normal normal 20px/30px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #ffffff;
    opacity: 0.7 !important;
    margin-bottom: 30px;
    width: 600px;
}
.partner-content a {
    padding: 25px 70px;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 50px;
    text-align: center;
    font: normal normal bold 14px/20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    display: inline-block;
}

.community-csr-wrapper {
    padding: 140px 0;
}
.community-csr-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 0 140px;
}

.community-csr-left h2 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -6.3px;
    color: #000000;
    opacity: 1;
}

.community-csr-left p {
    text-align: left;
    font: normal normal normal 20px/30px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
}
.know-more-btn {
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 50px;
    text-align: center;
    font: normal normal bold 12px/18px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    padding: 16px 38px;
    display: inline-block;
}
.know-more-btn:hover {
    color: #ffffff;
}
.community-csr-body {
    margin-top: 50px;
}
.community-csr-card-content {
    /* margin-top: 20px; */
    padding: 40px;
    background: #f9f9f9;
}
.community-csr-card-content h2 {
    text-align: left;
    font: normal normal normal 30px/36px var(--acumin_regular);
    letter-spacing: -0.6px;
    color: #000000;
    opacity: 1;
}

.community-csr-card-content p {
    text-align: left;
    font: normal normal medium 16px/24px var(--roboto_reg);
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.7;
    height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.csr-page .get-in-touch-wrapper {
    padding: 120px 120px;
}

.community-csr-right {
    margin-top: 30px;
}

.community-csr-right {
    margin-top: 30px;
    /* transition: all 0.5s ease-in-out;
  transform: translateY(132px); */
}

/* .community-csr-card:hover .community-csr-right {
  transition: all 0.5s ease-in-out;
  transform: translateY(10px);
} */

.community-csr-card-img {
    overflow: hidden;
}

.community-csr-card-img img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.community-csr-card:hover .community-csr-card-img img {
    transform: scale(1.3);
    transition: all 0.5s ease-in-out;
}
/* CSR page CSS Ends */

/* global presence CSS starts */
.our-4-main .solidification-cards:hover .solidification-cards {
    background: red;
}

/* global presence CSS END's */

/* Ethics CSS starts */

.ethic-line-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 150px 140px 140px;
    align-items: center;
}

.ethic-line-left h2 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 21px;
}
.ethic-line-left p {
    text-align: left;
    font: normal normal normal 20px/27px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: rgba(0, 0, 0, 0.7);
}
.report-section {
    margin-top: 21px;
}

.report-section p {
    text-align: left;
    text-decoration: underline;
    font: normal normal bold 16px/27px var(--roboto_bold);
    letter-spacing: -0.64px;
    color: #ed1c24;
    opacity: 1;
    margin-bottom: 0;
}

.report-box {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    padding: 16px 16px 16px 21px;
    margin-top: 28px;
    opacity: 1;
}
.report-box p {
    text-align: left;
    font: italic normal normal 12px/17px var(--roboto_reg);
    letter-spacing: -0.24px;
    color: #283b59;
    opacity: 0.7;
}

.ethic-line-content {
    padding-right: 240px;
}

/* Ethics CSS Ends */
/* RoadMapSection - Starts */
.roadMapSection {
    background-color: #f9f9f9;
    padding: 140px 0;
}
.roadMapSection .headingSection {
    padding: 0 0 140px;
    text-align: center;
}
.roadMapSection .headingSection h2 {
    color: #000000;
    font: normal normal 90px/1em var(--acumin_bold);
    letter-spacing: -5.4px;
}
.roadMapSection .headingSection p {
    color: rgba(0, 0, 0, 0.7);
    font: normal normal 20px/1.4em var(--roboto_reg);
    letter-spacing: -0.8px;
    padding: 0 23%;
}
.roadMapSection .roadMapWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 270px 0 0;
    width: 1500px;
}
.roadMapSection .roadMapWrap .boxRow {
    display: flex;
    width: 100%;
}
.roadMapSection .roadMapWrap .boxRow.reverse {
    flex-direction: row-reverse;
}
.roadMapSection .roadMapWrap .box {
    border-top: 2px dashed rgba(0, 0, 0, 0.2);
    height: 582px;
    position: relative;
    width: 80%;
    z-index: 2;
}

/* .roadMapSection .roadMapWrap .box {
  border-top: 2px dashed rgba(0, 0, 0, 0.2);
  height: 582px;
  position: relative;
  width: 80%;
  z-index: 2;
  border-top-style: dashed;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.2);
  border-image: repeating-linear-gradient(
      to right,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2) 20px,
      transparent 20px,
      transparent 30px
    )
    1;
  box-sizing: border-box;
} */
.roadMapSection .roadMapWrap .box.box2,
.roadMapSection .roadMapWrap .box.box4 {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 584px;
    margin-left: -20%;
    width: 40%;
    z-index: 1;
}
.roadMapSection .roadMapWrap .box.box2:after,
.roadMapSection .roadMapWrap .box.box4:after {
    background-color: #f9f9f9;
    content: "";
    height: calc(100% + 4px);
    left: -2px;
    position: absolute;
    top: -2px;
    width: 50%;
}
.roadMapSection .roadMapWrap .box.box3 {
    margin-top: -2px;
    margin-right: 20%;
    width: 60%;
}
.roadMapSection .roadMapWrap .box.box4 {
    margin-left: 0;
    margin-right: -20%;
    margin-top: -2px;
    width: 40%;
}
.roadMapSection .roadMapWrap .box.box4:after {
    left: auto;
    right: -2px;
}
.roadMapSection .roadMapWrap .boxRow.boxRow3 {
    margin-top: -2px;
}
.roadMapSection .roadMapWrap .boxRow.boxRow3 .box1 {
    margin-left: 20%;
    width: 60%;
}
.roadMapSection .contentBox {
    left: 21%;
    width: 285px;
    position: absolute;
    text-align: center;
    top: -297px;
}
.roadMapSection .contentBox .imgWrap img {
    width: 250px;
}
.roadMapSection .contentBox .bullet {
    background: #ffffff;
    border: 2px solid #bababa;
    border-radius: 50%;
    height: 40px;
    margin: 27px auto;
    position: relative;
    width: 40px;
}
.roadMapSection .contentBox .bullet:before {
    background-color: var(--brand_red);
    border-radius: 50%;
    content: "";
    height: 9px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
}
.roadMapSection .contentBox .contentWrap p {
    color: rgba(0, 0, 0, 0.7);
    font: normal normal 16px/1.3em var(--roboto_reg);
    letter-spacing: -0.64px;
    margin: 0;
}
.roadMapSection .contentBox .contentWrap p.title {
    color: #000000;
    font: normal normal 20px/1.2em var(--acumin_bold);
    letter-spacing: -1.2px;
    margin-bottom: 10px;
}
.roadMapSection .box1 .contentBox:nth-child(2) {
    left: 80%;
}
.roadMapSection .box3 .contentBox {
    left: 65%;
}
.roadMapSection .box3 .contentBox:nth-child(2) {
    left: 0%;
}
.roadMapSection .boxRow3 .box1 .contentBox {
    left: -6%;
}
.roadMapSection .boxRow3 .box1 .contentBox:nth-child(2) {
    left: 74%;
}
.roadMapSection .boxRow:last-child .box3 {
    height: 200px;
    width: 80%;
}
.roadMapSection .boxRow:last-child .box3 .contentBox {
    left: 73%;
}
.roadMapSection .boxRow:last-child .box3 .contentBox:nth-child(2) {
    left: 25%;
}

/* RoadMapSection - Ends */

/* careers CSS starts */

.who-we-are-left .title {
    text-align: left;
    font: normal normal normal 52px/65px var(--acumin_regular);
    letter-spacing: -2.6px;
    color: #000000;
    opacity: 1;
}

.who-we-are-left .subtitle {
    text-align: left;
    font: normal normal normal 24px/35px var(--acumin_regular);
    letter-spacing: -1.2px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin: 0;
}

.who-we-are-left .sub-designation {
    text-align: left;
    font: normal normal normal 18px/35px var(--acumin_regular);
    letter-spacing: -1.2px;
    color: #000000;
    text-transform: capitalize;
    opacity: 0.6;
}

.philosophy-sec-wrapper {
    background: #f3f3f3 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 140px;
    display: grid;
    grid-template-columns: 50% 50%;
}
.philosophy-sec-left h2 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 20px;
}

.philosophy-sec-left p {
    text-align: left;
    font: normal normal normal 20px/27px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    width: 540px;
}

.philosophy-sec-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.philosophy-sec-card {
    padding: 30px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #3836361a;
    opacity: 1;
    overflow: hidden;
    height: 296px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s ease-in-out;
}

.philosophy-sec-card:hover .philosophy-sec-card-content span {
    height: auto;
    transition: all 0.5s ease-in-out;
}
.philosophy-sec-card-icn {
    padding-bottom: 0;
}
.philosophy-sec-card-icn img {
    width: 48px;
    height: 48px;
}

.philosophy-sec-card-content p {
    text-align: left;
    font: normal normal 600 20px/28px var(--acumin_semibold);
    letter-spacing: -0.4px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    transform: translateY(90px);
}

.philosophy-sec-card-content span {
    text-align: left;
    font: normal normal normal 14px/24px var(--roboto_reg);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    display: block;
    transition: all 0.5s ease-in-out;
    transform: translateY(110px);
    height: 70px;
}

.philosophy-sec-card:hover .philosophy-sec-card-content p {
    transition: all 0.5s ease-in-out;
    transform: translateY(10px);
}
.philosophy-sec-card:hover .philosophy-sec-card-content span {
    display: block;
    transition: all 0.5s ease-in-out;
    transform: translateY(10px);
}
.tab-bottom-left .para {
    opacity: 0.6;
    text-align: left;
    font: normal normal normal 14px/19px var(--acumin_regular);
    letter-spacing: 0.44px;
    color: #ffffff;
    width: 75%;
}

.bg-whiteFade {
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    transition: all 0.8s;
}

.legrand-cards-content {
    position: absolute;
    top: 100%;
    bottom: 0;
    transition: all 0.8s;
}

.legrand-cards-content p {
    text-align: left;
    font: normal normal 600 32px/35px var(--acumin_semibold);
    letter-spacing: -0.64px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
    padding: 0 40px;
    transition: all 0.5s ease-in-out;
}

.legrand-cards-content span {
    text-align: left;
    font: normal normal normal 16px/26px var(--roboto_reg);
    letter-spacing: -0.32px;
    color: #000000;
    /* text-transform: lowercase; */
    padding: 0 40px;
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.legrand-slider-cards:hover .bg-whiteFade {
    background: #f9f9f9;
    height: 100%;
    transition: all 0.8s;
    opacity: 1;
    z-index: 1;
}

.legrand-slider-cards:hover .legrand-cards-content {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    transition: all 0.8s;
}

.legrand-slider-cards:hover .legrand-cards-content p {
    color: #000;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
}
.legrand-slider-cards:hover .legrand-cards-content span {
    opacity: 0.8;

    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    display: block;
}

.whatWeAre .action-directives-wrapper {
    /* padding: 60px 40px; */
    padding: 0 140px;
    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
}
.whatWeAre .action-directives-card {
    opacity: 1;
    padding: 40px;
    margin-bottom: 30px;
    background: #f9f9f9 0% 0% no-repeat padding-box;
}

.abida-aneez .who-we-are-left .title {
    text-align: left;
    font: normal normal 300 30px/45px var(--acumin_light);
    letter-spacing: -1.2px;
    color: #000000;
}

.abida-aneez .who-we-are-left .title strong {
    font-family: var(--acumin_bold);
}

.abida-aneez .who-we-are-left {
    padding-right: 91px;
}
.abida-aneez .who-we-are-left .subtitle {
    text-align: left;
    font: normal normal 600 24px/65px var(--acumin_semibold);
    letter-spacing: -1.2px;
    color: #000000;

    opacity: 1;
}

/* careers CSS Ends */

/* complains CSS STARTs */

.about-comp-sec-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 140px;
}

.about-comp-sec-left-content h2 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 20px;
}
.about-comp-sec-left-content p {
    text-align: left;
    font: normal normal normal 20px/27px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    width: 560px;
}

.about-comp-sec-CTA {
    margin-top: 60px;
}

.about-comp-sec-CTA a {
    text-align: center;
    font: normal normal bold 14px/20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 50px;
    padding: 25px 50px;
    margin-top: 20px;
    display: inline-block;
}

.legal-complains-sec-wrapper {
    padding: 140px;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    opacity: 1;
}

.legal-complains-sec-header {
    margin-bottom: 80px;
}

.legal-complains-sec-header h1 {
    text-align: center;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -6.3px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.legal-complains-sec-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.Legal-Compliance-card-content {
    position: relative;
    padding: 40px;
    opacity: 1;
    min-height: 277px;
}

.Legal-Compliance-card-content h4 {
    text-align: left;
    font: normal normal bold 28px/30px var(--acumin_bold);
    letter-spacing: -1.68px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.Legal-Compliance-card-content p {
    text-align: left;
    font: normal normal normal 14px/20px var(--roboto_reg);
    letter-spacing: -0.56px;
    color: #000000;
    opacity: 0.7;
    margin: 20px 0 40px;
    overflow: auto;
    padding-right: 10px;
}

.Legal-Compliance-card-content p::-webkit-scrollbar {
    width: 2px;
}

.Legal-Compliance-CTA {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.Legal-Compliance-CTA a {
    text-align: center;
    font: normal normal bold 12px/16px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ed1c24;
    text-transform: uppercase;
    border: 1px solid #ed1c24;
    border-radius: 35px;
    opacity: 1;
    padding: 16px 40px;
    display: inline-block;
}

.Legal-Compliance-card:hover .Legal-Compliance-CTA a {
    text-align: center;
    font: normal normal bold 12px/16px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border: 1px solid #ed1c24;
    border-radius: 35px;
    opacity: 1;
}

.Legal-Compliance-card {
    overflow: hidden;
    background-color: white;
}

.Legal-Compliance-card-img {
    overflow: hidden;
}

.Legal-Compliance-card-img img {
    transition: all 0.5s ease;
    transform: scale(1);
}

.Legal-Compliance-card:hover .Legal-Compliance-card-img img {
    transition: all 0.5s ease;
    transform: scale(1.2);
}

.who-we-are-right .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.who-we-are-right .swiper-pagination-bullet {
    background: #fff;
}

.who-we-are-right .swiper-wrapper {
    padding-bottom: 25px;
}

.who-we-are-right .swiper-pagination {
    bottom: 28px;
}

.whatWeAre .action-directives-card {
    margin-top: 30px;
}
.whatWeAre .action-directives-card:last-child {
    margin-bottom: 140px;
}
/* complains CSS Ends */

.swiperContent .impactful-tab-bottom {
    display: none;
}

.swiperContent .slider-top-content {
    display: none;
}

.details-box {
    display: none;
}

.whatWeAre .action-directives-card:first-child {
    margin-top: 130px;
}

/* Succes stories CSSStarts */

.banner_text.success-banner-txt {
    margin-top: 70px;
    width: 780px;
}

.our-project-sec-wrapper {
    padding: 120px 0px 140px;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border: 1px solid #e1e1e1;
    opacity: 1;
}

.swiper.ourproject-slider {
    padding: 0 140px;
}
.our-project-sec-header h2 {
    text-align: center;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #222222;
    opacity: 1;
}

.our-project-sec-header p {
    text-align: center;
    font: normal normal normal 20px/29px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #222222;
    opacity: 0.7 !important;
    padding: 0 28%;
}
.our-project-sec-body {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 70% 30%;
}

.our-project-card-left-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.ourproject-slider .swiper-slide {
    height: auto;
}
.our-project-card {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e1e1e1;
    opacity: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.our-project-card-right {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
}
.our-project-card-item {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 6px 0;
}
.our-project-item-right p {
    text-align: left;
    font: normal normal 10px/15px var(--roboto_reg);
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 0.7;
    margin: 0;
}

.our-project-item-right span {
    text-align: left;
    font: normal normal 14px / 18px var(--acumin_regular);
    letter-spacing: -0.56px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin: 0;
    display: inline-block;
}

.our-project-card-content {
    /* display: flex; */
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 10px;
    /* flex-wrap: wrap; */
    border-top: 1px solid #f3f3f3;
    padding-top: 20px;
    columns: 2;
}

.our-project-item-left img {
    width: 20px;
    height: 20px;
}

.our-project-sec-right {
    padding-left: 100px;
}

.our-project-right-title h4 {
    text-align: left;
    font: normal normal bold 28px/30px var(--acumin_bold);
    letter-spacing: -1.68px;
    color: #222222;
    margin-bottom: 30px;
    opacity: 1;
}
.our-project-right-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.our-project-right-card-top p {
    text-align: left;
    font: normal normal 12px/24px var(--acumin_medium);
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.5;
    margin: 0;
}

.our-project-right-card-top span {
    text-align: left;
    font: normal normal 12px/24px var(--acumin_medium);
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.5;
}

.our-project-right-card-bottom p {
    text-align: left;
    font: normal normal normal 18px/24px var(--acumin_regular);
    letter-spacing: -0.36px;
    color: #000000;
    opacity: 1;
}

.our-project-right-card {
    margin-bottom: 40px;
}

.other-case-slider .swiper-wrapper {
    display: block;
}

.our-project-card-title h3 {
    text-align: left;
    font: normal normal 600 24px/35px var(--acumin_semibold);
    letter-spacing: -1.12px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

/* Succes stories CSS Ends */

.paginationwrapper {
    padding-top: 30px;
}

.justify-content-center {
    justify-content: center !important;
}

.paginationwrapper .page-item {
    padding: 0 2px;
}

.filterWrapper .paginationwrapper .next_chev.disabled a,
.filterWrapper .paginationwrapper .previous_chev.disabled a {
    border: 1px solid #b6b6b6;
    background: white;
    color: #b6b6b6;
}

.paginationwrapper .page-item {
    padding: 0 2px;
}

.paginationwrapper .page-link.page_active,
.filterWrapper .paginationwrapper .page-link.page_active:hover {
    color: #000;
    opacity: 1;
    background: rgb(0 0 0 / 20%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationwrapper .page-link {
    font: normal normal 20px/24px var(--roboto_reg);
    letter-spacing: -0.6px;
    border-radius: 50%;
    color: #252b33;
    border: none;
    padding: 7px 17px;
    text-align: center;
    width: 100%;
    background: none;
}

.paginationwrapper .next_chev a,
.filterWrapper .paginationwrapper .previous_chev a {
    border: 1px solid red;
    color: red;
}

.page-item:last-child .page-link {
    /* border-top-right-radius: var(--bs-pagination-border-radius); */
    /* border-bottom-right-radius: var(--bs-pagination-border-radius); */
    background: #b6b6b6 0% 0% no-repeat padding-box;
    border-radius: 50px;
    color: #ffff;
    opacity: 1;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationwrapper .page-item:first-child .page-link {
    margin-right: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationwrapper .page-item a {
    position: relative;
}

.paginationwrapper .page-item.previous_chev a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 16px;
    left: 16px;
    border: 2px solid #b6b6b6;
    transform: rotate(45deg);
    border-top: 0;
    border-right: 0;
}

.paginationwrapper .page-item.next_chev a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 16px;
    left: 16px;
    border: 2px solid #ffffff;
    transform: rotate(45deg);
    border-bottom: 0;
    border-left: 0;
}

.page-item:first-child .page-link {
    background: transparent url("../images/arrow-left.svg") 0% 0% no-repeat
        padding-box;
    border: 1px solid #b6b6b6;
    opacity: 0.5;
}

.page-item:last-child .page-link:focus {
    display: none;
}

.filterWrapper .paginationwrapper .next_chev.disabled a,
.filterWrapper .paginationwrapper .previous_chev.disabled a {
    border: 1px solid #b6b6b6;
    background: white;
    color: #b6b6b6;
}

.paginationwrapper {
    display: flex;
    justify-content: end;
    padding-right: 100px;
}

.impact-numbers-wrapper {
    padding: 140px;
}

.Our-Progr-wrapper {
    padding: 140px;
    padding-right: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
}

.Our-Progr-headr h2 {
    text-align: center;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.Our-Progr-headr p {
    text-align: center;
    font: normal normal normal 20px/27px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    padding: 0 21%;
}

.Our-Progrm-card {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    overflow: hidden;
    opacity: 1;
    height: 100%;
}

.Our-Progrm-card-content {
    padding: 40px;
}

.Our-Progrm-card-content p {
    text-align: left;
    font: normal normal bold 28px/30px var(--acumin_bold);
    letter-spacing: -1.68px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.Our-Progrm-card-content span {
    text-align: left;
    font: normal normal normal 14px/24px var(--roboto_reg);
    letter-spacing: -0.56px;
    color: #000000;
    opacity: 0.7;
    display: block;
    height: 120px;
    overflow-y: auto;
    padding-right: 10px;
}

.Our-Progrm-card-content span::-webkit-scrollbar {
    width: 2px;
}

.Our-Programmes-slider .swiper-slide {
    height: auto;
}

.Our-Progr-body {
    margin-top: 50px;
}

.Our-Progrm-card-img {
    overflow: hidden;
}

.Our-Progrm-card-img img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.Our-Progrm-card:hover .Our-Progrm-card-img img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.stronghold-wrapper {
    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 140px 0 40px;
}

.stronghold-header h2 {
    text-align: center;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}
.stronghold-header p {
    text-align: center;
    font: normal normal normal 20px/27px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
    padding: 0 25%;
    text-transform: initial;
}

.stronghold-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 20px;
    gap: 20px;
    margin-top: 70px;
}

.stronghold-card-icn img {
    height: auto;
    width: 70px;
}

.stronghold-card-top-content h6 {
    text-align: left;
    font: normal normal 600 24px/35px var(--acumin_semibold);
    letter-spacing: -0.96px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.stronghold-card-top-content p {
    text-align: left;
    font: normal normal normal 14px/24px var(--roboto_reg);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.stronghold-card-content-CTA a {
    text-align: center;
    font: normal normal bold 12px/16px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 35px;
    opacity: 1;
    padding: 16px 38px;
}

.stronghold-card {
    padding: 40px;
    background: #f3f3f3 0% 0% no-repeat padding-box;
    border: 1px solid #e1e1e1;
    opacity: 1;
    overflow: hidden;
}

.stronghold-card-content {
    padding-top: 150px;
}

.stronghold-card-top-content {
    padding-bottom: 30px;
}

/* .stronghold-card:hover .stronghold-card-content {
  transform: translateY(10px);
  transition: all 0.5s ease-in-out;
} */

.stronghold-card-content-CTA {
    transform: translateY(110px);
    transition: all 0.5s ease-in-out;
}
.stronghold-card-top-content {
    transform: translateY(80px);
    transition: all 0.5s ease-in-out;
}

.stronghold-card:hover .stronghold-card-content-CTA {
    transform: translateY(10px);
    transition: all 0.5s ease-in-out;
}
.stronghold-card:hover .stronghold-card-top-content {
    transform: translateY(10px);
    transition: all 0.5s ease-in-out;
}

.misconduct-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 150px 140px 140px;
    background: #f3f3f3 0% 0% no-repeat padding-box;
}

.misconduct-right {
    padding-left: 140px;
}

.misconduct-content h2 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 21px;
}
.misconduct-content p {
    text-align: left;
    font: normal normal normal 20px/27px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: rgba(0, 0, 0, 0.7);
}

.report-section1 p {
    text-align: left;
    text-decoration: underline;
    font: normal normal bold 16px/27px var(--roboto_reg);
    letter-spacing: -0.64px;
    color: #ed1c24;
    opacity: 1;
    margin-bottom: 28px;
}
.report-box1 {
    padding: 16px;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    opacity: 1;
}

.report-section1 {
    margin-top: 20px;
}

.report-box1 p {
    text-align: left;
    font: italic normal normal 12px/17px var(--roboto_reg);
    letter-spacing: -0.24px;
    color: #283b59;
    opacity: 0.7;
    margin-bottom: 0;
}

.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 40%);
}

.banner_sec {
    position: relative;
    z-index: 0;
}

.overlay_wrapp .banner-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 40%);
    left: 0;
    top: 0;
    z-index: 0;
}

.our-4-main .solidification-wrapper {
    background: #ffffff;
}

.our-4-main .solidification-cards {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border: 1px solid #e1e1e1;
    opacity: 1;
}

.our-4-main .solidification-cards:hover .our-4-main .solidification-cards {
    background: #ecebeb 0% 0% no-repeat padding-box;
    border: 1px solid #e1e1e1;
    opacity: 1;
}

.our-4-main .solidification-cards {
    width: 25%;
}

.skill-dev-social {
    background: #f6f6f6 0% 0% no-repeat padding-box;
    opacity: 1;
}

.skill-dev-social .social-card-bottom {
    background: #fafafa 0% 0% no-repeat padding-box;
}

.impact-numbers .Our-Expanse-top-content img {
    width: auto;
    height: 70px;
}

.who-we-are-wrapper .plyr__controls .plyr__controls__item:first-child {
    opacity: 0;
}

/* generic contect pages style css starts */

.generic-content {
    margin-top: 80px;
    padding: 50px 140px;
}

.generic-content-breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    text-align: left;
    font: normal normal medium 14px/30px var(--roboto_reg);
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 0.5;
    text-decoration: none;
}

.generic-content-breadcrumb-wrapper
    .breadcrumb-item
    + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #000000;
    content: var(--bs-breadcrumb-divider, "/");
}
.generic-content-breadcrumb-wrapper .breadcrumb-item.active {
    text-align: left;
    font: normal normal medium 14px/30px var(--roboto_reg);
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.generic-content-breadcrumb-wrapper {
    padding: 20px 0;
}

.generic-content h1,
.prod-cat h2 {
    font: normal normal 90px/90px var(--acumin_bold);
    letter-spacing: -6.3px;
    color: #222729;
}

.generic-content h2 {
    font-size: 24px;
    color: #131313;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.generic-content p {
    text-align: left;
    font: normal normal normal 18px/1.4em var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000b3;
    margin-bottom: 30px;
}

.generic-content p > b {
    color: #000;
}
.generic-content a {
    text-decoration: underline;
}

.generic-content-wrapper {
    padding: 30px 0 40px;
}

/* generic contect pages style css END's */

.who-we-are-sec .video-container {
    width: 100%;
}

.video-container {
    width: 640px;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(black, 0.4);

    .video-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    video {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}
.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    width: 80px;
    height: 80px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(black, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}
.impactful-tab.active .impactful-tab-top::before {
    content: "";
    position: absolute;
    top: 23px;
    background: url(../images/arrow-down.svg) no-repeat center;
    height: 15px;
    width: 15px;
    right: 10px;
    rotate: 90deg;
    transition: all 0.5s;
}

.disabled-swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.disabled-swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
}

.impact-numbers-slider {
    overflow: visible;
}

/* Custom cursor - Starts */
.custom-cursor {
    cursor: grab;
}
.cursor {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.cursor.visible {
    opacity: 1;
    visibility: visible;
}

.cursor__inner {
    background: url(../images/cursor.png) 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    transform: translate(-50%, -80%) scale(0.7);
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    transition: transform 0.3s;
}

.cursor.visible .cursor__inner {
    transform: translate(-50%, -80%) scale(1);
}

/* Custom cursor - Ends */

.Our-Expanse-slider {
    overflow: visible;
}

.Our-Expanse-wrapper {
    overflow: hidden;
}

.Our-Expanse-body {
    overflow: hidden;
}

.our-purpose-enhance-sec.enhance-lives-wrapper {
    background: #f9f9f9;
}

a.csr-policy-CTA {
    text-align: center;
    font: normal normal bold 14px / 20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 35px;
    opacity: 1;
    /* padding: 28px 70px; */
    height: 70px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.a.csr-policy-CTA:hover {
    color: #ffffff;
}

.who-we-are-sec.abida-aneez {
    background: #f9f9f9;
}

/* career-listing-page css starts */

.current-openings-wrapper {
    padding: 140px;
}

.current-openings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 50px;
}

.current-openings-header-left h2 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.current-openings-body {
}

.current-openings-card-wrapper {
    margin-top: 70px;
    display: grid;
    flex-wrap: wrap;
    justify-content: start;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.current-openings-card {
    padding: 40px;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border: 1px solid #e1e1e1;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.openings-card-Top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.openings-card-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.openings-card-loc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 7px;
    gap: 6px;
}

.openings-card-date img {
    width: 11px;
    height: auto;
}

.openings-card-loc img {
    width: 11px;
    height: auto;
}

.openings-card-date .openings-card-time {
    text-align: left;
    font: normal normal 10px/13px var(--roboto_med);
    letter-spacing: 0px;
    color: #6a6a6a;
    opacity: 1;
    margin: 0;
}
p.openings-card-loc-name {
    text-align: left;
    font: normal normal medium 14px/19px var(--roboto_med);
    letter-spacing: 0px;
    color: #6a6a6a;
    opacity: 1;
    margin: 0;
}

.openings-card-bottom {
    margin-top: 125px;
}
.openings-card-bottom .openings-card-subtitle {
    text-align: left;
    font: normal normal 12px / 16px var(--roboto_med);
    letter-spacing: 0px;
    color: #828282;
    text-transform: uppercase;
    opacity: 1;
}

.openings-card-bottom .openings-card-title {
    text-align: left;
    font: normal normal 24px/34px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.openings-card-bottom .openings-card-description {
    text-align: left;
    font: normal normal 14px/19px var(--roboto_reg);
    letter-spacing: 0px;
    color: #6a6a6a;
    opacity: 1;
}

.show-more {
    margin-top: 70px;
    text-align: center;
}
.show-more-CTA {
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 35px;
    text-align: center;
    font: normal normal bold 12px / 20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    padding: 20px 35px 18px;
}

.show-more-CTA:hover {
    color: #fff;
}
.show-more-CTA:focus {
    color: #fff;
}

.current-openings-header-right {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sortby-dropdown {
    position: relative;
    height: 60px;
    width: 303px;
    border: 1px solid #c2c2c2;
    border-radius: 35px;
    opacity: 1;
    display: flex;
    align-items: center;
    padding: 30px;
}

.sortby-dropdown p {
    text-align: left;
    font: normal normal 20px/26px var(--roboto_med);
    letter-spacing: 0px;
    color: #828282;
    opacity: 1;
    margin: 0;
}

.sortby-dropdown::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #00000099;
    right: 30px;
    transition: all 0.5s ease-in-out;
}

.sortby-dropdown.expanded::after {
    transform: rotate(180deg);
}

.sortby-dropdown-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #0000000d;
    border: 1px solid #c2c2c2;
    border-radius: 16px;
    opacity: 1;
    padding: 20px 30px;
    position: absolute;
    width: 303px;
    left: 0px;
    top: 65px;
}

.sortby-dropdown-item {
    text-align: left;
    font: normal normal 18px / 24px var(--roboto_med);
    letter-spacing: 0px;
    color: #484848;
    opacity: 1;
    /* border: revert-layer; */
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}
.sortby-dropdown-item a {
    color: #484848;
}

.sortby-dropdown-item:last-child {
    border-bottom: none;
}

.sortby-dropdown-box {
    display: none;
}

/* career-listing-page css Ends */

/* career-details-page css Ends */

.career-details-banner-wrapper {
    margin-top: 80px;
    padding: 80px 140px;
    background: #f8f8f8 0% 0% no-repeat padding-box;
    opacity: 0.9;
}

.career-details-breadcrumb1-wrapper .breadcrumb1 {
    display: flex;
    gap: 7px;
    padding: 0;
}

.career-details-breadcrumb1-wrapper .breadcrumb-item1 {
    position: relative;
}
.career-details-breadcrumb1-wrapper .breadcrumb-item1 a {
    text-align: left;
    font: normal normal 14px/30px var(--roboto_med);
    letter-spacing: 0px;
    color: #656565;
    text-transform: uppercase;
    opacity: 0.5;
    margin-left: 20px;
}
.career-details-breadcrumb1-wrapper .breadcrumb-item1:first-child a {
    margin-left: 0;
}
.career-details-breadcrumb1-wrapper .breadcrumb-item1.active a {
    opacity: 1;
}
.career-details-breadcrumb1-wrapper .breadcrumb-item1::before {
    content: "";
    position: absolute;
    background: url(../images/breadcrumb-arrow.png);
    color: #656565;
    opacity: 0.5;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 8px;
}

.career-details-breadcrumb1-wrapper .breadcrumb-item1.active::before {
    content: "";
    color: #656565;
    opacity: 1;
}
.career-details-breadcrumb1-wrapper .breadcrumb-item1:first-child:before {
    display: none;
}

.career-details-banner-title {
    text-align: left;
    font: normal normal 54px/60px var(--acumin_exbold);
    letter-spacing: -2.16px;
    color: #252b33;
    opacity: 1;
    margin-top: 60px;
}

.indicator-map img {
    width: 14px;
    height: 18px;
}

.career-details-banner-indicators {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 70px;
    margin-top: 40px;
}

.indicator-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.indicator-map {
    background: #f2f2f2;
    /* padding: 25px; */
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sortby-dropdown-list {
    height: auto;
    overflow: auto;
    max-height: 180px;
}

.sortby-dropdown-list::-webkit-scrollbar {
    width: 2px;
}

.indicator-subtitle {
    margin: 0;
    text-align: left;
    font: normal normal 18px / 24px var(--acumin_regular);
    letter-spacing: -0.72px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.indicator-title {
    text-align: left;
    font: normal normal bold 12px / 12px var(--acumin_bold);
    letter-spacing: 0px;
    color: #707070;
    text-transform: uppercase;
    opacity: 1;
}

.apply-now-CTA {
    text-align: center;
    font: normal normal 14px / 20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    padding: 28px 73px;
}

.apply-now-CTA-wrapper a:hover {
    color: #fff;
}

.apply-now-CTA-wrapper a:focus {
    color: #fff;
}

.apply-now-CTA-wrapper {
    display: flex;
    margin-top: 40px;
}

.current-openings-card:nth-child(6) {
    display: none;
}

.internship-program-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 95px 140px;
}

.internship-title {
    text-align: left;
    font: normal normal 32px / 45px var(--acumin_bold);
    letter-spacing: -1.28px;
    color: #252b33;
    opacity: 1;
}

.internship-para {
    text-align: left;
    font: normal normal 20px / 30px var(--roboto_reg);
    letter-spacing: -0.6px;
    color: #707070;
    opacity: 1;
    margin-top: 30px;
}

.internship-header {
    margin-bottom: 95px;
}

.internship-content-wrapper {
    padding-right: 130px;
    height: 831px;
    overflow: auto;
}

.internship-content-wrapper::-webkit-scrollbar {
    display: none;
}

.internship-list-item {
    position: relative;
    text-align: left;
    font: normal normal 20px/30px var(--roboto_reg);
    letter-spacing: -0.6px;
    color: #707070;
    opacity: 1;
    padding-left: 22px;
}

.internship-list-item::before {
    content: "";
    background: url(../images/click-right.png);
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}

.internship-para-item {
    position: relative;
    text-align: left;
    font: normal normal 20px/30px var(--roboto_reg);
    letter-spacing: -0.6px;
    color: #707070;
    opacity: 1;
}

.internship-content {
    margin-top: 45px;
}

.similar-jobs-wrapper {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    padding: 45px 40px;
}

.similar-jobs-card-details {
    display: flex;
    align-items: center;
    gap: 18px;
}

.similar-jobs-card-details img {
    width: 13px;
    height: 16px;
}
.similar-jobs-card-details p {
    text-align: left;
    font: normal normal 16px / 22px var(--roboto_reg);
    letter-spacing: -0.48px;
    color: #252b33;
    opacity: 0.8;
    margin: 0;
    padding: 7px 0;
}

.similar-jobs-card-title {
    text-align: left;
    font: normal normal 24px/45px var(--acumin_regular);
    letter-spacing: -0.96px;
    color: #252b33;
    opacity: 1;
}

.similar-jobs-header h2 {
    text-align: left;
    font: normal normal bold 30px / 65px var(--acumin_bold);
    letter-spacing: -1.2px;
    color: #252b33;
    opacity: 1;
    border-bottom: 1px solid #efefef;
    margin: 0;
}

.job-apply-CTA {
    text-align: center;
    font: normal normal bold 12px/12px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 100px;
    padding: 18px 25px 15px;
}

.job-apply {
    display: flex;
    margin: 30px 0;
}
.similar-jobs-card {
    border-bottom: 1px solid #efefef;
    padding-top: 18px;
}

.similar-jobs-card:last-child {
    border-bottom: none;
}

.filelabel {
    width: 100%;
    display: block;
    padding: 25px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
    background: #fcf4f4 0% 0% no-repeat padding-box;
    border: 2px dashed #cccccc;
    border-radius: 40px;
    opacity: 1;
}
.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}
.filelabel i,
.filelabel .title {
    color: grey;
    transition: 200ms color;
}
.filelabel:hover {
    /* border: 2px solid #1665c4; */
}
.filelabel:hover i,
.filelabel:hover .title {
    color: #1665c4;
}
#FileInput {
    display: none;
}

.filelabel-bold-para {
    text-align: center;
    font: normal normal bold 14px / 20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #231f20;
    text-transform: uppercase;
    opacity: 1;
    margin: 5px 0;
}
.filelabel-normal-para {
    text-align: center;
    font: normal normal normal 14px / 20px var(--roboto_reg);
    letter-spacing: -0.56px;
    color: #707070;
    margin: 0;
}

.filelabel-normal-para span {
    text-align: center;
    text-decoration: underline;
    font: normal normal bold 14px / 20px var(--roboto_reg);
    letter-spacing: -0.56px;
    color: #ed1c24;
    text-transform: uppercase;
}

p.format-details {
    text-align: left;
    font: normal normal normal 12px/20px var(--roboto_light);
    letter-spacing: -0.12px;
    color: #707070;
    opacity: 1;
    margin: 10px 0;
}

.get-in-touch-form-description span {
    text-align: left;
    font: normal normal normal 16px/20px var(--roboto_reg);
    letter-spacing: -0.64px;
    color: #7e7e7e;
    opacity: 1;
}
/* career-details-page css Ends */

img.legrand-logo {
    width: 103px;
    height: 38px;
    object-fit: contain;
}

img.IndoAsian-logo {
    width: 148px;
    height: 32px;
    object-fit: contain;
}

img.numeric-logo {
    width: 99px;
    height: 40px;
}

img.adlec-logo {
    width: 83px;
    height: 62px;
    object-fit: contain;
    object-fit: contain;
}

.view-opportunity-title {
    text-align: left;
    font: normal normal bold 28px/30px var(--acumin_semibold);
    letter-spacing: -1.68px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 33px;
}

.view-oppo-logs {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.view-oppo-logs li {
    width: 47%;
}

a.opportunity-CTA {
    width: 194px;
    height: 70px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cccccc;
    border-radius: 38px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.job-apply-CTA:hover {
    color: #ffffff;
}

.who-we-are-subtitle-list li {
    text-align: left;
    font: normal normal normal 20px / 27px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7;
    padding-left: 30px;
    position: relative;
    padding-bottom: 20px;
}

.who-we-are-subtitle-list li::before {
    content: "";
    position: absolute;
    background-image: url(../images/right-mark-icn.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    margin-top: 7px;
}

.testimonia-sec .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #000;
}

.testimonia-sec .swiper-pagination-bullets {
    bottom: 150px;
    left: 140px;
    text-align: start;
}

.j-stacker-wrapper {
    padding: 0 140px;
}

.our-4-main .solidification-header p {
    padding: 0px 7%;
}

.ethic-bannr .banner_text p {
    margin-right: 5%;
}

.juicer-feed .j-display-filters li:not(.filters-label).all.highlight,
.juicer-feed .j-display-filters li:not(.filters-label).all:hover {
    border-bottom: none !important;
}

.juicer-feed .j-linkedin-hover.highlight,
.juicer-feed .j-linkedin-hover:hover {
    border-bottom: none !important;
}

.juicer-feed .j-facebook-hover.highlight,
.juicer-feed .j-facebook-hover:hover {
    border-bottom: none !important;
}

.juicer-feed .j-instagram-hover.highlight,
.juicer-feed .j-instagram-hover:hover {
    border-bottom: none !important;
}

.error-page {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 10%;
}

h2.err-heading {
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    line-height: 1.2;
    font-family: var(--acumin_bold);
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin: 0;
}

.err-description {
    text-align: center;
    font: normal normal normal 20px / 27px var(--acumin_regular);
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7;
}

a.err-backCTA {
    background: #ed1c24 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 25px 35px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    font-family: var(--acumin_bold);
}

.error-img img {
    height: auto;
    width: 600px;
    margin-bottom: 50px;
}

section.get-in-touch-sec {
    overflow: hidden;
    position: relative;
}

.ourprojects-tabs .nav-tabs {
    border-bottom: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ourprojects-tabs .nav-tabs .nav-link {
    color: #222222;
    border-color: #dee2e6;
    border-radius: 35px;
    padding: 10px 34px 6px;
}
.ourprojects-tabs .nav-tabs .nav-link.active {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}
.ourprojects-tabs {
    margin-bottom: 50px;
    margin-top: 40px;
}

.juicer-feed .j-youtube-hover.highlight,
.juicer-feed .j-youtube-hover:hover {
    background: red !important;
    color: #fff;
    border-bottom: none !important;
}

.juicer-feed .j-x-twitter-hover.highlight,
.juicer-feed .j-x-twitter-hover:hover {
    background: #000 !important;
    color: #fff;
    border-bottom: none !important;
}

.juicer-feed .j-instagram-hover.highlight,
.juicer-feed .j-instagram-hover:hover {
    background: #3f729b !important;
    color: #fff;
    border-bottom: none !important;
}
a.improve-btn:focus {
    color: #fff;
}

/*  */

.ourprojects-tabs .nav-tabs .nav-link:hover {
    border: 1px solid #000000;
}
.footer_lt_data_top input:focus {
    color: #ffffff;
}
/* .footer_lt_data_top input:-webkit-autofill,
.footer_lt_data_top input:-webkit-autofill:hover,
.footer_lt_data_top input:-webkit-autofill:focus,
.footer_lt_data_top input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #202125 inset !important;
    -webkit-text-fill-color: white !important;
} */

.footer_lt_data_top input:-webkit-autofill,
.footer_lt_data_top input:-webkit-autofill:hover,
.footer_lt_data_top input:-webkit-autofill:focus,
.footer_lt_data_top input:-webkit-autofill:active {
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
    -webkit-box-shadow: 0 0 0 1000px #202125 inset;
    box-shadow: 0 0 0 1000px #202125 inset;
    -webkit-text-fill-color: #fff;
    font-weight: 500 !important;
    color: #fff;
}

.juicer-feed .j-youtube-hover.highlight,
.juicer-feed .j-youtube-hover:hover {
    border-bottom: 0 !important;
}
.juicer-feed .j-x-twitter-hover.highlight,
.juicer-feed .j-x-twitter-hover:hover {
    border-bottom: 0px !important;
}

.social-media-header h2 {
    text-align: center;
    font: normal normal bold 90px / 90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #222222;
    text-transform: capitalize;
}

/* .get-in-touch-form input:-webkit-autofill,
.get-in-touch-form input:-webkit-autofill:hover,
.get-in-touch-form input:-webkit-autofill:focus,
.get-in-touch-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset !important;
    -webkit-text-fill-color: #212529 !important;
} */

.get-in-touch-form input:-webkit-autofill,
.get-in-touch-form input:-webkit-autofill:hover,
.get-in-touch-form input:-webkit-autofill:focus,
.get-in-touch-form input:-webkit-autofill:active {
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
    -webkit-box-shadow: 0 0 0 1000px #f9f9f9 inset;
    box-shadow: 0 0 0 1000px #f9f9f9 inset;
    -webkit-text-fill-color: #212529;
    color: #212529;
}

li.j-youtube.j-youtube-text.j-youtube-hover.j-social-icon {
    border-bottom: none !important;
}
.juicer-feed .j-x-twitter-hover.highlight,
.juicer-feed .j-x-twitter-hover:hover {
    border-bottom: none !important;
}
