/*font-family*/
/*font-family*/

/* clip-path: polygon(0% 0%, 100% 0%, 100% 34%, 75% 34%, 29% 34%, 26% 10%, 0 11%); */

@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf);			
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf);			
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf);			
}

@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf);			
}


@font-face {
  font-family: 'Lato-Regular';
  src: url(../fonts/Lato-Regular.ttf);			
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url(../fonts/Roboto-Bold.ttf);			
}


/* ------------------ LeagueSpartan ------------------*/

@font-face {
  font-family: 'LeagueSpartan-Regular';
  src: url(../fonts/LeagueSpartan-Regular.ttf);			
}

@font-face {
  font-family: 'LeagueSpartan-Medium';
  src: url(../fonts/LeagueSpartan-Medium.ttf);			
}

@font-face {
  font-family: 'LeagueSpartan-Bold';
  src: url(../fonts/LeagueSpartan-Bold.ttf);			
}




:root{
  --color-1:#af6636;
  --cl2:#d9d2cc;
  --cl3:#b08269;
  --cl4:#c5975a;
  --cl5:#352219;
  --pop-rg:Poppins-Regular;
  --pop-sb:Poppins-SemiBold;
  --pop-md:Poppins-Medium;
  --pop-lg:Poppins-Light;
  --lato:Lato-Regular;
  --sparta-rg:LeagueSpartan-Regular;
  --sparta-md:LeagueSpartan-Medium;
  --LeagueSpartan-Bold:LeagueSpartan-Bold;
  --rob-bd:Roboto-Bold;
}


body{
  width: 100%;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  /* display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; */
  font-family: var(--lato);
  background: var(--cl2)!important;
}

* {
  box-sizing: border-box;
  font-family: var(--lato);
}






/*font-family*/


/* scroll-effect---------------- */
/* animation-start */

.delighter.ab-top { transform:translateY(-18%); opacity:0; transition: all 1s ease-out; }
.delighter.ab-top.started { transform:none; opacity:1; } 

.delighter.ab-right { transform:translateX(20%); opacity:0; transition: all 1.2s ease-out; }
.delighter.ab-right.started { transform:none; opacity:1; } 

/* ------------- */

.delighter.title1 { transform:translateY(20%); opacity:0; transition: all 1.2s ease-out; }
.delighter.title1.started { transform:none; opacity:1; } 




.delighter.top { transform:translateY(-18%); opacity:0; transition: all 1.5s ease-out; }
.delighter.top.started { transform:none; opacity:1; } 

.delighter.scale { transform:scale(90%); opacity:0; transition: all .5s ease-out; }
.delighter.scale.started { transform:none; opacity:1; } 

.delighter.bottom { transform:translateY(18%); opacity:0; transition: all 1.5s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; } 


.delighter.skew { transform:skew(5deg); opacity:0; transition: all 1.2s ease-out; }
.delighter.skew.started { transform:none; opacity:1; }


.delighter.left { transform:translateX(-30%); opacity:0; transition: all 1.9s ease-out; }
.delighter.left.started { transform:none; opacity:1; } 

.delighter.right { transform:translateX(10%); opacity:0; transition: all 1.9s ease-out; }
.delighter.right.started { transform:none; opacity:1; } 

.delighter.opacity {  opacity:0; transition: all 1.2s ease-in; }
.delighter.opacity.started { transform:none; opacity:1; } 

.delighter.anshape { opacity:0;transition: all 2s linear; z-index: 3; }
.delighter.anshape.started {  opacity:1;} 

.delighter.text1 { opacity:0;transition: all 1s linear;transform:translateX(-10%); z-index: 2; }
.delighter.text1.started {  opacity:1;transform:none;}  

.delighter.text2 { opacity:0;transition: all 2s linear;transform:translateX(-11%); z-index: 2; }
.delighter.text2.started {  opacity:1;transform:none;}  

/* animation-end */
/* ---------- */


/* header-start */

.hd-top{
  /* background-color: var(--color-1); */
  padding: 5px 7%;
  background-color: #ffff;
}

.hd-top .top-inner{
 display: flex; align-items: center;
 justify-content: flex-end;
}

.hd-top .top-inner .left{
  display: flex; align-items: center;
  justify-content: flex-start; gap: 20px;
 }

 .hd-top .top-inner .left .item {
  display: flex; align-items: center;
  justify-content: flex-start; gap: 10px;
 }

 .hd-top .top-inner .left .item span {
 padding: 10px;
 border-radius: 50%;
 border: 1px solid var(--color-1);
 }

 .hd-top .top-inner .left .item span i{
  color: var(--color-1);
  font-size: 15px;
}

 .hd-top .top-inner .left .item a {
  color: #000;
  font-size: 18px;
  font-family: var(--pop-rg);
  font-weight: normal!important;
 }

 .hd-top .top-inner .left .item a:hover {
 color: var(--color-1);
 }

 .hd-top .item-inner{
  display: flex;align-items: center;
  justify-content: center;
  gap: 6px;
 }

 .hd-top .item-inner span{
  color: #fff;
 }

 .hd-top  .right .hd-social{
  display: flex; align-items: center;
  justify-content: flex-end;
  gap: 10px;
 }

 .hd-top  .right .hd-social i{
  font-size: 16px;
  color: #fff;
 }




.sticky .logo-area {
  transform: translateY(0px)!important;
}



.sticky .rs-header .menu-area {
  padding: 2px 0px;
}

.sticky {
 z-index: 10000!important;
 background-color: #fff!important;
}


.full-width-header ul{
  margin: 0px!important;
}

.heder-mn{
  display: none!important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: var(--sparta-rg)!important;
  /* font-weight: 600; */
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  color: #000;
  position: relative;
  letter-spacing: 1px!important;
  text-transform: uppercase!important;
  /* background-color: #b2c9d7; */
 
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: var(--color-1)!important;
 transition: all .2s linear;
}


 .al-enqure {
  display: inline-flex;
  height: 50px;
  width: 150px;
  /* border: 2px solid #BFC0C0; */
  /* margin: 20px 20px 20px 20px; */
  color: #BFC0C0;
  /* text-transform: uppercase; */
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-4);
}

 .al-enqure {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

 .al-enqure a {
  position: relative;
  transition: all .45s ease-Out;
  font-size: 16px;
  color: #fff;
  font-family: var(--sans-regular);
}

.al-enqure #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: var(--color-2);
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}

 .al-enqure:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

 .al-enqure:hover a {
  color: #fff;
}




/* .rs-header .al-enqure a:hover {
  background-color: var(--color-2);
} */



.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
 
  color: var(--color-3);
 
}


.full-width-header {
  background-color: #fff;
  position: relative;
}


.full-width-header .social{
  position: absolute;
  right: 7%; top: 20px;
  z-index: 10000;
}

.full-width-header .social .inner{
 display: flex; align-items: center;
 justify-content: center;
 gap: 20px;
}

.full-width-header .social .inner a i{
 color: #333; font-size: 16px;
 transition: all .2s linear;
 }

 .full-width-header .social .inner a:hover i{
  color: var(--cl4);
  }


.rs-menu ul ul {
  position: absolute;
  top: 65px;
  background-color: #fff;
  padding: 20px 5px;
  /* display: block; */
  /* padding: 20px 0px; */
  /* min-width: 270px; */
  margin: 0px!important;
  
  white-space: nowrap;
  border-bottom: 2px solid var(--org);
  border-radius: 2px;
   visibility: hidden; 
  transition: all .3s linear;
  box-shadow:  0 0 20px rgba(0,0,0,.15);
  
}

 .rs-menu  ul li:hover .sub-menu{
  position: absolute;
  top: 50px; 
  gap: 1rem;
 
  visibility: visible;
}  

.rs-menu  ul .sub-menu .sub-menu{
  position: absolute; top: -20px;
   background-color: transparent;
  box-shadow: none;
  border: none;
  visibility: hidden!important; 
 
}

.rs-menu  ul .sub-menu li:hover .sub-menu{
  top: -20px!important;
}

.rs-menu  ul .sub-menu li:hover .sub-menu li{
  visibility: visible!important;
  transition: all .0s linear!important;
  /* top: 50px; */
}

.rs-menu  ul .sub-menu li:hover .sub-menu li a{
   visibility: visible; 
  transform: translateY(0px)!important;
}

.rs-menu  ul .sub-menu .sub-menu li{
  background-color: #fff;
  margin-left: 5px!important;
  margin-bottom: 0px!important;
  padding: 6px 10px!important;
  visibility: hidden!important; 
  transition: all .2s linear!important;
  transform: translateY(-20px);
}

.rs-menu  ul .sub-menu .sub-menu li a{
  visibility: hidden;
  transition: all .1s linear!important;
}

.rs-menu  ul .sub-menu li{
   visibility: hidden; 
  padding: 5px 10px!important;
  margin: 0px!important;
  margin-bottom: 5px!important;
  display: block!important;
  
}

.rs-menu  ul li:hover .sub-menu li{
  visibility: visible;
  
}


.rs-menu ul ul li {
  padding: 5px 10px;
  display: block;
  visibility: visible; 
}

.rs-menu ul ul li a {
 font-size: 13px!important;
 color: var(--blue)!important;
 font-family: var(--roboto);
 text-transform: uppercase!important;
 display: inline;
  
}

.rs-menu ul ul li a:hover {
  font-size: 13px!important;
  color: var(--color-2)!important;
  font-family: var(--kanit-rg);
  text-transform: uppercase!important;
  display: inline;
   
 }


.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  position: relative!important;
  padding-bottom: 0px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li::before {
 content: '';
 width: 30%; height: 1.5px;
 background-color: var(--color-1);
 position: absolute; bottom: 0px;
 left: 0px;
 opacity: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:hover::before {
  content: '';
  width: 90%; 
  left: 0px;
  opacity: 1;
  transition: all .3s linear;
 }



.vertical {
  animation: none!important;
}






.menu-section{
  position: relative;
  padding: 10px 5%;
  
 }

 .menu-section .menu-area{
 border-radius: 0px;

 }



 .sticky .menu-section {
  padding: 0px 0%;
  position: relative;
 
}

.sticky .menu-section .menu-area {
  border-radius: 0px!important;
}








/* top-bar-start */





.dot-content{
  display: none!important;
} 

.full-width-header .rs-header.header-transparent{
  position: relative;
}




.rs-header a{
  text-transform:none!important;
  color: #fff;
}

/* .bar{
  display: none!important;
} */












/* ---------------------------------- */

/* slider-start */
/* .rs-slider{
  z-index: -1;
} */


.main-slider{
  background-color: #2d1e16;
  width: 100%;
  padding: 70px 5%;
}

.main-slider .banner-log{
  width: 150px;
  margin-bottom: 40px;

}

.main-slider .auto-container{
  max-width: 1500px;
  margin: 0 auto;
}

.main-slider .carousel-caption{
  position: relative!important;
  left: 0px;
  text-align: left;
  /* bottom: 30%!important; left: 30%;
  text-align: left!important;
  width: 45%; */
}



.main-slider .carousel-inner  .carousel-caption{
  display: block!important;
  opacity: 1!important;
}

.main-slider .carousel-caption h5{
  font-family: var(--rob-bd);
  color: #fff;
  font-size: 60px;
  animation-name: maintitle;
  animation-duration: 4s;
  transition: all .2s ease;
  /* font-weight: 700; */
  margin-bottom: 1.5rem;
}

.main-slider .sld-right .inner{
  display: flex; align-items: flex-start;
  justify-content: flex-end;
}

.main-slider .sld-right .inner img{
  /* transform: translateY(-60px); */
  animation-name: mob;
  animation-duration: 4s;
  transition: all .2s ease;
 
}


@keyframes mob {
  from {
    opacity: 0;
    transform: translate(60px, 0px); /* Move from right and maintain vertical shift */
  }
  to {
    transform: translate(0px, 0px); /* Settle into the final position */
    opacity: 1;
  }
}

/* .sld-read{
  margin-top: 1.5rem;
} */

.sld-read{
  display: block;
  /* margin-top: 2rem; */
}




@keyframes maintitle {
  from {
        opacity: 0;
        transform: translateX(-60px);
      }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

/* 
.main-slider .carousel-caption h3{
  font-family: var(--pop-rg);
  font-size: 20px;
  margin: 20px 0px;
  color: #fff;
  animation-name: maintitle2;
  animation-duration: 4s;
  transition: all .2s ease;
} */


.sld-read a{
  font-size: 16px;
  color: #fff;
  font-family: var(--pop-rg);
  background-color: var(--cl4);
  padding: 10px 20px;
  animation-name: maintitle2;
  animation-duration: 4s;
  transition: all .2s ease;
}

.sld-read a:hover{

 color: #fff;
 background-color: var(--color-1);
 transition: all .2s linear;
}

@keyframes maintitle2 {
  from {
        opacity: 0;
        transform: translateX(60px);
      }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

.main-slider .carousel-caption p{
  font-family: var(--roboto);
  font-size: 16px!important;
  color: #dad8d8!important;
  animation-name: maintitle3;
  animation-duration: 4s;
  transition: all .2s ease;
  margin: 0px 0px 2rem 0px!important;
}


@keyframes maintitle3 {
  from {
        opacity: 0;
        transform: translateX(-60px);
      }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}







.main-slider .carousel-caption p{
  font-family: var(--pop-rg);
  color: #000;
  font-size: 20px;
  margin-bottom: 2rem;
  animation-name: slsubtitle;
  animation-duration: 4s;
  transition: all .2s ease;
}

@keyframes slsubtitle {
  from {
        opacity: 0;
        transform: translateY(10px);
      }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.main-slider .carousel-caption .al-enqure {
  /* font-family: var(--roboto);
  color: #fff;
  font-size: 16px;
  background-color: var(--color-3);
  padding: 12px 25px; */
  animation-name: sllink;
  animation-duration: 4s;
  transition: all .2s ease;
}

@keyframes sllink {
  from {
        opacity: 0;
        
      }

  to {
    opacity: 1;
    
  }
}


.main-slider .carousel-indicators div {
  width: 15px; height: 15px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
}

.main-slider .carousel-indicators  {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.main-slider .carousel-indicators .active {
  background-color: #fff;
}



/* ----------------------------- */




/* about------------------------- */

.al-about {
   position: relative;
  overflow: hidden;
}

.al-about .img{
 position: absolute;
 top: 0px; left: 0px;
 width: 100%;
 z-index: -1;
}

.al-about .ab-content .desc{
  max-height: 140px;
  overflow: hidden;
}

.al-about .img::before{
  content: '';
  position: absolute;
  top: 0px; left: 0px;
  width: 100%; height: 100%;
 
  /* rgb(28 45 49) */
  background-color: rgba(53, 34, 25,.5);
  z-index: 1;
 }

.al-about .ab-content {
  padding: 60px 8%;
}

.al-about .ab-content h3{
  font-size: 18px;
  font-family: var(--pop-rg);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.al-about .ab-content h4{
  font-size: 35px;
  font-family: var(--lato);
  color: #fff;
  margin-bottom: 15px;
}

.al-about .ab-content p{
  font-size: 16px;
  font-family: var(--lato);
  color: #fff;
  /* margin-bottom: 15px; */
}

.al-about .ab-content .ab-btn{
  display: flex; align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.al-about .ab-content .ab-btn a{
    padding: 6px 25px;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    font-family: var(--lato);
    border-radius: 10px;
}

.al-about .ab-content .ab-btn a:hover{
  background-color: var(--color-1);
  color: #fff;
  transition: all .2s linear;
}

/* ----------- */


/* --------------al-blogs-------------- */



/* --------------al-blogs-------------- */

.al-blogs-indx{
  padding: 30px 10%;
}

.al-blogs-indx .row{
 justify-content: center;
}

.bl-head h3{
  font-size: 22px;
  color: #000;
  font-family: var(--lato);
  margin-bottom: 2rem;
}

.al-blogs-indx .blog-content .each-blog img{
  width: 100%;
}

.al-blogs-indx .blog-content .each-blog:hover .item{
 transform: translateY(10px);
 transition: all .2s linear;
}

.al-blogs-indx a{
  text-decoration: none;
}

.al-blogs-indx .blog-content p{
  font-family: var(--lato);
  color: #000;
  margin-top: 10px;
}

.al-blogs-indx .bl-btn{
  margin-top: 1rem;
}

.al-blogs-indx .bl-btn a{
    background-color: #192427;
    color: #fff;
    font-size: 16px;
    font-family: var(--lato);
    text-transform: uppercase;
    padding: 10px 30px;
}

.al-blogs-indx .bl-btn a:hover{
  background-color: var(--color-1);
  transition: all .2s linear;
}

/*  */



/*****************
==========================
Blogs ------------------
==========================
**************** */

.al-blogs .blog-item{
  padding: 20px 0px;
  margin: 15px 0px 15px 0px;
}

.al-blogs .blog-item{
  padding: 0px 20px;
  margin: 1rem 0px;
}

.al-blogs .blog-item .item{
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  min-height: 280px;
}

.al-blogs .blog-item .item:hover{
  transform: translateY(10px);
  transition: all .2s linear;
  box-shadow: none;
}

.al-blogs .blog-item .item .blog-content{
  padding: 20px 20px 30px 20px;
}

.al-blogs .blog-item .blog-img img{
  width: 100%;
}

.al-blogs .blog-item .item .blog-content h2{
 font-size: 22px; color: #000;
 font-family: var(--roboto);
}
 
.al-blogs .blog-item .item .desc{
  max-height: 105px; overflow: hidden;
}

.al-blogs .blog-item .item .desc p{
  font-size: 15px;
}

.al-blogs .blog-item .read-btn{
  background-color: var(--color-1);
  display: inline-block; padding: 3px 15px;
  font-size: 16px; color: #fff;
}

.al-blogs .blog-item .read-btn:hover{
 background-color: var(--cl5)!important; transition: all .2s linear;
}






/*  */


/* blog-page----------------------------- */

.al-blogs{
  padding: 50px 7%;
}

.al-blogs .row{
 justify-content: center!important;
}

.al-blogs .main-link{
  display: block!important;

}

.al-blogs .main-link img{
 width: 100%;

}



.al-blogs .blog-item .item{
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.al-blogs .blog-item .item h2{
  font-size: 18px;
  color: #192427;
  font-family: var(--pop-rg);
}

.al-blogs .blog-item .item p{
  font-size: 16px;
  color: #333;
  font-family: var(--pop-rg);
}

.al-blogs .blog-item{
  margin: 20px 0px;
}

.al-blogs .blog-content{
  padding: 5px 25px 20px 25px;
}

.al-blogs .desc{
  max-height: 120px;
  overflow: hidden;
}

.al-blogs .blog-btn{
  margin-top: 1rem;
}

/* .al-blogs .blog-btn a{
 color: #192427;
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap: 10px;
} */

/* .al-blogs .blog-item .item:hover a{
  color: var(--color-1);
 } */

 .al-blogs .blog-item:hover .item{
  transform: translateY(-10px);
  transition: all .3s linear;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
 }

.al-blogs .blog-item .item:hover span{
  animation-name: redirection;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
 }

 @keyframes redirection {
  from { opacity: 1; transform: translateX(0px);}
  to {opacity: 1; transform: translateX(20px);}
}
/* al-parters--------------------- */

.al-products{
  overflow: hidden;
}

.txt-fld{
  padding: 40px 5%;
  background-color: #f8f4f0;
}

.txt-fld .pr-shape .inner-img .img-shape{
  width: 450px; height: 500px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  overflow: hidden;
}

.txt-fld .pr-shape .inner-img .img-shape img{
 width: 100%;
 overflow: hidden;
}


.txt-fld .pr-right{
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.txt-fld .pr-right h4{
  font-family: var(--sparta-rg);
  font-size: 36px;
  color: #000;
}

.txt-fld .pr-right p{
  font-family: var(--sparta-rg);
  color: #000; font-size: 18px;
}

.txt-fld .pr-btn{
  margin-top: 2rem;
}

.txt-fld .pr-btn a{
  padding: 10px 15px;
  background-color: var(--color-1);
  color: #fff;
  font-family: var(--sparta-rg);
  font-size: 16px;
}


.txt-fld .pr-btn a:hover{
  background-color: var(--cl5);
  transition: all .2s linear;
}

.auto-container{
  max-width: 1500px;
  padding: 0px 5%;
  margin: 0 auto;
}

.al-products .all-pro{
  position: relative;
  padding: 50px 5% 30px 5%;
}

.al-products .procon{
  background-color: #fff!important;
  padding: 5rem 5%;
}

.al-products .owl-carousel .owl-stage-outer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.req-call{
  display: flex; align-items: center;
  justify-content: center; gap: 4rem;
  max-width: 1100px; flex-wrap: wrap;
  margin: 0 auto;text-align: center;
}

.req-call p{
  font: 500 19px/1.2 var(--pop-rg);
  color: #000;margin: 0px;
}

.req-call a{
  background-color: var(--color-1);
  color: #fff;
  font-family: var(--pop-rg);
  padding: 10px 20px;
}

.req-call a:hover{
  background-color: var(--cl5);
  color: #fff;
 transition: all .2s linear;
}

.al-products .pro-wel {
  margin-bottom: 2.5rem;
  margin-top: 3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;gap: 20px;
}

.al-products .pro-wel h3{
  font: 500 23px/1.3 var(--pop-md);
  color: var(--color-1);
}

.al-products .pro-wel .line{
  display: block;
  width: 120px; height: 1px;
  background-color: var(--color-1);
}

.al-products .owl-controls{
  position: absolute!important; 
  top: 40%;
  left: 0px; 
  width: 100%;
  height: 100%;
  /* padding: 0px 5%; */
}

.al-products .owl-controls i{
 color: var(--color-1);
 font-size: 30px;
}

.al-products .owl-nav{
  display: flex!important;
  justify-content: space-between!important;
  align-items: center;
}

.al-products .owl-nav .owl-prev{
  transform: translateX(-60px);
}

.al-products .owl-nav .owl-next{
  transform: translateX(60px);
}

.al-products .top-desc h1{
  font-size: 30px;
  color: #161616;
  font-family: var(--pop-md);
  margin-bottom: 1rem;
}

.al-products .top-desc p{
  font-size: 16px;
  color: #333;
  font-family: var(--pop-rg);
  margin-bottom: 2.5rem;
}

.al-products .item .inner  a{
  display: block!important;
  width: 100%;
  z-index: 10000;
}

.al-products .item:hover .inner{
  transform: translateY(10px);
  transition: all .2s linear;
}

.al-products .owl-controls{
  z-index: -1;
}

.al-products .item .inner  img{
 width: 100%;
}

.al-products .item .inner  .img{
  /* border: .5px solid #000; */
  /* border-radius: 10px; */
  overflow: hidden;
  max-height: 300px;
 }

.al-products .item .inner  h2{
  font-size: 18px; color: var(--color-1);
  font-family: var(--sparta-rg);
  margin: 15px 10px; display: block;
 }

 .al-products .item:hover .inner  h2{
  color: var(--cl5);
  transition: all .2s linear;
 }

 

 .al-products .item .title{
  /* padding: 10px 0px; */
  box-sizing: border-box;
 }


/* --------------- */


/* services---------------------------------- */
.al-services{
  padding: 20px 5%;
}

.al-services .item a{
  display: block!important;
  width: 100%;
}

.al-services .item a .inner-item{
  background-color: #cccccc;
}

.al-services .item a .inner-item img{
 width: 100%;
}

.al-services .item a .inner-item .content{
  padding: 15px;
 }

 .al-services .item a .inner-item .content h4{
  font-size: 18px;
  font-family: var(--pop-rg);
  margin: 0px;
 }

 .al-services .desc{max-height: 52px; overflow: hidden;}

 .al-services .item a .inner-item .content p{
  padding: 0px; margin: 0px;
  font-size: 14px;
  font-family: var(--pop-rg);
  color: #000;
 }

 .al-services  .inner-item:hover{
    transform: translateY(10px);
    transition: all .2s linear;
 }
/* -------------- */


/* client---------page--------------- */

.client-page .row{
  justify-content: center;
}

.client-page .row .item{
  padding: 0px 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.client-page .row .item img{
  width: 100%; object-fit: cover;
  object-position: center;
}

/* --------------------- */

/* --------------------project-page----------- */

.project-page{
  padding: 30px 10%;
}

.project-page .row{
  justify-content: center;
}

.project-page .row .project{
  padding: 0px 10px;
  margin-bottom: 1rem;
}

.project-page .row .project a{
  display: block!important;
  width: 100%;
}

.project-page .row .project:hover .img{
  transform: translateY(6px);
  transition: all .2s linear;
}

.project-page .row .project .img{
  border-radius: 10px;
  overflow: hidden;
}

.project-page .row .project img{
  width: 100%; object-fit: cover;
  object-position: center;
}

.project-page .row .project .img h3{
  font-size: 22px; font-family: var(--lato);
  color: #fff;
  font-weight: normal;
}

.project-page .row .project .dets{
  background-color: #1d2d31;
}

.al-gallery{
  padding: 30px 10%;
}

.gal-back{
  padding: 5rem 10% 0px 10%;
}

.gal-back a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.gal-back a:hover{
  transform: translateX(-10px);
  transition: all .2s linear;
}

.gal-back a:hover i{
  color: var(--color-1);
  transition: all .2s linear;
}

.gal-back a:hover span{
  color: var(--color-1);
  transition: all .2s linear;
}

.gal-back i{
  font-size: 25px;
  color: #000;
}

.gal-back span{
  font-size: 20px;
  color: #000;
  font-family: var(--lato);
  line-height: 0;
}

.al-gallery img{
  width: 100%; object-fit: cover;
  object-position: center;
}

.al-gallery .gal-items{
  /* max-height: 150px;
  min-height: 150px; */
  overflow: hidden;
  /* margin-bottom: 20px; */
  padding: 10px!important;
}

.al-gallery .row{
  justify-content: center;
}

/* ------------ */






/* product-page------------------------------------- */

.pro-page{
  padding: 20px 5%;
}

.pro-page img{
  width: 100%;
}

.serv-serv{
  padding: 0px 0%!important;
  margin: 1.5rem 0px;
}



/* ------------------- */





/* service-page---------------------------------------------- */
.serv-page{
  padding: 10px 10%;
  margin:3rem 0px;
}

.serv-page .serv-row .al-item{
  padding: 10px 10px;
  margin-bottom: 2rem;
}

.serv-page .serv-row{
  justify-content: center!important;
}

.serv-page .serv-row .al-item .item-inner{
   /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff; */
  overflow: hidden;
  /* border-bottom: 4px solid var(--color-2); */
  /* min-height: 290px; */
  /* border-radius: 20px; */
}

.serv-page .serv-row .al-item .item-inner .item-content{
  padding: 18px; 
  /* display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; */
 
}

.serv-page .serv-row .al-item .req-btn{
  background-color: #000;
  color: #fff;text-align: center;
  font-size: 14px; font-family: var(--pop-rg);
  padding: 6px 0px;
}

.serv-page .serv-row .al-item .req-btn:hover{
 background-color: var(--color-1);transition: all .2s linear;
}

.serv-page .serv-row .al-item .item-inner .pro-con{
  border-bottom: solid 2px #00000021;
  border-radius: 5px;
  background-color: #fff;
}

.serv-page .serv-row .al-item .item-inner  img{
  width: 100%; object-fit: cover;
  object-position: center;
}

.serv-page .serv-row .al-item .item-inner .item-content h1{
  font-size: 18px;
  font-family: var(--pop-rg);
  color: #000;
  line-height: 1.2;
  color: var(--color-1);
}

.serv-page .serv-row .al-item .item-inner .item-content .descs p{
    color: #000; 
    display: -webkit-box;
    -webkit-line-clamp: 2;       
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.serv-page .serv-row .al-item .item-inner .item-content .descs p:first-child{
   display: none;
}

.serv-page .serv-row .al-item .item-inner .item-content .serv-btn{
  position: relative; margin: 1.5rem 0px 10px 0px;
}

.serv-page .serv-row .al-item .item-inner .item-content .serv-btn a{
  background-color: var(--color-3);
  color: #fff;
  padding: 8px 15px;
}

.serv-page .al-item:hover .item-inner{
  transform: translateY(-5px);
  transition: all .2s linear;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
/* ------------ */







/* end----------------- */

/* banner-start */
.banner{
  position: relative;
  /* padding-top: 130px; */
  background-size: cover;  
  background-position: center center;
  background-repeat: no-repeat;
  /* display: flex; align-items: center;
  justify-content: flex-start; */
  padding: 8.7% 5%;
}

.banner h3{
  font-family: var(--pop-md)!important;
  font-weight: normal!important;
  font-size: 40px;
}
/* --- */




.about-page{
  padding: 1rem 6%;
  min-height: 250px;
 

}


.about-page p{
  font-size: 16px;
  font-family: var(--roboto);
  color: #000;
}




/* contact-page-start */
/* consultation-section-start */

.consultation-bg {
  background-image: url(../images/banner.jpg)!important;
  background-size: 100%;
 
  background-repeat: no-repeat;
}

.consultation-bg a{
  color: #000;
  font-family: var(--roboto);
}

.consultation-bg a:hover{
  color: var(--blue)!important;
}
.consultation-bg span:hover{
  color: var(--blue)!important;
}

.consultation-bg span{
  color: #000;
  font-family: var(--roboto-md);
  font-size: 14px;
}

.rs-contact h3{
  color: #fff!important;
  font-family: var(--roboto);
  letter-spacing: 1.2px;
}

.grey-baground{
  background-color: #fbfcfa;
  height: 13rem;
  margin-top: -30px;
}
.wel-image {
  height:50px;
  width:50px;
}

.rs-contact .cont-container{
  padding: 0px 5%;
}

.request-form{
  margin-top: -10rem;
  margin-bottom: 2rem;
}

.request-form .ft-item{
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap: 10px;
}

.request-form .ft-item i{
  color: #ffff;
  font-size: 17px;
 }

 .request-form .ft-item p{
  color: #ffff;
 }

 .canvas-contact .ft-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
  margin: .5rem 0px;

 }

 .canvas-contact .ft-item i{
  color: #ffff;
  font-size: 20px;
 }

.request-form .form-control{
  display: block;
  width: 100%;
  padding: 10px 10px!important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--lato);
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:0px!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.request-form .wel-container{
  padding:10px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onli-btn a{
  background-color: #322d9c;
  color: #ffff!important;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  transition: all .3s linear;
}

.onli-btn a:hover{
  background-color: #000;
  color: #ffff!important;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  transition: all .3s linear;
}

.al-time{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.al-time p{
 color: #000;
 padding: 0px!important;
 margin: 0px!important;
 line-height: 0px!important;
 font-size: 14px!important;
 /* transform: translateY(10px); */
}

.onli-btn{
  display: block;
  margin-top: 35px;
  padding-left: 10px;

}

/* .onli-btn{
  margin-bottom: 2rem;
} */
/* .al-req-form{
  width: 40%;
} */
.request-form label{
  color:#000;
}
.request-form .radio{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  margin-bottom: 10px;

}

.request-form .radio .form-control{
  border:none;
  
}

.request-form p{
  color: #000;
}

.form-heading{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.form-heading h1{
  color:var(--color-1);
  font-size: 22px;
  font-family: var(--pop-rg);
  line-height: 10px;
  margin-bottom: 40px;
}

.request-form .btn{
    background-color: var(--color-1);
    color: #fff;
    font-size: 14px;
    padding: 6px 25px;
    border-radius: 0px;
    font-family: var(--roboto);
}

.request-form .btn:hover{
  background-color: var(--cl5);
  transition: all .2s linear;
}

.con-container{
  /* background-color: #322d9c; */
  padding: 50px 40px;
  /* background-image: url(../images/onlineleft.jpg); */
  /* background-repeat: no-repeat; */
  background-color: #f5f5f5;
}



.offline-btn{
  border: 1px solid #ffff;
  padding: 10px 0px ;
  display: block;
  color: #ffff;
  transition: all .3s linear;
  /* display: block; */
  margin-top: .5rem;
}

.offline-btn:hover{
  border: 1px solid #ffff;
  background-color: #ffff;
  color: #000;
}

.con-container .content{
  text-align: left;
}


.al-con-addr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 1.3rem;
}

.al-con-addr a:hover{
  color: var(--cl4)!important;
  transition: all .2s linear;
}


.al-con-ph{
  align-items: flex-start!important;
}

.al-con-ph #ph-icon{
  transform: translateY(10px)!important;
  color: #222;
  font-size: 15px;
}

.con-container .al-mail a{
  color: #222;
}

.con-container .al-addr{
  display: flex;
  align-items: flex-start!important;
}

.con-container .al-addr i{
  color: #fff;
  font-size: 18px;
  margin-top: 6px;
}

.con-container  span{
  color: #222;
  font-size: 16px!important;
  font-family: var(--lato);
}

.con-container .al-addr p{
  color: #222;
  font-size: 16px!important;
  font-family: var(--pop-rg);
}

.request-form .al-phone{
  margin-top: 1.4rem;
}

.al-con-addr h4{
  color: #ffff;
  font-size: 14px;
  font-family: var(--pop-rg);
}

.con-container .content h3{
  color: #222;
  font-size: 22px;
  margin-bottom: 0px!important;
  font-family: var(--pop-rg);
  
  
}

.online-desc p{
   color: #000;
}


.al-req-form{
  padding: 48px 48px 5px 48px;
  background-color: #ffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.consultation-form{
  padding: 0px 0 0 6%;
}
/* --------------------- */



/*********
=======================================
enquiry----------------
=======================================
**********/

.enquiry-banner{
  padding: 70px 6%;
  background-color: #f7f7f7;
}

.enquiry-banner h1{
 font-size: 35px;
 font-family: var(--pop-rg);
 color: #000;
  animation-name: enqtitle1;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}



@keyframes enqtitle1 {
  from {transform: translateY(-30px); opacity: 0;}
  to {transform: translateY(0px); opacity: 1;}
}

.enquiry-banner span{
  color: var(--color-1);
 }

 .enquiry-banner h2{
  font-size: 32px;
  color: var(--color-1);
  font-family: var(--pop-rg);
  animation-name: enqtitle2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
 }

 @keyframes enqtitle2 {
  from {transform: translateX(-30px); opacity: 0;}
  to {transform: translateX(0px); opacity: 1;}
}

.enquiry-page{
  padding: 80px 12%;
}

.enquiry-page .frm-input{
  width: 100%!important;
 padding: 10px 15px;
 font-family: var(--pop-rg);
 border: 1px solid #dfdfdf;
 color: #828282;
 font-size: 16px;
}

.enquiry-page select{
  width: 100%!important;
 padding: 10px 15px;
 font-family: var(--pop-rg);
 border: 1px solid #dfdfdf;
 color: #828282;
 font-size: 16px;
}

.enquiry-page textarea{
 max-height: 248px;
}

.enquiry-page .frm-btn{
  text-align: end;
  margin-top: 2rem;
}

.enquiry-page .frm-btn input{
  background-color: var(--color-1);
  padding: 8px 60px!important;
  color: #fff;
  font-size: 16px;
}

/* about-page-start */



.light-gray{
  background-color: #fbfcfa;
}

/* -------------- */

/* news-start */

.news-cotainer .title a{
  color: #000;
  font-size: 20px;
  font-family: var(--roboto);
  line-height: 30px;
}

.news-cotainer .title {
  margin-bottom: 1rem;
}

.news-cotainer .discover{
  color: #fff;
  font-family: var(--roboto);
  background-color: var(--blue);
  padding: 8px 15px;
  transition: all .3s linear;
}

.news-cotainer .discover:hover{
  color: #fff;
  background-color: var(--red);
  padding: 8px 15px; 
}

.news-titile{
  font-size: 16px!important;
  color: var(--blue);
  margin-top: .5rem;
  font-family: var(--roboto);
}

.news-titile a{
  display: inline-block;
  font-size: 18px!important;
  line-height: 28px!important;
  color: var(--blue);
  font-family: var(--roboto);
}

/* ---------------- */




.page-topbar a{
  margin-right:10px;
  
}

.page-topbar .text-container{
 color:#fff;
}



.page-topbar .hometop-titil{
  margin-left:10px;
  display:inline-block;
  
}

.page-topbar .home-top{
  color:#fff;
  font-weight:bold;
}

.page-topbar .home-top:hover{
  color:#000000;
}

.page-topbar .inner-page{
  color:#000000;
}
.page-topbar .inner-page:hover{
  color:var(--org);
}


.topbar{
  display: flex;
  align-items: center;
}

.top_mimage { display:none; }



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color:#cc0001;
  overflow-x:hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a h5{
    color:#ffffff;
    font-size: 20px;
  }

.sidenav a {
  padding: 8px 8px 2px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}



.sidenav a:hover {
  color: #330033;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-right: 20px;
}

#main {
  transition: margin-right .5s;
  padding: 16px;
}




.sl-button .btn{
  font-size: 20px;
  background:none;
  color: #000000;
  padding: 7px;
  border: 1px solid black;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: all .5s linear;
} 
.sl-button .btn:hover{
 background-color: #000000;
 color: #ffffff;
} 





/* index-contact-start */
.al-contact{
  margin-bottom: 4rem;
}
.al-contact img{
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: 0.4s; 
}

/* .awesome-img img {
  transform: scale(1.1);
  transition: 0.4s; 
} */

.al-contact .inr-container{
  position: relative;
  height: 300px;
}

.al-contact .inr-container:hover img{
  transform: scale(98%);
  
}

.al-contact .inr-container .cont-content{
  position: absolute;
  top: 20%;
}

.al-contact .inr-container .cont-content a{
  padding: 10px 20px;
  background-color:#ec6365;
  border-radius: 4px;
  font-size: 16px;
  color: #ffff;
}

.al-contact .inr-container .cont-content h1{
  font-size: 25px;
  color: #bc3b59;
}
/* index-contact-end */



.ser-content{
  text-align: center;
}

.ar-content .ser-box h1{
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 29px;
}

.ar-content a:hover{
  transform: translateY(15px);
  transition: all .5s linear;
}

.mr-vision{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgb(89, 87, 87);
  padding: 15px 10px;
  border-radius: 6px;
}

/* .al-mlocation{
  margin-top: 2rem;
} */

/* end */


/* news-section-start */
.rs-main{
  padding: 0px 7%;
  margin-top: 5rem;
  margin-bottom: 8rem;
}

.rs-news{
  margin-top: 2rem;
  margin-bottom: 1.2rem;
}
.rs-news h1{
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.news-head{
  position: relative;
}

.news-head::before{
   content: '';
   position: absolute;
   bottom: 0px;
   width: 4rem;
   height: 3px;
   background-color: red;
}

 .rs-news .row{
  display: flex;
  align-items:flex-start;
  justify-content: center;
 }

 .rs-news .row .blog-items{
  background-color: #ffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 15px;
 }
 .rs-news .row .blog-items IMG{
 width: 100%;
 height: 300px;
 }
 .rs-news .row .blog-items:hover{
  transform: translateY(15px) ;
  transition: all .5s linear;
 }
 .blog-desc{
  margin-top: 1rem;
}
.blog-desc .news-title a{
  font-size: 16px;
  color: #000000;
}


.rs-inner-blog {

 margin-bottom: 2rem;
}
/* news-section-end */



 .item-cont-new{
  overflow: hidden!important;
  position: relative!important;
 }
 
 /* footer-start */

.al-footer{
  background-color: #eeeeee;
}
 
.mx-container{
  max-width: 1200px;margin: 0 auto;
}

.al-footer .ft-top{
  background-color: #3f3f3f;
  padding: 15px 0px;
}

.al-footer .ft-top h3{
  font-size: 16px;color: #fff;
  font-family: var(--roboto);
  margin: 0px;font-weight: normal;
}

.al-footer .ft-con-sec{
  padding: 20px 0px;
}

.ft-con-sec .row{
  justify-content: center!important;
}

.ft-con-sec .con-item .inner{
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  display: flex;align-items: center;
  justify-content: center; flex-direction: column;
  gap: 10px; 
}

.ft-con-sec .con-item .inner p{
 padding: 0px!important;margin: 0px!important;
 font-family: var(--roboto); font-size: 17px;
 color: #7a7b6d;
}

.ft-con-sec .con-item .inner .title{
  position: relative;
  padding: 3px 0px;
}
.ft-con-sec .con-item .inner .title::before{
  content: '';
  position: absolute; bottom: 0px; left: 50%;
  transform: translateX(-50%);width: 60px;
  height: 1px; background-color: #7a7b6d;
}

.ft-con-sec .con-item .inner a{
  display: flex; align-items: center;
  justify-content: center;gap: 8px;
  text-decoration: none; font-size: 16px;
  font-family: var(--roboto);color: #333;
  margin-top: 5px;
}

.ft-con-sec .con-item .inner a:hover{
 color: var(--cl5);
 transition: all.2s linear;
}

.ft-con-sec .con-item .inner i{
  display: flex; align-items: center;
  justify-content: center;gap: 8px;
  text-decoration: none;
}

.al-footer .ft-dtls{
  background-color: #fff;
  padding: 20px 0px;
}

.al-footer .ft-dtls .addr h3{
  color: #222; font-size: 20px;
  font-family: var(--roboto);
}

.al-footer .social{
  display: flex;justify-content: end;
  gap: 15px;
}

.al-footer .social a{
  display: flex;align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid #333;
  color: #333;
}

.al-footer .social a:hover{
  background-color: var(--cl5);
  border: none; color: #fff;
  transition: all .2s linear;
}

.ft-bot .ft-con-link a{
  text-decoration: none!important;
  color: #7a7b6d; font-size: 16px;
  border-bottom: 1px solid #7a7b6d;
  font-family: var(--roboto);
  padding: 1px 0px;
}

.ft-bot .ft-con-link a:hover{
  color: var(--cl5); 
  border-bottom: 1px solid var(--cl5);
  transition: all .2s linear;
}

.copy-rht p{
  padding: 0px!important;
  margin: 5px 0px 0px 0px!important;
  color: #7a7b6d; font-size: 15px;
}
.copy-rht p a{
  color: #7a7b6d; font-size: 15px;
}

.copy-rht p a:hover{
  color: var(--cl5);
  transition: all .2s linear;
}

.con-iframe{
  margin-top: 3rem;
}

.con-iframe iframe{
  width: 100%;
  height: 450px;
  filter: grayscale(100%);
}

.con-iframe iframe:hover{
  filter: grayscale(0%);
  transition: all .2s linear;
}

@media (max-width:1200px){

  .heder-mn{
    display: block!important;
  }

  .txt-fld .pr-shape .inner-img .img-shape {
   max-width: 100%;
  }


  .al-footer .ft-top{
    padding: 15px 5%;
  }

  .al-footer .ft-con-sec {
    padding: 20px 5%;
  }

  .al-footer .ft-dtls {
    padding: 20px 5%;
  }

  .ft-bot{
    padding: 20px 5%;
  }

  
}


 @media(max-width:992px){


  
  .hd-menu{
    display: none!important;
  }
  
  

  .full-width-header .dot-content{
    display: block!important;
  }

  .right_menu_togle.mobile-navbar-menu {
    display: block!important;
}

.full-width-header .rs-header.header-home5-style .expand-btn-inner ul .humburger {
    display: block!important;
}

.full-width-header .menu-responsive{
  display: none!important;
}

.full-width-header .rs-header .menu-area .row-table {
  justify-content: space-between;
  flex-direction: row;
  /* gap: 10px; */
}

.full-width-header .social {
  position: absolute;
  right: 5%;
  top: 10px;
  z-index: 888;
}

.menu-section {
  position: relative;
  padding: 20px 5% 10px 5%;
}

.sticky {
  background: #fff;
  color:#000;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: fixed;
  padding: 10px 5% 10px 5%;
}



.sticky-logo{
  display: block!important;
}


.al-about .ab-content .desc{
  max-height: 260px;
  overflow: hidden;
}

.al-products .top-desc h1 {
  font-size: 28px;
  
}



}

@media screen and (max-height: 450px) {
/* .rs-slider { display:none;} */
	.disimage {margin-top:100px;} 

  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Sidebar */

.about-front{
  background-color: #ffffff;
}

/* .about-us{
  color: #000000;
  font-family:'Oswald';
  font-size: 25px;
  font-weight: 400 !important;
} */

.about-title{
  color: #cc0001 !important;
  font-weight: 600 !important;
  font-size: 35px;
  padding-top:-50px;
  
}

.service-front{
  background-image: url(../images/top_about_us.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}

.choose-bg {

  background-image: url(../images/choose-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1920px auto;

}


.choose-title{
  font-weight: 500 !important;
  font-size: 32px;
}





.wel-image {
  height:50px;
  width:50px;
}

/* gallary-page-start */
.gallery-head{
  padding: 20px 0px;
}
.gallery-head h3{
  /* font-size: 25px; */
  font-size: 28px;
  font-family: 'RobotoCondensed-Light';
  color: #000;
  /* text-transform: uppercase; */
  /* font-family: 'RobotoCondensed-Regular'; */
  letter-spacing: 1px;
}




/* gallery-page-end */





/* whatsapp */
/***Whatsapp icon***/
.floating{
  position:fixed;
  width:50px;
  height:50px;
  bottom:50px;
  left:30px;
  background-color:var(--color-1);
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #31333e;
  z-index:10000;
}

.floating:hover{
  background-color:#25d366;
}

.float-button{
  margin-top:10px;
  color:#FFFFFF;	
}


/* --------------- */

.floating-call{
  position:fixed;
  width:50px;
  height:50px;
  bottom:110px;
  left:30px;
  background-color:var(--color-1);
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:25px;
  box-shadow: 2px 2px 3px #31333e;
  z-index:10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-call:hover{
  background-color:#000;
}

.floatclall-button{
  /* margin-top:10px; */
  color:#FFFFFF;	
}
/***Whatsapp icon***/


@media only screen and (max-width: 1200px) {
  .al-products .owl-carousel .owl-stage-outer {
    display: block;
    
}
  
}



@media only screen and (max-width: 992px) {


  
 .main-slider .sld-right{
  display: none;
 }

  
.main-slider .carousel-caption h5{
  font-size: 40px;
  font-family: var(--pop-md);
}


.main-slider .carousel-caption h2{
  font-family: var(--pop-rg);
  font-size: 25px;
  color: #fff;
  animation-name: maintitle3;
  animation-duration: 4s;
  transition: all .2s ease;
}

.al-products .top-desc p {
  font-size: 16px;
}

/* .al-products {
  padding: 20px 13%;
} */

.al-products .owl-controls {
  top: 35%;
}

.al-products .owl-controls i {
  font-size: 30px;
}



.pr-btn {
  margin-top: 1rem;
}

  /* .dot{
    display: block;
  } */
  .content-pr{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0px 5%;
  }
  
  

   .bar{
    display:flex!important;
  } 

 

.serv-item{
  /* padding: 3rem 8%; */
  background-image:none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}



.boar-bg {
  transform: translateY(0px);
}


.enquiry-banner h1 {
  font-size: 25px;
  margin: 0px;
  line-height: 1.5;
}

.enquiry-banner h2 {
  font-size: 23px;
}

.enquiry-banner {
  padding: 50px 6%;
}

.enquiry-page {
  padding: 60px 12%;
}

.pr-shape{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.txt-fld .pr-shape .inner-img .img-shape {
  width: 350px;
  height: 400px;
}

.txt-fld .pr-btn {
  margin-top: 1.5rem;
}




}

@media(max-width:768px){

  .al-footer .rht{
    justify-content: flex-start!important;
    margin-top: 7px;
  }

  .al-footer .con-item{
    margin: 12px 0px;
  }

  .copy-rht p {
    margin: 8px 0px 0px 0px !important;
    line-height: 1.4;
}

 
.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: flex;
}


.al-about .ab-content .desc{
  max-height: 350px;
  overflow: hidden;
}


.spec-items{
  margin-bottom: 1rem;
}


.consultation-form {
  padding: 0px 0 0 0%;
}


.rs-contact h3 {
font-size: 28px;
margin-bottom: 0px;
}

.rs-contact span {
  font-size: 14px;
  
  }

  .al-req-form {
    padding: 48px 11px 5px 11px;
    
}



.al-blogs-indx {
  padding: 30px 15%;
}

.al-blogs-indx .each-blog{
  margin-bottom: 1.5rem;
}

/* ------- */




.al-contact .inr-container .cont-content{
  position: absolute;
  width: 100%!important;
  top: 20%;
}

.con-border{
  border-right: none;
  padding-right: 0px;
}

.al-cont-form {
  padding: 0px;
}





.ann-text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* margin: 0px!important; */
  
 }

.ann-text p{
  /* margin-bottom: 5px; */
 line-height: 1.5;
 }

 

.full-width-header .rs-header .menu-area .row-table .col-cell .rs-menu-area {
 display: none!important;
}


.full-width-header .rs-header .menu-area .row-table {
  gap: 10px;
}


.al-serv-item-pge .right .al-help {
  margin-top: 2rem;
}

.al-serv-item-pge .servi-page {
  padding-right: 0%;
}




.req-call {
    gap: 2rem;
}

.al-products .pro-wel {
    margin-bottom: 2rem;
    margin-top: 2rem;
}


}



@media only screen and (max-width: 600px) {

  .al-blogs .blog-item .item h2 {
    margin: 15px 0px;
}

.hd-top .top-inner .left .item i {
    font-size: 18px;
}

.hd-top .top-inner .left .item a {
  font-size: 17px;
}

.full-width-header .rs-header .menu-area .heder-logo img {
   width: 70%!important;
}

/* .footer-log{
  width: 60%!important;
} */

.al-about .ab-content h4 {
    font-size: 30px;
}

.al-about .ab-content h3 {
  font-size: 16px;
}

.al-about .ab-content p {
  font-size: 14px;
}

.al-about .ab-content .ab-btn {
  margin-top: 1rem;
}

.al-about .ab-content .ab-btn a {
  padding: 6px 25px;
  font-size: 14px;
}

.al-products .top-desc p {
  font-size: 16px;
}

.al-products .owl-controls {
  display: none;
}

.bl-head h1 {
  font-size: 18px;
  color: #000;
  font-family: var(--lato);
  margin-bottom: 1.5rem;
}

.floating-call {
  
  width: 40px;
  height: 40px;
  font-size: 18px;
  bottom: 100px;
}

.floating {
  
  width: 40px;
  height: 40px;
  font-size: 20px;
  
}


  .ft-desc .inner-content{
    text-align: start!important;
   }

 
  
  .serv-page .serv-row .al-item {
    /* padding: 0px 10px; */
    margin: 0rem 0px;
}



.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: flex;
  
  width: 65%!important;
}



.main-slider .carousel-caption h5{
  font-size: 30px;
  font-family: var(--pop-sb);
}


.pro-page{
  padding: 10px 5%;
}

.pro-page .al-item h1 {
  font-size: 16px;
  font-family: var(--pop-md);
}

.pro-page .al-item p {
  font-size: 14px;
  font-family: var(--pop-md);
}

.al-services .item a .inner-item .content h4 {
  font-size: 17px;
  font-family: var(--pop-md);
}

  
  .rs-contact .container{
    padding: 0px 10%;
  }

  .consultation-bg {
    min-height: 60px!important;
    /* background-size: 100% 100%; */
}

  .menu-area .custom{
       padding: 3px 10%;
  }
.top_mimage {   display:inline-block;  }

  
  .sl-title{
    font-size: 20px!important;
    /* margin-bottom: 10px!important; */
    line-height: 1.3!important;
  }

  .sl-desc{
    display: none;
  }

 

.desc {
  font-size: 14px;
}





  .rs-content{
    padding-top: 0px;
    margin-top: 0px;
  }
  



  .service-front{
    background-size: 100% auto;
  }

  .choose-title{
    font-size: 27px;
  }
  .container-fluid .sec-title h6 {
    line-height: 2rem;
  }

  /* .ar-content{
    padding: 40px 5%;
  } */

  .ar-content .ser-content img{
    width: 100%;
    height: 400px;
  }


  .ft-logo {
    width: 240px;
    height: 65px;
  }
  
  .rs-left h1 {
	line-height:30px;
}

.al-contact .inr-container {
  position: relative;
  top: 15%;
  height: 200px;
}

.al-contact .inr-container .cont-content h1 {
  font-size: 18px;
  
}

.al-contact .inr-container .cont-content a {
  font-size: 14px;
  padding: 8px 15px;
  
}



.rs-header .menu-area .logo-area img{
  width: 100%!important;
}

.banner h3{
  font-size: 22px!important;
  line-height: 1.2!important;
}




.foot-logo {
  padding: 10px 6% 0px 6%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.ft-pay {
  
  padding-left: 0px;
  
}




.menu-area .custom {
    padding: 3px 5%;
}



.serv-page .serv-row .al-item .item-inner .item-content .desc{
  max-height: 140px; 
}



.enquiry-banner h1 {
  font-size: 18px;
  line-height: 1.2;
}

.enquiry-banner h2 {
  font-size: 17px;
  margin-top: 7px;
}

.enquiry-page {
  padding: 30px 12%;
}

.enquiry-banner {
  padding: 30px 6%;
}


.enquiry-page .frm-btn {
  text-align: start;
  margin-top: 10px;
}

.enquiry-page .frm-btn input {
  background-color: var(--color-1);
  padding: 5px 40px !important;
  color: #fff;
  font-size: 16px;
}


.al-blogs .blog-item .item .blog-content h2 {
  font-size: 20px;
  
}


.al-blogs .blog-item .item .desc p {
  font-size: 14px;
}

.al-blogs {
  padding: 30px 5%;
}
  
}

@media only screen and (max-width: 480px) {

 
  .full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
    display: flex;
    /* flex: 1; */
    width: 80% !important;
}

.al-about .ab-content .ab-btn {
  margin-top: 1.5rem;
}

   
/* .main-slider .carousel-caption{
  width: 60%;bottom: 40%
} */


  .main-slider .carousel-caption h5{
    font-size: 22px;
  }

  .main-slider .carousel-caption .sl-btn{
    display: none;
  }
  
  .about-us{
    font-size: 20px;
  }
	/* .rs-slider { display:none;} */
	
  .about-title{
    font-size: 25px;
  }
  


  .service-front{
    background-size: 100% auto;
  }

  .choose-title{
    font-size: 27px;
  }

  .rs-left h1 {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 20px;
    color: #2b2929;
}
  
}