:root {
  --header-color: #ffffff;
  --sticky-bg: #f5f5f5;
  --footer-bg:  #F2F2F2;
  --tc-color:  #202020;
  --btn-color: #777777;
  --btn-txt-color: #202020;
}
html {     
    scroll-behavior: smooth;
} 
body {     
  /* font-family: 'Rubik', sans-serif!important; */
  font-family: Rajdhani!important;
}
.container {     
    max-width: 1400px !important;
}

/*************************** common-section *********************************/
@media(max-width: 991.98px) {
  .dv-p-0 {
    padding: 0 !important;
  }
}

.home-about-video{
  width: 570px;
  height: 700px;
  border-radius: 5px;
}

@media(max-width: 1024px) {
  .home-about-video{
    width: 490px;
  }
}

@media(max-width: 500px) {
  .home-about-video{
    width: auto;
  }
}

/* Counter */

.counter-box{
  text-align: center;
}

.bg-counter{
  position: relative;
  background-color: #f1f5f8;
  padding: 100px 0px;
}

.counter-box{
  border: 2px solid var(--bs-body-color);
  border-radius: 10px;
  margin: 30px;
  position: relative;
}

.counter-box:before{
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #202020;
  bottom: 0;
  left: 0;
}

.counter-content{
  background-color: #fff;
  border-radius: 10px;
  margin: 20px;
  padding: 35px 10px;
  position: relative;
}

.counter-desc{
  font-size: 20px;
  font-weight: 500;
}

.counter-countain{
  position: relative;
}

.counter-icon{
  width: 70px;
  height: 70px;
  background-color: rgba(218, 37, 29, 1);
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  margin: 0 auto;
}

.counter-icon i{
  line-height: 70px;
}

/*
==============================================
 image grow
==============================================
*/

.image-zoom {
  overflow: hidden;
  max-width: 300px;
}

.image-zoom img{
  transition: 0.7s ease;
  cursor: zoom-in;
}

.image-zoom img:hover{
  transform: scale(1.5);
}


.demo:before {
    color: #d8d8d8;
    content: "";
    display: block;
    font-size: 14px;
    left: 12px;
    position: absolute;
    top: 12px;
    transition: opacity .1s
}

.demo.is-animated:before {
    opacity: 0
}

[data-animate=panel] {
    backface-visibility: hidden;
    display: inline-block;
    position: relative
}

[data-animate=panel]::after {
    backface-visibility: hidden;
    background: rgba(255,255,255,.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left top;
    visibility: visible;
    width: 100%
}

.is-animated [data-animate=panel] {
    animation: animateContent .6s cubic-bezier(0.645, 0.045, 0.355, 1) both
}

.is-animated [data-animate=panel]::after {
    animation: animatePanel .6s cubic-bezier(0.645, 0.045, 0.355, 1) both
}

@keyframes animateContent {
    0% {
        visibility: hidden
    }

    49% {
        visibility: hidden
    }

    50% {
        visibility: visible
    }

    to {
        visibility: visible
    }
}

@keyframes animatePanel {
    0% {
        transform: scaleX(0);
        transform-origin: left top
    }

    49% {
        transform: scale(1);
        transform-origin: left top
    }

    50% {
        transform: scale(1);
        transform-origin: right top
    }

    to {
        transform: scaleX(0);
        transform-origin: right top
    }
}

/*************************** header-section *********************************/
 .header-menu-div {    
     width: 100%;     
     justify-content: flex-end;
} 
 .fixed-nav {     
    top: 0px !important;     
    position: fixed !important;    
    z-index: 999 !important;    
    background-color:#fff!important;    
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%), 0 3px 6px rgb(0 0 0 / 8%);
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    
}
  /* .fixed-nav .header-menu-div {     
      width: 100%;   
       justify-content: flex-start !important; 
  } 
  .main-navbar-div nav .navbar-brand img {    
    max-width: 295px;    
     width: 100%;
   } */
.fixed-nav .btn-primary{
  background: var(--btn-color) !important;
  transition:all 0.2s ease-in-out;
}
.fixed-nav .btn-primary span{
  color: var(--tc-color);
}
.fixed-nav .btn-primary .imgwrap{
  background: var(--btn-txt-color);
}
.fixed-nav .imgwrap img{
  filter: brightness(0) invert(1);
}
.fixed-nav .green{
  background-color: var(--btn-txt-color) !important;
  transition: all 0.2s ease-in-out;
}

.banner-heading{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold !important;
}

.notfound-img{
  background-color: #f1f5f6;
    width: 300px;
    height: 300px;
    color: #918f8f;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .main-navbar-div nav .nav-item:hover{
  background: var(--btn-color);
} */
.fixed-nav .header-menu-text {     
  font-weight: 600;
  transition:all 0.2s ease-in-out;
} 
.main-navbar-div {     
    width: 100%;     
    top: 0px;     
    /* position:fixed; */
    position: relative;
    z-index: 999;    
    transition: all .3s;
    background-color: var(--header-color); 
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%), 0 3px 6px rgb(0 0 0 / 8%);

    height: 100px;
    vertical-align: middle;
    display: flex;
}
.top-header-one {   
  padding: 15px 0;  
}   
  .main-navbar-div nav {      
      width: 100%;     
      margin: 0 auto;   
      padding: 0;
    }
  .main-navbar-div nav .nav-item {  
      /* padding: 7px 10px;     
      margin-left: 15px; */
    } 
    .main-navbar-div nav .nav-item.postion-relative{
      margin-left: 10px !important;
    }
  .main-navbar-div nav .navbar-brand {   
      padding: 0px;    
      position: absolute;   
      top: -60px;
    }  
    #dropdownMenuButton.btn.show, #dropdownMenuButton.btn:hover{
      border-color: transparent !important;
    }
/* .megamenu-link-main-div ul{
  list-style: inside;
  padding-bottom: 10px;
} */
.megamenu-link-main-div a{
  color: var(--tc-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-transform: capitalize;
  padding: 0;
}
.megamenu-link-main-div  a:hover{
  color: #2e8629 !important;
}
.big-menu-container{
  width:  max-content !important;
}
/* .menu-image-holder img{
  width: auto;
} */



.header-style-one .header-menu-text a, .header-style-one .header-menu-text .dropdown-toggle1 {     
  /* letter-spacing: 1px; */
  position: relative;
  padding: 5px 15px;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 20px;
  color: var(--tc-color);
  font-weight: 700;
  font-family: Rajdhani;
} 

.header-style-one .winding-padd0 a {
  padding: 0;
}

/* .header-style-one .header-menu-text a {
  padding: 0px;
} */

.header-style-one .navbar-expand-lg .navbar-nav .nav-link {
  padding:5px 12px;
  font-family: Rajdhani;
  text-transform: uppercase;
}

/* .header-style-one .top-header-one {
  padding-left: 5px;
  padding-right: 5px;
} */

/* .header-style-one .dropdown-item.border-rd {
  border-bottom: 1px solid #00000040;
} */
.header-style-one button i {
transform: rotate(90deg);
font-size: 15px;
left: 2px;
position: relative;
}

.header-style-one .dropdown-toggle::after {
  content: unset;
}

.header-style-one .header-menu-text a.dropdown-item {
  font-size: 18px!important;
  color: var(--header-color)!important;
  transition: all 0.9s ease 0s;
  /* background-color: var(--header-color)!important; */
}

.header-style-one .dropdown-menu.show {
  display: none;
}

/* .header-style-one.fixed-nav .navbar-brand img {
  background: #fff;
  padding: 16px;
  border-radius: 5px;
  transition: all .3s;
} */

.header-style-one .navbar-brand img {
  transition: all .3s;
}

.header-style-one.fixed-nav .header-menu-text a {
  color: var( --tc-color);
}

.header-style-one.fixed-nav .header-menu-text .dropdown-toggle1 {
  color: var( --tc-color);
}

/********************************** end *******************************/

/********************** video part start ***************************/



.video-container {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: brightness(75%);
}
.carousel-fade .carousel-item{
  height: 100vh;
}

#youtubevideo .ytp-pause-overlay-container {
  display: none;
}

#youtubevideo .videowall-endscreen {
  display: none;
}

/* .carousel-caption{
  z-index: 1;
  bottom: 136px !important;
} */


/********************** video part end ***************************/


    
     .common-padding-div {     
        padding-top: 95px;    
         padding-bottom: 95px;
    }
    .main-navbar-div .nav-item .input-group input{
      border-color: #A4A4A4;
      border-right-width: 0px;
      border-radius: 50px 0 0 50px;
    }
    .main-navbar-div .nav-item .input-group input.form-control:focus {
      border-color: #A4A4A4!important;
    }
    .main-navbar-div .nav-item .input-group span{
      border-color: #A4A4A4;
      background: transparent;
      border-radius: 0 50px 50px 0;
      border-left-width: 0px;
      z-index: 6;
    }
    .main-navbar-div .nav-item .input-group{
      min-width: 200px;
    }




/* banner post */
@media (min-width: 992px){
  #banner_postModal .modal-lg {
    width: 600px;
 }
}





     /*------------------------ Footer css start --------------------*/

     .footer-box-div h4 {    
        color: var(--tc-color);    
        font-size: 18px;    
        margin-bottom: 17px;    
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    /* .footer-box-div h5 {    
      color: var(--tc-color);    
      font-size: 16px;    
      margin-bottom: 20px;    
      font-weight: 600;
    } */
    
      .footer-common-link-div ul li {   
         margin-bottom: 8px;   
    }
    .footer-common-link-div ul li:last-child {   
        margin-bottom: 0px;
      }
    .footer-common-link-div ul li a {  
      color: var(--btn-color);
      font-size: 18px;
      text-decoration: none;
    }
    .footer-common-link-div ul li a:hover {    
        text-decoration: none;    
        color: #2e8629;

    }
    .footer-contactus-div ul li a span{  
      color:#ffffff;    
      font-size: 16px;    
      transition: .4s;    
      font-weight: 400;
  }
  .footer-contactus-div ul li a{      
    font-size: 14px;    
  }
  .footer-common-link-div .icons{
    gap: 7px;
    margin-top: 24px;
    justify-content: center;
  }
      .footer-contactus-div li {    
        padding-left: 0 !important; 
    }
      /* .footer-contactus-div .footer-address-icon:before {   
         background-image: url(../../image/footer-address-icon.png);
        }
      .footer-contactus-div .footer-mail-icon:before {    
        background-image: url(../../image/footer-mail-icon.png);
    }
      .footer-contactus-div .footer-phone-icon:before {    
        background-image: url(../../image/footer-phone-icon.png);
    } 
    .footer-contactus-div li:before {    
      background-position: center;    
      background-repeat: no-repeat;   
      background-size: contain;    
      height: 28px;    
      width: 28px;    
      position: absolute;    
      top: 3px;    
      content: "" !important;    
      left: 0;
    }
     .footer-bottom-div .col-lg-3 span{    
      padding-right: 12px;
    }
    */
    .footer-bottom-div {    
      padding-top: 10px;
      padding-bottom: 10px;
      border-top: 1px solid rgb(0 0 0 / 10%);
      /* height: 50px; */
      align-items: center;
      display: flex;
      padding-left: 10px;
      padding-right: 10px;
    }
   
   
    .footercommontext a{
      color: var(--tc-color);
    }
    .footercommontext a:hover, .footer-icon a:hover{
      color: #2e8629;
    }

    .footerflexbox {    
      display: flex;    
      align-items: center;   
       justify-content: space-between;
  }


  .footerflexbox .footercommontext a:hover{
    color: #10559b;
    text-decoration: none;
}

.footerflexbox .footercommontext a {    
  color: var( --tc-color);
  text-decoration: none
}

    /* 
       .footerflexbox .footercommontext {    
        font-size: 17px;
        font-weight: 400;
        line-height: 20px;
        color: var(--tc-color);
    }
    footer a{
      color: var(--tc-color);
      text-decoration: none;
      font-size: 17px;
      font-weight: 500;
      line-height: 130%;
    }  */



.footer-icon i{
      padding: 7px;
      background-color: #FFF;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      color: rgba(218, 37, 29, 1);
  }


  /* footer .footer-common-link-div ul li a{
    font-size: 18px;
    font-weight: 600;
    } */
    
    .footer-icon .common-para-text, .footerflexbox .common-para-text {
      color: var(--btn-color);
      font-size: 18px;
      line-height: 28px;
      }
    
      .footer-icon .contact-info-name{
        font-size: 20px;
      line-height: 28px;
      color: var(--tc-color);
      font-weight: 700;
      }

    .footer-icon  span {
         color: #DA251D;
    font-size: 22px;
    font-weight: 700;
    }

    .footer-icon  h5 {
      color: #DA251D;
 font-size: 22px;
 font-weight: 700;
 }

 .map-section{
  overflow: hidden;
 }

    .gogle-map {
      color: var( --tc-color);
      font-size: 24px;
      font-weight: 700;
      line-height: 31px;
  }


 p.common-para-text.footer-col1 {
    font-size: 18px;
    font-weight: 600;
}

/* .footer-box-div {
  padding-top: 10px;
} */

.footer-common-link-div ul {     
  padding-left: 0;
  list-style: none;
}  

footer {    
    background-image: url(../../assets/image/footer-bg.webp);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--footer-bg);    
    padding-top: 68px;
    padding-bottom: 82px;
}


    /*------------------------- Footer css end ---------------------*/


/*------------------------------------ index page start -------------------------------*/

      .home-banner-contain-div h6{       
        color: #5db92d;    
        font-size: 20px;
        font-weight: 400;
        line-height: 23px;
        margin-bottom: 18px;    
    }
      /* .home-banner-contain-div h2{    
        margin-bottom: 0px;    
        font-size: 45px;
        font-weight: 400;
        line-height: 23px;
        margin-bottom: 40px;
        color: var(--tc-color);
    } */
    .home-banner-contain-div h4{    
      color: var(--tc-color);
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase;
    }
  .common-btn-main-div{    
    /* background: var(--btn-color);         */
    border-radius: 0;   
    border: 0;
    min-width: 161px;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    }
    .common-btn-main-div a{
      color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    padding: 8px;
    text-decoration: none;
    }




    .btn-primary .imgwrap{
      /* background: var(--btn-color); */
      padding: 10px;
      min-width: 39px;
      -webkit-transition: background-color 0.5s ease-out;
      -moz-transition: background-color 0.5s ease-out;
      -o-transition: background-color 0.5s ease-out;
      transition: background-color 0.5s ease-out;
    }
   .btn-primary{
      background: var(--btn-txt-color) !important;
      text-transform: uppercase;
      -webkit-transition: background-color 0.5s ease-out;
      -moz-transition: background-color 0.5s ease-out;
      -o-transition: background-color 0.5s ease-out;
      transition: background-color 0.5s ease-out;
    }
    .btn-primary span{
      color: #fff;
      line-height: 23px;
      font-size: 14px;
      font-weight: 600;
    }
    .min-153{
      min-width: 153px;
      text-decoration: none;
    }
      .common-btn-main-div:focus {    
        box-shadow: unset !important;
    }
     .common-btn-main-div .btn:hover, .common-btn-main-div a.active {    
        background: var(--btn-txt-color);
        border: 1px solid;   
    }
    .common-btn-main-div a:hover{    
      color: var(--header-color);
    }

      .common-heading-main-div h2 {    
        color: var(--tc-color);    
        font-size: 26px;    
        font-weight: 500;    
        margin-bottom: 0px;  
        line-height: 32px;
        margin-bottom: 25px;
    }
    .common-heading-main-div h6{    
      color: #089146;      
      margin-bottom: 6px;   
      font-weight: 600; 
      font-size: 18px;    
      text-transform: uppercase;
    }
    .common-heading-main-div h3 {    
        color: var( --tc-color);    
        font-size: 38px;    
        font-weight: 400;   
         margin-bottom: 0px;    
    }
    .common-heading-main-div h4{   
        color: var( --tc-color);   
        font-size: 28px;    
        font-weight: 400;   
        margin-bottom: 0px;    
      }
    .common-section-div .common-btn-main-div {    
      margin-top: 30px;
    }
    .common-section-div .common-heading-main-div {    
      margin-bottom: 20px;
    }
    .home-banner-div {
        position: relative;
        margin-top: 0;
    }
    .home-banner-contain-div ul{
      list-style: decimal;
      padding-left: 30px;
    }
    .home-banner-contain-div ul li{
      color: #202020;
      font-size: 18px;
      font-weight: 500;
      line-height: 180%;
    }
    .product-main-title {
      font-size: 70px;
  }
/*------------------------------------ index page end -------------------------------*/





/******************************* contact page start ***********************************/
.contact-div .left-box .call{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.contact-div .left-box, .contact-div .call p{
  color: #0bad09 !important;
}
.contact-div .call p a{
  color: var( --tc-color) !important;
}
.contact-div .call p a:hover{
  color: #777 !important;
}
.contact-div .call .col-lg-8{
  background: #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px;
}
.contact-div::before{
  content: "";
  background-image: url(../image/bg5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 705px;
  display: block;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
}


/************************************ end **********************************/
 







/*******************home-page*************************/

/* footer {
  background-image: url(../../image/water-effect-footer.png);
  padding: 65px 0;
  
 
  position: relative;
  background-repeat: no-repeat;
  padding: 16% 0 0;
  margin-top: -8%;
  padding-bottom: 80px;
  background-size: contain;
} */

.carousel-control-prev{
  left:15px !important;
}
 .carousel-control-next{
  right:15px !important;
}
.carousel-control-next, .carousel-control-prev {
  width: 43px !important;
  height: 43px;
  top: 50%!important;
  opacity: 1!important;
} 
/* .carousel-control-next-icon, .carousel-control-prev-icon {
  width: 26px !important;
  height: 75px !important;
} */
.home-banner-style1 .carousel-caption h2 {
  font-size: 120px;
  font-weight: 700;
  font-family: Rajdhani;
  text-transform: uppercase;
  line-height: 110px;
} 
.pb-70 {
  padding-bottom: 0;
}

.slider .carousel-caption.center-div {
  left: 37%;
  right: 0;
  padding: 0 10px;
  margin: 0 auto;
  left: 56.7%;
  top: 33.7%;
  text-align: left;
}

/* .home-banner-style1.slider .carousel-inner, .inner-pg-banner .imgwrap {
  margin-top: 100px;
} */



/*****button-start*****/

.common-btn-main-div .btn {
  background-color: rgba(218, 37, 29, 1);
  border-radius: 5px;
  padding: 12px;
  transition: all 0.3s ease 0s;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: auto;
  height: 56px;

}

.common-btn-main-div.outline-btn .btn a {
  color: rgba(218, 37, 29, 1);
  text-decoration: none;
}

.common-btn-main-div.outline-btn .btn {
  background-color: transparent;
  border: 1px solid rgba(218, 37, 29, 1);
  color: rgba(218, 37, 29, 1);
  /* filter: invert(21%) sepia(29%) saturate(7498%) hue-rotate(349deg) brightness(99%) contrast(97%); */


}


.outline-btn .btn:hover:after, .outline-btn .btn:active:after {
  height: 100%;
}
.outline-btn .btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--btn-txt-color);
  border-color: var(--btn-txt-color);
}


.outline-btn .btn:hover:after, .outline-btn .btn:active:after {
  height: 100%;
    background: var(--btn-txt-color);
    border-color: var(--btn-txt-color);
}

.common-btn-main-div.outline-btn .btn:hover a{
  color: #fff;
  text-decoration: none;
}

/* .common-btn-main-div.outline-btn .btn:hover {
  background: var(--btn-txt-color);
  border-color: var(--btn-txt-color);
} */

.common-btn-main-div.outline-btn .btn:hover img {
  filter: invert(100%) sepia(95%) saturate(0%) hue-rotate(180deg) brightness(105%) contrast(108%);
}

.common-btn-main-div.outline-btn img {
 filter:  invert(19%) sepia(47%) saturate(4501%) hue-rotate(357deg) brightness(66%) contrast(139%);
  }

  .common-btn-main-div.outline-btn .btn a {
    color: rgba(218, 37, 29, 1);
}


.common-btn-main-div.outline-btn .btn:hover {
  border-color: var(--btn-txt-color);
}

/*****button-end*****/

.carousel-caption h1{
  color: var(--btn-txt-color);
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
  text-transform: uppercase;
}
.home-banner-style1 .carousel-caption p{
  font-size: 30px;
  line-height: 40px;
  color: rgb(255 255 255 / 70%);
}


/*
.imgwrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
  min-height: 685px;
  z-index: -1;
  top: -38%;
  background: #c1ddfd;
  background-image: url(../../image/water-effect-footer.png);
  position: relative;
  background-repeat: no-repeat;
  padding: 16% 0 0;
  margin-top: -8%;
  padding-bottom: 80px;
  background-size: contain;
} */

.imgwrap {
  position: relative;
}

  .imgwrap-pattern:before {
    content: '';
    background-image: url(../image/home-banner-pattern1.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.dropdown-toggle::after {
  border-radius: 5px;
  transform: rotate(-90deg);
  margin: 0;
  top: 5px;
  left: -7px;
  position: relative;
  font-size: 29px;
  color: var(--header-color);
}

/*************************ABOU-US-SECTION***************************/

.common-heading-main-div h1 {
  font-size: 56px;
 /* font-family: Rajdhani;
   font-weight: 700; */
  text-transform: uppercase;
  line-height: 56px;
  /* color: #ACACAC; */
}

.common-heading-main-div h4 {
  color: rgba(218, 37, 29, 1);
}

.common-heading-main-div h3 {
  font-size: 46px;
 /* font-family: Rajdhani;
   font-weight: 700; */
  text-transform: uppercase;
  line-height: 56px;
  color: #ACACAC;
}

.common-para-text {    
  color: var(--tc-color);
  font-size: 17px;
  font-family: Rubik;
  font-weight: 400;
  line-height: 23px;
}

.padd-top {
  padding-top: 120px;
}


/* .col-lg-6.col1-width {
  width: 50.5%;
}

.col-lg-6.col2-width {
  width: 49.5%;
} */

.col-lg-6.quality-map {
  width: 48.7%;
}

.col-lg-6.img-col {
  width: 49.5%;
}

.col2-width h2.since-title {
  font-size: 58px;
  font-weight: 700;
  line-height: 92px;
  color: rgba(218, 37, 29, 1);
  width: max-content;
  height: auto;
  margin: 0 auto;
  padding: 8px 30px;
  border-radius: 5px;
  background-color: var(--header-color);
  position: relative;
  bottom: 200px;
  left: -175px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
}

/**********PRODUCT-SECTION***********/

h2.product-main-title  {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  background-color: rgba(218, 37, 29, 1);
  width: max-content;
  height: auto;
  margin: 0 auto;
  padding: 15px 35px;
  border-radius: 5px;
}

.product-img_box h5 {
  color: var(--tc-color);
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.product-img_box .product-text-button {
  position: absolute;
    top: auto;
    bottom: 20px;
    left: 10px;
}

.product-img_box {
  position: relative;
}

.product-img_box .common-btn-main-div .btn {
  width: 120px;
  height: 30px;
  padding: 0;
}

.product-img_box .common-btn-main-div a {
  font-size: 17px;
  line-height: 31px;
  padding: 0 0 0 8px;
}

.product-img_box .dropdown-toggle::after {
  top: 4px;
  font-size: 24px;
}

.red-border {
  position: relative;
}

.red-border:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 50px;
  border-top: 3px solid red;
  margin: 0 auto;
  z-index: -1;
}

h2.product-main-title.reb-title-border {
  font-size: 50px;
  padding: 15px 28px;
  line-height: 60px;
  float: right;
}

.image-box img {
  transition: .9s;
  /* width: 100%; */
}

.image-box img:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: .9s;
}


/***********QUALIY-POLICY***********/
.quality-map ul li {
  color: black;
   font-size: 20px;
   font-family: Rubik;
   font-weight: 400;
   line-height: 33px;
}

.quality-map ul {
  list-style: decimal;
  padding-left: 30px;
}

.reb-title-border {
  position: relative;
}

.reb-title-border:before {
  content: '';
  left: 0;
  right: 0;
  width: 32.5px;
  height: 32.5px;
  position: absolute;
  right: 0;
  border-left: 32.5px solid transparent;
  border-top: 32.5px solid #DA251D;
  border-right: 32.5px solid transparent;
  bottom: -20px;
   margin: 0 auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}

.img-col img {
  margin-right: -30px;
}



     /*---------------- Footer css start --------*/
     /* footer {    
      background-image: url("../../image/water-effect-footer.png");  
      padding: 65px 0;  

      background-image: url(../../image/water-effect-footer.png);
 
  position: relative;
  background-repeat: no-repeat;
  padding: 16% 0 0;
  margin-top: -8%;
  padding-bottom: 80px;
  background-size: contain;
  } */
   .footer-box-div h4 {    
      /* color: #fff;     */
      font-size: 18px;    
      margin-bottom: 22px;    
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var( --tc-color);
  }
   
  .footer-common-link-div ul li {   
    line-height: 30px;
    position: relative;
    padding-left: 0;
  }
  .footer-common-link-div ul li:last-child {   
      margin-bottom: 0px;
    }

  .footer-common-link-div ul li a:hover {    
      text-decoration: none;    
      color: #10559b;
  }
  .footer-contactus-div ul li a span{  
    color:#ffffff;    
    font-size: 16px;    
    transition: .4s;    
    font-weight: 400;
}
.footer-contactus-div ul li a{      
  font-size: 14px;    
}



/* @media screen and (min-width: 992px) {   */

  .main-navbar-div .navbar {         
    padding-top: 0px;        
     padding-bottom: 0px;    
}    

.main-navbar-div .navbar .dropdown {         
    position: static;   
}      

 .main-navbar-div .navbar .dropdown:hover .dropdown-menu,
 .navbar .dropdown .dropdown-menu:hover {         
    display: block;         
    visibility: visible;        
    opacity: 1;         
    transition: visibility 0s, opacity 0.3s linear;   
 }   

 .main-navbar-div.header-style-one .navbar .dropdown-menu {        
    top: 92%;
    border-radius: 0;
    background: #f5f5f5;
    border: 0;
    left: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 0;
    transform: translateX(-50%);
  }

.header-style-one .dropdown-item {
  border-bottom: 1px solid #77777761;
  background-color: #004787;
  width: 100%;
  -webkit-transition: width .5s linear;
  transition: width .5s linear;
  border-left: 3px solid #DA251D;
  color: var(--header-color);
  font-weight: 700;
}

@media(max-width: 991.98px) {
  .header-style-one .dropdown-item {
    margin-top: 0px;
    border-bottom: 1px solid #77777761;
    background-color: #fff;
    width: 100%;
    -webkit-transition: width .5s linear;
    transition: width .5s linear;
    border-left: 3px solid #DA251D;
    color: #000;
    font-weight: 700;
    font-size: 18px;
  }
}



.header-style-one .drodown-border0 .dropdown-item{
  border: 0;
}

.header-style-one a:hover li.dropdown-item{
  background-color: #fff;
  color: #004787!important;
  transition: all 0.9s ease 0s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.header-style-one a {
  text-decoration: none;
}


.main-navbar-div.header-style-one .navbar .dropdown-menu.cabling-dropdown {
  transform: translate(-46px, 0px);
}

/* .main-navbar-div.header-style-one .navbar .dropdown-menu.winding-dropdown {
  transform:translate(-300px, 0px);

} */

/* .main-navbar-div.header-style-one .navbar .dropdown-menu.twisting-dropdown {
  right: auto;
  transform: translate(15px, 0px);
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.covering-dropdown {
  right: auto;
  transform: translate(15px, 0px);
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.doubling-dropdown {
  right: auto;
  transform: translate(13px, 0px);
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.weaving-dropdown {
  right: auto;
  transform: translate(15px, 0px);
}



.main-navbar-div.header-style-one .navbar .dropdown-menu.cabling-dropdown {
  right: auto;
  transform: translate(15px, 0px); 
}
*/
/* .main-navbar-div.header-style-one .navbar .dropdown-menu {
  right: auto;
  transform: translate(15px, 0px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
} */




/* .header-style-one .dropdown-item:hover:before {
  transition: width .5s linear;
  opacity: 1;
  width: 100%;
  left: 0;
 
} */
/* .header-style-one .dropdown-item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  display: block;
  border-radius: 0px;
  background-color: #004787;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: width .5s linear;
  transition: width .5s linear;
  border-left: 3px solid #DA251D;
} */

.header-style-one .dropdown-item:focus {
  background-color: transparent!important;
  color: var(--header-color)!important;
   transition: all 0.9s ease 0s;
}

.header-style-one .header-menu-text a.dropdown-item:hover {
  background-color: #fff!important;
  color: #004787!important;
  transition: all 0.9s ease 0s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}


/*------------------------------------------------------- PDF-SECTION ---------------------------------------------------*/

.pdf-content h5 {
  font-size: 26px;
  line-height: 36px;
}

.border-right {
  position: relative;
}

.border-right:before {
  position: absolute;
  content: '';
  top: -8px;
  left: auto;
  bottom: 0;
  right: 0;
  border-right: 1px solid #D9D9D9;
  width: 2px;
  height: 150px;
  margin: 0 auto;
}

.pdf-content {
  border-bottom: 1px solid #D9D9D9;
  margin: 0!important;
}

.pdf-content img, .contact-iconbox-style2 .icon-img i {
  transition: .3s ease-in-out;
}

.pdf-content img:hover, .contact-iconbox-style2 .icon-img:hover i {
  transition: .3s ease-in-out;
  transform: scale(1.08);
}

.loom-content .common-para-text {
  font-size: 20px;
  line-height: 30px;
}

.loom-content .economy-title h3 {
  font-size: 30px;
}

/*------------------------------------------------------- TABLE ---------------------------------------------------*/

.table-section .table-width {
  width: 50%;
  margin: 0 auto;
}

.table-width tbody tr:nth-child(even) {
  background: #f8f9fa;
}

.table-width .table-bordered tr td {
  font-size: 20px;
  font-weight: 500;
  height: 54px;
  padding:12px 25px;
  /* text-align: center; */
}

.table-width tr td:nth-child(even), .cottonspum-table-style1 .table-width tr td:nth-child(2), .cottonspum-table-style1 .table-width tr td:nth-child(3), 
.cottonspum-table-style1 .table-width tr td:nth-child(4) {
  font-weight: 600;
}

.cottonspum-table-style1 .table-width tr:first-child th:first-child, .cottonspum-table-style1 .table-width tr td:first-child {
  position: sticky;
  /* left: -1px;
  z-index: 2; */
}

.table-width tr td:nth-child(odd) {
  width: 42%;
}

.table-text {
  color: #707070;
  font-size: 20px;
  font-weight: 500;
}

/*------------------------------------------------------- VIDEO ---------------------------------------------------*/

.choose-us-style-one-thumb i {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: relative;
  font-size: 28px;
  left: 0;
  right: 0;
  color: #000!important;
  margin: 0 auto;
  top: 50%;
  border: 2px solid;
  margin: 0 auto;
}

.choose-us-style-one-thumb .fa-play:before {
  position: relative;
  top: 21px;
}

.choose-us-style-one-thumb .video-button {
  -webkit-animation: video-play 1500ms ease-out infinite;
  animation: video-play 1500ms ease-out infinite;
  left: 0;
  right: 0;
  /* top: 35%; */  
  top: 44%;
  position: absolute;
  margin: 0 auto;
  background: transparent!important;
  border: 0;
  padding: 0;
}

.choose-us-style-one-thumb .modal-dialog {
  max-width: 678px!important;
  min-height: 100px!important;
  top: 24%;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: auto;
}

.choose-us-style-one-thumb .modal-body {
  padding: 12px!important;
}

video {
  margin: 7px;
  padding-top: 7px;
}

.choose-us-style-one-thumb .btn-close {
  position: absolute;
  opacity: 1!important;
  top: -33px;
  right: 0;
  filter: invert(100%) sepia(3%) saturate(1%) hue-rotate(248deg) brightness(118%) contrast(100%);
}

.choose-us-style-one-thumb .modal-content {
  border-radius: 0!important;
}

.modal-content .ratio::before {
  padding-top: 57.25%;
}




/****************************MEGA-MENU*********************************/

/* .main-navbar-div.header-style-one .navbar .twisting-dropdown .dropdown-menu {
  left: 0;
  transform: translate(0, 27px);
  border-radius: 5px;
  background: #f5f5f5;
  border-top: 3px solid #DA251D;
  top: -25px;
} */

/* .menu-image-holder img {
  width: 260px;
  height: 195px;
} */

/************POWER-LOOM*************/

.power-loom-content li {
  border-right: 1px solid #ACACAC;
  height: 28px;
  padding-left: 30px;
  padding-right: 30px;
  list-style: none;
}

.power-loom-content h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

.header-style-one ul.dropdown-menu a {
  padding: 0!important;
  font-size: 17px;
}

.header-style-one .row {
  padding: 25px 10px;
}

/*********************************************contact-us******************************************************/

.contact-iconbox-style2 img {
  /* border: 1px solid rgba(204, 0, 0, 1);
  padding: 22px;
  border-radius: 5px;
  transition: .9s; */
  position: relative;
    top: 12px;
}

.contact-iconbox-style2 img:hover {
  border-color: #000;
  transition: .9s;
}

.contact-iconbox-style2 p, .contact-iconbox-style2 p a {
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  color: #000;
  text-decoration: none;
  margin: 0;
}

.contact-iconbox-style2 p a:hover {
  color: #496DBF;
}

.contact-iconbox-style2 .icon-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 2px solid #DA251D;
  padding: 26px;
  border-radius: 5px;
  transition: all .5s ease-in-out;
}

.contact-iconbox-style2 .icon-img:hover {
  border: 2px solid #DA251D;
  background-color: #DA251D;
}

.contact-iconbox-style2 .icon-img i {
  font-size: 60px;
  color: #DA251D;
}

.contact-iconbox-style2 .icon-img:hover i {
  color: #fff;
}

.contact-iconbox-style2 .icon-hover1:hover {
  border-color: #000;
  transition: all .5s ease-in-out;
}

.img-fluid.map-height {
  height: 600px;
}


h3.all-product {
  font-size: 60px;
  font-weight: 700;
}


/* .product-img_box h5 a {
  color: var(--tc-color);
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
} */

.product-content h5 {
  font-size: 22px;
  font-weight: 700;
  background: #004787;
  padding: 10px 8px;
  transition: .9s;
  margin-top: 10px;
}

.product-content a {
  text-decoration: none;
}

.product-content a:hover h5 {
  background: #DA251D;
  transition: .9s;
}

/*------------------------------------------------------- COTTON-SPUM ---------------------------------------------------*/

.table-section.cottonspum-table-style1 .table-width {
  width: inherit;
}

.cottonspum-table-style1 th {
  font-size: 25px;
  line-height: 32px;
  padding: 12px 25px!important;
  /*background-color: #77777787!important;
   background-color: #77777742!important; */
  vertical-align: middle;
  text-transform: uppercase;
}

.cottonspum-table-style1 tr th.title {
  background-color: #e3e5e7  !important;
}

.cottonspum-table-style1 tr.title-bg th {
  background-color:  #e3e5e7 !important;
  border: 1px solid #c7cbcf;
}

.cottonspum-table-style1 .title-bg th {
  font-size: 22px;
  padding: 12px 45px;
  line-height: 26px;
}

.cottonspum-table-style1 .table-width tr td:nth-child(odd) {
  width: inherit;
 
}

.cottonspum-table-style1 .table-width tr:nth-child(odd) td:first-child {
  background-color:  #ffffff !important;
}
.cottonspum-table-style1 .table-width tr:nth-child(even) td:first-child {
  background-color:  #f8f9fa !important;
}
.cottonspum-table-style1 .table-width tr:first-child th:first-child {
  border: 1px solid #c7cbcf;
} 

.img-fluid.mm60-img-width {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
}

.cottonspum-table-style1 .table-bordered {
  border-color: #20202024!important;
}

.assembly-list li {
  /* display: -webkit-box;
  line-height: 27px; */
  /* list-style: none; */
}

.loom-content .assembly-list .common-para-text {
  display: inline;
}

.assembly-list img {
  display: inline;
}

.img-bg {
  background: #004787c9;
}

.img-bg img {
  z-index: -1;
  position: relative;
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.winding-megamenu-style2 {
  width: 750px!important;
}

h2.digital_title {
  font-size: 65px;
  font-weight: 600;
}

.under_const {
  padding: 160px 15px 160px;
  background: var(--footer-bg);
}

/* .main-navbar-div.header-style-one .navbar .dropdown-menu.covering-dropdown {
  transform: translateX(-85%);
} */

/*------------------------------------------------------- Media css ---------------------------------------------------*/



@media only screen and (min-width: 320px) and (max-width: 767px) {   
    .main-navbar-div{
      background-color: var(--footer-bg) !important;
    }
    .common-padding-div {        
      padding-top: 50px;   
      padding-bottom: 50px;   
    }    
    .desk-img {        
      display: none !important;    
    }         
    .fixed-nav .main-navbar-div nav {         
      padding-right: 28px !important;        
      padding-top: 18px !important;         
      padding-bottom: 0px !important;          
    } 
    .main-navbar-div nav {         
      padding-right: 0px !important;        
      padding-top: 0px !important;         
      padding-bottom: 0px !important;        
      padding-left: 0px !important;    
    }    
   /*  .main-navbar-div nav .navbar-brand {        
      padding: 0px;        
      position: relative;        
      top: 0px;   
      margin-right: 0px;
      margin-left: 8px;
      margin-bottom: 6px;
    }    
    .main-navbar-div nav .nav-item{
      margin-left: 0;
    } */
    .main-navbar-div nav .navbar-toggler {         
      border: 1px solid var( --tc-color);         
      border-radius: 5px;         
      box-shadow: unset !important;         
      outline: unset !important;   
      margin-right: 8px;  
      margin-bottom: 6px;
    }         
    nav .navbarbarndicon i {         
      color: var(--tc-color);         
      font-size: 21px;    
    }  
    /* .header-menu-div {         
      margin: 10px 0 0 0;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 10px;
      padding-top: 10px;
    }               */
    .footer-box-div h4 {        
      font-size: 20px;        
      margin-bottom: 12px;   
    }    
    /* .footer-common-link-div ul li a {        
      font-size: 16px;  
    }     */
    .footer-common-link-div ul li {        
      margin-bottom: 6px;   
    }    
    footer {        
      padding-top: 50px;        
      padding-bottom: 50px;   
    }    
    /* .footer-common-link-div {        
      margin-bottom: 30px;    
    }     */
    footer .col-md-4 .footer-common-link-div {       
      margin-bottom: 0px;   
    }    
    .footerflexbox {       
      flex-wrap: wrap;        
      text-align: center;   
    }    
    .footerflexbox .boxtwo {        
      width: 100%;    
    }      
    .common-heading-main-div h2 {        
        font-size: 25px;   
    }   
    .common-heading-main-div h2 br {        
        display: none; 
    }  
    /* .common-para-text {        
      font-size: 16px;    
    }    
    .common-btn-main-div{        
      padding-top: 10px;        
      padding-bottom: 10px;        
      font-size: 15px;        
      min-width: 180px;    
    }    */             
    .home-banner-contain-div h1 {        
      font-size: 25px;        
      margin-bottom: 5px;  
    }    
    .home-banner-contain-div p {        
      font-size: 16px;   
    }          
    .navbar-toggler-icon {
      filter: brightness(0);
    }
    .video-container {
      height: 100vh;
    }
    
    .home-banner-contain-div h2{
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 22px;
    }
    .home-banner-contain-div h6 {
      font-size: 18px;
      line-height: 16px;
      margin-bottom: 12px;
    }
    .home-banner-contain-div h4{
      font-size: 14px;
    }
    .carousel-caption h1{
      font-size: 25px;
      line-height: 38px;
      color: var(--btn-color);
    }
    .carousel-caption p {
      font-size: 20px;
      line-height: 34px;
      margin-bottom: 15px;
      color: var(--btn-color);
    }


   


    
}

/* @media only screen and (min-width: 1024px) and (max-width: 1200px) {   
    .home-banner-div {
      position: relative;
    }
    .main-navbar-div nav .navbar-brand img {       
      max-width: 95px;   
    } 
    .main-navbar-div nav .nav-item {
     padding: 10px;
       margin-left: 12px;
    } 
    
} */


.btn.show, .btn:first-child:active{
  border-color: transparent !important;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {    
    .container {        
      max-width: 900px !important;    
    }     
    .common-padding-div {        
      padding-top: 50px;        
      padding-bottom: 50px;    
    }  
    .header-menu-text:hover {        
      color: var(--btn-color);    
    }     
    .desk-view-logo-hide {         
      display: block !important;    
    }      
    .main-navbar-div nav .navbar-toggler {             
      border: 1px solid var( --tc-color);        
      border-radius: 5px;    
      /* margin-bottom: 8px;
      margin-right: 8px;  */
    }  
    /* .main-navbar-div nav .navbar-brand {        
      margin-right: 0px;
      margin-left: 8px;
      margin-bottom: 6px;
    }      */
    .main-navbar-div{
      background-color: var(--footer-bg) !important;
    }   
    nav .navbarbarndicon i {         
      color: var(--tc-color);         
      font-size: 21px;    
    }    
   /*  .header-menu-div {        
      margin: 10px 0 0 0; 
    }                    
    .main-navbar-div nav .nav-item {         
      margin-left: 10px;         
      margin-right: 0px;    
    }                     */
      .main-navbar-div nav .navbar-brand {        
      padding: 0px;        
      position: relative;        
      top: 0px;    
    }  
    footer {        
      padding-top: 50px;        
      padding-bottom: 50px;    
    }    
    .footer-box-div h4 {        
        font-size: 20px;        
        margin-bottom: 12px;    
    }   
    /* .footer-common-link-div ul li a {        
        font-size: 15px;    
    }     */
    .footer-common-link-div ul li {        
        margin-bottom: 6px;        
        padding-left: 0;    
    }   
    /* .common-para-text {       
      font-size: 16px;   
    }     */
    /* .common-btn-main-div{        
      font-size: 15px;        
      padding-top: 10px;       
      padding-bottom: 10px;    
    }     */
    .home-banner-div {
      position: relative;
      margin-top: 0;
    }
    .home-banner-contain-div h2{
      font-size: 28px;
    }
    /* .main-navbar-div nav .navbar-brand img {        
      max-width: 220px;        
      width: 100%;   
    }  */

    .navbar-toggler-icon {
      filter: brightness(0);
  }

  .home-banner-contain-div h6 {
      font-size: 18px;
      line-height: 16px;
      margin-bottom: 12px;
  }

    .carousel-caption h1{
      font-size: 36px;
      line-height: 72px;
      color: var(--btn-color);
  }

    .carousel-caption p {
      font-size: 22px;
      line-height: 34px;
      margin-bottom: 15px;
      color: var(--btn-color);
  }

    .home-banner-style1 .carousel-caption h2 {
      font-size: 35px!important;
      line-height: 45px;
  }

    .home-banner-style1.slider .carousel-caption.center-div {
      top: 10%!important;
  }

  .home-banner-style1 .carousel-caption p {
      font-size: 25px;
      line-height: 35px;
  }
  h2.digital_title {
    font-size: 45px;

}
.under_const {
  padding: 80px;
}
  
 
}
 
@media (max-width:990px){
 .nav-item ul.dropdown-menu.show {
    display: block !important;
  }
  .nav-item ul.dropdown-menu {
    display: none !important;
  }
}
              
@media only screen and (min-width: 1200px) and (max-width: 1399px) {      
  .common-padding-div {        
    padding-top: 70px;        
    padding-bottom: 70px;   
  }
  /* .footer-common-link-div ul li a {        
    font-size: 16px;   
  }     
  .common-para-text {        
      font-size: 16px;    
  }      */  
  .home-banner-contain-div h1 {        
      font-size: 42px;    
  }   
    .home-banner-contain-div p {        
      font-size: 22px;    
  }    
  .header-menu-text a, .header-menu-text .dropdown-toggle {
    font-size: 14px;
  }
  .carousel-caption h1{
    line-height: 55px;
  }
  .carousel-caption p{
    line-height: 50px;
    margin-bottom: 30px;
  }
  .carousel-fade .carousel-item{
    height: auto;
  }
  .home-banner-style1 .carousel-caption h2 {
    font-size: 100px;
    line-height: 110px;
  }

  /* .header-style-one .navbar-expand-lg .navbar-nav .nav-link, .main-navbar-div nav .nav-item.google-translate {
      padding: 13px;
  } */

  .header-style-one .header-menu-text a, .header-style-one .header-menu-text .dropdown-toggle {
      font-size: 18px;
  }


  .slider .carousel-caption.center-div {
    top: 18%;
}

.header-style-one .header-menu-text a, .header-style-one .header-menu-text .dropdown-toggle1 {
  font-size: 16px;
}

.col2-width h2.since-title {
  margin: 0;
  bottom: -20px;
  top: auto;
  left: 0;
  float: right;
}

.table-section .table-width {
  width: 75%;
}

/* .menu-image-holder img {
  width: 170px;
  height: 140px;
} */
.table-width .table-bordered tr td, .cottonspum-table-style1 th {
  padding: 12px 30px!important;
}

 .cottonspum-table-style1 .title-bg th {
  padding-left: 30px!important;
  padding-right: 30px!important;
}

/* .megamenu-style2 .col-xxl-4 {
  width: 26.333333%;
} */

.main-navbar-div.header-style-one .navbar .dropdown-menu.megamenu-style2 {
  transform: translate(-190px, 0px);
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.about-dropdown {
  right: 32%;
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.winding-dropdown {
    right: 35%;
}

/*.under_const {
  padding: 16% 0 8%;
}
 .main-navbar-div.header-style-one .navbar .dropdown-menu.twisting-dropdown {
  left: 25.4%;
} 

.main-navbar-div.header-style-one .navbar .dropdown-menu.covering-dropdown {
  left: 36%;
}

.main-navbar-div.header-style-one .navbar .dropdown-menu {        
  transform: translate(-28%, 0px);
}
*/
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {   
  .common-padding-div {         
    padding-top: 80px;         
    padding-bottom: 80px;    
  }            
  .home-banner-contain-div h1 {        
    font-size: 48px;    
  }    
  .home-banner-contain-div p {       
    font-size: 25px;    
  }    
  /* .main-navbar-div nav .nav-item {        
    margin-left: 24px !important;        
    padding-left: 0px !important;        
    padding-right: 0px !important;    
  }   */
  .carousel-fade .carousel-item{
    height: auto;
  }

  .slider .carousel-caption.center-div {
    top: 25%!important;
  }

  .table-section .table-width {
    width: 85%;
  }

}


/* }  */

@media only screen and (min-width: 1400px) and (max-width: 1800px) {   

  /* .menu-image-holder img {
    width: 190px;
    height: 140px;
} */

/* .megamenu-style2 .col-xxl-4 {
  width: 29.333333%;
} */

.main-navbar-div.header-style-one .navbar .dropdown-menu.megamenu-style2 {
  transform: translate(-185px, 0px);
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.about-dropdown {
  right: 31%;
}

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {    
  .common-padding-div {         
    padding-top: 60px;         
    padding-bottom: 60px;   
  }                                   
  footer {       
    padding-top: 50px;        
    padding-bottom: 50px;  
  }    
  .footer-box-div h4 {        
    font-size: 20px;        
    margin-bottom: 12px;   
  }    
  /* .footer-common-link-div ul li a {        
    font-size: 15px;   
  }     */
  .footer-common-link-div ul li {       
    margin-bottom: 6px;        
    padding-left: 0;    
  }       
     
  .main-navbar-div .nav-item .input-group {
    min-width: 144px;
  }   
  .header-menu-text a, .header-menu-text .dropdown-toggle{
    font-size: 11px;
  }
  .main-navbar-div .navbar .dropdown-menu{
    left: 315px;
  }
  .main-navbar-div .navbar .dropdown-menu a{
    font-size: 16px!important;
  }
  .home-banner-contain-div h1 {        
    font-size: 38px;    
  }   
  .home-banner-contain-div p {        
    font-size: 20px;   
  }    
  .home-banner-contain-div h2{
    font-size: 34px;
  }   
  /* .header-style-one .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 12px;
  } */

  .header-style-one .header-menu-text a, .header-style-one .header-menu-text .dropdown-toggle {
    font-size: 18px;
}

.slider .carousel-caption.center-div {
  top: 15%!important;
}

.home-banner-style1 .carousel-caption h2 {
  font-size: 65px;
  line-height: 75px;
}

.header-style-one .header-menu-text a, .header-style-one .header-menu-text .dropdown-toggle1 {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;

}

.main-navbar-div.header-style-one nav .navbar-brand img {
  max-width: 130px;
}

.loom-content .common-para-text {
  font-size: 18px;
  line-height: 28px;
}

.choose-us-style-one-thumb .video-button {
  top: 33%;
}
/* .menu-image-holder img {
  width: 168px;
  height: 110px;

} */

.main-navbar-div.header-style-one .navbar .dropdown-menu.cabling-dropdown {
  transform: translate(38px, 0px);
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.winding-megamenu-style2 {
  transform: translate(-172px, 0px);
}

.header-style-one .navbar-brand img {
  max-width: 120px;
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.twisting-dropdown {
  transform: translate(8px, 0px);
}

.twisting-dropdown .big-menu-container1 {
  width: 950px !important;
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.covering-dropdown {
transform: translate(-42px, 0px);
}

.under_const {
  padding: 100px;
}

.about-dropdown .big-menu-container1 {
  width: 900px !important;
}

.twisting-dropdown .big-menu-container1 {
  width: 950px !important;
}

.about-dropdown .big-menu-container {
  width: 910px!important;
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.about-dropdown {
  right: 27%;
}

.covering-dropdown .big-menu-container, .doubling-dropdown .big-menu-container  {
  width: 910px!important;
}


}



@media screen and (max-width: 1400px){

  /* .slider .carousel-caption.center-div {
    top: 20%!important;
  
  } */
  .product-img_box .product-text-button {
    position: initial;
    margin-top: 20px;
}

.product-img_box h5 {
  font-size: 17px;
  line-height: 23px;
}

.img-col img {
  margin-right: 0;
}

.col2-width h2.since-title {
  margin: 0;
  bottom: -20px;
  top: auto;
  left: 0;
  float: right;
}

.common-heading-main-div h1 br {
  display: none;
}

/* .main-navbar-div.header-style-one .navbar .dropdown-menu.about-dropdown {
   right: 25%;
} */

}
@media screen and (max-width: 1200px){

  /********** slider ***************/
  .carousel-fade .carousel-item{
    height: auto;
  }
  /* .carousel-control-next, .carousel-control-prev{
    top: 33%;
    transform: translate(10px, -33%);
    height: 15%;
  } */
  .carousel-caption h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .carousel-caption p {
    font-size: 17px;
    line-height: 47px;
  }


  .padd-top {
    padding-top: 60px;
}

.common-heading-main-div h1, .col2-width h2.since-title, h2.product-main-title  {
  font-size: 48px;
  line-height: 52px;
}

.footer-box-div {
  padding-top: 0;
}


h2.product-main-title.reb-title-border {
  font-size: 35px;
  line-height: 45px;
  float: inherit;
}

.col-lg-6.quality-map, .col-lg-6.img-col {
  width: 50%;
}

.table-section .table-width {
  width: 100%;
}

.header-style-one .dropdown-item {
  margin-top: 0;
}

/* .header-style-one .winding-padd0 a {
  position: relative;
  top: -30px;
} */
}



@media (max-width: 991px) { 

  .top-header-one {
    padding: 28px 12px!important;
    vertical-align: middle;
    display: flex;
  }

  /* .fixed-nav .top-header-one {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
} */

  .main-navbar-div nav .nav-item:hover {
    background: transparent !important;
  }
 
  
  .megamenu-link-main-div ul a{
    color: var(--tc-color) !important;
  }
  .main-navbar-div .navbar .dropdown-menu{
    border-radius: 0;
    padding: 0;
  }
  .header-menu-text a:hover {
    color: var(--footer-bg) !important;
}
/*
.header-menu-div{
    padding: 0 !important;
  }
.carousel-caption {
  position: inherit !important;
  right: inherit !important;
  left: inherit !important;
  bottom: 1.25rem !important;
  background: var(--btn-txt-color);
  padding: 12px;
} */
.carousel-fade .carousel-item{
  height: auto;
}
.big-menu-container {
  width: auto !important;
}
/* .main-navbar-div nav .navbar-brand{
  margin-bottom: 8px !important;
}   */


.header-style-one .navbar-expand-lg .navbar-nav .nav-link, .header-style-one .header-menu-text .dropdown-toggle {
padding: 8px 15px;
color: var(--header-color)!important;
}


/* .header-style-one .header-menu-text a {
color: var(--header-color)!important;

} */
/* .col-lg-6.col1-width, .col-lg-6.col2-width {
width: 100%!important; */

.col-lg-6.quality-map, .col-lg-6.img-col {
width: inherit;
}



.red-border:before {
    top: 35px;
}
.header-style-one .header-menu-text a, .header-style-one .header-menu-text .dropdown-toggle1 {
    color: var(--header-color)!important;
}


.main-navbar-div.header-style-one .navbar .dropdown-menu  {
    transform: translate(0, 0px);
}

.col2-width h2.since-title {
  float: inherit;
}

.choose-us-style-one-thumb .video-button {
  width: 110px;
  top: 37%;
}



.main-navbar-div.header-style-one .navbar .dropdown-menu.cabling-dropdown {
  transform: translate(0, 0px);
}
.main-navbar-div.header-style-one .navbar .twisting-dropdown .dropdown-menu {
  transform: translate(0, 0px);
}

.header-style-one.fixed-nav .navbar-brand img {
  background: transparent;
  padding: 0;
}

.header-style-one .row {
  padding:0 0;
}
/* .header-style-one .header-menu-text .dropdown-toggle1 {

  line-height: 28px;
  font-size: 18px;
} */

.menu-image-holder img {
  width: 100%;
  height: 100px;
}



.header-style-one .navbar-collapse {
  background: rgba(0, 71, 135, 1)!important;
  top: 27px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cotton-spun-style1 img {
  height: 550px;
}

.table-width .table-bordered tr td, .cottonspum-table-style1 th {
  padding: 12px 20px!important;
}

.margin-top0 {
  margin-top: 0!important;
}
.main-navbar-div.header-style-one .navbar .dropdown-menu.about-dropdown {
  transform: translate(0, 0px);
}

.main-navbar-div.header-style-one .navbar .dropdown-menu.winding-megamenu-style2 {
  width: initial!important;
}

.twisting-dropdown .big-menu-container1 {
  width: auto!important;
}

.winding-dropdown .big-menu-container1 {
  width: auto!important;
}

.col-reverse {
  flex-direction: column-reverse;
}

}




@media screen and (max-width: 767px) { 

  .row.product-text-button {
    display: initial!important;
  }

  .footer-bottom-div {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgb(0 0 0 / 10%);
    height: 50px;
    align-items: center;
    display: flex;
}

.footer-bottom-div {
    height: 130px;
}

.slider .carousel-caption.center-div {
    /* left: 0;
    right: 0;*/

    text-align: -webkit-center;
    top: 0px!important;
    left: 0%;
    background: #ffffffb8;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    margin: 15px;
    padding: 35px 20px 0;
    bottom: 0;
}

.home-banner-style1 .carousel-caption h2 {
    font-size: 50px;
    line-height: 60px;
    color: var(--tc-color);
}

.home-banner-style1 .carousel-caption p {
    font-size: 25px;
    line-height: 35px;
    color: var(--tc-color);
}

.home-banner-style1 .carousel-control-next-icon, .home-banner-style1 .carousel-control-prev-icon {
  display: none;
}


.main-navbar-div nav .navbar-brand {        
  margin-bottom: 8px;
  position: relative;
  top: 0px;
  margin-left: 12px;
} 

h2.product-main-title, .col2-width h2.since-title {
  font-size: 40px;
  line-height: 50px;
}

/* .inner-pg-banner .imgwrap {
  margin-top: 80px;
} */

.header-style-one .dropdown-item {
line-height: 26px;
font-size: 16px;

}

.header-style-one .navbar-collapse {
  top: 19px;
}
.contact-iconbox-style2 p, .contact-iconbox-style2 p a {
  font-size: 20px;
  line-height: 28px;
}

h1.text-uppercase.text-center.mb-0 {
  font-size: 38px;
  line-height: 45px;
}

h2.digital_title {
  font-size: 38px;
  line-height: 46px;
}

.under_const {
  padding: 60px;
}

/* .table-width .table-bordered tr td {
  padding: 10px;
} */

}
@media (max-width: 576px) { 

  .common-heading-main-div h1 {
    line-height: 42px;
    font-size: 35px;
}

  .product-img_box .product-text-button {
    position: relative;
    bottom: -22px;
    left: 0;
  }
  
  h2.product-main-title, h2.product-main-title.reb-title-border, .col2-width h2.since-title {
    font-size: 40px;
    line-height: 33px;
    width: auto;
    padding: 12px;
}

  .footer-icon .common-para-text, .footerflexbox .common-para-text {
    font-size: 15px;
    line-height: 25px;
}
.slider .carousel-caption.center-div {
  padding: 27px;
}
  
.home-banner-style1 .carousel-caption h2 {
  font-size: 35px;
  line-height: 45px;
}

.home-banner-style1 .carousel-caption p {
    font-size: 20px;
    line-height: 30px;
  }

  .main-navbar-div.header-style-one nav .navbar-brand img {
    max-width: 130px;
}

.top-header-one {
  padding: 15px 0 !important;
}

.main-navbar-div.header-style-one {
  height: 80px;
}

.red-border:before{
    content: unset;
}

.col2-width h2.since-title {
  margin: 0 auto;
  float: inherit;
}

.border-right:before {
  content: unset;
}

.loom-content .common-para-text {
  font-size: 17px;
  line-height: 27px;
}

.loom-content .economy-title h3 {
  font-size: 25px;
  line-height: 34px;
}

.table-width ul {
  padding: 0;
}

.table-width li {
  list-style: none;
}

.table-width .table-bordered tr td {
  font-size: 17px;
  line-height: 27px;
  padding: 10px;
}

.choose-us-style-one-thumb .video-button {
  width: 70px;
}

.menu-image-holder img {
  width: 300px;
  height: 70px;
}

.header-style-one .dropdown-item {
  margin-top: 10px;
}

/* .header-style-one .col-4.pright0 {
  padding-right: 0;
} */

/* .header-style-one .col-4.pright0:last-child {
  padding-right: 10px;
} */

.header-style-one .testing-padd0 a {
  padding: 0;
}

.header-style-one .row {
  padding: 15px 0px;
}


/* .home-banner-style1.slider .carousel-inner, .inner-pg-banner .imgwrap {
  margin-top: 80px;
} */




.img-fluid.map-height {
  height: auto;
}

h3.all-product {
  font-size: 40px;
}

.cottonspum-table-style1 th {
  font-size: 20px;
  line-height: 25px;
}

.cottonspum-table-style1 .title-bg th {
  font-size: 18px;
  line-height: 22px;
}


/* .header-style-one .header-menu-text a, .header-style-one .header-menu-text .dropdown-toggle1 {
  padding: 0;
} */
}



@media screen and (max-width: 480px) { 

  .button-flex.d-flex {
    display: block!important;
  }

  .header-style-one .dropdown-item {
    line-height: 20px;
    font-size: 11px;
}

.header-style-one .dropdown-item {
  padding: 4px;
}

.header-style-one .col-4.pright0 {
  padding-right: 0;
}

.header-style-one .col-4.pright01 {
  padding-left: 10px;
}

.header-style-one .col-4.pright02 {
  padding-left: 5px;
}

.goog-te-gadget, .VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link {
  font-size: 10px!important;
}

.home-banner-style1 .carousel-caption p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 15px!important;
}

.slider .carousel-caption.center-div {
  padding: 15px;
}

.home-banner-style1 .carousel-caption h2 {
    font-size: 35px;
    line-height: 45px;
}

.home-banner-style1 .common-btn-main-div .btn {
  padding: 7px 5px 7px 12px;
  height: 41px;
}

.home-banner-style1 .common-btn-main-div a {
  font-size: 17px;
}

h1.text-uppercase.text-center.mb-0 {
  font-size: 36px;
  line-height: 42px;
}

/* .under_const {
  padding: 42% 15px 50px;
} */

}
  


