/*--------------------------------------------------------------
	Inner Banner CSS Start
--------------------------------------------------------------*/

.inner-banner .bnr-img {
    width: 100%;
}

.inner-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
}

.inner-banner img.shap-img {
    position: absolute;
    left: -230px;
    top: 1px;
    width: 50%;
    opacity: 0.9;
}

.inner-banner-con {
    position: absolute;
    top: 55%;
    transform: translateY(-40%);
    z-index: 2;
    left: -70px;
    width: 100%;
}

.inner-banner-con p {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.inner-banner-con h1 {
    color: #fff;
    font-family: var(--h1HeadingFont);
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 20px;
    width: 100%;
}

/*--------------------------------------------------------------
	Inner Banner CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Overview CSS Start
--------------------------------------------------------------*/

.overview-sec .inner-para {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
	Overview CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Count CSS Start
--------------------------------------------------------------*/

.division-count .main-count {
    font-family: 'myfirstfont-Black';
    color: #fff;
    font-size: 40px;
}

.division-count .mx-cont p {
    color: #fff;
}

.division-count .row .mx-cont {
    position: relative;
}

.division-count .row .col-6:not(:last-child) .mx-cont::after {
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    height: 500px;
    width: 1px;
    background: #fff;
}

.count {
    margin-right: 3px;
}

/*--------------------------------------------------------------
	Count CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Division Project CSS Start
--------------------------------------------------------------*/

.division-project-a {
    display: block;
    width: 100%;
    height: 100%;
}

.dp-box {
    position: relative;
    width: 100%;
    height: 100%;
    /* border-right: 1px solid #fff;
    border-top: 1px solid #fff; */
    overflow: hidden;
}

.dp-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
    aspect-ratio: 159/136;
}

.dp-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(0deg, #000000c9, transparent);
    transition: all ease-in-out 0.4s;
}

.dp-box .dp-txt {
    position: absolute;
    left: 0;
    width: 80%;
    bottom: 0;
    padding: 20px 25px;
    z-index: 2;
    transition: all ease-in-out 0.4s;
}

.dp-box .dp-txt h3 {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 7px #000;
    font-family: 'myfirstfont-Bold';
}

.division-box.dp-box .dp-txt h3 {
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'myfirstfont-Bold';
}

.division-project-a:hover .dp-box img {
    transform: scale(1.08);
}

.dp-box .dp-txt p i {
    color: var(--main-color);
    width: 30px;
}

/*--------------------------------------------------------------
	Division Project CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Division Industry CSS Start
--------------------------------------------------------------*/

.division-industry-a {
    display: block;
    width: 100%;
    height: 100%;
}

.industry-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
}

.industry-img img {
    width: 100%;
}

.industry-img {
    position: relative;
    overflow: hidden;
}

.industry-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(136deg, #000000eb, transparent);
}

.industry-txt {
    position: absolute;
    top: 10%;
    left: 6%;
    z-index: 2;
}

.box-txt h3 {
    font-size: 32px;
    line-height: 42px;
    font-family: 'myfirstfont-Regular';
    margin-bottom: 15px;
}

.industry-txt p {
    margin-bottom: 50px;
    width: 55%;
}

.industry-txt .industry-btn {
    color: #fff;
    position: relative;
    font-family: 'myfirstfont-Bold';
    font-size: 16px;
    width: fit-content;
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
}

.industry-txt .industry-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.dots-change .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    border-radius: 50px;
}

.dots-change .swiper-pagination-bullet-active {
    width: 40px;
}

/*--------------------------------------------------------------
	Division Industry CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Division Testimonial CSS Start
--------------------------------------------------------------*/

.client-position {
    color: var(--main-sub-color);
    font-size: 16px;
    line-height: 26px;
}

.testi-name p {
    font-family: 'myfirstfont-Bold';
}

.testi-con .inner-para p {
    font-style: italic;
}

.arrow-slider .swiper-button-next,
.arrow-slider .swiper-button-prev {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    color: #fff;
    z-index: 3;
}

.arrow-slider  .swiper-button-prev {
    background: #2D3829;
}

.arrow-slider .swiper-button-next {
    background: var(--main-sub-color);
}

.testi-quote {
    position: absolute;
    top: -100px;
    left: 9%;
    width: 180px;
    height: auto;
    z-index: -1;
}

/*--------------------------------------------------------------
	Division Testimonial CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Division Product CSS Start
--------------------------------------------------------------*/

.division-product-a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-img-con {
    width: 19%;
}

.division-product-a:not(:last-child) {
    margin-bottom: 17px;
}

.product-img img {
    width: 100%;
    transition: all ease-in-out 0.4s;
    aspect-ratio: 3 / 2.5;
    object-fit: cover;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, #000, transparent);
    z-index: 1;
}

.product-img .product-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.product-img .product-txt p {
    color: #fff;
    line-height: normal;
    font-size: 17px;
}

.division-product-a:hover .product-img img {
    transform: scale(1.08);
}

.product-box .product-hover-txt h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
	Division Product CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Division Why Choose CSS Start
--------------------------------------------------------------*/

.choose-con {
    width: 20%;
}

.choose-box {
    padding: 30px;
    border-bottom: 1px dashed #fff;
    border-right: 1px dashed #fff;
    height: 100%;
    transition: all ease-in-out 0.4s;
    /* background: #70848e; */
}

/* .choose-box:hover {
    background: var(--main-color);
} */

/*.choose-con:nth-child(5) .choose-box,
.choose-con:nth-child(10) .choose-box,
.choose-con:nth-child(15) .choose-box {
    border-right: none;
}*/

.choose-con:nth-child(1) .choose-box,
.choose-con:nth-child(6) .choose-box {
    border-left: 1px dashed #fff;
}

.choose-con:nth-child(1) .choose-box,
.choose-con:nth-child(2) .choose-box,
.choose-con:nth-child(3) .choose-box,
.choose-con:nth-child(4) .choose-box,
.choose-con:nth-child(5) .choose-box {
    border-top: 1px dashed #fff;
}

.choose-box img {
    /* margin-bottom: 30px;
    width: 80px;
    height: 80px; */
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: all ease-in-out 0.4s;
}

.division-choose .choose-box img {
    filter: brightness(100);
}

.choose-box h3 {
    /* font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px; */
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
	Division Why Choose CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Division FAQ CSS Start
--------------------------------------------------------------*/

.faq-head img {
    width: 100%;
}

.faq-head-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.faq-head::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}

.faq-head-txt h2 {
    font-size: 70px;
    line-height: 90px;
    font-family: var(--h2HeadingFont);
    margin-bottom: 30px;
}

.faq-head-txt h2 span {
    font-family: 'myfirstfont-Light';
}

.faq-con {
    margin-top: 50px;
}

.faq-con .accordion-button {
    padding: 20px 0;
    font-family: 'myfirstfont-Bold';
    font-size: 18px;
    color: var(--main-dark-color);
}

.faq-con .accordion-button:focus {
    box-shadow: none;
}

.faq-con .accordion-button:not(.collapsed) {
    background: transparent;
}

.faq-con .accordion-body {
    background: #fafcff;
}

/*.faq-con .accordion-body p {
    color: #fff;
}*/

.faq-con .accordion-button::after {
    background-image: none;
    content: '╋';
}

.faq-con .accordion-button:not(.collapsed)::after {
    transform: none;
    content: '—';
}

.faq-con .accordion-item {
    border-bottom: 1px solid #A2A2A2 !important;
}

/*--------------------------------------------------------------
	Division FAQ CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Division Blog CSS Start
--------------------------------------------------------------*/

.blog-box-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px;
    color: #fff;
    z-index: 2;
}

.blog-box-txt p {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 90%;
    margin-bottom: 20px;
}

.blog-box-txt .blog-btn {
    position: relative;
    width: fit-content;
}

.blog-box-txt .blog-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.blog-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
}

a.blog-a {
    height: 100%;
    width: 100%;
    display: block;
}

.blog-img {
    height: 100%;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-box {
    overflow: hidden;
    height: 100%;
}

/*--------------------------------------------------------------
	Division Blog CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Division Get In Touch CSS Start
--------------------------------------------------------------*/

.get-touch-form .form-control,
.get-touch-form .form-control:focus {
    color: #fff;
    border-color: transparent;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ffffff38;
    border-radius: 0;
    /* margin-bottom: 30px; */
    outline: none;
    background: #14A14A;
    padding: 12px 22px;
}

.get-touch-form .form-control::placeholder {
    color: #fff;
}

.get-touch-form .form-select {
    position: relative;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 19px center;
    background-size: 20px;
}

.get-touch-form textarea {
    min-height: 150px;
}

.get-touch-form button {
    outline: none;
    border: none;
    margin-left: auto;
}

/*--------------------------------------------------------------
	Division Get In Touch CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	About Glance CSS Start
--------------------------------------------------------------*/

.glance-box h4 {
    font-family: 'myfirstfont-Regular';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px;
    min-height: 40px;
}

.glance-box p {
    font-family: 'myfirstfont-Bold';
    margin-bottom: 100px;
    width: 85%;
}

.glance-box .mx-cont {
    font-family: 'myfirstfont-Bold';
    font-size: 32px;
    line-height: 50px;
}

.glance-col {
    position: relative;
    width: 20%;
    /* padding: 0 25px; */
    padding: 0 20px;
    text-align: center;
}

.glance-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 120px;
    background: #fff;
}

/*.about-glance .row {
    margin-top: 50px;
}*/

/*--------------------------------------------------------------
	About Glance CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	About Mission Vision CSS Start
--------------------------------------------------------------*/
.mv-txt {
    background: transparent;
    padding: 20px 18px;
    border-radius: 5px; 
    text-align: center;
}

.mv-txt h3 {
    font-size: 35px;
    line-height: 29px;
    margin-bottom: 30px;
    font-family: var(--h2HeadingFont);
    color: #303843;
}

.mv-txt p {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.mv-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mv-ul li {
    width: 48%;
    margin-bottom: 25px;
    color: #fff;
    padding-left: 20px;
    position: relative;
}

.mv-txt-con p, .mv-txt-con li {
    font-family: 'myfirstfont-Bold';
}

.mv-ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 9px;
    height: 9px;
    background: var(--main-color);
}

.mv-ul li::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 14px;
    width: 9px;
    height: 9px;
    background: var(--main-sub-color);
}

.projectimg-Modal .dp-box .dp-txt h3 {
    font-size: 18px;
    line-height: 28px;
}
.projectpop-slider{
    padding-bottom: 50px;
}

.bg-grey {
    background: #15a74d;
}

.sec-testi-half::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
    width: 1px;
    height: 100%;
    background: #C2DAFF;
}



/*--------------------------------------------------------------
	About Mission Vision CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	About Core Value CSS Start
--------------------------------------------------------------*/

.about-core .choose-box {
    border-color: #B5B5B5 !important;
    transition: all ease-in-out 0.4s;
}

.about-core .choose-box p,
.about-core .choose-box img {
    transition: all ease-in-out 0.4s;
}

.about-core .choose-box:hover {
    background: var(--main-sub-color);
    color: #fff;
}

.about-core .choose-box:hover p {
    color: #fff;
}

.about-core .choose-box:hover img {
    filter: brightness(100);
}

.core-flex .choose-box {
    background: transparent;
}

/*--------------------------------------------------------------
	About Core Value CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	About Legacy Value CSS Start
--------------------------------------------------------------*/

.about-legacy::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.legacy-img {
    width: 100%;
    height: auto;
}

.legacy-con {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    z-index: 2;
    width: 60%;
}

/*--------------------------------------------------------------
	About Legacy Value CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	About Founder CSS Start
--------------------------------------------------------------*/

.founders-img img {
    width: 100%;
}

.founders-txt {
    padding: 50px 70px;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.founders-name p:first-child {
    line-height: normal;
    font-family: 'myfirstfont-Bold';
    /* margin-bottom: 10px; */
    margin-bottom: 8px;
    font-size: 24px;
}

.founders-name p:last-child {
    color: #797979;
    line-height: normal;
    font-size: 16px;
}


/*--------------------------------------------------------------
	About Founder CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	About Leadership CSS Start
--------------------------------------------------------------*/

.leadership-img img {
    width: 100%;
    margin-bottom: -5px;
    transition: all ease-in-out 0.4s;
}

.leadership-img {
    overflow: hidden;
}

.leadership-box {
    border: 1px solid #72D1FF;
    text-align: center;
}

.leadership-name {
    padding: 20px 15px;
    position: relative;
}

.leadership-name::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--main-color);
    z-index: 0;
    transition: all ease-in-out 0.4s;
}

.leadership-name p {
    position: relative;
    z-index: 1;
}

.leadership-name p:first-child {
    line-height: normal;
    font-family: 'myfirstfont-Bold';
    margin-bottom: 10px;
    font-size: 22px;
    color: #fff;
}

.leadership-name p:last-child {
    color: #BEEAFF;
    line-height: normal;
    font-size: 16px;
}

.leadership-box:hover .leadership-name::after {
    width: 100%;
}

/* .leadership-box:hover .leadership-img img {
    transform: scale(1.08);
} */

.arrow-slider2 .swiper-button-next, .arrow-slider2 .swiper-button-prev {
    background: var(--main-color);
    color: #fff;
    top: auto;
    bottom: 0;
}

.arrow-slider2 .swiper-button-next {
    right: 45%;
}

.arrow-slider2 .swiper-button-prev {
    left: 45%;
}

.arrow-slider2 {
    padding-bottom: 70px;
    margin-bottom: 35px;
}

.leadership-con .section-btn .main-btn {
    margin-top: 50px;
}

.leader-modal .linkdin i {
    color: #0288d1;
    font-size: 30px;
    margin-top: 30px;
}

/*--------------------------------------------------------------
	About Leadership CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	About Awards CSS Start
--------------------------------------------------------------*/

/* .awards-flex {
    margin: 0 50px;
} */

.awards-flex {
    flex-direction: column;
    flex-wrap: wrap;
    height: 664px;
    column-gap: 15px;
    justify-content: space-between;
}

.awards-col {
    width: 32%;
}

.awards-col .awards-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.awards-col:nth-child(3) .awards-img img {
    height: 642px;
}

.awards-img {
    padding: 10px;
    border: 1px dashed #B5B5B5;
}

.award-a {
    display: block;
    width: 100%;
    height: 100%;
}

.award-a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7E7E7E;
    opacity: 0.2;
    transition: all ease-in-out 0.4s;
}

.award-icon {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out 0.4s;
}

.award-a:hover .award-icon {
    opacity: 1;
}

.award-a:hover::after {
    opacity: 0.5;
    background: #000;
}

/*--------------------------------------------------------------
	About Awards CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	About Footprint CSS Start
--------------------------------------------------------------*/

.footprint-con {
    width: 90%;
}

.footprint-img {
    text-align: center;
}

.footprint-img img {
    width: 90%;
}

.footprint-img svg {width: 100%;height: 100%;}
.footprint-img path {fill: #4a5546;stroke: #fff;cursor: pointer;transition: all ease-in-out 0.4s;}
#INJH, #INAS, #INWB, #INTG, #INCT, #INMH, #INBR, #INOR, #INMP, #INHP, #INUT, #INAP, #INTN, #INRJ, #INKA, #INUP, #INGJ, #INHR {fill: var(--main-color);}
#INJH:hover, #INAS:hover, #INWB:hover, #INTG:hover, #INCT:hover, #INMH:hover, #INBR:hover, #INOR:hover, #INMP:hover, #INHP:hover, #INUT:hover, #INAP:hover, #INTN:hover, #INRJ:hover, #INKA:hover, #INUP:hover, #INGJ:hover, #INHR:hover {fill: var(--main-sub-color);}

.tooltip .tooltip-inner {
    background: #fff !important;
    color: var(--main-color);
    font-family: 'myfirstfont-Bold';
    border-radius: 6px;
    padding: 8px 12px;
    /* border: 1px solid var(--main-sub-color); */
}

.tooltip .tooltip-arrow::before {
    border-top-color: #fff !important;
}

/*--------------------------------------------------------------
	About Footprint CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	About Client CSS Start
--------------------------------------------------------------*/

.clientSwiper .swiper-slide {
    text-align: center;
    background: #fff;
    width: auto;
    justify-content: center;
    margin-top: 0 !important;
    margin-bottom: 10px;
}

.clientSwiper .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
}

.client-list {
    width: 100%;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: #fff;
}

.clientSwiper .swiper-slide img {
    height: auto;
    width: auto;
}

.arrow-bottom .swiper-button-next, .arrow-bottom .swiper-button-prev {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    color: #fff;
    top: auto;
    bottom: 0;
}

.arrow-bottom {
    padding-bottom: 80px;
}

.arrow-bottom .swiper-button-next {
    right: 45%;
}

.arrow-bottom .swiper-button-prev {
    left: 45%;
}

.arrow-slider1 .swiper-button-next {
    background: var(--main-color);
}

.arrow-slider1 .swiper-button-prev {
    color: var(--main-color);
    background: #ECF4FF;
}

.aboutpartner-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.aboutpartner-flex a {
    width: 14%;
    /* height: 120px; */
    background: #fff;
    margin: 10px;
    padding: 10px;
    object-fit: contain;
    display: flex;
    align-items: center;
    /* border: 2px dotted #a9a9a9; */
    border: 2px dashed #3d3e464d;;
}

.aboutpartner-flex a img{ 
    width: 100%;
}

/*--------------------------------------------------------------
	About Client CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	About Testimonial CSS Start
--------------------------------------------------------------*/

.testi-icon {
    position: absolute;
    left: -50px;
    top: 0;
    width: auto;
    z-index: -1;
}

/*--------------------------------------------------------------
	About Testimonial CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	About Journey CSS Start
--------------------------------------------------------------*/

.ag-format-container {
    position: relative;
}

/*.ag-timeline-block {
    padding: 300px 0;
}*/
.ag-timeline_title-box {
    padding: 0 0 30px;
    text-align: center;
}
.ag-timeline_tagline {
    font-size: 40px;
    color: rgb(84, 89, 95);
}
.ag-timeline_title {
    background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    
    font-size: 80px;
}

.ag-timeline_item {
    margin: 0 0 50px;
    
    position: relative;
}
.ag-timeline_item:nth-child(2n) {
    text-align: right;
}

.ag-timeline {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    
    position: relative;
}
.ag-timeline_line {
    width: 2px;
    background-color: #8f8f88;
    
    position: absolute;
    top: 2px;
    left: 50%;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ag-timeline_line-progress {
    width: 100%;
    height: 20%;
    background-color: var(--main-sub-color);
}

.ag-timeline-card_box {
    padding: 0 0 20px 50.8%;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 50.8% 20px 0;
}
.ag-timeline-card_point-box {
    display: inline-block;
    margin: 0 14px 0 -28px;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 -28px 0 14px;
}
.ag-timeline-card_point {
    height: 35px;
    width: 35px;
    border: 8px solid var(--main-sub-color);
    background-color: #ffffff;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
    background-color: var(--main-dark-color);
}
.ag-timeline-card_meta-box {
    display: inline-block;
}
.ag-timeline-card_meta {
    margin: 10px 0 0;
    font-family: 'myfirstfont-Bold';
    font-weight: bold;
    font-size: 28px;
    color: var(--main-color);
}
.ag-timeline-card_item {
    display: inline-block;
    width: 45%;
    margin: -77px 0 0;
    background-color: #e3f4fb;
    position: relative;
}
.ag-timeline-card_arrow {
    height: 18px;
    width: 18px;
    margin-top: 20px;
    background-color: #e3f4fb;
    
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
    margin-left: -8px;
    
    right: auto;
    left: 0;
}
.ag-timeline-card_img {
    width: 100%;
}
.ag-timeline-card_info {
    padding: 20px 30px;
}
.ag-timeline-card_title {
    display: none;
    margin: 10px 0 0;
    
    font-family: 'ESL Legend', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: var(--main-color);
}

p.ag-timeline-card_desc {
    text-align: left;
}

ul.compliance-box{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
        gap: 20px;
}
ul.compliance-box li {
    background: #15a54e;
    padding: 20px;
    flex: 0 0 18%;
    
}

ul.compliance-box li h4{
    padding-bottom: 20px;
}

ul.compliance-box .division-btn.event-btn {
    color: #fff;

}

ul.compliance-box .division-btn.event-btn::after {
    background: #fff;
}

ul.compliance-box img {
    width: 70px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1399px) {
    .ag-timeline-card_box {
        padding: 0 0 20px 51%;
    }
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
        padding: 0 51% 20px 0;
    }
    .list-case ul li {
        flex: 0 0 30% !important;
    }
    .list-case ul li:last-child {
        flex: 0 0 100% !important;
    }
}


@media only screen and (max-width: 1024px) {
    .ag-timeline-card_box {
        padding: 0 0 20px 51.2%;
    }
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
        padding: 0 51.2% 20px 0;
    }
    .aboutpartner-flex a {
        width: 17%;
        height: 100px;
        background: #fff;
        margin: 5px;
        padding: 10px;
    }
 
    .list-case ul li {
        flex: 0 0 28% !important;
    }
    .list-case ul li:last-child {
        flex: 0 0 100% !important;
    }

    .container.custom-container.next-container {
        max-width: none;
    }

    .choose-box.challenge-box.case-details-box .top-head {
        display: block;
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .ag-timeline_line {
        left: 26px;
    }
    
    .ag-timeline_item:nth-child(2n) {
        text-align: left;
    }
    
    .ag-timeline-card_box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
        padding: 0 0 20px;
    }
    .ag-timeline-card_meta-box {
        display: none;
    }
    .ag-timeline-card_point-box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
        margin: 0 0 0 8px;
    }
    /*.ag-timeline-card_point {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }*/
    .ag-timeline-card_item {
        width: auto;
        margin: -65px 0 0 75px
    }
    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
        right: auto;
        left: 0;
    }
    .ag-timeline-card_title {
        display: block;
    }
    .ag-timeline-card_arrow {
        margin-top: 12px;
    }

    .sec-testi-half::before{
        display: none;
    } 

    .mv-txt h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 18px;
    }

    .division-count .row .col-6 .mx-cont::after {
        background: transparent !important;
    }

    .industry-sector .row {
        flex-direction: column-reverse !important;
    }

    .division-count.allcase-details-list .row .mx-cont {
        padding: 30px 15px;
        border: 1px dashed #fff;
    }
    .division-count.allcase-details-list {
        padding: 50px 0;
    }
    .division-count.allcase-details-list .row .mx-cont h3 {
        font-size: 20px;
        line-height: 26px;
    }

}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }
    ul.compliance-box li {
        text-align: center;
        flex: 0 0 100%;
    }
    
    .ag-timeline-card_img {
        height: auto;
        width: auto;
    }
    .leadership-name {
        background: transparent;
    }
    .aboutpartner-flex a {
        width: 27%;
        height: 80px;
        background: #fff;
        margin: 8px;
        padding: 10px;
    }

    .leadership-box:hover .leadership-name::after {
        background: transparent;
        display: none;
    }

    .mv-txt {
        background: #1e92caad;
        padding: 30px 18px;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 639px) {
    .ag-timeline_title {
        font-size: 60px;
    }
    
    .ag-timeline-card_info {
        padding: 10px 15px;
    }
    .ag-timeline-card_desc {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
	About Journey CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Contact Location CSS Start
--------------------------------------------------------------*/

.location-box {
    height: 100%;
    background: #fff;
    padding: 40px;
    outline-offset: 5px;
    outline: 1px dashed #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.location-box h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    font-family: 'myfirstfont-Bold';
}

.location-box h4{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: 'myfirstfont-Bold';
}

.location-box li {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: baseline;
    margin-bottom: 25px;
}

.location-box li i {
    width: 40px;
    color: var(--main-color);
}

.location-box li:first-child p {
    width: 100%;
}

.location-box li a {
    color: #000;
    transition: all ease-in-out 0.4s;
}

.location-box li a:hover {
    color: var(--main-sub-color);
}

/* .location-box li:nth-child(2) p {
    font-weight: bold;
} */

/*--------------------------------------------------------------
	Contact Location CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Infrastructure Process CSS Start
--------------------------------------------------------------*/

.process-a {
    display: block;
    width: 100%;
    height: 100%;
}

.process-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.process-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.process-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.process-box:hover .process-img img {
    transform: scale(1.08);
}

.process-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    z-index: 2;
    min-height: 100px;
}

.process-boxsoid {
    position: relative;
}

.process-content.process-address {
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 80%;
    padding: 20px 10px;
    z-index: 2;
    min-height: 100px;
    transform: translate(-50%, -50%);
}

.process-content.process-address h3 {
    color: #fff;
    margin-bottom: 15px;
}

.infra-content h3 {
    font-size: 24px;
    line-height: 34px;
    color: #303843;
    text-transform: uppercase;
    text-align: center;
}

.process-content h3 {
    color: #fff;
    text-transform: capitalize;
}

.process-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, black, transparent);
}

/*--------------------------------------------------------------
	Infrastructure Process CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Infrastructure Factory CSS Start
--------------------------------------------------------------*/

.factory-box {
    height: 100%;
    background: #fff;
    padding: 60px 20px;
    outline-offset: 5px;
    outline: 1px dashed #D9D9D9;
    text-align: center;
}

.factory-box p {
    color: #000;
}

/*--------------------------------------------------------------
	Infrastructure Factory CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Infrastructure Facility CSS Start
--------------------------------------------------------------*/

.facility-box img {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
	Infrastructure Facility CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Quality Methodology CSS Start
--------------------------------------------------------------*/

.methodology-box {
    background: #FAFCFF;
    outline-offset: 5px;
    outline: 1px dashed #D9D9D9;
    text-align: center;
    padding: 50px 15px;
    width: 20%;
    margin: 0 15px;
}

.methodology-box h3 {
    font-family: 'myfirstfont-Bold';
    min-height: 70px;
    font-size: 18px;
    line-height: 28px;
}

/*.methodology-box p {
    font-size: 20px;
    color: var(--main-sub-color);
}*/

.methodology-flex {
    justify-content: center;
}

/*--------------------------------------------------------------
	Quality Methodology CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Quality Laboratory CSS Start
--------------------------------------------------------------*/

.laboratory-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.laboratory-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.laboratory-box:hover img {
    transform: scale(1.08);
}

.laboratory-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 20px 15px 20px;
    z-index: 2;
}

.laboratory-txt p {
    color: #fff;
    font-family: 'myfirstfont-Bold';
    line-height: normal;
    text-align: center;
}

.laboratory-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, black, transparent);
}

/*--------------------------------------------------------------
	Quality Laboratory CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Quality Testing CSS Start
--------------------------------------------------------------*/

.testing-slider .row {
    background: #fff;
    margin: 0 65px;
}

.testing-con h3 {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-family: 'myfirstfont-Bold';
    margin-bottom: 20px;
}

.testing-con {
    padding: 70px 50px;
}

.testing-con p {
    margin-bottom: 20px;
    line-height: 28px;
}

.testing-con li {
    position: relative;
    padding-left: 20px;
    font-family: 'myfirstfont-Bold';
    width: 85%;
    line-height: 28px;
}

.testing-con li:not(:last-child) {
    margin-bottom: 10px;
}

.testing-con li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    background: var(--main-color);
}

.testing-con li::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: var(--main-sub-color);
}

.testing-img {
    padding: 10px;
}

.testing-img img {
    width: 100%;
}

.testing-slider {
    padding-bottom: 50px;
}

.dots-change.testing-slider .swiper-pagination-bullet {
    background: var(--main-dark-color);
}

.testing-slider .swiper-slide {
    height: auto;
}

.testing-slider .swiper-slide .row {
    height: 100%;
}

/*--------------------------------------------------------------
	Quality Testing CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Sustainability Environment CSS Start
--------------------------------------------------------------*/

.environment-img {
    overflow: hidden;
    margin-bottom: 30px;
}

.environment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.environment-box:hover .environment-img img {
    transform: scale(1.08);
}

.sustain-txt h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'myfirstfont-Bold';
    margin-bottom: 20px;
    color: #000;
}

.choose-con.sustain-choose-con:nth-child(1) {
    background: #259b48;
}
.choose-con.sustain-choose-con:nth-child(2) { 
    background: #00aedc;
}

.choose-con.sustain-choose-con:nth-child(3) {
    background: #feb70e;
}

.choose-con.sustain-choose-con:nth-child(4) { 
    background: #8f1739;
}
.choose-con.sustain-choose-con:nth-child(5) {
    background: #f36d24;
}

.choose-con.sustain-choose-con:nth-child(6) {
    background: #f89d1f;
}

.choose-con.sustain-choose-con:nth-child(7) { 
    background: #d08e27;
}

.choose-con.sustain-choose-con:nth-child(8) { 
    background: #4a753d;
}

.choose-con.sustain-choose-con:nth-child(9) {
    background: #00548a;
}

.csr-btn {
    color: #000;
    position: relative;
    font-family: 'myfirstfont-Bold';
    font-size: 16px;
    width: fit-content;
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
    margin-top: 10px;
}

.csr-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

.goal-txt h3 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
	Sustainability Environment CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	CSR CSS Start
--------------------------------------------------------------*/

.csr-img {
    overflow: hidden;
    /* margin-bottom: 30px; */
}

.csr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.csr-box:hover .csr-img img {
    transform: scale(1.08);
}

/* .csr-txt {
    padding: 0 20px;
} */

.csr-txt {
    padding: 20px;
    height: 450px;
    /* height: 330px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #e9e9e9a3;
    position: relative;
    padding-top: 50px;
}

.csr-txt.sustain-txt .csrtext img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    object-fit: contain;
    background: #12a84b;
    border-radius: 5px;
    padding: 7px;
    position: absolute;
    top: -30px;
}
/* .csr-txt.sustain-txt .csrtext p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */
/*--------------------------------------------------------------
	CSR CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Annual CSS Start
--------------------------------------------------------------*/

.annual-txt {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 34%;
    z-index: 2;
}

.annual-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, black, #00000000);
    z-index: 1;
}

/*--------------------------------------------------------------
	Annual CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Employee Benefits CSS Start
--------------------------------------------------------------*/

.employee-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.employee-box:hover img {
    transform: scale(1.08);
}

.employee-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, black, transparent);
}

.employee-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 25px;
}

/*--------------------------------------------------------------
	Employee Benefits CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Employee Testimonial CSS Start
--------------------------------------------------------------*/

.testi-btm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.testi-slider.arrow-slider .swiper-button-next,
.testi-slider.arrow-slider .swiper-button-prev {
    background: #fff;
    color: var(--main-color);
}

/*--------------------------------------------------------------
	Employee Testimonial CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Career Banner 2 CSS Start
--------------------------------------------------------------*/

.career-con::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000, #00000000);
    z-index: 0;
}

.career-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    z-index: 2;
    padding: 50px 60px;
}

.career-txt li {
    color: #fff;
}

.career-txt li {
    position: relative;
    padding-left: 20px;
    font-family: 'myfirstfont-Bold';
}

.career-txt li:not(:last-child) {
    margin-bottom: 10px;
}

.career-txt li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    background: var(--main-color);
}

.career-txt li::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: var(--main-sub-color);
}

.career-txt p {
    margin-bottom: 20px;
}

.opening-con .accordion-body li {
    position: relative;
    padding-left: 20px;
}

.opening-con .accordion-body li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    background: var(--main-color);
}

.opening-con .accordion-body li::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: var(--main-sub-color);
}

/*--------------------------------------------------------------
	Career Banner 2 CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Current Openings CSS Start
--------------------------------------------------------------*/

.opening-con .accordion-button {
    padding: 20px 25px;
    font-family: 'myfirstfont-Bold';
    font-size: 18px;
    color: var(--main-dark-color);
    background: #CCEEFF;
    border: none;
}

.opening-con .accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: #CCEEFF;
}

.opening-con .accordion-item {
    border: none;
    margin-bottom: 10px;
}

.opening-con .accordion-button::after {
    background-image: none;
    content: "╋";
}

.opening-con .accordion-button::before {
    content: none;
}

.opening-con .accordion-button:not(.collapsed)::after {
    transform: none;
    content: "—";
}

.opening-btn a.main-btn {
    margin-left: auto;
    margin-top: 20px;
}

/*--------------------------------------------------------------
	Current Openings CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Current Form CSS Start
--------------------------------------------------------------*/

.uploadFile {
    width: 100%;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    padding: 0 0 4px 0;
    position: relative;
    resize: none;
    display: flex;
    align-items: center;
}
.career-form .contact-sec .uploadFile input[type="file"] {
    cursor: pointer !important;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    z-index: 1;
}
span.filename {
    padding-left: 15px;
    padding: 5px 0;
    font-size: 14px;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffffad;
}

.form-group.contact-sec.careersecSix {
    display: block;
    padding: 12px 22px;
    border: 1px solid #ffffff38;
    background: #14A14A;
}

.careersecSix .wrapper {
    text-align: left;
}

.careersecSix .wrapper #file-input {
    display: none;
}

.sec-submit-resume .form-control[type=file]:not(:disabled):not([readonly]) {
    padding-left: 0;
}

.careersecSix .wrapper label[for='file-input'] * {
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
}

.careersecSix .wrapper label[for='file-input'] * {
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
}

.careersecSix .wrapper label {
    display: inline-flex;
    width: 92%;
}

.careersecSix .wrapper label[for='file-input'] span {
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    margin-left: 0;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

.careersecSix .wrapper i.remove {
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    display: none;
    color: #fff;
}

/*--------------------------------------------------------------
	Current Form CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Case Study Dropdown CSS Start
--------------------------------------------------------------*/

.case-dropdown {
    padding: 50px 0;
}

.case-dropdown-con {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.case-dropdown-con select {
    display: block;
    padding: 12px 12px;
    border: 1px solid #D9D9D9;
    background: #ffffff;
    width: 260px;
    color: #000000;
    font-family: 'myfirstfont-Regular';
}

.case-dropdown-con label {
    color: var(--main-dark-color);
    font-family: 'myfirstfont-Bold';
}

.case-project .dp-box .dp-txt h3 {
    /* font-size: 20px; */
    line-height: 30px;
    text-transform: capitalize;
    font-size: 24px;
}

.case-project .dp-box .dp-txt {
    padding: 15px 10px;
}

/*--------------------------------------------------------------
	Case Study Dropdown CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Case Study Challenge CSS Start
--------------------------------------------------------------*/

/*.challenge-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    z-index: -1;
}*/

.challenge-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.challenge-con {
    position: relative;
}

.challenge-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000a6, transparent);
    z-index: 1;
}

.challenge-txt {
    position: absolute;
    padding: 20px 0;
    padding-left: 50px;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

.challenge-box {
    padding: 50px 0;
    width: 50%;
    position: relative;
}

.challenge-box:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #626262, transparent);
}

.challenge-box h3, .challenge-box p {
    color: #fff;
    text-align: left;
}

.challenge-box h3 {
    text-transform: none;
    /* margin-bottom: 20px; */
    font-size: 32px;
    line-height: 42px;
    font-family: 'myfirstfont-Regular';
    margin-bottom: 15px;
}

.challenge-box li {
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.challenge-box li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    background: var(--main-color);
}

.challenge-box li::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: var(--main-sub-color);
}

.caseoverview-text ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    display: grid;
}

.caseoverview-text ul li{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    margin-bottom: 20px;
    justify-content: start;
    text-align: left;
}

.caseoverview-text ul li i{
    color: var(--main-color);
    width: 30px;
}

.resultlist-text ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.resultlist-text ul li{
    width: 45%;
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    margin-bottom: 20px;
    justify-content: start;
    text-align: left;
    color: #fff;
}

.resultlist-text ul li i{
    color: #fff;
    width: 30px;
}

/*--------------------------------------------------------------
	Case Study Challenge CSS End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Case Study Objectives CSS Start
--------------------------------------------------------------*/

.objectives-sec .choose-box:hover {
    background: var(--main-sub-color);
}

.choose-flex {
    flex-wrap: wrap;
    justify-content: center;
}

/*--------------------------------------------------------------
	Case Study Objectives CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Product CSS Start
--------------------------------------------------------------*/

/* .case-product-con {
    margin-bottom: 50px;
} */

.case-product-ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-product-ul .case-product-li:nth-child(1),
.case-product-ul .case-product-li:nth-child(3) {
    width: 39%;
}

.case-product-ul .case-product-li:nth-child(2) {
    width: 59.5%;
}

.case-product-ul .case-product-li:nth-child(4),
.case-product-ul .case-product-li:nth-child(5) {
    width: 29%;
}

.case-product-box {
    width: 100%;
}

.case-product-img {
    width: 100%;
    overflow: hidden;
}

.case-product-img img {
    width: 100%;
    height: 445px;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.case-product-box:hover .case-product-img img {
    transform: scale(1.08);
}

.case-product-box p {
    padding: 10px 0 30px;
    text-align: center;
    color: #000;
}

.case-product-a {
    width: 100%;
    height: 100%;
    display: block;
}

/*--------------------------------------------------------------
	Product CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Solutions CSS Start
--------------------------------------------------------------*/

.solutions-con {
    width: 80%;
    margin: 0 auto;
}

.solutions-con p {
    margin-bottom: 50px;
}

.solutions-con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solutions-con li {
    width: 47%;
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    margin-bottom: 20px;
    justify-content: start;
    position: relative;
}

.solutions-con li i {
    color: var(--main-color);
    width: 30px;
}

/*--------------------------------------------------------------
	Solutions CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Result CSS Start
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Result CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Download CSS Start
--------------------------------------------------------------*/

.download-btn .main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    margin-left: auto;
}

.download-btn .main-btn i {
    position: relative;
    z-index: 3;
}

.download-btn .main-btn:hover {
    color: var(--white-color);
}

.download-txt .heading {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
}

.download-txt .heading img {
    width: auto;
    margin-right: 30px;
}

/*--------------------------------------------------------------
	Download CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Download CSS Start
--------------------------------------------------------------*/

.top-head-sec {
    padding: 0;
    /*padding-top: 50px;*/
}

.top-head-sec .heading {
    margin-bottom: 0;
    padding: 20px 0;
}

.top-head-sec a {
    width: 100%;
    height: auto;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}

.close-btn {
    background: #14A14A;
    padding: 10px;
    font-size: 30px;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: auto;
}

.close-btn-a {
    width: 100%;
    height: 100%;
    display: block;
}

/*--------------------------------------------------------------
	Download CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Project Details CSS Start
--------------------------------------------------------------*/

.pd-image-flex {
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
}

.pd-image-flex .pd-img-col:nth-child(1) {
    width: 49%;
}

.pd-image-flex .pd-img-col:nth-child(2) {
    width: 24%;
}

.pd-image-flex .pd-img-col:nth-child(3) {
    width: 24%;
}

.pd-image-flex .pd-img-col:nth-child(1) .pd-img,
.pd-image-flex .pd-img-col:nth-child(3) .pd-img {
    height: 600px;
    width: 100%;
}

.pd-image-flex .pd-img-col:nth-child(2) .pd-img {
    height: 290px;
    width: 100%;
    margin-bottom: 20px;
}

.pd-image-flex .pd-img-col .pd-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pd-count-box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.count-col:not(:last-child) .pd-count-box::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    right: -6px;
    background: linear-gradient(0deg, transparent, #ffffff, transparent);
}

.pd-count-icon img {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(100);
}

.pd-count-box .main-count {
    font-size: 40px;
    line-height: 50px;
}

.pd-con .inner-para {
    margin-bottom: 15px;
}

.pd-point {
    font-family: var(--bodyFont);
    color: var(--main-dark-color);
}

.pd-point i {
    margin-right: 10px;
    color: var(--main-color);
}

.pd-right-con {
    padding: 25px;
}

.pd-right-box {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.pd-right-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #000, transparent);
}

.pd-right-box p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
    padding: 20px;
}

.pd-right-flex .pd-right-box:first-child {
    clip-path: polygon(0% 0%, 100% 0%, 93% 100%, 0% 100%);
}

.pd-right-flex .pd-right-box:last-child {
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.pd-right-flex {
    margin-bottom: 40px;
}

.pd-con p {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
	Project Details CSS End
--------------------------------------------------------------*/


.process-row-con .process-box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    z-index: 2;
    transition: all ease-in-out 0.5s;
    color: #fff;
}

.process-row-con .process-box:hover .process-box-title {
    bottom: -100%;
}

.process-row-con .process-txt {
    position: absolute;
    bottom: -300%;
    left: 0;
    width: 100%;
    padding: 30px 30px;
    text-align: center;
    z-index: 2;
    transition: all ease-in-out 0.5s;
    text-align: left;
}

.process-row-con .process-txt li {
    color: #fff;
    padding-left: 15px;
    position: relative;
    font-size: 15px;
    line-height: 25px;
}

.process-row-con .process-txt li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #fff;
    transition: all ease-in-out 0.5s;
}

.process-row-con .process-box:hover .process-txt {
    bottom: 0;
    height: 100%;
}

.process-row-con .process-box:hover::after {
    opacity: 1;
    height: 100%;
}

.process-row-con .process-box:hover::after {
    background: var(--main-color);
}

.process-row-con .process-box {
    border: 1px solid #fff;
}

.process-row-con .process-box img {
    aspect-ratio: 2 / 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.process-row-con .process-box {
    padding: 0;
}

.process-row-con .process-box .process-txt h3 {
    text-align: left;
    margin-bottom: 20px;
}

.process-row-con .infra-content h3 {
    color: #fff;
    text-transform: capitalize;
}

ul.inner-processlist li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: var(--paraFontLineheight);
}

.left-icon-anima {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 50px;
}

.prod-applic-anim{
    width: 100%;
    /* height: 306px; */
    height: 406px;
    padding: 22px;
}


.directors-table table thead {
    background: #0572ab;
    color: #fff;
    font-size: 21px;
}

.inter-text-para .blog-info-para p.MsoNormal,
.inter-text-para .blog-info-para p.MsoNormal a,
.inter-text-para .blog-info-para p a,
.blog-info-para p{
    color: #fff;
}

.blog-info-para {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-mob-Slider .blog-info-para
{
    margin-bottom: 20px;
}

.blog-mob-Slider .inter-text-para .blog-info-para span,
.blog-mob-Slider .inter-text-para .blog-info-para p.MsoNormal a, 
.blog-mob-Slider .inter-text-para .blog-info-para p a,
.blog-mob-Slider .inter-text-para .blog-info-para p.MsoNormal {
    color: var(--bodyFontColor);
}

.uic-png.great-place {
    width: 75%;
    margin: 0 auto;
}

ul.prod-appli-list.prod-all-list.main-all-products a img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}





ol.process-chart {
    color: #000;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.process-chart>li,
ol.process-chart>li>div {
    position: relative;
}

ol.process-chart>li {
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 25%); */
    background-color: var(--main-sub-color);
    counter-increment: item;
    margin: 0;
    padding: 0;
    color: #fff;
    flex: 0 0 20%
}

/*ol.process-chart>li:before,
ol.process-chart>li>div:before {
    color: #fff;
    font-family: var(--headingFont);
    text-transform: uppercase;
}*/

/*ol.process-chart>li:before
 {
    content: 'Step';
    display: inline-block;
    font-weight: 600;
    left: 32px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 1rem;
    transform: rotate(0deg);
    transform-origin: 25% 50%;
    font-size: 22px;
}*/

/*ol.process-chart>li:after {
    border-bottom: 1em solid transparent;
    border-left: 1em solid #005260;
    border-right: 0 solid transparent;
    border-top: 1em solid transparent;
    content: '';
    height: 100%;
    position: absolute;
    right: -1em;
    top: 0;
    width: 0;
    z-index: 999;
}*/

ol.process-chart>li>div {
    padding: 0;
}

/*ol.process-chart>li>div:before {
    content: counter(item, decimal-leading-zero);
    font-weight: 400;
    margin-left: 62px;
    font-size: 23px;
}*/

/*** PRIMARY ***/
ol.process-chart>li:nth-child(odd) {
    background-color: var(--main-color);
}



.steps {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    /* border: 1px solid; */
    opacity: 0;
}


/* .step-1 {
    animation-name: fade-in-1;
    animation-duration: 15s;
    animation-iteration-count: 1;
    z-index: 99;
} */
 .step-1{
    animation: fade-in-1 15s normal forwards ease-in-out;
    z-index: 99;
 }

.step-2 {
    animation: fade-in-2 15s normal forwards ease-in-out;
    z-index: 98;
}

.step-3 {
    animation: fade-in-3 15s normal forwards ease-in-out;
    z-index: 97;
}

.step-4 {
    animation: fade-in-4 15s normal forwards ease-in-out;
    z-index: 96;
}

.step-5 {
    animation: fade-in-5 15s normal forwards ease-in-out;
    z-index: 95;
}

.step-6 {
    animation: fade-in-6 15s normal forwards ease-in-out;
    z-index: 94;
}

.step-7 {
    animation: fade-in-7 15s normal forwards ease-in-out;
    z-index: 93;
}

.step-8 {
    animation: fade-in-8 15s normal forwards ease-in-out;
    z-index: 92;
}

.step-9 {
    animation: fade-in-9 15s normal forwards ease-in-out;
    z-index: 91;
}

.step-10 {
    animation: fade-in-10 15s normal forwards ease-in-out;
    z-index: 90;
}

.step-11 {
    animation: fade-in-11 15s normal forwards ease-in-out;
    z-index: 89;
}

.step-12 {
    animation: fade-in-12 15s normal forwards ease-in-out;
    z-index: 88;
}

.safety-box h3 {
    text-align: left;
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-family: 'myfirstfont-Bold';
    min-height: 70px;
}

.safety-box p, .safety-box li {
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.safety-box li {
    position: relative;
    padding-left: 15px;
}

.safety-box li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #fff;
    transition: all ease-in-out 0.5s;
}

ol.process-chart>li p, ol.process-chart>li ul {
    padding: 15px;
}

ol.process-chart>li .safety-box h3 {
    padding: 15px;
    background: #136f9b;
    min-height: 95px;
}

ol.process-chart>li:nth-child(odd) .safety-box h3 {
    background: #036f2d;
}

@keyframes fade-in-1 {
    0% {
        opacity: 0;
    }

    8%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-2 {

    0%,
    8% {
        opacity: 0;
    }

    16%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-3 {

    0%,
    16% {
        opacity: 0;
    }

    24%,
   100% {
        opacity: 1;
    }
}

@keyframes fade-in-4 {

    0%,
    24% {
        opacity: 0;
    }

    32%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-5 {

    0%,
    32% {
        opacity: 0;
    }

    40%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-6 {

    0%,
    40% {
        opacity: 0;
    }

    48%,
    100% {
        opacity: 1;
    }
}


@keyframes fade-in-7 {

    0%,
    48% {
        opacity: 0;
    }

    56%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-8 {

    0%,
    56% {
        opacity: 0;
    }

    64%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-9 {

    0%,
    64% {
        opacity: 0;
    }

    72%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-10 {

    0%,
    72% {
        opacity: 0;
    }

    80%,
    100% {
        opacity: 1;
    }
}


@keyframes fade-in-11 {

    0%,
    80% {
        opacity: 0;
    }

    88%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-12 {

    0%,
    88% {
        opacity: 0;
    }

    96%,
    100% {
        opacity: 1;
    }
}




ul.inner-processlist li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: var(--paraFontLineheight);
}

.left-icon-anima {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 50px;
}

.prod-applic-anim{
    width: 100%;
    /* height: 306px; */
    height: 406px;
    padding: 22px;
}


.directors-table table thead {
    background: #0572ab;
    color: #fff;
    font-size: 21px;
}

.inter-text-para .blog-info-para p.MsoNormal,
.inter-text-para .blog-info-para p.MsoNormal a,
.inter-text-para .blog-info-para p a,
.blog-info-para p{
    color: #fff;
}

.blog-info-para {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-mob-Slider .blog-info-para
{
    margin-bottom: 20px;
}

.blog-mob-Slider .inter-text-para .blog-info-para span,
.blog-mob-Slider .inter-text-para .blog-info-para p.MsoNormal a, 
.blog-mob-Slider .inter-text-para .blog-info-para p a,
.blog-mob-Slider .inter-text-para .blog-info-para p.MsoNormal {
    color: var(--bodyFontColor);
}

.uic-png.great-place {
    width: 75%;
    margin: 0 auto;
}

ul.prod-appli-list.prod-all-list.main-all-products a img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}





.excellence-box {
    height: 100%;
    padding: 50px;
    background: #fff;
    position: relative;
    transition: all ease-in-out 0.4s;
    outline: 2px dashed #fff;
    outline-offset: 5px;
}

.excellence-box h3 {
    text-align: left;
    margin-bottom: 20px;
    font-family: 'myfirstfont-Bold';
}

.excellence-box:hover {
    margin-top: -15px;
}




/* flip */
.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    min-height: 200px;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border: 1px solid #f1f1f1; */
    background: #fff;
    box-shadow: 0px 0px 15px 0px #00000012;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 12px; */
    text-align: left;
}

.flip-box-header {
    font-size: 34px;
}

.flip-box-img {
    margin-top: 25px;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
}

.flip-box-back p {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    padding: 16px;
    font-family: 'myfirstfont-Bold';
    text-align: center;
    line-height: normal;
}

.cartificate-ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cartificate-ul li.box-item {
    width: 16%;
    padding: 10px;
}




.environment-txt li {
    position: relative;
    padding-left: 20px;
    width: 85%;
    line-height: 28px;
}

.environment-txt li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    background: var(--main-color);
}

.environment-txt li::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: var(--main-sub-color);
}



.chart-title {
    color: var(--main-sub-color);
    font-family: 'myfirstfont-Bold';
}

.member-list td {
    padding: 3px 0;
}

button.btn-close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    background: var(--main-color);
    border-radius: 50px;
    opacity: 1;
    color: #fff;
}

button.btn-close::focus {
    box-shadow: none;
}

button.btn-close:hover {
    opacity: 1;
}

.member-list .table-group-divider {
    border-top: none;
}

td.first-data {
    width: 45%;
}

td.sec-data {
    width: 20%;
}

td.third-data {
    width: 35%;
}



/*.energy-flex .choose-con:nth-child(5) .choose-box {
    border-right: 1px dashed #fff;
}

.energy-flex .choose-con:nth-child(6) .choose-box {
    border-right: none;
}*/


.partner-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.partner-flex img {
    width: 14%;
    background: #fff;
    margin: 10px;
    padding: 10px;
    object-fit: contain;
    display: flex;
    align-items: center;
    border: 2px dashed #3d3e464d;
}

.partner-flex .client-img
 {
    width: 14%;
    background: #fff;
    margin: 10px;
    padding: 10px;
    object-fit: contain;
    /* display: flex; */
    align-items: center;
    border: 2px dashed #3d3e464d;
    text-align: center;
}

.partner-flex .client-img img {
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    object-fit: contain;
    display: block;
    align-items: center;
    border: 0;
    text-align: center;
}

.industry-sector .row:nth-child(even) {
    flex-direction: row-reverse;
}

.sector-img {
    height: 100%;
}

.sector-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sector-con {
    background: var(--main-color);
    padding: 50px 60px;
    height: 100%;
}

.sector-con .main-btn {
    margin-top: 40px;
}

.industry-sector .row:nth-child(even) .sector-con {
    background: var(--main-sub-color);
}



.facility-address .ul {
    flex-wrap: wrap;
}

.facility-address .facility-li .facility-box {
    height: 100%;
    padding: 25px;
    background: #e0e6ee;
    position: relative;
    transition: all ease-in-out 0.4s;
    outline: 2px dashed #e0e6ee;
    outline-offset: 5px;
}

.facility-address .facility-li {
    padding: 12px;
    width: 20%;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px
}

.flexbox .product-li {
    width: 32%;
}

.product-box {
    position: relative;
    /*padding: 5px 2px;*/
    transition: all ease-in-out 0.4s;
    overflow: hidden;
}

.product-box .product-p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    color: #fff;
    width: 100%;
    padding: 20px;
    text-align: center;
    transition: all ease-in-out 0.4s;
}

/*.product-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #000;
    opacity: 0.7;
    transition: all ease-in-out 0.4s;
}

.product-box:hover::before {
    height: 100%;
}*/

/*.product-box:hover .product-p {
    opacity: 0;
}*/

.product-box:hover .product-p1 {
    opacity: 1;
}

.product-box .product-hover-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #000000ab;
    opacity: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    text-align: center;
    color: #fff;
    transition: all ease-in-out 0.4s;
}

.product-box:hover .product-hover-txt {
    height: 100%;
    opacity: 1;
}

.product-box .product-hover-txt p {
    color: #fff;
}

.choose-con.sustain-choose-con:nth-child(5) .choose-box {
    border-bottom: 1px dashed #fff;
}



.leader-popup-img img {
    width: 100%;
}

.leader-popup-head p {
    color: var(--main-sub-color);
}



.about-partner .client-list {
    border: 2px dashed var(--main-dark-color);
    height: 125px;
}

/* .event-a {
    height: 100%;
    width: 100%;
    display: block;
}

.event-box {
    height: 100%;
    width: 100%;
    background: #fafcff;
    padding: 15px 15px;
} */

/* .event-box img {
    height: 50%;
    width: 100%;
    object-fit: cover;
} */

.event-a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.event-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fdfdfd;
    padding: 0px;
    border: 1px solid #ebe6e6;
}

.event-box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}


/* .event-txt {
    padding: 30px 20px;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fafcff;
} */
.event-txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 25px 20px 20px;
}
.event-box-head {
    flex: 1;
}

.event-txt p:first-child {
    color: #0096e6;
    font-weight: 600;
    margin-bottom: 15px;
}

.homepara-event {
    font-size: 16px;
    line-height: 1.7;
    color: var(--main-sub-color);
    margin-bottom: 20px;
}

.event-btn {
    margin-top: auto;
    text-transform: uppercase;
    font-weight: 600;
}

.event-txt h3 {
    text-align: left;
    margin-bottom: 10px;
     margin-bottom: 15px;
        min-height: 60px;
        font-size: 21px;
    line-height: 30px;
}

.event-txt p {
    margin-bottom: 15px;
    color: var(--main-sub-color);
}

.infra-content.event-txt h3 {
    text-transform: none;
}

.event-btn p {
    color: var(--main-color);
    margin-bottom: 5px;
    font-weight: bold;
}

.event-btn p .fa-solid {
    margin-left: 5px;
}

/* .division-btn.event-btn {
    border-bottom: 1px solid #111;
    width: fit-content;
    font-family: 'myfirstfont-Bold';
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
} */

.division-btn.event-btn {
    color: #111;
    position: relative;
    font-family: 'myfirstfont-Bold';
    font-size: 16px;
    width: fit-content;
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
}

.division-btn.event-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #111;
}

.event-a .event-img {
    /* margin-bottom: 10px; */
    aspect-ratio: 3 / 2;
}

.event-a p {
    text-align: center;
    font-family: 'myfirstfont-Bold';
}

.event-a .event-txt p {
    text-align: left;
}

.event-details-img {
    text-align: center;
    margin-bottom: 10px;
}

.event-details-img img.img-fluid {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.event-details-img video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.download-pdflist li {
    padding: 15px 0px;
    border-bottom: 1px solid #F2F2F2;
    padding-left: 20px;
}

.download-dtls a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

.download-icon {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}



button.tablinks {
    border: none;
    outline: none;
    padding: 15px 25px;
    font-family: 'myfirstfont-Regular';
    font-size: 18px;
}

button.tablinks.active {
    background: var(--main-sub-color);
    color: #fff;
}

.tab {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}




.select-box {
    display: flex;
    justify-content: end;
    gap: 15px;
    flex-wrap: wrap;
}

.box-overview {
    position: absolute;
    bottom: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    color: #fff;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    z-index: 3;
}

.box-overview h3 {
    /* font-size: 20px; */
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'myfirstfont-Bold';
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
}

.box-overview p i {
    color: var(--main-color);
    width: 30px;
}

.box-overview p {
    color: #fff;
    margin-bottom: 10px;
}

.division-box:hover .box-overview {
    bottom: 0;
    opacity: 1;
}

.division-box:hover .dp-txt {
    bottom: -100%;
}

.division-box:hover::after {
    background: #fff0;
}

.division-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: -200%;
    width: 100%;
    height: 100%;
    /* background: #00000078; */
    background: #000000;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    z-index: 2;
}

.division-box:hover::before {
    top: 0%;
    opacity: 1;
}

.project-overviewtext {
    margin: 20px 0 15px 0;
}

.division-get-touch {
    z-index: 5;
}

.projectpop-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background:var(--main-color);
    transition:all .2s ease;
}

.projectpop-slider .swiper-pagination-bullet-active {
    opacity:1;
}

.projectpop-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.projectpop-slider .swiper-pagination-custom,
.projectpop-slider .swiper-pagination-fraction {
    bottom: 30px;
}

.projectpop-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}

.projectimg-Modal .btn-close:hover i{
    color: #fff !important;
}

.client-imgbox {
    position: absolute !important;
    bottom: 0;
    right: 0;
    width: 29%;
    height: 100px;
    z-index: 1;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 5px;
}

.client-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1) !important;
}

.main-nextbtn img,
.main-prvbtn img{
    width: 70%;
    height: 140px;
    object-fit: cover;
    position: relative;
    display: inline-block;
    transition: all ease-in-out 0.4s;
}

a.main-prvbtn:hover img,
a.main-nextbtn:hover img {
    transform: scale(1.08);
}


a.main-prvbtn {
    display: flex;
    align-items: center;
    position: relative;
    background: #0d5477;
    overflow: hidden;
}
a.main-nextbtn {
    display: flex;
    align-items: center;
    position: relative;
    background: #0d5477;
    overflow: hidden;
}

a.main-nextbtn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(16, 93, 125, 0.6); 
    mix-blend-mode: color;
}

a.main-nextbtn:hover::after {
    background: #15a74d38;
}

a.main-prvbtn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(16, 93, 125, 0.6); 
    mix-blend-mode: color;
}

a.main-prvbtn:hover::after {
    /* background: #15a74d; 
    mix-blend-mode: color; */
    background: #15a74d38;
}

.main-nextbtn i,
.main-prvbtn i{
    color: #fff;
    z-index: 1;
    width: 80px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.all-casestudys i {
    font-size: 26px;
    color: #ffffff;
    background: #1582b7;
    padding: 12px 20px;
    border-radius: 5px;
}

.bg-next-color{
    background: #daf3ff;
}

ul.casestudys-sanp {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.casestudys-sanp li {
    width: 45%;
    font-family: var(--bodyFont);
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.bnr-btm {
    display: none;
}

.choose-box.challenge-box.case-details-box {
    width: 100%;
    /* background: var(--light-bg-color); */
    padding: 20px;
}

.choose-box.challenge-box.case-details-box .top-head {
    color: #fff;
}

.case-details-box h3, 
.case-details-box p, 
.case-details-box li {
    color: #ffffff;
}

.case-details-box p {
    margin-bottom: 20px;
}

.challenge-box li i {
    display: none;
}

.choose-box.challenge-box li::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: #ffffff;
}

.choose-box.challenge-box li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    background: #cdcdcd;
}


.fancybox-caption__body {
    font-family: 'myfirstfont-Bold';
    font-size: 20px;
}

.event-gallery {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
}

.event-gallery-col {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.top-event-sec {
    z-index: 1;
}

.abt-awards-slider .award-box{
    padding: 20px;
    border: 1px dashed #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    /* min-height: 760px; */
}
.award-txt {
    padding: 0;
}

.award-txt h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'myfirstfont-Bold';
    color: #fff; 
}

.award-txt p{
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-con .swiper-button-next {
    right: -10px;
}

.testimonial-con .swiper-button-prev {
    left: -10px;
}

.infra-improvement{
    background: #f2f2f2;
}

.infra-improvement::after {
    content: "";
    position: absolute;
    background: #e0e6ee;
    width: 48%;
    height: 100%;
    left: 0;
    top: 0;
}

.infra-improvement .heading h2{
    color: var(--main-color);
}

ul.infa-culturelist{
    margin-top: 30px;
}

ul.infa-culturelist li{
    position: relative;
    padding-left: 20px;
    padding-bottom: 12px;
    font-family: 'myfirstfont-Bold';
}

.infa-culturelist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    background: var(--main-color);
}

.infa-culturelist li::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: var(--main-sub-color);
}

.inner-para ul.project-text-list li {
    margin-bottom: 10px;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.inner-para ul.project-text-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    background: var(--main-color);
}

.inner-para ul.project-text-list li::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: var(--main-sub-color);
}
.nw-training-sec{
    width: 60%;
}

.nw-count-secinfa .mx-cont .scale-box{
    border: 1px dashed #fff;
    padding: 20px;
    height: 100%;
}

.nw-count-secinfa .col-xl-4:nth-child(-n+3) .scale-box{
    border-top: none;
}

.nw-count-secinfa .col-xl-4:nth-last-child(-n+3) .scale-box{
    border-bottom: none;
}

.nw-count-secinfa .col-xl-4:nth-child(3n+1) .scale-box{
    border-left: none;
}

.nw-count-secinfa .col-xl-4:nth-child(3n) .scale-box{
    border-right: none;
}

.division-count.allcase-details-list .row .mx-cont {
    position: relative;
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: start;
    align-items: center;
    height: 100%;
    padding: 50px 15px;
}

.division-count.allcase-details-list .row .mx-cont h3{
    font-size: 22px;
    line-height: 30px;
}


ul.safety-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    background: var(--main-color);
}

ul.safety-list li{
    flex: 0 0 50%;
}

ul.safety-list li:last-child {
    padding: 0 45px;
}


.product-matrix .mx-cont.text-center {
    border: 1px solid #fff;
    padding: 50px 30px;
    height: 100%;
}
.product-matrix .main-count {
    font-family: 'myfirstfont-Black';
    color: #fff;
    font-size: 40px;
}

.product-matrix .mx-cont p {
    color: #fff;
}

.overseas-a {
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.overseas-box {
    /* background: #e9e9e9; */
    border: 1px solid #dfdbdb;
    padding: 15px;
    height: 100%;
}

.overseas-a .overseas-box img {
    border-bottom: 1px solid #14a64c2e;
    aspect-ratio: 3 / 2;
}

.overseas-txt {
    padding: 25px 0px 20px;
}

.infra-content.overseas-txt h3 {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 12px;
    color: #0096e6;
    font-size: 20px;
    line-height: 30px;
}

.new-secpart{
    background: #f2f2f2;
}

.new-secpart p{
    padding: 10px 5px;
}

.csr-img-box img {
    aspect-ratio: 1 / 1;
}

.csr-txt.sustain-txt .csrtext p.csr-yr b{
    color: #1f9bd5; 
    margin-bottom: 10px;
    font-size: 14px;
}

.csr-txt.sustain-txt .csrtext p.csr-yr b i{
    margin-right: 5px;
}

/*--------------------------------------------------------------
	Responsive CSS Start
--------------------------------------------------------------*/

@media (max-width: 1600px) {

    .inner-banner-con h1 {
        font-size: 56px;
        line-height: 66px;
    }

    .division-count .main-count {
        font-size: 35px;
    }

    .box-txt h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .dp-box .dp-txt h3,
    .choose-box h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .faq-head-txt h2 {
        font-size: 60px;
        line-height: 80px;
    }

    .choose-box h3 {
        margin-bottom: 20px;
    }

    .product-img .product-txt p {
        font-size: 15px;
    }

    /*.glance-box .mx-cont {
        font-size: 80px;
        line-height: 80px;
    }*/

    .testing-con {
        padding: 50px 35px;
    }

    .challenge-box {
        width: 58%;
    }
    
    .career-con img {
        height: 650px;
    }

    .mv-txt h3{
        font-size: 36px;
        line-height: 48px;
    }

}

@media (max-width: 1440px) {

    /*.glance-box .mx-cont {
        font-size: 35px;
        line-height: 35px;
    }*/
    
    .glance-col {
        padding: 0 15px;
    }

    .mv-txt p {
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .mv-ul li {
        width: 49%;
        margin-bottom: 15px;
    }

    .founders-txt {
        padding: 50px 60px;
    }

    .location-box li:first-child p {
        width: 90%;
    }

    .location-box h3 {
        font-size: 27px;
        line-height: 37px;
        margin-bottom: 26px;
    }

    .infra-content h3, .case-project .dp-box .dp-txt h3 {
        font-size: 21px;
        line-height: 31px;
    }

/*    .testing-con li:not(:last-child) {
        margin-bottom: 15px;
    }*/

    .testing-con {
        padding: 28px 25px;
    }

    .testing-con h3, .sustain-txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .testing-con p {
        margin-bottom: 15px;
    }

    .case-product-img img {
        height: 420px;
    }
    
    .safety-box h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .excellence-box {
        padding: 30px;
    }
    
    .inner-banner-con {
        left: -70px;
    }

    .glance-box h4 {
        font-size: 16px;
        margin-bottom: 30px;
        min-height: 30px;
    }

    .glance-box .mx-cont {
        font-size: 26px;
        line-height: 40px;
    }

    .glance-col:not(:last-child)::after {
        height: 130px;
    }
    .box-overview p {
        color: #fff;
        margin-bottom: 5px;
        /* font-size: 12px;
        line-height: 19px; */
        font-size: 14px;
        line-height: 20px;
    }
    .box-overview h3 {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 26px;
    }
    .project-overviewtext {
        margin: 10px 0 10px 0;
    }
    .box-overview {
        padding: 50px 20px;
    }

}

@media (max-width: 1399px) {
    
    .glance-box h4 {
        min-height: 60px;
    }

    .inner-banner-con h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .box-txt h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .dp-box .dp-txt h3, .choose-box h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .division-count .main-count {
        font-size: 30px;
    }

    .choose-box {
        padding: 20px;
    }

    .choose-box img {
        margin-bottom: 70px;
    }

    .faq-head-txt h2 {
        font-size: 50px;
        line-height: 65px;
    }

    .division-box-txt .division-btn {
        font-size: 14px;
    }

    .glance-box p {
        margin-bottom: 70px;
    }

    .glance-box .mx-cont {
        /* font-size: 40px;
        line-height: 40px; */
        font-size: 26px;
        line-height: 40px;
    }

    .founders-txt {
        padding: 40px 50px;
    }

    .arrow-bottom .swiper-button-next {
        right: 43%;
    }

    .arrow-bottom .swiper-button-prev {
        left: 43%;
    }

    .arrow-slider2 .swiper-button-next {
        right: 43%;
    }

    .arrow-slider2 .swiper-button-prev {
        left: 43%;
    }

    .awards-col .awards-img img {
        height: 250px;
    }

    .awards-col:nth-child(3) .awards-img img {
        height: 542px;
    }

    .awards-flex {
        height: 564px;
    }

    .facilitySwiper {
        padding-bottom: 50px;
    }

    .infra-content h3, .case-project .dp-box .dp-txt h3 {
        font-size: 19px;
        line-height: 29px;
    }

    .testing-con p, .testing-con li {
        margin-bottom: 10px;
        line-height: 24px;
    }

    .testing-con {
        padding: 24px 20px;
    }

    .methodology-box p {
        font-size: 18px;
    }

    .pd-image-flex .pd-img-col:nth-child(1) .pd-img, .pd-image-flex .pd-img-col:nth-child(3) .pd-img {
        height: 500px;
    }

    .pd-image-flex .pd-img-col:nth-child(2) .pd-img {
        height: 240px;
    }

    .pd-count-box .main-count {
        font-size: 35px;
        line-height: 40px;
    }

    .pd-count-icon img {
        height: 50px;
    }
    
    .career-con img {
        height: 600px;
    }
    
    .process-txt li {
        font-size: 13px;
        line-height: 23px;
    }
    
    .process-txt h3 {
        margin-bottom: 10px !important;
    }
    
    .processSwiper {
        padding-bottom: 50px;
    }
    
    /*.safety-box h3 {
        min-height: 85px;
    }*/
    
    .methodology-box {
        padding: 40px 10px;
    }
    
    .methodology-flex {
        flex-wrap: wrap;
    }
    
    .methodology-box {
        margin-bottom: 30px;
        width: 25%;
    }

    .assured-slider {
        padding-bottom: 50px;
    }
    
    .dots-change.assured-slider .swiper-pagination-bullet {
        background: var(--main-dark-color);
    }
    
    .flip-box-front, .flip-box-back {
        min-height: 180px;
    }
    
    ol.process-chart>li .safety-box h3 {
        min-height: 90px;
    }

}

@media (max-width: 1299px) {

    .inner-banner-con h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .count-box .main-count {
        font-size: 55px;
    }

    .client-position {
        font-size: 14px;
        line-height: 24px;
    }

    .product-img .product-txt p {
        font-size: 13px;
    }

    /*.glance-box .mx-cont {
        font-size: 60px;
        line-height: 60px;
    }*/
    
    .infra-content h3, .case-project .dp-box .dp-txt h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .testing-con h3, .sustain-txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .case-product-img img {
        height: 350px;
    }
    
    .partner-flex img {
        width: 17.3333%;
        height: 80px;
    }
    .nw-training-sec{
        width: 100%;
    }


}

@media (max-width: 1199px) {

    .ftr-item-image {
        text-align: center;
    }

    .division-product-a:not(:last-child) {
        margin-bottom: 12px;
    }

    .faq-head-txt h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .inner-banner-con h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .founders-txt {
        padding: 20px 20px;
    }

    .awards-col .awards-img img {
        height: 200px;
    }

    .awards-col:nth-child(3) .awards-img img {
        height: 442px;
    }

    .awards-flex {
        height: 464px;
    }

    .inner-banner-con h1 {
        width: 100%;
    }

    .testing-con li {
        width: 100%;
    }

    .case-dropdown {
        padding: 30px 0;
    }

    .challenge-box {
        width: 65%;
    }

    .pd-image-flex .pd-img-col:nth-child(1) .pd-img, .pd-image-flex .pd-img-col:nth-child(3) .pd-img {
        height: 400px;
    }

    .pd-image-flex .pd-img-col:nth-child(2) .pd-img {
        height: 195px;
    }

    .pd-image-flex .pd-img-col:nth-child(2) .pd-img {
        margin-bottom: 10px;
    }

    .pd-right-box p {
        padding: 10px;
    }
    
    .career-txt {
        width: 70%;
    }
    
    ol.process-chart>li {
        width: 25%;
    }
    
    .glance-box .mx-cont {
        /* font-size: 35px;
        line-height: 35px; */
        font-size: 20px;
        line-height: 40px;
    }
    
    .safety-box h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .cartificate-ul li.box-item {
        width: 22%;
    }

    .fancybox-caption__body {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {

    .count-box .main-count {
        font-size: 45px;
    }

    .career-box p {
        font-size: 17px;
    }

    .box-txt h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .dp-box .dp-txt h3 {
        font-size: 19px;
        line-height: 29px;
    }
    .choose-box h3{
        font-size: 26px;
        line-height: 36px;
    }

    .faq-con .accordion-button {
        font-size: 17px;
    }

    .about-glance .row {
        margin-top: 0px;
    }

    .glance-box p {
        margin-bottom: 50px;
    }

    .location-box {
        padding: 30px;
    }
    
    ol.process-chart>li {
        flex: 0 0 33.33%;
    }
    
    .cartificate-ul li.box-item {
        width: 25%;
    }
    
    .facility-address .facility-li {
        width: 33.3333%;
    }
    
    .inner-banner-con {
        left: 0;
    }
    .main-nextbtn img, .main-prvbtn img {
        width: 80%;
        height: 100px;
    }
    .all-casestudys img {
        width: 50%;
    }

    .nw-count-secinfa .mx-cont {
        padding: 15px;
    }

    .nw-count-secinfa .mx-cont .scale-box {
        border: 1px dashed #fff;
        padding: 20px 0;
        height: 100%;
    }

    .nw-count-secinfa .col-xl-4:nth-child(-n+3) .scale-box{
        border-top: 1px dashed #fff;
    }

    .nw-count-secinfa .col-xl-4:nth-last-child(-n+3) .scale-box{
        border-bottom: 1px dashed #fff;
    }

    .nw-count-secinfa .col-xl-4:nth-child(3n+1) .scale-box{
        border-left: 1px dashed #fff;
    }

    .nw-count-secinfa .col-xl-4:nth-child(3n) .scale-box{
        border-right: 1px dashed #fff;
    }

    .box-overview p {
        font-size: 12px;
        line-height: 19px;
    }

    .box-overview {
        padding: 50px 15px;
    }

}

@media (max-width: 991px) {
    .inner-banner-con h1 {
        width: 100%;
    }

    .count-box .main-count {
        font-size: 40px;
    }

    .choose-flex {
        flex-wrap: wrap;
    }

    .choose-con {
        width: 33.33333%;
    }

    .choose-con:nth-child(3) .choose-box {
        border-bottom: 1px dashed #fff;
    }
    
    .choose-con:nth-child(4) .choose-box {
        border-left: 1px dashed #fff;
    }

    .choose-con:nth-child(5) .choose-box {
        border-right: 1px dashed #fff;
    }

    .division-count .main-count {
        font-size: 25px;
    }

    .faq-head-txt h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .product-img .product-txt p {
        font-size: 14px;
    }
    
    .glance-flex {
        flex-wrap: wrap;
    }
    
    .glance-col {
        width: 31.3333%;
        padding: 10px;
    }
    
    .glance-box {
        border: 1px dashed #fff;
        padding: 20px;
        height: 100%;
    }

    .glance-col:not(:last-child)::after {
        background: #fff0;
    }

    .glance-box h4 {
        margin-bottom: 15px;
    }

    /*.glance-col:nth-child(1), .glance-col:nth-child(2), .glance-col:nth-child(3) {
        border-bottom: 1px solid #fff;
        padding-bottom: 50px;
    }*/

    .about-founders .row {
        flex-direction: column-reverse;
    }

    .awards-flex {
        margin: 0 0px;
    }

    .awards-img {
        padding: 6px;
    }

    .awards-col .awards-img img {
        height: 180px;
    }

    .awards-col:nth-child(3) .awards-img img {
        height: 386px;
    }

    .awards-flex {
        height: 400px;
    }

    .awards-col .awards-img:not(:last-child) {
        margin-bottom: 12px;
    }

    .founders-txt {
        padding: 40px 40px;
    }

    .arrow-bottom .swiper-button-next {
        right: 40%;
    }

    .arrow-bottom .swiper-button-prev {
        left: 40%;
    }

    .arrow-slider2 .swiper-button-next {
        right: 40%;
    }

    .arrow-slider2 .swiper-button-prev {
        left: 40%;
    }

    .legacy-con {
        width: 100%;
        position: relative;
        transform: none;
        left: 0;
        bottom: 0;
        padding: 50px 0;
        background: var(--main-color);
    }

    .testi-quote {
        top: -80px;
        left: 3%;
        width: 160px;
    }

    .glance-box p {
        margin-bottom: 20px;
    }

    .footprint-con {
        width: 100%;
    }
    
    .blog-box::after {
        height: 100%;
    }

    .location-box li i {
        width: 30px;
    }

    .location-box h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .testing-slider .row {
        flex-direction: column-reverse;
    }

    .testing-con {
        padding: 35px;
    }

    .testing-con li {
        width: 85%;
    }

    .methodology-flex {
        flex-wrap: wrap;
    }

    .methodology-box {
        margin-bottom: 30px;
        width: 29%;
    }

    .annual-txt .main-btn {
        margin-left: 0;
    }

    .opening-con .accordion-button {
        font-size: 16px;
    }

    .career-txt {
        width: 90%;
        padding: 25px 30px;
    }

    .case-product-img img {
        height: 220px;
    }

    .solutions-con li {
        width: 100%;
    }

    .download-txt .heading {
        justify-content: center;
    }

    .pd-image-flex .pd-img-col:nth-child(1) {
        width: 100%;
        margin-bottom: 10px;
    }

    .pd-image-flex .pd-img-col:nth-child(2),
    .pd-image-flex .pd-img-col:nth-child(3) {
        width: 49%;
    }
    
    .career-txt {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        z-index: 2;
        padding: 50px 60px;
        background: var(--main-color);
    }
    
    .career-con img {
        height: auto;
    }
    
    .career-con::after {
        background: transparent;
    }
    
    .career-txt li::before {
        background: #fff;
    }
    
    .career-txt li::after {
        background: #8cd8fd;
    }
    
    ol.process-chart>li {
        width: 33.3333%;
    }
    
    .partner-flex img {
        width: 22%;
    }
    
    .product-box .product-hover-txt {
        padding: 20px;
    }
    
    .product-box .product-hover-txt h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .flexbox .product-li {
        width: 48%;
    }

    .bnr-btm {
        display: block;
    }

    .inner-banner-con ul.casestudys-sanp {
        display: none;
    }

    ul.casestudys-sanp {
        width: 100%;
    }

    .infra-improvement::after {
        width: 100%;
        height: 100%;
    }
    ul.safety-list {
        flex-direction: column;
    }
    ul.safety-list li:last-child {
        padding: 30px 15px;
    }
    .select-box {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .inner-banner-con h1 {
        font-size: 35px;
        line-height: 45px;
        text-shadow: 0 0 10px #00000080;
    }

    .inner-banner .bnr-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    
    .glance-col {
        width: 50%;
        padding: 10px;
    }

    .count-box .main-count {
        font-size: 30px;
    }
    
    .division-box-txt .division-btn {
        font-size: 12px;
    }

    .division-count .main-count {
        font-size: 25px;
    }

    .industry-img img {
        height: 350px;
        object-fit: cover;
    }

    .arrow-slider .swiper-button-next, .arrow-slider .swiper-button-prev {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .testi-con {
        padding: 0 30px;
    }

    .faq-head-txt h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .faq-head img {
        height: 350px;
        object-fit: cover;
    }

    .faq-head p br {
        display: none;
    }

    .blog-img img {
        height: 300px;
        object-fit: cover;
    }

    .blog-box::after {
        height: 100%;
    }

    .inner-banner::after {
        width: 100%;
    }

    .product-img .product-txt p {
        font-size: 13px;
    }

    .testi-icon {
        left: 0px;
    }

    .dp-box .dp-txt h3 {
        font-size: 17px;
        line-height: 27px;
    }

    .choose-box h3{
        font-size: 26px;
        line-height: 36px;
    }

    .dp-box .dp-txt {
        padding: 15px 15px;
    }

    .testi-quote {
        top: -60px;
        left: 3%;
        width: 130px;
    }

    .mv-img {
        text-align: center;
    }

    .location-box li {
        margin-bottom: 15px;
    }

    .location-box h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .get-touch-form .form-control {
        font-size: 15px;
    }

    .infra-content h3, .case-project .dp-box .dp-txt h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .division-count .row .col-6:not(:last-child) .mx-cont::after {
        background: transparent;
    }

    .testing-slider .row {
        background: #fff;
        margin: 0 45px;
    }

    .methodology-box p {
        font-size: 16px;
    }

    .annual-txt {
        width: 45%;
    }

    .annual-img {
        height: 250px;
        object-fit: cover;
    }

    /* .csr-img {
        margin-bottom: 20px;
    } */

    .annual-con::after {
        width: 100%;
        background: #000;
        opacity: 0.4;
    }

    .annual-txt {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
    }

    .annual-txt h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .annual-txt .main-btn {
        margin-left: auto;
    }

    .case-product-img img {
        height: 170px;
    }

    .challenge-box {
        width: 85%;
    }

    .pd-image-flex .pd-img-col:nth-child(1) .pd-img, .pd-image-flex .pd-img-col:nth-child(3) .pd-img {
        height: 250px;
    }

    .pd-image-flex .pd-img-col:nth-child(2) .pd-img {
        height: 120px;
    }

    .pd-right-flex .pd-right-box {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
        width: 100%;
    }

    .pd-right-flex .pd-right-box:first-child {
        margin-bottom: 20px;
    }

    .pd-right-flex {
        flex-wrap: wrap;
    }

    .pd-count-icon img {
        height: 40px;
    }

    .pd-count-box .main-count {
        font-size: 30px;
        line-height: 40px;
    }
    
    .career-txt {
        padding: 30px 30px;
    }
    
    ol.process-chart>li {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .excellence-box {
        padding: 20px;
    }
    
    .methodology-box {
        width: 43%;
    }
    
    .cartificate-ul li.box-item {
        width: 33.33%;
    }
    
    .flip-box-front, .flip-box-back {
        min-height: 140px;
    }
    
    .partner-flex img {
        width: 21%;
        height: 60px;
    }
    
    .facility-address .facility-li {
        width: 50%;
    }
    
    .ag-timeline-card_title {
        font-size: 25px;
    }

    .main-nextbtn, 
    .main-prvbtn {
        width: 25%;
        height: auto;
    }

    .all-casestudys img{
        width: 50%;
    }

    .client-imgbox {
        height: 80px;
    }

    .list-case ul {
        gap: 0px;
        padding: 10px 5px;
    }
    .list-case ul li {
        flex: 0 0 32% !important;
    }

    .list-case ul li:last-child {
        flex: 0 0 100%;
    }
    .main-nextbtn img, .main-prvbtn img {
        width: 65%;
        height: 65px;
    }
    .main-nextbtn i, .main-prvbtn i {
        width: 35%;
        font-size: 12px;
    }

    /* new-css */

    .tab {
        margin: 0 15px 40px;
    }
    .dp-box .dp-txt {
        width: 70%;
    }
    .section-container {
        padding: 0 15px;
    }

    .mv-txt h3 {
        font-size: 22px;
        line-height: 32px;
    }

    ol.process-chart>li .safety-box h3 {
        min-height: auto;
        text-align: center;
    }

    .case-dropdown-con {
        width: 47%;
    }

    .case-dropdown-con select {
        width: 100%;
    }

    .case-dropdown-con.case-dropdown-con-project {
        width: 100%;
    }

    .fancybox-caption__body {
        font-size: 16px;
    }
    .csr-txt {
        height: auto;
    }

    .csr-btn {
        margin: 15px auto 0;
    }

}

@media (max-width: 575px) {
    .inner-banner-con h1 {
        font-size: 27px;
        line-height: 37px;
        text-shadow: none;
    }
    
    .inner-banner .bnr-img {
        height: auto;
    }
    
    .inner-banner img.shap-img {
        top: 25%;
        width: 100%;
        display: none;
    }

    .count-box .main-count {
        font-size: 25px;
    }
    
    .glance-box {
        padding: 10px;
    }

    .inner-banner-con h1 {
        width: 100%;
    }

    /*.dp-box .dp-txt {
        text-align: center;
    }*/

    .industry-txt p {
        width: 100%;
    }

    .choose-con {
        width: 100%;
        padding: 0 15px;
    }

    .choose-con .choose-box {
        /* border: none; */
        border: 1px dashed #fff !important;
        border-top: 0px dashed #fff !important;
        text-align: center;
    }

    .choose-con:nth-child(1) .choose-box {
        border-top: 1px dashed #fff !important;
    }

    .choose-box img {
        margin-bottom: 30px;
    }

    .testi-quote {
        top: -60px;
        left: 0%;
        width: 110px;
    }

    .box-txt h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .dp-box .dp-txt h3  {
        font-size: 17px;
        line-height: 27px;
    }
    .choose-box h3{
        font-size: 26px;
        line-height: 36px;
    }

    .glance-box .mx-cont {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .glance-box h4 {
        font-size: 13px;
    }

    .mv-ul li {
        width: 100%;
    }

    .arrow-slider .swiper-button-next, .arrow-slider .swiper-button-prev {
        top: auto;
        bottom: 0;
        z-index: 4;
    }

    .arrow-slider {
        padding-bottom: 50px;
    }

    .arrow-slider .swiper-button-next {
        right: 38%;
    }

    .arrow-slider .swiper-button-prev {
        left: 38%;
    }

    .awards-col .awards-img img {
        height: auto !important;
        aspect-ratio: 1/1;
    }

    .awards-col {
        width: 100%;
    }

    .awards-flex {
        flex-direction: row;
        height: auto;
        column-gap: 15px;
        row-gap: 15px;
    }

    .awards-col {
        width: 47.5%;
    }

    .testi-con {
        padding: 0 0px;
    }

    .founders-txt {
        padding: 25px 15px;
    }

    /*.about-legacy img {
        height: 450px;
    }*/

    .count {
        margin-right: 10px;
    }

    .choose-box h3 br {
        display: none;
    }

    .choose-box h3 {
        margin-bottom: 10px;
    }

    .choose-con:nth-child(3) .choose-box {
        border-bottom: none;
    }
    
    .choose-con:nth-child(5) .choose-box {
        border-right: none;
    }

    .location-box li:first-child p {
        width: 100%;
    }

    .location-box {
        padding: 20px;
    }

    .division-count .main-count {
        font-size: 22px;
    }

    .testing-slider .row {
        margin: 0px;
    }

    .testing-con li {
        width: 100%;
    }

    .testing-con {
        padding: 20px;
    }

    .methodology-box {
        width: 41%;
        padding: 40px 10px;
    }

    .testing-con h3, .sustain-txt h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .case-dropdown-con select {
        padding: 6px 8px;
        /* width: 170px; */
        font-size: 15px;
    }

    .case-dropdown-con {
        gap: 10px;
    }

    .case-product-ul .case-product-li {
        width: 100% !important;
    }

    .challenge-box {
        width: 95%;
        padding: 30px 0;
    }

    .challenge-txt {
        padding-left: 20px;
    }

    .solutions-con {
        width: 100%;
    }
    
    .career-txt {
        padding: 20px 16px;
    }
    
    ol.process-chart>li>div h3 {
        font-size: 16px;
    }
    
    .process-txt li {
        font-size: 12px;
        line-height: 22px;
    }
    
    .process-txt {
        padding: 10px;
    }
    
    ol.process-chart>li {
        flex: 0 0 100%;
    }
    
    .safety-box h3 {
        min-height: auto;
    }
    
    .methodology-box {
        width: 100%;
    }
    
    .methodology-box h3 {
        min-height: auto;
    }
    
    .cartificate-ul li.box-item {
        width: 50%;
    }
    
    .partner-flex img {
        width: 27%;
    }
    
    .inner-banner::after {
        /* background: #000; */
        opacity: 1;
        background: #1D9F4D;
        /* background: linear-gradient(0deg, rgba(29, 159, 77, 1) 0%, rgb(31 157 135) 51%, rgb(31 155 213 / 0%) 100%); */
        background: linear-gradient(0deg, rgba(24, 143, 68, 1) 0%, rgba(28, 140, 122, 0.82) 51%, rgb(33 154 214 / 0%) 100%);
        height: 77%;
        top: auto;
        bottom: 0;
    }

    .inner-banner-con {
        top: 65%;
    }

    .case-dropdown-con label {
        width: 50%;
    }
    .select-box {
        justify-content: center;
    }
    
    .environment-txt li {
        width: 100%;
    }
    
    /*.industry-txt, .blog-box-txt, .inner-banner-con, .choose-con .choose-box,
    .infra-content h3, .infra-content, .glance-box h4, .infra-content h3, .case-project .dp-box .dp-txt h3,
    .mv-txt p, .mv-txt-con, .testing-con h3, .sustain-txt h3, 
    .csr-txt, .employee-txt, .heading, .career-txt p, .inner-para p, .heading h2, .infra-content p {
        text-align: left;
    }*/
    
    .mv-ul {
        text-align: left;
    }
    
    .blog-box-txt .blog-btn {
        margin-left: auto;
        margin-right: auto;
    }
    
    /*.heading .top-head::before {
        background: transparent;
    }*/
    
    /*.heading .top-head {
        margin-left: 0;
    }*/
    
    .testi-con .inner-para p {
        text-align: center;
    }
    
    .facility-address .facility-li {
        width: 100%;
    }
    
    .process-content {
        min-height: auto;
    }
    
    ol.process-chart>li .safety-box h3 {
        height: auto;
    }
    
    button.tablinks {
        border: none;
        outline: none;
        padding: 10px 12px;
        font-family: 'myfirstfont-Regular';
        font-size: 15px;
    }
    
    .ag-timeline-card_title {
        font-size: 22px;
    }
    
    .sector-con {
        padding: 30px 20px;
    }
    
    .blog-box-txt {
        background: var(--main-color);
        position: relative;
    }
    
    .blog-img {
        overflow: hidden;
        margin-bottom: 0;
    }
    
    .blog-img {
        height: auto;
    }
    
    .blog-box::after {
        background: transparent;
    }
    
    .flexbox .product-li {
        width: 100%;
    }

    .challenge-img {
        height: 500px;
    }

    .caseoverview-text ul li {
        text-align: left;
        width: 100%;
    }
    .resultlist-text ul li{
        justify-content: start;
        width: 100%;
    }

    ul.casestudys-sanp {
        width: 100%;
    }

    ul.casestudys-sanp li {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }

    .count-img img{
        width: 40px;
        margin-bottom: 10px;
    }

    .event-gallery {
        column-count: 1;
        column-gap: 20px;
    }
    .close-btn {
        font-size: 18px;
        height: 30px;
        width: 30px;
    }
    .partner-flex .client-img {
        width: 30%;
        margin: 5px;
        padding: 4px;
        border: 1px dashed #3d3e464d;
    }
    .event-txt h3 {
        min-height: auto;
    }
    .event-btn {
        margin: 0 auto;
    }

    .testimonial-con .swiper-button-next {
        right: -3px;
    }

    .testimonial-con .swiper-button-prev {
        left: -3px;
    }

}