*{
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
:root{
    /* --primary-color:#EC4A05; */
    --primary-color:#C31C2D;
    --primary:#E75C0E;
    --mon-: "Montserrat", sans-serif;
    --light-primary:#FFEFE4;
    --lato: 'Lato';
    
}
.text-black{
  color: #000;
}
a{
    text-decoration: none;
    font-family: var(--lato);
}
p{
    font-size: 16px;
    font-family: var(--lato);
    color: #000;
}
h2, h1, h3, h4, h5, h6{
    font-family: var(--lato);
}
h2{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}
.star-color{
    color: #FFC107;
}
.text-color{
    color: var(--primary-color);
}
.home-page-label{
    background-color: #FFEFE4;
    color: var(--primary-color);
    display: inline-block;
    padding: 6px 18px;
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;

}
/*---------------------------------------
  top-header HEADER              

  
  
/* ==================TOP NAV============================== */
.top_social i{
  background-color: #c31c2d;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.top_social i:hover{
  background-color: #ffff;
  color: #C31C2D;
}

.top_social{
	display: flex;
	align-items: flex-end;
  justify-content: center;
}
.top_strip_icons img{
  height: 25px;
}
.top_strip_icons i{
  font-size: 20px;
  color: #fff;
}
.top_content_box{
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.top_content_box:hover a{
  color: #fff;
}
.top_strip_icons{
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 25%;
  height: 50px;
  width: 50px;
  justify-content: center;
}
.top_strip h5{
  font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px !important;
}
.top_strip a{
    text-decoration: none;
    color:rgb(255, 255, 255) ;
	font-weight: normal;
}
.top_strip h5{
    color: #ffffff !important;
}
.top_strip h6{
    color:rgb(50, 50, 50) !important;
}
.top_strip .logo img{
    height: 60px;
}
.top_strip{
  vertical-align: middle;
  padding: 25px 0px;
}

/* ==================TOP NAV============================== */


/* ================BACK TO TOP======================= */
.back_to_top .btn{ 
border: none;
color: #fff;
padding: 10px 13px;
background-color: #C31C2D;
border: 1px solid #fff;
}
.back_to_top .btn:hover{
background-color: #000;
border-radius: 50% !important;
transition: all 1s ease-out;
}

/* ================BACK TO TOP======================= */
/* ===================TOP NAV=============================== */
.top_strip {
    background-color:#000;
    padding: 25px 0px;
}

.top_social_media{
    display: flex;
    justify-content: flex-start;
    /* margin-right: -34px !important; */
    font-size: 20px;
}

.top_address li, .top_social_media li {
  display: inline-block;
  margin-right: 20px;
}
.top_address i, .top_social_media i {
  margin-right: 5px;
  color: #ffff;
}


.navbar-light .navbar-nav .nav-link{
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item a{
  padding-right:30px !important;
}

.navbar{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/* .dropdown-menu{
  padding: 0px !important;
  background-color: #ffff;
} */
/* .dropdown-item{
  padding: 10px;
  border-bottom: 1px solid rgb(236, 236, 236);
} */
/* .dropdown-item:hover{
  background-color: #C31C2D;
  color: #ffff;

} */
.bottom_strip{
  /* background-color: #000;
  position: relative;
  bottom: 17px; */
}

/* ===================TOP NAV=============================== */



















/* --------drop-down------ */
ul.dropdown-menu.show{
  padding: 0px;
}
.dropdown-menu{
  padding: 0px;
}
.dropdown-menu a{
  color: #000;
  padding: 10px 10px;
  font-family: var(--lato);
}
.dropdown-menu a:hover{
  background-color: var(--primary-color);
  color: #fff;
}
.dropdown-menu li{
  /* padding: 5px 0px; */
  border-bottom: 1px dotted gray;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
/* --------drop-down------ */

  






















/*** Navbar ***/
/* .top-header{
    background-color: #C31C2D;
    padding: 10px 0px;
} */

.navbar-brand img{
  height: 70px;
}
.top-header-left-box small{
    font-weight: 600;
}
.nav-bar-menu{
    padding: 10px 0px;
}
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #000 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* 
.top-social-media-icon{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-social-media-icon a:hover{
    color: #000;
}
.top-social-media-icon a{
    color: var(--primary-color);
    padding: 0px 8px;
}
.btn-sm-square{
    padding: 5px;
    background-color: #fff;
    margin-right: 5px;
    border-radius: 2px;
    
}
 a{
    text-decoration: none !important;
}
.navbar-brand span{
    color: var(--primary-color);
} */
/* .header-btn{
    background-color: var(--primary-color);
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
} */
a{
  text-decoration: none !important;
}
.navbar-brand span{
  color: var(--primary-color);
} 

.header-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: var(--primary-color);
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: color 0.3s ease;
    z-index: 3;
}

.header-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 100%;
    background-color: #000; /* hover black */
    transition: transform 0.4s ease;
    z-index: -1;
}

.header-btn:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.header-btn:hover {
    color: #fff;
}

.banner-btn{
    background-color: var(--primary-color);
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.banner-btn:hover{
    
    
    color: #fff;
   
}
.banner-button-btn{
    /* position:absolute; */
    /* z-index: 3 !important; */
}
/* ------------- */
/* @media (max-width: 991.98px) {
    .navbar-collapse {
      position: absolute;
      top: 100%; 
      left: 0;
      width: 100%;
      background-color: white; 
      z-index: 1050; 
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    }
  
    .navbar {
      position: relative;
      z-index: 1060;
    }
  } */
  /* ------------------- */
/* .navbar{
    padding: 0px 150px;
} */





/* ----------carousel=-----------X */

/*** Header ***/
.home-carousel .label{
    background-color: #FFEFE4;
    color: var(--primary-color);
    display: inline-block;
    padding: 6px 18px;
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.home-carousel .carousel-inner .carousel-item h2{
    font-size: 48px;
    font-weight: 700;
    padding: 0px 120px 0px 0px;
}
.carousel-caption {
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: -0.5rem !important;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);
    z-index: 1;
}
.home-carousel .carousel-control-prev{
    left: -20px !important;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media only screen and (max-width: 992px) and (min-width:441px){
    .home-carousel .carousel-inner .carousel-item h2{
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }
    .banner-btn {
        background-color: var(--primary-color);
        padding: 7px 20px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }
    .banner-box {
        padding-left: 50px !important;
    }

}
@media only screen and (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
   
  
}
@media  screen and (max-width: 441px){
    .banner-box {
        padding-left: 30px !important;
    }
    .home-carousel .carousel-inner .carousel-item h2{
        font-size: 25px !important;
        padding: 0px;
    }
    .home-carousel .label{
        margin-bottom: 10px;
    }
    .banner-btn {
        background-color: var(--primary-color);
        padding: 5px 20px;
        color: #fff;
        font-weight: 500;
        font-size: 17px;
    }
} 


/* ====================BANNER========================================= */

.banner_slider .container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
   /* margin-top: -18px; */
  
  }
  
  
  .slider-content {
    padding:180px 0px 0px 25px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  
  .carousel-item {
    height: 548px;
  }
  
  .slider-image {
    width: 100%;
    height: auto;
  
  }
  .slider-content h2{
    font-size: 40px;
    color:#fff ;
  }
  .slider-content h4{
  font-size: 20px ;
  color: #C31C2D;
  text-transform: uppercase;
  }
  .carousel-control-prev{
    z-index: 999;
  }
  .carousel-control-next{
    z-index: 999;
  }
  .slider-content h4{
    margin-bottom: 0px;
  }
  
  /* ====================BANNER========================================= */
  
  /* ========================OVERLAY_SECTION================================== */
  
  
       .box_1 .overlay_box{
           /* width: 100%; 
      height: 30%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #46C254;  */
      }
      .design_box_3{
          background-color: rgba(100, 65, 64, 0.86);
          padding: 65px 20px ;
          background-image: url(./img/home/overlay_imges.webp);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
      
      }
      .design_box_1 p,
      .design_box_2 p,
      .design_box_3 p{
        text-align: center;
      }
  .design_box_1{
      background-color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
    flex-direction: column;
      padding: 65px 20px ;
      background-image: url(./img/home/overlay_imges.webp);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
  }
  .design_box_2{
      padding: 80px 20px ;
      display: flex;
      align-items: center;
      justify-content: center;
    flex-direction: column;
      background-color: #46C254;
      background-image: url(./img/home/overlay_imges.webp);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
  }
  .design_box_top h3{
    font-size: 31px !important;
  }
  @media only screen and (max-width:991px){
    .design_box_top h3,
    .design_box_2 h3,
    .design_box_1 h3{
      font-size: 25px !important;
    }
  }
  
  /* ========================OVERLAY_SECTION================================== */


/* ============== HOME ABOUT SECTION============================== */

.home_about{
    padding: 50px 0px;
  }
  .about_ul_sec{
    list-style-type: none;
  }
  .about_ul_sec li{
  margin-top: 10px;
  }
  .about_ul_sec i{
    margin-right: 10px;
  }
  .images_about_sec{
    display: flex;
    align-items: center;
    justify-content: center;
  }
 @media only screen and (max-width:991px){
  .home_about {
    padding: 50px 0px 10px 0px;
  }
 }


/* ============== HOME ABOUT SECTION============================== */
  /* -----------about---- */
  .kovai-tech-about-icon-box-one{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    height: 40px;
    width: 40px;
    border-radius: 10px;
    margin-right: 10px;
  }
  .kovai-tech-about-icon-box h4{
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .kovai-tech-about-icon-box{
   
    display: flex; 
    align-items: center;
  }
  .kovai-tech-about-icon-box i{
    color: #fff;
    font-size: 20px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }

.service-btn{
    border: 1px solid #C31C2D;
    color:var(--primary-color);
    border-radius: 0px !important;
    padding: 10px 25px;
    width: 158px;
    background: transparent;
}









  .btn{
    border: 1px solid #C31C2D;
    color: #fff;
    border-radius: 0px !important;
    padding: 10px 40px;
    background-color: var(--primary-color);
  }
  .btn:hover{
    border: none;
    background-color: #333;
    color: #ffffff;
  }

  .header-btn{

  }



.product-btn 


  .about-btn a{
    color: #fff !important;
    font-family: var(--lato);
    font-size: 18px !important;
  }
  .about-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: var(--primary-color);
    padding: 10px 40px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: color 0.3s ease;
    z-index: 3;
}

.about-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 100%;
    background-color: #000; /* hover black */
    transition: transform 0.4s ease;
    z-index: -1;
}

.about-btn:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.about-btn:hover {
    color: #fff;
}





 
  .product-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: var(--primary-color);
    padding: 10px 40px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    transition: color 0.3s ease;
    z-index: 3;
    font-family: var(--lato);
}

.product-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 100%;
    background-color: #000; /* hover black */
    transition: transform 0.4s ease;
    z-index: -1;
}

.product-btn:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.product-btn:hover {
    color: #fff;
}












  
/* .btn-primary{background-color: var(--primary-color);color:var(--white-color);} */
.kovai-tech-about-section-page h5{
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 3px !important;
    /* font-family: Montserrat; */
    font-family: 'Lato';
}
.kovai-tech-tag{
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 3px !important;
    /* font-family: Montserrat; */
    font-family: 'Lato';

}
@media screen and (max-width:991px){
  .service-btn{
    padding: 10px 25px;
  }
}
  /* -----------about---- */



  /* ---------step-------- */
  .kovai-tech-step-bg-color{
    background-color: #f9f9f9;
  }
  .kovai-step-process:before{
    content: '';
        position: absolute;
        left: -103px;
        right: -60px;
        height: 100%;
        display: block;
        /* top: -50px; */
        top: -110px;
        margin-left: 40px;
        background: url(./img/home/procedure-bg.webp) center center no-repeat;

  }
  /* .section.kovai-tech-rack-step-sectioni:before{
    
        content: '';
        position: absolute;
        left: -103px;
        right: -60px;
        height: 100%;
        display: block;
        
        top: -110px;
        margin-left: 40px;
        background: url(./img/home/procedure-bg.png) center center no-repeat;
    
   

  } */
  section.kovai-tech-rack-step-section {
    /* background: chocolate; */
    /* background: url(./img/home/procedure-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

  .kovai-tech-rack-step-section .step-card {
    padding: 10px 15px;
    /* background: #fff; */
    border-radius: 8px;
    position: relative;
}

.step-image-wrapper {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
}

.step-image-wrapper img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.step-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #C31C2D;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
    z-index: 1;
    border: 4px solid #f8f9fa;
}

.kovai-tech-rack-step-section h5 {
    font-weight: 600;
    /* font-size: 18px; */
}



.kovai-tech-heading-tag-line {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}


.owl-theme .owl-nav .disabled{
    opacity: 1 !important;
}
/* .kovai-tech-rack-step-section .process-carousel button.owl-prev.disabled,
.kovai-tech-rack-step-section .process-carousel button.owl-next.disabled{
    background-color: var(--primary-color);
    padding: 10px !important;
    color: #fff;

} */
.kovai-tech-rack-step-section .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block !important;
}
.kovai-tech-rack-step-section .process-carousel .owl-dots {
    display: none;
}
.kovai-tech-rack-step-section .process-carousel button.owl-prev span{
    padding: 10px !important;
    background-color: var(--primary-color);
    color: #fff;
    position: absolute;
    left: 0;
    /* right: 0; */
}
.kovai-tech-rack-step-section .process-carousel button.owl-next span{
    padding: 10px !important;
    background-color: var(--primary-color);
    color: #fff;
    position: absolute;
    /* left: 0; */
    right: 0;
}
/* .kovai-tech-rack-step-section .process-carousel button.owl-next {
    background: red !important;
    padding: 10px !important;
    color: #fff !important;
}
.owl-carousel .owl-nav button.owl-next{
    padding: 10px !important;
} */


/* .owl-theme .owl-nav [class*=owl-]{
    background-color: var(--primary-color) !important;
    padding: 10px !important;
    color: #fff !important;
} */

@media only screen and (max-width:991px){
  .kovai-step-process:before{
    right: 0px;

  }
  .kovai-tech-rack-step-section .row{
    margin-right: 0px !important;
    margin-left:0px !important;
  }
  .row{
    margin-right: 0px !important;
    margin-left:0px !important;

  }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}
}
  /* ---------step-------- */


  
/* ==================WHY CHOOSE SECTION================================/ */

.product_section_for_home{
    padding: 20px 0px
  }
  
    /* Google Fonts - Poppins */
  /* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap'); */
  
  .swiper-pagination-bullet {
    background-color: #C31C2D !important;
  }
  .card-content{
    padding:5px 35px 10px 35px;
  }
  .card-content p{
    padding-top: 10px;
  }
  .swiper-slide a {
    text-decoration: none !important;
  }
  .slide-container{
    /* max-width: 1120px; */
    width: 100%;
    padding: 40px 0;
  }
  .slide-content{
    margin: 0 40px;
    overflow: hidden;
    /* border-radius: 25px; */
  }
  .product_section_for_home .card{
    /* border-radius: 25px; */
    background-color: #FFF;
    height: 490px !important;
    margin-bottom:40px;
  }
  .image-content,
  .card-content{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* padding: 10px 14px; */
  }
  .image-content{
    position: relative;
    row-gap: 5px;
    /* padding: 25px 0; */
  }
  .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    /* border-radius: 25px 25px 0 25px; */
  }
  .overlay::before,
  .overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
  }
  .overlay::after{
    /* border-radius: 0 25px 0 0; */
    background-color: #FFF;
  }
  .card-image{
    position: relative;
    height: 150px;
    width: 150px;
    /* border-radius: 50%; */
    background: #FFF;
    padding: 3px;
  }
  .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* border-radius: 50%; */
    border: 4px solid #e4e4e4;
  }
  .card-content h5{
    /* text-align:center; */
    margin-top: 25px;
    font-size: 15px;
    font-weight: 700;
  }
  .card-content p{
    color: black;
    text-align: left;
    
  }
  .name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }
  .description{
    font-size: 14px;
    color: #707070;
    text-align: center;
  }
  .button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .swiper-navBtn{
    display: none !important;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 38px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: #4070F4;
  }
      .icon_box_slider {
          display: table;
      height: 80px;
      width: 80px;
      border-radius: 50%;
      position: absolute;
      top: 158px !important;
      right: 40px;
      color: #fff;
      background: #C31C2D;
      text-align: center;
  }
  
  .card-content img{
      height: 50px;
      margin-top: 13px;
  }
  
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
    
    .carousel-item {
      height: 340px;
    }
    .slider-content {
      padding:60px 0px 0px 35px !important;
      display: flex;
      /* align-items: center; */
      justify-content: center;
      flex-direction: column;
    }
    .slider-content h2{
      font-size: 28px;
    }
    .home_about h3{
      font-size: 25px;
    }
    .why_choose_left h3{
      font-size: 25px;
    }
    .product_section_for_home h3{
      font-size: 23px;
    }
    .design_box_1{
      padding: 40px 20px;
    }
    .design_box_2{
      padding: 40px 20px;
    }
    .design_box_3{
      padding: 40px 20px;
    }
   
  }
  @media only screen and (max-width:441px){
    .slider-content h2{
      width: 80%;
      
    }
  }
  @media screen and (min-width: 1400px){
    .icon_box_slider{
      top: 196px !important;
    }
  }
  @media screen and (max-width: 990px){
    .icon_box_slider {
          /* display: table; */
      height: 65px;
      width: 65px;
      /* border-radius: 50%; */
      /* position: absolute; */
      top: 83px !important;
      /* right: 40px; */
      /* color: #fff; */
      /* background: #C31C2D; */
      /* text-align: center; */
  }
  
  .card-content img{
      /* height: 50px; */
      margin-top: 5px;
  }
  }
  
  @media screen and (max-width: 768px){
    .icon_box_slider {
      top: 167px !important;
    }
  }
  
  @media screen and (mIN-width: 1920px){
    .design_box_3{
          background-color: rgba(100, 65, 64, 0.86);
          position: absolute;
          left: 1286px !important;
          padding: 44px 10% !important;
      
      }
    .design_box_2{
      padding: 84px 25px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #46C254;
      position: absolute;
      left: 643px !important;
    
    }
  }
  
  
.kovai-metal-services-section .swiper-slide h5{
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}  



/* -----------testimonial--------- */

/*** testimonial Start ***/
.testi-title{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;

}
.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    border-radius: 10px;
    /* background: var(--bs-light); */
    background: #f7f5f5;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    bottom: -20px;
    left: 30px;
    transform: rotate(45deg);
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-primary);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-secondary);
}

/*** testimonial end ***/



/* -----------testimonial--------- */







/* ---------product-page---------- */
/* .product-page-heading {
  background-image: url(./img/home/banner-about.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 240px;
  display: flex;
  align-items: center;
  
} */


.product-page-heading {
  position: relative;
  background-image: url(./img/home/banner-about.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center; /* optional for centering inner text */
  color: #fff; /* ensures text is visible on dark overlay */
  z-index: 1;
}

.product-page-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.278); /* light black overlay */
  z-index: -1;
}



.product-page-heading span {
  /* background-color: #fff; */
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  /* text-transform: uppercase; */
  padding: 0px 25px;
  display: inline-block;
  margin-bottom: 10px;
}


.product-page-heading span a {
  color: #ffffff;
}


.product-page-heading h3 {
  font-size: 48px;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: #fff;
}




/* ------------product--------- */
/* ==============================SERVICE PAGE CSS========================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* =====SIDEBAR SECTION=========== */



/* side-bar-addresss */
.contact-card {
  /* max-width: 350px; */
  /* border: 1px solid #ddd; */
  /* border: 1px solid var(--primary-color); */
  border-radius: 8px;
  padding: 16px;
  font-family: Arial, sans-serif;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.contact-card .profile-icon {
  width: 50px;
  height: 50px;
  /* background-color: #c0c78b; */
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-card .company-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.contact-card .company-name {
  font-size: 16px;
  font-weight: bold;
}

.contact-card .company-name i {
  color: red;
  margin-left: 4px;
}

.contact-card .location {
  font-size: 14px;
  color: #444;
  font-family: var(--lato);
}

.contact-card button.view-number {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  color: #007bff;
  border: 1px solid #007bff;
  border-radius: 4px;
  cursor: pointer;
  margin: 12px 0;
}

.contact-card .info-item {
  font-size: 16px;
  margin-bottom: 8px;
  color: #444;
}

.contact-card .info-item i {
  margin-right: 6px;
  color: var(--primary-color);
}

.contact-card .contact-box {
  /* background-color: #f1f9ff; */
  background-color: #f9f9f9;
  background-color: #bb707008;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  /* border: 1px solid #cfe7ff;  */
  border: 1px solid var(--primary-color);
}

.contact-card .contact-box p {
  margin-bottom: 8px;
  font-size: 16px;
}

.contact-card .contact-box .btn-contact:hover{
  background-color: #000;
  transition: all ease 0.9s;
}
.contact-card .contact-box .btn-contact a{
  color: #fff !important;
}
.contact-card .contact-box .btn-contact {
  display: block;
  width: 100%;
  padding: 8px;
  /* background-color: #00aaff; */
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.contact-card .report-link {
  font-size: 12px;
  color: #888;
  text-align: right;
  margin-top: 10px;
}

.contact-card .report-link a {
  color: #888;
  text-decoration: none;
}

.contact-card .report-link a:hover {
  text-decoration: underline;
}
/* side-bar-addresss */



/* -------------active---------- */
.sidebar_nav a.active-product {
  background-color: #102986 !important;
  color: #fff !important;

}

.sidebar_nav .sidebar_nav_one a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  width: 100%;
}
/* -------------active---------- */
ol, ul {
  padding-left: 0rem !important;
}

.sidebar_nav{
  list-style-type: none;
  /* background-color: rgb(241, 241, 241); */
  position: sticky;
  top:100px;
  margin-top: 20px;
  border: 1px solid rgba(128, 128, 128, 0.342);
  padding: 10px 10px 10px 10px;

}

.sidebar_nav h4{
  /* background-color: var(--white-color); */
  padding:0px 0px 8px 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  /* font-family: "monR", Arial, sans-serif; */
  width: 150px;
  /* border-bottom: 2px solid #102689; */
  border-bottom: 2px solid var(--primary-color);
}
.sidebar_nav a{
  text-decoration: none;
  /* width: 100%; */
  color: rgb(0 0 0) !important;
  font-size: 16px;
  /* font-family: 'Montserrat'; */
  /* text-transform: uppercase; */
  font-weight: 400;
}
.sidebar_nav li{
  /* background-color: #46C254; */
  padding: 12px 10px;
  cursor: pointer;
  border-bottom: 1px solid rgb(235, 235, 235);
  display: flex;
}

.sidebar_nav .first-one li{
  /* background-color: #46C254; */
  /* padding: 12px 10px;
  cursor: pointer;
  border-bottom: 1px solid rgb(235, 235, 235); */
  display: flex;
  /* font-size: 19px !important; */
  font-size: 16px !important;
  font-size: var(--lato);
  justify-content: space-between;
}

.sidebar_nav ol,ul{
  padding-left: 0;
}
.sidebar_nav_one{
  /* background-color: rgba(128, 128, 128, 0.082); */
  /* padding: 10px; */

}
.sidebar_nav {
  /* padding: 10px; */
  /* position: fixed; */
  background-attachment: fixed;
  

}
/* .sidebar_nav a:hover li {
 background-color: var(--primary-color) !important;
 color: #fff !important;
 transition-delay: 0.3ms;
 opacity: 1;


} */
/* Hover Effect */
.sidebar_nav_one li:hover {
  background-color: var(--primary-color);
}

.sidebar_nav_one li:hover a {
  color: #fff !important;
}

/* Active State */
.sidebar_nav_one li.active {
  background-color: var(--primary-color) !important;
}

.sidebar_nav_one li.active a {
  color: #fff !important;
}
/* Replace with your own color if not using --primary-color */
/* .sidebar_nav_one li.active {
  background-color: #102986 !important;
} */

.sidebar_nav li a.active {
  /* color: red; */
}

.sidebar_nav a,.sidebar_nav a li :focus{
  /* background-color: aqua; */
}
.sidebar_nav a li::after{
  content: "\f105";
  font-family: "fontAwesome";
  line-height: 28px;
  position: relative;
  float: right;
  font-size: 10px;
  margin-left: 5px;
}
.side_bar_head{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  /* font-family: 'Montserrat'; */
  text-transform: uppercase;
}
.side_bar_head::before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: rgb(235, 235, 235);
}
.side_bar_head::after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 0px;
  /* background: #102986; */
  background: var(--primary-color);
}
.side_bar_head_1{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.side_bar_head_1::before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 20%;
  height: 2px;
  background: rgb(235, 235, 235);
}
.side_bar_head_1::after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  /* background: #102689; */
}
.side-adderss{
  font-weight: 700;
  font-size: 16px !important;
  margin-bottom: 8px;
}
.info-item{
  font-family: var(--lato);
}
/* =====SIDEBAR SECTION=========== */

/* ==================RIGHT SIDE CONTENT============= */
.right_content_product h5{
  color: var(--primary-color);
}
.right_content_product h3{
  font-size: 20px;
  font-weight: 500;
  /* font-family: 'Montserrat'; */
  /* padding: 20px 0px; */
  text-transform:uppercase ;
}
.product_section_for p{
  /* font-family: 'Poppins'; */
  font-size: 16px;
  color: #444;
  padding: 0px 0px;
}
.product_section_for{
  padding: 50px 20px ;
}
.right_content_product ul li{
  list-style-type: none !important;
  padding: 10px;
  display: flex;
  align-items: baseline;
  font-weight: 400;
  /* font-family: var(--font-nunito-); */
  font-family: var(--lato);
  font-size: 16px;
}
.right_content_product ul li i{
  margin-right: 5px;
  color: var(--primary-color);
 
}

/* .dropdown-menu li a.active {
  font-weight: bold;
  color: #fff;
  background-color: var(--primary-color);
} */


.sidebar_nav .first-one.active {
  background-color: #102986; /* your brand color */
  color: #fff !important;
  padding: 10px;
  display: block;
  border-radius: 4px;
}
@media only screen and (max-width:991px){
  .product_section_for{
    padding: 50px 0px;
  }
}

/* ==================RIGHT SIDE CONTENT============= */
/* ----------product-page-image------------------------ */
.btn-button{
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 5px 0px;
  width: 100%;
  border: 1px solid var(--primary-color);
}
.btn-button:hover{
  background-color: #1a3196;
}
.btn-btn-button{
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 10px 40px;
  /* width: 100%; */
  border: 1px solid var(--primary-color);
  text-decoration: none;
}
.btn-btn-button:hover{
  /* background-color: #1a3196; */
  color: var(--white-color);
  background-color: #000;
  
}
@media (min-width:992px) and (max-width:1200px){
  .btn-btn-button{
    padding: 10px 20px;
  }
}


/* ------table------ */
.right_content_product table th{
  font-size: 14px;
  font-family: var(--lato);
  color: #444;
}
/* ----------product-page-image------------------------ */







/* --------------------product-page-img------------------ */
.service_im_box{
  border: 1px solid rgba(66, 62, 62, 0.445);
  /* padding: 10px; */
}
.right_content_product p{
  text-align: justify;
}
.product-page-sidebar{
  font-size: 19px;

}
/* --------------------product-page-img------------------ */

/* -----table----- */
.table th {
  width: 263px;
}
/* -----table----- */
/* ------------product-page */



/* ------------product--------- */
/* ---------product-page---------- */



/* ---------------------about-page--------mission---- */
.mission-section {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.mission-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.mission-box {
  position: relative;
  /* overflow: hidden; */
  background-color: #fff;
  text-align: center;
  padding: 36px 20px;
  border-radius: 10px;
  /* width: 300px; */
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: color 0.3s ease;
  border-bottom: 6px solid var(--primary-color);
  z-index: 1;
}

.mission-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: var(--primary-color);
  z-index: 0;
  transition: height 0.4s ease;
}

.mission-box:hover::before {
  height: 100%;
}

.mission-box h3,
.mission-box p {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  top: 30px;
}

.mission-box:hover h3,
.mission-box:hover p {
  color: #fff;
}

.icon-circle {
  background-color: var(--primary-color);
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
    top: -46px;
    z-index: 99 !important;
    left: 0;
    right: 0;
}

.icon-circle img {
  width: 50%;
  height: auto;
}

.mission-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
}

.mission-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
@media only screen and (max-width:991px){
  .icon-circle{
    width: 80px ;
    height: 80px;
  }
}
/* ---------------------about-page--------mission---- */














/* ----------contact-page--------------- */

.contact-address-links a{
  color: #000;
  
}
.contact-address-links:hover a{
  color: #000;

}
.contact-page-left-side h2{
  font-family: var(--lato);
}
.contact-page-tag{
  font-weight: 600;
}
.contact-page-left-content h4{
  font-size: 18px;
  font-family: var(--lato);
  color: #444;
}

.contact-page-right-section h2{
  font-size: 25px;
  font-family: var(--lato);
}
.form-control{
  padding: 10px 10px;
  border: 1px solid #ced1d7 !important;
}


.right-side-contact-form .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color) !important;
}
.right-border-line{
  border: 1px solid rgb(182, 176, 176);
  /* padding: 20px 0px 0px 0px; */
  padding-top: 20px;
  padding-bottom: 20px;
}
.right-side-contact-form .btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow:var(--primary-color); 
}
.right-side-contact-form .btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: var(--primary-color);
}
.contact-social-icon{
  padding: 10px;
  background-color: var(--primary-color);
  color: #fff;
  margin-right: 15px;

}
.contact-social-icon-box:hover i{
  color: #fff;
}

@media only screen and (max-width:991px){
  .contact-left-side-section-one{
    padding: 0px;
  }
}
/* ----------contact-page--------------- */



/* -------------backto-top--------float */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 20px;
  /* background-color: #25d366; */
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  padding: 10px 13px !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border: none;
}


.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

/* -------------backto-top--------float */
/* footer-------------- */


/*** Footer ***/
h5.text-light .footer {
    position: relative;
    padding-bottom: 10px;
}

h5.text-light::after {
    content: "";
    display: block;
    width: 50px; /* Adjust width as needed */
    height: 2px; /* Adjust thickness */
    background-color: var(--primary-color); /* Adjust color */
    margin-top: 5px;
}



.footer p{
    margin-bottom: 6px !important;
}
.footer .footer-bottom{
    /* font-size: 18px; */
    font-family: var(--mon-);
}
.footer a{
    text-decoration: none;
    
}
.footer i{
    color: var(--primary-color);

}
.footer {
    color: #ffffff;
    font-family: var(--lato-);
}
.footer .btn{
    background-color: transparent;
    border: none;
}
.footer .btn.btn-link {
    display: flex;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    /* font-size: 18px; */
    font-family: var(--mon-);
    margin-bottom: 10px;
}
.footer span{
    color: #fff;
    font-family: var(--lato-);
    font-size: 18px;
}
.footer p,
.footer a{
    font-family: var(--mon-);
    color: #fff;
    /* font-size: 18px; */
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #fff;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary-color);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    /* color: var(--secondary); */
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #7F8499;
    border: 1px solid #7F8499;
}

.footer .btn.btn-square:hover {
    color: var(--light);
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.footer .copyright {
    padding: 10px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
    background-color: var(--secondary);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
@media screen and (max-width:441px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .footer .px-5 {
        padding-right: 0rem!important;
        padding-left: 1rem!important;
    }
}

/* footer-------------- */