@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #878786;
  background: #fff;
}
body.disabled {
  overflow: hidden;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:hover,
a:focus,
a:visited,
a:focus-within {
  text-decoration: none;
}

p {
  line-height: 150%;
}

header {
  position: relative;
  z-index: 130;
  padding-top: 30px;
}
@media screen and (min-width: 2100px) {
  header {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  header {
    background: #001e3c;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
header.active {
  background: initial;
}

.header-bg img,
.footer-btm-bg img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .header-bg img,
.footer-btm-bg img {
    display: none;
  }
}

.header-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1699px) {
  .header-bg img {
    min-height: 800px;
  }
}
@media only screen and (max-width: 1499px) {
  .header-bg img {
    min-height: 750px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-bg img {
    min-height: 660px;
  }
}

.footer-btm-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
.footer-btm-bg2 img {
  width: 100%;
}

.footer-btm-bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}
.footer-btm-bg img {
  height: 1100px;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 1699px) {
  .footer-btm-bg img {
    min-height: 1050px;
    object-fit: cover;
  }
}
footer .wide {
  display: none;
}
@media screen and (min-width: 1850px) {
  footer .wide {
    display: block;
  }
}
@media screen and (min-width: 1850px) {
  footer .lg-wrap {
    display: none;
  }
}

header .nav-top,
.mobile-menu .nav-top {
  display: flex;
  justify-content: flex-end;
}
header .nav-top li,
.mobile-menu .nav-top li {
  display: inline-flex;
  align-items: center;
}
header .nav-top a.nav-link,
.mobile-menu .nav-top a.nav-link {
  color: #878786;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
header .navbar-brand img,
.mobile-menu .navbar-brand img {
  height: auto;
}
@media only screen and (max-width: 1199px) {
  header .navbar-brand img,
.mobile-menu .navbar-brand img {
    max-width: 140px;
  }
}
@media only screen and (max-width: 991px) {
  header .navbar-brand img,
.mobile-menu .navbar-brand img {
    max-width: 105px;
  }
}
header .navbar-nav ul.nav-bottom a.nav-link,
.mobile-menu .navbar-nav ul.nav-bottom a.nav-link {
  color: #fff;
  font-weight: 700;
}
header .navbar-nav ul.nav-bottom a.nav-link.active,
.mobile-menu .navbar-nav ul.nav-bottom a.nav-link.active {
  color: #b69b88;
}
header .navbar-nav ul.nav-bottom a.nav-link:hover,
.mobile-menu .navbar-nav ul.nav-bottom a.nav-link:hover {
  color: #b69b88;
}
header .navbar-nav .nav-item,
.mobile-menu .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.circle {
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background: #b69b88;
  border-radius: 100%;
  display: block;
}

.mobile-menu {
  margin-top: 0;
  background: #001e3c;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  z-index: 110;
  flex-direction: column;
  padding-top: 90px;
  flex-wrap: nowrap;
  overflow-y: scroll;
}
.mobile-menu.active {
  transition: 0.3s ease;
  opacity: 1;
  pointer-events: all;
}
.mobile-menu .nav {
  flex-direction: column;
  display: flex;
}
.mobile-menu li {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 5px;
}
.mobile-menu li:last-of-type {
  margin-bottom: 0;
}
.mobile-menu li a {
  color: #fff;
  font-size: 20px !important;
  font-weight: 600;
}
.mobile-menu .mobile-contacts a, .mobile-menu .mobile-contacts p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 5px;
}
.mobile-menu .mobile-contacts .item {
  display: flex;
  justify-content: center;
}
.mobile-menu .mobile-contacts .item a {
  display: flex;
  align-items: center;
}
.mobile-menu .mobile-contacts .item span {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}
.mobile-menu .mobile-contacts .item span img {
  max-width: 24px;
  height: auto;
}
.mobile-menu hr {
  border: none;
  height: 2px;
  width: 60%;
  background: #fff;
  margin: 1rem auto;
}

footer {
  position: relative;
}
@media only screen and (max-width: 991px) {
  footer {
    background: #001e3c;
    padding-top: 40px;
  }
}
footer .btm-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .btm-footer .logo-wrap {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  footer .btm-footer .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .btm-footer .text span {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  footer .btm-footer .text span {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  footer .btm-footer .text span.gdpr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  footer .btm-footer .website-by-wrap {
    margin-top: 10px;
    text-align: center;
  }
}
footer .btm-footer-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  footer .btm-footer-wrap {
    flex-direction: column;
  }
}
footer .btm-footer-wrap a:hover {
  color: #fff;
}
footer .socials {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  footer .socials {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.contact-form {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .contact-form {
    padding-bottom: 0;
  }
}
.contact-form .form-container {
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .contact-form .form-container {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.contact-form .form-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .contact-form .form-wrap {
    justify-content: center;
  }
}
.contact-form .form-wrap:first-of-type {
  margin-top: 0;
}
.contact-form .form-wrap:last-of-type {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .contact-form .form-wrap:last-of-type {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.contact-form input,
.contact-form textarea {
  border-radius: 25px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #878786;
}
.contact-form input:not([type=submit]),
.contact-form textarea {
  width: 100%;
  padding: 12px 30px;
  border: none;
  color: #001e3c;
  font-size: 18px;
}
.contact-form textarea {
  resize: none;
  height: 200px;
}
.contact-form input[type=submit] {
  border: none;
  background: #fff;
  color: #001e3c;
  padding: 10px 30px;
  border-radius: 27px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: auto;
  transition: 0.2s ease;
  margin-right: 5px;
}
.contact-form input[type=submit]:hover {
  background: #b69b88;
  color: #fff;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1499px) {
  .contact-form input[type=submit] {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-form input[type=submit] {
    width: auto;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form input[type=submit] {
    font-size: 16px;
  }
}
.contact-form .contact-info .item {
  color: #fff;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-info .item {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
}
.contact-form .contact-info .item span {
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-info .item span img {
    max-width: 24px;
    height: auto;
  }
}
.contact-form .contact-info .item a {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
@media only screen and (max-width: 1499px) {
  .contact-form .contact-info .item a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-info .item a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .contact-info .item a {
    font-size: 16px;
  }
}
.contact-form .contact-info .item a:hover {
  text-decoration: underline;
}
.contact-form .contact-info .item a span {
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-info .item a span {
    margin-right: 10px;
  }
}
.contact-form .contact-info .item.gps a {
  font-size: 20px;
}
.contact-form .contact-info .item.gps a br {
  display: none;
}
@media only screen and (max-width: 575px) {
  .contact-form .contact-info .item.gps a br {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-info .item.gps a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .contact-info .item.gps a {
    font-size: 16px;
  }
}
.contact-form .contact-info p {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-info p {
    font-size: 16px;
    text-align: center;
  }
}
.contact-form .contact-info p.btm-p {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-info p.btm-p {
    margin-bottom: 25px;
  }
}
.contact-form .contact-info .navigation-wrap {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-info .navigation-wrap {
    justify-content: center;
  }
}
.contact-form .contact-info .navigation-wrap a {
  border: none;
  background: #fff;
  color: #001e3c;
  padding: 10px 30px;
  border-radius: 27px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: auto;
  transition: 0.2s ease;
  margin-right: 5px;
}
.contact-form .contact-info .navigation-wrap a:hover {
  background: #b69b88;
  color: #fff;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1499px) {
  .contact-form .contact-info .navigation-wrap a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-form .contact-info .navigation-wrap a {
    width: auto;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-info .navigation-wrap a {
    font-size: 16px;
  }
}

.heading-wrap {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .heading-wrap {
    margin-bottom: 25px;
    padding-left: 0;
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .heading-wrap {
    margin-bottom: 15px;
  }
}
.heading-wrap h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  position: relative;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .heading-wrap h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .heading-wrap h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .heading-wrap h3 {
    text-align: center;
  }
}
.heading-wrap h3:before {
  content: url("../images/wave.svg");
  position: absolute;
  top: calc(50% - 7.5px);
  left: -60px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 440px) {
  .heading-wrap h3:before {
    display: none;
  }
}
.heading-wrap p {
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 440px;
  color: #b1b2b3;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .heading-wrap p {
    margin-top: 10px;
    text-align: center;
  }
}
.heading-wrap.black h3 {
  color: #000;
}
.heading-wrap.black h3:before {
  content: url("../images/wave-black.svg");
}

.hamburger {
  width: 30px;
  height: 22.5px;
  position: relative;
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 99999;
}
@media only screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.hamburger span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.hamburger span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -1.5px;
  left: 4px;
}

.hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19.5px;
  left: 4px;
}

section.map img {
  position: relative;
  z-index: -1;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  section.map img {
    margin-bottom: -30px;
    min-height: 500px;
    object-fit: cover;
  }
}

.suppliers-slider-wrap {
  margin-bottom: -50px;
}
.suppliers-slider-wrap .img-wrap {
  display: inline-flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .suppliers-slider-wrap .img-wrap picture {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .suppliers-slider-wrap .img-wrap img {
    max-width: 85%;
  }
}
.suppliers-slider-wrap .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #d9d9d9;
  margin: 0 8px;
}
.suppliers-slider-wrap .slick-dots li.slick-active {
  background: #001e3c;
}
.suppliers-slider-wrap .slick-dots li button:before {
  display: none;
}

section.cooperation {
  margin-bottom: 150px;
  margin-bottom: 300px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  section.cooperation {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 2150px) {
  section.cooperation {
    margin-bottom: 350px;
  }
}
@media screen and (min-width: 2050px) and (max-width: 2149px) {
  section.cooperation {
    margin-bottom: 400px;
  }
}
@media only screen and (max-width: 991px) {
  section.cooperation {
    padding-bottom: 50px;
    padding-top: 50px;
    background: #f2f2f2;
  }
}
section.cooperation .bg {
  position: absolute;
  left: 0;
  top: -630px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 2150px) {
  section.cooperation .bg {
    height: 1750px;
    top: -680px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 2149px) {
  section.cooperation .bg {
    top: -740px;
    height: fit-content;
    min-height: 1800px;
  }
}
@media only screen and (max-width: 1799px) {
  section.cooperation .bg {
    top: -600px;
    min-height: 1700px;
  }
}
@media only screen and (max-width: 1499px) {
  section.cooperation .bg {
    top: -450px;
    min-height: 1500px;
  }
}
@media only screen and (max-width: 1399px) {
  section.cooperation .bg {
    min-height: 1450px;
  }
}
@media only screen and (max-width: 991px) {
  section.cooperation .bg {
    display: none;
  }
}
section.cooperation .bg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 2150px) {
  section.cooperation .bg img {
    object-position: top;
  }
}
@media only screen and (max-width: 1799px) {
  section.cooperation .bg img {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  section.cooperation .cooperation-card:last-of-type {
    grid-column: span 2;
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  section.cooperation .cooperation-card:last-of-type {
    grid-column: initial;
    width: initial;
    margin: initial;
  }
}
section.cooperation .cooperation-card h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  margin-bottom: 22px;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  section.cooperation .cooperation-card h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  section.cooperation .cooperation-card h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.cooperation .cooperation-card h5 {
    margin-bottom: 15px;
    text-align: left;
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  section.cooperation .cooperation-card h5 br {
    display: none;
  }
}
section.cooperation .cooperation-card .img-wrap {
  position: relative;
  display: inline-flex;
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  section.cooperation .cooperation-card .img-wrap {
    margin-bottom: 20px;
  }
}
section.cooperation .cooperation-card .img-wrap picture {
  width: 100%;
}
section.cooperation .cooperation-card .img-wrap img {
  border-top-left-radius: 50px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  section.cooperation .cooperation-card .img-wrap img {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
}
section.cooperation .cooperation-card .img-wrap .number {
  position: absolute;
  background: #b69b88;
  color: #fff;
  padding: 8px 18px;
  border-top-left-radius: 20px;
  bottom: -10px;
  right: 0;
}
section.cooperation .cooperation-card p {
  color: #878786;
  margin-bottom: 0;
}
section.cooperation .cards-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 991px) {
  section.cooperation .cards-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  section.cooperation .cards-wrap {
    grid-template-columns: 1fr;
  }
}
section.cooperation .btm {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  section.cooperation .btm {
    margin-top: 45px;
  }
}
section.cooperation .btm p {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #001e3c;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  section.cooperation .btm p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  section.cooperation .btm p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.cooperation .btm p {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
section.cooperation .btm p a {
  border: none;
  background: #001e3c;
  color: #fff;
  padding: 10px 30px;
  border-radius: 27px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: auto;
  transition: 0.2s ease;
}
section.cooperation .btm p a:hover {
  background: #b69b88;
  color: #fff;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1499px) {
  section.cooperation .btm p a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  section.cooperation .btm p a {
    width: auto;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.cooperation .btm p a {
    font-size: 16px;
  }
}
section.cooperation .btm span {
  display: inline-flex;
  gap: 5px;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 5px;
}
@media only screen and (max-width: 991px) {
  section.cooperation .btm span {
    justify-content: center;
  }
}

section.realizations, section.sub-realizations {
  margin-bottom: 350px;
}
@media only screen and (max-width: 1499px) {
  section.realizations, section.sub-realizations {
    margin-bottom: 180px;
  }
}
@media only screen and (max-width: 991px) {
  section.realizations, section.sub-realizations {
    margin-bottom: 100px;
  }
}
section.realizations .col-lg-6 .featured-wrap img, section.sub-realizations .col-lg-6 .featured-wrap img {
  border-top-left-radius: 200px;
  width: 100%;
  max-height: 630px;
  object-fit: cover;
  height: 570px;
}
@media only screen and (max-width: 991px) {
  section.realizations .col-lg-6 .featured-wrap img, section.sub-realizations .col-lg-6 .featured-wrap img {
    height: initial;
    border-top-left-radius: initial;
  }
}
section.realizations .col-lg-6 .images .image, section.sub-realizations .col-lg-6 .images .image {
  width: calc(20% - 8px);
}
section.realizations .col-lg-3:last-of-type, section.sub-realizations .col-lg-3:last-of-type {
  position: relative;
}
section.realizations .col-lg-3:last-of-type:after, section.sub-realizations .col-lg-3:last-of-type:after {
  content: url("../images/homepage/crown-black.svg");
  position: absolute;
  right: -45px;
  top: -60px;
}
@media only screen and (max-width: 1299px) {
  section.realizations .col-lg-3:last-of-type:after, section.sub-realizations .col-lg-3:last-of-type:after {
    display: none;
  }
}
section.realizations .col-lg-3:last-of-type .featured-wrap img, section.sub-realizations .col-lg-3:last-of-type .featured-wrap img {
  border-top-right-radius: 100px;
}
@media only screen and (max-width: 991px) {
  section.realizations .col-lg-3:last-of-type .featured-wrap img, section.sub-realizations .col-lg-3:last-of-type .featured-wrap img {
    border-top-right-radius: initial;
  }
}
@media only screen and (max-width: 991px) {
  section.realizations .col-lg-3, section.sub-realizations .col-lg-3 {
    margin-top: 25px;
  }
}
section.realizations .col-lg-3 .images .image, section.sub-realizations .col-lg-3 .images .image {
  width: calc(25% - 7.5px);
}
section.realizations .col-lg-3 .btm-info, section.sub-realizations .col-lg-3 .btm-info {
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  section.realizations .col-lg-3 .btm-info, section.sub-realizations .col-lg-3 .btm-info {
    flex-direction: row;
  }
}
section.realizations .featured-wrap a, section.sub-realizations .featured-wrap a {
  width: 100%;
}
section.realizations .featured-wrap img, section.sub-realizations .featured-wrap img {
  object-fit: cover;
  width: 100%;
  height: 330px;
}
@media only screen and (max-width: 991px) {
  section.realizations .featured-wrap img, section.sub-realizations .featured-wrap img {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
}
section.realizations .images, section.sub-realizations .images {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
section.realizations .images .image img, section.sub-realizations .images .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.realizations h5, section.sub-realizations h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1199px) {
  section.realizations h5, section.sub-realizations h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  section.realizations h5, section.sub-realizations h5 {
    font-size: 18px;
  }
}
section.realizations p.main-p, section.sub-realizations p.main-p {
  font-size: 18px;
  color: #878786;
  margin-bottom: 25px;
}
section.realizations p.main-p span, section.sub-realizations p.main-p span {
  color: #001e3c;
}
@media only screen and (max-width: 991px) {
  section.realizations p.main-p, section.sub-realizations p.main-p {
    font-size: 16px;
  }
}
section.realizations .btm-info, section.sub-realizations .btm-info {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  section.realizations .btm-info, section.sub-realizations .btm-info {
    gap: 10px;
  }
}
section.realizations .btm-info .icon, section.sub-realizations .btm-info .icon {
  display: inline-flex;
  align-items: center;
}
section.realizations .btm-info p, section.sub-realizations .btm-info p {
  margin-bottom: 0;
  color: #000;
}
section.realizations .btm-info .item, section.sub-realizations .btm-info .item {
  display: flex;
  gap: 10px;
}

section.realizations .col-lg-3 .featured-wrap img {
  width: 100%;
  height: 270px;
}
@media only screen and (max-width: 991px) {
  section.realizations .col-lg-3 .featured-wrap img {
    height: 370px;
  }
}

section.services {
  margin-top: 300px;
  margin-bottom: 180px;
  position: relative;
  background: #b69b88;
  padding-bottom: 80px;
}
@media screen and (min-width: 2000px) {
  section.services {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #b69b88;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1799px) {
  section.services {
    padding-top: 80px;
    margin-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  section.services {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #b69b88;
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
section.services .bg {
  position: absolute;
  left: 0;
  top: -630px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 2000px) {
  section.services .bg {
    display: none;
  }
}
@media screen and (min-width: 2110px) {
  section.services .bg {
    height: 1750px;
    top: -680px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 2109px) {
  section.services .bg {
    top: -680px;
    height: fit-content;
    min-height: 2000px;
  }
}
@media only screen and (max-width: 1799px) {
  section.services .bg {
    top: -700px;
    min-height: 2000px;
  }
}
@media only screen and (max-width: 1499px) {
  section.services .bg {
    top: -700px;
    min-height: 2000px;
  }
}
@media only screen and (max-width: 991px) {
  section.services .bg {
    display: none;
  }
}
section.services .bg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 2150px) {
  section.services .bg img {
    object-position: top;
  }
}
@media only screen and (max-width: 1799px) {
  section.services .bg img {
    height: 100%;
  }
}
section.services .heading-wrap p {
  color: #fff;
}
section.services .col-lg-4:first-of-type .service-card {
  border-top-left-radius: 100px;
  position: relative;
}
section.services .col-lg-4:first-of-type .service-card:after {
  content: url("../images/homepage/crown-white.svg");
  position: absolute;
  left: -58px;
  top: -60px;
}
@media only screen and (max-width: 767px) {
  section.services .col-lg-4:first-of-type .service-card:after {
    display: none;
  }
}
section.services .col-lg-4:last-of-type .service-card {
  border-bottom-right-radius: 100px;
}
section.services .col-lg-4 {
  margin-bottom: 20px;
}
section.services .service-card {
  background: #fff;
  padding: 40px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  section.services .service-card {
    padding: 30px;
  }
}
section.services .service-card .top {
  margin-bottom: 12px;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  section.services .service-card .top {
    gap: 15px;
  }
}
@media only screen and (max-width: 325px) {
  section.services .service-card .top {
    flex-wrap: wrap;
  }
}
section.services .service-card .top .icon img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
}
@media only screen and (max-width: 1199px) {
  section.services .service-card .top .icon img {
    max-width: 100px;
    max-height: 100px;
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 991px) {
  section.services .service-card .top .icon img {
    max-width: initial;
    max-height: initial;
    height: auto;
  }
}
@media only screen and (max-width: 440px) {
  section.services .service-card .top .icon img {
    max-width: 120px;
  }
}
section.services .service-card h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  section.services .service-card h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  section.services .service-card h5 {
    font-size: 18px;
  }
}
section.services .service-card .btn-wrap {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-top: 15px;
}
section.services .service-card .btn-wrap span img {
  width: 26px;
  height: auto;
}
section.services .service-card a {
  border: none;
  background: #b69b88;
  color: #fff;
  padding: 10px 30px;
  border-radius: 27px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: auto;
  transition: 0.2s ease;
  font-size: 20px;
}
section.services .service-card a:hover {
  background: #b69b88;
  color: #fff;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1499px) {
  section.services .service-card a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  section.services .service-card a {
    width: auto;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.services .service-card a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  section.services .service-card a {
    padding: 6px 20px;
  }
}
section.services .service-card a:hover {
  background: #001e3c;
}
section.services .service-card p {
  font-size: 18px;
  color: #878786;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  section.services .service-card p {
    font-size: 16px;
  }
}
section.services .block {
  background: #001e3c;
  padding: 20px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.services .block ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  section.services .block ul {
    flex-direction: column;
  }
}
section.services .block ul li {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  section.services .block ul li {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  section.services .block ul li:not(:last-of-type) a {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  section.services .block ul li:not(:first-of-type) a {
    padding-top: 5px;
  }
}
section.services .block ul li a:hover {
  text-decoration: underline;
}
section.services .block ul li .circle {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  section.services .block ul li .circle {
    display: none;
  }
}
section.services .block ul li:last-of-type .circle {
  display: none;
}

.mobile {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .mobile {
    display: flex !important;
  }
}

@media only screen and (max-width: 991px) {
  .desktop {
    display: none !important;
  }
}

section.about {
  margin-bottom: 100px;
  position: relative;
}
section.about:before {
  content: url("../images/homepage/about/bg2.svg");
  position: absolute;
  left: 50px;
  bottom: 250px;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  section.about:before {
    display: none;
  }
}
section.about:after {
  content: url("../images/homepage/about/bg1.svg");
  position: absolute;
  right: 50px;
  top: -20px;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  section.about:after {
    display: none;
  }
}
section.about .img-wrap {
  position: relative;
  z-index: 6;
}
section.about .img-wrap img {
  border-top-right-radius: 200px;
}
@media only screen and (max-width: 991px) {
  section.about .img-wrap img {
    max-width: 215px;
    border-top-right-radius: 100px;
  }
}
@media only screen and (max-width: 575px) {
  section.about .img-wrap img {
    max-width: initial;
    width: 100%;
  }
}
section.about .img-wrap.right {
  position: absolute;
  right: -150px;
  bottom: -150px;
}
@media only screen and (max-width: 1499px) {
  section.about .img-wrap.right {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  section.about .img-wrap.right {
    right: 50px;
    bottom: -165px;
  }
}
section.about .img-wrap.right:after {
  content: url("../images/homepage/crown-elevation.svg");
  position: absolute;
  right: -55px;
  top: -60px;
}
@media only screen and (max-width: 991px) {
  section.about .img-wrap.right:after {
    display: none;
  }
}
section.about .img-wrap.right img {
  border-top-right-radius: 100px;
}
section.about .text {
  background: #f2f2f2;
  padding: 50px 165px 50px 100px;
  margin-left: -50px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  section.about .text {
    margin-left: -75px;
    padding: 40px 40px 40px 100px;
  }
}
section.about .text h6,
section.about .text p {
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  section.about .text h6,
section.about .text p {
    max-width: initial;
  }
}
@media only screen and (max-width: 575px) {
  section.about .text h6,
section.about .text p {
    text-align: center;
  }
}
section.about .text h6 {
  line-height: 150%;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  section.about .text h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.about .text h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  section.about .text h6 {
    margin-bottom: 15px;
  }
}
section.about .text p {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  section.about .text p {
    font-size: 16px;
  }
}
section.about .mid {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 575px) {
  section.about .mid {
    flex-direction: column;
    align-items: initial;
  }
}
section.about .text-wrap {
  display: flex;
}
section.about .btm-text {
  max-width: 500px;
  margin: 70px auto 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  section.about .btm-text {
    max-width: initial;
    margin-top: 45px;
  }
}
section.about .btm-text p {
  color: #878786;
  font-size: 20px;
  margin-bottom: 35px;
  font-style: italic;
}
@media only screen and (max-width: 1499px) {
  section.about .btm-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.about .btm-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  section.about .btm-text p {
    margin-bottom: 25px;
    text-align: center;
  }
}
section.about .btm-text picture img {
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  section.about .btm-text picture img {
    width: 55px;
    height: auto;
  }
}
section.about .btm-text .authors {
  display: flex;
}
@media only screen and (max-width: 991px) {
  section.about .btm-text .authors {
    justify-content: center;
  }
}
section.about .btm-text .authors .mobile {
  display: flex;
}
section.about .btm-text h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #001e3c;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  section.about .btm-text h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.about .btm-text h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  section.about .btm-text h6 {
    max-width: 150px;
    text-align: center;
    font-size: 15px;
  }
}
section.about .btm-text .line-right {
  display: inline-flex;
  align-items: center;
  margin: 0 15px;
}
@media only screen and (max-width: 575px) {
  section.about .btm-text .line-right {
    width: 50px;
    margin: 0 10px;
  }
}
section.about .btm-text .line-right img {
  max-width: 100%;
}
section.about .btm-text .left {
  position: absolute;
  left: -130px;
  bottom: 48px;
}
section.about .btm-text .left .line-top {
  margin-top: 20px;
  position: relative;
  left: calc(50% - 1px);
}

section.hero {
  margin-top: -100px;
  margin-bottom: 100px;
}
section.hero .slick-slide > img {
  object-fit: cover;
}
@media only screen and (max-width: 1499px) {
  section.hero .slick-slide > img {
    min-height: 800px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero .slick-slide > img {
    min-height: 600px;
    object-position: 80%;
  }
}
@media only screen and (max-width: 575px) {
  section.hero .slick-slide > img {
    object-position: 70%;
  }
}
section.hero img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
section.hero .text-container {
  position: relative;
}
section.hero .text {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  margin-right: 14%;
}
@media only screen and (max-width: 575px) {
  section.hero .text {
    margin-right: initial;
    justify-content: center;
  }
}
section.hero .text h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  max-width: 600px;
  align-self: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  section.hero .text h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero .text h1 {
    font-size: 36px;
  }
}
section.hero .text p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  max-width: 450px;
  margin-bottom: 40px;
  align-self: center;
}
@media only screen and (max-width: 991px) {
  section.hero .text p {
    margin-bottom: 20px;
  }
}
section.hero .text .btn-wrap {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  align-self: center;
}
section.hero .text .btn-wrap a {
  border: none;
  background: #b69b88;
  color: #fff;
  padding: 10px 30px;
  border-radius: 27px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: auto;
  transition: 0.2s ease;
}
section.hero .text .btn-wrap a:hover {
  background: #b69b88;
  color: #fff;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1499px) {
  section.hero .text .btn-wrap a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  section.hero .text .btn-wrap a {
    width: auto;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero .text .btn-wrap a {
    font-size: 16px;
  }
}
section.hero .text .btn-wrap a:hover {
  background: #000;
}
section.hero .text .wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media only screen and (max-width: 575px) {
  section.hero .text .wrap {
    align-items: center;
  }
}
@media only screen and (max-width: 360px) {
  section.hero .text .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.hero .controls {
  display: flex;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  section.hero .controls {
    right: -15px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero .controls {
    right: 5%;
  }
}
@media only screen and (max-width: 575px) {
  section.hero .controls {
    margin-bottom: 20px;
  }
}
section.hero .controls .slick-dots {
  display: flex;
  gap: 16px;
  position: relative;
  bottom: initial;
}
section.hero .controls .slick-dots li {
  background: #d9d9d9;
  margin: 5px 0;
  border-radius: 100%;
  width: 14px;
  height: 14px;
}
section.hero .controls .slick-dots li.slick-active {
  background: #b69b88;
}
section.hero .controls .slick-dots li button:before {
  display: none;
}
section.hero .heading {
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  section.hero .heading {
    max-width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  section.hero .heading {
    margin-bottom: 20px;
  }
}

.arrow-controls .prev-arrow {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 575px) {
  .arrow-controls .prev-arrow {
    left: -30px;
  }
}
.arrow-controls .next-arrow {
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 575px) {
  .arrow-controls .next-arrow {
    right: -30px;
  }
}
.arrow-controls img {
  cursor: pointer;
}

.reference-showcase .left,
.photos .left {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .reference-showcase .left,
.photos .left {
    padding-left: initial;
  }
}

section.reference-showcase {
  margin-bottom: 360px;
}
@media only screen and (max-width: 991px) {
  section.reference-showcase {
    margin-bottom: 100px;
  }
}
section.reference-showcase h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 18px;
  color: #000;
  line-height: 130%;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  section.reference-showcase h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  section.reference-showcase h4 {
    font-size: 20px;
  }
}
section.reference-showcase p {
  font-size: 18px;
  color: #878786;
  margin-bottom: 0;
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  section.reference-showcase p {
    font-size: 16px;
    max-width: initial;
  }
}
section.reference-showcase .img-wrap {
  position: relative;
  width: 400px;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  section.reference-showcase .img-wrap {
    width: 100%;
  }
}
section.reference-showcase .img-wrap:before {
  content: "";
  position: absolute;
  background: #b69b88;
  border-bottom-right-radius: 200px;
  width: 100%;
  height: calc(100% + 100px);
  left: -50px;
  top: -50px;
  z-index: -1;
}
section.reference-showcase .img-wrap picture img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  max-height: 225px;
}
section.reference-showcase .img-wrap .play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
section.reference-showcase .img-wrap .play img {
  opacity: 0.7;
  transition: 0.2s ease;
}
section.reference-showcase .img-wrap a {
  width: 100%;
}
section.reference-showcase .img-wrap a:hover .play img {
  opacity: 1;
  transition: 0.2s ease;
}
section.reference-showcase .images {
  display: grid;
  gap: 20px;
  margin-top: 40px;
  padding-right: 90px;
  grid-template-columns: repeat(3, 3fr);
}
@media only screen and (max-width: 991px) {
  section.reference-showcase .images {
    padding-right: initial;
  }
}
section.reference-showcase .images .image img {
  width: 100%;
  height: 325px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  section.reference-showcase .left {
    margin-bottom: 100px;
  }
}
section.reference-showcase .full-size .images {
  padding-right: 0;
}

section.photos {
  margin-bottom: 90px;
}
section.photos h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 18px;
  color: #000;
  line-height: 130%;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  section.photos h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  section.photos h4 {
    font-size: 20px;
  }
}
section.photos p {
  font-size: 18px;
  color: #878786;
  margin-bottom: 0;
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  section.photos p {
    font-size: 16px;
    max-width: initial;
  }
}
section.photos .gallery-wrap {
  display: grid;
  grid-template-columns: repeat(5, 5fr);
  gap: 50px;
  grid-auto-flow: dense;
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  section.photos .gallery-wrap {
    gap: 35px;
  }
}
@media only screen and (max-width: 991px) {
  section.photos .gallery-wrap {
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: initial;
    gap: 10px;
  }
}
section.photos .gallery-wrap:after {
  content: "";
  background: #f2f2f2;
  top: -62px;
  bottom: -50px;
  right: 60px;
  height: calc(100% + 112px);
  width: 40%;
  position: absolute;
  z-index: -1;
  border-top-right-radius: 200px;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  section.photos .gallery-wrap:after {
    border-top-right-radius: 100px;
    display: none;
  }
}
section.photos .gallery-wrap img,
section.photos .gallery-wrap picture {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
@media only screen and (max-width: 991px) {
  section.photos .gallery-wrap img,
section.photos .gallery-wrap picture {
    aspect-ratio: 3/3;
  }
}
section.photos .gallery-wrap .round-wrap img {
  border-radius: 100%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 991px) {
  section.photos .gallery-wrap .round-wrap img {
    border-radius: initial;
  }
}
section.photos .gallery-wrap .wide-wrap {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  section.photos .gallery-wrap .wide-wrap {
    grid-column: span 1;
  }
}
section.photos .gallery-wrap .tall-wrap {
  grid-row: span 2;
}
@media only screen and (max-width: 991px) {
  section.photos .gallery-wrap .tall-wrap {
    grid-row: span 1;
  }
}
section.photos .gallery-wrap > div {
  display: inline-flex;
}
section.photos .gal-btm {
  margin-top: 150px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  section.photos .gal-btm {
    margin-top: 50px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  section.photos .gal-btm span {
    max-width: 100%;
    width: 100%;
  }
}
section.photos .gal-btm span:first-of-type {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  section.photos .gal-btm span.sm {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  section.photos .gal-btm span img {
    max-width: 100%;
    width: 100%;
  }
}
section.photos .gal-btm a {
  border: none;
  background: #001e3c;
  color: #fff;
  padding: 10px 30px;
  border-radius: 27px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: auto;
  transition: 0.2s ease;
}
section.photos .gal-btm a:hover {
  background: #b69b88;
  color: #fff;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1499px) {
  section.photos .gal-btm a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  section.photos .gal-btm a {
    width: auto;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.photos .gal-btm a {
    font-size: 16px;
  }
}

section.feedback {
  margin-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  section.feedback {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  section.feedback {
    margin-bottom: 80px;
  }
}
section.feedback .feedback-text {
  position: relative;
  background: #f2f2f2;
  border-top-right-radius: 200px;
  padding: 40px 50px 50px 50px;
}
@media only screen and (max-width: 991px) {
  section.feedback .feedback-text {
    border-top-right-radius: 100px;
    padding: 40px 30px 30px 30px;
  }
}
section.feedback .quotes {
  position: absolute;
  top: -33px;
  right: 130px;
}
@media only screen and (max-width: 1199px) {
  section.feedback .quotes {
    top: -28px;
  }
}
@media only screen and (max-width: 991px) {
  section.feedback .quotes {
    right: 110px;
    top: -22px;
  }
}
section.feedback .quotes img {
  height: auto;
}
@media only screen and (max-width: 1199px) {
  section.feedback .quotes img {
    width: 90px;
  }
}
@media only screen and (max-width: 991px) {
  section.feedback .quotes img {
    width: 75px;
  }
}
section.feedback h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 18px;
  color: #000;
}
@media only screen and (max-width: 1199px) {
  section.feedback h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  section.feedback h4 {
    font-size: 20px;
  }
}
section.feedback p {
  color: #878786;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  section.feedback p {
    font-size: 16px;
  }
}
section.feedback h6 {
  font-size: 16px;
  margin-bottom: 0;
  color: #001e3c;
  font-weight: 400;
}

section.style-details {
  margin-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  section.style-details {
    margin-bottom: 100px;
  }
}
section.style-details .style-details-wrap {
  display: grid;
  grid-template-columns: 62% 38%;
}
@media only screen and (max-width: 991px) {
  section.style-details .style-details-wrap {
    grid-template-columns: 100%;
  }
}
section.style-details .top {
  background: #001e3c;
  padding: 50px;
}
@media only screen and (max-width: 991px) {
  section.style-details .top {
    padding: 30px;
  }
}
section.style-details .top h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 18px;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  section.style-details .top h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  section.style-details .top h4 {
    font-size: 20px;
  }
}
section.style-details .top p {
  color: #b1b2b3;
  margin-bottom: 0;
  max-width: 535px;
}
@media only screen and (max-width: 991px) {
  section.style-details .top p {
    max-width: initial;
  }
}
section.style-details .top .images-top {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 10px;
}
section.style-details .top .images-top img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
section.style-details .btm {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 12px;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  section.style-details .btm {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 35px 30px 30px 30px;
  }
}
section.style-details .btm h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
  color: #000;
  max-width: 150px;
}
@media only screen and (max-width: 1199px) {
  section.style-details .btm h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  section.style-details .btm h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.style-details .btm h5 {
    max-width: initial;
  }
}
section.style-details .btm p {
  color: #000;
  margin-bottom: 0;
}
section.style-details .btn-wrap {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  section.style-details .btn-wrap {
    margin-top: 35px;
  }
}
section.style-details .btn-wrap a {
  border: none;
  background: #001e3c;
  color: #fff;
  padding: 10px 30px;
  border-radius: 27px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: auto;
  transition: 0.2s ease;
  font-size: 20px;
}
section.style-details .btn-wrap a:hover {
  background: #b69b88;
  color: #fff;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1499px) {
  section.style-details .btn-wrap a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  section.style-details .btn-wrap a {
    width: auto;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.style-details .btn-wrap a {
    font-size: 16px;
  }
}
section.style-details .featured-img {
  margin-top: -50px;
}
@media only screen and (max-width: 991px) {
  section.style-details .featured-img {
    margin-top: 0;
  }
}
section.style-details .featured-img img {
  border-top-right-radius: 200px;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 670px;
}
@media only screen and (max-width: 991px) {
  section.style-details .featured-img img {
    border-top-right-radius: 100px;
    height: auto;
  }
}

section.about-ref {
  margin-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  section.about-ref {
    margin-bottom: 100px;
  }
}
section.about-ref h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 18px;
  color: #000;
}
@media only screen and (max-width: 1199px) {
  section.about-ref h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  section.about-ref h4 {
    font-size: 20px;
  }
}
section.about-ref p {
  color: #878786;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  section.about-ref p {
    margin-bottom: 20px;
  }
}
section.about-ref .wrap {
  padding: 0 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  section.about-ref .wrap {
    padding: 0 30px;
  }
}
section.about-ref .wrap:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #f2f2f2;
  position: absolute;
  z-index: -1;
  top: -60px;
  left: 35%;
}
@media only screen and (max-width: 991px) {
  section.about-ref .wrap:before {
    left: initial;
    right: 35%;
  }
}
section.about-ref .left-wave,
section.about-ref .right-wave {
  display: inline-flex;
  align-items: center;
}
section.about-ref .wrap-btm {
  display: flex;
}
@media only screen and (max-width: 991px) {
  section.about-ref .wrap-btm {
    flex-direction: column;
  }
}
section.about-ref .wrap-btm .signature-wrap {
  display: flex;
  padding: 0 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.about-ref .wrap-btm .signature-wrap {
    flex-wrap: wrap;
  }
}
section.about-ref .wrap-btm .signature-wrap:before {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background: #f2f2f2;
  position: absolute;
  z-index: -1;
  bottom: -40px;
  left: 40px;
}
section.about-ref .wrap-btm .photo {
  display: inline-flex;
  align-items: center;
}
section.about-ref .wrap-btm .photo img {
  border-radius: 100%;
}
section.about-ref h6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
  color: #001e3c;
  font-weight: 400;
  margin-left: 16px;
  margin-right: 28px;
  display: inline-flex;
  align-items: center;
  min-width: 120px;
}
section.about-ref .signature {
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  section.about-ref .signature {
    margin-top: 10px;
  }
}
section.about-ref .left-wave {
  min-width: 520px;
  background-image: url("../images/reference/wave-primary-left.svg");
  background-repeat: repeat-x;
  background-position: center center;
}
@media only screen and (max-width: 1199px) {
  section.about-ref .left-wave {
    min-width: 380px;
  }
}
@media only screen and (max-width: 991px) {
  section.about-ref .left-wave {
    height: 20px;
    margin-bottom: 20px;
    min-width: initial;
    width: 100%;
  }
}
section.about-ref .right-wave {
  width: 100%;
  background-image: url("../images/reference/wave-primary-right.svg");
  background-repeat: repeat-x;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  section.about-ref .right-wave {
    display: none;
  }
}

section.hero-ref {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  section.hero-ref {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 2100px) {
  section.hero-ref {
    margin-top: 190px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero-ref {
    margin-top: 25px;
  }
}
section.hero-ref .hero-ref-wrap {
  display: grid;
  grid-template-columns: 62% 38%;
}
@media only screen and (max-width: 1499px) {
  section.hero-ref .hero-ref-wrap {
    grid-template-columns: 57% 43%;
  }
}
@media only screen and (max-width: 991px) {
  section.hero-ref .hero-ref-wrap {
    grid-template-columns: 100%;
  }
}
section.hero-ref .breadcrumbs {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1499px) {
  section.hero-ref .breadcrumbs {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero-ref .breadcrumbs {
    margin-bottom: 10px;
  }
}
section.hero-ref .breadcrumbs ul {
  list-style-type: none;
  display: flex;
  gap: 20px;
  padding-left: 0;
  padding-right: 50px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  section.hero-ref .breadcrumbs ul {
    padding-right: initial;
    gap: 10px;
  }
}
section.hero-ref .breadcrumbs ul li {
  display: inline-flex;
  align-items: center;
}
section.hero-ref .breadcrumbs ul li.active a {
  color: #878786;
  font-weight: 400;
}
@media only screen and (max-width: 1299px) {
  section.hero-ref .breadcrumbs ul li.active {
    display: none;
  }
}
section.hero-ref .breadcrumbs ul li a {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  color: #001e3c;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  section.hero-ref .breadcrumbs ul li a {
    font-size: 16px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section.hero-ref .breadcrumbs ul li a {
    font-size: 15px;
  }
}
section.hero-ref .breadcrumbs ul li span {
  display: inline-flex;
}
section.hero-ref .breadcrumbs ul li span img {
  align-self: center;
}
section.hero-ref .heading {
  margin-bottom: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  section.hero-ref .heading {
    padding-right: initial;
    margin-bottom: 40px;
  }
}
section.hero-ref .heading h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 15px;
  position: relative;
  color: #000;
}
@media only screen and (max-width: 1199px) {
  section.hero-ref .heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero-ref .heading h2 {
    font-size: 32px;
  }
}
section.hero-ref .heading h2:before {
  content: url("../images/wave.svg");
  position: absolute;
  top: calc(50% - 7.5px);
  left: -60px;
  transform: translate(0, -50%);
}
section.hero-ref .heading h2,
section.hero-ref .heading p {
  max-width: 410px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  section.hero-ref .heading h2,
section.hero-ref .heading p {
    max-width: initial;
    margin-left: initial;
  }
}
section.hero-ref .heading p {
  font-size: 20px;
  color: #878786;
  margin-bottom: 0;
}
@media only screen and (max-width: 1499px) {
  section.hero-ref .heading p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero-ref .heading p {
    font-size: 16px;
  }
}
section.hero-ref .desc-btm {
  padding: 50px 135px 50px 50px;
  background: #f2f2f2;
}
@media only screen and (max-width: 991px) {
  section.hero-ref .desc-btm {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  section.hero-ref .desc-btm {
    padding: 30px;
  }
}
section.hero-ref .desc-btm h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  section.hero-ref .desc-btm h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero-ref .desc-btm h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero-ref .desc-btm h5 {
    margin-bottom: 10px;
  }
}
section.hero-ref .desc-btm p {
  font-size: 18px;
  color: #878786;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  section.hero-ref .desc-btm p {
    font-size: 16px;
  }
}
section.hero-ref .desc-btm .icons-wrap {
  display: flex;
  gap: 20px;
}
section.hero-ref .desc-btm .icons-wrap .icon {
  display: flex;
  align-items: center;
}
section.hero-ref .desc-btm .icons-wrap .item {
  display: flex;
  gap: 10px;
}
section.hero-ref .desc-btm .icons-wrap .item span {
  color: #000;
}
@media only screen and (max-width: 991px) {
  section.hero-ref .desc-btm .icons-wrap .item span {
    font-size: 15px;
  }
}
section.hero-ref .tags {
  margin-top: 40px;
}
section.hero-ref .tags ul {
  list-style-type: none;
  padding-left: 40px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  max-width: 520px;
}
@media only screen and (max-width: 1199px) {
  section.hero-ref .tags ul {
    padding-right: 90px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero-ref .tags ul {
    padding-left: 30px;
    padding-right: 30px;
  }
}
section.hero-ref .tags ul li {
  line-height: 150%;
  font-size: 16px;
  color: #001e3c;
}
section.hero-ref .featured-wrap {
  margin-top: -200px;
}
@media only screen and (max-width: 991px) {
  section.hero-ref .featured-wrap {
    margin-top: 25px;
  }
}
section.hero-ref .featured-wrap picture {
  width: 100%;
}
section.hero-ref .featured-wrap img {
  border-bottom-right-radius: 200px;
  width: 100%;
  height: 715px;
  min-height: 555px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  section.hero-ref .featured-wrap img {
    height: 405px;
    border-bottom-right-radius: initial;
    aspect-ratio: 3/2;
    object-fit: cover;
    min-height: initial;
  }
}
@media only screen and (max-width: 991px) {
  section.hero-ref .right {
    display: flex;
  }
}
section.hero-ref .right .secondary-wrap {
  margin-left: -100px;
  margin-top: -80px;
}
@media only screen and (max-width: 991px) {
  section.hero-ref .right .secondary-wrap {
    margin-left: initial;
    margin-top: 50px;
    width: 100%;
  }
}
section.hero-ref .right .secondary-wrap img {
  border-top-right-radius: 100px;
  width: 275px;
  height: 275px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  section.hero-ref .right .secondary-wrap img {
    width: 100%;
    height: 225px;
    border-top-right-radius: 0;
    aspect-ratio: 3/2;
  }
}

.showroom-space {
  height: 200px;
}
@media only screen and (max-width: 991px) {
  .showroom-space {
    display: none;
  }
}

section.showroom {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  section.showroom {
    margin-bottom: 15px;
  }
}
section.showroom .showroom-content {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  section.showroom .showroom-content {
    margin-top: 0;
  }
}
section.showroom .heading {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  section.showroom .heading {
    padding-left: 0;
  }
}
section.showroom .heading h2, section.showroom .heading p {
  margin-left: initial;
  max-width: initial;
}

@media only screen and (max-width: 991px) {
  section.photos.showroom-gal {
    margin-bottom: 40px;
  }
}

section.services.sub-services {
  margin-top: 40px;
  background: initial;
}
@media screen and (min-width: 2000px) {
  section.services.sub-services {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: initial;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  section.services.sub-services {
    background: initial;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }
}
section.services.sub-services .bg {
  display: none;
}
section.services.sub-services .heading-wrap {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  section.services.sub-services .heading-wrap {
    padding-left: 0;
    margin-bottom: 25px;
  }
}
section.services.sub-services .heading-wrap h3, section.services.sub-services .heading-wrap p {
  color: #000;
}
section.services.sub-services .service-card {
  background: #b69b88;
}
section.services.sub-services .service-card h5, section.services.sub-services .service-card p {
  color: #fff;
}
section.services.sub-services .service-card a {
  background: #001e3c;
}
section.services.sub-services .service-card a:hover {
  background: #000f21;
}
section.services.sub-services .col-lg-6.offset-lg-2 {
  margin-left: initial !important;
}
section.services.sub-services .col-lg-4:first-of-type .service-card::after {
  display: none;
}

section.sub-services-main {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  section.sub-services-main {
    margin-bottom: 20px;
  }
}
section.sub-services-main .heading {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  section.sub-services-main .heading {
    padding-left: 0;
  }
}
section.sub-services-main .heading h2, section.sub-services-main .heading p {
  margin-left: initial;
  max-width: initial;
}

@media only screen and (max-width: 991px) {
  section.sub-realizations {
    margin-bottom: 50px;
  }
}
section.sub-realizations .col-lg-3:last-of-type:after {
  display: none;
}
section.sub-realizations .col-lg-3:last-of-type .featured-wrap img, section.sub-realizations section.sub-realizations .col-lg-3:last-of-type .featured-wrap img {
  border-radius: initial;
}
section.sub-realizations .images {
  display: none;
}
section.sub-realizations .featured-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
section.sub-realizations h5 {
  margin-top: 15px;
}

section.sub-realizations-main {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  section.sub-realizations-main {
    margin-bottom: 20px;
  }
}
section.sub-realizations-main .heading {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  section.sub-realizations-main .heading {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
section.sub-realizations-main .heading h2, section.sub-realizations-main .heading p {
  margin-left: initial;
  max-width: initial;
}

section.showroom.service-detail .showroom-content {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  section.showroom.service-detail .showroom-content {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=main.css.map */
