
/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2025-07-21 2:43:29 UTC */

/* Colors */
/* --- */
/* General */
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #2a363e;
}
.preloader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1050;
}
.preloader-wrapper img.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  outline: none;
}
.lightbox .lb-outerContainer {
  border-radius: 15px;
}
.lightbox .lb-outerContainer .lb-image {
  border-radius: 15px;
}
/* Helpers */
.mh-500px {
  display: block;
  min-height: 500px;
}
.mh-1000px {
  display: block;
  min-height: 1000px;
}
.admin-bar-correction {
  top: 28px !important;
}
.h-40 {
  height: 40%;
}
.h-60 {
  height: 60%;
}
a:not(.btn) {
  display: inline-block;
  color: #705d9a;
  transition: all .25s;
}
.btn {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  outline: none;
}
.btn.btn-darkgrey {
  background: #2a363e;
  color: #ffffff;
}
.btn.btn-orange {
  background: #f7ab6a;
  color: #ffffff;
}
.modal .modal-content {
  border-radius: 10px;
}
.modal .modal-content .modal-close {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all .25s;
  z-index: 1;
}
.modal .modal-content .modal-body {
  padding: 50px;
}
.modal .modal-content .modal-body .modal-title {
  display: block;
  margin: 0 0 15px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}
.modal .modal-content .modal-body .modal-text {
  display: block;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.modal .modal-content .modal-body .form-container .frm_error_style p {
  margin: 0;
}
.modal .modal-content .modal-body .form-container .frm_primary_label {
  font-size: 14px;
}
.modal .modal-content .modal-body .form-container input:not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
  height: 64px;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D3D6D7;
  background: #f4f4f4;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  transition: all .28s;
}
.modal .modal-content .modal-body .form-container input:not([type="file"]):not([type="checkbox"]):not([type="radio"])::placeholder {
  font-size: 16px;
  line-height: 20px;
}
.modal .modal-content .modal-body .form-container input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):hover {
  background: #ffffff;
}
.modal .modal-content .modal-body .form-container input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):focus {
  background: #ffffff;
  border-color: #705d9a;
}
.modal .modal-content .modal-body .form-container .frm_radio {
  display: inline-block;
  margin: 0 30px 0 0;
}
.modal .modal-content .modal-body .form-container .frm_radio label {
  color: #707070;
  font-size: 20px;
  line-height: 23px;
}
.modal .modal-content .modal-body .form-container .frm_radio input[type="radio"] {
  --text-color: #705d9a;
  border-color: #705d9a;
}
.modal .modal-content .modal-body .form-container .frm_radio input[type="radio"]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 0 8px rgba(112, 93, 154, 0.8);
}
.modal .modal-content .modal-body .form-container textarea {
  height: 220px;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D3D6D7;
  background: #f4f4f4;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}
.modal .modal-content .modal-body .form-container textarea::placeholder {
  font-size: 16px;
  line-height: 20px;
}
.modal .modal-content .modal-body .form-container textarea:hover {
  background: #ffffff;
}
.modal .modal-content .modal-body .form-container textarea:focus {
  background: #ffffff;
  border-color: #705d9a;
}
.modal .modal-content .modal-body .form-container button[type="submit"] {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 20px;
  border-color: #2a363e;
  background: #2a363e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  box-shadow: none;
  outline: none;
}
.modal.videoModal .modal-content {
  border-radius: 0;
}
.modal.videoModal .modal-content .modal-close {
  display: inline-block;
  position: absolute;
  top: -35px;
  right: 0;
  transition: all .25s;
  z-index: 1;
}
.modal.videoModal .modal-content .modal-close > img {
  filter: invert(1);
}
.modal.videoModal .modal-content .modal-body {
  padding: 0;
}
.modal.videoModal .modal-content .modal-body .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modal.videoModal .modal-content .modal-body .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Animations */
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* Header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: none;
  transition: all .25s;
  z-index: 1030;
  /*border: 1px solid red;*/
}
.header .navbar {
  padding: 32px 0 10px;
  transition: all .25s;
}
.header .navbar .hbg-menu {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 1041;
}
.header .navbar .hbg-menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #2a363e;
  transform: translate(-50%, -50%);
  transition: background-color 0.5s;
}
.header .navbar .hbg-menu span:before,
.header .navbar .hbg-menu span:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 2px;
  transition-duration: .2s, .2s, .7s;
  transition-delay: .2s, 0s, 0s;
}
.header .navbar .hbg-menu span:before {
  top: -5px;
  width: 15px;
  background-color: #2a363e;
  -webkit-transition-property: top, -webkit-transform, background-color;
}
.header .navbar .hbg-menu span:after {
  bottom: -5px;
  width: 15px;
  background-color: #2a363e;
  -webkit-transition-property: bottom, -webkit-transform, background-color;
}
.header .navbar .hbg-menu.is-active span {
  background: none;
  transition: background 0s;
  transition-delay: .2s;
}
.header .navbar .hbg-menu.is-active span:before,
.header .navbar .hbg-menu.is-active span:after {
  transition-delay: 0s, 0.2s;
}
.header .navbar .hbg-menu.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
.header .navbar .hbg-menu.is-active span:after {
  width: 100%;
  bottom: 0;
  transform: rotate(-45deg);
}
.header .navbar .navbar-brand {
  position: relative;
  margin: 0 30px 0 15px;
  padding: 0;
  z-index: 1041;
}
.header .navbar .main-desktop-menu {
  display: none;
}
.header .navbar .main-desktop-menu ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.header .navbar .main-desktop-menu ul li {
  display: inline-block;
}
.header .navbar .main-desktop-menu ul li a {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  color: #2a363e;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: all .25s;
}
.header .navbar .main-desktop-menu ul li a:hover,
.header .navbar .main-desktop-menu ul li a:focus,
.header .navbar .main-desktop-menu ul li a.active {
  color: #705d9a;
}
.header .navbar .main-mobile-menu {
  position: fixed;
  padding: 110px 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  clip-path: circle(0 at 42px 42px);
  transition: clip-path 0.55s, background-color 0.7s;
  z-index: 1040;
}
.header .navbar .main-mobile-menu.open-x {
  clip-path: circle(150vw at 100% 0);
}
.header .navbar .main-mobile-menu.open-y {
  clip-path: circle(150vh at 100% 0);
}
.header .navbar .main-mobile-menu.hidden-menu .mobile-menu {
  display: none !important;
}
.header .navbar .main-mobile-menu .mobile-menu-container {
  list-style: none;
  margin: 0;
  padding: 10px 20px 10px 70px;
}
.header .navbar .main-mobile-menu .mobile-menu-container > li {
  margin: 0 0 15px;
}
.header .navbar .main-mobile-menu .mobile-menu-container > li a.nav-link {
  display: inline-block;
  color: #2a363e;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}
.header .navbar .main-mobile-menu .mobile-menu-container > li a.nav-link.active {
  color: #705d9a;
}
.header.is-scrolled {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header.is-scrolled .navbar {
  padding: 10px 0;
}
/* Content */
.wrapper > .sticky-spacer {
  padding-top: 84px;
}
.wrapper .banner-with-carousel {
  position: relative;
  width: 100%;
  height: calc(100vh - 84px);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.wrapper .banner-with-carousel .row > div:first-of-type {
  height: 60%;
}
.wrapper .banner-with-carousel .row > div:last-of-type {
  height: 40%;
}
.wrapper .banner-with-carousel .banner-text .pre-title {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.wrapper .banner-with-carousel .banner-text .title {
  display: block;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 900;
  line-height: 44px;
}
.wrapper .banner-with-carousel .banner-text .sub-title {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.wrapper .banner-with-carousel .banner-carousel {
  position: relative;
  top: 20px;
}
.wrapper .banner-with-carousel .banner-carousel .owl-dots {
  position: relative;
  margin: 10px 0 0;
  text-align: center;
}
.wrapper .banner-with-carousel .banner-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #231b3f;
  outline: none;
}
.wrapper .banner-with-carousel .banner-carousel .owl-dots .owl-dot.active {
  background-color: #231b3f;
}
.wrapper .banner-with-carousel .goto-next-section {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.wrapper .banner-with-carousel .goto-next-section a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #2a363e;
}
.wrapper .banner-with-carousel .goto-next-section a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%);
}
.wrapper .section {
  padding: 50px 15px;
}
.wrapper .section.section-title-text-and-button .section-content .pre-section-title {
  display: block;
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.wrapper .section.section-title-text-and-button .section-content .section-title {
  display: block;
  margin: 0 0 40px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}
.wrapper .section.section-title-text-and-button .section-content .btn {
  margin: 30px 0 0;
}
.wrapper .section.section-title-text-and-button .section-content p + a.btn {
  margin: 15px 0 0;
}
.wrapper .section.section-left-image-title-text .section-image img,
.wrapper .section.section-right-image-title-text .section-image img {
  margin: 0 0 20px;
  border-radius: 10px;
}
.wrapper .section.section-left-image-title-text .section-content,
.wrapper .section.section-right-image-title-text .section-content {
  padding: 0;
}
.wrapper .section.section-left-image-title-text .section-content .pre-section-title,
.wrapper .section.section-right-image-title-text .section-content .pre-section-title {
  display: block;
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.wrapper .section.section-left-image-title-text .section-content .section-title,
.wrapper .section.section-right-image-title-text .section-content .section-title {
  display: block;
  margin: 0 0 40px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}
.wrapper .section.section-left-image-title-text .section-content .section-text,
.wrapper .section.section-right-image-title-text .section-content .section-text {
  display: block;
  margin: 0 0 25px;
}
.wrapper .section.section-left-image-title-text .section-content .section-image-list,
.wrapper .section.section-right-image-title-text .section-content .section-image-list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.wrapper .section.section-left-image-title-text .section-content .section-image-list > li,
.wrapper .section.section-right-image-title-text .section-content .section-image-list > li {
  display: inline-block;
  margin: 0 0 20px;
}
.wrapper .section.section-left-image-title-text .section-content .section-image-list > li img,
.wrapper .section.section-right-image-title-text .section-content .section-image-list > li img {
  height: 50px;
}
.wrapper .section.section-title-text-on-image .image-container {
  position: relative;
  display: block;
  margin: 0 0 40px;
  min-height: 524px;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.wrapper .section.section-title-text-on-image .image-container .section-details {
  position: absolute;
  display: block;
  padding: 20px 20px 45px;
  bottom: 0;
  left: 0;
  right: 0;
}
.wrapper .section.section-title-text-on-image .image-container .section-details .pre-section-title {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.wrapper .section.section-title-text-on-image .image-container .section-details .section-title {
  display: block;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}
.wrapper .section.section-title-text-on-image .image-container .section-details .sub-section-title {
  display: block;
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}
.wrapper .section.section-title-text-image-video .image-container {
  position: relative;
  display: block;
  margin: 0 0 40px;
  min-height: 524px;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center right !important;
}
.wrapper .section.section-title-text-image-video .image-container.center-right {
  background-position: center right !important;
}
.wrapper .section.section-title-text-image-video .image-container.center-center {
  background-position: center center !important;
}
.wrapper .section.section-title-text-image-video .image-container.center-left {
  background-position: center left !important;
}
.wrapper .section.section-title-text-image-video .image-container .section-details {
  position: absolute;
  display: block;
  padding: 20px 20px 45px;
  bottom: 0;
  left: 0;
  right: 0;
}
.wrapper .section.section-title-text-image-video .image-container .section-details .pre-section-title {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.wrapper .section.section-title-text-image-video .image-container .section-details .section-title {
  display: block;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}
.wrapper .section.section-title-text-image-video .image-container .section-details .sub-section-title {
  display: block;
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}
.wrapper .section.section-title-text-content-tabs .section-intro .pre-section-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.wrapper .section.section-title-text-content-tabs .section-intro .section-title {
  display: block;
  margin: 0 0 30px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}
.wrapper .section.section-title-text-content-tabs .section-intro .section-text {
  display: block;
  margin: 0 0 30px;
}
.wrapper .section.section-title-text-content-tabs .nav-tabs {
  border: none;
}
.wrapper .section.section-title-text-content-tabs .nav-tabs .nav-item .nav-link {
  padding: 10px 20px;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: #705d9a;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.wrapper .section.section-title-text-content-tabs .nav-tabs .nav-item .nav-link:focus,
.wrapper .section.section-title-text-content-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none;
}
.wrapper .section.section-title-text-content-tabs .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #705d9a;
}
.wrapper .section.section-title-text-content-tabs .tab-content .tab-pane {
  padding: 35px 0 20px;
}
.wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list .timeline-item {
  position: relative;
  padding: 0 0 50px 25px;
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: #2a363e;
}
.wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list .timeline-item:last-of-type {
  padding: 0 0 0 25px;
}
.wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list .timeline-item:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: -10px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #2a363e;
}
.wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list .timeline-item .item-number {
  display: block;
  margin: 0 0 5px;
  color: rgba(84, 94, 100, 0.7);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list .timeline-item .item-title {
  display: block;
  margin: 0 0 15px;
  color: #2a363e;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list .timeline-item .item-text {
  display: block;
  color: rgba(84, 94, 100, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list .timeline-item p:last-of-type {
  margin: 0;
}
.wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .masonry-gallery .grid-item {
  margin-bottom: 10px;
}
.wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .masonry-gallery .grid-item .grid-item-content img {
  margin: 0 auto;
  width: calc(100% - 10px);
  border-radius: 10px;
}
.wrapper .section.section-title-text-contact-map .section-intro .pre-section-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.wrapper .section.section-title-text-contact-map .section-intro .section-title {
  display: block;
  margin: 0 0 30px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}
.wrapper .section.section-title-text-contact-map .section-intro .section-text {
  display: block;
  margin: 0 0 30px;
}
.wrapper .section.section-title-text-contact-map .map-container {
  position: relative;
  display: block;
  margin: 0 -30px;
  width: calc(100% + 60px);
  height: 500px;
  background: #f4f4f4;
  border-radius: 0;
}
.wrapper .section.section-title-text-contact-map .map-container .actual-map {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wrapper .section.section-title-text-contact-map .section-cta > .btn {
  margin: 30px 0 0;
}
.wrapper .section.section-title-text-contact-form .section-intro .pre-section-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.wrapper .section.section-title-text-contact-form .section-intro .section-title {
  display: block;
  margin: 0 0 30px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}
.wrapper .section.section-title-text-contact-form .section-intro .section-text {
  display: block;
  margin: 0 0 30px;
}
.wrapper .section.section-title-text-contact-form .form-container .frm_error_style p {
  margin: 0;
}
.wrapper .section.section-title-text-contact-form .form-container .frm_primary_label {
  font-size: 14px;
}
.wrapper .section.section-title-text-contact-form .form-container input:not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
  height: 64px;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D3D6D7;
  background: #f4f4f4;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  transition: all .28s;
}
.wrapper .section.section-title-text-contact-form .form-container input:not([type="file"]):not([type="checkbox"]):not([type="radio"])::placeholder {
  font-size: 16px;
  line-height: 20px;
}
.wrapper .section.section-title-text-contact-form .form-container input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):hover {
  background: #ffffff;
}
.wrapper .section.section-title-text-contact-form .form-container input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):focus {
  background: #ffffff;
  border-color: #705d9a;
}
.wrapper .section.section-title-text-contact-form .form-container .frm_radio {
  display: inline-block;
  margin: 0 30px 0 0;
}
.wrapper .section.section-title-text-contact-form .form-container .frm_radio label {
  color: #707070;
  font-size: 20px;
  line-height: 23px;
}
.wrapper .section.section-title-text-contact-form .form-container .frm_radio input[type="radio"] {
  --text-color: #705d9a;
  border-color: #705d9a;
}
.wrapper .section.section-title-text-contact-form .form-container .frm_radio input[type="radio"]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 0 8px rgba(112, 93, 154, 0.8);
}
.wrapper .section.section-title-text-contact-form .form-container textarea {
  height: 220px;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D3D6D7;
  background: #f4f4f4;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}
.wrapper .section.section-title-text-contact-form .form-container textarea::placeholder {
  font-size: 16px;
  line-height: 20px;
}
.wrapper .section.section-title-text-contact-form .form-container textarea:hover {
  background: #ffffff;
}
.wrapper .section.section-title-text-contact-form .form-container textarea:focus {
  background: #ffffff;
  border-color: #705d9a;
}
.wrapper .section.section-title-text-contact-form .form-container button[type="submit"] {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 20px;
  border-color: #2a363e;
  background: #2a363e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  box-shadow: none;
  outline: none;
}
.section-404 {
  background: #ffffff;
}
.section-404 .message-container {
  position: relative;
  display: block;
  min-height: 70vh;
}
.section-404 .message-container .message-404 {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
/* Footer */
.footer {
  display: block;
  padding: 35px 15px 55px;
  background: #f4f4f4;
}
.footer .footer-contact-widget .logo-container {
  display: block;
  margin: 0 0 45px;
}
.footer .footer-contact-widget .logo-container > img {
  display: inline-block;
  margin: 0 30px 30px 0;
}
.footer .footer-contact-widget .logo-container .social-icons {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer .footer-contact-widget .logo-container .social-icons > li {
  display: inline-block;
  margin: 0 12px 0 0;
}
.footer .footer-contact-widget .logo-container .social-icons > li > a {
  display: inline-block;
}
.footer .footer-contact-widget .logo-container .social-icons > li > a img {
  transition: all .25s;
}
.footer .footer-contact-widget .logo-container .social-icons > li > a:hover img,
.footer .footer-contact-widget .logo-container .social-icons > li > a:focus img {
  filter: invert(39%) sepia(12%) saturate(1928%) hue-rotate(217deg) brightness(94%) contrast(83%);
}
@media (min-width: 375px) {
  .header .navbar .hbg-menu {
    margin: 0 0 0 20px;
  }
  .header .navbar .navbar-brand {
    margin: 0 50px 0 20px;
    padding: 0;
  }
  .wrapper .banner-with-carousel .banner-text .title {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (min-width: 480px) {
  .footer .footer-contact-widget .logo-container > img {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 576px) {
  .wrapper .banner-with-carousel .banner-text .pre-title {
    font-size: 20px;
    line-height: 26px;
  }
  .wrapper .banner-with-carousel .banner-text .title {
    font-size: 48px;
    line-height: 64px;
  }
  .wrapper .banner-with-carousel .banner-text .sub-title {
    font-size: 20px;
    line-height: 26px;
  }
  .wrapper .section.section-title-text-contact-map .map-container {
    margin: 0;
    width: 100%;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }
  .header .navbar .hbg-menu {
    display: none;
  }
  .header .navbar .main-desktop-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .modal .modal-content .modal-body .modal-title {
    font-size: 40px;
    line-height: 56px;
  }
  .header .navbar .main-desktop-menu ul li a {
    margin: 0 18px;
    font-size: 20px;
  }
  .wrapper .banner-with-carousel .row > div {
    height: auto;
  }
  .wrapper .banner-with-carousel .banner-text .pre-title {
    margin: 0;
  }
  .wrapper .banner-with-carousel .banner-text .title {
    margin: 0;
  }
  .wrapper .banner-with-carousel .banner-text .sub-title {
    margin: 0 0 20px;
  }
  .wrapper .banner-with-carousel .goto-next-section {
    bottom: 50px;
  }
  .wrapper .banner-with-carousel .goto-next-section a {
    width: 64px;
    height: 64px;
    border-radius: 32px;
  }
  .wrapper .banner-with-carousel .goto-next-section a img {
    width: auto;
  }
  .wrapper .section {
    padding: 75px 0;
  }
  .wrapper .section.section-title-text-and-button .section-content .section-title {
    font-size: 40px;
    line-height: 56px;
  }
  .wrapper .section.section-left-image-title-text .section-image img,
  .wrapper .section.section-right-image-title-text .section-image img {
    margin: 0;
  }
  .wrapper .section.section-left-image-title-text .section-content .section-title,
  .wrapper .section.section-right-image-title-text .section-content .section-title {
    font-size: 40px;
    line-height: 56px;
  }
  .wrapper .section.section-left-image-title-text .section-content {
    padding: 0 30px;
  }
  .wrapper .section.section-right-image-title-text .section-content {
    padding: 0 30px 0 0;
  }
  .wrapper .section.section-title-text-on-image .image-container .section-details {
    padding: 20px 60px 45px;
  }
  .wrapper .section.section-title-text-on-image .image-container .section-details .section-title {
    font-size: 40px;
    line-height: 56px;
  }
  .wrapper .section.section-title-text-image-video .image-container .section-details {
    padding: 20px 60px 45px;
  }
  .wrapper .section.section-title-text-image-video .image-container .section-details .section-title {
    font-size: 40px;
    line-height: 56px;
  }
  .wrapper .section.section-title-text-content-tabs .section-intro .section-title {
    line-height: 56px;
  }
  .wrapper .section.section-title-text-content-tabs .tab-content .tab-pane {
    padding: 40px 0;
  }
  .wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list {
    padding: 0 0 0 30px;
  }
  .wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list .timeline-item .item-number {
    font-size: 20px;
    line-height: 20px;
  }
  .wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list .timeline-item .item-title {
    font-size: 24px;
    line-height: 28px;
  }
  .wrapper .section.section-title-text-content-tabs .tab-content .tab-pane .timeline-list .timeline-item .item-text {
    font-size: 20px;
    line-height: 32px;
  }
  .footer {
    padding: 35px 0 55px;
  }
}
@media (min-width: 1200px) {
  .wrapper .section.section-left-image-title-text .section-content .section-image-list > li img,
  .wrapper .section.section-right-image-title-text .section-content .section-image-list > li img {
    height: auto;
  }
}
/*# sourceMappingURL=/var/www/tmvss/web102/web/wp-content/themes/photoberg/assets/css/photoberg.min.css.map */