
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
::selection{
    background-color: #00888a;
    color: #ffff;
}

/* li {
    list-style: none;
} */

a {
    text-decoration: none;
}

footer li {
    list-style: none;
}




h1,
h2 {
    font-family: "Freeman", sans-serif;
}

p {
    font-family: "Lato", sans-serif;
}

p strong{
    color: #000;

}

.footer-row {
    margin-right: -370px;
}

.btn-cont button {
    padding: 8px 10px;
    background: #00888a;
    /* transform: skewX(165deg); */
    font-weight: 500;
    border: 0px;
    color: white;
    border-radius: 5px;
}

.address .icons {
    display: flex;
    grid-gap: 20px;
    font-size: 18px;
    margin-top: 2px;
}



.section_3,
.section_4,
.section_6,
.news {
    /* background: url("images/background-1.jpg"); */
    /* color: darkcyan; */
    padding: 75px 0px 60px 0px;
    /* height: 400px; */
}

/* .section_3 {
    background: url('../images/circle-background-2.png');
    margin-top: 25px;
} */

.section_7 {
    padding: 60px 0px 60px 0px;
}


.section_9 {
    margin: 60px 0px 60px 0px;
}


.section_4 .heading-box,
.section_5 .heading-box,
.section_6 .heading-box,
.section_7 .heading-box,
.news .heading-box {
    margin-bottom: 60px;
}




/* ------ Navbar --------- */


.section_1 {
    color: #000;
    z-index: 1000;
    /* position: absolute;
    top: 0%;
    width: 100%; */
}

.section_1 nav {
    background-color: white;
}

.section_1 .container {
    padding: 5px 0px;
    /* padding-right: 50px; */
}

.section_1 .navbar-brand img {
    width: 80%;
}

/* .navbar-nav {
 padding-left: 15%;
} */

.section_1 .navbar-collapse {
    justify-content: end;
}

.section_1 .dropdown-menu-main {
    background-color: #f7f7f7;
    padding: 0px;
    left: -200px;
    border-radius: 0px;
    padding: 20px 0px;
    height: 80vh;
    width: 350px;
    text-align: -webkit-center;
}

.section_1 .nav-item.dropdown:hover .dropdown-menu-main,
.section_1 .dropdown_one:hover .dropdown-under-dropdown,
.section_1 .dropdown_two:hover .dropdown-under-dropdown-under-dropdown {
    display: block;
    border: 0;
}



.section_1 .dropdown_one {
    padding: 5px 0px;
    /* width: 250px; */
    color: #000;
}

.section_1 .dropdown_one::after,
.section_1 .dropdown-under-dropdown li::after,
.section_1 .prod-drop-sub-title li::after {
    content: "";
    position: absolute;
    left: 25px;
    width: 84%;
    /* top: 81px; */
    height: 1px;
    /* border-bottom: 1px dashed #000; */
}

.section_1 .dropdown-under-dropdown li::after {
    border-bottom: 1px dotted #c1bcbc;
}

.section_1 i {
    color: #c1bcbc;
}

.section_1 .dropdown_one a:hover,
.section_1 .dropdown-item:hover i,
.section_1 .nav-item a:hover {
    /* --bs-link-color-rgb: var(--bs-link-hover-color-rgb); */
    color: #0e8889;
    /* background-color: unset !important; */
}

.section_1 .dropdown-toggle::after {
    display: none;
}

.section_1 .prod-drop-main-title {
    font-size: 17px;
    font-weight: 600;
    display: flex;
    padding: 25px 30px;
    text-align: left;
    text-transform: uppercase;
    justify-content: space-between;
}

.section_1 .prod-drop-sub-title {
    display: flex;
    justify-content: space-between;
}


.section_1 .prod-drop-main-title:hover,
.section_1 .prod-drop-main-title:hover i,
.section_1 .prod-drop-main-title.hovered,
.section_1 .prod-drop-main-title i.hovered {
    background-color: #0e66b1;
    color: white !important;
}

.section_1 .dropdown-under-dropdown,
.section_1 .dropdown-under-dropdown-under-dropdown {
    position: absolute !important;
    left: 100% !important;
    top: 0% !important;
    height: 80vh;
    width: 380px;
    background-color: #f7f7f7;
    border-radius: 0px;
    border: 0px !important;
    border-left: 1px solid #b7afaf !important;
    margin: 0px !important;
    padding: 15px 0px;
}

.section_1 .dropdown-under-dropdown a,
.section_1 .prod-drop-sub-title a {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    padding: 25px 35px;
}

.section_1 .nav-title {
    margin: 0px 8px;
    /* line-height: 70px; */
    /* padding: 20px; */
}

.section_1 .nav-title-main {
    font-size: 19px;
    /* font-weight: 600; */
    line-height: 70px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.section_1 .dropdown-item:active {
    background-color: unset;
}

.section_1 .nav-title-main {
    position: relative;
}

.section_1 .nav-title-main::before {
    content: "";
    position: absolute;
    bottom: 30%;
    left: 0%;
    width: 0%;
    height: 2px;
    transform: translate(0%, -50%);
    background: #0e8889;
    transition: all 300ms ease-in-out;
}

.section_1 .nav-title:hover .nav-title-main::before {
    width: 100%;
}

.about-us-dropdown,
.segments-dropdown {
    left: -100px !important;
}

.section_1 {
    color: #000;
    z-index: 1000;
    position: fixed;
    top: 0%;
    width: 100%;
    transition: all 600ms ease-in-out;
}


.section_1.scrolled a {
    color: black !important;
}

.dropdown_menu {
    display: none;
    position: absolute;
    background-color: white;
    border-radius: 10px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #333;
    z-index: 1000;
    width: 200px; /* Adjust width as needed */
}

.dropdown_menu li {
    padding: 8px 20px;
    text-align: left;
}

.dropdown_menu li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: "Lato", sans-serif;;
    display: block;
    
}

.dropdown_menu li:hover a {
    color: #0e8889;
}

.nav-item.dropdown:hover .dropdown_menu {
    display: block;
}

.nav-item.dropdown {
    position: relative;
}



.top-fixed {
    position: fixed;
    background-color: #fff;
    color: #000;
    z-index: 1000;
    transition: all 600ms ease-in-out;
    /* backdrop-filter: blur(10px); */
}

.top-fixed .nav-title-main {
    color: #000;
}

.section_2 {
    position: relative;
    margin-top: 95px;
}

.carousel-item img {
    height: 700px;
}


/* Section 3 */


.section_3 {
    padding: 70px 0px 60px 0px;
}


.section_3 h2,
.section_4 h2,
.section_5 h1,
.section_6 h1,
.section_7 h2,
.news h2,
.section_9 h2 {
    /* color: darkcyan; */
    font-size: 47px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

.section_9 .heading-box p {
    text-align: center;
    color: grey;
    font-size: 18px;
    margin-bottom: 0px;
    padding-top: 10px;
}

.section_3 .para-cont {
    display: grid;
    grid-gap: 15px;
    margin-top: 30px;
}

.section_3 .para-cont p {
    font-size: 18px;
    margin-bottom: 0px;
}

.section_3 h2 {
    text-align: left;
}

.section_3 h6 {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 28px;
    /* font-weight: 100 !important; */
    color: grey;
}



.section_4 .card,
.section_4 .card img {
    border-radius: 0px;
}


.section_5 {
    /* background: url(../images/background-1.jpg) no-repeat bottom right; */
    background: #ebebeb3d;
    position: relative;
    /* height: 100%; */
    /* height: 500px; */
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 75px;

}

.section_5 .slide-1 {
    text-align: left;
    padding: 0px 35px 0px 65px;
    width: 100%;
    display: grid;
    /* grid-template-columns: 45% 55%; */
}

.section_5 .slide-1 .left {
    padding-right: 40px;
    align-content: center;
}

.section_5 .slide-1 .left button {
    position: relative;
    z-index: 1;
    padding: 4px 13px;
    border: 1px solid;
    transition: all 600ms ease-in-out;
}

.section_5 .slide-1 .left button::before,
.news .left button::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    background: #0e8889;
    transition: all 600ms ease-in-out;
}

.section_5 .slide-1 .left button:hover,
.news .left button:hover {
    color: white;
}

.section_5 .slide-1 .left button:hover::before,
.news .left button::before {
    width: 100%;
    color: white !important;
    transition: all 600ms ease-in-out;
}


.section_5 .slide-1 .left p {
    font-size: 17px;
    margin: 10px 0px 20px 0px;
}

.section_5 .swiper-container-1 {
    width: 100%;
    height: 100%;
}

.section_5 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_5 .swiper-slide img {
    display: block;
    width: 62%;
    /* height: 100%; */
    object-fit: cover;
    margin: 0 auto;
    cursor: pointer;
}

.section_5 .swiper-button-next::after,
.section_5 .swiper-button-prev::after {
    font-size: 40px;
    font-weight: 900;
}

.section_6 .box {
    position: relative;
    transition: all 600ms ease-in-out;
    /* height: 460px; */
}

.section_6 .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    background: url("../images/background-2.png");
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    z-index: -1;
    /* transform: skew(6deg); */
    background-color: #0e8889;
    background-color: #5099ae;
}

.section_6 .box:hover::before {
    width: 100%;
    transition: all 600ms ease-in-out;
}

.section_6 .columm-container {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 15px;
    place-content: center;
}

.section_6 .card {
    padding: 40px 45px 25px 30px;
    background-color: unset;
    border: 0px;
}

.section_6 .card img {
    width: -webkit-fill-available;
    min-height: 245px;

}

.section_6 .card-body {
    margin-top: 20px;
    color: white;
    padding: 0px;
}

.section_6 .card-text {
    margin-bottom: 0px;
    font-size: 17px;
}



/* -------- Marquee styles ------------ */

.section_7 ul {
    margin-bottom: 0px;
}

.marquee {
    --gap: 0rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    /* min-width: 100%; */
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee__content {
    animation: scroll 40s linear infinite;
}

/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
    animation-play-state: paused;
}



@keyframes scroll-abs {
    from {
        transform: translateX(calc(100% + var(--gap)));
    }

    to {
        transform: translateX(0);
    }
}

.marquee__content>* {
    padding: 0rem 1rem;
}




footer {
    color: black;
    padding: 70px 0px;
    background-color: #c1e2e7;
    font-family: "Lato", sans-serif;
}

a {
    color: black;
}

footer p,
footer ul {
    margin-bottom: 0px !important;
    padding-left: 0px;
}

.contact .address {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.address .info-item i{
    font-size: 18px;
    padding-top: 5px;

}

.info-item {
    display: flex;
    /* align-items: center; */
    gap: 10px;
}

.info-item .adress-p{
    margin-left: 13px;
}

.info-item .right{
    margin-left: 10px;
}

.info-item .tel{
    margin-left: 12px;
}

.info-item .tel1{
    margin-left: 16px;
}


.contact .address a {
    color: #000; 
    text-decoration: none;
}

.contact .address a:hover {
    color: #00888a;
}

.footer-inner-product{
    padding-top: 6px;
}







.about-company .para-cont {
    padding-right: 50px;
    padding-top: 24px;
    padding-bottom: 22px;
}

.about-company .icons {
    display: flex;
    grid-gap: 20px;
    margin-top: 22px;
}

.about-company .icons i {
    font-size: 23px;
}

.about-company .icons i:hover {
    color: #0e8889;
}

.footer-heading-box {
    margin-bottom: 25px;
}

.quick-links {
    padding-left: 100px;
}

.quick-links::before {
    content: '';
    background-color: #0e8889;
    transform: skew(10deg);
}

.quick-links li {
    position: relative;
    transition: all 600ms linear;
}

.quick-links li:hover .fa-angles-right {
    left: -20px;
    transition: all 600ms linear;
}

.quick-links .fa-angles-right {
    position: absolute;
    font-size: 13px;
    left: -30px;
    top: 5px;
    transition: all 600ms linear;
}

.quick-links li:nth-child(1) {
    margin-top: 0px;
}

.quick-links li {
    margin-top: 10px;
}

.address {
    margin-bottom: 15px;
    padding-right: 95px;
}

.contact .para-cont {
    display: grid;
    grid-gap: 8px;
}

.contact .email-cont {
    display: flex;
    grid-gap: 5px;
}

.contact .email-cont .left {
    width: fit-content;
}

.contact .email-cont .right {
    width: min-content;
}

.contact {
    padding-right: 100px;
}

.footer-heading-box h4 {
    font-family: "Freeman", sans-serif;
}



.testimonial {
    padding: 100px 0px;
    margin-top: 60px;
    background: #d2d7d94a;
}

.testimonial h1 {
    padding-right: 70px;
    margin-bottom: 0px;
}


.testimonial h5 {
    font-family: "Lato", sans-serif;
}

.testimonial .swiper {
    width: 100%;
    /* height: 45%; */
}

.testimonial .swiper-slide {
    text-align: left;
    font-size: 18px;
    /* background: #fff; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.testimonial .left img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* height: -webkit-fill-available; */
}

.testimonial .ht-shape-btn-1 {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 2;
    /* transform: rotateY(180deg); */
}

.testimonial .icon-cont-1 {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 2;
    line-height: 1;
    padding: 17px 20px;
    border-radius: 100px;
    background: #1344fe;
}

.testimonial .icon-cont-1 i {
    color: black;
    font-size: 28px;
    z-index: 2;
    color: white;
}

.testimonial .right-cont {
    /* height: 650px; */
    /* display: flex; */
    grid-gap: 35px;
    /* padding: 0px 80px; */
    text-align: justify;
    flex-direction: column;
    place-content: center;
}

.testimonial .para-cont {
    color: #999999;
}


.testimonial .para-cont p {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 32px;
}

.testimonial .right-cont .person-cont {
    display: flex;
}

.testimonial .right-cont .inner-img-cont {
    width: 13%;
    padding: 0px;
    /* border: 2px dashed #e7e7e7; */
    border-radius: 100%;
}

.testimonial .right-cont .inner-img-cont img {
    width: -webkit-fill-available;
    border-radius: 100%;
}

.testimonial .right-cont .header {
    padding-left: 20px;
    place-self: center;
}

.testimonial .right-cont .header p {
    color: #877f7f;
    margin-bottom: 0px;
}



footer a:hover {
    color: #0e8889;
}


.sustainability .heading-box {
    width: 585px;
    margin-top: 120px;
}

.sustainability .heading-box h1 {
    font-size: 47px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sustainability .heading-box p {
    font-size: 17px;
}

.sustainability {
    background: linear-gradient(to right, rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0%)), url('../images/indexpage/sustainability-background.jpg')no-repeat center;
    /* border-radius: 20px; */
    /* background-size: cover; */
    min-height: 900px;
    margin-top: 16px;
    align-content: start;
    overflow: hidden;
    transition: all 300ms linear;
    background-attachment: fixed;
}



.sustainability .main-cont {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
    margin-top: 105px;
}


.sustainability .column-1 {
    background-color: white;
    color: black;
    padding: 20px;
    min-height: 400px;
}

.sustainability .para-cont {
    margin-top: 30px;
}

.sustainability ul {
    line-height: 30px;
    font-size: 17px;
    margin-top: 10px;
    font-family: "Lato", sans-serif;
}

.sustainability .img-cont img {
    width: 110px;
}




.latest-news {
    margin: 75px auto 40px auto;
}

iframe {
    width: -webkit-fill-available;
    height: 360px;
}

.latest-news .heading-box {
    margin-bottom: 50px;
}

.latest-news .heading-box h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

.latest-news .swiper {
    width: 100%;
    height: 100%;
}

.latest-news .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest-news .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.about-us {
    margin: 75px auto;
}

.about-us .main-cont {
    display: grid;
    grid-template-columns: 49% 48%;
    grid-gap: 3%;
}


.right {
    padding-right: 65px;
}

.about-us .img-cont-1 {
    padding-right: 115px;
}

.about-us .img-cont-1 img {
    width: -webkit-fill-available;
    height: 400px;
    object-fit: cover;
}


.about-us .img-cont-2 {
    position: absolute;
    bottom: 14%;
    right: 5%;
    width: 270px;
    border: 12px solid white;
    overflow: hidden;
    clip-path: polygon(0 0, 92% 0%, 72% 100%, 0% 100%);
}


.about-us .btn-cont button {
    padding: 8px 20px;
    background: #00888a;
    /* transform: skewX(165deg); */
    font-weight: 500;
    border: 0px;
    color: white;
    border-radius: 5px;
}

.about-us .check-box {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin-top: 35px;
}

.about-us .btn-cont {
    margin-top: 70px;
}

.about-us .icon-cont {
    margin-right: 10px;
}

.about-us .right p {
    color: #666;
    font-size: 17px;
}

.about-us .para p {
    margin-bottom: 0px;
    color: #05155e;
}

.about-us h5 {
    color: #939499;
    margin-bottom: 0px;
}


.about-us h1 {
    margin-bottom: 20px;
    margin-top: 47px;
    font-weight: 600;
    font-size: 45px;
}


.image-with-text {
    display: flex;
    grid-column-gap: 40px;
    padding: 30px 0px 35px 0px;
    border-bottom: 1px solid #e7e7e7;
}

.image-with-text .cont-1 {
    display: flex;
    grid-column-gap: 30px;
}

.image-with-text .img-cont {
    width: 50px;
}


.para-cont h5 {
    margin-bottom: 0px;
    padding-right: 30px;
}

/* Responsive */

@media (max-width:1024px){
    .quick-links {
        padding-left: 70px;
    }

    .footer-row {
        margin-right: -223px;
    }

    .btn-cont button {
        padding: 4px;
    }
}
@media (max-width:991px){

    .about-us .main-cont {
        grid-template-columns:100%;
        justify-content: center;
   }
   .sustainability .main-cont {
    grid-template-columns: 40% 40%;
    justify-content: center;
    margin-bottom: 100px;
   }

   .section_6 .columm-container {
    grid-template-columns: 40% 40%;
    justify-content: center;
    }
    .section-6 .main-cont {
    grid-template-columns: 45% 45%;
    justify-content: center;
    grid-gap: 20px;
    }

}
@media (max-width: 768px) {
    .container{
        width: 100%;
    }
    .carousel-caption p{
        font-size: 15px;
    }
    .about-us .main-cont {
         grid-template-columns:1fr;
    }
    .main-cont .left{
        margin: 0 auto;
    }
    .about-us .img-cont-1 {
        padding-right: 0px;
    }
    .about-us .img-cont-1 img {
        width: 250px;
        height: 300px;
        object-fit: fill;
    }
    .about-us .img-cont-2 {
  
        bottom: 7%;
        right: -25%;
        width: 180px;
     
    }
    .about-us h1 {
        font-size: 27px;
    }
    .about-us .right p {
        font-size: 15px;
    }
    .image-with-text {
        grid-column-gap: 0px;
    }
    .para-cont h5 {
       padding-right: 30px;
        font-size: 15px;
    }
    .image-with-text .img-cont {
        width: 30px;
    }
    .about-us .para p {
        margin-bottom: 0px;
        color: #05155e;
        font-size: 13px;
    }
    .about-us .btn-cont {
        margin-top: 30px;
    }
    .about-us .btn-cont button{
        font-size: 15px;
    }
    .section_5 .heading-box{
        margin-bottom: 50px;
    }
    .section_5 .heading-box h2{
       font-size: 30px;
    }

    .section_6 h2{
        font-size: 30px;
    }
    .section_6 .columm-container{
        grid-template-columns: 100%;
        justify-content: center;
        padding: 20px;
    }
    .sustainability .heading-box {
        width: 100%;
    }
    .sustainability .heading-box h1{
        font-size: 30px;
    }
    .sustainability .heading-box p{
        font-size: 15px;
    }
    .sustainability .main-cont {
        grid-template-columns: 100%;
        margin-bottom: 100px;
    }
    .sustainability .img-cont img {
        width: 70px;
    }
    .latest-news .heading-box h1 {
        font-size: 30px;
    }
    footer .para-cont{
        font-size: 14px;
    }
    footer .quick-links {
        margin-top: 20px;
        margin-left: -91px;
    }
    footer .contact {
        margin-top: 20px;
        margin-left: -6px;
    }
}

@media (max-width: 425px) {
    .section_5 .swiper-slide img {
        width: 97%;
        margin: 0 25px;
    }
    footer .quick-links {
        margin-top: 20px;
        margin-left: -57px;
    }
    footer .contact {
        margin-top: 20px;
        margin-left: 0px;
    }
    .footer-row {
        padding: 20px;
    }
    footer .para-cont {
        font-size: 17px;
        margin-right: 120px;
    }
}

@media (max-width: 375px) {
    footer .para-cont {
        font-size: 17px;
        margin-right: 135px;
    }

    .section_5 h1, .section_6 h1 {
        font-size: 27px;
    }
    .sustainability .heading-box h1 {
        font-size: 27px;
    }
}

html, body {
    overflow-x: hidden;
}