/* CSS Document */




.enquiry2 {
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 9999999999;
    display: flex;
    flex-direction: column;
    gap: 4px; /* Space between icons */
    background-color: transparent; /* Can be changed if needed */
    padding: 2px;
}

.enquiry2 a {
    display: block;
    transition: transform 0.3s ease;
}

.enquiry2 img {
    width: 60px;
    height: 60px;
    padding: 4px;/* Optional background */
}


/* < !--whatweoffer--> */
#sidebar2 ul li {
    padding: 0em;
}

#sidebar2 ul li {
    color: #ffffff;
    font-weight: bold;
    list-style-type: disc;
    line-height: 2em;
    font-size: 1.1em;
}

#sidebar2 ul li a {
    color: #ffffff !important;
    font-weight: bold;

}


b{
    font-weight: bolder;
    color: #ffffff;
}


#sidebar2 h2 {
    padding: 1em;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

#sidebar2 {
    width: 359px;
    height: 680px;
    overflow: scroll;
    z-index: 9999999999;
    background: #3e3e3e;
    border-right: 3px solid #3e3e3e;
    border-radius: 7px;
    padding: 0 20px;
    transition: all 0.5s;
    font-size: 15px;
}


.site_map {
    position: absolute;
    top: 7%;
    right: 0;
    width: 150px;
    height: auto;
    background: #171717;
    border-radius: 5px 0 0 5px;
    padding: 13px;
    z-index: 9999;
    text-decoration: none;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: left;
    transition: all 0.3s ease-in-out;
    display: none;

}

.site_map a {
    color: #fff;
    font-weight: bold;
}


.footerul>div>ul>li {
    list-style-type: circle;
    color: #2c9db1;
}

.footerul {
    display: block;
}

.whatweoffer {
    position: absolute;
    top: 7%;
    left: 0;
    background: #171717;
    width: 180px;
    border-radius: 5px;
    padding: 10px 15px;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.whatweoffer a {
    color: #fff;
    font-weight: bold;
}

.sitemenu1 li {
    margin-left: 6em;
    line-height: 35px;
    font-size: 15px !important;
    list-style: square !important;
}

.sitemenu li {
    margin-left: 4em;
    line-height: 35px;
    font-size: 18px;
    list-style: disc;
    color: #000;

}

.sitemenu li a {
    color: #000;
    text-decoration: none;
    color: #000;
    text-decoration: none;
}

.sitemenu {
    display: flex;

    padding: 0;
}



.footer2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #0582a8;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.footer2 a {
    color: #000000;
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
}

.main-title {
    color: #920b10 !important;
}

.itologyLink:hover {
    color: #000;
}

.pdf2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid black;
    height: auto;
    width: 100%;
    margin: 20px;

}

.list1 {
    color: black;
}

.key-list {
    margin-left: 100px;
}

.main-keywords {
    margin-left: 50px;
}

.vid {
    margin-left: 400px;
    margin-top: 50px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    /* padding:10px 90px 100px 330px ; */
}

.head-presentation {
    margin-left: 380px;
    margin-top: 50px;
}

.head-blog {
    margin-left: 500px;
    margin-top: 50px;
}

/* .heading2{
    margin-top: 50px;
} */
.heading2 {
    color: #0a919e;
    text-transform: none;
    text-align: center;
    font-size: 33px;

}

.list {
    padding: 0px 0px 0px 400px;
    font-weight: bolder;

}

ul li a:hover {
    color: #000;

}

.text-justify {
    text-align: justify;
}

.heading2 {
    color: 34ba9d;
    text-transform: none;
    text-align: center;
    font-size: 33px;
    list-style-type: disc;

}

.list {
    padding: 0px 0px 0px 0px;
    font-weight: bolder;

}

ul li a:hover {
    color: #141422;

}

#menu-item-15 ul {

    font-weight: bolder;
    list-style-type: disc;


}

#menu-item-16 {
    list-style-type: disc;
    padding: 0px 0px 0px 400px;
}


.sec-title {
    padding-left: 10rem;
    padding-right: 10px;
}






/* Contact Section Styling */
.contact-info-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

/* Container Styling */
.auto-container {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid black;
    border-radius: 30px;
}

/* Contact Info Block */
.contact-info-block {
    text-align: center;
    padding: 30px;
}

/* Inner Box Styling */
.contact-info-block .inner-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}


.inner-box i{
    padding-bottom: 10rem;
}



/* Icon Styling */
.contact-info-block  {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 15px;
    display: block;
}

/* Heading Styling */
.contact-info-block h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

/* Text Styling */
.contact-info-block p {
    font-size: 16px;
    color: #555;
}

/* Email Link Styling */
.no-style {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}


/* Responsive Design */
@media (max-width: 768px) {
    .contact-info-block {
        padding: 20px;
    }

    .contact-info-block .inner-box {
        padding: 20px;
    }
}


a{
    text-decoration: none;
}


@media (max-width: 768px) {
    .enquiry2 {
        flex-direction: column;
        gap: 10px;
    }

    .enquiry2 img {
        width: 60px; 
    }

    .site_map a,
    .whatweoffer a {
        font-size: 14px;
    }

}

.about-us-section-new {
    text-align: center;
    padding: 50px;
}

.about-us-section-new h5 {
    text-align: left;
    width: 150px; /* Adjust as needed */
    margin: 5px 0;
    padding-bottom: 15px;
}

.about-us-section-new h5 a{
    text-decoration: none;
    color: #000;
}

.about-us-section-new h5 a:hover {
    color: #007bff; 
}


.about-us-section-new ul {
    display: inline-block;
    text-align: left;
    padding-left: 20px; 
    margin: 20px auto;
    list-style-type: disc; 
}

.about-us-section-new ul li {
    font-size: 18px;
    padding: 8px 0;
}

.about-us-section-new ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.about-us-section-new ul li a:hover {
    color: #007bff;
}




/* Footer Section */
.footer2 {
    background: #171717;
    padding: 40px 0;
    color: #fdfdfd;
    margin-top: 7rem;
}

/* Container */
.footer2 .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Inner Box */
.footer2 .inner-box {
    padding: 10px;
}

/* Row Styling */
.footer2 .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Column Styling */
.footer2 .col-sm-3,
.footer2 .col-md-3,
.footer2 .col-xs-3 {
    list-style: none;
    padding: 10px;
}

/* List Items */
.footer2 li {
    list-style: none;
    margin-bottom: 20px;
}

/* Links Styling */
.footer2 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease-in-out;
}


/* Responsive Design */
@media (max-width: 768px) {
    .footer2 .row {
        flex-direction: column;
        text-align: center;
    }

    .footer2 .col-sm-3,
    .footer2 .col-md-3,
    .footer2 .col-xs-3 {
        width: 100%;
        padding: 10px 0;
    }
}

@media (min-width: 375px) { 
    .site_map{
        height: 38px;
        padding-top: 10px;
        font-size: 14px;
        width: 180px;
    }
    
    .demo-img img{
        justify-content: center;
        width: 50%;
    }

    .sec-title{
        padding-left: 9rem;
    }

    .footer-top-area img{
        display: block;
        font-weight: 30px;
    }
    
    .enquiry2 {
        right: 10px !important;
    }

    .footer-bottom-area {
        background: #ebfafc;
        padding: 20px 0;
    }


}

@media (min-width: 425px) { 
    .site_map{
        padding-top: 10px;
        font-size: 14px;
    }
    
    .demo-img img{
        justify-content: center;
        width: 50%;
    }

    .sec-title{
        padding-left: 11rem;
    }

    .footer-top-area img{
        display: block;
        padding-left: 30px;
    }

    .enquiry2 {
        right: 10px !important;
    }

}




@media (min-width: 768px) {

    .site_map{
        height: 45px;
        padding-top: 10px;
        font-size: 14px;
    }
    .enquiry2 img {
        width: 60px;
        right: 13px;
    }
   

    .sec-title h1{
        padding-left: 7rem;
    }
    .demo-img{
        padding-bottom: 30px;
    }
    .demo-img img{
        justify-content: center;
        width: 100%;
    }

    .footer-top-area ul {
        gap: 20px;
        padding-right: 179px;
    }

    .footer-top-area img{
        display: block;
        padding-left: 20px;
    }

    .enquiry2 {
        right: 10px !important;
    }

}


@media (min-width: 1024px) {


    .whatweoffer{
        top:17%;
        height: 40px;
        padding-top: 8px;
        font-size: 20px;
    }
   

    .site_map{
        height: 40px;
        padding-top: 5px;
        font-size: 20px;
        top:17%;
    }
   

    .sec-title h1{
        padding-left: 25rem;
    }
    .demo-img{
        padding-bottom: 30px;
    }
    .demo-img img{
        justify-content: center;
        width: 80%;
    }
    

    .enquiry2 {
        right: 20px !important;
    }

}


@media (min-width: 1440px) {
    .sec-title h1{
        padding-left: 25rem;
    }


}

#footer2{
    background-color: #1f6e6b;
}

/* #sitemap{

} */
    .product-list-wrapper {
        display: flex;
        justify-content: space-between;
        
    }
    .product-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 22%;
    }
    .product-list li {
        margin-bottom: 10px;
    }
    .product-list li a {
        text-decoration: none;
        color: #000;
    }
    .product-list li a strong {
        font-weight: bold;
    }


 .responsive-heading {
        text-align: center;
        padding: 0 5%;
        font-size: 2rem;
    }

    .responsive-image {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding-bottom: 3rem;
    }

    /* Tablet and above */
    @media (min-width: 768px) {
        .responsive-heading {
            padding-left: 40%;
            padding-right: 10%;
            font-size: 2.2rem;
        }

        .responsive-image {
            padding-left: 10%;
        }
    }

    /* Desktop and above */
    @media (min-width: 1024px) {
        .responsive-heading {
            padding-left: 60%;
            font-size: 2.5rem;
        }

        .responsive-image {
            padding-left: 20rem;
        }
    }


    .responsive-video-wrapper {
        text-align: center;
    }

    .responsive-heading {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .responsive-video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin: 0 auto;
    }

    .responsive-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.responsive-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px; /* Optional rounded corners */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
    justify-content: center;
}

.responsive-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}




/* Force slider visibility */
#rev_slider_1_1_wrapper {
  visibility: visible !important;
}

/* Ensure proper slider dimensions */
.rs-module-wrap, 
.rs-module {
  width: 100% !important;
  height: auto !important;
  min-height: 500px;
}

/* Slide image styling */
.rev-slidebg {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .elementor-section-height-default {
    height: auto !important;
  }
  rs-module {
    height: auto !important;
  }
}

/* Fix for lazy loading */
.tp-rs-img.rs-lazyload {
  opacity: 1 !important;
}


.slider-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}



.logo-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 200px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-slide img {
  max-width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  opacity: 1;
  transition: all 0.3s ease;
}

/* Removed grayscale and hover opacity change */

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.carousel-nav.prev {
  left: 0;
}

.carousel-nav.next {
  right: 0;
}

.carousel-nav svg {
  width: 24px;
  height: 24px;
  fill: #333;
}

.carousel-nav:hover {
  background: #f5f5f5;
}

.carousel-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.carousel-pagination .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-pagination .dot.active {
  background: #333;
}

@media (max-width: 768px) {
  .carousel-slide {
    min-width: 150px;
  }
}




#footer2{
    display: none;
}


#sitemap{
    display: none;
}


/* Basic Styles */
.top-header {
  background-color: #f4f4f4;
  color: #333;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.top-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.left-content {
  font-weight: 500;
}

.right-icons a {
  margin-left: 10px;
  display: inline-block;
}

.right-icons img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
