/*----------------- Color -----------------*/
:root{
  --blue: #005dac;
}
.black-a{
  color: #231f20 !important;
}
.white-a{
  color: white !important;
}
.blue-a{
  color: var(--blue);
}
.blue-a2{
  color: #0076b6;
}
.grey-a{
  color: #6d6e70 !important;
}
.pink-a{
  color: #c99f9c !important;
}
.lightgrey-a{
color: #8e9093 !important;
}
.red-a{
  color: #af1f27 !important;
}
/*----------------- Color -----------------*/
/*----------------- Font -----------------*/
p{
  font-size: 14px !important;
}
h5{
  font-size: 18px !important;
}
@font-face {
  font-family: 'LightFont';
  src: url('font/Inter-Light.otf')  format('opentype');
}
.light-font,.light-fontall *{
  font-family: 'LightFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'RegularFont';
  src: url('font/Inter-Regular.otf')  format('opentype');
}
.regular-font,.regular-fontall *{
  font-family: 'RegularFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'MediumFont';
  src: url('font/Inter-Medium.otf')  format('opentype');
}
.medium-font,.medium-fontall *{
  font-family: 'MediumFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'BoldFont';
  src: url('font/Inter-Bold.otf')  format('opentype');
}
.bold-font,.bold-fontall *{
  font-family: 'BoldFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'ExtraBoldFont';
  src: url('font/Inter-ExtraBold.otf')  format('opentype');
}
.extrabold-font,.extrabold-fontall *{
  font-family: 'ExtraBoldFont', Fallback, sans-serif;
}

@font-face {
  font-family: 'Bold2Font';
  src: url('font/Fontspring-DEMO-organetto-semiexpbold.otf')  format('opentype');
}
.bold2-font,.extrabold-fontall *{
  font-family: 'Bold2Font', Fallback, sans-serif;
}


/*----------------- Font -----------------*/

/*----------------- Navbar -----------------*/
.home-navbar.fixed-top{
  position: absolute !important;
}

.home-navbar .logo{
  max-width: 110px;
}

.home-navbar .navbar-nav li{
  margin: 0 5px;
}
.home-navbar .navbar-nav>.nav-item>a{
  color: #231f20;
  padding: 8px 13px 5px !important;
  font-size: 14px !important;
}
.home-navbar.fixed-top .navbar-nav>.nav-item>a{
  color: #231f20;
}




/*----------------- Navbar -----------------*/
.banner-content p{
  letter-spacing: 1px;
}
.mnext{
  height:20px !important;
  margin-top: -3px;
  margin-left: 10px;
}
.home-navbar .navbar-nav>.nav-item:last-child>a.active .menudot{
 display: none !important;
}
.home-navbar .navbar-nav>.nav-item>a.active{
  position: relative;
  font-family: 'BoldFont', Fallback, sans-serif !important;
}

.menudot{
  height: 1px !important;
  display: none;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.home-navbar .navbar-nav>.nav-item>a.active .menudot{
  display: block;
}


/*----------------- Banner -----------------*/
#slideShow .overlay-text .more{
  background-color: white;
  padding: 10px 15px;
  border-radius: 30px;
  letter-spacing: 0px;
  font-size: 14px !important;
}
#slideShow .overlay-text .more:hover{
  opacity: 0.8;
  transition: 0.5s;
}
#slideShow .overlay-text h4{
    letter-spacing: .5px !important;
    margin-bottom: 20px;
}
#slideShow .overlay-text{
  letter-spacing: 3px;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;

}
#slideShow .overlay-text h1{
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
#slideShow .btn-cta{
  background-color: white;
  color: black;
  border-radius: 100px;
  padding: 5px 20px;
}
/*----------------- Banner -----------------*/

/*----------------- Product -----------------*/
.prodInfo .ext-color {
    display: none;
}
.prodInfo .list-inline label{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 12px;
  border-radius: 20px !important;
  border: none !important;
}
.prodInfo .list-inline label:hover{
  background-color: rgb(205, 205, 205);
}
.prodInfo .list-inline input:checked + label{
  color: black !important;
  background-color: white !important;
  border: 1px solid #58595b !important;
}


.prodInfo .ext-colorpicker2{
  border-radius: 100px;
    margin-right: 2px;
    border: 1px solid grey !important;
    margin-bottom: 10px !important;
    padding: 2px 15px;
}
/*----------------- Product -----------------*/

/*----------------- Common Section -----------------*/
.display-none{
  display: none !important;
}
.btn-addtocart{
   background: linear-gradient(
  to right,
  #cdb88e 0%,
  #ccbb99 35%,
  #DDCB9E 65%,
  #E5D5A8 100%
);
border-radius: 25px !important;
padding: 6px 40px 5px !important;
border: none !important;
color: white  !important;
font-size: 14px !important;

}
.colorlabel{
  height:25px;
  width: 25px;
  border-radius: 50%;
}
.checkoutbox{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.warranty .box1{
 border-radius: 20px;
 padding-bottom: 100px !important;
}

.warranty .box1 input{
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
   padding-block: 8px;
}

.warranty .box1 input::placeholder{
  font-size: 14px !important;
 
}

.warranty .box1 button{
  background: linear-gradient(
  to right,
  #cdb88e 0%,
  #ccbb99 35%,
  #DDCB9E 65%,
  #E5D5A8 100%
);
color: white;
border-radius: 25px;
display: block;
margin-inline: auto;
border: none;
padding: 7px 30px;
font-size: 14px !important;
}
.warranty .box1 .sec2 .inner{
  width: fit-content;
}

.warranty .box1 .sec2 .row{
  justify-content: center;
  gap: 40px;
}
.warranty .box1 .sec1{
  box-shadow: 0 0 25px rgba(255,255,255,0.8);
  max-width: fit-content;
  background-color: white;
  border-radius:8px;
  margin-inline: auto;
  padding-inline: 50px;
  padding-block: 20px;
 margin-top: 80px;
}


.support .box2 .inner{
  margin-inline: 10px;
  border: 1px solid #564d3b;
  border-radius: 15px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.warranty,
.support{
  border-top: 1px solid #58595b;
}
.support .title1{
  background: linear-gradient(
  to right,
  #cdb88e 0%,
  #ccbb99 35%,
  #DDCB9E 65%,
  #E5D5A8 100%
);
border: 1.5px solid #ad9971;
width: fit-content;
border-radius: 10px;
padding: 20px 20px;
margin-inline: auto;
display: block;
}
.extreme .box2 .prodwrap {
  border-top-right-radius: 0px !important;
}
.extreme .box2 .outer{

  padding-left: 10%;
}
.extreme .box1 .inner2 .innerdiv{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.extreme .box1 .inner2 img{
  max-width: 100% !important;
  margin-bottom: 0 !important;
}
.extreme .box1 .inner2 p{
  background-color:black;
  border-radius: 20px;
  padding: 5px 10px;
  width: 260px;
  text-align: center;
}
 .navbar-collapse{
  width: 100%;
  display: flex;
  justify-content: center;
 }
.extreme .box1 img{
    max-width: 60%;
    margin-inline: auto;
    margin-bottom: -15%;
  }
.extreme .box1 .inner1{
  background-color: #F5F5F5;
}
.youngline .box4 .inner{
  padding: 30px 15px 5px;
  background-color: #ededed;
  border-radius: 25px;
  height: 100%;
}
.youngline .box4 hr{
  margin-block: 10px 15px;
}
.prodwrap {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.prodwrap-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: opacity 0.9s ease;
}

.prodwrap-bg.old {
  z-index: 1;
  opacity: 1;
}

.prodwrap-bg.new {
  z-index: 2;
  opacity: 0;
}

.prodwrap > *:not(.prodwrap-bg) {
  position: relative;
  z-index: 3;
}

.extreme .box2 .swiper-pagination,
.youngline .box3 .swiper-pagination{
  text-align: right;
  bottom: 60px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.youngline .box3 .prodwrap{
  border-radius: 25px;
}


.youngline .box2 .img img{
  max-width: 75%;
  display: block;
  margin-inline: auto;
}
.youngline .box2 .t1{
  background: linear-gradient(
    90deg,
    #CCA9A6 0%,
    #9B827F 35%,
    #736060 55%,
    #403839 100%
  ) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.youngline .box2 .t2{
  background: linear-gradient(
    90deg,
    #2B232E 0%,
    #524E56 35%,
    #716F74 55%,
    #929296 100%
  ) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.youngline .box2 .desc2{
  background-color: rgb(232, 232, 232) !important;
  border-radius: 20px;
  padding: 5px 20px;
  width: fit-content;
  margin-inline: auto;
}
.extreme .ordernow,
.youngline .ordernow{
  background: linear-gradient(
  to right,
  #C6B085 0%,
  #CDB88D 35%,
  #DDCB9E 65%,
  #E5D5A8 100%
);
border-radius: 20px;
padding: 7px 25px;
display: block;
width: fit-content;
margin-inline: auto;

}
.youngline .box1 img{
  max-width: 40%;
  display: block;
  margin-inline: auto;

}

.hquality .contenttitle .title{
  color: #0082c6 !important;
  background-color: unset !important;
  -webkit-text-fill-color:unset !important;
} 
.hquality .h4img{
  max-width: 50%;
  margin-inline: auto;
  display: block;
}

.hprotect .swiper-button-prev{
  position: absolute;
  top: 50%;
  left: -20px;
}
.hprotect .swiper-button-prev,
.hprotect .swiper-button-next{
  top: 45% !important;
}
.hprotect .swiper-button-prev i{
  color: black;
  font-size: 30px !important;
}

.hprotect .swiper-button-next i{
  color: white;
  font-size: 30px !important;
}


.hprotect .swiper-navigation-icon{
  display: none;
}
.hkey .contenttitle .title{
  color: #231f20 !important;
 -webkit-text-fill-color :unset !important;
 background:none !important;
}
.contenttitle .title2{
  background-color: rgb(242 242 242);
  border-radius: 20px;
  padding: 5px 15px;
  width: fit-content;
  margin-inline: auto;
}

.hsecurity .contenttitle .title{
  background: linear-gradient(
    90deg,
    #B9A37E 0%,
    #927F66 35%,
    #594B42 55%,
    #594B42 100%
  ) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px !important;
}
.hredefining .box .inner .btnbox a:hover{
  transform: scale(1.02);
  transition: 0.3s;
}
.hredefining .box .inner .btnbox a{
  border-radius: 15px;
  padding: 3px 18px;
  font-size: 13px !important;
}
.hredefining .box .inner .btnbox .ordernow{
  border: 1px solid black;
}
.hredefining .box .inner .btnbox .learnmore{
  background: linear-gradient(
  to right,
  #C6B085 0%,
  #CDB88D 35%,
  #DDCB9E 65%,
  #E5D5A8 100%
);
}
.hredefining .box .inner .btnbox{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.contenttitle .title{
  background: linear-gradient(
    90deg,
    #AD9876 0%,
    #85735D 35%,
    #5B4C43 65%,
    #382B2C 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0px !important;
}
.hredefining .box .inner img{
  margin-bottom: -50px;
  max-height: 330px;
}

.hredefining .box .inner img:hover{
  transform: scale(1.02);
  transition: 0.3s;
}

.hredefining .box .inner{
  background-color: rgb(242 242 242);
  border-radius: 20px;
}
.flex{
  display: flex;
}
.hservices .wrap .content{
  position: absolute;
  bottom: 0;
  padding-inline: 15px !important;
  text-align: center;
  width: 100%;
}
.hservices .swiper-button-next{
  right: -40px !important;
  top: 45% !important;
  transform: translateY(-50%);
  background-color: transparent;
  box-shadow: none;
  width: 25px ;
   height: 25px;
}
.hservices .swiper-button-next:hover, .hservices .swiper-button-prev:hover{
  background-color: transparent !important;
  color: var(--blue);
  font-size: 20px !important;
}


.mginline-auto{
  margin-inline: auto;
}
.relative{
  position:relative !important;
}
.hservices .swiper-button-prev{
  left: -40px !important;
  top: 45% !important;
  transform: translateY(-50%);
  background-color: transparent;
  box-shadow: none;
   width: 25px ;
   height: 25px;
}
.haboutus .btn{
    background-color: var(--blue) !important;
    border-radius: 20px;
    color: white !important;
    padding: 4px 15px !important;
    margin-top: 15px;
   }


   .hprod .btn,
   .hservices .btn{
    background-color: var(--blue) !important;
    border-radius: 20px;
    color: white !important;
    padding: 4px 15px !important;
    margin-top: 15px;
    margin-inline: auto;
    display: block;
    width: fit-content;
   }

  .hcontactus .btn{
    background-color: white !important; 
    border-radius: 20px;
    color: black !important;
    padding: 4px 15px !important;
    margin-top: 15px;
    margin-inline: auto;
    display: block;
    width: fit-content;
   }


  .contenttitle .underline{
    width: 90px;
    height: 3px;
    background-color: #d1ae44;
  } 
.btn-whatsapp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:42px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.content-banner{
  position: relative;
}
.content-banner .contentbox{
  position: absolute;
  top: 55%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}

.contactus .btn{
  background-color: var(--blue);
  width: fit-content !important;
  border-radius: 20px;
}
.contactus textarea,
.contactus input{
  border: none;
  border-bottom: 1px solid #231f20;
  border-radius: 0;
  padding-left: 0 !important;
  padding-bottom: 0;
  background-color: transparent;
}

#footer.position-absolute{
  margin-top: -42px;
  border-top: 1px solid black;
}

#footer.position-absolute p,
#footer.position-absolute a{

  color: white !important;
}
#footer .copyright{
    font-size: 13px !important;
  }

.content-banner .title{
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}
.hprod .imgwrap{
      height:200px !important;
 
}

.hprod .imgwrap{
    display: flex;
    align-items: center;
    justify-content: center;
 
}

.hprod .fixed-size{
  max-height: 100% !important;
}

.hprod .content{
  background-color: var(--blue);
  border-radius: 20px;
  padding-block: 2px;
}

.hwhy .wrap{
  border-radius: 10px;
  height: 100%;
  width: 100%;
  background-image: url("/mem_module/library/image/hwhybg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
   

.hwhy .icon{
  width: 50px;
  height: auto;
}
    
.hwhy .content2{
  line-height: 120% !important;
}

.hover:hover{
  opacity: 0.7 !important;
  transition: 0.5s !important;
}

.hwhy .underline2{
  background-color: #bc9a31;
  width: 140px;
  height: 1.5px;
  display: block;
  margin-inline: auto;
}
.aboutus .wrap{
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 10px 20px;
  display: block;
  text-align: justify;
  
}

.aboutus .wrap img{
  height:28px;
  margin-top: -10px;
  margin-left: 10px;
}

.aboutus .vmimg{
  border-radius: 30px;
}

.aboutus .value{
  height:35px;
  margin-top: -15px;
  margin-left: 10px;
}
.aboutus .value2{
  height:35px;
  margin-top: 6px;
}

.aboutus .wrap3{
  display: flex;
  gap: 15px;
}
.services .box1 .title{
  line-height: 130% !important;
}

.services .box2 .contentbox{
  background-color: var(--blue);
}

.services .box2 .wrapper:nth-child(odd) .row{
  flex-direction: row-reverse;
}

.services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
}
.services .box2 .wrapper:nth-child(even) .contentbox{
  border-bottom-right-radius: 20px;
}

.services .box2 .wrapper .underline{
  width: 100%;
  height: 6px;
  background: linear-gradient(135deg, #e8e09d, #ce910e,#f0c43c, #996901);
}




/*----------------- Common Section -----------------*/

/*----------------- Footer Section -----------------*/
#footer .box{
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding-block: 10px;
}
#footer .box .link{
  font-size: 13px !important;
}

/*----------------- Footer Section -----------------*/

/*----------------- Less Than -----------------*/
@media only screen and (max-width: 1200px){ /* col-xl */
.hredefining .box .inner img{
  max-height: 300px;
}
}
@media only screen and (max-width: 992px){ /* col-lg */
  #footer.position-absolute{
  margin-top: -60px;
}
  .extreme .box2 .swiper-pagination,
  .youngline .box3 .swiper-pagination{
    bottom: 30px;
  }
    .icon-wrapper{
    position: absolute;
    right: 20px;
    top: 5px;
    width: fit-content !important;
  }


  .services .box2 .wrapper:nth-child(even) .contentbox,
.services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

  .home-navbar .contactbtn{
    font-size: 14px !important;
 }

 .home-navbar .contactbtn{
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    color: white;
    background: linear-gradient(135deg, #e8e09d, #ce910e,#f0c43c, #996901);
    border-radius: 100px;
    padding: 6px 15px !important;
 }
 .home-navbar .container{
  position: relative;
 }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    display: block !important;
  }
  
  .home-navbar{
    margin-top: 10px;
  }
  .home-navbar,.home-navbar.fixed-top{
    position: relative !important;
    flex-wrap: wrap;
    margin-top: 0px !important;
  }
  .home-navbar .logo{

    max-width: 110px !important;
    margin-top: 10px;
    
  }  

  .home-navbar .navbar-nav>.nav-item>a{
    text-align: center !important;
    margin-top: 5px;
    font-size: 15px !important;
  }


  #slideShow .overlay-text{
    width: 90%;
  }
  #slideShow .overlay-text .btn-cta{
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 768px){ /* col-md */
  .extreme .orderwrap{
    margin-top: 22% !important;
  }
    #footer.position-absolute{
  margin-top: -65px;

}
  .copyright{
    font-size: 13px;
  }
  .sm-hidden{
    display: none;
  }
  .contenttitle .underline{
    margin-inline: auto;
  } 

  .aboutus .cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.7;

  }
  .aboutus .box1{
    background-position: left !important;
  }

   
    .haboutus .box1{
  height:180px;
  width: 180px;
}
  .haboutus .wrapper{
    align-items: center;
  }
}
@media only screen and (max-width: 400px){ /* col-sm */
    #footer.position-absolute{
  margin-top: -105px !important;

}
}
@media only screen and (max-width: 576px){ /* col-sm */
  .btn-addtocart{
    border-radius: 0 !important;
  }
  .extreme .box1 .inner2 img{
  max-width: 80% !important;

}
  .extreme .box1 img{
    max-width: 100% !important;
  }
  .home-navbar.position-absolute{
    position: relative !important;
  }
  h5{
    font-size: 15px !important;
  }
  .youngline .box2 .img img{
    max-width: 100% !important;
  }
  .youngline .box1 img{
    max-width: 100% !important;
  }
    #footer.position-absolute{
  margin-top: -85px;

}

  .extreme .box2 .swiper-pagination,
  .youngline .box3 .swiper-pagination{
    bottom: 20px !important;
    left: 20px;
  }
  .hquality .h4img{
  max-width: 80%;

}
  .hprotect .swiper-button-next i{
  color: black !important;
 
}
  .icon-wrapper{
    position: absolute;
    right: 20px;
    top: 5px;
  }
  .banner-content h2{
    font-size: 20px !important;
    letter-spacing: 1px;
  }
  
  .banner-content p{
    font-size: 16px !important;
    margin-block: 10px 25px;
  }
  .banner-content a{
    display: block;
    width: fit-content;
    font-size: 14px !important;
  }
  
   .hproject .fixed-size{
      height:220px !important;
    }
.content-banner .contentbox{

  top: 30%;

}

.content-banner .contentbox h2{
  font-size: 22px !important;
}
.content-banner .contentbox h5{
  font-size: 16px !important;
}


.haboutus .box2{
  height:120px;
  width: 120px;
}
.haboutus .box2 h2{
  font-size: 34px !important;
}
.haboutus .box1 h2{
  font-size: 60px !important;
}
  #slideShow .overlay-text{
  top: 50% !important;
}
  #slideShow .overlay-text h4{
    margin-bottom: 10px !important;
}
  .home-navbar.fixed-top .navbar-nav li:last-child a{

  width: fit-content;
  margin-inline: auto;
}

.btn-whatsapp{
    width: 46px;
    height: 46px;
    bottom: 30px;
    right: 20px;
    font-size: 32px;
}
.home-navbar.fixed-top{
  position: relative !important;
}  
.home-navbar .logo{
  max-width: 110px !important;
  margin-top: 35px;
}
.home-navbar .navbar-toggler{
  font-size: small;
  margin-top: 45px;
  margin-right: 5px;  
  border: 1px solid rgb(103, 101, 101);
}

.home-navbar .navbar-nav>.nav-item>a{
  text-align: center !important;
  margin-top: 5px;
}


  #footer .logo{
    max-width: 160px !important;
  }
  

  #slideShow .overlay-text {
    width: 100% !important;
  }
  #slideShow .overlay-text *{

    margin-bottom: 5px;
  }
  #slideShow .overlay-text .btn-cta{
    font-size: 13px !important;
  }  
}
/*----------------- Less Than -----------------*/

/*----------------- Greater Than -----------------*/
@media only screen and (min-width: 1200px){ /* col-xl */
  .hredefining .box .inner img{
  max-height: 369px;
}

}
@media only screen and (min-width: 992px){ /* col-lg */
  .services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
}
.services .box2 .wrapper:nth-child(even) .contentbox{
  border-bottom-right-radius: 20px;
}
  .hservices2 .mgtp1{
    margin-top: 160px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 230px !important;
  }
  .home-navbar .contactbtn{
    display: none;
 }
  #footer h4{
    font-size: 20px !important;
  }
  #slideShow .overlay-text h1{
    font-size: 52px !important;
}

  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    border-radius: 35px;
    padding: 10px 0px !important;
    align-items: center !important;
  }
  .navbar {
    background-color: transparent !important;
  }
   

}
@media only screen and (min-width: 768px){ /* col-md */
 .stickyposition{
    position: sticky;
    top: 125px;
    align-self: flex-start;
}


/* Swiper performance fix */
.swiper{
    transform: none !important;
}
  .extreme .box1 .content{
    margin-top: 20% !important;
  }
  .orderwrap{
    position: absolute;
    right: 4%;
    bottom: 30px;
  }
  .sm-display{
    display: none;
  }

  .hservices2 .mgtp1{
    margin-top: 160px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 230px !important;
  }
  .services .box:nth-child(even) .row{
    flex-direction: row-reverse !important;
  }
  .aboutus .cover{
    display: none;
  }
  .blog-content{
    border-right: 1px solid black;
  }

}
@media only screen and (min-width: 576px){ /* col-sm */
  

  .extreme .box1 .inner1{
  padding-top: 120px !important;
}
  .hservices .swiper-slide:nth-child(even) {
  margin-top: 50px;
}

}



/*----------------- Greater Than -----------------*/

/*----------------- Between -----------------*/
@media  (min-width:992px) and (max-width:1200px) {

}
@media  (min-width:768px) and (max-width:992px) {
  .hservices2 .mgtp1{
    margin-top: 120px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 160px !important;
  }
  .home-navbar .logo-div{
    text-align: center !important;
  }
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }
}
@media  (min-width:576px) and (max-width:768px) {
  .extreme .box1 .inner2 img{
  max-width: 50% !important;

}
  .container, .container-sm {
    max-width: 90% !important;
  }
  .home-navbar .logo-div{
    text-align: center !important;
  }  
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }  
}
.fixedtop{
  position: fixed !important;
  background-color: white !important;
  z-index: 999;
}

/*----------------- Between -----------------*/

