:root{
  --c1: #997438 ;
    --c2:#674b33; 
    --c5:rgb(120, 87, 60); 
  --c3:#929090;
  --bg:#9fd7fa;
  --c4:#fbfbeb;
  --w:#fff;

}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}

.c5{
  color: var(--c5) !important;
}
.bg{
  background-color: var(--bg);
}
.bg-c1{
  background-color: var(--c1);
}

.bg-w{
  background-color: var(--w);
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: Adamina;
  src: url(../Adamina-Regular.ttf);
}


@font-face {
  font-family: canela;
  src: url(../Canela-Light-Trial.otf);
}

@font-face {
  font-family: canela-reg;
  src: url(../Canela-Regular-Trial.otf);
}


@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}

@font-face {
  font-family: segoe-pr;
  src: url(../segoepr.ttf);
}

@font-face {
  font-family: Space-Grotesk;
  src: url(../SpaceGrotesk-VariableFont_wght.ttf);
}


.hf{
  font-family: canela-reg !important;
}

.pop{
  font-family: Poppins-Regular !important;
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: canela !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: white;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--w);
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}
.first-bx-img{
  width: 25px;
}

.top-nv-soc-img{
  width: 19px;
 
}
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}
/* nav bar */
.home-nav{
  display: none !important;
}
.navbar{
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  /* border-bottom: 2px solid var(--c1); */

}
.logo{
  /* width: 180px; */
  height:  60px;
}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}
.home-d-nav{
  display: unset !important; 
}
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}
.nav-link{
  /* color: var(--c1) !important; */
  font-weight:900 !important;
  letter-spacing: 1px;
  font-size: 14.8px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  text-transform: zuppercase;

}
.nav-active{
  /* background-color: var(--c1) !important; */
  color: var(--c1) !important;
  font-weight:900 !important;
}
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}
/* hero */

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
.phn
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.grow{
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.active1 {
  font-size: 18px;
  color: var(--c1);
  
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.active1:focus,
.active1:hover {
  color: var(--c1);
}

.active1:focus:after,
.active1:hover:after {
  width: 100%;
  left: 0%;
}

.active1:after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--c1);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

/* --- hero section ----- */
.hero{
  background-color: rgba(251, 251, 235, 0.55);
  display: flex;
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/wall_client.jpg);
  background-size: cover;
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
  background-position: top;
  z-index: -1;
}
.hero-f{
  font-size: 50px;
}




.con-div{
  position: relative;
}

.dot {
  height: 46px;
  width: 46px;
  background-color: var(--c1);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -20%;
  top: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.btn-c1{
  background-color: var(--w) !important;
  /* border: 1px solid var(--c1) !important; */
}

.btn-c1:hover{
  border: 1px solid var(--c1) !important;
  transition: transform .2s ease-in-out; 

}

.btn-c1 a:hover{
  color: var(--c2) !important;
  letter-spacing: 1px;
}

 .con-div:hover .dot{

  transform:rotate(0) !important;
  -ms-transform:rotate(0) !important;
  -webkit-transform:rotate(0) !important;
}


/* ------------- banner --------------  */


.dot1 {
  height: 46px;
  width: 46px;
  background-color: v;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10%;
  top: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.btn-c2{
  background-color: var(--c1) !important;
  border: 1px solid var(--c1) !important;
  color: #FFF ;
  transition: all 0.2s;
}


.btn-c2:hover{
  background-color: var(--c4) !important;
  border: 1px solid var(--c1) !important;
  color: var(--c1) !important;
}

.con-div1:hover .dot1{

  transform:rotate(0) !important;
  -ms-transform:rotate(0) !important;
  -webkit-transform:rotate(0) !important;
}

.btn-c2:hover{
  /* border: 1px solid var(--c2) !important; */
  transition: transform .2s ease-in-out; 

}

.btn-c2 a:hover{
  color: var(--c2) !important;
  letter-spacing: 1px;
}




/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
}

.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}


/* ---------- why choose us ----------  */

.why-us{
  position: relative;
  height: 500px;
}

.why-us1{
 
  height: 430px;
}



.why-us-img1{

  height:80%;
  width: 78%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 60%;
  width: 60%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  left: 8%;
  
}

.why-p{
  font-weight: 900 !important;
  font-size:50px !important;
}

.txtsha{
  text-shadow: 3px 5px 3px white;
}


.why-us-con{
  /* background-color: var(--c1); */
  position: absolute;
  bottom: -3%;
  right:6%;
}


.why-us-img3{

height:  330px;
width: 55%;
object-fit: cover;
overflow: hidden;
box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
background-color: #fff;
}


.avatar {

/* box-sizing: border-box; */
/* border: 5px white solid; */
/* border-radius: 50%; */
overflow: hidden;
box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
transform: translatey(0px);
animation: float 6s ease-in-out infinite;
img { width: 100%; height: auto; }
}

@keyframes float {
0% {
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  transform: translatey(0px);
}
50% {
  box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
  transform: translatey(-20px);
}
100% {
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  transform: translatey(0px);
}
}


.abt-dot{
  height: 46px;
  width: 46px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition:  .4s ease-in-out; 
}

.abt-con1:hover .abt-dot{
  height: 46px;
  width: 46px;
  background-color: var(--c1 );
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition:  .4s ease-in-out; 
}

.abt-con1:hover .abt-img1{
  display: none;
}

.abt-con1:hover .abt-img2{
  display: block;
}


.abt-img2{
  display: none;
}


.abt-con1{
  border: 1px solid var(--c3);
}

.abt-con1:hover{
  border: 1px solid var(--c1);
}



 /* ------------- faq ---------------  */


.faq-us{
  position: relative;
  height: 500px;
}

.faq-img1{

  height:80%;
  width: 78%;
  /* object-fit: cover; */
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.faq-img2{
  /* object-fit: cover; */
  position: absolute;
  /* height: 40%; */
  width: 60%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  top: 0%;
  right: 0%;
  
}

.faq-img3{
  /* object-fit: cover; */
  position: absolute;
  /* height: 35%; */
  width: 30%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  bottom: 10%;
  left: 3%;
  
}


.box {
  align-self: flex-end;
  animation-duration: 3.8s;
  animation-iteration-count: infinite;

  transform-origin: bottom;

}
.bounce-3 {
  animation-name: bounce-3;
  animation-timing-function: ease;
}
@keyframes bounce-3 {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-30px); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}


.box1 {
  align-self: flex-end;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;

  transform-origin: bottom;

}
.bounce-4 {
  animation-name: bounce-4;
  animation-timing-function: ease;
}
@keyframes bounce-4 {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-30px); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}



.faq-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card {
  border-bottom: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 15px 15px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 17px;
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700;
  color: var(--c2);
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c1);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 14px;
  color: var(--c3) !important;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

.btn-faq{
  background-color: var(--c1)!important;
  color: #FFF !important;
  /* min-width: 170px; */
  /* width: 100%; */
  border-radius: 10px !important;
}


.faq-img img{
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
  object-fit: cover;
}




 /* --------- servicess -----  */

 .choose-main{
  background-color: var(--c4) !important ;
}


.acc-card{
  position: relative;
  height: 350px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }



.book-acc{
  position: absolute;
  top: 3%;
  right: 3%;
  /* transform: rotate(-90deg);  */
  transition: all .5s;
}


.book-acc a{
 font-size: 50px !important;
 color: #ffffff8e !important;
  transform: scale(1.05);
  transition: all .5s;
}

 .acc-card-img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-repeat: repeat-y;
  border-radius: 10px;
  transition: all .5s;
 }

 .acc-card:hover .acc-card-img{
  transform: scale(1.1);
  transition: all .5s;
  filter: brightness(110%);
}



 .acc-card-img1{
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* background-repeat: repeat-y; */
  border-radius: 10px;
  transition: all .5s;
 }

 .acc-card:hover .acc-card-img1{
  transform: scale(1.1);
  transition: all .5s;
  filter: brightness(110%);
}

 .bottom-Center{
  position: absolute;
  bottom:0%;
  left: 0%;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(18, 15, 15));
  width: 100%;
  border-radius: 10px;
 }


 .dot2 {
  height: 46px;
  width: 46px;
  background-color: var(--w);
  color: var(--c1) !important;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 5%;
  bottom: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.acc-card:hover .dot2{
  background-color: var(--c1) !important;
  color: var(--w) !important;
}




 /* ------------ our offerings --------------  */

 .dot3 {
  height: 38px;
  width: 38px;
  position: absolute;
  right: 2%;
  background-color:#fafafa;
  border: 1px solid var(--c1);
  color: var(--c1) !important;
  border-radius: 50%;
  display: inline-block;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}


.off-btn .active{
  background-color: var(--c1) !important;
  color: var(--w) !important;
}


.btn-c3{
  border: 1px solid var(--c1) !important;
  color: var(--c1);
  background-color: var(--w);
  width: 340px;
  position: relative;
}


/* offering right ------  */

.off-img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}


 /* -------- our partner ---------  */

 .part-img1{
  width: 170px;
  height: 85px;
  padding: 10px;
  margin: 5px;
 }

 .part-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
 }


/* -------- footer --------*/
.footer{
  /* background-image: url(../images/footer-mailchip-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative; */
  background-color: #fbfbeb;
  position: relative;
}

.footer-img{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1 img{
  width: 88%;
  height: 80% !important;
}

.footer-img img{
  width: 60%;
}

.f-logo{
  width: 30%;
}
.full-so{
  display: flex;

}
.soc-bx{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
  transition: all .5s;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}

.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt1{
  width: 60%;
  border-bottom: 1.5px dotted #FFF;
  color: #fff;
  font-size: 14px;
  /* padding: 8px 0; */

}

.ft-main{
  z-index: 3;
}

.f-con-txt input{
  padding: 8px;
}

.f-con-txt button{
  background-color: var(--c1)!important;
}

.f-con-h{
  font-size: 14px;
}

.ft-main h5{
  min-width: 300px;
}

.foot-h{

  font-family: 'Averia Serif Libre' !important;
}

.foot-text h5{
  font-size: 18px;
}



 /* ========================== about us ================  */


 .abt-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.abt-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/wall_client5.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    z-index: -1;
}



 .ser-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.off-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/partitionwall5.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
}


 .off-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.gal-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/recep1.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
}


 .gal-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}



.ser-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/partitionwall9.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    z-index: -1;
}

 .ele-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.ele-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/elevator_client4.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
}

 .palram-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.palram-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/palram8.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
}


 .main-door-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.main-door-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/door_client2.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
}



.partition-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.partition-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/partitionwall3.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
}




.recep-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.recep-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/recepban1.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: contain;
    z-index: -1;
}


.niche-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.niche-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/niche.jpeg);
    background-attachment: fixed;
    background-position: top;
    background-size: contain;
    z-index: -1;
}


.product-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.product-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/product-supply.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: contain;
    z-index: -1;
}


.mesh-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.mesh-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/Fabric-Mesh-Colour-Laminated-a-Printed-Glass.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: contain;
    z-index: -1;
}


.contact-hero{
  background:  rgba(251, 251, 235, 0.525);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.contact-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/banner-1.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: contain;
    z-index: -1;
}


li::marker {
  color: var(--c1) !important;
}

 /* --------- abt us ------------- */

 .ab-pg-img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.name{
  font-size: 50px;
  letter-spacing: 3px;
}
.ab-page-left{
  position: relative;
}


.yr-box{
  position: absolute;
  left: 0%;
  top: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 6px solid var(--c4);
  background-color: #b18033;
}
.yr-box h3{
  font-size: 20px;
  color: var(--c4);
  font-weight: bold;
}
.yr-box p{
  color: var(--c4);
}

.yr-box1{
  position: absolute;
  right: 0%;
  bottom: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 6px solid var(--c4);
  background-color: #b18033;
}
.yr-box1 h3{
  font-size: 20px;
  color: var(--c4);
  font-weight: bold;
}
.yr-box1 p{
  color: var(--c4);
}



.con-div-abt{
  position: relative;
  width:217px;
}

.con-div-abt1{
  position: relative;
  width:217px;
}

.dot-abt {
  height: 46px;
  width: 46px;
  background-color: var(--c1);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 0%;
  top: 8%;
  transform:rotate(-20deg);
  -ms-transform:rotate(-20deg);
  -webkit-transform:rotate(-20deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.btn-c1{
  background-color: var(--w) !important;
  /* border: 1px solid var(--c1) !important; */
}

.btn-c1:hover{
  border: 1px solid var(--c1) !important;
  transition: transform .2s ease-in-out; 

}

.btn-c1 a:hover{
  color: var(--c2) !important;
  letter-spacing: 1px;
}

 .con-div-abt:hover .dot-abt{

  transform:rotate(10deg) !important;
  -ms-transform:rotate(10deg) !important;
  -webkit-transform:rotate(10deg) !important;
}

.con-div-abt1:hover .dot-abt{

  transform:rotate(10deg) !important;
  -ms-transform:rotate(10deg) !important;
  -webkit-transform:rotate(10deg) !important;
}





/*---------- gallery ---------- */
.gall-div{
  width: 100%;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
.gal-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gall-over{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 300px;
}



 /* --------- choose you wirk ------------  */


   /* --- cooshe section ---- */

  .choose-head{
    font-size: 50px;
  }
  .choose-bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
  }
  .choose-img-bx{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
  }
  .choose-img{
    width: 60%;
  }
  .br-right{
    border-right: 1px solid var(--c1);
  }
  .br-bot{
    border-bottom: 1px solid var(--c1);
  }



   /* ================ Testimonial =================== */
 .tes-pro{
  position: relative;
}
.owl-nav{
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  /* top: 40%;
  left: 0%; */
}
.sim-arrow{
  background-color: #fff !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}
.h-arrow{
  border: 2px solid var(--c1) !important;
  color: #000 !important;
}

/* .sim-pro:hover .sim-arrow{
  transform: scale(1.3);
  transition: all 1s !important;
} */

.isim-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.sim-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sw-nav{
    width: 102%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: -1%;
}
.ser-nav {
  width: 102%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -31%;
  left: -1%;
}

.tes-card{
  width: 100%;
  min-height: 310px;
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-con{
  min-height: 130px;
}
.tes-card p{
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tes-profile{
  width: 50px !important;
  height: 50px;
  /* object-fit: cover; */
  border-radius: 50%;
}
.quote{
  width: 60% !important;
}


 /* ======================= Our Offering ============  */

 .im1 {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.im3 {
  width: 100%;
  /* overflow: hidden; */
  height: 280px;
}

.im1 img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}

.im3 img {
  width: 100%;
  object-fit: contain;
  height: 450px;
}

.im2 img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  margin-bottom: 3%;
}


.our-p{
  width: 75%;
}

.rec-area{
  height: 100% !important;
}


 /* ---------- contact-us ------------  */

  /* ------------- contact us --------------  */


    
  .contact .info-wrap {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 30px !important;
    border-radius: 10px;
  }

  .con-pad{
    padding-top: 100px !important;
  }
  
  .contact .info {
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: var(--c1);
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid var(--c1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
  }
  
  .contact .info:hover i {
    background: var(--c1);
    color: #fff;
  }



  

 
 .form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}



.form_input input{
padding: 10px !important;
}

.con_img img{
height: 95%;
width: 100%;
object-fit: cover;
border-radius: 10px;
margin-left: 40px;
margin-top: 20px;
}


.con-box {
width: 100%;
display: flex;
align-items: flex-start;
}
.con-box img {
width: 40px;
}
.con-right {
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  height: 100%;
}

.btn-c5{
  background-color: var(--c1);
}


 
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }
  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background-color: var(--c2);
        }
    
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 43px;
  }
  .nav-link{
    font-size: 13px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {

    .sm-js{
      text-align: justify !important;
    }
     /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 15px !important;
      font-weight: normal !important;
  }
  .offcanvas{
      width: 80% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--c1);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
   
  }
  .nav-item{
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover{
    color: var(--c1);
  }

  /* hero section */
.hero{
  min-height: 60vh;
}
 
  }

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
}

/* hero section */
.hero{
  min-height: 50vh;
}
.hero-f{
  font-size: 25px;
}


.dot1 {
  height: 46px;
  width: 46px;
  background-color: var(--w);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 3%;
  top: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

/* ------ abtus ---------- */

.why-us{
  position: relative;
  height: 300px;
}

.why-us-img1{

  height:80%;
  width: 78%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 60%;
  width: 60%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  left: 0%;
  
}

.why-p{
  font-weight: 900 !important;
  font-size:22px !important;
}

.txtsha{
  text-shadow: 3px 5px 3px white;
}


.why-us-con{
  /* background-color: var(--c1); */
  position: absolute;
  bottom: -9%;
  right:-7%;
}


/* ------------- faq ---------------  */


.faq-us{
  position: relative;
  height: 300px;
  justify-content:center !important ;
}

.faq-img1{

  height:80%;
  width: 85%;
  /* object-fit: cover; */
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.faq-img2{
  /* object-fit: cover; */
  position: absolute;
  /* height: 40%; */
  width: 60%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  top: 0%;
  right: 10%;
  
}

.faq-img3{
  /* object-fit: cover; */
  position: absolute;
  /* height: 35%; */
  width: 30%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  bottom: 10%;
  left: 3%;
  
}


.why-us1{
  /* position: relative; */
  height: 280px !important;
}


.part-img1{
  width: 150px;
  height: 65px;
 }


  /* --------- abt-us -----  */

  .br-right{
    border-right: unset;
  }
  .br-bot{
    border-bottom: unset;
  }
  .choose-bx{
    border-bottom: 1px solid var(--c1);
  }

  .ab-pg-img {
    height: 290px;
  }
  

  .yr-box1 h3{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
  }

  .yr-box h3{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
  }


  .im1 {
    width: 100%;
    overflow: hidden;
  }
  
  .im2 {
    width: 100%;
    overflow: hidden;
    height: 120px;
  }
  
  .im1 img {
    width: 100%;
    object-fit: cover;
    height: 300px;
  }

  .jnh{
    margin-top: -20px !important;
  }

  .jnh1{
    padding-bottom: -20px !important;
  }
  
  .im2 img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    margin-bottom: 3%;
  }

  .our-p{
    width: 100% !important;
  }
  
}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  /*  our product */
  /* in slider */
  .sli-brand{
    font-size: 18px;
  }
  .sli-brand-name{
    font-size: 20px;
  }
  .sli-price {
    font-size: 17px;
}
.sli-p{
  font-size: 12px;
}


  }

  @media screen and (max-width:365px) {
    .f-con-txt button{
      margin-left: unset !important;
      margin-top: 8px;
    }

  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 20px;
}

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}