h1, h2, h3, h4, h5, h6 {
    /* font-family: "Outfit", sans-serif; */
    font-family:"Exo", sans-serif;
    font-weight: 700;
    font-style: normal;
}
  
p, span, li, a{
    /* font-family: "Mukta", sans-serif; */
    font-family: "Public Sans", sans-serif;;
    font-weight: 300;
    font-style: normal;
}



/* Loader CSS Start */

.preloader .dot-spinner {
    background-color: #fff;
    --uib-size: 2.8rem;
    --uib-speed: .9s;
    /* --uib-color: #183153; */
    --uib-color: #4185f4;
    position: relative;
      top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--uib-size);
    width: var(--uib-size);
  }
  
.preloader .dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
  }
  
.preloader .dot-spinner__dot::before {
    content: '';
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
  }
  
 .preloader .dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
  }
  
 .preloader .dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
  }
  
  .preloader .dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
  }
  
  .preloader .dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
  }
  
  .preloader .dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
  }
  
  .preloader .dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
  }
  
  .preloader .dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
  }
  
  .preloader .dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
  }
  
  .preloader .dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
  }
  
  .preloader .dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
  }
  
  .preloader .dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
  }
  
  .preloader .dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
  }
  
  .preloader .dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
  }
  
  .preloader .dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
  }
  
  @keyframes pulse0112 {
    0%,
    100% {
      transform: scale(0);
      opacity: 0.5;
    }
  
    50% {
      transform: scale(1);
      opacity: 1;
    }
  }
  

/* Loader CSS End */

/* Header CSS Start */


.header-logo {
    width: 230px;
}

/* .main-menu ul.mega-menu ul{
    column-count: 3;
} */

.main-menu ul.mega-menu li a {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 310px;
    padding: 3px 0px;
    color: #101010;
}

.main-menu ul.mega-menu li a i {
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu ul.mega-menu li a:hover i {
    opacity: 1;
}
 
.main-menu ul.mega-menu li a:hover{
    color: blue;
    padding-left: 15px;
}


.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sticky-wrapper {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.main-menu > ul > li > a {
    transition: color 0.3s ease;
}

.header-layout9.header-top .main-menu > ul > li > a {
    padding: 20px 0;
    color: #000;
    /* color: var(--white-color); */
}
/* .header-top .menu-area {
    background: #d6d6d652;
} */

/* .header-top .sticky-active .menu-area{
    background: #101010;
} */

.header-layout9.header-top .sticky-active .main-menu > ul > li > a {
    padding: 20px 0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}


.header-layout9.header-top .sticky-active .main-menu > ul > li > a:hover {
    color: #003b9a;
}

/* Header CSS End */


/* Banner CSS Start */

.banner .hero-style10 {
    visibility: hidden;
    /* display: none; */
    /* padding: 100px 0 90px 0; */
}

.feature-grid-wrap {
    display: none;
    z-index: unset;
}

.banner.hero-10 .slick-dots {
    margin: 0px 0 0 0;

}
/* .banner.hero-10 .slick-dots {
    position: absolute;
    top: 25%;
    right: 6%;
} */

.banner .th-hero-bg {
    position: unset;
    inset: 0;
}
.banner .th-hero-bg img {
    visibility: hidden;
    /* display: none; */
    /* height: 100%; */
    /* width: 100%; */
    /* object-fit: cover; */
}


.banner .th-hero-bg {
    height: 100vh;
    width: 100vw;
    position: unset;
    inset: 0;
}

/* .banner .hero-style10 {
    padding: 215px 0 80px 0;
} */



/* .banner .background-image, [data-bg-src] {
    background-size: contain;

} */


.banner .prev-arrow, .banner .next-arrow {
    /* text-align: center; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fafafa;
    border: none;
    color: #4185f4;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 4px;
    /* left: 10px; */
    /* text-align: center; */
}

.banner .prev-arrow {
    left: 10px;
}

.banner .next-arrow {
    right: 10px;
}

.banner .prev-arrow i,
.banner .next-arrow i {
    font-size: 20px;
}



/* Banner CSS End */




/* Footer CSS Start */


.footer .main-footer_copyright {
    display: flex;
    justify-content: center;
    /* flex-direction: row; */
    /* flex-direction: row; */
    color: #fff;
}

.footer .bdm_footer_logo {
    width: 145px;
}


/* .th-btn.footer {
    background-color: #000;
} */

.th-btn.style3:hover {
    background-color: #fff;
    color: var(--title-color);
    z-index: 1;
}

.newsletter-wrap2.top .newsletter-title {
    width: 85%;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--white-color);
    margin-top: unset;
    text-align: justify;
    margin-bottom: 15px;
}

.newsletter-wrap2.top {
    padding: 30px 40px;
}

.newsletter-wrap2 .newsletter-shape {
    position: absolute;
    bottom: 15px;
    right: 100px;
}


.contact_sec {
    padding-bottom: 50px;
    padding-top: 30px;
}

.contact_sec .call-btn {
    color: #000000;
}

.contact_sec .call-btn .play-btn > i {
    background-color: #e6050c;
    color: var(--white-color);
}

.contact_sec .call-btn .play-btn:after, .call-btn .play-btn:before {
    background-color: #e6050c;
}

.widget.widget_nav_menu.footer-widget.link, .widget.widget_contact.footer-widget.link{
  margin-top: 45px;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 10px;
}

.quick-links ul {
    padding: 0;
    margin: 0;
}


.quick-links li {
    /* font-family: var(--body-font); */
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid var(--body-color);
}

.quick-links {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 25px;
    margin-bottom: 25px;
}

.footer-links::before {
    content: '';
    border-bottom: 1px solid #fff;
    width: 85%;
    position: absolute;
    top: -5px;
}

.quick-links a {
    font-size: 16px;
    font-family: inherit;
    color: var(--body-color);
}

.quick-links li:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}

/* Footer CSS End */



/* About Us CSS Start */

.section.about{
    background-color: #f5f5f5;
}


.about-us {
    /* margin-top: 100px; */
    /* padding: 50px 0px; */
    padding-top: 120px;
    padding-bottom: 60px;
}

.about-us .call-btn .play-btn > i {
    background-color: #e6050c;
    color: var(--white-color);
}


.about-us .col-xl-6.ps-xxl-5.mission.aos-init.aos-animate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    /* margin-left: 3px; */
}

.about-us p {
    width: 90%;
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 29px;
    text-align: justify;
}

/* About Us CSS End */



/* Our Clients CSS Start */

.our_clients {
    padding: 80px 0px 100px 0px;
}


/* Our Clients CSS End */


/* Contact Section CSS Start */

.contact_sec {
    padding: 100px 0px 50px 0px;
}


/* Contact Section CSS End */



/* Product Inner Page CSS Start */


.cables_content .cables-details {
    padding: 15px 15px;
}

.cables_content .img-slider .swiper {
    width: 100%;
    height: 100%;
}

.cables_content .img-slider .swiper-slide {
    height: 350px;
    width: 400px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cables_content .img-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #4185f4;
}

.cables_content .img-slider .swiper {
    margin-left: auto;
    margin-right: auto;
}

.cables_content {
    padding: 80px 0px;
}

.cables_content .product_details {
    margin-top: 50px;
    padding: 20px;
    background-color: #f5f5f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.cables_content .features {
    /* background-color: #ffffff; */
    /* padding: 20px; */
    border-radius: 8px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    margin: 20px;
}

.cables_content .features.line {
    position: relative;
}

.cables_content .features.line::after {
    position: absolute;
    content: "";
    border-right: 2px solid #000;
    right: -35px;
    top: -10px;
    height: 370px;
}

.cables_content .features.line.kits::after {
    height: 475px;
}

.cables_content .main-heading {
    font-size: 35px;
    text-align: center;
    color: #16315e;
    /* background-color: #e3f2fd; */
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.cables_content ul {
    list-style: none;
    padding: 0;
}

.cables_content ul li {
    display: flex;
    padding: 5px 0px;
    gap: 10px;
    /* align-items: center; */
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.cables_content ul li i {
    font-size: 20px;
    font-weight: 500;
    color: #0b3563;
    margin-top: 4px;
}

.cables_content .cables-details p {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 29px;
    text-align: justify;
}

.cables_content .cables-desc p {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 29px;
    text-align: justify;
}

.cables_content .features p {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 29px;
    text-align: justify;
}

.cables_content .arrow {
    margin-right: 8px;
    color: #007bff;
    /* Blue color for the arrow */
}


.cables_content h4 {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.333;
    /* font-weight: 600; */
    color: #205aba;
    position: relative;
}

.cables_content h4::before {
    position: absolute;
    content: '';
    border-bottom: 4px solid #000;
    width: 40px;
    bottom: -3px;
    left: 4px;
}


.cables_content .products-slider {
    margin-top: 50px;
}

.cables_content .products-slider h4 {
    margin-bottom: 40px;
}

.cables_content .products-slider .swiper {
    width: 100%;
    height: 100%;
}

.cables_content .products-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cables_content .products-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #000;
}

.cables_content .products-slider .swiper {
    margin-left: auto;
    margin-right: auto;
}

.cables_content .features h4 {
    position: relative;
}

.cables_content .features h4::before {
    position: absolute;
    content: '';
    border-bottom: 3px solid #000;
    width: 60px;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cables_content .enquiry-btn {
    display: flex;
    gap: 20px;
    /* align-items: center; */
    /* justify-content: center; */
    margin-bottom: -95px;
}

.cables_content .img-slider .swiper {
    padding: 25px 25px;
}

.cables_content .img-slider {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.cables_content .root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 25px;
}

.cables_content .swiper-button-next:after, .swiper-button-prev:after {
    font-size: unset !important;
}

.cables_content .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px);
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}


.cables_content .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.cables_content .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 2px);
    display: none;
}

.cables_content i.fab.fa-whatsapp {
    font-size: 25px;
    color: #ffffff;
    background: #25d366;
    /* border-radius: 50%; */
    padding: 13px;
    height: 50px;
    width: 50px;
    text-align: center;
}

/* .cables_content .whatsapp-btn {
    margin-top: 5px;
} */

.cables_content.mine{
    padding: 80px 0px 0px 0px;
}

.cables_content.similar{
    padding: 0px 0px 30px 0px;
}

.cables_content.triple {
    padding: 80px 0px 30px 0px;
}

.cables_content .cables-details .range{
    margin-bottom: 0px;
}

.cables_content.rubber h4 {
    font-size: 25px;
}

.cables_content.rubber  .product-top {
    margin: 40px 0px;
}

.cables_content.rubber .cables-details h4::before {
    left: 0px;
}


/* Product Inner Page CSS End */



/* Our Products Home CSS Start */

/* .our_products {
    position: relative;
    z-index: -1;
} */


.our_products{
    position: relative;
    z-index: 3;
}

/* .our_products .project-box a {
    position: relative;
    z-index: 15;
} */

/* .our_products .shape-mockup{
    position: absolute;
    top: -15%;
    right: -30%;
    z-index: -1;
    pointer-events: none;
}


.our_products .shape-mockup img{
    width: 50%;
} */


.our_products.project-sec-10 {
    position: relative;
    overflow: hidden; 
    z-index: 2;
}

.our_products .shape-mockup {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: -18%;
    max-width: 430px;
}

@media (max-width: 768px) {
    .our_products .shape-mockup {
        right: -10px; /* Adjust positioning for smaller screens */
        top: -10%; /* Adjust the top position to fit the layout */
        max-width: 200px; /* Reduce size for smaller screens */
    }
}




/* Our Products Home CSS End */


/* Why Choose Us CSS Start */

.why_choose_us .box-title {
    font-size: 20px;
    font-weight: bold;
    color: #023c9b;
}

.why_choose_us .service-list_text {
    margin-bottom: 20px;
    color: #000;
}

.why_choose_us .service-list_icon {
    width: 120px;
    height: 120px;
    /* min-width: 60px; */
}




/* Why Choose Us CSS End */



/* Clients Section CSS Start */


.clients_sec{
    padding: 80px 0px;
  }
  
  .clients_heading h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }

  .clients_heading h2::before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #205aba;
    width: 65px;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
  
  .client_logo {
    border-radius: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  
  /* Clients Section CSS End */




  /* Enquiry Page CSS Start */

  .wcu-contact-wrap.bg-white {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: center; */
    width: 60%;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
  
  
  .enquiry_sec{
    padding: 80px 0px;
    text-align: center;
  }
  
  
  .enquiry_sec textarea#message {
    resize: unset;
  }
  
  .enquiry_img {
    text-align: center;
  }
  
  .clients_heading.enquiry{
    margin-bottom: 50px;
  }

  .clients_heading.enquiry h2::before {
    bottom: -8px;
}
  .enquiry_sec .row.form{
    display: flex;
    justify-content: center;
  }
  
  /* Enquiry Page CSS End */




  /* About Us Page CSS Start */

  section.about_sec {
    padding: 80px 0px;
}

.section.about{
    background-color: #f5f5f5;
}

  .about_sec .about-content p{
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 29px;
    text-align: justify;
  }


  .our_team p.team-content{
    color: #fff;
  }

  .our_team .process-card2-wrap:after {
    background-image: unset;
    position: unset;
}

.about_sec .about-content ul li{
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 29px;
    text-align: justify;
}


.about {
    position: relative;
    overflow: hidden; 
    z-index: -1;
}

.about .shape-mockup.about {
    position: absolute;
    z-index: 3;
    right: 0px;
    bottom: -12%;
    max-width: 280px;
}


  /* About Us Page CSS End */



    /* Scroll to Top CSS Start */
  

    .whatsapp-button {
        position: fixed;
        right: 10px;
        bottom: 70px;
        height: 50px;
        width: 50px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #25d366;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 10000;
        visibility: hidden;
    }

.whatsapp-button a {
    /* color: var(--error-color);  */
    color: 	#fff;
    /* background-color: 	#25D366; */
    font-size: 24px; 
    text-decoration: none;
}

.scroll-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear;
}

.scroll-top .progress-circle {
    border-radius: 50%;
    background: var(--white-color);
}

.scroll-top.show,
.whatsapp-button.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



    /* Scroll to Top CSS End */



    /* Mission and Vision CSS Start */


.mission{
    padding: 80px 0px;
}


.mission .vision {
    height: 400px;
    padding: 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

i.fas.fa-bullseye, i.fa-solid.fa-eye  {
    font-size: 50px;
    font-weight: bold;
    color: #0f3a81;
    /* background: #ddd; */
    /* padding: 10px; */
}

.mission .vision .vision-content h3{
        font-size: 30px;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 15px;
}

.mission .vision .vision-content  p{
    font-size: 16px;
font-weight: 500;
color: #101010;
line-height: 29px;
text-align: justify;
}  


     /* Mission and Vision CSS End */



     /* Why Us CSS Start */


     .why_us  p{
        font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 29px;
    text-align: justify;
    }  


    .why_us  .title-area {
        margin-bottom: 30px;
    }


    .why_us .why-us-content ul{
        column-count: 2;
        padding: 0px;
        list-style-type: none;
    }

    .why_us .why-us-content ul li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-weight: 500;
        color: #101010;
        padding: 5px 0px;
    }


    .why_us .why-us-content ul li i {
        font-size: 16px;
        font-weight: bold;
        color: #4185f4;
    }


    .why_us.future{
        padding: 80px 0px;
    }

     /* Why Us CSS End */





     /* Privacy Policy CSS Start */



    .policy {
        padding: 80px 0px;
    }

    .terms {
        margin-bottom: 30px;
        padding: 15px 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .policy .terms h2 {
        font-size: 25px;
        font-weight: bold;
        color: #205aba;
        margin-bottom: -15px;
    }

    .policy .terms p {
        font-size: 16px;
        font-weight: 500;
        color: #101010;
        line-height: 29px;
        text-align: justify;
        margin-top: 25px;
        margin-bottom: 10px;
    }


.policy p {
    font-size: 16px;
        font-weight: 500;
        color: #101010;
        line-height: 29px;
        text-align: justify;
        margin-top: 30px;
        margin-bottom: -20px;
    }

    .policy .terms ul{
        column-count: 2;
        list-style-type: none;
    }

    .policy .terms ul li{
        font-size: 16px;
        font-weight: 500;
        color: #101010;
        padding: 5px 0px;
    }
    







       /* Privacy Policy CSS End */


       .contact-details {
        margin-left: -60px;
        margin-top: 20px;
    }

       .contact-details p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .info-box-wrap a, .info-box-wrap {
        color: #fff;
    }

    .contact-details p a{
        display: flex;
    align-items: center;
    gap: 8px;
    }


    .contact-details .info-box-wrap a {
        font-size: 19px;
        color: #fff;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .contact-details .info-box-wrap i {
        font-size: 25px;
        font-weight: 600;
        margin-top: 3px;
    }


    .awards {
        padding: 80px 0px;
    }

    .row.awards_card{
        text-align: center;
    }

    .awards .award-img {
        /* border: 1px solid #0060fc; */
        border-radius: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    }


    .award_title {
        margin-top: 15px;
    }

    .award_title h3 {
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }



.newsletter-wrap2.top .th-btn.footer:hover {
        background-color: #fff !important;
        color: #000;
    }
    

    .newsletter-wrap2.top .th-btn:before,
    .newsletter-wrap2.top .th-btn:after {
  background-color: #fff;
} 


/* .newsletter-wrap2.top .th-btn {
    z-index: unset;
    background-color: unset;
} */


/* .newsletter-wrap2.top .th-btn:before, .newsletter-wrap2.top .th-btn:after {
    background-color: unset !important;

}  */


.main-footer_copyright a {
    margin-left: 4px;
    color: #fff;
}


.breadcumb-content {
    position: relative;
    top: 60px;
}


.contact_sec .col-xl-6.pe-xxl-5.contact-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.footer-layout6.footer {
    background-color: #1a2544;
    /* --body-color: #fff; */
  }


  /* Footer Our Products CSS Start */

  .footer .products_list h4 {
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

  .footer .products_list h4::before {
    position: absolute;
    content: '';
    border-bottom: 3px solid #4185f4;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}

.footer .products_list ul {
    column-count: 4;
    gap: 50px;
    list-style-type: none;
    /* display: flex; */
    /* flex-direction: column; */
}

  .footer .products_list ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #fff;
    padding: 5px 0px;
    transition: transform 0.3s ease; 
    /* font-weight: bold; */
}

.footer .products_list ul li a:hover {
    transform: translateX(10px);
    /* color: #06e3f7; */
}


.footer .container-fluid {
    display: flex;
    justify-content: center; 
  }
  
 /* .footer  .products_list {
    max-width: 1200px; 
    width: 100%;
  } */

.contact-left p.mt-n2.mb-30 {
    width: 90%;
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 29px;
    text-align: justify;
}

.contact-left .title-area {
    margin-bottom: 10px;
}

.contact-card .contact-info{
    display: inline;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
  }
  
  .contact-card {
    flex-direction: column;
    flex: 1;
    /* background-color: #f9f9f9; */
    padding: 10px 10px;
    /* border-radius: 10px; */
    text-align: center;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border-right: 2px dotted #fff;
    padding-right: 20px;
}
.contact-icon {
    font-size: 40px;
    margin-right: 10px;
    color: #fff;
}
  
  .contact-info h4 {
    margin: 0;
    font-size: 18px;
  }

  .contact-info a{
    color: #fff;
  }
  
  .contact-info p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.contact-card.one{
    border-right: unset;
}

/* .contact-card.one{
    position: relative;
}
  
.contact-card.one::before {
    content: '';
    position: absolute;
    right: -40px;
    top: 0px;
    bottom: 0px;
    border-right: 1px dotted #fff;
    height: 150px;
} */

  /* Responsive for smaller screens */
  @media (max-width: 768px) {
    .contact-container {
      flex-direction: column;
    }
  
    .contact-card {
      margin-bottom: 20px;
    }
  }
  

  .about-logo {
    width: 80%;
    text-align: center;
    margin-top: -40px;
    position: relative;
}

.about-logo::after {
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    height: 90px;
    top: 15px;
    right: -50px;
}

.row.footer-logo {
    padding: 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-text p {
    font-size: 16px;
    font-weight: 500;
    width: 95%;
}


.breadcumb-title.long {
    width: 45%;
}

.breadcumb-wrapper.long{
    padding: 140px 0px;
}

.contact-feature {
    gap: 25px;
    height: 140px;
    border: 1px solid #4791f4;
}


.short-title{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0px 0;
    text-transform: uppercase;
}


.short-title.new{
   color: #fff;
}

.sec-title.about{
    font-size: 30px;
}


.header-button.footer {
    margin-left: -40px;
    width: 240px;
    margin-top: -25px;
} 

.header-button.footer .th-btn{
        font-size: 14px;
    padding: 25px 10px;

}