* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

@font-face {
  font-family: "Futura Md BT";
  src: url(../Fonts/futura-bt/futura-medium-bt.ttf);
}
@font-face {
  font-family: "Futura Bk BT";
  src: url(../Fonts/futura-bt/futura-book-bt.ttf);
}
@font-face {
  font-family: "Futura Lt BT";
  src: url(../Fonts/futura-bt/futura-light-bt.ttf);
}
@font-face {
  font-family: "Futura Hv BT";
  src: url(../Fonts/futura-bt/futura-heavy-bt.ttf);
}
@font-face {
  font-family: Galnoy;
  src: url(../Fonts/Galnoy-BoldDisplay.otf);
}
@font-face {
  font-family: "LEMON MILK";
  src: url(../Fonts/LEMONMILK-Medium.otf);
}
@font-face {
  font-family: Futura-Bold;
  src: url(../Fonts/futura-bt/futura-bold.ttf);
}
nav {
  background: #19382B;
  height: 70px;
}
nav .container {
  max-width: 1480px;
  height: 70px;
}
nav .logo-box {
  padding: 22px;
  border-radius: 0px 0px 15px 15px;
  background: #D9D9D9;
  box-shadow: -4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
@media (max-width: 991px) {
  nav .logo-box {
    padding: 0px;
  }
}
nav .logo-box img {
  width: 192px;
  height: 70px;
}
@media (max-width: 991px) {
  nav .logo-box img {
    width: 152px;
    height: 60px;
  }
}
nav a {
  color: #FFF !important;
  font-family: "Futura Md BT";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}
nav .dropdown-item:hover {
  color: #FFF;
  background-color: #19382B;
}
nav .become {
  background: #CBAE4A;
  box-shadow: -3.561px 4.748px 4.511px 0px rgba(0, 0, 0, 0.16);
  color: #19382B !important;
  font-family: "Futura Md BT";
  font-size: 18.994px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
nav .navbar-collapse {
  background-color: #19382B;
  z-index: 10;
}

.home-about {
  padding-top: 106px;
  padding-bottom: 150px;
  background: url(../Images/home-who-we-are.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .home-about {
    padding: 50px 0px;
  }
}
.home-about h2 {
  margin-bottom: 0px;
  color: #19382B;
  font-family: Galnoy;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
}
.home-about h3 {
  margin-bottom: 0px;
  color: #19382B;
  font-family: "Futura Md BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home-about p {
  margin-bottom: 0px;
  color: #000;
  font-family: "Futura Lt BT";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 9px 0px;
}
.home-about a {
  color: #19382B;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 32.586px;
  font-style: normal;
  font-weight: 400;
  line-height: 0%;
  /* 0px */
  text-decoration: none;
  transition: all 1000ms ease-in;
}
.home-about a:hover svg {
  transition: all 150ms ease-in;
  transform: rotatez(-40deg);
}
@media (max-width: 991px) {
  .home-about a {
    font-size: 18px;
  }
}

.products {
  background: #19382B;
  padding-top: 74px;
  padding-bottom: 40px;
}
.products h6 {
  margin-bottom: 0px;
  color: #CBAE4A;
  font-family: "Futura Hv BT";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 5.32px;
}
.products h2 {
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 114.286% */
  margin-bottom: 0px;
  padding-top: 6px;
}
.products p {
  margin-bottom: 0px;
  color: #FFF;
  font-family: "Futura Bk BT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 116.667% */
  padding-top: 10px;
  padding-bottom: 30px;
}
.products button {
  border-radius: 17.96px;
  background-color: #FFF;
}
.products button a {
  padding: 6px 37px;
  color: #1A1A1A;
  font-family: "Futura Md BT";
  font-size: 21.901px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.901px;
  /* 100% */
  text-decoration: none;
}
.products .fitout {
  position: relative;
  left: -100px;
  bottom: -40px;
}
@media (max-width: 991px) {
  .products .fitout {
    bottom: 0px;
  }
}
.products h5 {
  margin-bottom: 0px;
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.365px;
  /* 96.824% */
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
}
.products img {
  border-radius: 30px;
}

.feature-product {
  padding-top: 122px;
  padding-bottom: 79px;
  background: url(../Images/home-who-we-are.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
.feature-product h2 {
  margin-bottom: 0px;
  color: #19382B;
  font-family: Galnoy;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.feature-product p {
  margin-bottom: 0px;
  color: #1E1E1E;
  font-family: "Futura Bk BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 46px;
}
.feature-product button {
  border-radius: 17.959px;
  background: #19382B;
}
.feature-product button a {
  padding: 7px 58px;
  text-decoration: none;
  color: #FFF;
  font-family: "Futura Md BT";
  font-size: 21.901px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.901px;
  /* 100% */
}
.feature-product img {
  border: 1px solid #19382B;
  border-radius: 100px;
  padding: 5px;
}
.feature-product h6 {
  margin-bottom: 0px;
  color: #19382B;
  text-align: center;
  font-family: "Futura Hv BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.latest {
  padding-top: 70px;
  padding-bottom: 60px;
}
.latest h2 {
  color: #19382B;
  text-align: center;
  font-family: Galnoy;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
}
.latest p {
  color: #1E1E1E;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0px;
}
.latest .post-slide {
  border-radius: 16.281px;
  padding: 20px;
  flex-shrink: 0;
  margin: 20px 15px 20px;
  border-radius: 15px;
  min-height: 300px;
}
.latest .post-slide img {
  min-height: 243px;
  width: 100%;
}
.latest .post-slide h6 {
  color: #1E1E1E;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
.latest .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.latest .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  position: absolute;
  bottom: -13%;
  right: 70px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}
.latest .owl-controls .owl-buttons .owl-next {
  background: transparent;
  position: absolute;
  bottom: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}
.latest .owl-controls .owl-buttons .owl-prev:after,
.latest .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.latest .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
.latest .owl-controls .owl-buttons .owl-prev:after,
.latest .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
}
.latest .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .latest .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.trusted {
  padding-top: 58px;
}
.trusted h6 {
  color: #1E1E1E;
  text-align: center;
  font-family: "Futura Bk BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.trusted h2 {
  color: #19382B;
  font-family: Galnoy;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 18px;
}
.trusted h3 {
  color: #CBAE4A;
  text-align: center;
  font-family: "LEMON MILK";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .trusted h3 {
    font-size: 28px;
  }
}
.trusted p {
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 32px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .trusted p {
    line-height: normal;
    font-size: 14px;
  }
}
.trusted .bg {
  background: url(../Images/trusted-reviews.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 234px;
}
.trusted .bg .row {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-manufacture {
  background: #19382B;
  padding: 72px 0px;
}
.home-manufacture h6 {
  margin-bottom: 0px;
  color: #D9D9D9;
  font-family: "Futura Md BT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.home-manufacture h2 {
  margin-bottom: 0px;
  color: #FFF;
  text-align: center;
  font-family: Galnoy;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}
.home-manufacture p {
  margin-bottom: 0px;
  color: #D9D9D9;
  text-align: center;
  font-family: "Futura Bk BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 32px;
}

.customer {
  padding-top: 70px;
  padding-bottom: 59px;
}
@media (max-width: 991px) {
  .customer {
    padding-bottom: 30px;
  }
}
.customer h2 {
  color: #19382B;
  font-family: Galnoy;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 200% */
  text-transform: capitalize;
  text-align: center;
}
@media (max-width: 991px) {
  .customer h2 {
    font-size: 22px;
    line-height: normal;
  }
}
.customer button {
  background-color: #19382B;
  padding: 5px 18px;
  border-radius: 20px;
}
.customer button a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 18.586px;
  font-style: normal;
  font-weight: 400;
}

.about-banner {
  min-height: 455px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../Images/about-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-banner h2 {
  color: #FFF;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-who-we {
  padding-top: 81px;
  padding-bottom: 86px;
}
.about-who-we h1 {
  margin-bottom: 0px;
  color: #19382B;
  font-family: Galnoy;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  padding-bottom: 31px;
}
.about-who-we h6 {
  margin-bottom: 0px;
  color: #19382B;
  font-family: "Futura Md BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}
.about-who-we p {
  margin-bottom: 0px;
  color: #000;
  font-family: "Futura Lt BT";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 129.412% */
  padding-bottom: 9px;
}
.about-who-we a {
  color: #19382B;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 32.586px;
  font-style: normal;
  font-weight: 400;
  line-height: 0%;
  /* 0px */
  text-decoration: none;
  transition: all 1000ms ease-in;
}
.about-who-we a:hover svg {
  transition: all 150ms ease-in;
  transform: rotatez(-40deg);
}

.line hr {
  width: 100%;
  border: 2px solid #000;
}

.about-product {
  padding-top: 60px;
  padding-bottom: 53px;
}
.about-product h2 {
  margin-bottom: 0px;
  color: #19382B;
  text-align: center;
  font-family: Galnoy;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  padding-bottom: 40px;
}
.about-product h6 {
  margin-bottom: 0px;
  color: #19382B;
  text-align: center;
  font-family: "Futura Hv BT";
  font-size: 18.405px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 130.402% */
  padding-top: 10px;
}

.india-premier {
  background: url(../Images/about-india-premier.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 454px;
}
.india-premier .col-12 {
  min-height: 454px;
}
.india-premier .col-12 h2 {
  margin: 0px;
  color: #19382B;
  font-family: Galnoy;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  padding-bottom: 5px;
}
.india-premier .col-12 h6 {
  margin: 0px;
  color: #19382B;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 128% */
  padding-bottom: 28px;
}
.india-premier .col-12 p {
  margin: 0px;
  color: #1E1E1E;
  font-family: "Futura Bk BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

.about-what {
  background: #19382B;
  padding-top: 60px;
  padding-bottom: 70px;
}
.about-what h2 {
  margin-bottom: 0px;
  color: #FFF;
  text-align: center;
  font-family: Galnoy;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 30px;
}
.about-what .col-box {
  background: #D9D9D9;
  height: 100%;
  padding: 50px 10px;
}
.about-what h3 {
  margin-bottom: 0px;
  color: #19382B;
  text-align: center;
  font-family: Galnoy;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}
.about-what p {
  margin-bottom: 0px;
  color: #1E1E1E;
  font-family: "Futura Bk BT";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
  padding-bottom: 14px;
}
.about-what button {
  background-color: #000;
  width: 100%;
}
.about-what button a {
  color: #FFF;
  font-family: Galnoy;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 111.111% */
  text-decoration: none;
}
.about-what .bottom {
  padding-top: 41px;
}

.make-in-india {
  padding-top: 120px;
  padding-bottom: 47px;
}
.make-in-india h2 {
  margin: 0px;
  color: #19382B;
  font-family: Galnoy;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}
.make-in-india p {
  margin: 0px;
  color: #1E1E1E;
  font-family: "Futura Md BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.make-in-india img {
  mix-blend-mode: multiply;
}

.about-founder {
  background: #19382B;
  padding-top: 38px;
  padding-bottom: 38px;
}
.about-founder h2 {
  margin: 0px;
  color: #FFF;
  font-family: Galnoy;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 12px;
}
.about-founder svg {
  text-align: left;
}
@media (max-width: 991px) {
  .about-founder svg {
    width: 60%;
  }
}
.about-founder p {
  margin: 0px;
  color: #FFF;
  font-family: "Futura Bk BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.about-ceo {
  padding: 38px 0px;
}
.about-ceo h2 {
  color: #19382B;
  font-family: Galnoy;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}
.about-ceo svg {
  text-align: left;
}
@media (max-width: 991px) {
  .about-ceo svg {
    width: 60%;
  }
}
.about-ceo p {
  color: #1E1E1E;
  font-family: "Futura Bk BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.upvc-and {
  padding: 70px 0px;
}
.upvc-and h1 {
  margin: 0px;
  color: #19382B;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.upvc-and p {
  margin: 0px;
  color: #000;
  text-align: center;
  font-family: "Futura Lt BT";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 129.412% */
}

.upvc-window-range .container {
  border-radius: 48px;
  background: #19382B;
  padding-top: 50px;
  padding-bottom: 60px;
}
.upvc-window-range .container h2 {
  color: #FFF;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
  padding-bottom: 50px;
}
.upvc-window-range .container p {
  margin: 0px;
  color: #FFF;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
.upvc-window-range .container .top-radius {
  padding-top: 40px;
}

.upvc-doors {
  margin-top: 72px;
  margin-bottom: 50px;
}
.upvc-doors .container {
  background: url(../Images/upvc-door-bg.png) lightgray 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 46px;
  padding-top: 58px;
  padding-bottom: 70px;
}
.upvc-doors .container h2 {
  margin: 0px;
  color: #19382B;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 50px;
}
.upvc-doors .container p {
  color: #1E1E1E;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}
.upvc-doors .top-radius {
  padding-top: 40px;
}

.upvc-features {
  padding-top: 66px;
  padding-bottom: 44px;
  background: url(../Images/features-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.upvc-features h2 {
  margin: 0px;
  color: #FFF;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 47px;
}
.upvc-features .box-wrap {
  border-radius: 20.976px;
  border: 1.748px solid #19382B;
  background: #D9D9D9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 29px;
  width: 131.974px;
  height: 131.974px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upvc-features p {
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 21.85px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  text-align: center;
}
.upvc-features .top-space {
  padding-top: 50px;
}

.aluminium-window-range {
  margin-top: 72px;
  margin-bottom: 50px;
}
.aluminium-window-range .container {
  border-radius: 48px;
  background: #19382B;
  padding-top: 50px;
  padding-bottom: 60px;
}
.aluminium-window-range .container h2 {
  color: #FFF;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
  padding-bottom: 50px;
}
.aluminium-window-range .container p {
  margin: 0px;
  color: #FFF;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
.aluminium-window-range .container .top-radius {
  padding-top: 40px;
}

.aluminium-doors .container {
  background: url(../Images/upvc-door-bg.png) lightgray 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 46px;
  padding-top: 58px;
  padding-bottom: 70px;
}
.aluminium-doors .container h2 {
  margin: 0px;
  color: #19382B;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 50px;
}
.aluminium-doors .container p {
  color: #1E1E1E;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}
.aluminium-doors .container .top-radius {
  padding-top: 40px;
}

.foot {
  background: #D9D9D9;
  padding: 20px 0px;
}
.foot h3 {
  color: #19382B;
  font-family: Galnoy;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 991px) {
  .foot h3 {
    font-size: 20px;
    line-height: normal;
  }
}
.foot li {
  list-style: none;
  padding-bottom: 10px;
}
.foot li a {
  text-decoration: none;
  color: #1E1E1E;
  font-family: "Futura Md BT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .foot li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .foot .logo-wrap {
    text-align: center;
    margin-bottom: 30px;
  }
}
.foot h6 {
  color: #19382B;
  font-family: "Futura Md BT";
  font-size: 15px;
  font-style: normal;
  margin-top: 10px;
}
.foot h6 span {
  font-weight: bolder;
  font-size: 18px;
}

.base-foot {
  padding: 8px 0px;
}
.base-foot p {
  margin: 0px;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Futura MD BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.whatsapp-icon {
  z-index: 900;
  position: fixed;
  right: 0px;
  bottom: 100px;
}

.call-icon {
  z-index: 900;
  position: fixed;
  right: 0px;
  bottom: 50px;
}

.book-btn {
  position: fixed;
  z-index: 900;
  bottom: 150px;
  right: 0px;
}
.book-btn button {
  background-color: #19382B;
  padding: 5px 20px;
}
.book-btn button a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Futura MD BT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.testis-about {
  padding: 70px 0px;
}
.testis-about h2 {
  margin: 0px;
  color: #19382B;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.testis-about p {
  margin: 0px;
  color: #000;
  text-align: center;
  font-family: "Futura Lt BT";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 129.412% */
}

.testis-portable {
  background: #D9D9D9;
  padding: 50px 0px;
}
.testis-portable h2 {
  color: #19382B;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.testis-portable p {
  color: #000;
  text-align: center;
  font-family: "Futura Lt BT";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 129.412% */
  margin: 0px;
}
.testis-portable span {
  font-family: "Futura HV BT";
}

.testimonial-why {
  padding: 50px 0px;
}
.testimonial-why h2 {
  margin: 0px;
  color: #19382B;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.testimonial-why p {
  margin: 0px;
  color: #000;
  text-align: center;
  font-family: "Futura Lt BT";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 129.412% */
}

.reviews {
  padding: 50px 0px;
}

.contact-banner {
  background: url(../Images/contact-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 303px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-banner h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -3px 4px 4.8px rgba(0, 0, 0, 0.37);
  font-family: Galnoy;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact-form {
  margin: 50px 0px;
}
.contact-form .container {
  border-radius: 37.707px;
  border: 0.967px solid #000;
  background: #E7E7E7;
  box-shadow: -5.801px 5.801px 10.925px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2.4654693604px);
          backdrop-filter: blur(2.4654693604px);
  padding-top: 70px;
  padding-bottom: 90px;
  padding-left: 40px;
  padding-right: 40px;
}
.contact-form h2 {
  color: #212121;
  font-family: "Futura Hv BT";
  font-size: 46.088px;
  font-style: normal;
  font-weight: 400;
  line-height: 61.626px;
  /* 133.714% */
  letter-spacing: 0.922px;
  text-transform: uppercase;
}
.contact-form h2 span {
  color: #19382B;
  font-family: Futura-Bold;
  font-size: 51.849px;
  font-style: normal;
  font-weight: 500;
  line-height: 61.626px;
  letter-spacing: 1.037px;
  text-transform: uppercase;
}
.contact-form input {
  width: 100%;
  border: 1.146px solid #000;
  padding: 10px;
  background-color: transparent;
  margin-bottom: 10px;
  border-radius: 10px;
}
.contact-form button {
  color: #E7E7E7;
  font-family: "LEMON MILK";
  font-size: 24.171px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.171px;
  /* 100% */
  letter-spacing: 0.483px;
  text-transform: uppercase;
  border-radius: 4.834px;
  background: #19382B;
  box-shadow: 0px 3.867px 3.867px 0px rgba(0, 0, 0, 0.25);
  padding: 7px 20px;
}
.contact-form label {
  color: #202020;
  font-family: "Futura Bk BT";
  font-size: 18.335px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.919px;
  /* 125% */
  letter-spacing: 0.367px;
}

.location-update {
  background: #19382B;
  padding: 39px 0px;
}
.location-update h2 {
  color: #CBAE4A;
  font-family: Galnoy;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}
.location-update p {
  color: #FFF;
  font-family: "Futura Md BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
.location-update .box {
  border: 1px solid #fff;
  border-radius: 11px;
  padding: 11px;
  display: inline-block;
}
.location-update .box span {
  color: #FFF;
  font-family: "Futura Md BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faq {
  padding-bottom: 50px;
  padding-top: 40px;
}
.faq h2 {
  margin: 0px;
  text-align: center;
  color: #19382B;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .faq h2 {
    font-size: 28px;
    line-height: normal;
  }
}
.faq .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background: #D9D9D9;
  box-shadow: none;
}
.faq .accordion-button:focus {
  box-shadow: none;
}

.glass-work {
  padding: 70px 0px;
}
.glass-work h2 {
  color: #19382B;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0px;
  padding-bottom: 12px;
}
.glass-work p {
  color: #000;
  text-align: center;
  font-family: "Futura Lt BT";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  line-height: 22px; /* 129.412% */
}

.glass-work-content .box {
  border-radius: 48px;
  background: #19382B;
  padding: 50px;
}
.glass-work-content .box h2 {
  color: #FFF;
  font-family: Galnoy;
  font-size: 44.656px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
  padding-bottom: 60px;
}
.glass-work-content .box img {
  width: 100%;
  height: auto;
}
.glass-work-content .box h3 {
  color: #fff;
  margin-top: 10px;
  text-align: center;
  font-family: "Futura Lt BT";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 22px; /* 129.412% */
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999999;
}

.form-container {
  position: fixed;
  top: 55%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  padding: 20px 120px;
  border-radius: 5px;
  display: none;
  z-index: 999999;
}

.form-container button:hover {
  background-color: white;
  color: black;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.popup_form .cross {
  background-color: #19382B;
  color: #fff;
}
.popup_form .cross:hover {
  background-color: #19382B;
  color: #fff;
}

.popup_form label {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 18px;
}

.popup_form input {
  font-family: "Futura Md BT";
  font-size: 14px;
  color: #53626a;
}

.popup_form textarea {
  font-family: "Futura Md BT";
  font-size: 14px;
  color: #53626a;
}

.popup_form h5 {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 24px;
}

.popup_form h6 {
  color: #000;
  font-family: avalon-bold;
  font-size: 15px;
  text-align: center;
}

.popup_form button {
  background-color: #19382B;
  color: #fff;
  font-family: "Futura Md BT";
  font-weight: 500;
}
.popup_form button:hover {
  border: 1px solid #19382B;
}

@media (max-width: 576px) {
  .form-container {
    top: 50%;
    width: 100%;
    padding: 50px 60px;
  }
  .btn_brochure {
    background-color: #1e1916;
    padding: 5px 0 20px 0;
    margin-top: -5px;
  }
}
.cta-button {
  display: none;
}
@media (max-width: 992px) {
  .cta-button {
    display: block;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 500;
    width: 100%;
  }
  .cta-button button {
    background-color: #CBAE4A;
    padding: 5px 20px;
    border: none;
    width: 100%;
  }
  .cta-button button a {
    color: #fff;
    text-decoration: none;
    font-family: "Futura Md BT";
    font-style: normal;
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */