/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/montserrat-v13-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/montserrat-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/montserrat-v13-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/montserrat-v13-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/montserrat-v13-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/montserrat-v13-latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('../fonts/montserrat-v13-latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url('../fonts/montserrat-v13-latin-500.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/montserrat-v13-latin-500.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/montserrat-v13-latin-500.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/montserrat-v13-latin-500.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/montserrat-v13-latin-500.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

.cn-button.wp-default {
  background: white !important;
  color: #4089d1 !important;
}

body {
  font-family: 'Montserrat';
}

blockquote {
  color: #335c89;
  font-weight: 500;
  margin-top: 10px;
  font-style: italic;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px !important;
  }
}

.fixed-bottom-center {
  z-index: 100 !important;
}

.big {
  font-size: 4rem;
  font-weight: 500;
}

.lightblue {
  color: #4089D1;
}

.darkblue {
  color: #335C89;
}

.darkgrey {
  color: #7F7F7F;
}

.white {
  color: white;
}

.green {
  color: #A3A900;
}

.bg-darkgrey {
  background: #7F7F7F;
}

.bg-lightgrey {
  background: #efefef;
}

.bg-lightblue {
  background: #4089D1;
}

.bg-darkblue {
  background: #335C89;
}

.bg-green {
  background: #A3A900;
}

.bg-white-op {
  background: rgba(255, 255, 255, 0.8);
}

.bg-white {
  background: white;
}

.br-10 {
  border-radius: 10px;
}

main {
  margin-top: 100px;
  -webkit-transition: margin-top .5s;
  -moz-transition: margin-top .5s;
  -o-transition: margin-top .5s;
  transition: margin-top .5s;
}

main.scrolled {
  margin-top: 70px;
  -webkit-transition: margin-top .4s;
  -moz-transition: margin-top .4s;
  -o-transition: margin-top .4s;
  transition: margin-top .4s;
}

.navbar {
  height: 100px;
  background: white;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
}

.navbar.scrolled {
  height: 70px;
  -webkit-transition: height .4s;
  -moz-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s;
  -webkit-box-shadow: 0px 0px 35px -1px rgba(0, 0, 0, 0.71);
  -moz-box-shadow: 0px 0px 35px -1px rgba(0, 0, 0, 0.71);
  box-shadow: 0px 0px 35px -1px rgba(0, 0, 0, 0.71);
}

.navbar-brand {
  top: 20px;
  position: relative;
  background: white;
  -webkit-transition: top .4s;
  -moz-transition: top .4s;
  -o-transition: top .4s;
  transition: top .4s;
  -webkit-box-shadow: 0px 11px 6px -4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 11px 6px -4px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 11px 6px -4px rgba(0, 0, 0, 0.23);
}

.navbar-brand img {
  height: 140px;
  -webkit-transition: height .4s;
  -moz-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s;
}

.navbar.scrolled .navbar-brand img {
  height: 100px;
  -webkit-transition: height .4s;
  -moz-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s;
}

.navbar.scrolled .navbar-brand {
  top: 15px;
  -webkit-transition: top .4s;
  -moz-transition: top .4s;
  -o-transition: top .4s;
  transition: top .4s;
}

.navbar .menu-item a {
  color: #7F7F7F;
  padding: 20px 18px;
  letter-spacing: 1px;
}

.navbar .lang-item a {
  padding: 20px 5px;
}

.navbar .lang-item:after {
  content: '|';
}

.navbar .lang-item:last-child:after {
  content: '';
}

.navbar .menu-item a:hover,
.navbar .menu-item a.active {
  text-decoration: none;
  color: #4089D1;
}

.swiper-hero .content {
  opacity: 0.8;
}

.swiper-hero .white {
  background: white;
}

.swiper-hero .blue {
  background: #5F8AC5;
  color: white;
}

.swiper-hero .blue-2 {
  background: #4789C8;
  color: white;
}

.swiper-hero .darkblue {
  background: #335c89;
  color: white;
}

.swiper-hero .grey {
  background: #767678;
  color: white;
}

.swiper-hero .green {
  background: #A3A900;
  color: white;
}

.swiper-hero .px-15pc {
  padding-left: 15%;
  padding-right: 15%;
}

.swiper-hero .py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.swiper-hero .text {
  font-size: 40px;
}

.swiper-hero .swiper-slide {
  background-size: cover !important;
  background-position: center !important;
}

@media (min-width: 1200px) {

  .parallax,
  .facts {
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
  }
}

.banner .white {
  background: white;
}

.banner .text-box.blue {
  background: #5F8AC5;
  color: white;
}

.banner .text-box.blue-2 {
  background: #4789C8;
  color: white;
}

.banner .text-box.darkblue {
  background: #335c89;
  color: white;
}

.banner .text-box.grey {
  background: #767678;
  color: white;
}

.banner .text-box.green {
  background: #A3A900;
  color: white;
}

.banner .px-30pc {
  padding-left: 30%;
  padding-right: 30%;
}

.banner .text {
  font-size: 20px;
}

.banner .bg {
  background-size: cover !important;
  background-position: center !important;
}

.two-cols img {
  width: 100%;
  height: auto;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 35px -1px rgba(0, 0, 0, 0.71);
  -moz-box-shadow: 0px 0px 35px -1px rgba(0, 0, 0, 0.71);
  box-shadow: 0px 0px 35px -1px rgba(0, 0, 0, 0.71);
}

.text-shadow {
  text-shadow: 2px 2px 6px #878787;
}

.heading-box {
  min-height: 98px;
}

.text-box {
  flex-grow: 1;
}

.swiper-team-container {
  padding-bottom: 100px;
}

.progress {
  height: 40px;
  line-height: 15px;
  border-radius: 5px;
  background: #f0f0f0;
  margin-bottom: 30px;
  box-shadow: none;
  overflow: visible;
}

.progress-bar {
  position: relative;
  border-radius: 5px;
  opacity: 0;
  background-color: #4089D1;
}

.progress .progress-value-right {
  display: block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 8px;
}

.progress .progress-value-left {
  display: block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 12px;
  left: 8px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0%;
  }
}

@keyframes animate-positive {
  0% {
    width: 0%;
  }
}

input[type='text'],
input[type='submit'],
input[type='email'],
textarea,
.wpcf7-form label {
  width: 100%;
}

.captcha-image label {
  width: auto;
}

.wpcf7-form label {
  font-size: 1rem;
  font-weight: bold;
}

.wpcf7-form label span {
  font-size: 0.8rem;
}

input,
textarea {
  padding: 8px;
  border: 2px solid #4089D1;
}

input:focus,
textarea:focus {
  outline: none;
}

.services a:hover {
  text-decoration: none !important;
}

.services a {
  transition: all .1s ease-out;
}

.services a:hover {
  transform: scale(1.02);
}

.wpcf7-form label {
  color: #7F7F7F;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-top: 10px;
  margin-left: 0;
}

textarea {
  resize: vertical;
  height: 155px;
}

.wpcf7-submit {
  background: #4089D1;
  color: white;
}

#map {
  height: 500px;
}

.footer-nav {
  list-style: none;
  margin-bottom: 0;
}

.footer-nav li {
  display: inline-block;
}

.footer-nav li a {
  padding: 20px;
  color: white;
}

.footer-nav li a:hover {
  text-decoration: none;
  color: white;
}

.custom-btn:hover {
  color: white;
  text-decoration: none;
}

.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

img.responsive {
  max-width: 100%;
}

.swiper-team-button-next,
.swiper-team-button-prev {
  top: 90%;
}

a.btn-custom:hover {
  color: white;
}

a.btn-custom {
  max-width: 260px;
}

.load-more-btn.inactive {
  opacity: .5;
}

.load-more-btn.inactive:hover {
  cursor: initial;
}

@media (max-width: 1236px) {
  .facts-box {
    height: 234px;
  }
}



@media (max-width: 1199.98px) {
  .swiper-hero .text {
    font-size: 30px !important;
  }

  .big {
    font-size: 2.5rem;
  }

  .swiper-hero .h3 {
    font-size: 1.5rem;
  }

  br.hide-mobile {
    display: none;
  }

  .services h4 {
    font-size: 1rem;
  }

  .wordbreak {
    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for WebKit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

  }

  .text-box {
    min-height: 240px;
  }
}


@media (max-width: 991.98px) {
  main {
    margin-top: 140px;
  }

  .swiper-hero .text {
    font-size: 24px !important;
  }

  .big {
    font-size: 2rem;
  }

  .swiper-hero .h3 {
    font-size: 1rem;
  }

  .facts-box {
    height: auto;
  }

  .facts-box.mb-tablet {
    margin-bottom: 30px;
  }

  .services h4 {
    font-size: 1.5rem;
  }

  .wordbreak {
    word-break: normal;
  }

  .text-box {
    min-height: 150px;
  }

  #main-nav {
    height: auto;
  }

  #menu-header-menu,
  #menu-header-menu-header-menu-en {
    padding: 30px;
    text-align: center;
  }

  #menu-header-menu li a,
  #menu-header-menu-header-menu-en li a {
    padding: 10px;
    display: block;
    width: 100%;
  }

  #menu-header-menu .lang-item:after,
  #menu-header-menu-header-menu-en .lang-item:after {
    display: none;
  }

  #menu-header-menu .lang-item a,
  #menu-header-menu-header-menu-en .lang-item a {
    display: inline-block;
    width: auto;
  }
}


@media (max-width: 767.98px) {
  .swiper-hero .text {
    font-size: 20px !important;
  }

  .facts-box.mb-mobile {
    margin-bottom: 30px;
  }

  .services h4 {
    font-size: 1rem;
  }

  .wordbreak {
    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for WebKit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

  }

  .text-box {
    min-height: 240px;
  }
}

@media (max-width: 575.98px) {
  .swiper-hero .text {
    font-size: 14px !important;
  }

  .big {
    font-size: 1.5rem;
  }

  .services h4 {
    font-size: 1.5rem;
  }

  .wordbreak {
    word-break: normal;
  }

  .text-box {
    min-height: 150px;
  }

  .footer-nav,
  .footer-logo {
    text-align: center !important;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .footer-nav {
    padding-left: 0;
  }

  .swiper-hero .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .h1,
  h1 {
    font-size: 2rem;
  }

  .h2,
  h2 {
    font-size: 1.5rem;
  }

  .h3,
  h3 {
    font-size: 1rem;
  }

}

@media (max-width: 320px) {
  .swiper-hero .text {
    font-size: 12px !important;
  }

}