
 /*--------------------------------------------------------------
# Main-section
--------------------------------------------------------------*/

/* .main-section .carousel-control-prev-icon {
    background-image: url(../images/left-icon.webp);
    width: 50px;
    height: 50px;
}
.main-section .carousel-control-next-icon {
    background-image: url(../images/right-icon.webp);
    width: 50px;
    height: 50px;
} */
/* .bg-1{
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%), url(../images/carousel-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom:48rem;
    background-size:100%; 
}
.bg-2{
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%), url(../images/carousel-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom:48rem;
    background-size:100%;
    
}
.bg-3{
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%), url(../images/carousel-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom:48rem;
    background-size:100%;
    
} */
.main-section .carousel-caption{
    top:70%;
}
.main-section .carousel-caption h3{
    font-size:45px;
    font-weight: 700;
    color:#fff;
}
.main-section .carousel-caption p{
  font-size: 18px;
  font-weight: 500;
  color:#fff;
  margin-top:3rem;
  line-height: 1.7;
  max-width: 75%;
  margin:0 auto;
}
.carousel-indicators li{
  width:20px;
  height:20px;
  border-radius:50%;
}
/*our-product-section*/
.our-product{
  /* background-image: url(../images/products-bg.webp); */
  background-position: center;
  background-repeat: no-repeat;
  padding-top:3rem;
  padding-bottom:3rem;
  background-size:100% 100%; 
}
.products-content{
  text-align: center;
}
.products-content h2{
  color:#000;
  font-size:30px;
  font-weight: 900;
}
.products-content img{
  max-width: 250px;
  margin-top:1rem;
}
.center {
  text-align: center;
  padding-top:3rem;
  padding-bottom:3rem;
}

/* .center-tab {
  text-align: center;
  padding-top:3rem;
  padding-bottom:3rem;
} */
.center-tab h2{
  margin-top:1rem;
  margin-bottom: 2rem;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.center-tab p{
  margin-top:1rem;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.slick-dots li button:before{
  font-size:40px !important;
  color: #C3661F !important;
}
.jai-content{
  background-color: #C3661F;
  padding:10px;
  display:flex;
  align-items: center;
  max-width: 50%;
  margin:0 auto;
  border-radius: 12px;
}
.jai-content img{
  max-width: 75px;
  padding-right:20px;
}
.jai-content p{
  font-size:16px;
  color:#fff;
  font-weight: 900;
  margin:0;
}
/**universal-section**/
/* .universal-section{
  padding-bottom:50rem;
  background-image: url(../images/products-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  padding-top:3rem;
  padding-bottom:3rem;
  background-size:100% 100%; 
  background-color: #353333;
} */
.universal-content{
  text-align: center;
}
.universal-content img{
  max-width: 250px;
}
.universal-tab{
  padding-top:3rem;
}
.universal-tab .nav-tabs{
  justify-content: space-evenly;
  color: #fff;
  background: #272e38;
  border-bottom: inherit;
}
.universal-tab .nav-tabs .nav-item.show .nav-link, .universal-tab .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #FF6000;
  border-color: #dee2e6 #dee2e6 #fff;
}
.universal-tab .nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  background: #272e38;
}
.universal-tab .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus,
nav > div a.nav-item.nav-link.active
{
  border: none;
    background: #C46720;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.universal-tool-content{
  background-color: #C3661F;
  padding:10px;
  display:flex;
  align-items: center;
  max-width: 50%;
  margin:0 auto;
  border-radius: 12px;
}
.universal-tool-content img{
  max-width: 200px;
  padding-right:20px;
}
.universal-tool-content p{
  font-size:16px;
  color:#fff;
  font-weight: 900;
  margin:0;
}
/**bandsaw-section**/
.bandsaw-section{
  padding-top:3rem;
  padding-bottom:3rem;
  background-color: #fff;
}
.bandsaw-content{
  text-align: center;
}
.bandsaw-img{
  padding-top:3rem;
  padding-bottom:3rem;
}
.bandsaw-content img{
  max-width: 250px;
}
.bandsaw-img img{
  max-width: 100%;
  margin-bottom:1rem!important;
}


/* counter-section */
.counter-section{
  padding-top:3rem;
  padding-bottom:3rem;
  background: #3F3630;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  max-width: 35%;
  margin:0 auto;
}
.card h3{
  font-size: 35px;
  font-weight: 700;
  color: #D46A10;
}
.counting h2{
  color:#fff;
  font-weight: 700;
  font-size:20px;
  text-align: center;
  padding-top:1rem;
}

/* commitee-section */
.commitee-section{
  padding-top:3rem;
  padding-bottom:5rem;
  background-color: #fff;
}
.commity-icon{
  text-align: center;
  padding-bottom: 2rem;
}
.commity-icon img{
  max-width: 500px;
}
.commitee-content{
  text-align: center;
}
.commitee-content img{
  max-width: 100px;
}
.commitee-content h2{
  color:#D46A10;
  font-size:25px;
  font-weight: 700;
  margin-top:1rem;
}
.commitee-content a{
  color:#000;
  font-size:18px;
  font-weight: 500;
  margin-top:1rem;
  text-decoration: none;
}
.social-links{
  text-align:center;
  margin-top:1rem;
}
.social-links a {
  color: #D46A10;
  line-height: 0;
  transition: 0.3s;
  padding:10px;
  font-size:30px;
}
.social-links a:hover {
  color: #FF6000;
}

  


.universal-section{
    padding-bottom:50rem;
    background-image: url(../images/products-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-top:3rem;
    padding-bottom:3rem;
    background-size:100% 100%; 
    background-color: #100605;
  }
  .bg-0{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%), url(../images/bg-0.webp);
      background-position: center;
      background-repeat: no-repeat;
      height:80vh;
      background-size:100% 100%; 
  }
      .bg-1{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%), url(../images/carousel-1.webp);
      background-position: center;
      background-repeat: no-repeat;
      height:80vh;
      background-size:100% 100%; 
  }
  .bg-2{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%), url(../images/carousel-2.webp);
      background-position: center;
      background-repeat: no-repeat;
      height:80vh;
      background-size:100% 100%;
      
  }
  .bg-3{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%), url(../images/carousel-3.webp);
      background-position: center;
      background-repeat: no-repeat;
      height:80vh;
      background-size:100% 100%;
      
  }
      @media (max-width:1200px){
      /* .bg-1 {
        padding-bottom: 30rem!important;
    }
    .bg-2 {
      padding-bottom:30rem!important;
    }
    .bg-3 {
      padding-bottom: 30rem!important;
    } */
    .main-section .carousel-control-prev-icon {
      width: 50px;
      height: 50px;
    }
    .main-section .carousel-control-next-icon {
      width: 50px;
      height: 50px;
    }
    .main-section .carousel-caption h3 {
      font-size: 22px;
    }
    .carousel-indicators li {
      width: 15px;
      height: 15px;
    }
    .main-section .carousel-caption p {
      font-size: 16px;
      max-width: 100%;
    
    }
    .main-section .carousel-caption {
      top: 62%;
    }
    .center .slick-slide img {
      max-width: 100%;
    }
    .center-tab .slick-slide img {
      max-width: 100%;
    }
    .card h3 {
      font-size: 25px;
    }
    .center-tab p {
      font-size: 16px;
    }
    .center p {
      font-size: 16px;
    }
    }
    @media (max-width:992px){
      .bg-0 {
        height: 65vh!important;
    }
      .bg-1 {
        height: 65vh!important;
    }
    .bg-2 {
      height: 65vh!important;
    }
    .bg-3 {
      height: 65vh!important;
    }
    .main-section .carousel-caption h3 {
      font-size: 16px;
    }
    .main-section .carousel-caption p {
      font-size: 12px;
      max-width: 100%;
    }
    .main-section .carousel-caption {
      top: 72%;
    }
    .srivaru-logo img {
      max-width: 250px;
    }
    #topbar .contact-info i a, #topbar .contact-info i span {
      font-size: 15px;
    }
    .varu-header .navbar-light .navbar-nav .nav-link {
      font-size: 16px;
    }
    .carousel-indicators li {
      width: 10px;
      height: 10px;
    }
    .products-content img {
      max-width: 200px;
    }
    .products-content h2 {
      font-size: 25px;
    }
    .center .slick-slide img {
      max-width: 150px;
    }
    .center .slick-prev::before {
      font-size: 30px;
    }
    .center .slick-next::before {
      font-size: 30px;
    }
    .center-tab .slick-slide img {
      max-width: 100%;
    }
    .center-tab .slick-prev::before {
      font-size: 30px;
    }
    .center-tab .slick-next::before {
      font-size: 30px;
    }
    .universal-tab .nav-link {
      font-size: 20px;
    }
    .commitee-content h2 {
      font-size: 20px;
    }
    .card h3 {
      font-size: 16px;
    }
    .counting h2 {
      font-size: 16px;
    }
    .commity-icon img {
      max-width: 300px;
    }
    }
    @media (max-width:768px){
      .bg-0 {
        height: 50vh!important;
    }
    .bg-1 {
        height: 50vh!important;
    }
    .bg-2 {
      height: 50vh!important;
    }
    .bg-3 {
      height: 50vh!important;
    }
      .jai-content {
        max-width: 100%!important;
    }
    .main-section .carousel-caption p {
      font-size: 9px;
    }
    .main-section .carousel-caption h3 {
      font-size: 14px;
    }
    .main-section .carousel-caption {
      top: 65%;
    }
    .universal-tool-content {
      max-width: 100%;
      margin: 15px;
    }
    .universal-tab .nav-link {
      font-size: 15px;
    }
    .center-tab .slick-slide img {
      max-width: 100%;
    }
    .center .slick-slide img {
      max-width: 100%;
    }
    .products-content h2 {
      font-size: 20px;
    }
    .bandsaw-img img {
      margin-top: 1rem;
    }
    .card {
      max-width: 30%;
    }
    .counting h2 {
      margin-bottom: 3rem;
    }
    #topbar {
      height: 120px;
    }
    #topbar .contact-info i {
    display: none!important;
    }
    .srivaru-logo img {
      max-width: 350px;
      margin-top: 1rem;
    }
    
    }
    @media (max-width:577px){
      .bg-0 {
        height: 35vh!important;
    }
      .bg-1 {
        height: 35vh!important;
    }
    .bg-2 {
      height: 35vh!important;
    }
    .bg-3 {
      height: 35vh!important;
    }
    .srivaru-logo img {
      max-width: 300px;
    }
    .commitee-content {
      margin-top:1rem;
  }
    .main-section .carousel-control-prev-icon {
      width: 35px;
      height: 25px;
    }
    .main-section .carousel-control-next-icon {
      width: 35px;
      height: 25px;
    }
    .main-section .carousel-caption h3 {
      font-size: 10px;
    }
    .carousel-indicators li {
    display:none;
    }
    .main-section .carousel-caption {
      top: 60%;
    }
    .main-section .carousel-caption p {
      font-size: 8px;
    }
    #topbar {
      height: 85px;
    }
    .center .slick-slide img {
      max-width: 200px;
    }
    .universal-tool-content {
      display: block;
    }
    .universal-tool-content p{
    padding-top:15px;
  }
    }


    .banner-three-item {
        max-width:100%;
        padding:0 20px;
    }
    .banner-three-item img {
        max-width:100%;
    }