@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

:root {
  --iti-path-flags-1x: url(../img/flags.png);
  --iti-path-flags-2x: url(../img/flags@2x.png); }

.visible-xs {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible-xs {
      display: block; } }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

p {
  margin: 0; }

strong {
  font-weight: bold; }

.slick-slider *:focus {
  outline: 0; }

@media (min-width: 1600px) {
  .container {
    max-width: 1520px; } }
html {
  font-size: 16px; }

body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99; }
  .loading.active {
    opacity: 0;
    visibility: hidden;
    transition: .5s; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  color: #000;
  line-height: normal;
  transition: .7s; }
  .popup .tint {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: #000;
    cursor: pointer; }
  .popup .box {
    width: 750px;
    max-width: 90%;
    background: #fff;
    padding: 80px 100px;
    position: relative;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 767px) {
      .popup .box {
        padding: 24px; } }
  @media (max-height: 800px) {
    .popup {
      display: block; } }
  .popup.active {
    opacity: 1;
    visibility: visible; }

.chat {
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #000;
  width: 75px;
  line-height: 58px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
  z-index: 5; }
  .chat .box {
    color: #fff;
    line-height: normal;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    padding: 34px;
    background: #000;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .4s; }
    .chat .box a {
      display: block;
      margin-bottom: 15px;
      font-weight: 400;
      transition: opacity .4s; }
      .chat .box a img {
        margin-right: 10px;
        width: 24px; }
      .chat .box a:hover {
        opacity: .6; }
    .chat .box .tel {
      font-size: 1.2rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding-bottom: 15px;
      margin-bottom: 25px; }
      .chat .box .tel img {
        width: 28px; }
  .chat:hover .box {
    opacity: 1;
    visibility: visible; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  line-height: 100px;
  color: #fff;
  transition: .4s; }
  header .bl {
    display: none; }
  header .logo img {
    width: 250px;
    max-width: 100%; }
  header nav .item {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    font-weight: bold;
    font-size: .9rem; }
    header nav .item img {
      margin-right: 8px;
      width: 18px;
      position: relative;
      top: -1px; }
    header nav .item .sub {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      padding: 45px;
      padding-right: 90px;
      padding-bottom: 30px;
      background: #fff;
      color: #000;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      line-height: normal;
      text-align: left;
      white-space: nowrap;
      left: -64px;
      top: 80px; }
      header nav .item .sub a {
        display: block;
        font-weight: 500;
        margin-bottom: 16px;
        transition: .4s; }
        header nav .item .sub a:hover {
          opacity: .5; }
    header nav .item:hover .sub {
      opacity: 1;
      visibility: visible;
      transition: .4s; }
    @media (max-width: 1399px) {
      header nav .item {
        margin-left: 20px; } }
    @media (max-width: 1199px) {
      header nav .item {
        margin-left: 10px;
        font-size: .8rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header nav .item {
        font-size: .7rem;
        margin-left: 8px; } }
  header nav a.item {
    transition: opacity .4s; }
    header nav a.item:hover {
      opacity: .5; }
  @media only screen and (max-width: 767px) {
    header nav {
      display: none;
      z-index: 6;
      position: fixed;
      top: 100px;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      line-height: normal;
      padding: 24px 12px;
      overflow: auto;
      text-align: left; }
      header nav div.item {
        background-position: 100% 5px;
        background-repeat: no-repeat;
        background-image: url(../img/select-arrow.svg); }
      header nav .item {
        display: block;
        margin: 0 0 32px 0; }
        header nav .item .sub {
          opacity: 1;
          visibility: visible;
          display: none;
          position: static;
          padding: 24px 0 0 0;
          box-shadow: none; }
        header nav .item.active .sub {
          display: block; } }
  header .menu-button {
    display: none;
    position: relative;
    width: 36px;
    height: 36px;
    vertical-align: middle; }
    header .menu-button span {
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 11px; }
      header .menu-button span:nth-child(2) {
        top: 24px; }
    @media only screen and (max-width: 767px) {
      header .menu-button {
        display: inline-block; } }
  header.home {
    background: #fff;
    color: #00405C; }
    header.home .menu-button span {
      background: #000; }
    header.home .bl {
      display: inline-block; }
    header.home .wh {
      display: none; }
  header.scrolled {
    background: #fff;
    color: #00405C;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    header.scrolled .menu-button span {
      background: #000; }
    header.scrolled .bl {
      display: inline-block; }
    header.scrolled .wh {
      display: none; }
  @media only screen and (max-width: 767px) {
    header.active {
      background: #fff;
      color: #00405C; }
      header.active .bl {
        display: inline-block; }
      header.active .wh {
        display: none; }
      header.active nav {
        display: block; }
      header.active .menu-button span {
        background: #000;
        transform: rotate(45deg);
        top: 17px; }
        header.active .menu-button span:nth-child(2) {
          transform: rotate(-45deg); } }

footer a {
  transition: .4s; }
  footer a:hover {
    opacity: .5; }
footer .col-md-2 {
  text-overflow: ellipsis;
  overflow: hidden; }
footer .logo {
  padding: 24px 0;
  background: #F7F7F7; }
  footer .logo img {
    display: inline-block;
    vertical-align: middle;
    width: 135px;
    margin-right: 40px; }
  footer .logo p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500; }
  @media only screen and (max-width: 767px) {
    footer .logo img {
      width: 100px;
      margin-right: 24px; } }
footer .top {
  background: #00405C;
  color: #fff;
  padding: 40px 0;
  font-size: .9rem; }
  @media only screen and (max-width: 767px) {
    footer .top .col-md-4, footer .top .col-md-2 {
      margin-bottom: 24px; } }
footer .bottom {
  padding: 20px 0;
  font-size: .8rem; }
  @media only screen and (max-width: 767px) {
    footer .bottom {
      padding: 24px 0 12px 0; }
      footer .bottom .col-md-4 {
        margin-bottom: 12px; } }

h1, h2, h3 {
  font-size: 1.25rem;
  margin-bottom: 40px;
  font-weight: bold;
  color: #00405C; }

h2, h3 {
  font-size: 1.15rem; }

.sub {
  margin-bottom: 30px;
  font-weight: 600; }

.ann-date {
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase; }

.cover {
  background-size: cover;
  background-position: center; }
  .cover.tint {
    position: relative; }
    .cover.tint:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); }

.main-slider {
  position: relative; }
  .main-slider .swiper-slide {
    height: 800px; }
    .main-slider .swiper-slide .container {
      position: absolute;
      z-index: 1;
      bottom: 150px;
      left: 0;
      right: 0;
      margin: auto;
      color: #fff; }
      .main-slider .swiper-slide .container h1, .main-slider .swiper-slide .container h2 {
        font-weight: 400;
        margin: 0;
        color: #fff; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .main-slider .swiper-slide {
        height: 600px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-slider .swiper-slide {
        height: 600px; } }
  .main-slider .pagi {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 95px;
    margin: auto;
    z-index: 1; }
    .main-slider .pagi .swiper-pagination {
      position: static;
      text-align: left; }
      .main-slider .pagi .swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        opacity: .5;
        margin: 0 16px 0 0; }
        .main-slider .pagi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #fff;
          opacity: 1; }
  @media only screen and (max-width: 767px) {
    .main-slider .swiper-slide {
      height: 500px; } }

section.desc {
  padding: 140px 0; }
  section.desc h2 {
    margin-bottom: 30px; }
  section.desc ul {
    padding-left: 20px; }
  section.desc hr {
    background: #E3E3E3;
    opacity: 1;
    margin: 60px 0; }
    section.desc hr.contact {
      margin: 0;
      position: relative;
      top: -70px; }
  section.desc .about-logo {
    width: 250px; }
  @media only screen and (max-width: 767px) {
    section.desc {
      padding: 60px 0; }
      section.desc .col-md-4 {
        margin-bottom: 30px; }
      section.desc hr {
        margin: 30px 0; }
        section.desc hr.contact {
          display: none; }
      section.desc .about-logo {
        width: 236px; } }

.just {
  text-align: justify; }

section.desc + section.desc {
  padding-top: 0; }

section.services {
  padding: 190px 0 175px 0;
  color: #fff; }
  section.services h2 {
    color: #fff; }
  section.services ul li {
    list-style-type: none;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500; }
    section.services ul li a {
      transition: .4s; }
      section.services ul li a:hover {
        opacity: .5; }
  section.services .container {
    position: relative;
    z-index: 1; }
  @media (min-width: 992px) and (max-width: 1199px) {
    section.services {
      padding: 120px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.services {
      padding: 90px 0; } }
  @media only screen and (max-width: 767px) {
    section.services {
      padding: 60px 0; } }

section.logos {
  margin: 120px 0; }
  section.logos .swiper {
    margin-top: 100px; }
    section.logos .swiper .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; }
      section.logos .swiper .swiper-wrapper .swiper-slide {
        margin-right: 40px;
        width: 230px; }
        section.logos .swiper .swiper-wrapper .swiper-slide img {
          width: 100%;
          filter: saturate(0); }
  @media only screen and (max-width: 767px) {
    section.logos {
      margin: 60px 0; }
      section.logos .swiper {
        margin-top: 30px; }
        section.logos .swiper .swiper-wrapper .swiper-slide {
          width: 120px;
          margin-right: 24px; }
          section.logos .swiper .swiper-wrapper .swiper-slide img {
            width: 100%; } }

section.main-banner {
  height: 500px;
  display: flex;
  align-items: center;
  text-align: center; }
  section.main-banner h1 {
    position: relative;
    color: #fff;
    z-index: 1;
    margin: 0; }
  @media only screen and (max-width: 767px) {
    section.main-banner {
      height: 400px; } }

form input, form textarea {
  height: 70px;
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%; }
form textarea {
  height: 200px;
  padding-top: 20px;
  resize: none; }
form button {
  font-weight: bold;
  border: 0;
  background: none;
  padding: 0;
  margin-top: 30px; }
form .iti {
  width: 100%; }
  form .iti .iti__selected-country-primary {
    padding-left: 0; }
  form .iti .iti__tel-input {
    padding-left: 80px !important; }

.contact-form {
  width: 100%; }

main.home {
  padding-top: 100px; }

.pre {
  white-space: pre-line; }

.mb-6 {
  margin-bottom: 4rem; }

.mb-7 {
  margin-bottom: 5rem; }

.mb-8 {
  margin-bottom: 6rem; }

.mb-100 {
  margin-bottom: 100px; }

.anim {
  transition: 1s;
  opacity: 0;
  transform: translateY(60px); }
  .anim.anim-opa {
    transform: translateY(0); }
  .anim.play {
    transform: translateY(0);
    opacity: 1; }
    .anim.play.anim-del-2 {
      transition-delay: .2s; }
    .anim.play.anim-del-4 {
      transition-delay: .4s; }
    .anim.play.anim-del-6 {
      transition-delay: .6s; }
    .anim.play.anim-del-8 {
      transition-delay: .8s; }

/*# sourceMappingURL=style.css.map */
