/*--------------------------------------------------------------
	Banner CSS Start
--------------------------------------------------------------*/

.hero-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.blackfont {
    color: black !important;
}

.whitefont {
    color: #ffffff !important;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-slider .slide-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    /* background: linear-gradient(90deg, #ffffff, #0000); */
    /*background: linear-gradient(90deg, #000, #0000);*/
    opacity: 1;
    z-index: 0;
}

/* .hero-slider .slide-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0F132B, #0f132b00);
    opacity: 0.5;
    z-index: 1;
} */

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: var(--main-color);
    width: 35px;
    height: 35px;
    line-height: 24px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 28px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    color: #fff;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform:translateX(50px);
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform:translateX(-50px);
}

.hero-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;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

.hero-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%);
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 100%;
    transition:all .4s ease;
}

/*--------------------------------------------------------------
	#banner text style
--------------------------------------------------------------*/

.hero-slider .bg-img {
    position: relative;
}

.bnr-txt {
    position: absolute;
    top: 65%;
    left: 0;
    transform: translateY(-70%);
    width: 100%;
    z-index: 2;
}

.bnr-txt h1, .bnr-txt h2 {
    color: var(--main-dark-color);
    font-family: var(--h1HeadingFont);
    font-size: 55px;
    line-height: 70px;
    margin-bottom: 20px;
    width: 60%;
}

.bnr-txt p {
    color: var(--main-dark-color);
    position: relative;
    margin-bottom: 50px;
    font-family: 'myfirstfont-Bold';
   width: 45%;
}

.bnr-txt .sub-txt {
    text-transform: uppercase;
    font-family: 'myfirstfont-Regular';
    color: #fff;
    /* font-size: 18px; */
}

/*--------------------------------------------------------------
	Banner CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Counter CSS Start
--------------------------------------------------------------*/

.counter-sec {
    padding: 50px 0;
}

.count-box {
    text-align: center;
}

.count-box img {
    height: 50px;
    width: auto;
    margin-bottom: 15px;
}

.count-box .main-count {
    font-size: 50px;
    line-height: 60px;
    color: #303843;
}

.count-box .main-count .count {
    margin-right: 0px;
}

.counter-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.counter-item {
    width: 25%;
    padding: 15px 0;
}

/*--------------------------------------------------------------
	Counter CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Division CSS Start
--------------------------------------------------------------*/

.box-txt h3 {
    font-size: 32px;
    line-height: 42px;
    font-family: 'myfirstfont-Regular';
    margin-bottom: 15px;
}

.division-a {
    width: 100%;
    height: 100%;
    display: block;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.division-col:nth-child(even) .division-a {
    border-right: none;
}

.division-box {
    height: 100%;
    overflow: hidden;
}

.division-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
    aspect-ratio: 5/3;
}

.division-box:hover img {
    transform: scale(1.08);
}

/*.division-box-txt {
    position: relative;
    width: 100%;
    z-index: 1;
    background: #e0e6ee;
}*/

.division-box-txt {
    position: absolute;
    top: 10%;
    left: 6%;
    z-index: 2;
}

.division-box-txt p {
    margin-bottom: 50px;
    width: 55%;
}

.division-con-box-txt h3 {
    margin-bottom: 0;
    padding: 5px;
    font-size: 25px !important;
    font-family: 'myfirstfont-Regular';
    margin-bottom: 15px;
}

.division-box-txt h3 .fa-solid {
    font-size: 20px;
}

.division-box-txt .division-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;
}

.division-box-txt .division-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.division-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 0;
}

/*--------------------------------------------------------------
	Division CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Product CSS Start
--------------------------------------------------------------*/

/* .product-con {
    margin-bottom: 50px;
} */

.product-ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-ul .product-li:nth-child(1),
.product-ul .product-li:nth-child(3) {
    width: 39%;
}

.product-ul .product-li:nth-child(2) {
    width: 59.5%;
}

.product-ul .product-li:nth-child(4),
.product-ul .product-li:nth-child(5) {
    width: 29%;
}

.product-box {
    width: 100%;
}

.product-img {
    width: 100%;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.product-box:hover .product-img img {
    transform: scale(1.08);
}

.product-box p {
    padding: 10px 0 0px;
    text-align: center;
    color: #000;
}

.product-a {
    width: 100%;
    height: 100%;
    display: block;
}

/*--------------------------------------------------------------
	Product CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Sustainability CSS Start
--------------------------------------------------------------*/

.sustain-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.sustain-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 0;
}

/*--------------------------------------------------------------
	Sustainability CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Sustainability CSS Start
--------------------------------------------------------------*/

.career-box {
    margin-right: 100px;
}

.career-box p {
    font-size: 22px;
    color: #121E2D;
}

.career-box-con {
    border: 1px solid #C2DAFF;
    margin: 20px 0;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.career-box-con .mx-cont {
    width: 50%;
    padding: 35px;
}

.career-box-con .main-count {
    font-size: 65px;
    line-height: 65px;
    font-family: 'myfirstfont-Bold';
    margin-bottom: 10px;
    color: var(--main-dark-color);
}

.career-box-con .main-count .count {
    margin-right: 10px;
}

.career-box-con .mx-cont:first-child {
    margin-bottom: 80px;
}

.career-box-con .mx-cont:last-child {
    margin-top: 80px;
}

.career-box-con::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
    width: 1px;
    height: 80%;
    background: #C2DAFF;
}

/*--------------------------------------------------------------
	Sustainability CSS End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Blog CSS Start
--------------------------------------------------------------*/

.blog-img {
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
}

.blog-box-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px;
    color: #fff;
    z-index: 2;
}

.blog-box img {
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.blog-box:hover img {
    transform: scale(1.08);
}

.blog-a {
    width: 100%;
    height: 100%;
    display: block;
}

/*.blog-box-txt h3 {
    color: #303843;
}*/

.blog-box-txt p {
    color: #fff;
    margin-bottom: 20px;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-box-txt .blog-btn {
    color: #fff;
    position: relative;
    font-family: 'myfirstfont-Bold';
    font-size: 16px;
    width: fit-content;
    transition: all ease-in-out 0.4s;
}

.blog-box-txt .blog-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.blog-box-txt .calender {
    margin-bottom: 10px;
}

.blog-box-txt .calender i {
    margin-right: 5px;
}

/*--------------------------------------------------------------
	Blog CSS End
--------------------------------------------------------------*/

.event-a .event-txt p.homepara-event{
    font-family: var(--bodyFont);
    color: var(--main-dark-color);
    font-size: 16px;
    line-height: 26px;
}


/*--------------------------------------------------------------
	Responsive CSS Start
--------------------------------------------------------------*/

@media (max-width: 1600px) {

    .bnr-txt h1, .bnr-txt h2 {
        font-size: 56px;
        line-height: 66px;
    }

    .count-box .main-count {
        font-size: 45px;
        line-height: 55px;
    }

    .box-txt h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .career-box-con .main-count {
        font-size: 55px;
        line-height: 55px;
    }

    .division-box-txt p {
        width: 58%;
    }

    /*.product-img img {
        height: 420px;
    }*/

}

@media (max-width: 1399px) {

    .career-box p {
        font-size: 20px;
    }

    .career-box-con .main-count {
        font-size: 45px;
        line-height: 45px;
    }

    .box-txt h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .division-box-txt .division-btn {
        font-size: 14px;
    }
    
    .division-con-box-txt h3 {
        font-size: 20px !important;
    }

}

@media (max-width: 1299px) {

    .bnr-txt h1, .bnr-txt h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .count-box .main-count {
        font-size: 40px;
        line-height: 50px;
    }

    .division-box-txt p {
        width: 60%;
    }

    /*.product-img img {
        height: 350px;
    }*/

}

@media (max-width: 1024px) {
    
    .counter-item {
        width: 33.33%;
    }
    
}

@media (max-width: 1024px) {

    .career-box-con .main-count {
        font-size: 40px;
        line-height: 40px;
    }

    .career-box p {
        font-size: 17px;
    }

    .box-txt h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .division-con-box-txt h3 {
        font-size: 18px !important;
    }

}

@media (max-width: 991px) {

    .bnr-txt h1, .bnr-txt h2 {
        width: 60%;
    }

    .count-box .main-count {
        font-size: 30px;
        line-height: 40px;
    }

    /*.product-img img {
        height: 220px;
    }*/

    .sustain-txt p {
        width: 80%;
        margin: 0 auto;
    }

    .career-box {
        margin-right: 0;
    }

    .career-box-con .mx-cont {
        padding: 20px;
    }

    .career-box-con .main-count {
        font-size: 30px;
        line-height: 30px;
    }

    .career-box-con .mx-cont:first-child {
        margin-bottom: 50px;
    }

    .career-box-con .mx-cont:last-child {
        margin-top: 50px;
    }

    .blog-box-txt p {
        width: 100%;
    }
    
    .division-box-txt p {
        width: 90%;
        margin-bottom: 30px;
    }
    
    .division-box img {
        aspect-ratio: 5 / 4;
    }

}

@media (max-width: 767px) {

    .hero-slider .slide-inner::before {
        width: 100%;
        background: none;
    }

    .bnr-txt h1, .bnr-txt h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .about-sec p br {
        display: none;
    }

    /*.product-img img {
        height: 170px;
    }*/

    .sustain-sec img {
        height: 400px;
        object-fit: cover;
    }

    .career-box-con .main-count {
        font-size: 24px;
        line-height: 24px;
    }

    .count-box .main-count {
        font-size: 24px;
        line-height: 34px;
    }

    .sustain-txt p {
        width: 100%;
    }

    .sustain-txt {
        width: 90%;
    }

    .division-box-txt .division-btn {
        font-size: 12px;
        margin: 0 auto;
    }
    
    .division-a {
        border-right: none;
    }
    
    .division-box img {
        aspect-ratio: 5 / 3;
    }
    
    .product-box {
        position: relative;
    }
    
    .product-box p {
        padding: 10px 0 0px;
        text-align: center;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        padding: 15px;
        font-size: 18px;
    }
    
    .product-box::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(0deg, #000000cc, transparent);
    }

    .bnr-txt p {
        width: 100%;
    }

    .bnr-txt p br{
        display: none;
    }

    .bnr-txt::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 800px;
        background: #ffffff;
        opacity: 0.5;
    }

}

@media (max-width: 575px) {

    .hero-slider .swiper-container {
        position: relative;
    }

    .hero-style {
        height: auto;
        background: #9fe0ff;
    }
    
    .bg-img {
        position: relative;
        top: auto; 
        left: auto; 
        width: 100%;
        height: auto;
        z-index: -1;
    }
    
    .bnr-txt {
        position: relative;
        top: auto;
        left: 0;
        transform: none;
        width: 100%;
        z-index: 2;
        padding: 40px 0;
    }

    .bnr-txt h1, .bnr-txt h2 {
        font-size: 30px;
        line-height: 40px;
        text-shadow: none;
    }

    .bnr-txt h1, .bnr-txt h2 {
        width: 100%;
    }

    .bnr-txt::after {
        background: transparent;
    }
    
    .hero-slider .swiper-pagination-bullet {
        background: #2484b1;
    }

    .division-box-txt p {
        width: 100%;
        margin-bottom: 30px;
    }

    .division-box::after {
        opacity: 0.5;
    }

    .product-ul .product-li {
        width: 100% !important;
    }
    .division-box-txt {
        text-align: center;
    }
    
    /* .inner-para p, .heading h2, .count-box {
        text-align: left;
    } */
    
    /* .heading .top-head::before {
        background: transparent;
    } */
    
    /* .heading .top-head {
        margin-left: 0;
    } */
    
    .counter-item {
        width: 50%;
    }
    
    .count-box {
        text-align: center;
    }
    
    .division-box img {
        aspect-ratio: 5 / 4;
    }
    
    .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;
    }
    
    .ftr-item-social ul li i {
        width: 20px;
    }

    .count-box img {
        height: 40px;
        margin-bottom: 10px;
    }

}