@font-face {
  font-family: proxima-nova;
  src: url(https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/l?subset_id=2&fvd=n3&v=3) format("woff2"),
    url(https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/d?subset_id=2&fvd=n3&v=3) format("woff"),
    url(https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/a?subset_id=2&fvd=n3&v=3) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family: proxima-nova;
  src: url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?subset_id=2&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?subset_id=2&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family: proxima-nova;
  src: url(https://use.typekit.net/af/65b462/00000000000000007758cf90/30/l?subset_id=2&fvd=i3&v=3) format("woff2"),
    url(https://use.typekit.net/af/65b462/00000000000000007758cf90/30/d?subset_id=2&fvd=i3&v=3) format("woff"),
    url(https://use.typekit.net/af/65b462/00000000000000007758cf90/30/a?subset_id=2&fvd=i3&v=3) format("opentype");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family: proxima-nova;
  src: url(https://use.typekit.net/af/474f13/00000000000000007758cf7d/30/l?subset_id=2&fvd=i7&v=3) format("woff2"),
    url(https://use.typekit.net/af/474f13/00000000000000007758cf7d/30/d?subset_id=2&fvd=i7&v=3) format("woff"),
    url(https://use.typekit.net/af/474f13/00000000000000007758cf7d/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
}

body {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #53546b;
  background-color: #fff;
}

a {
  text-decoration: none;
}

.summary-title-link {
  font-family: brandon-grotesque;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0px !important;
  padding: 0px !important;
  font-size: 12px !important;
  color: #666;
  text-decoration: none;
}

.navbar-brand {
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1em;
}

.nav-link {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: white !important;
  text-transform: uppercase;
}

.carousel-cell {
  width: 100%;
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.horizon-block {
  padding: 65px 0 55px;
}

.heading-large,
.heading-small {
  display: flex;
  width: 100%;
  margin-bottom: 78px;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.heading-small {
  margin-bottom: 54px;
}

.heading-small h3 {
  letter-spacing: 4.8px;
  line-height: 58px;
  font-size: 48px;
  text-transform: uppercase;
  margin: 0;
  color: #ffd600;
  font-weight: 500;
}

.heading-small .explore-row:after {
  position: absolute;
  right: 0;
  bottom: 5px;
  height: 116px;
  background: #ffd600;
  width: 1px;
  content: "";
}

.explore-row {
  position: relative;
  padding-right: 35px;
}

.heading-small .explore-row a {
  letter-spacing: 2.4px;
  color: #ffd600;
  font-size: 22px;
  text-transform: uppercase;
}

.heading-large h4 {
  font-size: 74px;
  color: #ffd600;
  line-height: 88px;
  text-transform: uppercase;
  letter-spacing: 7.4px;
  margin: 0;
  font-weight: 100;
  display: inline-block;
}

.heading-large h4 span {
  display: block;
}

.heading-large .about-right {
  padding: 30px 32px 30px 0;
  border-right: 1px solid #ffd600;
  width: max-content;
  font-weight: 100;
}

.heading-large .about-right h2 a {
  color: #ffd600;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2.4px;
  margin: 0;
  text-decoration: none;
}

.horizon-block h1 {
  letter-spacing: 0;
  max-width: 750px;
  margin: 0 0 44px 0;
  line-height: 28px;
  font-weight: 700;
  font-size: 24px;
  color: #535453;
}

.horizon-block .content-row {
  border-top: 1px solid #dcdcdc;
  padding: 35px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}

.horizon-block p {
  font-size: 16px;
  line-height: 24px;
  max-width: 550px;
  margin: 0;
}

.horizon-block a,
.block-content.doors-content .common-contentcol a {
  color: #337ab7;
  text-decoration: none;
}

.common-contentcol p {
  line-height: 25px;
  font-size: 14px;
}

.btn-default,
a.btn-default {
  border: 1px solid #535453;
  border-radius: 0;
  min-width: 280px;
  letter-spacing: 2.7px;
  color: #535453;
  line-height: 22px;
  padding: 18px 10px;
  outline: none;
  font-size: 18px;
  text-transform: uppercase;
}

.bgimage-block {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 768px;
  position: relative;
}

.top-links {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 78px;
  line-height: 28px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  color: #fff;
}

.top-links:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 64px;
  width: 1px;
  background: #fff;
  content: "";
  top: 0;
}

.bottom-links:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 64px;
  width: 1px;
  background: #fff;
  content: "";
  bottom: 0;
}

.bottom-links {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 78px;
  line-height: 28px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  color: #fff;
}

.block-content.doors-content {
  padding: 70px 0 65px;
}

.common-content h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px 0;
  padding-right: 50px;
  letter-spacing: 0;
  font-family: "aktiv-grotesk", sans-serif;
  text-transform: none;
}

.product-gallery {
  padding: 0 0 60px 0;
}

.product-gallery .row {
  margin: 0;
}

.product-gallery .row [class*="col-"] {
  padding: 0;
}

.product-gallery .product-thumb {
  padding: 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  height: 282.868px;
  background-position: center center;
  background-repeat: no-repeat;
}

.product-gallery .product-thumb:hover .product-overlay {
  opacity: 1;
  top: 0;
}

.product-gallery .product-thumb .product-overlay {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.product-gallery .product-thumb img {
  width: 100%;
}

.product-gallery .product-thumb .product-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.7px;
  font-family: "futura_ltbook";
  outline: none;
  opacity: 0;
}

.product-gallery .product-thumb .product-overlay .product-btn {
  color: #ffd600;
  border: 1px solid #ffd600;
  min-width: 280px;
  line-height: 22px;
  padding: 18px 10px;
  display: inline-block;
  text-align: center;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.product-gallery .pro-name {
  position: relative;
  text-align: center;
  font-family: "futura_ltbook";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.7px;
  color: #ffd600;
  padding: 69px 15px 0 15px;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.product-gallery .pro-name:before {
  position: absolute;
  left: 50%;
  top: 0;
  background: #ffd600;
  width: 1px;
  height: 58px;
  content: "";
}

.product-gallery .pro-name a {
  color: #ffd600;
}

.services h4 {
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-bottom: 0px;
  color: #666;
  font-weight: 600;
}

.services p {
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  text-transform: none;
  color: #666;
}

@media (max-width: 991px) {
  .heading-large h4 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .heading-large .about-right {
    padding: 0 15px 0 0;
  }

  .heading-large .about-right h2 a {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.4px;
  }

  .horizon-block,
  .block-content.doors-content {
    padding: 40px 0;
  }

  .heading-large {
    margin-bottom: 35px;
    gap: 20px;
  }

  .horizon-block h1 {
    margin: 0 0 25px 0;
    line-height: 1.3;
    font-size: 20px;
  }

  .heading-small .explore-row:after {
    height: 88px;
  }

  .explore-row {
    padding-right: 20px;
  }

  .heading-small .explore-row a {
    letter-spacing: 0.7px;
    font-size: 16px;
  }

  .heading-small h3 {
    letter-spacing: 1.8px;
    line-height: 1.2;
    font-size: 43px;
  }
}

@media (max-width: 470px) {
  .heading-large h4 {
    font-size: 22px;
  }

  .heading-small h3 {
    font-size: 28px;
  }

  .heading-large,
  .heading-small {
    gap: 20px;
  }

  .explore-row {
    padding-right: 15px;
  }

  .heading-small .explore-row a {
    letter-spacing: 0;
    font-size: 14px;
  }

  .heading-small .explore-row:after {
    height: 100%;
  }

  .heading-small {
    margin-bottom: 25px;
  }
}

.flickity-enabled.is-draggable .flickity-viewport {
  height: 93vh !important;
}

/* @media screen and (min-width: 991px) { */
.bnrcont {
  position: absolute;
  width: 45%;
  bottom: 20%;
  left: 5%;
  color: #fff;
  background: #00000075;
  padding: 2rem 4rem;
  border-radius: 0px;
  z-index: 99;
}

.bnrcont h1 {
  color: #ffd600 !important;
  font-size: 38px;
  line-height: normal;
  font-weight: 700 !important;
}

.bnrcont p {
  font-size: 16px;
  line-height: 24px !important;
}

/* } */

@media screen and (max-width: 767px) {
  .bnrcont {
    width: 90% !important;
    bottom: 10% !important;
    padding: 2rem 2rem !important;
  }

  .bnrcont h1 {
    font-size: 22px !important;
  }

  .bnrcont p {
    font-size: 13px !important;
  }

  .bnrcont a {
    font-size: 14px !important;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar-nav>li .dropdown-menu {
  border-radius: 0px !important;
  background-color: rgba(255, 255, 255, 0.9);
}

.navbar-nav>li .dropdown-menu:before {
  /* background-color: rgba(255, 255, 255, 0.9); */
  bottom: 0;
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  width: max-content !important;
  -webkit-appearance: none;
}

.navbar-nav>li .dropdown-menu:after {
  /* background-color: rgba(255, 255, 255, 0.9); */
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: max-content !important;
  z-index: 11;
}



.fixed-side {
  position: fixed;
  display: flex;
  bottom: -80px;
  left: 0;
  right: 0;
  z-index: 500;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1000px) {
  .fixed-side {
    display: table;
    top: 50%;
    right: -240px;
    bottom: unset;
    left: unset;
  }

  .fixed-side.fixed-desktop {
    right: -160px;
  }
}

.fixed-side.fixed-side-show {
  bottom: -1px;
  transition: all 0.3s ease;
}

.fixed-side>a {
  width: 33.333vw;
}

.fixed-side>a:nth-child(2) {
  width: 33.334vw;
}

.fixed-side .one-cta {
  background-color: #ffd600;
}

.fixed-side .two-cta {
  background-color: #ffd600;
}

.fixed-side .three-cta {
  background-color: #ffd600;
}

.fixed-side svg {
  font-size: 1rem;
  color: #fff;
}

@media screen and (min-width: 1000px) {
  .fixed-side svg {
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .fixed-side svg {
    font-size: 0.5rem;
    margin-right: 0;
  }
}

.fixed-side p {
  color: #fff;
  white-space: nowrap;
  padding-right: 1.5rem;
  margin-bottom: 0;
}

.fixed-side .side-content:hover {
  background: transparent;
}

.fixed-side .one-side,
.fixed-side .two-side,
.fixed-side .three-side {
  display: flex;
  justify-content: space-around;
  height: 50px;
}

.fixed-side .side-content {
  position: relative;
  display: flex;
  align-items: center;
  left: 0;
  transition: all 0.3s ease;
}

.fixed-side .side-content:hover {
  color: #fff;
  transition: all 0.3s ease;
}

.fixed-side .side-content svg {
  color: #fff;
}

.fixed-side .side-content p {
  display: none;
}

@media screen and (min-width: 1000px) {
  .fixed-side .side-content p {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .fixed-side>a {
    width: auto;
  }

  .fixed-side>a:nth-child(2) {
    width: auto;
  }

  .fixed-side .one-cta,
  .fixed-side .two-cta,
  .fixed-side .three-cta {
    background: transparent;
  }

  .fixed-side .one-side,
  .fixed-side .two-side,
  .fixed-side .three-side {
    position: relative;
    display: block;
    height: 64px;
    width: 224px;
  }

  .fixed-side .one-side .side-content {
    background-color: #ffd600;
  }

  .fixed-side .two-side .side-content {
    background-color: #ffd600;
  }

  .fixed-side .three-side .side-content {
    background-color: #ffd600;
  }

  .fixed-side .side-content {
    position: absolute;
    width: 100%;
  }

  .fixed-side .side-content:hover {
    background: #EAB307;
    left: -160px;
    color: #fff;
  }

  .fixed-side .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    padding: 22px;
  }
}

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

  .fixed-side .one-side,
  .fixed-side .two-side,
  .fixed-side .three-side {
    display: block;
  }

  .fixed-side .one-side .side-content,
  .fixed-side .two-side .side-content,
  .fixed-side .three-side .side-content {
    justify-content: center;
    padding: 1rem;
    height: 100%;
  }

  .fixed-side .one-side .side-content .icon-box svg,
  .fixed-side .two-side .side-content .icon-box svg,
  .fixed-side .three-side .side-content .icon-box svg {
    height: 20px;
    width: 20px;
  }
}
.services img {
  height: 300px !important;
}

/* Hide the drawer for larger screens */
.drawer-menu {
  display: none;
}

/* Show the drawer for smaller screens */
@media (max-width: 992px) { /* Bootstrap breakpoint for lg */
  .drawer-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 300px;
    background-color: #000;
    color: white;
    z-index: 13;
    transition: left 0.3s ease-in-out;
  }

  .drawer-menu.open {
    left: 0;
  }

  #drawer-toggler {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
  }

  .navbar-collapse {
    display: none !important;
  }
}
.drawer-menu .nav-item svg {
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
}
@media (min-width: 993px) {
  #drawer-toggler {
    display: none;
  }
}

.navbar-light .navbar-toggler-icon {
  filter: brightness(102%) saturate(100%) invert(99%) sepia(5%) saturate(850%) hue-rotate(284deg) brightness(173%) contrast(107%);
}

.drawer-menu .menu {
  display: none;
  transition: transform 0.2s ease-in-out;
}

.drawer-menu .menu.active {
  display: block;
}

.drawer-menu .menu:not(.active) {
  transform: translateX(100%);
}

@media (min-width: 768px) {
  .min-w-50 {
    width: 50% !important;
  }
}
.drawer-menu li a {
  text-transform: uppercase !important;
}

/* ======== additional css ======== */
.re_quote_btn{
  background-color: aliceblue;
  color: #000 !important;
  padding: 10px 15px !important;
  margin-left: 15px !important;
  border: 2px solid transparent;
  border-radius: 3px;
  font-weight: 600;
}
.re_quote_btn:hover{
  cursor: pointer;
  background-color: transparent;
  color:aliceblue !important;
  border: 2px solid aliceblue;
}
.navbar-expand-lg .navbar-nav{
  align-items: center;
}


/* =================== */
