@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
    --red: #d81001;
    --blue: #220f8c;
    --light-blue: #e8e4fa;
    --black: #131212;
    --white: #fff;
    --grey:rgb(189, 189, 189);
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Merriweather", serif;
}

body {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    background: var(--white);
    line-height: 1.8;
    font-family: "Outfit", sans-serif;
}
a {
    text-decoration: none;
}
/*sticky watsup css start*/
.sticky-watsup .float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 106px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.sticky-watsup .my-float {
    height: 25px;
    width: 25px;
}
/*sticky watsup  css end*/
/*sticky-up css start*/
.back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 10px;
    background-color: var(--red);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 23px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.back-to-top .icon__arrow-up {
    height: 20px;
    width: 20px;
}
/*sticky-up css end*/
/*top nav css*/
.top-nav{
    background-color: var(--blue);
    padding: 6px 0px;
}
.top-nav-sp1{
    color: #fff;
    padding: 2px 0px;
}

.top-nav-icon{
    height: 20px;
    width: 20px;
    margin-left: 10px;
}
#top-nav-call{
    padding: 2px;
}
.top-nav-sp2{
    float: right;
    padding: 2px 20px;
}
/*top nav end*/
/*.butn start*/
.butn {
    display: inline-block;
    width: 9em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--light-blue);
}
   
   .butn::before {
    content: '';
    width: 0;
    height: 3em;
    border-radius: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #d81001 0%, #d87401 40%, #FFFF00 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;
    color: var(--white);
   }
   
   .butn:hover::before {
    width: 9em;
   }

/*.butn end*/
/*about start*/
.over{
    overflow: hidden;
}
.about-section{
    padding: 50px 0px;
}
.abt-main{
    position: relative;
}
.abt-img-desktop {
    position: absolute;
    top: 0px;
    right: 40px;
    width: 600px;
    display: block;
}
.abt-img-mobile{
    display: none;
}

.main-heading h2 {
    color: #000000;
    font-size: 42px;
    font-weight: 900;
    /* -webkit-text-stroke-width: 2px;
    stroke-width: 1px;
    -webkit-text-stroke-color: var(--black);
    stroke: var(--black); */
}
.main-heading h4{
    color: var(--blue);
    font-weight: 700;
    font-size: 26px;
    font-family: "Outfit", sans-serif;
}
.main-heading1 h2 {
    color: #000000;
    font-size: 42px;
    font-weight: 900;
}
/*about end*/
/*service start*/
.service-section{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url('../img/service-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 50px 0px;
}
.main-heading-1 h2 {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 900;
    
}
.main-heading-1 h4{
    color: var(--light-blue);
    font-weight: 700;
    font-size: 26px;
    font-family: "Outfit", sans-serif;
}

/*service end*/
/*product start*/
.pdng{
    padding: 50px 0px;
    overflow: hidden;
}
.product-section{
    padding: 50px 0px;
}
.project-img-outer{
    padding: 0px 8px;
}
.projects .product_img{
    margin: 0px 0px;
    display: flex;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.project-img-outer h4{
    font-size: 20px;
    font-weight: 600;
background-color: var(--grey);
padding: 10px 0px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.project_slider{
    margin: 30px 0px;
}
.projects-text{
    color: #000;
}
.heading-h-p{
    margin-bottom: 10px;
}
.heading-h-p-1{
    margin-bottom: 10px;
}
  .projects .slick-dots li button:hover{
    color: #000;
  }
  .projects.slick-dots li button:before{
    color: #000;
  }
  .projects.slick-dots li button:after{
    color: #000;
  }
.projects.slick-prev:before{
    color: rgb(0, 0, 0);
}
.projects .slick-next:before{
    color: rgb(0, 0, 0);
}

/*product end*/
/*service start*/
.safety-service-section{
    padding: 50px 0px;
}
.service-card{
    margin: 20px 0px;
    padding: 20px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border: 1px solid var(--light-blue);
    height: 300px;
    border-radius: 0px;
}
.service-card:hover{
    transition: all 0.10s;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.19) 0%, rgba(235, 235, 235, 0) 100%);
}
.service-card-img{
    height: 50px;
    width: 50px;
}
.safety-service-img img{
    margin: 20px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.service-card-text{
    color: var(--black);
}
  
/*service end*/
/*contact start*/
.contact-section{
    background-color: var(--light-blue);
    padding: 80px 0px;
    height: 300px;
    margin-bottom: 430px;
}
.outer-frm{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: var(--white);
    padding: 30px;
    margin-top: 120px;
    margin-right: -150px;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.contact-img-desktop{
    display: block;
}
.contact-img-mobile{
    display: none;
}

/*contact end*/
/*footer start*/
.footer{
    background-image: url('../img/footer-ng.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 20px;
}
.footer-logo img{
    width: 170px;
}
.footer-heading h4{
    color: var(--white);
    font-size: 20px;
    margin-top: 10px;
}
.footer-flex{
    display: flex;
    align-items: center;
    margin: 5px 0px;
}
.footer-flex img{
    height: 20px;
    width: 20px;
    margin-right: 7px;
}
.footer-flex1{
    display: flex;
    align-items: flex-start;
    margin: 5px 0px;
}
.footer-flex1 img{
    height: 27px;
    width: 27px;
    margin-right: 7px;
    margin-top: 7px;
}
.list ul li a{
    color:var(--white);
}
.list ul{
    padding: 0px;
    margin-top: 20px;
}
.info-list ul{
    padding: 0px;
    margin-top: 20px;
}
.info-list ul li{
    color:var(--white);
}
.info-list ul li a{
    color:var(--white);
}
/*footer end*/
/*copyright start*/
.footer hr{
    border: 1px solid var(--white);
}
.second-footer p{
    color: var(--white);
}
.second-footer p a{
    color: var(--white);
}
/*copyright end*/
/* contact page */
.internal-banner-section{
    background-image: url('../img/backround-img.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0px;
}
.heading h2{
    color: var(--white);
}
.breadcrumb ol{
    color: var(--white);
}
.contact-card{
    background-color: #160c0c;
    margin-bottom: 20px;
    height: 250px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.card-img{
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}


.contact-info-section{
    padding-top: 45px;
    padding-bottom: 45px;
}
.enquiry-page{
    padding: 60px 0px;
    background-image: url('../img/background-img-2.jpg');
}

.main-frm{
    background-image: linear-gradient(to right, #d81001 0%, #d87401 40%, #FFFF00 100%);
    padding: 40px;
    border-radius: 20px;
}

/* about us *start*/

.core-value-section{
    padding: 45px 0px;
}
.core-value-card{
    border: 0px;
    background-color: transparent;
}
.core-value-img {
    height: 120px;
    width: 120px;
}
.core-value-title {
    color: var(--black);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: var(--white)!important;
}
/*about end*/
/*product detail start*/
.product-details{
    background-image: linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),url('../img/prodct-detail-img.jpg');
}
.product-details .card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
  }
  .product-details img{
    width: 100%;
    display: block;
  }
  .product-details .img-display{
    overflow: hidden;
  }
  .product-details .img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
    
  }
  .product-details .img-showcase img{
    min-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .product-details .img-select{
    display: flex;
  }
  .product-details .img-item{
    margin: 0.3rem;
  }
  .product-details .img-item:nth-child(1),
  .product-details .img-item:nth-child(2),
  .product-details .img-item:nth-child(3){
    margin-right: 0;
  }
  .product-details .img-item:hover{
    opacity: 0.8;
  }
 
  
  .product-details .product-price span{
    font-weight: 400;
  }
  
  .product-details .product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
  }
  .product-details .product-detail p{
    font-size: 16px;
    padding: 0.3rem;
    opacity: 0.8;
  }
  .product-details .product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
  }
  .product-details .product-detail ul li{
    margin: 0;
    /* list-style: none; */
    background: url('../img/icon/checked.png') left center no-repeat;
    background-size: 18px;
    /* padding-left: 1.7rem; */
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
    font-size: 16;
  }
  .product-details .product-detail ul li span{
    font-weight: 400;
  }
  .product-details .title h2 {
    font-size: 40px;
    color: var(--af-dark-brown);
    font-weight: 400;
    font-family: "Roboto Slab", serif;
  }
  
  @media screen and (min-width: 992px){
    .product-details .card {
        /* padding: 45px; */
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        border: 0px solid #e6e6e6;
        background: transparent;
    }
    .product-details .card-wrapper{
        /* height: 100vh; */
        padding: 60px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    .product-details .product-imgs{
        display: flex;
        flex-direction: column;
    }
    .product-details .product-content{
        padding-top: 0;
    }
  }
  .product-list{
    padding-bottom: 45px;
  }
  .sub-heading h5{
    color: var(--red);
  }

  .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: var(--blue);
    color: #fff;
    font-weight: 600;
  }
  .nav-pills .nav-link {
    border-radius: 0.25rem;
    border: 1px solid var(--blue);
    border-radius: 30px;
    margin: 10px 5px;
    color: var(--blue);
    font-weight: 600;
    text-transform: uppercase;
  }
  .tab-section{
    padding-bottom: 20px;
  }
  
  .mat-img img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .description p{
    text-align: justify;
  }
  .table{
    border: 1px solid var(--light-blue);
  }
  .breadcrumb{
    display: flex;
    justify-content: center;
  }
  /*product detail  end*/
  
  
/*responsive start*/
@media only screen and (max-width: 600px) {
    .abt-img-desktop {
        display: none;
    }
    .abt-img-mobile{
        display: block;
    }
    .outer-frm{
        margin-right: 0px;
        margin-top: 0px;
    }
    .contact-img-desktop{
        display: none;
    }
    .contact-img-mobile{
        display: block;
        margin-top: 10px;
    }
    .contact-section{
        margin-bottom: 595px;
        
    }
    .contact-section{
        padding: 70px 0px;
    }
    .abt-txt{
        margin: 10px 0px;
    }
    
    
}
@media screen and (min-width: 601px) and (max-width: 768px) {
    .logo{
        width: 20%;
    }
    .abt-img-desktop {
        display: none;
    }
    .abt-img-mobile{
        width: 500px;
        margin: auto;
        display: block;
    }
    .main-heading{
        text-align: center;
    }
    .contact-section {
        padding: 80px 0px;
    }
    .contact-img-desktop{
        display: block;
    }
    .contact-img-mobile{
        display: none;
    }

}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .abt-img-desktop {
        position: absolute;
        top: 0px;
        right: 40px;
        width: 535px;
        display: block;
    }
    .abt-img-mobile{
        display: none;
    }
    .contact-section {
        padding: 90px 0px;
    }
    .contact-img-desktop{
        display: block;
    }
    .contact-img-mobile{
        display: none;
    }

}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .abt-img-desktop {
        position: absolute;
        top: 0px;
        right: 40px;
        width: 535px;
        display: block;
    }
    .contact-section {
        padding: 100px 0px;
    }
    .contact-img-desktop{
        display: block;
    }
    .contact-img-mobile{
        display: none;
    }
}

