p{
    color:#34343C;
}
.about-section-s3 .title > span {
    color: #000000;
}
.back-to-top:hover {
  background-color: #e40e0e;
}
.back-to-top {
    background-color: #e40e0e;
}
.hero {
   background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero .hero-style-3 {
       background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 100vh;
    }
.slick-dots li {
    display: none;
}
 

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.hero-style-2, .hero-style-3 {
    height: 100vh;
}
.hero-slider,
.hero-slider .slide {
    height: 100vh;
}

.hero .hero-slider {
    position: relative;
    z-index: 2;
}
.hero .slick-next:before,
.hero .slick-prev:before{
    font-size: 1.8rem;
}

/*.hero .slide .row {*/
/*    display: unset;*/
/*    vertical-align: unset;*/
/*}*/


.slide-caption {
    opacity: 0;
    transform: translateY(30px);
    transition: all 5s ease;
}

.slick-active .slide-caption {
    opacity: 1;
    transform: translateY(0);
}

.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
    background-color: #000;
}
.site-header #navbar > ul li a:hover, 
.site-header #navbar > ul li a:focus {
    color: #e40e0e;
  
}

site-header #navbar > ul > li .sub-menu a:hover {
    background-color: #e40e0e;
    
  }
  
.page-title {
    background: none;
    height:200px;
}
.page-title:before {
    background-color: unset;
  
}
.page-title h2, .page-title ol,
.page-title .breadcrumb li{
    color: #000000;
}

.all-services-section .services-grids .grid {
    width: calc(50% - 30px);
}
.all-services-section .services-grids .grid {
    width: calc(100% - 30px);
}
.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
     color: #fff;
}
    .section-padding {
        padding: 40px 0 40px;
    }
.section-title-s4 img {
    height: 200px;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
  background-color: #e40e0e;
}

.theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
  background-color: #e40e0e;
}

.theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
  background-color: #e40e0e;
}

.theme-btn-s3:hover {
  background-color: #e40e0e;
}


.social-links li a:hover {
  background-color: #e40e0e;
}

.page-title .breadcrumb li a {
  color: #e40e0e;
}

.page-title .breadcrumb li a:hover {
  color: #e40e0e;
}

.page-title .breadcrumb > li + li:before {
  color: #e40e0e;
}

/*@media (max-width: 2500px) {*/
/*  .theme-accordion-s1 .panel-heading a {*/
/*    background-color: #ffffff;*/
/*    color:#000;*/
/*  }*/
/*}*/
@media (max-width: 2000px) {
    .theme-accordion-s1 .panel-heading a {
        background-color: #e40e0e;
    }
}
.service-single-content .faq-section table{
    width :100%!important
    
}
.service-single-content .faq-section table td, th{ 
    padding: 5px;
    
}

.service-single-sidebar .services-link-widget ul li a:hover,
.service-single-sidebar .services-link-widget ul li.current a {
  background-color: #e40e0e;
}

.service-single-sidebar .download-brocher-widget a {
  background-color: #e40e0e;
}
.blog-sidebar .search-widget button,
.blog-sidebar .news-letter-widget button {
  background-color: #e40e0e;
}

.blog-sidebar .search-widget button:hover,
.blog-sidebar .news-letter-widget button:hover {
  background-color: #e40e0e;
}
.blog-sidebar .categories-widget ul a:hover {
  color: #e40e0e;
}

.blog-sidebar .recent-post-widget .entry-details h4 a:hover {
  color: #e40e0e;
}

.blog-sidebar .tagcloud-widget a:hover {
  background-color: #e40e0e;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #e40e0e;
  background: -webkit-linear-gradient(top, #e40e0e, #e40e0e);
  background: -moz-linear-gradient(top, #e40e0e, #e40e0e);
  background: -o-linear-gradient(top, #e40e0e, #e40e0e);
  background: -ms-linear-gradient(top, #e40e0e, #e40e0e);
  background: -webkit-gradient(linear, left top, left bottom, from(#e40e0e), to(#e40e0e));
  background: linear-gradient(top, #e40e0e, #e40e0e);
}



.site-header #navbar > ul > li .sub-menu a:hover {
    background-color: #e40e0e;
    text-decoration: unset;
  }

  
/* =========================
   HEADER DEFAULT (TOP)
========================= */
.site-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
}

.navbar,
.navbar-default {
    background: transparent !important;
    border: none;
    box-shadow: none;
}

/* Menu color at top */
.site-header .navbar-nav > li > a {
    color: #ffffff;
}

/* Mobile icon at top */
.open-btn .icon-bar {
    background: #ffffff;
}

/* =========================
   HEADER AFTER SCROLL
========================= */
.site-header.sticky {
    position: fixed;
    background: #ffffff !important;
    
}

/* Menu color after scroll */
.site-header.sticky .navbar-nav > li > a {
    color: #000000 !important;
}

/* Mobile icon after scroll */
.site-header.sticky .open-btn .icon-bar {
    background: #000000;
}

/* Dropdown menu */
.sub-menu {
    background: #ffffff;
}

.sub-menu li a {
    color: #000000;
}
.product-card {
    height: 300px;                /* equal height per column */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

.product-img {
    height: 100px;
    object-fit: contain;
}


.site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #e40e0e;
  }
  
  .site-header #navbar .close-navbar {
    background-color: #e40e0e;
  }

   .header-style-1 #navbar > ul > li > a:after, .header-style-2 #navbar > ul > li > a:after, .header-style-3 #navbar > ul > li > a:after {
    content: "";
    background-color: #e40e0e;
   }

   .header-style-1 .request-quote, .header-style-2 .request-quote, .header-style-3 .request-quote {
  background: #e40e0e;
  background: -webkit-linear-gradient(top, #e40e0e, #e40e0e);
  background: -moz-linear-gradient(top, #e40e0e, #e40e0e);
  background: -o-linear-gradient(top, #e40e0e, #e40e0e);
  background: -ms-linear-gradient(top, #e40e0e, #e40e0e);
  background: -webkit-gradient(linear, left top, left bottom, from(#e40e0e), to(#e40e0e));
  background: linear-gradient(top, #e40e0e, #e40e0e);
  
}
.header-style-1 #navbar > ul > li > a:after, .header-style-2 #navbar > ul > li > a:after, .header-style-3 #navbar > ul > li > a:after {
    content:unset;
     background-color: unset;
}


.hero .slick-dots li.slick-active button {
  background-color: #e40e0e;
}

.site-footer .about-widget ul a:hover,
.site-footer .services-widget a:hover,
.site-footer .twitter-feed-widget .info-box a,
.site-footer .recent-post-widget .entry-details h4 a:hover,
.site-footer .copyright-info a:hover {
  color: #e40e0e;
}
.about-section .right-col .video-holder i {
  background-color: #e40e0e;
}

.services-section .grid .overlay a,
.services-section .grid .read-more a:hover,
.services-section .view-all-services a {
  color: #e40e0e;
}

.services-section .owl-controls .owl-dots .active span {
  -webkit-box-shadow: 0 0 0 2px #e40e0e;
  box-shadow: 0 0 0 2px #e40e0e;
}

.services-section .owl-controls .owl-dots .owl-dot span ,
.services-section .owl-controls .owl-nav .owl-prev:hover,
.services-section .owl-controls .owl-nav .owl-next:hover {
  background: #e40e0e;
}


.projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a,
.projects-section .info .cat, .projects-section-s2 .info .cat,
.projects-section .info h3 a:hover, .projects-section-s2 .info h3 a:hover,
.testimonials-section .rating i, .testimonials-section-s2 .rating i {
  color: #e40e0e;
}

.testimonials-section .owl-controls .owl-dots .active span, .testimonials-section-s2 .owl-controls .owl-dots .active span {
  background: #e40e0e;
  -webkit-box-shadow: 0 0 0 2px #e40e0e;
  box-shadow: 0 0 0 2px #e40e0e;
}

.testimonials-section .owl-controls .owl-nav .owl-prev:hover, .testimonials-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section .owl-controls .owl-nav .owl-next:hover, .testimonials-section-s2 .owl-controls .owl-nav .owl-next:hover,
.contact-section .contact-form label,
.contact-info-map-section .contact-info i {
  color: #e40e0e;
}

.contact-section .contact-form .submit-btn-wrap input,
.contact-section .contact-form .submit-btn-wrap input:hover {
  background-color: #ea4a00;
}

.news-section .entry-media, .news-section-s2 .entry-media, .news-section-s3 .entry-media {
  border-bottom: 3px solid #e40e0e;
}

.news-section .entry-body h3 a:hover,
.news-section-s2 .entry-body h3 a:hover, 
.news-section-s3 .entry-body h3 a:hover,
.news-letter-section h3 span {
  color: #e40e0e;
}
 .hero .hero-style-3 .slide-caption h2 {
    color: #ffffff;
 }

.hero .hero-style-3 .slide-caption p {
    color: #ffffff;
    font-style: italic;
    font-weight: 100;
}



.news-letter-section form div button {
  background-color: #e40e0e;
}

.about-section-s2 .about-title > span {
  color: #e40e0e;
}

.about-section-s2 .video-holder i {
  background-color: #e40e0e;
}

.services-section-s2 .view-all-services a {
  color: #e40e0e;
}

.services-section-s2 .owl-controls .owl-dots .owl-dot span {

  background: #e40e0e;
}
.service-single-content .download {
    position: relative;
    right: unset;
    top: unset;
}
.services-section-s2 .owl-controls .owl-dots .active span {
  -webkit-box-shadow: 0 0 0 2px #e40e0e;
  box-shadow: 0 0 0 2px #e40e0e;
}
.service-single-content .download a {
    border: 2px solid #e40e0e;
    margin: 10px;
}
.service-single-content .title {
    margin-top: 0px;
}
.service-single-content .details p {
    margin-bottom: 1em;
}
.service-single-content .title h3 {
    margin: 0 0 5px;
}
.contact-section .contact-form {
    padding: 0px 150px;
}
.section-title-s3 {
    text-align: center;
}
.section-title-s3 p {
   color: #000000;
}
.section-title-s3 h2 {
    color: #000000;
}
.contact-pg-contact-section .contact-info li i {
    color: #e40e0e;
}
.hide-robot
{
    display: none;
    opacity: 1;
    height:0;
}
.style-switcher-box {
    display:none;
}

.service-single-content .download a {
        padding: 7px 15px 7px 15px;
    }
.service-single-sidebar .download-brocher-widget a {
    background-color: #e40e0e;
    width: 220px;
}
.service-single-sidebar .download-brocher-widget a {
       padding: 10px;
    font-size: 16px;
    display: inline;
    text-transform: capitalize;
}



.page-title .title-breadcrumb{
    display: flex;
    flex-direction: column;
}

.site-header #navbar > ul > li .sub-menu a{
    color:white;
}

.mega-menu-cat{
    font-weight: 600;
}

.contact-info ul a{
    color:black;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    
    background: transparent;
    padding: 25px 40px;

    transition: 
        background-color 0.35s ease,
        padding 0.35s ease,
        box-shadow 0.35s ease;
}
header.sticky {
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 40px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.site-header .navigation{
    display: block !important;
    visibility: visible !important;
}
nav.navigation.navbar.navbar-default.sticky-header {
    display: none !important;
}

@media screen and (min-width: 1920px) {
   
    /*.hero-style-3 .slide .row .col {*/
    /*    margin-top: 400px;*/
    /*}*/
}


@media (max-width: 991px) {
    .site-header #navbar > ul .submenu > a:before {
        font-family: "FontAwesome";
        content: "\f107";
        font-size: 15px;
        font-size: 1rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

  .site-header .navbar-header button {
    background-color: #e40e0e;
  }
   .header-style-2 #navbar > ul > li > a:hover, .header-style-3 #navbar > ul > li > a:hover {
    color: #e40e0e;
  }
 
   /*.hero-style-3 {*/
   /*    background-repeat: no-repeat;*/
   /*     background-position: top;*/
   /*     background-size: cover;*/
   /*     height: 100vh;*/
   /* }*/

    .page-title .title-breadcrumb {
         padding-top: 140px; 
    }
}

@media screen and (min-width: 992px) {
    .header-style-1 #navbar > ul > li > a {
        color: #ffffff;
    }

    /*.hero-style-2 .slide .row .col, .hero-style-3 .slide .row .col {*/
    /*    margin-top: 200px;*/
    /*}*/
  
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    border-top: 2px solid #e40e0e;
  }

    
   
    .site-header #navbar > ul > li:hover > .sub-menu {
        border-top: 2px solid rgb(228, 14, 14);
    }

    .header-style-1 #navbar > ul > li > a {
         color: #ffffff; 
         font-size:18px;
    }

/* Parent anchor point */
    .site-header #navbar > ul > li.menu-item-has-children.mega {
        position: relative;
    }

    /* Mega menu container */
    .site-header #navbar > ul > li.menu-item-has-children.mega > .sub-menu.mega-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);

        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 24px;

        width: max-content;          /* grows with categories */
        max-width: min(1200px, 92vw); /* never overflow screen */
        padding: 24px;

        background: #0d1e2d;
        z-index: 999;
    }

/* SHOW ON HOVER */
.site-header .mega:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

/* COLUMN HEADINGS */
.site-header .mega > .sub-menu > li > a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
    pointer-events: none;
}

.site-header #navbar > ul .sub-menu.mega-menu{
     width: 500px;
     display: flex;
}
.site-header #navbar > ul > li .sub-menu.mega-menu li {
    border-bottom: 1px solid #132b41;
    width: 200px;
}


/* INNER LIST */
.site-header .mega > .sub-menu > li ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* LINKS */
.site-header .mega > .sub-menu > li ul li a {
    color: #ffecec;
    font-size: 14px;
    padding: 6px 0;
    display: block;
}

.site-header .mega > .sub-menu > li ul li a:hover {
    color: #fff;
    text-decoration: underline;
}



}


@media (max-width: 768px) {
    
    /* .hero-style-3 .slide .row .col {*/
    /*    margin-top: 200px;*/
    /*}*/
}


@media (max-width: 767px) {
    
 /*   .hero .hero-style-3 .slide {*/
 /*       height: 100vh;*/
 /*   }*/
    
 /*   .hero-style-3 {*/
 /*       background-repeat: no-repeat;*/
 /*       background-position: center;*/
 /*       background-size: cover;*/
 /*       height: 100vh;*/
 /*   }*/
    
 /*.hero-style-3 .slide .row .col {*/
 /*       margin-top: 200px;*/
 /*   }*/
.site-header #navbar > ul > li .sub-menu a{
    color:black;
    }

.page-title {
        height: 280px;
    }
    
}
@media (max-width: 768px) {
  .service-single-content .faq-section .panel-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .service-single-content .faq-section .panel-body table {
    min-width: 250px; /* forces horizontal scroll */
    width: 100%;
  }

  .service-single-content .faq-section .panel-body th,
  .service-single-content .faq-section .panel-body td {
    white-space: wrap;
  }
}

@media (max-width: 767px) {
    .all-services-section .services-grids {
        margin: 20px 75px;
    }

    .all-services-section .services-grids .grid {
        width: 200px;
        margin: 0 10px 30px;
    }
}


    
