@charset "UTF-8";
/*---------------------------------------*/
/*--------   Table of contents   --------*/
/*---------------------------------------*/
/*
1. Additional styles
	1.1 variables
	1.2 Bootstrap
	1.3 Typography
	1.4 External Module
2. Header
3. Sections Layout
4. Footer
5. Additional Modules
	5.1 Modal
	5.1 Back To Top
---------------------------------------*/
/*---------------------------------------*/
/*--------   1. Additional styles  --------*/
/*---------------------------------------*/
/*-------  1.1 variables  --------*/
/* default speed animation */
/*
	Global Settings
*/
/* Font Family*/
/* font icon*/
/* Global Color */
/* Colors */
/* radius */
/* title */
/* button */
/*
	Form Default
*/
/*
	Footer
*/
/*
	Button Back To Top
*/
/*-------  1.2 Bootstrap  --------*/
.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 546px; } }

@media (min-width: 768px) {
  .container {
    max-width: 713px; } }

@media (min-width: 1025px) {
  .container {
    max-width: 990px; } }

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

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; } }

@media (min-width: 1025px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1230px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; } }

/*-------  1.3 Typography  --------*/
/*
	Global reboot
*/
*,
*::before,
*::after {
  box-sizing: border-box; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

iframe {
  border: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

button {
  outline: none;
  border-radius: 0; }

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit; }

label {
  display: inline-block; }

select {
  word-wrap: normal; }

h1,
h3,
h4,
h5,
h6 {
  margin-top: 0; }

/* /reboot */
/*
	Global Settings Style
*/
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #6c7176;
  background: center 0 no-repeat #ffffff;
  overflow-x: hidden;
  direction: ltr;
  font-weight: 400;
  -webkit-text-size-adjust: 100%; }
  @media (min-width: 1025px) {
    body {
      font-size: 16px;
      line-height: 27px;
    }
    #js-popup {
      display: none;
    }
  }
  @media (max-width: 1100px) {
    body {
      font-size: 15px;
      line-height: 24px;
    }

    #js-popup {
      display: block;
    }
  }

b, strong {
  font-weight: bolder; }

a {
  text-decoration: none;
  outline: none;
  color: #6c7176; }
  a:hover {
    outline: none;
    text-decoration: none; }
  a:active, a:visited, a:focus {
    text-decoration: none;
    outline: none; }

/*
	Title
*/
h1,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }

/*
	Bootstrap Selective Utilities
*/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.lazyload {
  opacity: 0;
  transition: opacity 0.2s linear; }

.lazyload.lazyloaded {
  opacity: 1; }

table {
  width: 100%; }

.table-price {
  border: 20px solid #f8f8fa; }
  .table-price tr:nth-child(even) {
    background-color: #fbfbfc; }
  .table-price tr td {
    padding-top: 11px;
    padding-bottom: 11px; }
    .table-price tr td:first-child {
      padding-left: 19px;
      padding-right: 10px; }
    .table-price tr td:last-child {
      width: 35%;
      color: #0c4c93;
      font-weight: bold;
      padding-left: 5px;
      padding-right: 19px; }

.table__notes {
  font-size: 13px;
  line-height: 22px;
  margin-top: 14px;
  margin-bottom: -5px; }

@media (max-width: 1024px) {
  .table-price {
    border-width: 15px; }
    .table-price tr {
      display: block; }
      .table-price tr td:first-child, .table-price tr td:last-child {
        display: block;
        width: 100%; }
      .table-price tr td:first-child {
        padding: 7px 20px 0; }
      .table-price tr td:last-child {
        padding: 0px 20px 7px; } }

.tt-list_top02 {
  margin-top: 25px; }

.tt-list li {
  position: relative;
  padding: 3px 0 3px 26px;
  font-weight: bold; }
  .tt-list li:before {
    content: '\e92c';
    font-family: "font-icon";
    display: inline-block;
    font-size: 13px;
    position: absolute;
    left: 0;
    font-weight: normal; }
  .tt-list li a {
    color: currentColor;
    position: relative; }
    .tt-list li a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -1px;
      width: 0%;
      height: 2px;
      margin: auto;
      left: 0;
      right: 0;
      background-color: currentColor;
      transition: width .2s linear; }
    .tt-list li a:hover:before {
      width: 100%; }
  .tt-list li:first-child {
    padding-top: 0; }
  @media (max-width: 767.98px) {
    .tt-list li {
      padding-left: 22px; }
      .tt-list li:before {
        font-size: 10px; } }

.tt-list__color01 {
  color: #0c4c93; }

.tt-list__color02 {
  color: #ffffff; }
  .tt-list__color02 li:before {
    color: #51acfb; }

.tt-list03 li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  position: relative; }
  .tt-list03 li:not(:first-child) {
    margin-top: 23px; }

.tt-list03 .tt-icon {
  width: 34px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }
  .tt-list03 .tt-icon + .tt-text {
    margin-left: 11px; }
  .tt-list03 .tt-icon:before {
    content: "\e900";
    font-family: "font-icon";
    display: inline-block;
    font-size: 41px;
    position: absolute;
    z-index: 0;
    top: -3px;
    left: -3px;
    font-weight: normal;
    color: #51acfb;
    text-shadow: 4px 0px 10px rgba(81, 172, 251, 0.3); }
  .tt-list03 .tt-icon > * {
    position: relative;
    z-index: 1; }

.tt-list03 .tt-text {
  color: #0c4c93;
  font-weight: bold; }

.tt-list04__top {
  margin-top: 25px; }

.tt-list04 li {
  position: relative;
  padding: 0 0 0 38px; }
  .tt-list04 li i {
    font-size: 20px;
    position: absolute;
    top: 4px;
    left: 0;
    color: #0c4c93; }
  .tt-list04 li strong {
    display: block;
    width: 100%;
    color: #0c4c93;
    margin-bottom: -3px; }
  .tt-list04 li:not(:first-child) {
    margin-top: 11px; }
  .tt-list04 li a {
    color: #6c7176;
    display: inline-block;
    position: relative; }
    .tt-list04 li a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 4px;
      width: 0%;
      height: 1px;
      left: 0;
      background-color: currentColor;
      transition: width .2s linear; }
    .tt-list04 li a:hover:before {
      width: 100%; }

.tt-list04 .tt-text {
  color: #0c4c93;
  font-weight: bold; }

.tt-list-info li {
  position: relative;
  padding: 3px 0 3px 26px; }
  .tt-list-info li strong {
    color: #0c4c93; }
  .tt-list-info li:before {
    content: '\e92c';
    font-family: "font-icon";
    display: inline-block;
    font-size: 13px;
    position: absolute;
    left: 0;
    font-weight: normal;
    color: #0c4c93; }
  .tt-list-info li a {
    color: currentColor; }
  .tt-list-info li:first-child {
    padding-top: 0; }

/*
	Form Placeholder
*/
::-webkit-input-placeholder {
  color: #6c7176; }

::-moz-placeholder {
  color: #6c7176; }

::-moz-placeholder {
  opacity: 1; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent; }

textarea:focus:-ms-input-placeholder {
  color: transparent; }

/*
	Form Default
*/
form {
  position: relative; }

.tt-form__group {
  position: relative; }
  @media (min-width: 1025px) {
    .tt-form__group {
      padding-bottom: 25px; } }
  @media (max-width: 1024.98px) {
    .tt-form__group {
      padding-bottom: 25px; } }
  @media (max-width: 575.98px) {
    .tt-form__group {
      padding-bottom: 15px; } }

.tt-form__control {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background-color: #f8f8fa;
  border: 1px solid  #f8f8fa;
  color: #6c7176;
  width: 100%;
  border-radius: 0;
  padding: 10px 12px 10px 17px;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  transition: all 0.3s linear; }
  .tt-form__control.error {
    border-color: red; }
  .tt-form__control:not(textarea) {
    height: 52px; }
  .tt-form__control:focus {
    border-color: #0c4c93;
    background-color: #ffffff; }
  @media (max-width: 1024.98px) {
    .tt-form__control {
      font-size: 15px; }
      .tt-form__control:not(textarea) {
        height: 42px; } }

.error-field {
  position: relative; }
  .error-field .tt-form__control {
    border-color: red;
    position: relative;
    z-index: 1; }
  .error-field .error-field__text {
    opacity: 1;
    visibility: visible; }

.error-field__text {
  position: absolute;
  right: 0px;
  top: -2px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 2;
  font-size: 12px;
  line-height: 12px;
  color: red;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear; }

.tt-form__btn {
  margin-top: 6px; }
  @media (max-width: 767px) {
    .tt-form__btn.text-center {
      text-align: left; } }

/*
	Custom Select
*/

/*
	Checkbox
*/

.tt-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: transparent;
  color: #0c4c93;
  border: 2px solid #0c4c93;
  line-height: 1;
  font-weight: 800;
  position: relative;
  outline: none;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
  transition: color 0.4s ease;
  overflow: hidden;
  white-space: nowrap; }
  .tt-btn > * {
    pointer-events: none; }
  .tt-btn:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    transition: all 0.35s ease 0s;
    background: #0c4c93;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg); }
  .tt-btn span {
    position: relative;
    z-index: 1; }
  .tt-btn:focus {
    outline: none; }
  .tt-btn:hover {
    color: #ffffff; }
    .tt-btn:hover:after {
      height: 450%;
      transition: all 1s ease 0s; }
  @media (min-width: 1101px) {
    .tt-btn {
      font-size: 15px;
      padding: 4px 31px 4px;
      height: 56px; } }
  @media (max-width: 1100px) {
    .tt-btn {
      font-size: 13px;
      padding: 4px 28px 4px;
      height: 46px; } }
  @media (max-width: 575.98px) {
    .tt-btn {
      padding-left: 20px;
      padding-right: 20px; } }

.tt-btn__top {
  margin-top: 33px; }
  @media (max-width: 1100px) {
    .tt-btn__top {
      margin-top: 33px; } }
  @media (max-width: 1024.98px) {
    .tt-btn__top {
      margin-top: 19px; } }

.tt-btn02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ff4917;
  color: #ffffff;
  border: 2px solid #ff4917;
  line-height: 1;
  font-weight: 800;
  position: relative;
  outline: none;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
  transition: all 0.4s ease;
  overflow: hidden;
  white-space: nowrap; }
  .tt-btn02 > * {
    pointer-events: none; }
  .tt-btn02:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    transition: all 0.35s ease 0s;
    background: #ffffff;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg); }
  .tt-btn02 span {
    position: relative;
    z-index: 1; }
  .tt-btn02:focus {
    outline: none; }
  .tt-btn02:hover {
    color: #ff4917; }
    .tt-btn02:hover:after {
      height: 450%;
      transition: all 1s ease 0s; }
  @media (min-width: 1101px) {
    .tt-btn02 {
      font-size: 15px;
      padding: 4px 31px 4px;
      height: 56px; } }
  @media (max-width: 1100px) {
    .tt-btn02 {
      font-size: 13px;
      padding: 4px 21px 4px;
      height: 46px; } }

@-webkit-keyframes pulse {
  from {
    width: 100%;
    height: 100%;
    opacity: .8; }
  50% {
    width: 140%;
    height: 140%;
    opacity: 0; }
  to {
    width: 100%;
    height: 100%;
    opacity: 0; } }

@keyframes pulse {
  from {
    width: 100%;
    height: 100%;
    opacity: .8; }
  50% {
    width: 140%;
    height: 140%;
    opacity: 0; }
  to {
    width: 100%;
    height: 100%;
    opacity: 0; } }

p {
  margin: 16px 0 0 0px; }

@media (min-width: 1230px) {
  .p-indent-top {
    margin-top: 45px; } }

@media (max-width: 1229.98px) {
  .p-indent-top {
    margin-top: 35px; } }

@media (max-width: 767.98px) {
  .p-indent-top {
    margin-top: 25px; } }

@media (max-width: 575.98px) {
  .p-indent-top {
    margin-top: 20px; } }

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

.divider-md {
  height: 25px; }
  @media (max-width: 575.98px) {
    .divider-md {
      height: 20px; } }

.divider {
  height: 55px;
  clear: both;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 767.98px) {
    .divider {
      height: 40px; } }
  @media (max-width: 575.98px) {
    .divider {
      height: 35px; } }

.divider-xl {
  height: 61px;
  clear: both;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 1229.98px) {
    .divider-xl {
      height: 50px; } }
  @media (max-width: 1024.98px) {
    .divider-xl {
      height: 40px; } }
  @media (max-width: 767.98px) {
    .divider-xl {
      height: 31px; } }

.divider-noresponsive {
  height: 55px;
  clear: both;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 767.98px) {
    .divider-noresponsive {
      height: 50px; } }

#tt-pageContent {
  overflow: hidden; }

@media (min-width: 768px) {
  .tt-min-width-01 {
    max-width: 400px; } }

@media (min-width: 768px) {
  .tt-min-width-02 {
    max-width: 600px; } }

.swiper-container.col-inner-lg .swiper-slide {
  overflow: inherit; }

@media (min-width: 1025px) {
  .swiper-container.col-inner-lg {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1230px) {
  .swiper-container.col-inner-lg .swiper-slide {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 1024.98px) {
  .container__tablet-fluid {
    max-width: inherit; } }

.tt-extra-bg02 {
  position: relative; }
  .tt-extra-bg02 img {
    position: absolute;
    top: 0;
    left: -170px;
    max-width: inherit; }
  @media (max-width: 1024.98px) {
    .tt-extra-bg02 img {
      left: 0px;
      width: 100%;
      height: auto; } }

.bg-center-top {
  background-position: center center;
  background-repeat: no-repeat; }

.max-widt-02 {
  max-width: 520px; }

@media (min-width: 1230px) {
  .indent-top {
    margin-top: 8px; } }

@media (max-width: 1024.98px) {
  .row.custom-col-indent {
    margin-left: -10px;
    margin-right: -10px; }
    .row.custom-col-indent > * {
      padding-left: 10px;
      padding-right: 10px; } }

@media (max-width: 600px) {
  .tt-row-custom > [class^="col-"] {
    width: 100%; }
  .tt-row-custom > .tt-visible__mobile-sm.divider {
    display: block; } }

.tt-base-color {
  color: #0c4c93; }

.tt-offset__01 {
  margin-top: 20px; }

.tt-offset__02 {
  margin-top: 33px; }

@media (max-width: 1024.98px) {
  .tt-offset__02 {
    margin-top: 19px; } }

/* Мisible */

.tt-visible__descktop {
  display: none; }
  @media (min-width: 1025px) {
    .tt-visible__descktop {
      display: block; } }

.tt-visible__mobile {
  display: none; }
  @media (max-width: 767.98px) {
    .tt-visible__mobile {
      display: block; } }

.tt-visible__mobile-sm {
  display: none; }
  @media (max-width: 575.98px) {
    .tt-visible__mobile-sm {
      display: block; } }

.tt-visible__tablet {
  display: none; }
  @media (max-width: 1024.98px) {
    .tt-visible__tablet {
      display: block; } }

@media (max-width: 767.98px) {
  .tt-hide__mobile {
    display: none; } }

/*------  1.4 External Module  --------*/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0; }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0; }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input, .numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder; }

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*
 * Container style
 */
.ps {
  overflow: hidden;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */

/*
 * Scrollbar thumb styles
 */

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto; } }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.gslide iframe,
.gslide video {
  outline: none;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto; }

.gslide-image {
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  transition: none; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block;
  opacity: 1; }

.gslide-media {
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  box-shadow: none; }

.gslide-description {
  position: relative;
  flex: 1 0 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw;
  order: 2;
  max-height: 78vh;
  overflow: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.glightbox-desc {
  display: none; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0; }

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1; }

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0; }

/*Skin */

/*CSS Animations*/

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

/*---------------------------------------*/
/*--------     2. Header         --------*/
/*---------------------------------------*/
/*
	Header Global Settings
*/
/*
	Header Global Settings
*/
.tt-header {
  background-color: #1e60aa;
  box-shadow: 0 20px 30px rgba(26, 54, 85, 0.1); }
  @media (min-width: 1025px) {
    .tt-header {
      height: 155px; } }
  @media (max-width: 1100px) {
    .tt-header {
      height: 112px; } }
  @media (max-width: 767.98px) {
    .tt-header {
      height: 69px; } }

.tt-col__wrapper {
  background-color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  @media (min-width: 1025px) {
    .tt-col__wrapper {
      height: 100px; } }
  @media (max-width: 1100px) {
    .tt-col__wrapper {
      height: 70px; } }
  @media (max-width: 767.98px) {
    .tt-col__wrapper {
      height: 59px;
    }
  }
  @media (max-width: 517px) {
    .header-phone-anchor .header-phone {
      display: none;
    }
  }

/* header-holder */
.tt-header-holder {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: #1e60aa; }
  .tt-header-holder .tt-col__wide {
    flex: 2 1 auto; }
  .tt-header-holder .tt-col__objects {
    display: inline-flex; }
    @media (min-width: 1791px) {
      .tt-header-holder .tt-col__objects > *:not(:first-child) {
        margin-left: 60px; } }
    @media (max-width: 1790px) {
      .tt-header-holder .tt-col__objects > *:not(:first-child) {
        margin-left: 40px; } }
    @media (max-width: 1560px) {
      .tt-header-holder .tt-col__objects > *:not(:first-child) {
        margin-left: 30px; } }
    @media (max-width: 1100px) {
      .tt-header-holder .tt-col__objects > *:not(:first-child) {
        margin-left: 50px; } }
    @media (max-width: 767.98px) {
      .tt-header-holder .tt-col__objects > *:not(:first-child) {
        margin-left: 30px; }
        .tt-header-holder .tt-col__objects > *:not(:first-child):not(:last-child) {
          margin-left: 0; }
        .tt-header-holder .tt-col__objects > *:not(:first-child):not(:first-child):not(:last-child) {
          display: none; } }
    @media (max-width: 575.98px) {
      .tt-header-holder .tt-col__objects > *:not(:first-child) {
        margin-left: 15px; } }
  .tt-header-holder .tt-col__corner {
    position: relative; }
    .tt-header-holder .tt-col__corner:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-bottom: 100px solid #ffffff;
      border-left: 48px solid transparent;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
      @media (max-width: 1100px) {
        .tt-header-holder .tt-col__corner:before {
          border-bottom-width: 70px;
          border-left-width: 35px; } }
      @media (max-width: 767.98px) {
        .tt-header-holder .tt-col__corner:before {
          border-bottom-width: 59px;
          border-left-width: 29px; } }

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 21;
  left: 0;
  box-shadow: 0px 20px 30px rgba(26, 54, 85, 0.1); }
  @media (min-width: 1025px) {
    .sticky-header .tt-obj-logo {
      min-width: 250px; }
    .sticky-header .tt-logo__icon {
      width: 200px; }
    .sticky-header .tt-logo__text {
      font-size: 27px;
      margin-top: 2px; }
    .sticky-header .tt-logo__alignment {
      top: 25px;
      left: 6px;
    } }
  @media (max-width: 1024.98px) {
    .sticky-header .tt-obj-logo {
      min-width: 145px; }
    .sticky-header .tt-logo__icon {
      width: 33px; }
    .sticky-header .tt-logo__text {
      font-size: 20px;
      margin-top: 2px; }
    .sticky-header .tt-logo__alignment {
      top: 8px;
      left: 15px; } }
  @media (max-width: 767.98px) {
    .sticky-header .tt-obj-logo {
      min-width: 135px; }
    .sticky-header .tt-logo__icon {
      width: 150px; }
    .sticky-header .tt-logo__text {
      font-size: 18px;
      margin-top: 2px; }
    .sticky-header .tt-logo__alignment {
      top: 10px;
      left: 20px; } }

/*
	Header Layout
*/
/*
	Row Header Info
*/
.row-header-info .tt-header-holder {
  height: 55px;
  padding-left: 301px;
  padding-right: 33px; }
  @media (max-width: 1560px) {
    .row-header-info .tt-header-holder {
      padding-left: 250px; } }
  @media (max-width: 1100px) {
    .row-header-info .tt-header-holder {
      height: 42px;
      padding-left: 195px; } }
  @media (max-width: 767.98px) {
    .row-header-info .tt-header-holder {
      height: 10px;
      height: 10px;
      overflow: hidden; }
      .row-header-info .tt-header-holder > * {
        display: none; } }

/*
	Header objects
*/
/*
	Info List
*/
.h-info-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px; }
  .h-info-list a {
    color: #ffffff;
    display: inline-block;
    position: relative; }
    .h-info-list a:before {
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      margin: auto;
      width: 0%;
      content: '';
      color: transparent;
      background-color: #ffffff;
      height: 1px;
      transition: width .2s linear; }
    .h-info-list a:hover:before {
      width: 100%; }
  .h-info-list .tt-title {
    color: #a8d7ff;
    font-weight: bold; }
  .h-info-list [class^="icon"] {
    color: #a9d7ff;
    position: relative;
    display: inline-block;
    top: 0px;
    margin-right: 5px;
    font-size: 13px; }
  .h-info-list svg {
    width: 14px;
    height: 14px;
    fill: #a9d7ff; }
  .h-info-list > * {
    margin-left: 30px;
    margin-right: 30px; }
  @media (min-width: 1500px) {
    .h-info-list {
      margin-left: -30px;
      margin-right: -30px; }
      .h-info-list > * {
        margin-left: 30px;
        margin-right: 30px; } }
  @media (max-width: 1499px) {
    .h-info-list {
      margin-left: -15px;
      margin-right: -15px; }
      .h-info-list > * {
        margin-left: 15px;
        margin-right: 15px; } }
  @media (max-width: 1400px) {
    .h-info-list .tt-visible-xl:first-child {
      display: none; } }
  @media (max-width: 1100px) {
    .h-info-list {
      font-size: 13px;
      line-height: 23px; } }
  @media (max-width: 980px) {
    .h-info-list .tt-visible-xl {
      display: none; } }

/*
	Info List
*/
.h-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }

.h-icon__title {
  color: #a8d7ff;
  font-weight: bold;
  margin-right: 22px;
  font-size: 14px; }
  @media (max-width: 1100px) {
    .h-icon__title {
      font-size: 13px;
      line-height: 23px; } }

.h-icon__list {
  margin-left: -7px;
  margin-right: -7px; }
  .h-icon__list li {
    display: inline-block; }
  .h-icon__list a {
    color: #ffffff;
    fill: #ffffff;
    padding: 5px 7px;
    font-size: 12px;
    transition: color 0.35s ease, fill 0.35s ease; }
    .h-icon__list a:hover {
      color: #a8d7ff;
      fill: #a8d7ff; }
  .h-icon__list svg {
    max-width: 12px;
    width: 12px;
    height: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .h-icon__list svg {
        height: 12px; } }

/*
	info Box
*/
.h-infobox {
  font-size: 13px;
  line-height: 15px; }
  .h-infobox address {
    font-weight: 800;
    color: #ff4917;
    font-size: 25px;
    line-height: 1.1;
    margin-top: 5px;
    white-space: nowrap; }
    .h-infobox address a,
    .h-infobox a {
      color: #ff4917; }
  .h-infobox [class^="icon-"] {
    color: #0c4c93;
    font-size: 16px;
    position: relative;
    top: -3px; }
  .h-infobox svg {
    max-width: 16px;
    width: 16px;
    height: auto;
    fill: #0c4c93;
    position: relative;
    top: -3px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .h-infobox svg {
        height: 16px; } }
  @media (max-width: 1560px) {
    .h-infobox address {
      font-size: 22px; } }
  @media (max-width: 767.98px) {
    .h-infobox .tt-text {
      display: none; }
    .h-infobox address {
      font-size: 16px; }
    .h-infobox svg {
      max-width: 11px;
      top: -2px; } }

/*
	Desctop Menu
*/
.desktopmenu {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 1100px) {
    .desktopmenu {
      display: none; } }
  .desktopmenu a {
    transition: color 0.2s; }
  .desktopmenu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .desktopmenu nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start; }
    .desktopmenu nav > ul {
      text-align: left; }
      .desktopmenu nav > ul > li {
        display: inline-block; }
        .desktopmenu nav > ul > li.has-submenu > a:before {
          content: '';
          position: absolute;
          left: 50%;
          bottom: 10px;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          border: solid #0c4c93;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 2px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          pointer-events: none; }
        .desktopmenu nav > ul > li.is-active > a {
          color: #51acfb; }
        .desktopmenu nav > ul > li > a {
          display: inline-flex;
          position: relative;
          color: #0c4c93;
          transition: color 0.2s linear;
          font-size: 18px;
          line-height: 1.1;
          font-weight: bold; }
          .desktopmenu nav > ul > li > a:hover {
            color: #51acfb; }
            .desktopmenu nav > ul > li > a:hover:before {
              border-color: #51acfb; }
        @media (min-width: 1791px) {
          .desktopmenu nav > ul > li > a {
            padding: 18px 18px 22px; } }
        @media (max-width: 1790px) {
          .desktopmenu nav > ul > li > a {
            padding: 18px 10px 17px; } }
        @media (max-width: 1560px) {
          .desktopmenu nav > ul > li > a {
            padding: 18px 7px 17px;
            font-size: 17px; } }
        @media (max-width: 1380px) {
          .desktopmenu nav > ul > li > a {
            padding: 8px 7px 7px;
            font-size: 17px; }
          .desktopmenu nav > ul > li.has-submenu > a:before {
            bottom: -2px; } }
    .desktopmenu nav li {
      position: relative; }
      .desktopmenu nav li.is-active > a {
        font-weight: 700;
        color: #0c4c93; }
      .desktopmenu nav li.is-active > ul {
        opacity: 1;
        visibility: visible; }
    .desktopmenu nav > ul ul {
      position: absolute;
      width: 320px;
      z-index: 2;
      background: #ffffff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
      padding: 33px 35px 35px 35px;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.2s linear; }
    .desktopmenu nav > ul ul li {
      font-size: 16px; }
      .desktopmenu nav > ul ul li:not(:last-child) {
        border-bottom: 1px solid #f3f3f3; }
      .desktopmenu nav > ul ul li a {
        color: #0c4c93;
        display: inline-block;
        padding: 13px 7px 13px 0; }
    .desktopmenu nav > ul ul ul {
      top: -33px;
      left: 100%; }
    .desktopmenu nav > ul ul li {
      position: relative; }
      .desktopmenu nav > ul ul li.has-submenu > a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 2px;
        margin-top: -4px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: solid #0c4c93;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        pointer-events: none; }
      .desktopmenu nav > ul ul li a {
        position: relative;
        display: block;
        transition: font-weight 0.25s linear;
        font-weight: 400; }
        .desktopmenu nav > ul ul li a:hover {
          font-weight: 700; }

/*
	Mobile Menu
*/
.tt-mobile-menu {
  overflow: hidden;
  position: relative;
  padding-bottom: 12px;
  margin-left: 11px; }
  .tt-mobile-menu nav {
    transition-duration: 300ms;
    left: 0;
    position: relative; }
  .tt-mobile-menu nav > ul {
    transition-duration: 300ms; }
    .tt-mobile-menu nav > ul > li a {
      display: inline-block;
      font-size: 16px;
      padding: 8px 25px 8px 0;
      color: #0c4c93;
      font-weight: bold; }
      .tt-mobile-menu nav > ul > li a:hover {
        color: #51acfb; }
    .tt-mobile-menu nav > ul > li > ul {
      top: 40px; }
    .tt-mobile-menu nav > ul ul {
      left: 100%;
      width: 100%;
      position: absolute;
      opacity: 0;
      top: 0; }
  .tt-mobile-menu li.active > ul {
    opacity: 1;
    z-index: 2; }
  .tt-mobile-menu li.has-submenu > a {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 50px); }
  .tt-mobile-menu .link__open-submenu {
    position: absolute;
    display: block;
    right: 0px;
    margin-top: 2px;
    width: 50px;
    height: 36px;
    text-align: center;
    z-index: 2;
    cursor: pointer; }
    .tt-mobile-menu .link__open-submenu:before {
      content: '';
      border: solid #0c4c93;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 2px;
      position: relative;
      top: 3px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      pointer-events: none; }
  .tt-mobile-menu > ul > li > ul {
    display: none; }
  .tt-mobile-menu.submenu-visible .tt-mobile-menu__back {
    pointer-events: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  @media (min-width: 1101px) {
    .tt-mobile-menu {
      display: none; } }

.tt-mobile-menu__back {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 4px 20px;
  color: #6c7176;
  cursor: pointer;
  pointer-events: auto;
  transition-duration: 300ms;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  .tt-mobile-menu__back:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid #0c4c93;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    pointer-events: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .tt-mobile-menu__back:hover {
    color: #51acfb; }
    .tt-mobile-menu__back:hover:before {
      border-color: #51acfb; }

/*
	Objects Logo
*/
.tt-obj-logo {
  min-width: 293px; }

.tt-logo {
  line-height: 0;
  display: inline-block;
  position: absolute; }

.tt-logo__alignment {
  top: 0;
  left: 15px; }

.tt-logo__icon {
  width: 230px;
  margin-left: auto;
  margin-right: auto; }
  .tt-logo__icon > * {
    width: 100%;
    height: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .tt-logo__icon > * {
        height: 67px; } }

.tt-logo__text {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  margin-top: 3px;
  position: relative;
  }

.wave_container {
  position: absolute;
  width: 100%;
  top: 1px;
  overflow: hidden; }
  .wave_container svg {
    transition: all 0.2s ease-in-out; }
    .wave_container svg path {
      fill: #51acfb;
      opacity: 0.7; }

@-webkit-keyframes drop {
  0% {
    -webkit-transform: translateY();
    transform: translateY();
    opacity: 1; }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(110vh);
    transform: translateY(110vh);
    opacity: 0.5; } }

@keyframes drop {
  0% {
    -webkit-transform: translateY();
    transform: translateY();
    opacity: 1; }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(110vh);
    transform: translateY(110vh);
    opacity: 0.5; } }

.row-header-layout:not(.sticky-header) .wave_container {
  top: -25px;
  height: 22px;
}

.row-header-layout:not(.sticky-header) .wave_container svg {
  height: 40px;
  width: 100%;
  margin-top: -10px;
}

.row-header-layout.sticky-header .wave_container {
  top: -22px;
  height: 20px; }

@media (max-width: 1560px) {
  .tt-obj-logo {
    min-width: 250px; }
  .tt-logo__text {
    font-size: 33px; }
  .tt-logo__icon {
    width: 200px;
  }
  .tt-logo__alignment {
    left: 10px; }
  .row-header-layout:not(.sticky-header) .wave_container {
    top: -25px;
    height: 22px; }
  .row-header-layout:not(.sticky-header) .wave_container svg {
    height: 23px;
    width: 100%;
    margin-top: -5px;
  }
  .row-header-layout.sticky-header .wave_container {
    top: -22px;
    height: 20px; } }

@media (max-width: 1100px) {
  .tt-obj-logo {
    min-width: 195px; }
  .tt-logo__icon {
    width: 160px; } }
  @media all and (max-width: 1100px) and (-ms-high-contrast: none), (max-width: 1100px) and (-ms-high-contrast: active) {
    .tt-logo__icon {
      height: 57px; } }

@media (max-width: 1100px) {
  .tt-logo__text {
    font-size: 27px; }
  .tt-logo__alignment {
    top: 0;
    left: 7px; }
  .row-header-layout:not(.sticky-header) .wave_container {
    top: -22px;
    height: 19px; }
  .row-header-layout:not(.sticky-header) .wave_container svg {
    height: 20px;
    width: 100%;
    margin-top: -5px;
  }
  .row-header-layout.sticky-header .wave_container {
    top: -18px;
    height: 20px; } }

@media (max-width: 767.98px) {
  .tt-obj-logo {
    min-width: 135px; }
  .tt-logo__icon {
    width: 160px; }
  .tt-header-holder {
    justify-content: right;
  }
  .tt-col.tt-col__wide.tt-col__wrapper.tt-col__corner {
    flex: 0;
  }
}
  @media all and (max-width: 767.98px) and (-ms-high-contrast: none), (max-width: 767.98px) and (-ms-high-contrast: active) {
    .tt-logo__icon {
      height: 47px; } }

@media (max-width: 767.98px) {
  .tt-logo__text {
    font-size: 18px;
    margin-top: 2px; }
  .tt-logo__alignment {
    top: 5px;
    left: 15px; }
  .row-header-layout:not(.sticky-header) .wave_container {
    top: -13px;
    height: 11px; }
  .row-header-layout:not(.sticky-header) .wave_container svg {
    height: 20px;
    width: 100%;
    margin-top: -5px;
  }
  .row-header-layout.sticky-header .wave_container {
    top: -13px;
    height: 11px;
  }
  .row-header-layout.sticky-header .wave_container svg {
    height: 20px;
    width: 100%;
    margin-top: -5px;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .sticky-header .tt-obj-logo {
    min-width: 135px; }
  .sticky-header .tt-logo__icon {
    width: 100px; } }
  @media all and (max-width: 1100px) and (min-width: 768px) and (-ms-high-contrast: none), (max-width: 1100px) and (min-width: 768px) and (-ms-high-contrast: active) {
    .sticky-header .tt-logo__icon {
      height: 47px; } }

@media (max-width: 1100px) and (min-width: 768px) {
  .sticky-header .tt-logo__text {
    font-size: 18px;
    margin-top: 2px; }
  .sticky-header .tt-logo__alignment {
    top: 20px;
    left: 7px; } }

/*
	Objects Popup
*/
.tt-popup.to-show .tt-popup__dropdown {
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  background-image: url("../images/popup-wrapper.jpg");
  background-position: right top;
  background-repeat: no-repeat; }

.tt-popup__toggle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #51acfb;
  color: #ffffff;
  cursor: pointer; }
  .tt-popup__toggle .tt-icon {
    width: 36px;
    height: 2px;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    pointer-events: none; }
    .tt-popup__toggle .tt-icon:before, .tt-popup__toggle .tt-icon:after {
      content: '';
      position: absolute;
      left: 0;
      display: inline-block;
      height: 2px;
      background-color: #ffffff;
      transition: all cubic-bezier(0.25, 0.1, 0.28, 1.54) 0.32s; }
    .tt-popup__toggle .tt-icon:before {
      top: -11px;
      width: 23px; }
    .tt-popup__toggle .tt-icon:after {
      top: 11px;
      width: 30px; }
  .tt-popup__toggle:hover .tt-icon:before, .tt-popup__toggle:hover .tt-icon:after {
    width: 36px; }
  @media (min-width: 1101px) {
    .tt-popup__toggle {
      width: 100px;
      min-width: 100px;
      height: 100px; } }
  @media (max-width: 1100px) {
    .tt-popup__toggle {
      width: 70px;
      min-width: 70px;
      height: 70px; }
      .tt-popup__toggle .tt-icon {
        width: 33px; }
        .tt-popup__toggle .tt-icon:before {
          width: 20px; }
        .tt-popup__toggle .tt-icon:after {
          width: 27px; }
      .tt-popup__toggle:hover .tt-icon:before, .tt-popup__toggle:hover .tt-icon:after {
        width: 33px; } }
  @media (max-width: 767.98px) {
    .tt-popup__toggle {
      width: 59px;
      min-width: 59px;
      height: 59px; }
      .tt-popup__toggle .tt-icon {
        width: 23px; }
        .tt-popup__toggle .tt-icon:before {
          width: 15px;
          top: -7px; }
        .tt-popup__toggle .tt-icon:after {
          width: 19px;
          top: 7px; }
      .tt-popup__toggle:hover .tt-icon:before, .tt-popup__toggle:hover .tt-icon:after {
        width: 23px; } }

.to-show .tt-popup__toggle .tt-icon {
  background-color: transparent; }
  .to-show .tt-popup__toggle .tt-icon:before, .to-show .tt-popup__toggle .tt-icon:after {
    width: 36px; }
  .to-show .tt-popup__toggle .tt-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0; }
  .to-show .tt-popup__toggle .tt-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0; }
  @media (max-width: 767.98px) {
    .to-show .tt-popup__toggle .tt-icon:before, .to-show .tt-popup__toggle .tt-icon:after {
      width: 25px; } }

.tt-popup__dropdown {
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  z-index: 22;
  opacity: 0;
  min-width: 263px;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
  overflow-y: scroll; }
  @media (min-width: 1101px) {
    .tt-popup__dropdown {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      top: 0;
      right: 0;
      padding: 45px 56px;
      width: 445px; }
      .tt-popup__dropdown .tt-btn {
        margin-top: 8px; } }
  @media (max-width: 1100px) {
    .tt-popup__dropdown {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      left: 0;
      padding: 40px 20px 40px 12px;
      max-width: 317px; } }
  @media (max-width: 1024px) {
    .tt-popup__dropdown {
      padding-bottom: 60px; } }

body.tt-pupup-open {
  overflow: hidden;
  width: 100%;
  z-index: 0; }
  body.tt-pupup-open .tt-popup__wrapper {
    opacity: 1;
    pointer-events: auto;
    z-index: 21;
    visibility: visible;
    transition: opacity 0.4s linear; }

@media (max-width: 1100px) {
  body:not(.touch-device) .tt-popup__dropdown {
    width: calc(100% - 87px);
    top: 112px;
    height: calc(100% - 112px); } }

@media (max-width: 767.98px) {
  body:not(.touch-device) .tt-popup__dropdown {
    top: 69px;
    width: calc(100% - 76px);
    height: calc(100% - 69px); } }

@media (max-width: 1100px) {
  body.touch-device .tt-popup__dropdown {
    width: calc(100% - 70px);
    top: 112px;
    height: calc(100% - 112px); } }

@media (max-width: 767.98px) {
  body.touch-device .tt-popup__dropdown {
    top: 69px;
    width: calc(100% - 59px);
    height: calc(100% - 69px); } }

@media (max-width: 1100px) {
  body .sticky-header .tt-popup__dropdown {
    top: 70px;
    height: calc(100% - 70px); } }

@media (max-width: 767.98px) {
  body .sticky-header .tt-popup__dropdown {
    top: 59px;
    height: calc(100% - 59px); } }

@media (max-width: 1100px) {
  .sticky-header .tt-popup__dropdown {
    top: 70px;
    height: calc(100% - 70px); } }

@media (max-width: 767.98px) {
  .sticky-header .tt-popup__dropdown {
    top: 59px;
    height: calc(100% - 59px); } }

.tt-popup__close {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 95px;
  background-color: #51acfb;
  color: #ffffff; }
  .tt-popup__close > * {
    pointer-events: none; }
  .tt-popup__close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 34px;
    margin-top: -1px;
    transition: all .3s ease-in; }
  .tt-popup__close label {
    cursor: pointer;
    transition: all .3s ease-in;
    color: #ffffff;
    font-size: 20px;
    opacity: 0;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .tt-popup__close:hover label {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .tt-popup__close:hover:before {
    opacity: 0; }
  @media (max-width: 1560px) {
    .tt-popup__close {
      width: 80px; } }
  @media (max-width: 1100px) {
    .tt-popup__close {
      display: none; } }

.tt-popup__wrapper {
  background-color: rgba(7, 23, 41, 0.5);
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

@media (max-width: 1100px) {
  .tt-popup__wrapper {
    height: calc(100% - 112px); }
  .sticky-header .tt-popup__wrapper {
    top: 70px;
    height: calc(100% - 70px); } }

@media (max-width: 767.98px) {
  .tt-popup__wrapper {
    height: calc(100% - 69px); }
  .sticky-header .tt-popup__wrapper {
    top: 59px; } }

/*
	POPUP LAYOUT
*/
/*
	Info Box
*/
.info-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-left: -7px; }
  .info-box + .info-box {
    margin-top: 27px; }

.info-box__content {
  font-size: 16px;
  line-height: 18px; }
  .info-box__content address {
    color: #ff4917;
    font-weight: 800;
    font-size: 25px;
    line-height: 31px; }

.info-box__title {
  color: #0c4c93;
  font-weight: 800; }

/*
	Logo Popup
*/

/*
	Popup Item
*/
.tt-popup__item + .tt-popup__item {
  margin-top: 40px; }

.tt-popup__title {
  font-family: "Mulish", sans-serif;
  color: #0c4c93;
  font-weight: 800;
  padding-bottom: 19px; }
  @media (min-width: 1101px) {
    .tt-popup__title {
      font-size: 29px;
      line-height: 39px; } }
  @media (max-width: 1100px) {
    .tt-popup__title {
      font-size: 20px;
      line-height: 30px; } }

@media (max-width: 767.98px) {
  /*.info-box + .info-box {*/
  /*  margin-top: 15px; }*/
  .info-box__content {
    font-size: 12px;
    margin-top: -15px;}
    .info-box__content address {
      font-size: 16px;
      line-height: 16px; } }

/*
	Pages Title
*/
.tt-pagetitle {
  position: relative;
  z-index: 1;
  background: linear-gradient(#e9ecef, #ffffff); }
  .tt-pagetitle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -15.66%;
    width: 67.3%;
    height: 100%;
    background-color: #51acfb;
    z-index: 0;
    -webkit-transform: skew(-26deg);
    transform: skew(-26deg); }

.tt-pagetitle__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%; }
  .tt-pagetitle__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.tt-pagetitle__box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  position: relative; }
  .tt-pagetitle__box .container {
    position: relative;
    z-index: 3; }
    @media (max-width: 1313px) {
      .tt-pagetitle__box .container {
        padding-left: 35px;
        padding-right: 35px; } }

.tt-pagetitle__title {
  color: #ffffff;
  font-size: 42px;
  line-height: 55px;
  font-weight: 800;
  font-family: "Mulish", sans-serif; }

/*
	Breadcrumbs
*/
.tt-pagetitle__title + * {
  margin-top: 21px; }

.tt-breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  padding-bottom: 3px; }
  .tt-breadcrumbs li {
    position: relative;
    color: #ffffff; }
    .tt-breadcrumbs li a {
      color: #ffffff;
      font-size: 16px;
      display: inline-block;
      position: relative; }
      .tt-breadcrumbs li a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 2px;
        width: 0%;
        height: 1px;
        margin: auto;
        left: 0;
        right: 0;
        transition: width .2s linear;
        background-color: currentColor; }
      .tt-breadcrumbs li a:hover:before {
        width: 100%; }
    .tt-breadcrumbs li:not(:first-child):before {
      content: '/';
      display: inline-block;
      margin-left: 17px;
      margin-right: 17px; }
    @media (max-width: 767.98px) {
      .tt-breadcrumbs li, .tt-breadcrumbs li a {
        font-size: 14px;
        line-height: 22px; } }

@media (min-width: 1025px) {
  .tt-pagetitle {
    padding: 40px; }
  .tt-pagetitle__box {
    min-height: 229px; }
    .tt-pagetitle__box img {
      min-height: 229px; } }

@media (max-width: 1024.98px) {
  .tt-pagetitle {
    padding: 25px; }
  .tt-pagetitle__box {
    min-height: 180px; }
    .tt-pagetitle__box .container {
      max-width: inherit; }
    .tt-pagetitle__box img {
      min-height: 180px; }
  .tt-pagetitle__title {
    font-size: 32px;
    line-height: 45px; }
  .tt-pagetitle__title + * {
    margin-top: 15px; }
  .tt-breadcrumbs li:not(:first-child):before {
    margin-left: 10px;
    margin-right: 10px; } }

@media (max-width: 767.98px) {
  .tt-pagetitle {
    padding: 15px; }
  .tt-pagetitle__box {
    min-height: 130px; }
    .tt-pagetitle__box img {
      min-height: 130px; }
  .tt-pagetitle__title {
    font-size: 29px;
    line-height: 36px; }
  .tt-pagetitle__title + * {
    margin-top: 10px; } }

@media (max-width: 575.98px) {
  .tt-pagetitle {
    padding: 10px 0 0 0; }
  .tt-pagetitle__box .container {
    padding: 20px; } }

/*---------------------------------------*/
/*--------   3. Sections Layout      --------*/
/*---------------------------------------*/
/*
	Section Title
*/
/*blocktitle*/
.blocktitle {
  position: relative; }
  .blocktitle:not(.tt-no-top) {
    margin-top: -11px; }
    @media (max-width: 1024.98px) {
      .blocktitle:not(.tt-no-top) {
        margin-top: -10px; } }
    @media (max-width: 575.98px) {
      .blocktitle:not(.tt-no-top) {
        margin-top: -11px; } }
  .blocktitle:not(.blocktitle__nomargin) {
    padding-bottom: 33px; }
  .blocktitle:not(.blocktitle__nomargin).blocktitle__bottom-size02 {
    padding-bottom: 38px; }
  @media (min-width: 1601px) {
    .blocktitle.text-left .blocktitle__under {
      margin-left: -203px; } }
  @media (max-width: 1600px) and (min-width: 1432px) {
    .blocktitle.text-left .blocktitle__under {
      margin-left: -122px; } }
  @media (min-width: 1431px) and (max-width: 1431px) {
    .blocktitle.text-left .blocktitle__under {
      margin-left: -67px; } }
  @media (min-width: 768px) {
    .blocktitle.text-center .blocktitle__under {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .blocktitle > *:not(.blocktitle__under) {
    position: relative;
    z-index: 1; }
  .blocktitle + * {
    margin-top: 0; }
  .blocktitle .blocktitle__title:first-child {
    margin-top: 0; }
  @media (max-width: 767.98px) {
    .blocktitle.text-center > * {
      text-align: left; } }

.blocktitle__under {
  position: absolute;
  font-size: 200px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  z-index: 0;
  top: -66px;
  white-space: nowrap; }
  .blocktitle__under:not([class^="tt-color"]) {
    color: #f8f8fa; }

.blocktitle__subtitle {
  font-size: 16px;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  color: #51acfb;
  letter-spacing: 0.09em; }
  .blocktitle__subtitle:before {
    content: '';
    display: inline-block;
    background-color: #51acfb;
    width: 50px;
    height: 2px;
    margin-right: 20px;
    position: relative;
    top: -3px; }

.blocktitle__title {
  font-family: "Mulish", sans-serif;
  color: #0c4c93;
  font-size: 42px;
  line-height: 55px;
  margin-top: 12px; }

.blocktitle__text {
  margin-top: 37px; }
  .blocktitle__text:not(.blocktitle__text-nopadding) {
    padding-bottom: 9px; }

@media (min-width: 768px) {
  .blocktitle__min-width02 {
    max-width: 570px; }
    .blocktitle__min-width02.text-center {
      margin-left: auto;
      margin-right: auto; }
  .blocktitle__min-width03 {
    max-width: 580px; }
    .blocktitle__min-width03.text-center {
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 1431px) {
  .blocktitle__under {
    font-size: 170px;
    top: -60px; }
  .blocktitle__title {
    font-size: 36px;
    line-height: 49px; }
  .blocktitle__subtitle {
    font-size: 15px; }
    .blocktitle__subtitle:before {
      width: 45px; } }

@media (max-width: 1024.98px) {
  .blocktitle:not(.blocktitle__nomargin) {
    padding-bottom: 19px; }
  .blocktitle__under {
    font-size: 150px;
    line-height: 1.1;
    top: -52px; }
  .blocktitle__subtitle {
    font-size: 14px;
    line-height: 27px; }
    .blocktitle__subtitle:before {
      width: 40px; }
  .blocktitle__title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 12px; }
  .blocktitle__text {
    margin-top: 17px; }
    .blocktitle__text:not(.blocktitle__text-nopadding) {
      padding-bottom: 12px; } }

@media (max-width: 767.98px) {
  .blocktitle__under {
    font-size: 100px;
    top: -40px; }
  .blocktitle__subtitle {
    font-size: 13px; }
    .blocktitle__subtitle:before {
      width: 25px;
      height: 1px;
      margin-right: 11px; }
  .blocktitle__title {
    font-size: 29px;
    line-height: 36px;
    margin-top: 8px; }
    .blocktitle__title br {
      display: none; } }

@media (max-width: 575.98px) {
  .blocktitle__under {
    top: -37px; }
  .blocktitle:not(.blocktitle__nomargin) {
    padding-bottom: 19px; }
  .blocktitle:not(.blocktitle__nomargin).blocktitle__bottom-size02 {
    padding-bottom: 19px; }
  .blocktitle__text br {
    display: none; } }

/*subtitle*/
.tt-subtitle {
  color: #0c4c93;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  font-size: 29px;
  line-height: 1.2;
  padding: 0 0 23px 0;
  font-size: 29px; }
  .tt-subtitle + * {
    margin-top: 0; }
  @media (max-width: 1024.98px) {
    .tt-subtitle {
      font-size: 19px; } }
  @media (max-width: 767.98px) {
    .tt-subtitle {
      padding: 0 0 21px 0; } }
  @media (min-width: 768px) {
    .tt-subtitle + form {
      margin-top: 8px; } }

.tt-subtitle__top {
  margin-top: 35px; }
  @media (max-width: 1024.98px) {
    .tt-subtitle__top {
      margin-top: 25px; } }
  @media (max-width: 575.98px) {
    .tt-subtitle__top {
      margin-top: 20px; } }

.section-indent:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 140px; }
  @media (max-width: 1024px) {
    .section-indent:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 63px; } }
  @media (max-width: 575px) {
    .section-indent:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 50px; } }

@media (min-width: 1025px) {
  .section-inner:not([class^="tt-offset"]) {
    padding-top: 140px;
    padding-bottom: 140px; } }

@media (max-width: 1024.98px) {
  .section-inner:not([class^="tt-offset"]) {
    padding-top: 63px;
    padding-bottom: 63px; } }

@media (max-width: 575.98px) {
  .section-inner:not([class^="tt-offset"]) {
    padding-top: 50px;
    padding-bottom: 50px; } }

.section-indent02:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 65px; }
  @media (max-width: 1024px) {
    .section-indent02:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 43px; } }
  @media (max-width: 575px) {
    .section-indent02:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 30px; } }

.section-indent03:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 110px; }
  @media (max-width: 1024px) {
    .section-indent03:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 33px; } }
  @media (max-width: 575px) {
    .section-indent03:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 52px; } }

.section-indent05:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 132px; }
  @media (max-width: 1024px) {
    .section-indent05:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 63px; } }
  @media (max-width: 575px) {
    .section-indent05:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 43px; } }

.section-indent07:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 132px; }
  @media (max-width: 1024px) {
    .section-indent07:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 63px; } }
  @media (max-width: 575px) {
    .section-indent07:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 39px; } }

.section-indent08:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 90px; }
  @media (max-width: 1024px) {
    .section-indent08:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 38px; } }
  @media (max-width: 575px) {
    .section-indent08:not(.nomargin):not([class^="tt-offset"]) {
      margin-top: 25px; } }

/*  */

@media (max-width: 1229.98px) {
  .container__fluid-xl {
    max-width: inherit; } }

@media (max-width: 1024.98px) {
  .container__fluid-lg {
    max-width: inherit; } }

.section-indent-negative03 {
  position: relative;
  z-index: 3; }
  @media (min-width: 1025px) {
    .section-indent-negative03 {
      margin-top: -92px; } }
  @media (max-width: 767.98px) {
    .section-indent-negative03 {
      margin-top: 56px; } }
  @media (max-width: 575.98px) {
    .section-indent-negative03 {
      margin-top: 40px; } }

.box-contact {
  padding: 66px 70px;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px rgba(26, 54, 85, 0.15);
  position: relative;
  z-index: 2;
  margin-left: 0px; }
  @media (max-width: 1024.98px) {
    .box-contact {
      padding: 48px 45px; } }
  @media (max-width: 767.98px) {
    .box-contact {
      padding: 33px 25px; } }

@media (min-width: 1025px) {
  .section-indent-negative {
    margin-top: -65px; } }

@media (max-width: 1024.98px) {
  .section-indent-negative {
    margin-top: -51px; } }

@media (max-width: 575.98px) {
  .section-indent-negative {
    margin-top: -184px; } }

/*
	Slider Carusel
*/
/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-wrapper:not([id^="swiper-wrapper-"]).row {
  width: inherit;
  margin-left: 15px;
  margin-right: 15px; }


.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-slide:not([class^="col"]) {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */

.swiper-slide.swiper-slide-active {
  z-index: 2;
  display: flex;
  justify-content: center;
}

/*
	Swiper Button
*/

/*
	Swiper Pagination
*/
.swiper-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  margin-left: -7px;
  margin-right: -7px; }
  @media (min-width: 768px) {
    .swiper-pagination.swiper-pagination__center {
      justify-content: center; } }
  .swiper-pagination.swiper-pagination-lock {
    display: none; }

.swiper-pagination-bullet {
  background-color: transparent;
  position: relative;
  transition: background-color 0.2s linear;
  outline: none;
  cursor: pointer; }
  .swiper-pagination-bullet:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #1e60aa;
    z-index: 1;
    transition: background-color 0.2s linear; }
  .swiper-pagination-bullet:after {
    content: '';
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 1s; }
  .swiper-pagination-bullet:hover:before {
    background-color: #51acfb; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(30, 96, 170, 0.1); }
    .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      background-color: #e8eff6; }

@media (min-width: 1025px) {
  .swiper-pagination {
    margin-top: 36px; }
  .swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    margin-top: 14px;
    margin-left: 7px;
    margin-right: 7px; }
    .swiper-pagination-bullet:before {
      top: 7px;
      left: 7px;
      width: 7px;
      height: 7px; } }

@media (max-width: 1024.98px) {
  .swiper-pagination {
    margin-top: 22px;
    margin-left: -4px; }
  .swiper-pagination-bullet {
    margin-top: 8px;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    margin-right: 4px; }
    .swiper-pagination-bullet:before {
      top: 4px;
      left: 4px;
      width: 5px;
      height: 5px; } }

@media (max-width: 575.98px) {
  .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin-left: 4px;
    margin-right: 4px; }
    .swiper-pagination-bullet:before {
      top: 4px;
      left: 4px;
      width: 3px;
      height: 3px; } }

.swiper-pagination__align01 {
  margin-top: -9px; }

/*
	Fade Animation
*/

/*
	Swiper Layout Grid
*/

[data-carousel="swiper"] .swiper-wrapper {
  height: auto !important; }

[data-carousel="swiper"] .swiper-container {
  overflow-x: none; }

.tt-swiper__noshadow .swiper-slide {
  overflow: inherit; }

.tt-swiper__noshadow.swiper-container {
  overflow: inherit; }

.swiper-slide {
  overflow: hidden; }

/*
	Mainslider Wrapper
*/
.mainslider__wrapper {
  position: relative;
  overflow: hidden; }
  .mainslider__wrapper:before {
    content: ' ';
    background-color: #4ba1ed;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -24.5%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  @media (min-width: 1025px) {
    .mainslider__wrapper {
      padding: 0 40px; }
      .mainslider__wrapper .swiper-slide {
        padding: 40px 0; } }
  @media (max-width: 1100px) {
    .mainslider__wrapper {
      padding: 0 25px; }
      .mainslider__wrapper .swiper-slide {
        padding: 25px 0; } }
  @media (max-width: 1024.98px) {
    .mainslider__wrapper {
      padding: 0 15px; }
      .mainslider__wrapper .swiper-slide {
        padding: 15px 0; } }
  @media (max-width: 575.98px) {
    .mainslider__wrapper {
      padding: 0; }
      .mainslider__wrapper:before {
        left: -32%; }
      .mainslider__wrapper .swiper-slide {
        padding: 10px 0 0 0; } }

@media (max-width: 767.98px) {
  .mainslider .mainslider__imgbg img {
    min-height: 416px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover; } }

.mainslider .swiper-slide.swiper-slide-active .mainslider__limiter {
  opacity: 1; }

@media (min-width: 1230px) {
  .mainslider[data-arrow*=visible-desktop] .mainslider__button {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

/*
	Mainslider Img
*/
.mainslider__img {
  position: absolute;
  bottom: 0px;
  left: 0; }
  @media (max-width: 1024.98px) {
    .mainslider__img {
      left: -25px;
      width: 96%; } }

/*
	Mainslider Nav
*/
.mainslider__button {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  z-index: 11;
  bottom: 39px;
  right: 0;
  font-size: 21px;
  background-color: #ffffff;
  color: #0c4c93;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0; }
  .mainslider__button > * {
    pointer-events: none; }
  .mainslider__button:before, .mainslider__button:after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 0.4s;
    pointer-events: none; }
  .mainslider__button:before {
    border-bottom: 2px solid #0c4c93;
    border-left: 2px solid #0c4c93;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
  .mainslider__button:after {
    border-top: 2px solid #0c4c93;
    border-right: 2px solid #0c4c93;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%; }
  .mainslider__button:hover {
    color: #0c4c93; }
    .mainslider__button:hover:before, .mainslider__button:hover:after {
      -webkit-transform: scale(1);
      transform: scale(1); }

.mainslider__button-next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
  right: 80px; }

/*
	Mainslider Layout Content
*/
.mainslider__holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 10%; }
  @media (max-width: 1229.98px) {
    .mainslider__holder {
      padding: 7%; } }
  @media (max-width: 1024.98px) {
    .mainslider__holder {
      padding: 25px; } }
  @media (max-width: 575.98px) {
    .mainslider__holder {
      padding: 20px; } }

.mainslider__layout01 .mainslider__limiter {
  display: inline-block;
  min-width: 52%;
  max-width: 52%;
  padding-top: 8px;
  margin-left: auto; }
  .mainslider__layout01 .mainslider__limiter > * {
    text-align: left; }

.mainslider__layout01 > *:not([class*=tt-base-]) {
  color: #51acfb; }

.mainslider__layout01 .mainslider__title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: 72px;
  line-height: 86px;
  position: relative;
  padding-left: 50px;
  max-width: 595px; }
  .mainslider__layout01 .mainslider__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #51acfb; }

.mainslider__layout01 .mainslider__text {
  margin: 46px 0 0 50px;
  color: #ffffff;
  font-size: 16px;
  line-height: 27px;
  max-width: 404px; }

@media (max-width: 1600px) {
  .mainslider__layout01 .mainslider__title {
    font-size: 53px;
    line-height: 67px;
    max-width: 455px; }
  .mainslider__layout01 .mainslider__text {
    margin-top: 36px; } }

@media (max-width: 1229.98px) {
  .mainslider__layout01 .mainslider__title {
    font-size: 40px;
    line-height: 53px;
    max-width: 355px; }
  .mainslider__layout01 .mainslider__text {
    margin-top: 26px; }
  .mainslider__layout01 .mainslider__title {
    padding-left: 30px; }
  .mainslider__layout01 .mainslider__text {
    margin-left: 30px; } }

@media (max-width: 1024.98px) {
  .mainslider__layout01 .mainslider__limiter {
    padding-bottom: 0%; }
  .mainslider__layout01 .mainslider__title {
    font-size: 38px;
    line-height: 48px;
    max-width: 355px; }
  .mainslider__layout01 .mainslider__text {
    font-size: 15px;
    line-height: 24px; } }

@media (max-width: 767.98px) {
  .mainslider__layout01 .mainslider__limiter {
    padding: 0;
    width: 100%;
    min-width: inherit;
    max-width: inherit; }
  .mainslider__layout01 .mainslider__title:before {
    display: none; }
  .mainslider__layout01 .mainslider__title {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    padding: 0;
    max-width: 370px;
    font-size: 34px;
    line-height: 46px; }
  .mainslider__layout01 .mainslider__text {
    margin: 12px 0 0 0;
    max-width: 390px; } }

.mainslider__layout02 .mainslider__limiter {
  max-width: 783px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 8px; }

.mainslider__layout02 .mainslider__title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: 72px;
  line-height: 86px; }

.mainslider__layout02 .mainslider__text {
  max-width: 490px;
  margin: 34px auto 0;
  padding: 33px 0 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 27px;
  position: relative; }
  .mainslider__layout02 .mainslider__text:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #51acfb;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

@media (max-width: 1600px) {
  .mainslider__layout02 .mainslider__title {
    font-size: 53px;
    line-height: 67px; }
  .mainslider__layout02 .mainslider__text {
    margin-top: 24px;
    padding-top: 23px; } }

@media (max-width: 1229.98px) {
  .mainslider__layout02 .mainslider__limiter {
    max-width: 690px; }
  .mainslider__layout02 .mainslider__title {
    font-size: 40px;
    line-height: 53px; }
  .mainslider__layout02 .mainslider__text {
    margin-top: 24px;
    padding-top: 23px; } }

@media (max-width: 1024.98px) {
  .mainslider__layout02 .mainslider__limiter {
    max-width: 640px; }
  .mainslider__layout02 .mainslider__title {
    font-size: 38px;
    line-height: 48px; } }

@media (max-width: 767.98px) {
  .mainslider__layout02 .mainslider__limiter {
    max-width: 540px;
    text-align: left; }
  .mainslider__layout02 .mainslider__title {
    font-size: 34px;
    line-height: 46px; }
  .mainslider__layout02 .mainslider__text {
    margin-top: 18px;
    padding-top: 17px;
    margin-left: 0; }
    .mainslider__layout02 .mainslider__text:before {
      left: 0;
      width: 40px;
      -webkit-transform: translateX(0%);
      transform: translateX(0%); } }

@media (max-width: 767px) {
  .mainslider__layout02 .mainslider__limiter {
    margin-left: 0; } }

/*
	Slider Carusel Gallery
*/
/* Carusel Large*/
.gallery-large {
  width: 100%;
  overflow: hidden; }

.tt-link-video video {
  width: 100%;
  height: 100%; }

/* Carusel Thumbs*/
.gallery-thumbs {
  overflow: hidden;
  margin-top: 20px; }
  .gallery-thumbs .swiper-slide {
    height: 100%; }
    .gallery-thumbs .swiper-slide picture {
      transition: opacity 0.2s linear; }
    .gallery-thumbs .swiper-slide:hover {
      opacity: 1; }
  .gallery-thumbs .swiper-slide-active {
    opacity: 1; }
    .gallery-thumbs .swiper-slide-active picture {
      opacity: 1; }

@media (max-width: 575.98px) {
  .gallery-thumbs {
    margin-top: 10px; } }

/* Notes */
.tt-notes {
  max-width: 556px;
  position: relative;
  margin-top: 44px; }
  .tt-notes:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #51acfb;
    margin: 33px 0 0 0; }

/*
	Img Box Inner Layout
*/
.imgbox-inner {
  display: block;
  position: relative;
  padding-bottom: 50px; }
  @media (min-width: 1361px) {
    .imgbox-inner:hover .imgbox-inner__description-small {
      opacity: 0; }
    .imgbox-inner:hover .imgbox-inner__description-large {
      opacity: 1;
      visibility: visible; } }
  .imgbox-inner:hover .imgbox-inner__description-small .imgbox-inner__title .tt-title .tt-text-01:before {
    width: 100%; }
  .imgbox-inner:hover .imgbox-inner__img:before {
    -webkit-animation: circle 1.15s ease;
    animation: circle 1.15s ease;
    opacity: 1; }
  .imgbox-inner .tt-offset__01 {
    margin-top: 23px; }

.imgbox-inner__img {
  position: relative;
  overflow: hidden; }
  .imgbox-inner__img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none; }
  .imgbox-inner__img img {
    width: 100%; }

.imgbox-inner__description-small {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  width: 83%;
  background-color: #ffffff;
  padding: 0 0 0 29px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08); }
  .imgbox-inner__description-small .imgbox-inner__title {
    padding-bottom: 9px; }
    .imgbox-inner__description-small .imgbox-inner__title .tt-icon {
      color: #ffffff;
      top: -14px; }
      .imgbox-inner__description-small .imgbox-inner__title .tt-icon:before {
        color: #1e60aa;
        text-shadow: 0px 5px 10px rgba(30, 96, 170, 0.2); }
    .imgbox-inner__description-small .imgbox-inner__title .tt-title {
      margin: 0 0 0 21px;
      position: relative; }
      .imgbox-inner__description-small .imgbox-inner__title .tt-title .tt-text-01 {
        color: #0c4c93;
        font-family: "Mulish", sans-serif;
        position: relative; }
        .imgbox-inner__description-small .imgbox-inner__title .tt-title .tt-text-01:before {
          content: '';
          display: block;
          position: absolute;
          bottom: 0px;
          width: 0%;
          height: 2px;
          margin: auto;
          left: 0;
          right: 0;
          background-color: currentColor;
          transition: width .2s linear; }
      .imgbox-inner__description-small .imgbox-inner__title .tt-title .tt-text-02 {
        color: #51acfb; }
    .imgbox-inner__description-small .imgbox-inner__title + * {
      margin-top: 0; }
  .imgbox-inner__description-small .tt-icon-box {
    position: absolute;
    right: 8px;
    top: 4px;
    font-weight: bold;
    color: #0c4c93;
    font-size: 20px;
    line-height: 1; }

.imgbox-inner__description-large {
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease 0s;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  color: #ffffff;
  background-color: #1e60aa; }
  .imgbox-inner__description-large .tt-align {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 45px 60px 74px 60px; }
  .imgbox-inner__description-large > *:nth-child(1) {
    margin-top: 0; }
  .imgbox-inner__description-large .tt-external-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    color: #0c4c93;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 18px rgba(48, 59, 87, 0.1);
    transition: background-color 0.35s ease 0s, color 0.35s ease 0s; }
    .imgbox-inner__description-large .tt-external-link:hover {
      background-color: #51acfb;
      color: #ffffff; }
  @media (max-width: 1800px) {
    .imgbox-inner__description-large .tt-list {
      display: none; } }
  @media (max-width: 1500px) {
    .imgbox-inner__description-large .tt-align {
      padding: 20px 40px 40px 40px; } }
  @media (max-width: 1360px) {
    .imgbox-inner__description-large {
      display: none; } }

.imgbox-inner__title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  padding-bottom: 11px;
  margin-left: -13px; }
  .imgbox-inner__title .tt-icon {
    font-size: 112px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    top: -12px; }
    .imgbox-inner__title .tt-icon:before {
      color: #51acfb;
      text-shadow: 0px 5px 10px rgba(30, 96, 170, 0.2); }
    .imgbox-inner__title .tt-icon i {
      position: absolute;
      left: 50%;
      top: 62%;
      font-size: 50px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .imgbox-inner__title .tt-title {
    margin: 0 0 0 17px; }
    .imgbox-inner__title .tt-title .tt-text-01 {
      font-size: 24px;
      line-height: 1.2;
      color: #ffffff;
      display: block;
      font-family: "Mulish", sans-serif;
      font-weight: 800; }
    .imgbox-inner__title .tt-title .tt-text-02 {
      font-size: 16px;
      line-height: 1;
      color: #51acfb;
      display: block;
      position: relative;
      top: 5px; }
  .imgbox-inner__title + * {
    margin-top: 0; }

@media (max-width: 1500px) {
  .imgbox-inner__title .tt-icon {
    font-size: 85px; }
    .imgbox-inner__title .tt-icon i {
      font-size: 35px; }
  .imgbox-inner__title .tt-title .tt-text-01 {
    font-size: 23px; }
  .imgbox-inner__title .tt-title .tt-text-02 {
    top: 3px; }
  .imgbox-inner__description-small {
    width: 90%;
    padding-left: 20px; }
    .imgbox-inner__description-small .imgbox-inner__title .tt-title {
      margin-left: 10px; } }

@media (max-width: 1024.98px) {
  .imgbox-inner__title .tt-icon {
    font-size: 60px; }
    .imgbox-inner__title .tt-icon i {
      font-size: 23px;
      top: 60%; }
  .imgbox-inner__title .tt-title .tt-text-01 {
    font-size: 19px; }
  .imgbox-inner__title .tt-title .tt-text-02 {
    top: 4px;
    font-size: 15px; }
  .imgbox-inner__description-small {
    width: calc(100% - 14px);
    padding-top: 3px;
    padding-bottom: 12px;
    padding-left: 20px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08); }
    .imgbox-inner__description-small .imgbox-inner__title {
      padding-bottom: 0; }
      .imgbox-inner__description-small .imgbox-inner__title .tt-title {
        margin-left: 5px; }
      .imgbox-inner__description-small .imgbox-inner__title .tt-icon {
        top: -9px; } }

@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

/*
	Section Images Label
*/
.tt-label-01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  background-color: #1e60aa;
  color: #ffffff;
  width: 134px;
  height: 171px;
  background-size: cover;
  position: absolute; }
  .tt-label-01 .tt-icon {
    font-size: 37px;
    line-height: 1;
    padding-top: 4px; }
  .tt-label-01 .tt-text01 {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.04em;
    margin-top: 5px; }
    .tt-label-01 .tt-text01 sub {
      font-size: 19px;
      line-height: 1;
      position: relative;
      top: -7px;
      margin-left: 1px; }
  .tt-label-01 .tt-text02 {
    font-size: 16px;
    line-height: 21px;
    margin-top: 0px; }
  .tt-label-01 > *:nth-child(1) {
    margin-top: 0; }
  @media (max-width: 1024.98px) {
    .tt-label-01 {
      width: 93px;
      height: 116px; }
      .tt-label-01 .tt-icon {
        font-size: 29px;
        padding-top: 1px; }
      .tt-label-01 .tt-text01 {
        font-size: 27px;
        margin-top: 3px; }
        .tt-label-01 .tt-text01 sub {
          font-size: 14px; }
      .tt-label-01 .tt-text02 {
        font-size: 13px;
        line-height: 16px;
        margin-top: 3px; } }

/* tt-img01 */
.tt-img01 {
  position: relative;
  top: -8px;
  left: 0; }
  @media (min-width: 1400px) {
    .tt-img01 {
      left: -73px; } }
  .tt-img01 .tt-label-01 {
    top: 41px;
    left: -11px; }
  @media (max-width: 1024.98px) {
    .tt-img01 {
      top: 0px; }
      .tt-img01 .tt-label-01 {
        top: -4px;
        left: 0px; } }
  @media (max-width: 767.98px) {
    .tt-img01 {
      top: 0;
      left: 0px; }
      .tt-img01 .tt-label-01 {
        top: -2px;
        left: 0px; } }

/* tt-img02 */

/*
	Img Lightbox
*/

/*
	Full Width Promo
*/
.fullwidth-promo {
  position: relative;
  color: #ffffff;
  text-align: center;
  background-size: cover; }
  .fullwidth-promo .tt-icon > * {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 99px;
    height: 99px;
    background-color: #51acfb;
    border-radius: 50%;
    font-size: 39px;
    box-shadow: 0px 5px 10px rgba(30, 96, 170, 0.2); }
  .fullwidth-promo .tt-title {
    font-size: 42px;
    line-height: 1.33;
    font-family: "Mulish", sans-serif;
    margin-top: 29px; }
  .fullwidth-promo p {
    margin-top: 26px; }
  @media (min-width: 1025px) {
    .fullwidth-promo .fullwidth-promo__indent-01 {
      padding: 118px 15px 165px; }
    .fullwidth-promo .fullwidth-promo__indent-02 {
      padding: 118px 15px 242px; } }
  @media (max-width: 1024.98px) {
    .fullwidth-promo .fullwidth-promo__indent-01 {
      padding: 60px 15px 94px; }
    .fullwidth-promo .fullwidth-promo__indent-02 {
      padding: 60px 15px 172px; }
    .fullwidth-promo .tt-icon > * {
      width: 79px;
      height: 79px;
      font-size: 32px; }
    .fullwidth-promo .tt-title {
      font-size: 32px;
      margin-top: 20px; }
    .fullwidth-promo p {
      margin-top: 24px; } }
  @media (max-width: 575.98px) {
    .fullwidth-promo .fullwidth-promo__indent-01 {
      padding: 50px 10px 220px; }
    .fullwidth-promo .fullwidth-promo__indent-02 {
      padding: 50px 15px 189px; }
    .fullwidth-promo .tt-icon > * {
      width: 69px;
      height: 69px;
      font-size: 28px; }
    .fullwidth-promo .tt-title {
      font-size: 29px;
      line-height: 36px;
      margin-top: 22px; }
      .fullwidth-promo .tt-title br {
        display: none; }
    .fullwidth-promo p {
      margin-top: 20px; } }

/*
	Tabs Sections
*/
.tabs-dafault {
  position: relative; }

/*
	Tabs Nav
*/

.tabs__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: -16px; }
  .tabs__nav.tabs__nav-center {
    justify-content: center; }
  .tabs__nav.tabs__nav-fullwidth-space {
    justify-content: space-between; }
    @media (min-width: 768px) {
      .tabs__nav.tabs__nav-fullwidth-space {
        flex-wrap: nowrap; } }
    .tabs__nav.tabs__nav-fullwidth-space .tabs__nav-item {
      width: 100%; }
  @media (max-width: 1024.98px) {
    .tabs__nav {
      margin-left: -5px;
      margin-right: -5px; } }

.tabs__nav-item {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
  color: #0c4c93;
  font-family: "Mulish", sans-serif;
  min-height: 100px;
  padding: 10px 64px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  box-shadow: 0px 10px 30px rgba(26, 54, 85, 0.15);
  cursor: pointer;
  transition: color 0.1s linear;
  margin-top: 14px; }
  .tabs__nav-item:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    pointer-events: none;
    transition: top 0.1s linear, background-color 0.3s linear; }
  .tabs__nav-item:after {
    content: "+";
    font-family: "Mulish", sans-serif;
    position: absolute;
    top: 4px;
    left: 9px;
    font-size: 20px;
    line-height: 1;
    font-weight: 800; }
  .tabs__nav-item > * {
    position: relative;
    z-index: 1; }
  .tabs__nav-item .tt-text {
    display: inline-block;
    position: relative;
    pointer-events: none; }
    .tabs__nav-item .tt-text:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -1px;
      width: 0%;
      height: 2px;
      margin: auto;
      left: 0;
      right: 0;
      background-color: currentColor;
      transition: width .2s linear; }
    .tabs__nav-item .tt-text span {
      white-space: nowrap; }
  .tabs__nav-item:hover .tt-text:before {
    width: 100%; }
  .tabs__nav-item:hover:before {
    width: 100%; }
  .tabs__nav-item.active {
    box-shadow: none;
    color: #ffffff;
    pointer-events: none; }
    .tabs__nav-item.active:before {
      background-color: #0c4c93; }
  @media (max-width: 1024.98px) {
    .tabs__nav-item {
      margin-left: 5px;
      margin-right: 5px;
      min-height: 74px;
      padding: 10px 30px;
      font-size: 15px;
      line-height: 1.2; }
      .tabs__nav-item:after {
        font-size: 14px; } }
  @media (min-width: 768px) {
    .tabs__nav-item.active .tt-text {
      top: 5px; }
    .tabs__nav-item.active:after {
      margin-top: 5px; }
    .tabs__nav-item.active:before {
      top: 5px; } }
  @media (max-width: 767.98px) {
    .tabs__nav-item:not(:first-child) {
      margin-top: 10px; } }
  @media (max-width: 575.98px) {
    .tabs__nav-item {
      width: 100%;
      min-height: 60px; }
      .tabs__nav-item br {
        display: none; } }

/*
	Tabs Layout
*/
.tabs__layout-item:not(.active) {
  display: none; }

.tabs__layout-item.active {
  display: block;
  min-height: 100px; }

/*
	Tabs Layout
*/
@media (min-width: 1025px) {
  .tabs__container {
    padding: 137px 0 0 0; } }

@media (max-width: 1024.98px) {
  .tabs__container {
    padding: 68px 0 0 0; } }

@media (max-width: 767.98px) {
  .tabs__container {
    padding: 50px 0 0 0; } }

/*
	Signature
*/
.tt-signature {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: stretch; }
  .tt-signature.tt-signature__top {
    margin-top: 30px; }

.tt-signature__title {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 0 0 0 22px; }
  .tt-signature__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #0c4c93; }

@media (max-width: 1024.98px) {
  .tt-signature.tt-signature__top {
    margin-top: 16px; }
  .tt-signature__img img {
    max-width: 190px; } }

/*
	data01
*/
.tt-data01__top {
  margin-top: 8px; }

.tt-data01__wrapper01 .tt-data01__item {
  position: relative;
  margin-top: 11px; }

.tt-data01__col2 .tt-data01__item:nth-child(2n) {
  position: relative;
  padding-left: 30px; }
  @media (min-width: 1230px) {
    .tt-data01__col2 .tt-data01__item:nth-child(2n):before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -30px;
      height: 100%;
      width: 1px;
      background-color: #eeeef2; } }

.tt-data01 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 15px; }

.tt-data01__icon {
  position: relative;
  margin-right: 2px; }
  .tt-data01__icon:before {
    position: absolute;
    top: -3px;
    left: -10px;
    z-index: 1;
    font-size: 60px;
    color: #51acfb; }
  .tt-data01__icon > * {
    position: relative;
    z-index: 0;
    font-size: 75px;
    color: #f8f8fa;
    top: -19px; }
  @media (min-width: 1025px) {
    .tt-data01__icon.icon-882041:before {
      font-size: 58px; } }

.tt-data01__text .tt-text01 {
  color: #0c4c93;
  font-weight: bold;
  font-size: 34px;
  line-height: 1; }
  .tt-data01__text .tt-text01 sub {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: -8px; }

.tt-data01__text .tt-text02 {
  font-size: 16px;
  margin-top: 1px; }

@media (max-width: 1024.98px) {
  .tt-data01__top {
    margin-top: -7px; }
  .tt-data01__icon {
    margin-top: 4px; }
    .tt-data01__icon:before {
      font-size: 41px;
      left: 0;
      top: 0; }
    .tt-data01__icon > * {
      font-size: 52px; }
  .tt-data01__text .tt-text01 {
    font-size: 27px; }
  .tt-data01__text .tt-text02 {
    font-size: 15px; }
  .tt-data01__col2 .tt-data01__item:nth-child(2n) {
    padding-left: 0px; } }

@media (max-width: 767.98px) {
  .tt-data01 {
    flex-wrap: wrap; }
  .tt-data01__text {
    width: 100%; } }

/*
	data02
*/
@media (min-width: 1025px) {
  .tt-data02__wrapper .tt-data02:not(.nomargin) {
    margin-top: 30px; } }

@media (max-width: 1024.98px) {
  .tt-data02__wrapper .tt-data02:not(.nomargin) {
    margin-top: 20px; } }

@media (max-width: 767.98px) {
  .tt-data02__wrapper {
    display: flex;
    flex-wrap: wrap; }
    .tt-data02__wrapper .tt-data02 {
      margin-top: 20px;
      width: 100%;
      min-height: 208px; } }

@media (max-width: 575.98px) {
  .tt-data02__wrapper {
    margin-top: -5px; }
    .tt-data02__wrapper .tt-data02 {
      min-height: inherit; } }

.tt-data02 {
  padding: 64px 25px 25px 35px;
  background-color: #f8f8fa; }

.tt-data02__icon {
  position: relative;
  margin-right: 2px; }
  .tt-data02__icon:before {
    position: absolute;
    top: -35px;
    left: -7px;
    z-index: 0;
    font-size: 80px;
    line-height: 1;
    color: #ffffff; }
  .tt-data02__icon > * {
    position: relative;
    z-index: 1;
    font-size: 48px;
    color: #51acfb;
    top: -19px;
    left: 6px; }
    @media (min-width: 1025px) {
      .tt-data02__icon > *.icon-2058768 {
        left: 3px; }
      .tt-data02__icon > *.icon-1179233 {
        left: -1px;
        font-size: 53px;
        top: -21px; }
      .tt-data02__icon > *.icon-1233103 {
        left: -2px; } }

.tt-data02__title {
  font-size: 20px;
  line-height: 26px;
  font-family: "Mulish", sans-serif;
  color: #0c4c93;
  font-weight: 800;
  margin-top: 15px;
  padding: 0 0 8px 0; }
  .tt-data02__title a {
    display: inline-block;
    position: relative;
    color: #0c4c93; }
    .tt-data02__title a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0px;
      width: 0%;
      height: 2px;
      margin: auto;
      left: 0;
      right: 0;
      background-color: currentColor;
      transition: width .2s linear; }
    .tt-data02__title a:hover:before {
      width: 100%; }

@media (max-width: 1024.98px) {
  .tt-data02__icon:before {
    top: -35px;
    left: -7px;
    font-size: 60px; }
  .tt-data02__icon > * {
    font-size: 34px; }
  .tt-data02__title {
    font-size: 17px;
    line-height: 26px;
    margin-top: 3px; }
  .tt-data02 {
    padding: 48px 17px 16px; } }

@media (max-width: 575.98px) {
  .tt-data02 {
    padding: 50px 20px 25px; } }

/*
	data03
*/

/*
	data04
*/
.tt-data04__wrapper {
  margin-top: -30px; }
  .tt-data04__wrapper .tt-data04 {
    margin-top: 30px; }

.tt-data04 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }

.tt-data04__icon {
  position: relative;
  margin-right: 2px; }
  .tt-data04__icon:before {
    position: relative;
    top: -13px;
    left: 7px;
    z-index: 0;
    font-size: 75px;
    line-height: 1;
    color: #f8f8fa; }
  .tt-data04__icon > * {
    position: absolute;
    z-index: 1;
    font-size: 55px;
    color: #51acfb;
    top: -2px;
    left: 6px; }
    @media (min-width: 1025px) {
      .tt-data04__icon > *.icon-3731419 {
        font-size: 64px; }
      .tt-data04__icon > *.icon-1365455 {
        font-size: 60px; } }
  .tt-data04__icon + .tt-data04__content {
    margin-left: 9px; }

.tt-data04__title {
  font-size: 20px;
  line-height: 26px;
  font-family: "Mulish", sans-serif;
  color: #0c4c93;
  font-weight: 800;
  padding: 0 0 12px 0; }
  .tt-data04__title a {
    display: inline-block;
    position: relative;
    color: #0c4c93; }
    .tt-data04__title a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0px;
      width: 0%;
      height: 2px;
      margin: auto;
      left: 0;
      right: 0;
      background-color: currentColor;
      transition: width .2s linear; }
    .tt-data04__title a:hover:before {
      width: 100%; }

@media (max-width: 1024.98px) {
  .tt-data04__title {
    font-size: 17px;
    padding: 0 0 7px 0; }
  .tt-data04__wrapper {
    margin-top: -20px; }
    .tt-data04__wrapper .tt-data04 {
      margin-top: 20px; }
  .tt-data04__icon:before {
    font-size: 64px; }
  .tt-data04__icon > * {
    font-size: 40px; } }

/*
	Additional
*/

/* additional item */

/*
	Step
*/
@media (min-width: 1025px) {
  .blocktitle + .step__wrapper {
    margin-top: -30px; } }

@media (max-width: 1024.98px) {
  .blocktitle + .step__wrapper {
    margin-top: -39px; } }

.step {
  text-align: center;
  margin-top: 25px;
  margin-bottom: -6px; }
  .step .step__title {
    font-size: 20px;
    line-height: 26px;
    color: #0c4c93;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    margin-top: 37px; }

@media (max-width: 1024.98px) {
  .step .step__title {
    font-size: 17px;
    line-height: 23px;
    margin-top: 17px; }
  .step__img img {
    max-height: 176px; } }

@media (max-width: 767.98px) {
  .step__img img {
    max-height: 140px; } }

/*
	Logo List
*/

/*
	News Layout 01
*/

/*
	News Layout 02
*/

/*
	Testimonials
*/

/*
	Testimonials item
*/

/*
	Testimonials 02
*/

/* Testimonials Map */

/*
	Pagination
*/

/*
	Rating
*/

/*
	Gallery
*/

/*
	personal-02
*/

/*
	personal-03
*/

/*
	Location List
*/
.location__list__wrapper {
  margin-top: -22px; }
  .location__list__wrapper .location__list {
    margin-top: 22px; }
  @media (max-width: 767.98px) {
    .location__list__wrapper {
      margin-top: -17px; }
      .location__list__wrapper .location__list {
        margin-top: 17px; } }
  @media (max-width: 450px) {
    .location__list__wrapper {
      margin-top: -10px; }
      .location__list__wrapper [class^="col-"] {
        width: 100%; }
        .location__list__wrapper [class^="col-"] .location__list {
          margin-top: 10px; } }

.location__list li {
  position: relative; }
  .location__list li a {
    display: inline-block;
    padding: 0 0 0 28px;
    font-size: 16px;
    line-height: 26px;
    color: #6c7176; }
    .location__list li a:before {
      content: '\e902';
      font-family: "font-icon";
      position: absolute;
      top: -1px;
      left: 0;
      color: #ff4917;
      font-size: 18px; }
    .location__list li a span {
      display: inline-block;
      position: relative;
      color: #0c4c93;
      font-family: "Inter", sans-serif;
      font-weight: 700; }
      .location__list li a span:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        width: 0%;
        height: 2px;
        left: 0;
        background-color: currentColor;
        transition: width .2s linear; }
    .location__list li a:hover span:before {
      width: 100%; }
  @media (min-width: 1025px) {
    .location__list li:not(:first-child) {
      margin-top: 22px; } }
  @media (max-width: 1024.98px) {
    .location__list li:not(:first-child) {
      margin-top: 15px; } }
  @media (max-width: 767.98px) {
    .location__list li:not(:first-child) {
      margin-top: 10px; } }

/*
	Layout01
*/
.layout01__img {
  position: relative; }

@media (min-width: 768px) {
  .layout01__content {
    margin-top: 3px; } }

@media (min-width: 1230px) {
  .layout01__content {
    margin-top: 0px; }
    .layout01__content p {
      max-width: 434px; } }

@media (max-width: 1229.98px) {
  .layout01__img-main {
    display: block; }
    .layout01__img-main img {
      width: 100%; } }

@media (max-width: 575.98px) {
  .layout01__img {
    top: 0; }
  .layout01__content {
    padding-top: 57px; } }

/*
	Layout02
*/
.layout02 {
  position: relative; }

.layout02_bg-right {
  width: 50%;
  position: absolute;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1025px) {
    .layout02_bg-right:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -12vw;
      width: 21vw;
      height: 100%;
      background-color: #ffffff;
      z-index: 0;
      -webkit-transform: skew(-26deg);
      transform: skew(-26deg); } }

.layout02__content {
  position: relative;
  z-index: 2; }

.layout02__content-indent01 {
  padding: 0px 0 225px; }

@media (max-width: 1229.98px) {
  .layout02__content-indent01 {
    padding: 0px 0 193px; }
  .layout02_bg-right:before {
    left: -16vw;
    width: 32vw; } }

@media (max-width: 1024.98px) {
  .layout02__content-indent01 {
    padding: 0px 0 65px; }
  
  .layout02_bg-right {
    width: 40%; } }

@media (max-width: 767.98px) {
  .layout02__content-indent01 {
    padding: 43px 15px 0px; }
  .layout02_bg-right {
    position: relative;
    width: 100%;
    height: 265px;
    background-position: center center; }
    .layout02_bg-right:before {
      display: none; } }

/*
	Layout03
*/
.layout03 {
  color: #ffffff;
  padding-bottom: 52px;
  position: relative;
  z-index: 0; }

.layout03_bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1e60aa;
  background-position: right top;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1; }
  .layout03_bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -5vw;
    width: 13vw;
    height: 100%;
    background-color: #1e60aa;
    z-index: 0;
    -webkit-transform: skew(-26deg);
    transform: skew(-26deg); }
  @media (min-width: 1601px) {
    .layout03_bg {
      width: calc(100% - 340px); } }
  @media (max-width: 1600px) {
    .layout03_bg {
      width: calc(100% - 240px); } }
  @media (max-width: 1500px) {
    .layout03_bg {
      width: 100%; }
      .layout03_bg:before {
        display: none; } }

.layout03__content {
  position: relative;
  z-index: 2; }
  .layout03__content p {
    max-width: 270px; }

.layout03__item-title {
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  margin-top: 19px;
  padding: 0 0 16px 0; }
  .layout03__item-title + * {
    margin-top: 0; }

@media (max-width: 767.98px) {
  .layout03 {
    padding-top: 9px;
    padding-bottom: 46px; }
  .layout03__item {
    margin-top: 35px; }
  .layout03_bg {
    background-position: center top; }
  .layout03__item-title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px; }
  .layout03__content p {
    max-width: inherit; } }

@media (max-width: 575.98px) {
  .layout03__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start; }
  .layout03__item-content {
    margin-left: 15px; }
  .layout03__item-title {
    margin-top: 0;
    padding-bottom: 7px; } }

/*
	Layout05
*/

/*
	Testimonials
*/

/*
	Testimonials item
*/

/*
	Testimonials 02
*/

/* Testimonials Map */

/*
	Coupon
*/

/*
	Aside Layout (Services Item)
*/
.tt-aside_wrapper > *:not(:first-child) {
  margin-top: 60px; }

@media (max-width: 1229.98px) {
  .tt-aside_wrapper > *:not(:first-child) {
    margin-top: 45px; } }

@media (max-width: 1024.98px) {
  .tt-aside_wrapper > *:not(:first-child) {
    margin-top: 30px; } }

/* Aside02 */
.tt-aside02__title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #0c4c93;
  font-size: 29px;
  line-height: 41px;
  margin-bottom: 26px; }

@media (max-width: 1229.98px) {
  .tt-aside02__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 22px; } }

/* tt-aside-menu */
.tt-aside-menu {
  background-color: #f8f8fa; }
  .tt-aside-menu li {
    position: relative; }
    .tt-aside-menu li:before {
      content: '\e92c';
      font-family: "font-icon";
      display: inline-block;
      font-size: 13px;
      position: absolute;
      font-weight: normal;
      top: 50%;
      left: 25px;
      margin-top: -1px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #0c4c93; }
    .tt-aside-menu li a {
      display: block;
      border-bottom: 1px solid #ffffff;
      padding: 16px 20px 16px 54px;
      color: #0c4c93;
      font-weight: bold; }
      .tt-aside-menu li a:before, .tt-aside-menu li a:after {
        width: 100%;
        height: 100%;
        z-index: 3;
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: 0.4s;
        pointer-events: none; }
      .tt-aside-menu li a:before {
        border-bottom: 2px solid #0c4c93;
        border-left: 2px solid #0c4c93;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%; }
      .tt-aside-menu li a:after {
        border-top: 2px solid #0c4c93;
        border-right: 2px solid #0c4c93;
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%; }
      .tt-aside-menu li a:hover:before, .tt-aside-menu li a:hover:after {
        -webkit-transform: scale(1);
        transform: scale(1); }

/*
	Ppromo 01
*/
.promo01__top {
  margin-top: 45px; }
  @media (max-width: 1024.98px) {
    .promo01__top {
      margin-top: 35px; } }
  @media (max-width: 767.98px) {
    .promo01__top {
      margin-top: 25px; } }

.promo01 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  background-color: #1e60aa;
  background-position: right top;
  background-repeat: no-repeat; }

.promo01__content {
  color: #ffffff;
  font-weight: bold; }
  @media (min-width: 576px) {
    .promo01__content {
      width: 59%;
      padding: 28px 0px 30px 41px; } }
  @media (max-width: 575.98px) {
    .promo01__content {
      padding: 25px; } }

/*
	Promo Aside
*/
.promo__aside {
  display: block;
  background-color: #1e60aa;
  background-repeat: no-repeat;
  background-position: center top;
  color: #ffffff;
  padding: 31px 15px 35px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold; }
  .promo__aside address {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 700; }
    .promo__aside address [class^="icon-"] {
      font-size: 15px;
      color: #51acfb;
      position: relative;
      top: -1px; }
  .promo__aside:hover {
    color: #ffffff; }

.promo__aside-title {
  font-size: 29px;
  line-height: 41px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  padding-bottom: 7px; }

@media (max-width: 1229.98px) {
  .promo__aside {
    font-size: 15px; }
  .promo__aside-title {
    font-size: 24px;
    line-height: 36px; }
    .promo__aside-title address {
      font-size: 22px; } }

/*
	Promo Aside 02
*/
.promo__aside02 {
  background-color: #f8f8fa;
  padding: 29px 38px 44px; }

.promo__aside02__title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #0c4c93;
  font-size: 29px;
  line-height: 41px;
  padding-bottom: 25px; }

@media (max-width: 1229.98px) {
  .promo__aside02 {
    padding: 29px 20px 34px 30px; }
  .promo__aside02__title {
    font-size: 24px;
    line-height: 36px; } }

@media (max-width: 575.98px) {
  .promo__aside02 {
    padding: 29px 20px 34px; } }

/*
	Promo Price
*/

@media (min-width: 1025px) {
  body:not(.touch-device) .init-parallax {
    background-position: center center;
    background-size: cover;
    background-position: fixed; } }

/*
	Social Icon
*/
.tt-icon-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px; }
  .tt-icon-list li {
    margin-left: 5px;
    margin-right: 5px; }
  .tt-icon-list a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #f8f8fa;
    color: #b5bac0;
    transition: color 0.4s;
    font-size: 14px; }
    .tt-icon-list a:before, .tt-icon-list a:after {
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      z-index: 3;
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      -webkit-transform: scale(0);
      transform: scale(0);
      transition: 0.4s;
      pointer-events: none; }
    .tt-icon-list a:before {
      border-bottom: 1px solid #0c4c93;
      border-left: 1px solid #0c4c93;
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%; }
    .tt-icon-list a:after {
      border-top: 1px solid #0c4c93;
      border-right: 1px solid #0c4c93;
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%; }
    .tt-icon-list a:hover {
      color: #0c4c93; }
      .tt-icon-list a:hover:before, .tt-icon-list a:hover:after {
        -webkit-transform: scale(1);
        transform: scale(1); }
  @media (max-width: 1024.98px) {
    .tt-icon-list li {
      margin-left: 4px;
      margin-right: 4px; }
    .tt-icon-list a {
      width: 40px;
      height: 40px;
      font-size: 11px; } }

/*
	Dot Info
*/

.tt-dot-info {
  position: relative;
  display: block;
  background-color: #f8f8fa;
  color: #6c7176;
  padding: 24px 10px 21px 53px;
  margin-top: 19px; }
  .tt-dot-info strong {
    color: #0c4c93;
    display: inline-block;
    position: relative; }
    .tt-dot-info strong:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 2px;
      width: 0%;
      height: 2px;
      margin: auto;
      left: 0;
      right: 0;
      background-color: currentColor;
      transition: width .2s linear; }
  .tt-dot-info:before {
    content: '\e92c';
    font-family: "font-icon";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    left: 25px;
    top: 24px;
    color: #0c4c93; }
  .tt-dot-info:hover {
    color: #6c7176; }
    .tt-dot-info:hover strong:before {
      width: 100%; }

@media (max-width: 1024.98px) {
  .tt-dot-info {
    padding: 14px 10px 11px 40px; }
    .tt-dot-info:before {
      font-size: 12px;
      left: 20px;
      top: 14px; } }

@media (max-width: 575.98px) {
  .tt-dot-info {
    margin-top: 10px;
    padding: 10px 10px 8px 36px; }
    .tt-dot-info:before {
      left: 15px;
      top: 10px; } }

/*
	Accordion
*/
.tt-collapse__title {
  position: relative;
  background-color: #f8f8fa;
  color: #0c4c93;
  font-weight: bold;
  font-size: 16px;
  padding: 22px 75px 22px 29px;
  transition: color 0.2s linear;
  cursor: pointer; }
  .tt-collapse__title:before {
    content: '+';
    position: absolute;
    top: 21px;
    right: 4px;
    width: 62px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #0c4c93;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    border-left: 2px solid #51acfb;
    pointer-events: none; }
  .tt-collapse__title:hover {
    color: #51acfb; }

.tt-collapse__layout {
  padding: 17px 30px 9px 29px; }

.tt-collapse__item:not(.tt-show) .tt-collapse__layout {
  display: none; }

.tt-collapse__item.tt-show .tt-collapse__title:before {
  content: '-'; }

.tt-collapse__item + * {
  margin-top: 22px; }

@media (max-width: 1024.98px) {
  .tt-collapse__item + * {
    margin-top: 10px; }
  .tt-collapse__title {
    font-size: 15px;
    padding: 20px 75px 16px 18px; }
    .tt-collapse__title:before {
      top: 15px;
      width: 46px;
      font-size: 20px;
      line-height: 27px; }
  .tt-collapse__layout {
    padding: 10px 30px 6px 18px; } }

@media (max-width: 575.98px) {
  .tt-collapse__title {
    padding: 18px 55px 18px 20px; }
    .tt-collapse__title:before {
      width: 46px; }
  .tt-collapse__layout {
    padding: 17px 20px 9px 20px; } }

@media (max-width: 767.98px) {
  .accordeon-wrapper .col-md-6:not(:first-child) {
    margin-top: 10px; } }

/*
	Services-Page
*/
.tt-services-indent {
  max-width: 735px; }

/*
	Counter
*/

/*---------------------------------------*/
/*--------     4. Footer         --------*/
/*---------------------------------------*/
/*
	Footer
*/
@media (min-width: 1025px) {
  .tt-footer__indent {
    margin-top: 140px; } }

@media (max-width: 1024.98px) {
  .tt-footer__indent {
    margin-top: 63px; } }

@media (max-width: 767.98px) {
  .tt-footer__indent {
    margin-top: 50px; } }

.f-min-width {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

/*
	Footer Objects
*/
#map {
  background-size: cover;
  background-position: center center; }
  #map iframe {
    border: 0;
    width: 100%;
    height: 100%; }
  @media (min-width: 1025px) {
    #map:not(.map-layout-wrapper) {
      height: 292px; } }
  @media (max-width: 1024.98px) {
    #map:not(.map-layout-wrapper) {
      height: 220px; } }
  @media (max-width: 575.98px) {
    #map:not(.map-layout-wrapper) {
      height: 232px; } }

/*
	Footer-Logo Layout
*/
.f-logo-layout {
  margin-top: 50px; }
  .f-logo-layout p {
    margin-top: 28px; }

/*
	Social Icon
*/
.f-social-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 27px; }
  .f-social-icon li a {
    font-size: 13px;
    line-height: 26px;
    padding: 9px;
    color: #ffffff;
    transition: color 0.2s linear; }
    .f-social-icon li a:hover {
      color: #a9d7ff; }

/*
	Footer Info
*/
.f-info__wrapper {
  margin-top: -89px; }

.f-info {
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(30, 96, 170, 0.2);
  color: #6c7176;
  font-size: 16px;
  line-height: 24px;
  min-height: 183px;
  position: relative;
  text-align: center;
  padding: 0 15px 15px;
  margin-top: 22px; }
  .f-info address {
    color: #ff4917;
    font-weight: 800;
    font-size: 25px;
    line-height: 31px;
    margin-top: 1px;
    margin-bottom: -3px; }

.f-info__icon {
  text-align: center;
  margin-top: -28px;
  display: inline-block;
  position: relative; }
  .f-info__icon:before {
    font-size: 90px;
    line-height: 1;
    color: #1e60aa;
    z-index: 0;
    left: 0;
    top: 0;
    text-shadow: 0px 5px 10px rgba(30, 96, 170, 0.2); }
  .f-info__icon i {
    z-index: 1;
    position: absolute;
    top: 40px;
    left: 30px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1; }

.f-info__icon + .f-info__title {
  margin-top: 18px; }

.f-info__title {
  color: #0c4c93;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }

@media (max-width: 1024.98px) {
  .f-info__wrapper {
    margin-top: -55px; }
  .f-info address {
    font-size: 22px; }
  .f-info__icon {
    margin-top: -17px; }
    .f-info__icon:before {
      font-size: 55px;
      line-height: 1;
      left: 0;
      top: 0; }
    .f-info__icon i {
      top: 25px;
      left: 18px;
      font-size: 18px; }
  .f-info {
    font-size: 15px;
    line-height: 24px;
    min-height: 149px; }
    .f-info br {
      display: none; }
  .f-info__icon + .f-info__title {
    margin-top: 12px; }
  .f-info__title {
    font-size: 15px; }
  .f-logo-layout {
    margin-top: 30px; }
  .f-logo-layout p {
    margin-top: 22px; }
  .f-social-icon {
    margin-top: 25px; } }

@media (max-width: 690px) {
  .footer-layout [class^="col-"] {
    width: 100%; }
  .f-info__wrapper {
    margin-top: -71px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
  .f-info {
    padding-left: 25px;
    padding-right: 25px; }
  .f-info__icon {
    margin-top: -17px; }
    .f-info__icon:before {
      font-size: 60px;
      line-height: 1;
      left: 0;
      top: 0; }
    .f-info__icon i {
      top: 26px;
      left: 18px;
      font-size: 24px; }
  .f-info__icon + .f-info__title {
    margin-top: 9px; }
  .f-social-icon {
    margin-top: 23px; }
  .workingTimeDataContainer {
    font-size: 15px !important;

  }
}

/*
	Footer Layout
*/
.footer-layout {
  background-color: #1e60aa;
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 44px; }
  @media (max-width: 1024.98px) {
    .footer-layout {
      padding-bottom: 21px;
      background-size: 80% 80%; } }
  @media (max-width: 767.98px) {
    .footer-layout {
      background-size: auto;
      background-position: center bottom; } }

.footer-copyright {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 5px 15px;
  min-height: 81px; }

@media (max-width: 1024.98px) {
  .footer-layout {
    padding-bottom: 21px; }
  .footer-copyright {
    min-height: 63px; } }

@media (max-width: 575.98px) {
  .footer-layout {
    padding-bottom: 32px; } }

/*--------------------------------------*/
/*------ 5. Additional Modules  --------*/
/*--------------------------------------*/
/*-------  5.1 Modal  --------*/
/*
	Modal
*/
/* Modal Default */
.tt-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  transition: all 0.3s ease 0s; }
  .tt-modal.tt-modal__open {
    opacity: 1;
    visibility: visible;
    z-index: 50; }
    .tt-modal.tt-modal__open .tt-modal__body {
      opacity: 1; }
      @media (min-width: 768px) {
        .tt-modal.tt-modal__open .tt-modal__body {
          -webkit-transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
          transform: perspective(600px) translate(0px, 0%) rotateX(0deg); } }
      @media (max-width: 767.98px) {
        .tt-modal.tt-modal__open .tt-modal__body {
          -webkit-transform: translateX(0%);
          transform: translateX(0%); } }
    .tt-modal.tt-modal__open .tt-modal__wrapper {
      opacity: 1; }
    .tt-modal.tt-modal__open .tt-modal__layout {
      background-image: url("../images/tt-modal__bg.png");
      background-position: center top;
      background-repeat: no-repeat; }

.tt-modal__wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease 0s;
  opacity: 0; }

.tt-modal__body {
  background-color: #ffffff;
  position: relative;
  transition: all 0.5s ease 0s;
  opacity: 0; }
  @media (min-width: 768px) {
    .tt-modal__body {
      -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(25deg);
      transform: perspective(600px) translate(0px, -100%) rotateX(25deg); } }
  @media (max-width: 767.98px) {
    .tt-modal__body {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); } }
  .tt-modal__body.fixed-height {
    height: calc(100vh - 110px); }
  .tt-modal__body .tt-modal__layout {
    padding: 45px 55px 49px; }

.tt-modal__close {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background-color: #51acfb;
  outline: none; }
  .tt-modal__close:focus {
    outline: none; }
  .tt-modal__close > * {
    pointer-events: none; }
  .tt-modal__close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 34px;
    margin-top: -1px;
    transition: all .3s ease-in; }
  .tt-modal__close label {
    cursor: pointer;
    transition: all .3s ease-in;
    color: #ffffff;
    font-size: 20px;
    opacity: 0;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    -webkit-transform: scale(0);
    transform: scale(0); }
  @media (min-width: 1025px) {
    .tt-modal__close {
      width: 100px;
      height: 100px; }
      .tt-modal__close:not(.btn-close__inner) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
      .tt-modal__close:hover label {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
      .tt-modal__close:hover:before {
        opacity: 0; } }
  @media (max-width: 1024.98px) {
    .tt-modal__close {
      width: 70px;
      height: 70px; }
      .tt-modal__close:before {
        font-size: 25px; }
      .tt-modal__close label {
        display: none; } }
  @media (max-width: 575.98px) {
    .tt-modal__close {
      width: 59px;
      height: 59px; } }

body.show-modal {
  overflow: hidden;
  width: 100%;
  z-index: 0; }

/*
	Modal Layout
*/

.tt-modal__layout p + form {
  margin-top: 26px; }

@media (max-width: 767.98px) {
  .tt-modal {
    padding: 0;
    display: block; }
  .tt-modal__body {
    max-width: calc(100% - 85px);
    height: 100%; }
    .tt-modal__body.fixed-height {
      height: 100%; }
    .tt-modal__body .tt-modal__layout {
      padding: 26px 15px 70px 15px; } }

@media (max-width: 575.98px) {
  .tt-modal__body {
    max-width: calc(100% - 76px); } }

/*
	Upload Layout
*/

.tt-upload__item {
  border: 1px solid #e3e6ea;
  background-color: #ffffff;
  width: 77px;
  height: 77px;
  margin-left: 13px;
  font-size: 20px;
  color: #e3e6ea;
  cursor: pointer;
  position: relative;
  transition: color 0.4s; }
  .tt-upload__item:before, .tt-upload__item:after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 3;
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 0.4s;
    pointer-events: none; }
  .tt-upload__item:before {
    border-bottom: 1px solid #0c4c93;
    border-left: 1px solid #0c4c93;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
  .tt-upload__item:after {
    border-top: 1px solid #0c4c93;
    border-right: 1px solid #0c4c93;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%; }
  .tt-upload__item input[type=file] {
    display: none; }
  .tt-upload__item .tt-icon {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s linear; }
  .tt-upload__item:hover {
    color: #0c4c93; }
    .tt-upload__item:hover:before, .tt-upload__item:hover:after {
      -webkit-transform: scale(1);
      transform: scale(1); }
  .tt-upload__item.tt-files-uploaded {
    border-color: #0c4c93; }

@media (max-width: 1024.98px) {
  .tt-upload__item {
    width: 43px;
    height: 43px;
    font-size: 14px; } }

/*
	View Modal
*/

/*
	View Layout Video
*/

.tt-modal-message {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  transition: opacity .1s ease;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: Mulish, sans-serif;
  font-weight: 800;
  font-size: 19px;
  color: #0c4c93;
  pointer-events: none; }

.tt-modal-message.tt-active {
  opacity: 1; }

/*-------  5.1 Back To Top  --------*/
/* Back to top */
.tt-back-to-top {
  display: block;
  position: fixed;
  bottom: -90px;
  right: 15px;
  z-index: 10;
  font-size: 90px;
  color: #51acfb;
  transition: all 0.2s linear; }
  .tt-back-to-top:before {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
    pointer-events: none; }
  .tt-back-to-top:after {
    content: "\e92c";
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    z-index: 0;
    position: absolute;
    top: calc(50% + 8px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    pointer-events: none;
    transition: margin-top 0.2s linear; }
  @media (min-width: 790px) {
    .tt-back-to-top.tt-show {
      bottom: 50px; } }
  @media (max-width: 789px) {
    .tt-back-to-top.tt-show {
      bottom: 40px; } }
  .tt-back-to-top:hover {
    color: #0c4c93; }
    .tt-back-to-top:hover:after {
      margin-top: -3px; }
  @media (max-width: 1024.98px) {
    .tt-back-to-top {
      font-size: 80px; }
      .tt-back-to-top:after {
        font-size: 18px; }
      .tt-back-to-top:before {
        text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.08); } }
  @media (max-width: 575.98px) {
    .tt-back-to-top {
      font-size: 70px;
      right: 7px; }
      .tt-back-to-top:after {
        font-size: 16px; } }

.language-switch-container {
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 300ms ease;
  margin-right: 20px;
}

.language-switch-container a {
  font-size: 16px;
  font-weight: 600;
  color: #0c4c93;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  padding: 2px 6px;
  border: 1px solid #0c4c93;
  border-radius: 6px;
  transition: all 300ms ease-in-out;
}

.language-switch-container a:hover {
  color: #51acfb;
  border-color: #51acfb;
}

.d-flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-50 {
  gap: 50px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.step__img {
  position: relative;
}

.step__img:before {
  font-size: 180px;
  font-weight: bold;
  color: #ededef;
  position: absolute;
  left: 20px;
  top: 100px;
  z-index: -1;
}

.step__img.step-1:before {
  content: "1";
}
.step__img.step-2:before {
  content: "2";
}

.step__img.step-3:before {
  content: "3";
}

@media (max-width: 1024.98px) {
  .step__img:before {
    font-size: 120px;
    top: 80px;
  }

  .step__img img {
    max-height: 180px;
    height: 180px;
    width: auto;
  }
}

.pt-40 {
  padding-top: 40px;
}

.bold {
  font-weight: bold;
}

.d-grid {
  display: grid;
}

.d-grid-column-gap-5 {
  column-gap: 5px;
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-justify-self-end {
  justify-self: end;
}

.grid-justify-self-start {
  justify-self: start;
}

.font-size-8 {
  font-size: 8px;
}

.workingTimeDataContainer {
  font-size: clamp(8px, 1.7cqw, 16px);
}

.workingTimeDetails {
  margin-top: -10px;
  transform: translateY(14px);
  line-height: 1;
}

.header-phone-anchor {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-phone-anchor .icon-25453 {
  font-size: 20px;
}

.bg-white {
  background-color: #ffffff;
}