/*!
Theme Name: Declare Studio Theme
Theme URI: #
Author: Declare Studio
Author URI: #
Description: Custom theme for Declare Studio.
Version: 1.0.0
*/
:root {
  --border-radius: 5px;
}

html {
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Avenir", sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #061F1F;
  background-color: #061F1F;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
body.no_scroll {
  overflow: hidden;
}
body.light_section {
  background-color: #fcfcfc;
}

.wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

h1.entry-title, h1.wp-block-heading {
  font-family: "Instrumental", sans-serif;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 400;
}

.wp-block-heading {
  font-family: "Instrumental", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h2.wp-block-heading {
  font-size: 30px;
}

h3.wp-block-heading {
  font-size: 25px;
}

h4.wp-block-heading {
  font-size: 20px;
}

h5.wp-block-heading {
  font-size: 16px;
}

.entry-content {
  margin: 60px 0 100px;
}

@media (max-width: 899px) {
  .wrapper {
    padding: 0 30px;
  }
  h1.entry-title, h1.wp-block-heading {
    font-size: 35px;
  }
  h2.wp-block-heading {
    font-size: 25px;
  }
  h3.wp-block-heading {
    font-size: 20px;
  }
  h4.wp-block-heading {
    font-size: 18px;
  }
  h5.wp-block-heading {
    font-size: 16px;
  }
  .entry-content {
    margin: 40px 0 60px;
  }
}
.wow {
  visibility: hidden;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@media (max-width: 899px) {
  .wow:not(.title_1, .title_2, .right_text) {
    -webkit-animation-delay: unset !important;
            animation-delay: unset !important;
  }
}
.header {
  padding: 25px 0;
  position: sticky;
  top: 0;
  z-index: 999999;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.header.header_background:not(.open) {
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(7px) brightness(105%);
          backdrop-filter: blur(7px) brightness(105%);
}
.header.open {
  background-color: #061F1F;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
}
.header .logo {
  width: 200px;
  height: auto;
  max-height: 60px;
}
.header .logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .logo .dark_logo {
  display: none;
}
.header .main_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
.header .main_menu ul .menu-item a {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #FCFCFC;
}
.header .main_menu ul .menu-item a:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.header .main_menu ul .menu-item a:hover {
  color: #D9FFD1;
}
.header .main_menu ul .menu-item.menu_button a {
  padding: 12px 28px;
  border-radius: var(--border-radius);
  background-color: #D9FFD1;
  font-family: "Instrumental", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #061F1F;
  text-transform: uppercase;
}
.header .main_menu ul .menu-item.menu_button a:before {
  display: none;
}
.header .main_menu ul .menu-item.menu_button a:hover {
  background-color: #FDDCFE;
}
.header .main_menu ul .menu-item.current_page_item a:before {
  opacity: 1;
}
.header .burger {
  display: none;
}

.header.dark_header:not(.open) .logo .light_logo {
  display: none;
}
.header.dark_header:not(.open) .logo .dark_logo {
  display: block;
}
.header.dark_header:not(.open) .main_menu ul .menu-item a {
  color: #061F1F;
}
.header.dark_header:not(.open) .burger span {
  background-color: #061F1F;
}

@media (max-width: 991px) {
  .header {
    padding: 18px 0;
  }
  .header .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 74px);
    background-color: #061F1F;
    z-index: 999998;
    padding: 60px 20px;
    overflow-y: auto;
  }
  .header .main_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .main_menu ul .menu-item a {
    font-size: 18px;
  }
  .header .burger {
    display: block;
    position: relative;
    width: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .header .burger span {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #FCFCFC;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .header .burger.active span:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header .burger.active span:nth-child(2) {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
  .header .burger.active span:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.footer {
  padding: 60px 0 24px;
  background-color: #D9FFD1;
}
.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 595fr 55px 550fr;
  grid-template-columns: 595fr 550fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 55px;
}
.footer .block .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .block .left .title {
  font-family: "Instrumental", sans-serif;
  font-size: 65px;
  line-height: 84px;
}
.footer .block .left .subtitle {
  margin-top: 10px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.footer .block .left .btn {
  margin-top: 23px;
  font-family: "Instrumental", sans-serif;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #D9FFD1;
  text-align: center;
  padding: 12px 53px;
  min-width: 238px;
  border-radius: var(--border-radius);
  background-color: #061F1F;
}
.footer .block .left .btn:hover {
  background-color: #1E443B;
}
.footer .block .left .socials {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.footer .block .left .socials a {
  width: 18px;
  height: 18px;
}
.footer .block .left .socials a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .block .right {
  margin-top: 20px;
  width: 100%;
  background-color: #FAFAFA;
  border-radius: var(--border-radius);
  padding: 22px 20px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer .block .right .title {
  font-weight: 500;
}
.footer .block .right .mc_form .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer .block .right .mc_form .mc4wp-form-fields input[type=email] {
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: rgba(178, 235, 167, 0.27);
  border: 2px solid #B2EBA7;
  border-radius: var(--border-radius);
  padding: 13px 18px 11px;
  font-family: "Avenir", sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #061F1F;
}
.footer .block .right .mc_form .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  color: #A7A7A7;
}
.footer .block .right .mc_form .mc4wp-form-fields input[type=email]::-moz-placeholder {
  color: #A7A7A7;
}
.footer .block .right .mc_form .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  color: #A7A7A7;
}
.footer .block .right .mc_form .mc4wp-form-fields input[type=email]::-ms-input-placeholder {
  color: #A7A7A7;
}
.footer .block .right .mc_form .mc4wp-form-fields input[type=email]::placeholder {
  color: #A7A7A7;
}
.footer .block .right .mc_form .mc4wp-form-fields input[type=submit] {
  outline: none;
  font-family: "Instrumental", sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  font-weight: normal;
  color: #D9FFD1;
  text-align: center;
  padding: 10px;
  min-width: 223px;
  min-height: 45px;
  border-radius: var(--border-radius);
  background-color: #061F1F;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.footer .block .right .mc_form .mc4wp-form-fields input[type=submit]:hover {
  background-color: #1E443B;
}
.footer .footer_logo {
  margin-top: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 71px;
  height: 39px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer_link {
  margin-top: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #808080;
}
.footer .copyright {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #919191;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

@media (max-width: 899px) {
  .footer {
    padding: 60px 0 40px;
  }
  .footer .block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }
  .footer .block .left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .block .left .title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  .footer .block .left .subtitle {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
  }
  .footer .block .left .btn {
    margin-top: 20px;
  }
  .footer .block .left .socials {
    margin-top: 20px;
  }
  .footer .block .right {
    margin-top: 0;
    max-width: 550px;
  }
  .footer .footer_logo {
    margin-top: 40px;
  }
  .footer .footer_link {
    margin-top: 8px;
  }
}
@media (max-width: 599px) {
  .footer .block .left .subtitle {
    max-width: 320px;
  }
  .footer .block .right {
    padding: 20px 8px;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .block .right .title {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
  .footer .block .right .mc_form {
    width: 267px;
  }
  .footer .block .right .mc_form .mc4wp-form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .block .right .mc_form .mc4wp-form-fields input[type=email] {
    width: 100%;
  }
}
.home_b1 {
  padding: 35px 0 50px;
}
.home_b1 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home_b1 .video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 734px;
  height: 414px;
  border-radius: var(--border-radius);
  overflow: hidden;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.home_b1 .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_b1 .video .video_poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.home_b1 .video .video_play_icon {
  display: block;
  position: absolute;
  top: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home_b1 .texting {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 36px;
}
.home_b1 .texting .left_text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 13px 0;
  font-family: "Instrumental", sans-serif;
  font-size: 75px;
  line-height: 83px;
  color: #D9FFD1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home_b1 .texting .right_text {
  max-width: 477px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #FCFCFC;
}

@media (min-width: 1200px) {
  .home_b1 {
    height: calc(100vh - 100px);
    min-height: 720px;
  }
  .home_b1 .wrapper {
    height: 100%;
  }
  .home_b1 .video {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    max-width: calc(100vw - 40px);
    aspect-ratio: 734/414;
  }
}
@media (max-width: 899px) {
  .home_b1 {
    padding: 44px 0 56px;
  }
  .home_b1 .wrapper {
    height: 100%;
  }
  .home_b1 .video {
    height: 320px;
  }
  .home_b1 .texting {
    margin-top: 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 22px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home_b1 .texting .left_text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 0;
    font-size: 45px;
    line-height: 50px;
  }
  .home_b1 .texting .right_text {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 599px) {
  .home_b1 {
    /* height: auto; */
height: calc(100vh - 120px);
  }
  .home_b1 .wrapper {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 47px;
  }
  .home_b1 .texting {
    margin-top: 0;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}
.home_b2 {
  overflow: hidden;
  background-color: #fcfcfc;
}
.home_b2 .wrapper {
  position: relative;
  padding-top: 92px;
  padding-bottom: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
.home_b2 .pre_title {
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  color: #061F1F;
}
.home_b2 .hover_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}
.home_b2 .hover_wrapper .hover_block {
  cursor: pointer;
}
.home_b2 .hover_wrapper .hover_block .title {
  position: relative;
  display: block;
  text-align: center;
  font-family: "Instrumental", sans-serif;
  font-size: 65px;
  line-height: 83px;
  color: #061F1F;
}
.home_b2 .hover_wrapper .hover_block .title:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.home_b2 .hover_wrapper .hover_block img {
  position: absolute;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.home_b2 .hover_wrapper .hover_block:nth-child(1) img:nth-of-type(1) {
  width: 227px;
  height: 144px;
  top: 12px;
  left: 15px;
}
.home_b2 .hover_wrapper .hover_block:nth-child(1) img:nth-of-type(2) {
  width: 315px;
  height: 195px;
  top: 300px;
  right: 55px;
}
.home_b2 .hover_wrapper .hover_block:nth-child(1) img:nth-of-type(3) {
  width: 215px;
  height: 215px;
  bottom: 40px;
  left: 178px;
}
.home_b2 .hover_wrapper .hover_block:nth-child(2) img:nth-of-type(1) {
  width: 178px;
  height: 267px;
  top: 32px;
  left: 55px;
}
.home_b2 .hover_wrapper .hover_block:nth-child(2) img:nth-of-type(2) {
  width: 193px;
  height: 289px;
  top: 133px;
  right: 40px;
}
.home_b2 .hover_wrapper .hover_block:nth-child(2) img:nth-of-type(3) {
  width: 279px;
  height: 186px;
  bottom: 40px;
  left: 130px;
}
.home_b2 .hover_wrapper .hover_block:nth-child(3) img:nth-of-type(1) {
  width: 150px;
  height: 188px;
  top: 92px;
  left: 100px;
}
.home_b2 .hover_wrapper .hover_block:nth-child(3) img:nth-of-type(2) {
  width: 310px;
  height: 160px;
  top: 290px;
  right: 40px;
}
.home_b2 .hover_wrapper .hover_block:nth-child(3) img:nth-of-type(3) {
  width: 266px;
  height: 142px;
  bottom: 83px;
  left: 85px;
}
.home_b2 .hover_wrapper .hover_block:hover .title:before {
  opacity: 1;
}
.home_b2 .hover_wrapper .hover_block:hover img {
  opacity: 1;
}

@media (max-width: 1200px) {
  .home_b2 .hover_wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .home_b2 .hover_wrapper .hover_block {
    position: relative;
  }
  .home_b2 .hover_wrapper .hover_block .title:before {
    display: none;
  }
  .home_b2 .hover_wrapper .hover_block img {
    opacity: 1;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(1) {
    padding-bottom: 300px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(1) img:nth-of-type(1) {
    display: none;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(1) img:nth-of-type(2) {
    top: unset;
    bottom: 85px;
    right: unset;
    left: 0;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(1) img:nth-of-type(3) {
    bottom: 0;
    left: unset;
    right: 16px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(2) {
    padding-bottom: 560px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(2) img:nth-of-type(1) {
    top: unset;
    left: 60px;
    bottom: 256px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(2) img:nth-of-type(2) {
    top: unset;
    bottom: 206px;
    right: 60px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(2) img:nth-of-type(3) {
    bottom: 0;
    left: 100px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(3) {
    padding-bottom: 370px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(3) img:nth-of-type(1) {
    top: unset;
    left: 60px;
    bottom: 164px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(3) img:nth-of-type(2) {
    display: none;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(3) img:nth-of-type(3) {
    bottom: 0;
    left: unset;
    right: 120px;
  }
}
@media (max-width: 899px) {
  .home_b2 .wrapper {
    padding-top: 66px;
    padding-bottom: 66px;
    gap: 46px;
  }
  .home_b2 .pre_title {
    font-size: 14px;
    line-height: 20px;
  }
  .home_b2 .hover_wrapper {
    min-width: 560px;
    gap: 30px;
  }
  .home_b2 .hover_wrapper .hover_block .title {
    font-size: 45px;
    line-height: 59px;
  }
}
@media (max-width: 599px) {
  .home_b2 .wrapper {
    gap: 50px;
  }
  .home_b2 .hover_wrapper {
    min-width: unset;
    width: 100%;
    gap: 45px;
  }
  .home_b2 .hover_wrapper .hover_block {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
  }
  .home_b2 .hover_wrapper .hover_block.visible {
    opacity: 1;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(1) {
    padding-bottom: 345px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(1) img:nth-of-type(2) {
    width: 257px;
    height: 155px;
    bottom: 180px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(1) img:nth-of-type(3) {
    width: 160px;
    height: 160px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(2) {
    padding-bottom: 458px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(2) img:nth-of-type(1) {
    width: 126px;
    height: 189px;
    left: 0;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(2) img:nth-of-type(2) {
    width: 121px;
    height: 181px;
    right: 0;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(2) img:nth-of-type(3) {
    width: 279px;
    height: 186px;
    left: 0;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(3) {
    padding-bottom: 403px;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(3) img:nth-of-type(1) {
    width: 150px;
    height: 187px;
    bottom: 186px;
    left: 0;
  }
  .home_b2 .hover_wrapper .hover_block:nth-child(3) img:nth-of-type(3) {
    width: 307px;
    height: 164px;
    right: 0;
  }
}
.home_b3 .wrapper {
  max-width: 1280px;
  padding: 0;
}
.home_b3 .project_swiper {
  overflow: hidden;
  max-height: calc(100vh - 100px);
}
.home_b3 .project_swiper .swiper-slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  background-color: #061F1F;
  height: auto;
}
.home_b3 .project_swiper .swiper-slide .texting {
  padding: 36px 26px 31px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home_b3 .project_swiper .swiper-slide .texting .top_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #D9FFD1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 540px;
}
.home_b3 .project_swiper .swiper-slide .texting .bottom_title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #D9FFD1;
}
.home_b3 .project_swiper .swiper-slide .texting .description {
  margin-top: 15px;
  font-weight: 300;
  color: #FCFCFC;
}
.home_b3 .project_swiper .swiper-slide .texting .btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.home_b3 .project_swiper .swiper-slide .texting .btns .link {
  font-weight: 600;
  line-height: 20px;
  color: #D9FFD1;
  padding-bottom: 3px;
  border-bottom: 1px solid #D9FFD1;
}
.home_b3 .project_swiper .swiper-slide .texting .btns .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.home_b3 .project_swiper .swiper-slide .texting .btns .nav .next, .home_b3 .project_swiper .swiper-slide .texting .btns .nav .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-weight: 600;
  line-height: 20px;
  color: #D9FFD1;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.home_b3 .project_swiper .swiper-slide .texting .btns .nav .next.swiper-button-disabled, .home_b3 .project_swiper .swiper-slide .texting .btns .nav .prev.swiper-button-disabled {
  opacity: 0.35;
}
.home_b3 .project_swiper .swiper-slide .texting .btns .nav .prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home_b3 .project_swiper .swiper-slide .project_img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 899px) {
  .home_b3 .project_swiper {
    max-height: unset;
  }
  .home_b3 .project_swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .home_b3 .project_swiper .swiper-slide .texting {
    padding: 60px 30px 37px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .home_b3 .project_swiper .swiper-slide .texting .bottom_title {
    margin-top: 60px;
  }
}
.home_b4 {
  padding: 75px 0 92px;
  background-color: #FCFCFC;
}
.home_b4 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home_b4 .title {
  font-family: "Instrumental", sans-serif;
  font-size: 45px;
  line-height: 55px;
  color: #061F1F;
  max-width: 740px;
}
.home_b4 .block {
  margin-top: 85px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  max-width: 850px;
  -ms-grid-row-align: center;
      align-self: center;
}
.home_b4 .block .img {
  width: 100%;
  height: auto;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
.home_b4 .block .texting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home_b4 .block .texting *:not(strong, b) {
  font-size: 14px;
}
.home_b4 .block .texting strong, .home_b4 .block .texting b {
  font-size: 15px;
  font-weight: 600;
}
.home_b4 .block .texting > *:not(.link, :last-child) {
  margin: 0 0 20px;
}
.home_b4 .block .texting .link {
  margin-top: 5px;
  font-family: "Instrumental", sans-serif;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #FCFCFC;
  text-align: center;
  padding: 12px 64px;
  min-width: 238px;
  border-radius: var(--border-radius);
  background-color: #061F1F;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.home_b4 .block .texting .link:hover {
  background-color: #D9FFD1;
  color: #061F1F;
}

@media (max-width: 899px) {
  .home_b4 .title {
    font-size: 35px;
    line-height: 40px;
  }
  .home_b4 .block {
    margin-top: 30px;
    gap: 35px;
  }
  .home_b4 .block .link {
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  .home_b4 .block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home_b4 .block .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-height: 460px;
  }
}
.home_b5 {
  padding: 70px 0 80px;
}
.home_b5 .title, .home_b5 .post_title {
  font-family: "Instrumental", sans-serif;
  font-size: 45px;
  line-height: 59px;
  color: #D9FFD1;
}
.home_b5 .block {
  margin-top: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 450fr 145px 605fr;
  grid-template-columns: 450fr 605fr;
  gap: 145px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_b5 .block .texting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
  color: #fcfcfc;
  padding-top: 30px;
}
.home_b5 .block .texting strong, .home_b5 .block .texting b {
  font-weight: 600;
}
.home_b5 .block .texting > *:not(.link, :last-child) {
  margin: 0 0 25px;
}
.home_b5 .block .texting .link {
  margin-top: 20px;
  font-family: "Instrumental", sans-serif;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #061F1F;
  text-align: center;
  padding: 12px 33px;
  min-width: 238px;
  border-radius: var(--border-radius);
  background-color: #D9FFD1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.home_b5 .block .texting .link:hover {
  background-color: #FDDCFE;
}
.home_b5 .block .img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

@media (max-width: 899px) {
  .home_b5 {
    padding-bottom: 80px;
  }
  .home_b5 .title, .home_b5 .post_title {
    font-size: 35px;
    line-height: 46px;
  }
  .home_b5 .title {
    padding-right: 25px;
  }
  .home_b5 .post_title {
    margin-top: 20px;
  }
  .home_b5 .block {
    margin-top: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .home_b5 .block .texting {
    padding-top: 0;
  }
  .home_b5 .block .texting .link {
    margin-top: 5px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
/*------------------------ About Page ------------------------*/
.about_b1 {
  padding: 60px 0 40px;
}
.about_b1 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about_b1 .section_title {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: "Instrumental", sans-serif;
  font-size: 50px;
  line-height: 65px;
  color: #D9FFD1;
  text-align: right;
}
.about_b1 .description {
  margin-top: 30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
  color: #fcfcfc;
  max-width: 535px;
}
.about_b1 .block {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 510fr 100px 590fr;
  grid-template-columns: 510fr 590fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
.about_b1 .block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
.about_b1 .block .content .item .title {
  font-family: "Instrumental", sans-serif;
  font-size: 25px;
  line-height: 35px;
  color: #D9FFD1;
}
.about_b1 .block .content .item .text {
  color: #fcfcfc;
  padding-left: 90px;
}
.about_b1 .block .content .item .text > * {
  margin: 0 0 20px;
}
.about_b1 .block .content .item .text > *:last-child {
  margin-bottom: 0;
}
.about_b1 .block .img {
  width: 100%;
  height: auto;
  aspect-ratio: 590/675;
  max-height: 675px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}

@media (max-width: 899px) {
  .about_b1 {
    padding: 50px 0;
  }
  .about_b1 .section_title {
    font-size: 45px;
    line-height: 50px;
  }
  .about_b1 .description {
    margin-top: 28px;
  }
  .about_b1 .block {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .about_b1 .block .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 50px;
  }
  .about_b1 .block .content .item .text {
    margin-top: 7px;
    padding-left: 85px;
  }
  .about_b1 .block .img {
    width: 85%;
    max-height: 480px;
    justify-self: flex-end;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 599px) {
  .about_b1 .block .content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_b1 .block .content .item .text {
    padding-left: 5px;
    margin-top: 40px;
  }
  .about_b1 .block .img {
    max-height: 307px;
  }
}
.about_b2 {
  padding: 35px 0 35px;
}
.about_b2 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_b2 .section_title {
  font-family: "Instrumental", sans-serif;
  font-size: 50px;
  line-height: 65px;
  color: #fcfcfc;
  text-align: center;
}
.about_b2 .list_wrapper {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
  max-width: 465px;
}
.about_b2 .list_wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.about_b2 .list_wrapper .item .title {
  font-family: "Instrumental", sans-serif;
  font-size: 35px;
  line-height: 46px;
  color: #D9FFD1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.about_b2 .list_wrapper .item .title img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 3px;
}
.about_b2 .list_wrapper .item .text {
  font-weight: 300;
  color: #fcfcfc;
}

@media (max-width: 899px) {
  .about_b2 {
    padding: 50px 0;
  }
  .about_b2 .section_title {
    font-size: 45px;
    line-height: 50px;
  }
  .about_b2 .list_wrapper {
    margin-top: 50px;
    gap: 50px;
  }
  .about_b2 .list_wrapper .item .title {
    font-size: 30px;
    line-height: 1;
  }
}
.about_b3 {
  padding: 35px 0 105px;
}
.about_b3 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about_b3 .block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 465fr 110px 532fr;
  grid-template-columns: 465fr 532fr;
  gap: 110px;
  max-width: 1110px;
}
.about_b3 .block .img {
  margin-top: 79px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
.about_b3 .block .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about_b3 .block .content_wrapper .title {
  font-family: "Instrumental", sans-serif;
  font-size: 50px;
  line-height: 65px;
  text-align: center;
  color: #fcfcfc;
}
.about_b3 .block .content_wrapper .text {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  color: #fcfcfc;
}
.about_b3 .block .content_wrapper .text > * {
  margin: 0;
}
.about_b3 .block .content_wrapper .btn {
  margin-top: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "Instrumental", sans-serif;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #061F1F;
  text-align: center;
  padding: 12px 33px;
  min-width: 238px;
  border-radius: var(--border-radius);
  background-color: #D9FFD1;
}
.about_b3 .block .content_wrapper .btn:hover {
  background-color: #FDDCFE;
}

@media (max-width: 899px) {
  .about_b3 {
    padding: 50px 0 80px;
  }
  .about_b3 .block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .about_b3 .block .img {
    margin-top: 0;
    max-width: calc(100% - 56px);
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about_b3 .block .content_wrapper .title {
    font-size: 45px;
    line-height: 50px;
  }
  .about_b3 .block .content_wrapper .text {
    margin-top: 50px;
    gap: 25px;
  }
  .about_b3 .block .content_wrapper .btn {
    margin-top: 45px;
  }
}
/*------------------------ Contact Page ------------------------*/
.contact_b1 {
  padding: 60px 0 0;
}
.contact_b1 .section_title, .contact_b1 .section_subtitle {
  font-family: "Instrumental", sans-serif;
  font-size: 50px;
  line-height: 65px;
}
.contact_b1 .section_title {
  max-width: 1100px;
}
.contact_b1 .section_subtitle {
  margin-top: 30px;
}
.contact_b1 .grid_wrapper {
  margin-top: 74px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 590fr 35px 575fr;
  grid-template-columns: 590fr 575fr;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_b1 .grid_wrapper .img {
  width: 100%;
  height: auto;
  max-height: 675px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
.contact_b1 .grid_wrapper .content_wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact_b1 .grid_wrapper .content_wrapper .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 24px;
  color: #061f1f;
}
.contact_b1 .grid_wrapper .content_wrapper .form_title {
  margin-top: 25px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper {
  margin-top: 25px;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 75px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 75px;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf_row_6 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  position: relative;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf_row_12 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  position: relative;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-not-valid-tip {
  width: 100%;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper input:not([type=checkbox], [type=submit]), .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper select, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper textarea {
  display: block;
  outline: none;
  width: 100%;
  padding: 7px 0;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #061F1F;
  background: transparent;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper input:not([type=checkbox], [type=submit])::-webkit-input-placeholder, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper select::-webkit-input-placeholder, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper textarea::-webkit-input-placeholder {
  color: #061F1F;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper input:not([type=checkbox], [type=submit])::-moz-placeholder, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper select::-moz-placeholder, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper textarea::-moz-placeholder {
  color: #061F1F;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper input:not([type=checkbox], [type=submit]):-ms-input-placeholder, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper select:-ms-input-placeholder, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper textarea:-ms-input-placeholder {
  color: #061F1F;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper input:not([type=checkbox], [type=submit])::-ms-input-placeholder, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper select::-ms-input-placeholder, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper textarea::-ms-input-placeholder {
  color: #061F1F;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper input:not([type=checkbox], [type=submit])::placeholder, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper select::placeholder, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper textarea::placeholder {
  color: #061F1F;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper textarea {
  resize: none;
  height: 85px;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-form-control-wrap {
  display: block;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-acceptance, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-checkbox {
  position: relative;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-acceptance .wpcf7-list-item, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-checkbox .wpcf7-list-item {
  margin-top: -5px;
  margin-left: 10px;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-acceptance label, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-checkbox label {
  font-size: 14px;
  line-height: 21px;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-acceptance label input, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-checkbox label input {
  display: none;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-acceptance label span, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-checkbox label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-acceptance label span:before, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-checkbox label span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #000;
  margin: 5px 0;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-acceptance label span:after, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-checkbox label span:after {
  display: none;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-acceptance label input:checked ~ span:before, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf7-checkbox label input:checked ~ span:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='black'><path d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf_submit {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf_submit input[type=submit] {
  font-family: "Instrumental", sans-serif;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.02em;
  font-weight: normal;
  color: #061F1F;
  text-align: center;
  padding: 12px 20px;
  min-width: 238px;
  border-radius: var(--border-radius);
  background-color: #D9FFD1;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf_submit input[type=submit]:hover {
  background-color: #FDDCFE;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf_submit .wpcf7-spinner {
  display: none !important;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf7-form {
  position: relative;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: -30px;
  margin: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border: none;
}

@media (max-width: 899px) {
  .contact_b1 {
    padding-top: 40px;
  }
  .contact_b1 .section_title, .contact_b1 .section_subtitle {
    font-size: 45px;
    line-height: 50px;
  }
  .contact_b1 .section_subtitle {
    margin-top: 25px;
  }
  .contact_b1 .grid_wrapper {
    margin-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .contact_b1 .grid_wrapper .img {
    width: 85%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 285/380;
    justify-self: flex-end;
  }
  .contact_b1 .grid_wrapper .content_wrapper .form_wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper {
    gap: 40px;
  }
  .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf_row_6, .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf_row_12 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    max-width: 85%;
  }
  .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf_row_12.acceptance {
    max-width: 100%;
  }
  .contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper textarea {
    height: 130px;
  }
}
.contact_b2 {
  padding: 85px 0;
  scroll-margin-top: 100px;
}
.contact_b2 .section_title {
  font-family: "Instrumental", sans-serif;
  font-size: 45px;
  line-height: 55px;
}
.contact_b2 .grid {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 60px;
}
.contact_b2 .review .title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B2EBA7;
}
.contact_b2 .review .content > * {
  margin: 0 0 24px;
}
.contact_b2 .review .content > *:last-child {
  margin-bottom: 0;
}
.contact_b2 .review .name {
  margin-top: 12px;
  font-family: "Instrumental", sans-serif;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 899px) {
  .contact_b2 {
    padding: 75px 0 85px;
    scroll-margin-top: 120px;
  }
  .contact_b2 .grid {
    margin-top: 40px;
    gap: 80px 40px;
  }
  .contact_b2 .section_title {
    font-size: 35px;
    line-height: 40px;
  }
  .contact_b2 .review .title {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .contact_b2 .review .name {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 599px) {
  .contact_b2 .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*------------------------ Services Page ------------------------*/
@media (min-width: 1200px) {
  .page-template-tpl-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    overflow: hidden;
  }
  .page-template-tpl-services main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .page-template-tpl-services main .panel {
    min-width: 100%;
  }
  .page-template-tpl-services main .services_swiper {
    width: 100%;
  }
  .page-template-tpl-services main .services_swiper .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-template-tpl-services main .services_swiper .swiper-slide {
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  .page-template-tpl-services main .services_swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .page-template-tpl-services .footer {
    display: none;
  }
  .scroll_more {
    opacity: 0.65;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    position: fixed;
    bottom: 30px;
    right: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .scroll_more_text {
    font-size: 14px;
    line-height: 1;
    color: #fcfcfc;
  }
  .scroll_more_mouse {
    margin-left: 20px;
    width: 20px;
    height: 32px;
    position: relative;
    border-radius: 50px;
    border-width: 2px;
    border-style: solid;
    border-color: #fcfcfc;
    -o-border-image: initial;
       border-image: initial;
  }
  .scroll_more_mouse > div {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    width: 3px;
    height: 6px;
    margin: auto;
    background: #fcfcfc;
    border-radius: 50%;
    -webkit-animation: 3s cubic-bezier(1, 0, 0, 1) 0s infinite normal none running homescroll;
            animation: 3s cubic-bezier(1, 0, 0, 1) 0s infinite normal none running homescroll;
  }
}
@-webkit-keyframes homescroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes homescroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.services {
  overflow-x: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services::-webkit-scrollbar {
  width: 0;
}
.services .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services .wrapper:after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: calc((100vw - 100%) / 2 + 109px);
}
.services .wrapper .panel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.services_b1 {
  padding: 53px 0px 35px;
}
.services_b1 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services_b1 .section_title {
  font-family: "Instrumental", sans-serif;
  font-size: 55px;
  line-height: 65px;
  text-align: right;
  color: #D9FFD1;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.services_b1 .block {
  margin-top: -42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.services_b1 .block .img {
  width: 316px;
  height: auto;
  max-height: 53.7vh;
  aspect-ratio: 316/474;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
.services_b1 .block .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fcfcfc;
  max-width: 410px;
}

.services_b2 {
  padding: 41px 0px 35px;
}
.services_b2 .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 605fr 95px 350fr;
  grid-template-columns: 605fr 350fr;
  gap: 95px;
}
.services_b2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
}
.services_b2 .content .section_title {
  font-family: "Instrumental", sans-serif;
  font-size: 55px;
  line-height: 65px;
  color: #fcfcfc;
}
.services_b2 .content .subtitle {
  margin-top: 25px;
  font-weight: 400;
  color: #D9FFD1;
  max-width: 475px;
}
.services_b2 .content .text {
  margin-top: 25px;
  font-weight: 300;
  color: #fcfcfc;
  max-width: 520px;
}
.services_b2 .content .text > * {
  margin: 0 0 20px;
}
.services_b2 .content .text > *:last-child {
  margin-bottom: 0;
}
.services_b2 .columns {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
.services_b2 .columns .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.services_b2 .columns .item .title {
  font-family: "Instrumental", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #D9FFD1;
  text-transform: uppercase;
}
.services_b2 .columns .item .list {
  color: #fcfcfc;
  line-height: 28px;
}
.services_b2 .columns.mob {
  display: none;
}
.services_b2 .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
.services_b2 .media .img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.services_b2 .media .btn {
  font-family: "Instrumental", sans-serif;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #061F1F;
  text-align: center;
  padding: 12px 20px;
  min-width: 238px;
  border-radius: var(--border-radius);
  background-color: #D9FFD1;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.services_b2 .media .btn:hover {
  background-color: #FDDCFE;
}
.services_b2 .media .circles {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.services_b2 .media .circles img {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.services_b2 .media .circles img.visible {
  opacity: 1;
}
.services_b2 .media .circles .img_1 {
  width: 42%;
  bottom: 14.3%;
}
.services_b2 .media .circles .img_2 {
  width: 70.3%;
  bottom: 6.85%;
}
.services_b2 .media .circles .img_3 {
  width: 100%;
  bottom: 0;
}

.services_b3 {
  padding: 60px 0 35px;
}
.services_b3 .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 550fr 70px 465fr;
  grid-template-columns: 550fr 465fr;
  gap: 70px;
}
.services_b3 .content .section_title {
  font-family: "Instrumental", sans-serif;
  font-size: 55px;
  line-height: 65px;
  color: #fcfcfc;
}
.services_b3 .content .subtitle {
  margin-top: 25px;
  font-weight: 400;
  color: #D9FFD1;
  max-width: 475px;
}
.services_b3 .content .text {
  margin-top: 25px;
  font-weight: 300;
  color: #fcfcfc;
}
.services_b3 .content .text > * {
  margin: 0 0 20px;
}
.services_b3 .content .text > *:last-child {
  margin-bottom: 0;
}
.services_b3 .media {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
.services_b3 .media .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 15px;
}
.services_b3 .media .gallery .img {
  width: 100%;
  height: auto;
  aspect-ratio: 224/170;
  border-radius: var(--border-radius);
  -o-object-fit: cover;
     object-fit: cover;
}
.services_b3 .media .btn {
  font-family: "Instrumental", sans-serif;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #061F1F;
  text-align: center;
  padding: 12px 20px;
  min-width: 238px;
  border-radius: var(--border-radius);
  background-color: #D9FFD1;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.services_b3 .media .btn:hover {
  background-color: #FDDCFE;
}

.services_b4 {
  padding: 60px 0 35px;
}
.services_b4 .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 613fr 55px 406fr;
  grid-template-columns: 613fr 406fr;
  gap: 55px;
}
.services_b4 .content .section_title {
  font-family: "Instrumental", sans-serif;
  font-size: 55px;
  line-height: 65px;
  color: #fcfcfc;
}
.services_b4 .content .subtitle {
  margin-top: 25px;
  font-weight: 400;
  color: #D9FFD1;
  max-width: 475px;
}
.services_b4 .content .text {
  margin-top: 25px;
  font-weight: 300;
  color: #fcfcfc;
  max-width: 515px;
}
.services_b4 .content .text > * {
  margin: 0 0 20px;
}
.services_b4 .content .text > *:last-child {
  margin-bottom: 0;
}
.services_b4 .content .columns {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.services_b4 .content .columns .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 235px;
}
.services_b4 .content .columns .item .title {
  font-family: "Instrumental", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #D9FFD1;
  text-transform: uppercase;
}
.services_b4 .content .columns .item .list {
  line-height: 28px;
  color: #fcfcfc;
}
.services_b4 .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.services_b4 .media .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.services_b4 .media .gallery .img, .services_b4 .media .gallery .video {
  width: 100%;
  height: auto;
  aspect-ratio: 406/198;
  border-radius: var(--border-radius);
  -o-object-fit: cover;
     object-fit: cover;
}
.services_b4 .media .gallery .video {
  aspect-ratio: 455/240;
}
.services_b4 .media .btn {
  font-family: "Instrumental", sans-serif;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #061F1F;
  text-align: center;
  padding: 12px 20px;
  min-width: 238px;
  border-radius: var(--border-radius);
  background-color: #D9FFD1;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.services_b4 .media .btn:hover {
  background-color: #FDDCFE;
}

.services_b5 {
  padding: 60px 0 35px;
}
.services_b5 .section_title_1, .services_b5 .section_title_2 {
  font-family: "Instrumental", sans-serif;
  font-size: 55px;
  line-height: 65px;
}
.services_b5 .section_title_1 {
  color: #fcfcfc;
}
.services_b5 .section_title_2 {
  color: #D9FFD1;
}
.services_b5 .grid {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 499fr 92px 433fr;
  grid-template-columns: 499fr 433fr;
  gap: 92px;
}
.services_b5 .grid .content .subtitle {
  font-weight: 400;
  color: #fcfcfc;
  max-width: 490px;
}
.services_b5 .grid .content .text {
  margin-top: 25px;
  font-weight: 300;
  color: #fcfcfc;
}
.services_b5 .grid .content .text > * {
  margin: 0 0 20px;
}
.services_b5 .grid .content .text > *:last-child {
  margin-bottom: 0;
}
.services_b5 .grid .media {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.services_b5 .grid .media .img {
  width: 100%;
  height: auto;
  aspect-ratio: 433/228;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
.services_b5 .grid .media .btn {
  font-family: "Instrumental", sans-serif;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #061F1F;
  text-align: center;
  padding: 12px 20px;
  min-width: 238px;
  border-radius: var(--border-radius);
  background-color: #D9FFD1;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.services_b5 .grid .media .btn:hover {
  background-color: #FDDCFE;
}

@media (min-width: 1200px) and (max-height: 699px) {
  .services_b1 {
    padding: 30px 0;
  }
  .services_b1 .section_title {
    font-size: 45px;
    line-height: 55px;
    max-width: 1000px;
  }
  .services_b2 {
    padding: 30px 0;
  }
  .services_b2 .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services_b2 .content {
    padding-top: 0;
  }
  .services_b2 .content .section_title {
    font-size: 45px;
    line-height: 55px;
  }
  .services_b2 .content .subtitle {
    margin-top: 15px;
  }
  .services_b2 .content .text {
    margin-top: 15px;
  }
  .services_b2 .content .text > * {
    margin: 0 0 15px;
  }
  .services_b2 .columns {
    margin-top: 15px;
  }
  .services_b2 .columns .item .list {
    line-height: 24px;
  }
  .services_b2 .media {
    gap: 15px;
  }
  .services_b2 .media .img, .services_b2 .media .circles {
    max-width: 300px;
  }
  .services_b3 {
    padding: 30px 0;
  }
  .services_b3 .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services_b3 .content .section_title {
    font-size: 45px;
    line-height: 55px;
  }
  .services_b3 .content .subtitle {
    margin-top: 15px;
  }
  .services_b3 .content .text {
    margin-top: 15px;
  }
  .services_b3 .content .text > * {
    margin: 0 0 15px;
  }
  .services_b3 .media {
    margin-top: 0;
    gap: 25px;
  }
  .services_b3 .media .gallery {
    gap: 10px;
    max-width: 360px;
  }
  .services_b4 {
    padding: 30px 0;
  }
  .services_b4 .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services_b4 .content .section_title {
    font-size: 45px;
    line-height: 45px;
  }
  .services_b4 .content .subtitle {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .services_b4 .content .text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .services_b4 .content .text > * {
    margin: 0 0 10px;
  }
  .services_b4 .content .columns {
    margin-top: 15px;
  }
  .services_b4 .content .columns .item .list {
    font-size: 14px;
    line-height: 20px;
  }
  .services_b4 .media {
    gap: 25px;
  }
  .services_b4 .media .gallery {
    max-width: 300px;
    gap: 15px;
  }
  .services_b5 {
    padding: 30px 0;
  }
  .services_b5 .section_title_1, .services_b5 .section_title_2 {
    font-size: 45px;
    line-height: 55px;
  }
  .services_b5 .grid {
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services_b5 .grid .content .text {
    margin-top: 15px;
  }
  .services_b5 .grid .content .text > * {
    margin: 0 0 15px;
  }
  .services_b5 .grid .media {
    margin-top: 0;
    gap: 25px;
  }
  .services_b5 .grid .media .img {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .services {
    overflow-x: hidden;
    height: auto;
  }
  .services .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .wrapper:after {
    display: none;
  }
  .services .wrapper .panel {
    -ms-flex-negative: unset;
        flex-shrink: unset;
  }
  .services_b1, .services_b2, .services_b3, .services_b4, .services_b5 {
    width: 100%;
    margin: 0;
    padding: 60px 0;
  }
  .services_b1 .wrapper, .services_b2 .wrapper, .services_b3 .wrapper, .services_b4 .wrapper, .services_b5 .wrapper {
    max-width: unset;
  }
  .services_b1:last-child, .services_b2:last-child, .services_b3:last-child, .services_b4:last-child, .services_b5:last-child {
    padding-bottom: 120px;
  }
  .services_b1 .block {
    margin-top: 0;
  }
  .services_b2 .media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .services_swiper {
    margin: 0;
  }
  .services_swiper .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .scroll_more {
    display: none;
  }
}
@media (max-width: 899px) {
  .services_b1 {
    padding: 60px 0;
  }
  .services_b1 .section_title {
    font-size: 45px;
    line-height: 50px;
  }
  .services_b1 .block {
    margin-top: 27px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
  .services_b1 .block .img {
    width: 62%;
    max-height: 480px;
    aspect-ratio: 210/314;
  }
  .services_b1 .block .text {
    font-size: 15px;
    line-height: 23px;
  }
  .services_b2 {
    padding: 60px 0;
  }
  .services_b2 .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .services_b2 .content {
    padding: 0;
  }
  .services_b2 .content .section_title {
    font-size: 45px;
    line-height: 50px;
  }
  .services_b2 .content .subtitle {
    margin-top: 25px;
  }
  .services_b2 .content .text {
    margin-top: 25px;
  }
  .services_b2 .columns {
    display: none;
    margin-top: 0;
    gap: 25px;
  }
  .services_b2 .columns.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services_b2 .media {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .services_b2 .media .img {
    max-width: 480px;
  }
  .services_b2 .media .btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .services_b3 {
    padding: 60px 0;
  }
  .services_b3 .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .services_b3 .content .section_title {
    font-size: 45px;
    line-height: 50px;
  }
  .services_b3 .content .subtitle {
    margin-top: 25px;
  }
  .services_b3 .content .text {
    margin-top: 25px;
  }
  .services_b3 .media {
    margin-top: 0;
    gap: 40px;
  }
  .services_b3 .media .gallery {
    max-width: 480px;
    gap: 17px 11px;
  }
  .services_b3 .media .gallery .img {
    aspect-ratio: 172/130;
  }
  .services_b4 {
    padding: 60px 0;
  }
  .services_b4 .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .services_b4 .content .section_title {
    font-size: 45px;
    line-height: 50px;
  }
  .services_b4 .content .subtitle {
    margin-top: 25px;
  }
  .services_b4 .content .columns {
    margin-top: 25px;
    gap: 25px;
  }
  .services_b4 .content .columns .item {
    gap: 5px;
  }
  .services_b4 .media {
    gap: 52px;
  }
  .services_b4 .media .gallery {
    max-width: 480px;
  }
  .services_b4 .media .gallery .img {
    aspect-ratio: 354/173;
  }
  .services_b5 {
    padding: 60px 0;
  }
  .services_b5 .section_title_1, .services_b5 .section_title_2 {
    font-size: 45px;
    line-height: 50px;
  }
  .services_b5 .grid {
    margin-top: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .services_b5 .grid .content .text {
    margin-top: 20px;
  }
  .services_b5 .grid .media {
    margin-top: 0;
    gap: 40px;
  }
  .services_b5 .grid .media .img {
    max-width: 480px;
    aspect-ratio: 354/186;
  }
}
@media (max-width: 599px) {
  .services_b2 .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services_b4 .content .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*------------------------ Projects Page ------------------------*/
.projects {
  padding: 40px 0 0;
}
.projects .content h1 {
  max-width: 1030px;
  margin-left: auto;
}
.projects .content > *:first-child {
  margin-top: 0;
}
.projects .content > *:last-child {
  margin-bottom: 0;
}
.projects .projects_grid {
  margin-top: 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.projects .projects_grid .project {
  padding: 90px 60px 100px;
  position: relative;
  color: #fcfcfc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projects .projects_grid .project.darkening:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.projects .projects_grid .project .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  padding: 10px 20px;
}
.projects .projects_grid .project .top .name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.projects .projects_grid .project .top .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projects .projects_grid .project .top .categories .item {
  font-size: 14px;
  line-height: 14px;
  font-weight:300;
}
.projects .projects_grid .project .media {
  width: 90%;
  height: auto;
  aspect-ratio: 460/240;
  position: relative;
}
.projects .projects_grid .project .media video, .projects .projects_grid .project .media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects .projects_grid .empty {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin: 60px 0;
}

@media (max-width: 1199px) {
  .projects .projects_grid .project {
    padding: 60px 60px 70px;
  }
  .projects .projects_grid .project .media {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .projects {
    padding-top: 54px;
  }
  .projects .wrapper {
    padding: 0;
  }
  .projects .content {
    padding: 0 30px;
  }
  .projects .projects_grid {
    margin-top: 40px;
  }
  .projects .projects_grid .project {
    padding: 90px 30px 80px;
  }
  .projects .projects_grid .project .top {
    height: 70px;
    gap: 40px;
    padding: 10px 30px;
  }
  .projects .projects_grid .project .media {
    aspect-ratio: 354/186;
  }
  .projects .projects_grid .project .media video, .projects .projects_grid .project .media img {
    border-radius: var(--border-radius);
  }
  .projects .projects_grid .empty {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .projects .projects_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .projects .projects_grid .project .top .name {
    font-size: 14px;
    line-height: 17px;
  }
  .projects .projects_grid .project .top .categories {
    gap: 4px 10px;
  }
  .projects .projects_grid .project .top .categories .item {
    font-size: 11px;
    line-height: 15px;
  }
}
/*------------------------ Work Page ------------------------*/
@media (min-width: 1200px) {
  .single-work .header .wrapper {
    max-width: 100%;
    padding: 0 40px;
  }
  .single-work .footer {
    display: none;
  }
}
.single_work {
  padding-top: 30px;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.single_work .wrapper {
  display: -ms-grid;
  display: grid;
  max-width: unset;
  padding: 0;
  -ms-grid-columns: minmax(420px, 500fr) 1390fr;
  grid-template-columns: minmax(420px, 500fr) 1390fr;
  height: 100%;
}
.single_work .content {
  overflow: hidden auto;
  padding-right: 20px;
  padding-left: 40px;
  height: 100%;
  background: rgba(240, 242, 240, 0.25);
}
.single_work .content .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.single_work .content .top {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
}
.single_work .content .top .title {
  font-size: 16px;
  font-weight: 700;
}
.single_work .content .top .logo {
  width: auto;
  height: var(--height-logo, auto);
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single_work .content .text {
  margin-top: 20px;
  margin-right: 20px;
}
.single_work .content .text .serv_prov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  margin: 40px 0;
}
.single_work .content .text .serv_prov span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single_work .content .text > * {
  margin: 0 0 20px;
}
.single_work .content .text > * a {
  color: inherit;
}
.single_work .content .text > * b, .single_work .content .text > * strong {
  font-weight: 500;
}
.single_work .content .text > *:last-child {
  margin-bottom: 0;
}
.single_work .content .back_to_project {
  padding: 40px 0;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 20px;
  color: inherit;
}
.single_work .content .back_to_project svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single_work .media {
  overflow: auto hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single_work .media::-webkit-scrollbar {
  height: 0;
}
.single_work .media .media_block {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single_work .media .single_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_work .media .single_media video, .single_work .media .single_media img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
.single_work .media .media_in_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px var(--padding-right, 40px) 40px var(--padding-left, 40px);
  background: var(--background);
}
.single_work .media .media_in_row.darkening {
  position: relative;
}
.single_work .media .media_in_row.darkening:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.single_work .media .media_in_row .media_block_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--gap, 40px);
  height: 100%;
  position: relative;
}
.single_work .media .media_in_row.two_rows .media_block_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var(--count-rows)];
  grid-template-columns: repeat(var(--count-rows), 1fr);
  grid-auto-rows: minmax(calc(50% - var(--gap) / 2), auto);
  max-height: 100%;
}
.single_work .media .media_in_row video, .single_work .media .media_in_row img {
  width: auto;
  height: var(--height);
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
  aspect-ratio: var(--aspect-ratio);
}
.single_work .media .present_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  background: var(--background);
  width: 100%;
}
.single_work .media .present_block.darkening {
  position: relative;
}
.single_work .media .present_block.darkening:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.single_work .media .present_block .media_block_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}
.single_work .media .present_block .preset_block {
  position: relative;
}
.single_work .media .present_block .preset_block .present_video {
  display: block;
}
.single_work .media .present_block .preset_block .present_volume {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  cursor: pointer;
}
.single_work .media .present_block .preset_block .present_volume svg {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single_work .media .present_block .preset_block .present_volume svg.disable {
  display: none;
}
.single_work .media .present_block video, .single_work .media .present_block img {
  width: var(--width);
  height: auto;
  aspect-ratio: var(--aspect-ratio, 16/9);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
.single_work .media .blank_block {
  background: var(--background);
  aspect-ratio: var(--width)/var(--height);
  width: var(--width) px;
  height: auto;
  max-height: 100%;
}
.single_work .media .masonry_gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 530fr 410fr;
  aspect-ratio: var(--width)/var(--height);
  width: var(--width) px;
  height: auto;
  max-height: 100%;
}
.single_work .media .masonry_gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_work .media .masonry_gallery img:nth-child(3n) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

@media (max-width: 1199px) {
  .single_work {
    height: auto;
    overflow: unset;
  }
  .single_work .wrapper {
    display: block;
    height: auto;
  }
  .single_work .content {
    overflow: unset;
    padding: 0 20px;
  }
  .single_work .content .text {
    margin-right: 0;
  }
  .single_work .content .text .serv_prov {
    margin: 0 0 20px;
  }
  .single_work .media {
    overflow: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single_work .media .media_in_row {
    padding: 60px 20px;
  }
  .single_work .media .media_in_row .media_block_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single_work .media .media_in_row video, .single_work .media .media_in_row img {
    max-width: 100%;
  }
}
@media (max-width: 899px) {
  .single_work {
    padding-top: 14px;
  }
  .single_work .content {
    padding: 0 30px 45px;
  }
  .single_work .content .top {
    height: 85px;
  }
  .single_work .content .back_to_project {
    display: none;
  }
  .single_work .media .media_in_row {
    padding: var(--padding-top, 60px) 30px var(--padding-bottom, 60px) 30px;
    background: var(--background_mob);
  }
  .single_work .media .media_in_row .media_block_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--gap_mob);
  }
  .single_work .media .present_block {
    padding: 60px 30px;
  }
  .single_work .media .present_block video, .single_work .media .present_block img {
    width: 100%;
    aspect-ratio: unset;
  }
  .single_work .media .present_block .preset_block .present_volume {
    width: 25px;
    height: 25px;
  }
  .single_work .media .present_block .preset_block .present_volume svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 599px) {
  .single_work .media .media_in_row .media_block_wrapper {
    width: 100%;
  }
  .single_work .media .media_in_row video, .single_work .media .media_in_row img {
    width: 100%;
    max-width: var(--width_mob, 100%);
    height: auto;
    max-height: var(--height_mob, 100%);
    aspect-ratio: unset;
  }
}
body.error404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body.error404 main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.error_404 {
  padding: 120px 0;
}
.error_404 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error_404 .title {
  font-family: "Instrumental", sans-serif;
  font-size: 160px;
  line-height: 1;
  color: #fcfcfc;
}
.error_404 .text {
  font-size: 20px;
  line-height: 32px;
  color: #fcfcfc;
}
.error_404 .btn {
  margin-top: 40px;
  padding: 12px 28px;
  border-radius: var(--border-radius);
  background-color: #D9FFD1;
  font-family: "Instrumental", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #061F1F;
  text-transform: uppercase;
}
.error_404 .btn:hover {
  background-color: #FDDCFE;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@media (max-width: 899px) {
.home_b3 .project_swiper .swiper-slide .texting .top_title {
	font-weight:700;
}
}
@media (max-width: 599px) { 
.services_b4 .content .columns .item, .services_b2 .columns.mob {
		align-self:center;
		text-align:center;
	}
}

/* multi-select */

.contact_b1 .grid_wrapper label {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #061F1F;
}
.contact_b1 .grid_wrapper .select2-container--default .select2-selection--multiple, 
.contact_b1 .grid_wrapper .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-bottom:1px solid #000;
	border-top: none;
    border-left: none;
    border-right: none;
	border-radius: 0;
}
.contact_b1 .grid_wrapper .select2-container--default .select2-selection--multiple {
	background:transparent;
}
.contact_b1 .grid_wrapper .select2-container .select2-search--inline {
	display:none;
}
.contact_b1 .grid_wrapper .content_wrapper .form_wrapper .wpcf_wrapper .wpcf_row_6 {
	align-content:end;
}
.contact_b1 .grid_wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: var(--border-radius);
  background-color: #D9FFD1;
  color: #061F1F;
  font-family: "Avenir", sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  padding-top: 3px;
}
.contact_b1 .grid_wrapper .floating-label-group {
  position: relative;
  margin-top: 20px;
}
.contact_b1 .grid_wrapper .floating-label-group label {
  position: absolute;
  top: 10px;
  line-height:10px;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease all;
  z-index: 2;
}
.contact_b1 .grid_wrapper .floating-label-group select.has-floating-label {
  padding: 24px 12px 8px 12px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
.contact_b1 .grid_wrapper .floating-label-group.active label {
  top: -12px;
}
.contact_b1 .select2-container--default .select2-selection--multiple .select2-selection__choice {
   border: none;	
}
/* end multi-select */