/* ******************  STYLES ************** */
/*font-size*/
.text-xxs {
  font-size: 1rem;
} /*16px*/
.text-xs {
  font-size: 1.125rem;
} /*18px*/
.text-sm {
  font-size: 1.25rem;
} /*20px*/
.text-md {
  font-size: 1.5rem;
} /*24px*/
.text-lg {
  font-size: 1.75rem;
} /*28px*/
.text-xl {
  font-size: 2rem;
} /*32px*/
.text-xll {
  font-size: 3rem;
} /*48px*/
.text-xxll {
  font-size: 4rem;
} /*65px*/
.text-xxl {
  font-size: 5.125rem;
} /*82px*/
.text-xxxl {
  font-size: 6rem;
} /*96px*/
.text-xxxxl {
  font-size: 6.875rem;
} /*110px*/
/* CUSTOM STYLES */
main {
  overflow: hidden;
}

img {
  width: 100%;
}

section {
  margin: 3.875rem 0;
  scroll-margin-top: 2.5em;
}

.z-index-plus-1 {
  z-index: 1;
}

.z-index-plus-2 {
  z-index: 2;
}

.z-index-minus-1 {
  z-index: -1;
}

.bottom-15 {
  bottom: 15%;
}

.top-50 {
  top: 50%;
  transform: translateY(-50%);
}

.h-165 {
  height: 165% !important;
}

.mirror-transform {
  transform: scaleX(-1);
}

.white-space-nowrap {
  white-space: nowrap;
}

/* 42px */
.p-7 {
  padding: 2.625rem;
}

.pt-7 {
  padding-top: 2.625rem;
}

.pb-7 {
  padding-bottom: 2.625rem;
}

.py-7 {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}

.px-7 {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

/* 62px */
.p-8 {
  padding: 3.875rem;
}

.pt-8 {
  padding-top: 3.875rem;
}

.pb-8 {
  padding-bottom: 3.875rem;
}

.py-8 {
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}

.px-8 {
  padding-left: 3.875rem;
  padding-right: 3.875rem;
}

/* 36px */
.m-6 {
  margin: 2.25rem !important;
}

.mt-6 {
  margin-top: 2.25rem !important;
}

.mb-6 {
  margin-bottom: 2.25rem !important;
}

.my-6 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mx-6 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

/* TYPOGRAPHY */
p {
  line-height: 1.5 !important;
}

.subtitle {
  color: #FF4A42;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0.625rem;
  display: block;
  text-transform: capitalize;
}

h1,
h2,
h5 {
  text-transform: capitalize;
  font-weight: 800;
}

h2 {
  font-size: 2rem;
}

h6 {
  text-transform: capitalize;
  font-weight: 700;
}

.title-sticky {
  color: #1D1C20;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.07em;
  line-height: 0.85;
}
.title-sticky.title-sticky-big {
  letter-spacing: 0.1em;
  margin-bottom: 0;
  line-height: normal;
}

/* BUTTONS */
.btn {
  color: #FFF;
  text-transform: uppercase;
}
.btn:hover, .btn:active {
  color: #FFF !important;
}

.btn:not(.btn-link):hover, .btn:not(.btn-link):active {
  background-color: #f30f05 !important;
}

button:focus:not(:focus-visible) {
  outline: none !important;
}

.btn-link {
  text-decoration: none;
}
.btn-link-icon:hover {
  filter: invert(44%) sepia(10%) saturate(6005%) hue-rotate(324deg) brightness(98%) contrast(108%);
}

.btn-animation-arrow {
  position: relative;
}
.btn-animation-arrow:hover .btn-animation-arrow-right {
  transform: translate3d(10px, 0, 0);
}
.btn-animation-arrow .btn-animation-arrow-right {
  transition: transform 0.3s ease;
  vertical-align: middle;
  position: relative;
}

.btn.btn-black {
  background-color: #1D1C20;
}
.btn.btn-black:hover {
  background-color: #151518 !important;
}

.btn-red {
  background-color: #FF4A42;
  transition: 0.3s ease;
}
.btn-red:hover {
  background-color: #f30f05;
  border-color: #f30f05;
}

.btn-circle-dark {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1D1C20;
  border-radius: 50%;
  min-width: 3.5rem;
  height: 3.5rem;
}

/* BACKGRAUND */
.bg-main-image {
  border-radius: 1.875rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bg-main-image-big {
  max-width: 32rem;
  width: 100%;
  height: 29rem;
}
.bg-main-image-medium {
  max-width: 23.81rem;
  width: 100%;
  height: 19.18rem;
  border-radius: 1.25rem;
}
.bg-main-image-lower-height {
  max-width: 32.25rem;
  width: 100%;
  height: 26rem;
}

.bg-section-design {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: -50%;
  background: #1c1b1f;
  background-image: url("../../dist/images/img-design/bg-img-design.png");
  background-image: url("../../dist/images/img-design/bg-img-design.png"), linear-gradient(90deg, rgba(29, 28, 32, 0) 0%, rgba(29, 28, 32, 0.9) 64.93%);
  background-blend-mode: normal, luminosity, normal;
  background-position: center left;
  opacity: 0.01;
}

/* BG SERVICE */
.bg-img-service-01 {
  background-image: url("../../dist/images/main-img/main-service-01.png");
}

.bg-img-service-02 {
  background-image: url("../../dist/images/main-img/main-service-02.png");
}

.bg-img-service-03 {
  background-image: url("../../dist/images/main-img/main-service-03.png");
}

.bg-img-service-04 {
  background-image: url("../../dist/images/main-img/main-service-04.png");
}

.bg-img-service-05 {
  background-image: url("../../dist/images/main-img/main-service-07.png");
}

.bg-img-service-06 {
  background-image: url("../../dist/images/main-img/main-service-08.png");
}

.bg-img-service-07 {
  background-image: url("../../dist/images/main-img/main-service-09.png");
}

.bg-img-service-08 {
  background-image: url("../../dist/images/main-img/main-slider-img-03.png");
}

.bg-circle-red {
  position: absolute;
  max-width: 28.5rem;
  height: 28.5rem;
  width: 100%;
  border: 4.25rem solid #FF4A42;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.column-bg-circle .bg-main-image:last-child {
  margin-top: 1.5rem;
}

/* ICONS */
.btn-link-icon {
  margin: 0 0.5rem;
}

.social-list > :first-child {
  margin-left: 0;
}
.social-list > :last-child {
  margin-right: 0;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.05s;
}
.icon.icon-medium {
  width: 1.75rem;
  height: 1.75rem;
}
.icon.icon-linkedin {
  background-image: url("../../dist/images/social-icons/linkedin.svg");
}
.icon.icon-facebook {
  background-image: url("../../dist/images/social-icons/facebook.svg");
}
.icon.icon-instagram {
  background-image: url("../../dist/images/social-icons/instagram.svg");
}
.icon.icon-instagram::before {
  content: none;
}

.logo-company {
  max-width: 9.81rem;
  width: 100%;
  margin: 0 0.781rem;
}

.logo-certificate {
  max-width: 8.125rem;
  width: 100%;
  margin: 0 0.81rem;
}

/* IMAGES */
.bg-house-design {
  position: relative;
}
.bg-house-design::before {
  content: "";
  background-image: url("../../dist/images/img-design/house-plan.png");
  position: absolute;
  bottom: -7rem;
  max-width: 18rem;
  width: 100%;
  height: 20.81rem;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
}
.bg-house-design-right::before {
  right: 0;
}
.bg-house-design-left::before {
  right: 0;
}

/* SLICK SLIDER */
.slick-gutter.slick-slider {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.slick-gutter.slick-slider .slick-slide {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.slider-arrow-prev,
.slider-arrow-next {
  background: linear-gradient(90deg, rgba(29, 28, 32, 0) 0%, rgba(29, 28, 32, 0.5) 100%), rgba(129, 126, 135, 0.4);
  opacity: 0.8;
  border: none;
  width: 4.125rem;
  height: 4.125rem;
  transition: ease-in-out 0.3s;
}
.slider-arrow-prev:hover,
.slider-arrow-next:hover {
  opacity: 1;
  background: linear-gradient(90deg, rgba(29, 28, 32, 0) 0%, rgba(29, 28, 32, 0.8) 100%), rgba(129, 126, 135, 0.6);
}

.slider-arrow-prev {
  border-radius: 0px 5px 5px 0px;
}

.slider-arrow-next {
  border-radius: 5px 0px 0px 5px;
}

/* SLICK SLIDER MAIN GALLERY */
.slider-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.3125rem;
  overflow: hidden;
  cursor: pointer;
}

.slider-gallery-nav .slider-gallery-img {
  height: 31.81rem;
  max-width: 32.25rem;
  width: 100%;
}

.slider-gallery-main .slider-gallery-img {
  height: 28.75rem;
}

.slider-gallery-img-01 {
  background-image: url("../../dist/images/main-img/main-slider-img-01.png");
}

.slider-gallery-img-02 {
  background-image: url("../../dist/images/main-img/main-slider-img-02.png");
}

.slider-gallery-img-03 {
  background-image: url("../../dist/images/main-img/main-slider-img-03.png");
}

.slider-gallery-img-04 {
  background-image: url("../../dist/images/main-img/main-slider-img-04.png");
}

/*  SLICK SLIDER STRUCTURAL FRAMING */
.slider-structural-framing-img {
  height: 18.625rem;
  max-width: 32.25rem;
  width: 100%;
}
.slider-structural-framing-img-01 {
  background-image: url("../../dist/images/main-img/main-service-card-01.png");
}
.slider-structural-framing-img-02 {
  background-image: url("../../dist/images/main-img/main-service-card-02.png");
}
.slider-structural-framing-img-03 {
  background-image: url("../../dist/images/main-img/main-service-card-03.png");
}
.slider-structural-framing-img-04 {
  background-image: url("../../dist/images/main-img/main-service-card-03.png");
}
.slider-structural-framing-img-05 {
  background-image: url("../../dist/images/main-img/main-service-05.png");
}
.slider-structural-framing-img-06 {
  background-image: url("../../dist/images/main-img/main-service-04.png");
}
.slider-structural-framing-img-07 {
  background-image: url("../../dist/images/main-img/main-service-06.png");
}
.slider-structural-framing-img-08 {
  background-image: url("../../dist/images/main-img/main-service-04.png");
}

/* SLICK SLIDER CASE STUDY SINGLE */
.slider-project-gallery-img {
  height: 22.5rem;
  max-width: 26.5rem;
  width: 100%;
}

/* SLICK SLIDER DOTS */
.slick-slider-dots {
  margin-top: 1.75rem;
}
.slick-slider-dots .slick-dots {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.slick-slider-dots .slick-dots li {
  background: #d9d9d9;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 100%;
  margin: 0 0.25rem;
  cursor: pointer;
}
.slick-slider-dots .slick-dots .slick-active {
  background: #FF4A42;
  height: 0.75rem;
  width: 0.75rem;
}
.slick-slider-dots .slick-dots button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.slick-slider-dots .slick-dots button:focus-visible {
  outline: none;
}

/* HEADER */
header {
  position: relative;
}
header .header-top {
  padding: 0.69rem 0;
  background: #1c1b1f;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.05);
}
header .header-top-phone {
  display: none;
}
header .navbar {
  padding: 1.5rem 0;
  background-color: #151518;
}
header .navbar-menu a {
  text-decoration: none;
  color: #817E87;
  margin: 0 0.4rem;
  padding: 1rem 0;
  transition: 0.3s;
}
header .navbar-menu a.active {
  color: #FFF;
}
header .navbar-menu a:first-child {
  margin-left: 0;
}
header .navbar-menu a:hover {
  color: #FF4A42;
}
header .navbar .btn-menu {
  text-decoration: none;
  color: white;
  width: 100%;
  display: block;
}

.header-logo {
  top: 0;
  left: -1.5rem;
  position: absolute;
  background-color: #26252a;
  max-width: 11.375rem;
  width: 100%;
  height: 8.6rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 16px solid #26252a;
  transform: skew(340deg);
}
.header-logo-link {
  max-width: 8.25rem;
  width: 100%;
  display: block;
  transform: skew(20deg);
}

.header-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45rem;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center left !important;
}
.header-desc-structural {
  background: linear-gradient(90deg, #1d1c20 0%, rgba(29, 28, 32, 0) 64.93%), linear-gradient(0deg, rgba(69, 69, 69, 0.6), rgba(69, 69, 69, 0.6)), url("../../dist/images/header-image/header-desc-01.jpg");
}
.header-desc-masonry {
  background: linear-gradient(90deg, #1d1c20 0%, rgba(29, 28, 32, 0) 64.93%), linear-gradient(0deg, rgba(69, 69, 69, 0.6), rgba(69, 69, 69, 0.6)), url("../../dist/images/header-image/header-desc-02.png");
}
.header-desc-general {
  background: linear-gradient(180deg, #1d1c20 0%, rgba(29, 28, 32, 0) 100%), linear-gradient(0deg, rgba(69, 69, 69, 0.6), rgba(69, 69, 69, 0.6)), url("../../dist/images/header-image/header-desc-01.jpg");
}

.header-slider-btns {
  background: #121113;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
}
.header-slider-btns .slick-dots {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.header-slider-btns .slick-dots li {
  flex: 1 0 0%;
  line-height: 1 !important;
}
.header-slider-btns .slick-dots li:not(.slick-active) a:hover {
  color: #54595f;
  background: #17161a;
  border-color: #38383a;
}
.header-slider-btns .slick-dots .slick-active a {
  color: #FFF;
  background: #1c1b1f;
  border-color: #FF4A42;
}
.header-slider-btns a {
  color: #817E87;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  padding: 0.875rem;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  border-top: 5px solid transparent;
}

/* BANNER VIDEO */
.banner-video {
  background: linear-gradient(180deg, rgba(29, 28, 32, 0) 0%, #1d1c20 100%), linear-gradient(0deg, rgba(69, 69, 69, 0.6), rgba(69, 69, 69, 0.6)), url("../../dist/images/main-img/image-banner-video.jpg"), #d9d9d9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 32rem;
}

.btn-play {
  position: relative;
  width: 6rem;
  height: 6rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  transform: scale(1);
  animation: pulse-animation-play 2s infinite;
}
.btn-play:hover span:first-child {
  background-color: #f30f05;
}
.btn-play span:first-child {
  background-color: #FF4A42;
  display: block;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.btn-play span:last-child {
  background-image: url("../../dist/images/icons/icon-play.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.2rem;
  width: 1.06rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* BANNER RED BIG */
.banner-red-big {
  background: linear-gradient(180deg, rgba(255, 74, 66, 0.5) 0%, #ff4a42 100%), url("../../dist/images/header-image/header-desc-01.jpg"), #ff4a42;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.05);
  background-position: center;
  background-size: cover;
  min-height: 22.82rem;
}

/* BANNER FOOTER */
.banner-red-footer-img {
  position: absolute;
  background-image: url("../../dist/images/header-image/header-desc-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 27%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 80% 101%, 0% 100%);
}

/* FOOTER */
footer {
  padding-top: 7rem;
}
footer .footer-logo-link {
  max-width: 21rem;
  display: block;
  width: 100%;
}
footer .footer-navbar a {
  text-decoration: none;
  font-weight: 500;
  color: #54595F;
  margin-bottom: 1rem;
  display: block;
  transition: ease-in-out 0.3s;
}
footer .footer-navbar a:hover {
  color: #FF4A42;
}
footer .footer-input-phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.44rem 0.875rem;
  border: 1px solid #54595F;
  border-radius: 0.3125rem;
}
footer .footer-input-phone input[type=number] {
  background-color: transparent;
  border: none;
  color: #FFF;
  width: 50%;
}
footer .footer-input-phone input[type=number]::placeholder {
  color: #54595F;
}

/* DROP*/
.drop-zone {
  height: 9.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(84, 89, 95, 0.5);
  border-radius: 0.3125rem;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23D9D9D9D9' stroke-width='3' stroke-dasharray='14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
}
.drop-zone-prompt {
  color: rgba(217, 217, 217, 0.6);
  font-weight: 700;
}
.drop-zone-input {
  display: none;
}
.drop-zone-over {
  opacity: 0.6;
}
.drop-zone-thumb {
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
  background-size: cover;
  position: relative;
}
.drop-zone-thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  font-size: 1rem;
  text-align: center;
  color: #FFF;
}

/* FORM */
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

textarea.form-control {
  resize: none !important;
}

input[type=number].input-number-without-arrow {
  -moz-appearance: textfield;
}
input[type=number].input-number-without-arrow::-webkit-outer-spin-button, input[type=number].input-number-without-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-select {
  background-image: url("../../dist/images/icons/icon-arrow-down.svg");
}

.form-control,
.form-select {
  background-color: #54595F;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 0.3125rem;
  border: none;
  color: rgba(217, 217, 217, 0.5);
  line-height: 1.5;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.form-control:focus,
.form-select:focus {
  color: #FFF;
  background-color: #54595F;
  outline: 0;
  box-shadow: 0 0 0 0.25rem hwb(0deg 35% 65%/25%);
}
.form-control::placeholder,
.form-select::placeholder {
  color: rgba(217, 217, 217, 0.5);
}

.form-dark .form-control, .form-dark .form-select {
  background: #26252A;
}
.form-dark .form-control::placeholder, .form-dark .form-select::placeholder {
  color: #54595F;
}
.form-dark .form-control:focus, .form-dark .form-select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem hwb(0deg 60% 40%/20%);
}

/* LIST TAGS */
.list-tags {
  display: inline-flex;
}
.list-tags a {
  color: #817E87;
  text-decoration: none;
  transition: 0.3s;
}
.list-tags a:hover {
  color: #FF4A42;
}
.list-tags a.active {
  color: #FFF;
}
.list-tags a:not(:last-child)::after {
  content: " / ";
  color: #323232;
  margin-left: 0.2rem;
  margin-right: 0.3rem;
}

/* OFFCANVAS */
#offcanvasMenu {
  background: transparent;
}
#offcanvasMenu .offcanvas-header {
  background: #26252a;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  padding: 3.25rem 2.62rem;
}
#offcanvasMenu .offcanvas-logo {
  max-width: 8.25rem;
  width: 100%;
}
#offcanvasMenu .offcanvas-menu a {
  display: block;
  text-decoration: none;
  color: #817E87;
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
  transition: 0.3s;
}
#offcanvasMenu .offcanvas-menu a:hover {
  color: #FF4A42;
}

/* CARDS */
.card-gutter {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.card-gutter > * {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.service-card-image-01 {
  background-image: url("../../dist/images/main-img/main-service-card-01.png");
}
.service-card-image-02 {
  background-image: url("../../dist/images/main-img/main-service-card-02.png");
}
.service-card-image-03 {
  background-image: url("../../dist/images/main-img/main-service-card-03.png");
}
.service-card-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 18.75rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.service-card-body {
  padding: 1.5rem;
  border-bottom: 1px solid #FF4A42;
  background-color: #26252A;
  border-radius: 0 0 0.3125rem 0.3125rem;
  transition: ease-in-out 0.3s;
}
.service-card-body p {
  display: -webkit-box;
  max-width: 26.875rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-card-body:hover {
  border-color: #FFF;
}

/* ABOUT US PAGE */
.bg-img-about-us {
  background-image: url("../../dist/images/about-us-img/team.png");
}

.our-team-card {
  width: 100%;
  height: 25.25rem;
  margin-bottom: 1.5rem;
}
.our-team-card-container {
  display: flex;
  flex-direction: column;
  border-radius: 0.3125rem;
  overflow: hidden;
  height: 100%;
}
.our-team-card-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.our-team-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background-color: #FFF;
}
.our-team-card-footer .btn-link {
  background-color: #FF4A42;
  border-radius: 3px;
  padding: 0.765rem;
}
.our-team-card-footer .btn-link.btn-link-icon:hover {
  filter: none;
  background-color: #f30f05;
}

.our-team-person-01 {
  background-image: url("../../dist/images/about-us-img/man.png");
}

/* MASONRY PAGE */
.masonry-offer-image {
  width: 100%;
  height: 15rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.3125rem;
}
.masonry-offer-image.natural-stone-img {
  background-image: url("../../dist/images/masonry-img/natural-stone.png");
}
.masonry-offer-image.precast-bricks-img {
  background-image: url("../../dist/images/masonry-img/precast-bricks.jpg");
}
.masonry-offer-image.stucco-img {
  background-image: url("../../dist/images/masonry-img/stucco.jpg");
}

/* OUR WORK PAGE */
.our-work-cards-container {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 0.5fr 0.5fr 1fr;
  grid-auto-columns: 1fr;
  gap: 0.75rem 0.75rem;
  grid-auto-flow: row;
  position: relative;
}
.our-work-cards-container.our-work-cards-grid {
  grid-template-areas: "our-work-card-01 our-work-card-02" "our-work-card-03 our-work-card-03" "our-work-card-03 our-work-card-03" "our-work-card-04 our-work-card-05" "our-work-card-06 our-work-card-06";
}
.our-work-cards-container.our-work-cards-grid-turnover-col {
  grid-template-areas: "our-work-card-01 our-work-card-02" "our-work-card-03 our-work-card-03" "our-work-card-03 our-work-card-03" "our-work-card-04 our-work-card-07" "our-work-card-08 our-work-card-08";
}
.our-work-cards-container::after {
  content: "";
  position: absolute;
  height: 2%;
  width: 86%;
  background: url("../../dist/images/img-design/bg-img-design-02.png"), #26252a;
  background-blend-mode: multiply, normal;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.25rem;
  bottom: -10px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.our-work-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 15.125rem;
  border-radius: 0.3125rem;
}
.our-work-card-01 {
  grid-area: our-work-card-01;
  background-image: url("../../dist/images/main-img/main-service-02.jpg");
}
.our-work-card-02 {
  grid-area: our-work-card-02;
  background-image: url("../../dist/images/main-img/main-service-01.jpg");
}
.our-work-card-03 {
  grid-area: our-work-card-03;
  background-image: url("../../dist/images/main-img/main-service-02.png");
}
.our-work-card-04 {
  grid-area: our-work-card-04;
  background-image: url("../../dist/images/main-img/main-service-01.png");
}
.our-work-card-05 {
  grid-area: our-work-card-05;
  background-image: url("../../dist/images/main-img/main-slider-img-02.png");
}
.our-work-card-06 {
  grid-area: our-work-card-06;
  background-image: url("../../dist/images/main-img/main-service-02.png");
}
.our-work-card-07 {
  grid-area: our-work-card-07;
  background-image: url("../../dist/images/main-img/main-slider-img-04.png");
}
.our-work-card-08 {
  grid-area: our-work-card-08;
  background-image: url("../../dist/images/main-img/main-slider-img-03.png");
}

/* STUDY GENERAL PAGE*/
.study-general-post {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.3125rem;
  padding: 1rem;
  width: 100%;
  height: 18.75rem;
}
.study-general-post p {
  display: -webkit-box;
  max-width: 26.875rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.study-general-post-01 {
  /* background: linear-gradient(0deg, rgba(34, 34, 34, 0.85), rgba(34, 34, 34, 0.85)), url('../../dist/images/main-img/main-service-01.png'); */
  background: linear-gradient(360deg, rgba(21, 21, 24, 0.9) 39.28%, rgba(0, 0, 0, 0) 100%), url("../../dist/images/main-img/main-service-01.png");
  height: 29.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.study-general-post-02 {
  background: linear-gradient(360deg, rgba(21, 21, 24, 0.8) 49.36%, rgba(0, 0, 0, 0) 128.17%), url("../../dist/images/main-img/main-slider-img-03.png"), #d9d9d9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.study-general-post-03 {
  background: linear-gradient(0deg, rgba(21, 21, 24, 0.8) 44.69%, rgba(0, 0, 0, 0) 139.67%), url("../../dist/images/main-img/main-service-02.png"), #d9d9d9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* PAGINATION */
.pagination {
  justify-content: center;
  position: relative;
  margin-top: 1.5rem;
}
.pagination ul {
  list-style: none;
  display: flex;
  padding: 0 0.625rem;
  margin: 0;
  z-index: 1;
  background-color: #151518;
}
.pagination ul .page-item {
  margin: 0 0.75rem;
}
.pagination ul .page-item a {
  color: #54595F;
  background-color: transparent;
  border-radius: 0.625rem;
  border: 1px solid #54595F;
  width: 2.25rem;
  height: 2.25rem;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination ul .page-item a.active {
  border: 2px solid #FFF;
  color: #FFF;
}
.pagination ul .page-item a:hover {
  border: 2px solid #FFF;
  color: #FFF;
}
.pagination ul .page-item a[aria-label=Previous] {
  background-color: #26252A;
  border-color: #26252A;
}
.pagination ul .page-item a[aria-label=Next] {
  background-color: #FF4A42;
  border-color: #FF4A42;
  color: #FFF;
}

/* MODAL */
.modal-body-wrap {
  padding: 0 1.5rem 1.5rem;
}

/* ACCORDION */
.accordion .accordion-item {
  border-radius: 0.3125rem;
  border: 1px solid #54595F;
  margin-bottom: 1.75rem;
  overflow: hidden;
}
.accordion .accordion-item .accordion-header .accordion-button {
  padding: 1.5rem;
  padding-left: 1.32rem;
  color: #54595F;
  background-color: transparent;
  box-shadow: none;
  font-size: 1.25rem;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-left: 3px solid #FF4A42;
  color: #FFF;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span.btn-accordion::after {
  background-image: url("../../dist/images/icons/icon-minus-small.svg");
}
.accordion .accordion-item .btn-accordion {
  position: absolute;
  right: 1.25rem;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 1.25rem;
  height: 1.25rem;
}
.accordion .accordion-item .btn-accordion::after {
  content: "";
  position: absolute;
  background-image: url("../../dist/images/icons/icon-plus-small.svg");
  filter: invert(100%) sepia(2%) saturate(473%) hue-rotate(183deg) brightness(118%) contrast(100%);
  background-size: cover;
  width: 100%;
  height: 1rem;
  transition: 0.3s;
}
.accordion .accordion-body {
  padding: 0 1.5rem 1.5rem 1.32rem;
  border-left: 3px solid #FF4A42;
}
.accordion .accordion-body p {
  margin-bottom: 0;
}

/* ANIMATION */
.shake-animate:hover span.fi-rr-phone-call {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 500px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-1px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(1px, 0, 0);
  }
}
@keyframes pulse-animation-play {
  0% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/* ***********************  MEDIA *********************** */
@media (min-width: 420px) {
  .header-top-phone {
    display: inline-block !important;
  }
  .header-top-phone-mobile {
    display: none;
  }
  .title-sticky-big {
    font-size: 2rem;
  }
  .header-slider-btns .slick-dots a {
    font-size: 1.125rem;
    padding: 1rem;
  }
  .column-bg-circle .bg-main-image:last-child {
    margin-top: -1.5rem;
  }
}
@media (min-width: 510px) {
  .our-team-card {
    max-width: 15.375rem;
  }
}
/* SM */
@media (min-width: 576px) {
  h2 {
    font-size: 3rem;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .m-sm-6 {
    margin: 2.25rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.25rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.25rem !important;
  }
  .my-sm-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mx-sm-6 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .p-sm-7 {
    padding: 2.625rem !important;
  }
  .pt-sm-7 {
    padding-top: 2.625rem;
  }
  .pb-sm-7 {
    padding-bottom: 2.625rem;
  }
  .py-sm-7 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .px-sm-7 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .p-sm-8 {
    padding: 3.875rem;
  }
  .pt-sm-8 {
    padding-top: 3.875rem;
  }
  .pb-sm-8 {
    padding-bottom: 3.875rem;
  }
  .py-sm-8 {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
  .px-sm-8 {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }
  .title-sticky {
    font-size: 3rem;
  }
  .modal-body-wrap {
    padding: 0 3rem 3rem;
  }
  section {
    margin: 6.25rem 0;
    scroll-margin-top: 3rem;
  }
  .header-slider-btns .slick-dots a {
    font-size: 1.25rem;
    padding: 1.875rem;
  }
  .logo-company {
    margin: 0 1.75rem;
  }
  .bg-main-image-big {
    height: 36rem;
  }
  .bg-main-image-medium {
    max-width: 24.75rem;
    height: 19.94rem;
  }
  .bg-main-image-lower-height {
    max-width: 36rem;
  }
  .img-design-house-right {
    right: -4.25rem;
  }
  .bg-house-design::before {
    max-width: 18.93rem;
    height: 21.94rem;
  }
  .slider-arrow-prev,
  .slider-arrow-next {
    width: 3.5rem;
    height: 3.5rem;
  }
  .slider-gallery-nav .slider-gallery-img {
    height: 20.69rem;
  }
  .slider-gallery-main .slider-gallery-img {
    height: 20.69rem;
  }
  .slider-project-gallery-img {
    max-width: 28.5rem;
  }
  .logo-certificate {
    max-width: 10rem;
    margin: 0 1.81rem;
  }
  footer .footer-logo-link {
    max-width: 18.44rem;
  }
  .title-sticky {
    margin-bottom: -0.7rem;
  }
  #offcanvasMenu .offcanvas-header {
    padding: 3.75rem 2.62rem;
  }
  #offcanvasMenu .list-tags a:last-child {
    text-align: end;
  }
  #offcanvasMenu .list-tags a:not(:last-child)::after {
    margin: 0 auto;
    width: 100%;
    transform: translateX(50%);
    left: 35%;
    position: relative;
  }
  .form-control,
  .form-select {
    margin-bottom: 1.75rem;
  }
  .slider-structural-framing-img {
    max-width: 36rem;
  }
  .our-work-cards-container {
    gap: 1.5rem 1.5rem;
  }
  .study-general-post {
    padding: 1.56rem;
  }
  .study-general-post p {
    max-width: 33.875rem;
  }
  .study-general-post-01 {
    justify-content: end;
    padding: 2.625rem;
    height: 29.9rem;
  }
}
/* MD */
@media (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-100 {
    width: 100%;
  }
  .m-md-6 {
    margin: 2.25rem !important;
  }
  .mt-md-6 {
    margin-top: 2.25rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.25rem !important;
  }
  .my-md-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mx-md-6 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .p-md-7 {
    padding: 2.625rem;
  }
  .pt-md-7 {
    padding-top: 2.625rem;
  }
  .pb-md-7 {
    padding-bottom: 2.625rem;
  }
  .py-md-7 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .px-md-7 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .p-md-8 {
    padding: 3.875rem !important;
  }
  .pt-md-8 {
    padding-top: 3.875rem;
  }
  .pb-md-8 {
    padding-bottom: 3.875rem;
  }
  .py-md-8 {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
  .px-md-8 {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }
  header .navbar {
    padding: 1.25rem 0;
  }
  .header-logo {
    height: 9.6rem;
  }
  .title-sticky-big {
    font-size: 4rem;
  }
  .bg-main-image-big {
    max-width: 32rem;
  }
  .bg-main-image-medium {
    max-width: 23.5rem;
    height: 17.94rem;
  }
  .bg-main-image-lower-height {
    max-width: 23.375rem;
  }
  .banner-video {
    height: 22.81rem;
  }
  .slider-gallery-nav .slider-gallery-img {
    height: 18.18rem;
    max-width: 21rem;
  }
  .slider-gallery-main .slider-gallery-img {
    height: 24.375rem;
  }
  .slider-project-gallery-img {
    max-width: 23.5rem;
  }
  .logo-certificate {
    max-width: 12.625rem;
    margin: 0 2.81rem;
  }
  footer .footer-input-phone input[type=number] {
    width: auto;
  }
  .slider-structural-framing-img {
    max-width: 18.5rem;
    height: 18.625rem;
  }
  .our-team-card {
    max-width: 17.25rem;
  }
  .our-work-card {
    min-height: 20.6rem;
  }
  .our-work-cards-container {
    grid-template-rows: 1fr 1fr 0fr 0fr 1fr;
  }
  .our-work-cards-container::after {
    content: none;
  }
}
/* LG */
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .m-lg-6 {
    margin: 2.25rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.25rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.25rem !important;
  }
  .my-lg-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mx-lg-6 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .p-lg-7 {
    padding: 2.625rem;
  }
  .pt-lg-7 {
    padding-top: 2.625rem;
  }
  .pb-lg-7 {
    padding-bottom: 2.625rem;
  }
  .py-lg-7 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .px-lg-7 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .p-lg-8 {
    padding: 3.875rem !important;
  }
  .pt-lg-8 {
    padding-top: 3.875rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 3.875rem;
  }
  .py-lg-8 {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
  .px-lg-8 {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }
  .modal-body-wrap {
    padding: 0 3.875rem 3.875rem;
  }
  .logo-company {
    margin: 0 2.28rem;
  }
  .bg-main-image-big {
    height: 37rem;
    max-width: 22.125rem;
  }
  .bg-main-image-lower-height {
    max-width: 32rem;
    height: 26.875rem;
  }
  .slider-arrow-prev,
  .slider-arrow-next {
    width: 4.43rem;
    height: 4.43rem;
  }
  .slider-gallery-nav .slider-gallery-img {
    height: 21.6rem;
    max-width: 22.25rem;
  }
  .slider-gallery-main .slider-gallery-img {
    height: 28.75rem;
  }
  .slider-project-gallery-img {
    max-width: 28rem;
  }
  .service-card-header {
    height: 12.875rem;
  }
  footer .footer-logo-link {
    max-width: 16.3rem;
  }
  .bg-design-line-left::after,
  .bg-design-line-right::after {
    content: "";
    position: absolute;
    height: 90%;
    max-width: 6.93rem;
    width: 100%;
    background: url("../../dist/images/img-design/bg-img-design-02.png"), #26252a;
    background-blend-mode: multiply, normal;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
  .bg-design-line-right::after {
    right: -1.8rem;
  }
  .bg-design-line-left::after {
    left: -1.8rem;
  }
  .banner-red-big {
    min-height: 23.94rem;
    padding: 3.44rem;
  }
  .bg-house-design {
    position: relative;
  }
  .bg-house-design::before {
    content: "";
    background-image: url("../../dist/images/img-design/house-plan.png");
    position: absolute;
    bottom: -7rem;
    max-width: 18rem;
    width: 100%;
    height: 20.81rem;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.1;
  }
  .bg-house-design-right::before {
    right: 0;
  }
  .bg-house-design-left::before {
    right: 0;
  }
  .bg-house-design-left::before {
    transform: scaleX(-1);
    left: 0;
  }
  .bg-circle-red {
    max-width: 24.81rem;
    height: 24.81rem;
  }
  .slider-structural-framing-img {
    max-width: 22.25rem;
  }
  .our-team-card {
    max-width: 18.625rem;
    height: 27.31rem;
  }
  .our-work-card {
    min-height: 18.1rem;
  }
  .our-work-cards-container {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .our-work-cards-container.our-work-cards-grid {
    grid-template-areas: "our-work-card-01 our-work-card-02 our-work-card-05" "our-work-card-03 our-work-card-03 our-work-card-04";
  }
  .our-work-cards-container.our-work-cards-grid-turnover-col {
    grid-template-areas: "our-work-card-03 our-work-card-03 our-work-card-04" "our-work-card-01 our-work-card-02 our-work-card-08";
  }
  .our-work-cards-container .our-work-card:last-child {
    display: none;
  }
  .study-general-post {
    padding: 3.25rem;
    justify-content: end;
  }
  .study-general-post p {
    max-width: 30.875rem;
    margin-left: 0;
  }
  .service-card {
    max-width: 18.5rem;
    width: 100%;
  }
}
/* XL */
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-100 {
    width: 100%;
  }
  .m-xl-6 {
    margin: 2.25rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.25rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.25rem !important;
  }
  .my-xl-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mx-xl-6 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .p-xl-7 {
    padding: 2.625rem !important;
  }
  .pt-xl-7 {
    padding-top: 2.625rem;
  }
  .pb-xl-7 {
    padding-bottom: 2.625rem;
  }
  .py-xl-7 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .px-xl-7 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .p-xl-8 {
    padding: 3.875rem;
  }
  .pt-xl-8 {
    padding-top: 3.875rem;
  }
  .pb-xl-8 {
    padding-bottom: 3.875rem;
  }
  .py-xl-8 {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
  .px-xl-8 {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }
  header .navbar-menu a {
    margin: 0 0.875rem;
  }
  header .header-top-tags a:not(:last-child)::after {
    margin: 0 0.4rem;
  }
  .header-logo {
    left: 3rem;
    height: 9.6rem;
    border-left: 4px solid #FF4A42;
    transform: skew(340deg);
  }
  .header-logo-link {
    max-width: 9.8rem;
  }
  .logo-company {
    margin: 0 1.4rem;
  }
  .title-sticky-big {
    font-size: 5rem;
    height: max-content;
  }
  .bg-main-image-big {
    height: 35rem;
    max-width: 31rem;
  }
  .bg-main-image-medium {
    max-width: 25.81rem;
    height: 18.5rem;
  }
  .bg-main-image-lower-height {
    max-width: 31rem;
    height: 26rem;
  }
  .bg-house-design::before {
    max-width: 25rem;
    height: 28.81rem;
  }
  .slider-arrow-prev,
  .slider-arrow-next {
    width: 5.375rem;
    height: 5.375rem;
  }
  .slider-gallery-nav .slider-gallery-img {
    height: 25.44rem;
    max-width: 26rem;
  }
  footer {
    padding-top: 10rem;
  }
  footer .footer-logo-link {
    max-width: 19.1rem;
  }
  .bg-circle-red {
    max-width: 29.68rem;
    height: 29.68rem;
  }
  /*  .js-slider-structural-framing .slick-active.slick-center{
    width: 26rem !important; 
  }
  .js-slider-structural-framing .slick-active.slick-center .slider-structural-framing-img {
    max-width: 100% !important; 
  } */
  .slider-structural-framing-img {
    /*  max-width: 19rem; */
    max-width: 26rem; /* <--todo */
  }
  .our-team-card {
    max-width: 23rem;
    height: 32.625rem;
  }
  .our-work-card {
    min-height: 21.75rem;
  }
  .study-general-post:not(.study-general-post-01) {
    padding: 2rem;
  }
  .study-general-post-01 {
    height: 100%;
  }
  .service-card {
    max-width: 21rem;
    width: 100%;
  }
  .slider-project-gallery-img {
    max-width: 28rem;
  }
}
@media (min-width: 1300px) {
  header .offset-xl-3 {
    margin-left: 20%;
  }
}
/* XXL */
@media (min-width: 1400px) {
  .w-xxl-50 {
    width: 50%;
  }
  .rounded-xxl-2 {
    border-radius: 0.375rem;
  }
  header .navbar-menu a {
    margin: 0 1rem;
  }
  .title-sticky-left {
    position: absolute;
    left: -4.75rem;
    bottom: 50%;
    transform: translateY(50%) rotate(180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .title-sticky-right {
    position: absolute;
    right: -4.75rem;
    bottom: 50%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateY(50%);
  }
  .bg-main-image-medium {
    max-width: 24.88rem;
    height: 17.88rem;
  }
  .bg-circle-red {
    max-width: 28.6rem;
    height: 28.6rem;
  }
  .our-team-card {
    height: 28rem;
  }
  .our-work-card {
    min-height: 25.44rem;
  }
  .bg-main-image-big {
    max-width: 36rem;
  }
  .bg-main-image-lower-height {
    max-width: 35rem;
  }
  .service-card {
    max-width: 24rem;
    width: 100%;
  }
  .slider-project-gallery-img {
    max-width: 33rem;
  }
}
/* XXXL */
@media (min-width: 1500px) {
  .d-xxxl-block {
    display: block !important;
  }
  header .offset-xl-3 {
    margin-left: 18%;
  }
  .header-logo-link {
    max-width: 10.875rem;
  }
  .bg-main-image-lower-height {
    max-width: 35rem;
  }
}
/* XXXLL */
@media (min-width: 1800px) {
  header .offset-xl-3 {
    margin-left: 17%;
  }
  .header-logo {
    left: 5rem;
  }
}
@media (max-width: 440px) {
  .backdown-between-btn-mobile {
    margin-bottom: 1rem;
  }
}
@media (max-width: 762px) {
  .lh-lg-mob {
    line-height: 2;
  }
}
@media (max-width: 992px) {
  .container-lg-fluid {
    max-width: 100% !important;
    padding: 0;
  }
}