@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;700&display=swap");
body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #616161;
}

h1,
h2,
h3,
h4,
h5 {
  color: #308FBB;
  font-weight: 800;
  line-height: 1.5;
  text-transform: none;
}

p {
  color: #616161;
  line-height: 1.5;
  word-wrap: break-word;
}

a {
  color: #308FBB;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:active, a:focus {
  color: #308FBB;
  text-decoration: underline;
}

::-moz-selection {
  background: #308FBB;
  color: #ffffff;
}

::selection {
  background: #308FBB;
  color: #ffffff;
}

.ad-link {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.75;
}

.ad-link .ntg {
  text-transform: lowercase;
  font-weight: 700;
}

.ad-link:hover, .ad-link:active, .ad-link:focus {
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}

.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.text-white {
  color: #ffffff;
}

.full-wd {
  width: 100%;
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.visible-full-hd {
  display: none !important;
}

.featured-jobs {
  padding-bottom: 50px;
}

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

img {
  margin: 0 auto;
}

video {
  width: 100%;
  display: block;
}

@media (min-width: 1920px) {
  .hidden-full-hd {
    background: none !important;
    height: auto !important;
  }
  .visible-full-hd {
    display: block !important;
  }
}

header {
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0px;
  bottom: auto;
  left: 0px;
  right: 0px;
  z-index: 1050;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

header.nav-up {
  top: 0px;
}

header .navbar {
  padding: 0px 0px;
}

header .navbar .navbar-brand {
  max-height: 60px;
  margin: 15px 0px;
  padding: 0px;
}

header .navbar .phone-number {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1;
  padding: 10px 0px 10px 10px;
}

header .navbar .navbar-toggler {
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
  border: none;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 10;
}

header .navbar .navbar-toggler .icon-bar {
  display: block;
  background: #308FBB;
  height: 3px;
  width: 25px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

header .navbar .navbar-toggler .icon-bar.middle {
  height: 0px;
  opacity: 0;
  margin: 4px 0px;
}

header .navbar .navbar-toggler .icon-bar.top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: -5.5px;
}

header .navbar .navbar-toggler .icon-bar.bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -5.5px;
}

header .navbar .navbar-toggler.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 25px;
}

header .navbar .navbar-toggler.collapsed .icon-bar.middle {
  opacity: 1;
  height: 3px;
}

header .navbar .navbar-toggler.collapsed .icon-bar.top {
  margin-bottom: 0px;
}

header .navbar .navbar-toggler.collapsed .icon-bar.bottom {
  margin-top: 0px;
}

header .navbar .navbar-toggler:focus {
  outline: none;
}

header .navbar .navbar-collapse {
  background: #308FBB;
  margin-left: -15px;
  margin-right: -15px;
}

header .navbar .navbar-collapse ul.navbar-nav {
  padding: 0px;
}

header .navbar .navbar-collapse ul.navbar-nav li {
  display: block;
}

header .navbar .navbar-collapse ul.navbar-nav li .nav-link {
  color: #ffffff;
  padding: 15px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.7px;
}

header .navbar .navbar-collapse ul.navbar-nav li .nav-link:hover, header .navbar .navbar-collapse ul.navbar-nav li .nav-link:active, header .navbar .navbar-collapse ul.navbar-nav li .nav-link:focus {
  background: rgba(0, 0, 0, 0.1);
}

header .navbar .navbar-collapse ul.navbar-nav li .btn-action {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 767.9px) {
  .header-container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  header.nav-up {
    top: -200px;
  }
  header .navbar-expand-md .navbar-toggler {
    display: none;
  }
  header .navbar {
    padding: 20px 0px 50px 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  header .navbar .navbar-brand {
    max-height: 70px;
    margin: 0px;
  }
  header .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 15px;
    right: 15px;
    bottom: -30px;
    top: auto;
    -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.15);
  }
  header .navbar .navbar-collapse ul.navbar-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .navbar .navbar-collapse ul.navbar-nav li {
    position: relative;
  }
  header .navbar .navbar-collapse ul.navbar-nav li .nav-link {
    padding: 23px 20px;
  }
  header .navbar .navbar-collapse ul.navbar-nav li.action-item {
    position: absolute;
    right: 0px;
    left: auto;
  }
  header .navbar .navbar-collapse ul.navbar-nav li.action-item .btn-action {
    padding: 22.5px 20px;
  }
  header .navbar .navbar-collapse ul.navbar-nav li.action-item::before {
    display: none;
  }
  header .navbar .navbar-collapse ul.navbar-nav li + li::before {
    content: '';
    height: 30px;
    width: 1px;
    background: #000000;
    opacity: 0.2;
    display: block;
    position: absolute;
    right: 100%;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-collapse ul.navbar-nav li .nav-link {
    padding-left: 50px;
    padding-right: 50px;
  }
}

footer {
  padding: 50px 0px 30px 0px;
  background: #ffffff;
}

footer .link-container {
  text-align: center;
}

footer .link-container .logo-container {
  display: inline-block;
  opacity: 0.75;
}

footer .link-container .logo-container:hover, footer .link-container .logo-container:active, footer .link-container .logo-container:focus {
  opacity: 1;
}

footer .navigation .footer-nav {
  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;
  list-style: none;
  padding: 0px;
}

footer .navigation .footer-nav li {
  line-height: 1;
}

footer .navigation .footer-nav li .nav-link {
  padding: 7.5px;
  color: #616161;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.7px;
  opacity: 0.75;
}

footer .navigation .footer-nav li .nav-link:hover, footer .navigation .footer-nav li .nav-link:active, footer .navigation .footer-nav li .nav-link:focus {
  opacity: 1;
}

footer .footer-middle {
  padding-top: 15px;
}

footer .footer-middle .social-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-middle .social-list li {
  font-size: 17px;
}

footer .footer-middle .social-list li .social-link {
  padding: 5px 10px;
  color: #616161;
  opacity: 0.5;
}

footer .footer-middle .social-list li .social-link:hover, footer .footer-middle .social-list li .social-link:active, footer .footer-middle .social-list li .social-link:focus {
  text-decoration: none;
  color: #616161;
  opacity: 1;
}

footer .footer-bottom {
  padding-top: 40px;
}

footer .footer-bottom p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0px;
  color: #616161;
}

footer .footer-bottom p a {
  color: #f5841f;
  font-weight: 700;
}

footer .footer-bottom p a:hover, footer .footer-bottom p a:active, footer .footer-bottom p a:focus {
  color: #f5841f;
  text-decoration: underline;
}

@media (min-width: 768px) {
  footer .footer-top .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .link-container {
    text-align: left;
  }
  footer .navigation .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .navigation .footer-nav li + li {
    margin-left: 15px;
  }
  footer .footer-middle {
    padding-top: 0px;
  }
  footer .footer-middle .social-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .footer-middle .social-list li + li {
    margin-left: 0px;
  }
  footer .footer-bottom p {
    color: #616161;
  }
}

@media (min-width: 992px) {
  footer .navigation .footer-nav li + li {
    margin-left: 35px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.btn-general {
  background-color: #FBE559;
  color: #ffffff;
  padding: 8.5px 15px;
  border: none;
  border-radius: 0px;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.btn-general:hover, .btn-general:active, .btn-general:focus {
  color: #ffffff;
  background: #308FBB;
  text-decoration: none;
}

.btn-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 20px;
}

.btn-action img {
  margin-left: 0px;
  margin-right: 10px;
}

.btn-action:hover, .btn-action:active, .btn-action:focus {
  background-color: #fcea7a;
}

.mobile-social {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ffffff;
}

.mobile-social .social-link {
  color: #ffffff;
  padding: 15px;
  font-size: 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.mobile-social .social-link + .social-link {
  border-left: 1px solid #ffffff;
}

.mobile-social .social-link:hover, .mobile-social .social-link:active, .mobile-social .social-link:focus {
  background: #FBE559;
}

.desktop-social {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.desktop-social .social-link {
  font-size: 17px;
  color: #FBE559;
  opacity: 0.7;
  line-height: 1;
  padding: 5px;
}

.desktop-social .social-link + .social-link {
  margin-left: 5px;
}

.desktop-social .social-link:hover, .desktop-social .social-link:active, .desktop-social .social-link:focus {
  text-decoration: none;
  opacity: 1;
}

@media (min-width: 768px) {
  .mobile-social {
    display: none !important;
  }
}

#contact {
  text-align: right;
  padding-top: 50px;
}

#contact .form-title {
  font-size: 30px;
  line-height: 30px;
  color: #616161;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

#contact .form-title span {
  display: block;
}

#contact .form-title span.small-text {
  font-size: 15px;
}

#contactForm {
  background: #ffffff;
  padding: 35px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

#contactForm .form-group {
  margin-bottom: 0px;
}

#contactForm .form-group + .form-group {
  margin-top: 10px;
}

#contactForm .form-group .form-control {
  font-size: 14px;
  color: #616161;
  padding: 20px 30px;
  border: 1px solid #DADADA;
  border-radius: 0px;
  line-height: 1.5;
  height: auto;
}

#contactForm .form-group .form-control::-webkit-input-placeholder {
  color: #DADADA;
  font-style: italic;
}

#contactForm .form-group .form-control:-ms-input-placeholder {
  color: #DADADA;
  font-style: italic;
}

#contactForm .form-group .form-control::-ms-input-placeholder {
  color: #DADADA;
  font-style: italic;
}

#contactForm .form-group .form-control::placeholder {
  color: #DADADA;
  font-style: italic;
}

#contactForm .form-group.btn-container {
  margin-top: 30px;
}

#contactForm .form-group.btn-container .btn-general {
  display: block;
  padding: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  width: 100%;
}

@media (min-width: 992px) {
  #contact {
    padding-top: 0px;
  }
  #contact .form-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  #contact .form-title span.small-text {
    font-size: 20px;
  }
  #contactForm {
    padding: 45px;
    max-width: 375px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  #contact .img-fluid {
    margin-right: 0px;
  }
  #contactForm {
    position: absolute;
    left: 15px;
    right: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1400px) {
  #info-contact .info-container .info-item .info-description .info-content {
    font-size: 40px;
  }
}

.wrap-content {
  position: relative;
  z-index: 1;
}

.banner {
  position: relative;
  height: 700px;
  background-color: #308FBB;
  background-image: url("../img/banner.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center left 11%;
}

.banner .tagline-container {
  position: absolute;
  top: 175px;
  bottom: auto;
  left: 0px;
  right: 0px;
}

.banner .tagline-container .tagline {
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 70px;
  font-size: 40px;
  text-align: center;
  color: #ffffff;
}

.banner .tagline-container .lower {
  font-size: 25px;
  margin-top: -20px;
  margin-bottom: 50px;
}

.banner .tagline-container .tagline-btn-container {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .tagline-container .btn-tagline {
  font-size: 20px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 19px;
  border: 3px solid #FBE559;
}

.banner .tagline-container .btn-tagline + .btn-tagline {
  margin-top: 40px;
}

.banner .tagline-container .btn-tagline:hover, .banner .tagline-container .btn-tagline:active, .banner .tagline-container .btn-tagline:focus {
  border-color: #308FBB;
}

.banner .tagline-container .btn-tagline.transparent {
  background: transparent;
  color: #FBE559;
}

.banner .tagline-container .btn-tagline.transparent:hover, .banner .tagline-container .btn-tagline.transparent:active, .banner .tagline-container .btn-tagline.transparent:focus {
  background: #308FBB;
  border-color: #308FBB;
  color: #ffffff;
}

.banner .scroll-link {
  position: absolute;
  bottom: 50px;
  top: auto;
  left: calc(50% - 15.5px);
  right: auto;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}

#info-contact {
  padding: 0px 0px;
}

#info-contact .info-container .info-item {
  padding: 50px 0px;
  position: relative;
}

#info-contact .info-container .info-item .info-icon {
  display: block;
  opacity: 0.1;
}

#info-contact .info-container .info-item .info-description {
  letter-spacing: 0px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#info-contact .info-container .info-item .info-description .info-title {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #308FBB;
  margin-bottom: 4px;
  line-height: 1;
}

#info-contact .info-container .info-item .info-description .info-content {
  text-transform: lowercase;
  color: #616161;
  font-size: 6vw;
  line-height: 1;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#info-contact .info-container .info-item .info-description .info-content:hover, #info-contact .info-container .info-item .info-description .info-content:active, #info-contact .info-container .info-item .info-description .info-content:focus {
  text-decoration: none;
  color: #FBE559;
}

#info-contact .info-container .info-item + .info-item::before {
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background: #DADADA;
  position: absolute;
  top: 0px;
  bottom: auto;
  left: calc(50% - 60px);
  right: auto;
}

.contact-services {
  padding: 90px 0px;
  background: #F5F5F5;
  line-height: 1;
}

.contact-services .experience-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  margin-bottom: 10px;
}

.contact-services .experience-title .quantity {
  font-size: 83px;
  line-height: 1;
  font-weight: 900;
  color: #308FBB;
  padding-right: 10px;
}

.contact-services .experience-title .years {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -3px;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 5px;
  bottom: auto;
  text-transform: uppercase;
}

.contact-services .experience-title .experience {
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
  color: #616161;
  position: absolute;
  bottom: 7px;
  top: auto;
  text-transform: uppercase;
}

.contact-services .experience-content {
  margin-bottom: 25px;
  line-height: 30px;
}

.contact-services .experience-content #fundation-year::after {
  content: '.';
  display: inline;
}

.contact-services .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  position: relative;
}

.contact-services .service-item + .service-item::before {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  background: #DADADA;
  position: absolute;
  top: 0px;
  bottom: auto;
  left: calc(50% - 75px);
  right: auto;
}

.contact-services .service-item .icon-container {
  height: 60px;
  width: 60px;
  min-width: 60px;
  border-radius: 100%;
  background: #308FBB;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-services .service-item .service-title {
  margin-left: 15px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

.testimonials {
  padding: 100px 0px 90px 0px;
  background: url("../img/testimonial-bg.png");
  background-size: cover;
  background-position: center center;
  position: relative;
}

.testimonials .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background: #308FBB;
  opacity: 95%;
}

.testimonials .testimonial-content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials .testimonial-content img {
  width: auto;
  border-radius: 100%;
}

.testimonials .testimonial-content .name {
  margin-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
}

.testimonials .testimonial-content .quote {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

.testimonials .owl-nav {
  display: none;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 60px;
}

.testimonials .owl-dots .owl-dot {
  padding: 10px 0px !important;
  outline: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.testimonials .owl-dots .owl-dot span {
  display: block;
  width: 50px;
  height: 4px;
  background: #ffffff;
  opacity: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.testimonials .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.testimonials .owl-dots .owl-dot.active span {
  opacity: 100%;
}

.testimonials .main-content-landing p {
  margin-bottom: 0px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
}

.testimonials .main-content-landing ul {
  margin: 25px 0px;
  list-style: none;
}

.testimonials .main-content-landing ul li {
  margin-bottom: 0px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
}

.testimonials .main-content-landing ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FBE559;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

@media (min-width: 768px) {
  .banner {
    height: 100vh;
    background-position: center left 11%;
  }
  .banner .tagline-container {
    position: absolute;
    top: 290px;
  }
  .banner .tagline-container .tagline {
    margin-bottom: 40px;
    font-size: 80px;
    text-align: left;
  }
  .banner .tagline-container .lower {
    font-size: 32px;
    margin-top: -20px;
    margin-bottom: 50px;
  }
  .banner .tagline-container .tagline-btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner .tagline-container .btn-tagline {
    font-size: 22px;
    padding: 16px 24px;
  }
  .banner .tagline-container .btn-tagline + .btn-tagline {
    margin-top: 0px;
    margin-left: 30px;
  }
  #info-contact {
    padding: 40px 0px;
  }
  #info-contact .info-container .info-item {
    padding: 50px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #info-contact .info-container .info-item .info-description .info-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #info-contact .info-container .info-item .info-description .info-content {
    font-size: 40px;
  }
  .contact-services .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-services .experience-title .years {
    font-size: 56px;
  }
  .contact-services .experience-title .experience {
    font-size: 24px;
  }
  .testimonials {
    padding: 150px 0px 140px 0px;
  }
  .testimonials .testimonial-content .name {
    margin-top: 15px;
  }
  .testimonials .testimonial-content .quote {
    margin-top: 40px;
  }
  .testimonials .owl-dots {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  #info-contact {
    padding: 50px 0px;
  }
  #info-contact .info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #info-contact .info-container .info-item {
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #info-contact .info-container .info-item .info-description .info-content {
    font-size: 25px;
  }
  #info-contact .info-container .info-item + .info-item::before {
    width: 1px;
    height: 120px;
    top: calc(50% - 60px);
    bottom: auto;
    left: 1px;
    right: auto;
  }
  .contact-services .experience-title .years {
    font-size: 60px;
  }
  .contact-services .experience-title .experience {
    font-size: 30px;
  }
}

/* forms page start */
#contactForm {
  padding: 45px 25px;
}

#contactForm h2 {
  text-align: left;
}

#contactForm p {
  text-align: left;
}

#contactForm .application-form {
  float: left;
  text-decoration: underline;
  -webkit-text-decoration-color: #FBE559;
          text-decoration-color: #FBE559;
}

@media (min-width: 768px) {
  .banner.forms {
    height: 80vh;
  }
  #contactForm .application-form {
    float: left;
    text-decoration: underline;
    margin-bottom: 20px;
  }
}

/* forms page ends */
/* services page starts here */
.testimonials.services-section {
  margin-top: 40px;
  background: url("../img/services-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonials.services-section h2 {
  color: #ffffff;
  text-decoration: underline;
}

.testimonials.services-section ol li {
  margin-bottom: 0px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
}

@media (min-width: 992px) {
  .testimonials.services-section {
    margin-top: 120px;
  }
}

/* services page ends here */
/* rentals page starts here */
.under-construction h2 {
  text-align: center;
}

.under-construction h3 {
  text-align: center;
  color: #616161;
}

@media (min-width: 768px) {
  .under-construction h2 {
    font-size: 50px;
  }
}

/* rentals page ends here */
/* contact us starts here */
.contact-section {
  margin: 50px 0;
}

.contact-section .divider {
  width: 70%;
  height: 2px;
  background: #FBE559;
  margin-bottom: 30px;
}

.contact-section .contact-header {
  font-weight: 700;
}

@media (min-width: 992px) {
  .contact-section {
    margin-top: 120px;
  }
  .contact-section h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
}

/* contacts us ends here */
.wrap-404 {
  padding: 50px 0px;
  min-height: 100vh;
  background: #F1F1F1;
}

.wrap-404 h1 {
  color: #000000;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 40px;
}

.wrap-404 h2 {
  font-size: 16px;
  color: #616161;
  font-weight: 600;
  margin-bottom: 20px;
}

.wrap-404 .logo-container {
  padding-top: 30px;
}

.wrap-404 .logo-container .ad-link {
  opacity: 40%;
}

.wrap-404 .logo-container .ad-link:hover {
  opacity: 75%;
}
/*# sourceMappingURL=main.css.map */

/* full screen product gallery */
#gallery-ads{
  margin: 60px 0;
}

#gallery-ads article {
  padding: 15px 0;
}
#gallery-ads h1 {
  margin-bottom: 15px;
  line-height: 1em;
}
#gallery-ads h2 {
  margin-bottom: 15px;
  line-height: 1em;
}
#gallery-ads p {
  margin-bottom: 15px;
}
#gallery-ads .center {
  text-align: center;
}
#gallery-ads h2.subtitle {
  font-size: inherit;
  font-style: italic;
  font-weight: normal;
}
#gallery-ads span.keyboard-key {
  background: #eff0f2;
  margin: 0 4px;
  padding: 4px 8px;
  border-radius: 4px;
  border-top: 1px solid #f5f5f5;
  box-shadow: inset 0 0 25px #e8e8e8, 0 1px 0 #c3c3c3, 0 2px 0 #c9c9c9, 0 2px 3px #333;
  line-height: 23px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 0px #f5f5f5;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#gallery-ads span.keyboard-key.available{
  background: red;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
}
#gallery-ads a {
  color: inherit;
  text-decoration: none;
}
#gallery-ads a:hover {
  text-decoration: underline;
}
#gallery-ads .swiper-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#gallery-ads .swiper-container * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#gallery-ads .swiper-container .swiper-no-swiping .swiper-button-prev {
  opacity: 0;
}
#gallery-ads .swiper-container .swiper-no-swiping .swiper-button-next {
  opacity: 0;
}
#gallery-ads .swiper-button-next.swiper-button-disabled {
  opacity: 0.1;
}
#gallery-ads .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
}
#gallery-ads .product-gallery .product-photos-side {
  position: relative;
}
#gallery-ads .product-gallery .product-photos-side .swiper-container {
  height: 70px;
}
#gallery-ads .product-gallery .product-photos-side .swiper-slide {
  width: 70px;
  opacity: 0.4;
  transition: 225ms opacity ease-in-out;
}
#gallery-ads .product-gallery .product-photos-side .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#gallery-ads .product-gallery .product-photo-main {
  position: relative;
  margin-bottom: 30px;
}
#gallery-ads .product-gallery .product-photo-main .swiper-container {
  height: 320px;
}
#gallery-ads .product-gallery .swiper-container {
  position: static;
  width: 100%;
}
#gallery-ads .product-gallery .swiper-slide {
  cursor: pointer;
  text-align: center;
}
#gallery-ads .product-gallery img {
  max-height: 100%;
  max-width: 100%;
}
#gallery-ads .product-gallery-full-screen {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  z-index: 999999;
  transition: 350ms opacity ease-in-out;
}
#gallery-ads .product-gallery-full-screen .swiper-container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#gallery-ads .product-gallery-full-screen .swiper-slide {
  overflow: hidden;
}
#gallery-ads .product-gallery-full-screen .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  cursor: zoom-in;
  transition: 350ms -webkit-transform ease-in-out, 350ms transform ease-in-out;
}
#gallery-ads .product-gallery-full-screen .swiper-button-prev {
  background: rgba(0, 0, 0, .4);
  color: #aaa;
  transition: 250ms opacity ease-in-out, 150ms color ease-in-out;
}
#gallery-ads .product-gallery-full-screen .swiper-button-prev:hover {
  color: #fff;
}
#gallery-ads .product-gallery-full-screen .swiper-button-prev svg {
  position: absolute;
  fill: currentColor;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#gallery-ads .product-gallery-full-screen .swiper-button-next {
  background: rgba(0, 0, 0, .4);
  color: #aaa;
  transition: 250ms opacity ease-in-out, 150ms color ease-in-out;
}
#gallery-ads .product-gallery-full-screen .swiper-button-next:hover {
  color: #fff;
}
#gallery-ads .product-gallery-full-screen .swiper-button-next svg {
  position: absolute;
  fill: currentColor;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#gallery-ads .product-gallery-full-screen.opened {
  opacity: 1;
  overflow-y: scroll;
  pointer-events: auto;
}
#gallery-ads .product-photos-side .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
}
#gallery-ads body:not(:hover) .product-gallery-full-screen .swiper-button-prev {
  opacity: 0;
  transition-delay: 1000ms;
}
#gallery-ads body:not(:hover) .product-gallery-full-screen .swiper-button-next {
  opacity: 0;
  transition-delay: 1000ms;
}
#gallery-ads body:not(:hover) .gallery-nav {
  opacity: 0;
  transition-delay: 1000ms;
}
#gallery-ads body:hover .product-gallery-full-screen .swiper-button-prev {
  transition-delay: 0ms;
}
#gallery-ads body:hover .product-gallery-full-screen .swiper-button-next {
  transition-delay: 0ms;
}
#gallery-ads body:hover .gallery-nav {
  opacity: 0.65;
  transition-delay: 0ms;
}
#gallery-ads .gallery-nav {
  position: absolute;
  background: rgba(0, 0, 0, 1);
  color: #aaa;
  padding: 10px 15px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 250ms opacity ease-in-out;
}
#gallery-ads .gallery-nav ul {
  list-style: none;
  float: right;
}
#gallery-ads .gallery-nav li {
  list-style: none;
  float: left;
  color: #aaa;
  cursor: pointer;
  margin-left: 15px;
  transition: 150ms color ease-in-out;
}
#gallery-ads .gallery-nav li:hover {
  color: #fff;
}
#gallery-ads .gallery-nav svg {
  display: block;
  fill: currentColor;
  height: 24px;
  width: 24px;
}
#gallery-ads .gallery-nav .zoom.zoom-out svg.zoom-icon-zoom-in {
  display: none;
}
#gallery-ads .gallery-nav .zoom.zoom-out svg.zoom-icon-zoom-out {
  display: block;
}
#gallery-ads .gallery-nav .zoom svg.zoom-icon-zoom-out {
  display: none;
}
#gallery-ads .gallery-nav .fullscreen.leavefs svg.fs-icon {
  display: none;
}
#gallery-ads .gallery-nav .fullscreen.leavefs svg.fs-icon-exit {
  display: block;
}
#gallery-ads .gallery-nav .fullscreen svg.fs-icon-exit {
  display: none;
}
#gallery-ads .gallery-nav .swiper-pagination {
  position: static;
  float: left;
  width: auto;
  line-height: 24px;
}
@media (max-width: 1025px) {
  #gallery-ads article {
    /* display: none; */
 }
  #gallery-ads .container {
    padding: 0;
 }
}
