@charset "UTF-8";
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }
.breadcrumb{list-style: none;}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1169px; } }
@media (min-width: 1360px) {
  .container {
    max-width: 1300px; } }
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none !important; }

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto; }

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/YekanBakh/yekanbakhregular.woff") format("woff"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YekanBakh/yekanbakhthin.woff") format("woff"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YekanBakh/yekanbakhmedium.woff") format("woff"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/YekanBakh/yekanbakhbold.woff") format("woff"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/YekanBakh/yekanbakhheavy.woff") format("woff"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YekanBakh/yekanbakhfat.woff") format("woff"); }
@font-face {
  font-family: "LTA";
  src: url("../fonts/LTA.woff?85bjal") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="ka-"], [class*=" ka-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "LTA" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ka-paper:before {
  content: ""; }

.ka-search:before {
  content: ""; }

.ka-arrow-left:before {
  content: ""; }

.ka-arrow:before {
  content: ""; }

.ka-arrow-left-fill:before {
  content: ""; }

.ka-call:before {
  content: ""; }

.ka-envelope:before {
  content: ""; }

.ka-logo:before {
  content: ""; }

.ka-logo-shadow:before {
  content: ""; }

.ka-marker:before {
  content: ""; }

.ka-profile:before {
  content: ""; }

.ka-tick:before {
  content: ""; }

.ka-linkedin:before {
  content: ""; }

.ka-twitter:before {
  content: ""; }

.ka-whatsapp:before {
  content: ""; }

.ka-instagram:before {
  content: ""; }

.ka-submenu:before {
  content: ""; }

.ka-time:before {
  content: ""; }

.ka-up:before {
  content: ""; }

.ka-wave:before {
  content: ""; }

.ka-phone:before {
  content: ""; }

.ka-comment:before {
  content: ""; }

.ka-eye:before {
  content: ""; }

.ka-quote-left:before {
  content: ""; }

body {
  font-size: 14px;
  font-family: YekanBakh;
  direction: rtl;
  cursor: default;
  color: #2D365D; }
  body.overflow-hidden {
    overflow: hidden; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

.row-block {
  float: right;
  width: 100%; }

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth; } }
/* Start Design */
header.header {
  float: right;
  width: 100%;
  background: url("../images/slide.jpg") no-repeat center center;
  background-size: cover; }

.top-header {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  background-color: #fff;
  align-items: center;
  padding: 20px 36px 20px 20px;
  border-radius: 0 0 24px 24px;
  position: relative; }
  .top-header::after {
    content: '';
    position: absolute;
    left: calc(50% - 14px);
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid #2D365D; }

.top-header > div:first-child {
  width: 35%;
  font-size: 13px; }
.top-header > div:nth-child(2) {
  width: 30%; }
.top-header > div:nth-child(3) {
  width: 35%; }

.logo {
  float: right;
  width: 100%;
  display: flex;
  align-content: center;
  flex-flow: column wrap;
  align-items: center; }
  .logo h2 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
    color: #2D365D;
    text-align: center; }

.wdt {
  float: right;
  width: 88px;
  position: relative; }
  .wdt::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background-color: #F5F3FC; }

.website-dec {
  width: 88px;
  font-weight: 600; }

.header-call {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  justify-content: flex-end; }
  .header-call > a {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    color: #212341;
    justify-content: end;
    align-items: center;
    flex-direction: row-reverse;
    height: 60px;
    border-radius: 20px;
    padding: 0 8px;
    background-image: linear-gradient(to right, #FFF3F0, transparent); }
    .header-call > a:last-child {
      margin-right: 30px; }
    .header-call > a:hover {
      background-image: linear-gradient(to right, #ffdfd7, transparent); }
    .header-call > a:active {
      background-image: linear-gradient(to right, #ffcabd, transparent); }
  .header-call .icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #B3BBC7;
    margin-right: 15px; }

.account-button > span {
  display: block; }

.call-button {
  font-size: 18px;
  line-height: 18px; }
  .call-button .bold {
    font-size: 24px;
    font-weight: 700;
    margin-left: 3px; }
  .call-button .bottom {
    font-size: 13px; }

.main-menu {
  float: right;
  width: 100%;
  padding: 0 30px; }

.menu {
  float: right;
  width: 100%;
  height: 60px;
  background: #2D365D url("../images/menu.jpg") no-repeat left center;
  border-radius: 0 0 20px 20px; }
  .menu nav.nav {
    float: right;
    padding: 10px 17px;
    position: relative;
    z-index: 99999; }
    .menu nav.nav > ul {
      float: right; }
      .menu nav.nav > ul > li {
        float: right;
        position: relative; }
        .menu nav.nav > ul > li > a {
          float: right;
          color: #fff;
          padding: 0 17px;
          line-height: 40px;
          border-radius: 20px; }
        .menu nav.nav > ul > li:hover > a {
          background-color: #fff;
          color: #212341; }
        .menu nav.nav > ul > li > ul {
          position: absolute;
          top: 100%;
          right: 50%;
          width: 200px;
          padding: 10px;
          border-radius: 30px;
          background-color: #B3BBC7;
          transform: translateX(50%); }
          .menu nav.nav > ul > li > ul li {
            float: right;
            width: 100%; }
            .menu nav.nav > ul > li > ul li a {
              float: right;
              width: 100%;
              line-height: 48px;
              border-radius: 24px;
              color: #fff;
              padding-right: 22px; }
              .menu nav.nav > ul > li > ul li a::before {
                content: "";
                /* use !important to prevent issues with browser extensions that change fonts */
                font-family: "LTA" !important;
                speak: never;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 12px;
                margin-left: 12px; }
            .menu nav.nav > ul > li > ul li:hover a {
              background-image: linear-gradient(to left, rgba(33, 35, 65, 0.33), transparent 80%); }

.search-icon {
  float: left;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  margin: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99;
  display: none; }

@media (min-width: 768px) {
  .menu nav.nav ul li ul {
    transform: translate(50%, 30px);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out; }
  .menu nav.nav ul li:hover ul {
    transform: translate(50%, 0);
    opacity: 1;
    visibility: visible; } }
@media (max-width: 767px) {
  .menu nav.nav {
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    background-color: #2D365D;
    visibility: hidden;
    transition: 0.4s ease-in-out; }
    .menu nav.nav > ul {
      width: 100%; }
      .menu nav.nav > ul > li {
        width: 100%; }
        .menu nav.nav > ul > li > ul {
          float: right;
          width: 100%;
          position: relative;
          display: none; }
    .menu nav.nav.active {
      right: 0;
      visibility: visible; }

  .bar {
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    margin: 8px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0; }
    .bar span {
      width: 20px;
      height: 3px;
      background-color: #2D365D;
      border-radius: 2px; }

  .header-call a {
    padding: 0 3px;
    height: 50px; }
  .header-call .icon {
    width: 30px;
    height: 30px;
    margin-right: 0; } }
@media (max-width: 991px) {
  header.header {
    padding-bottom: 100px; }

  .header-call > a {
    margin-right: 5px; }
    .header-call > a:last-child {
      margin-right: 5px; }
  .header-call .account-button, .header-call .call-button {
    display: none; } }
/* Slider */
.slider-lightslider {
  float: left;
  width: 100%; }
  .slider-lightslider .lSAction {
    position: absolute;
    top: 67%;
    right: 10px;
    width: calc(100% - 20px);
    display: flex;
    justify-content: space-between; }
    .slider-lightslider .lSAction a {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-image: linear-gradient(180deg, #0055ff, rgba(0, 85, 255, 0));
      box-shadow: 0 10px 25px #0055FF;
      position: relative;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 20px;
      opacity: 1;
      transition: 0.2s ease-in-out; }
      .slider-lightslider .lSAction a.lSNext::before {
        transform: rotate(180deg); }
      .slider-lightslider .lSAction a::before {
        content: "";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "LTA" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .slider-lightslider .lSAction a:hover {
        transform: scale(1.1); }
      .slider-lightslider .lSAction a:active {
        transform: scale(0.9);
        transition: none; }

.sl-inner {
  float: left;
  width: 100%; }

.flex-slider {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  text-align: center;
  color: #fff; }
  .flex-slider > div {
    float: right;
    width: 100%; }
  .flex-slider .image {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .flex-slider .image .num {
      padding: 20px 70px 16px 47px;
      backdrop-filter: blur(10px);
      line-height: 28px;
      border-radius: 50px;
      text-align: right;
      position: relative;
      top: -50px; }
      .flex-slider .image .num span {
        display: block;
        font-size: 35px;
        font-weight: 700; }
      .flex-slider .image .num::before {
        content: '';
        position: absolute;
        top: 5px;
        right: -15px;
        width: 71px;
        height: 71px;
        background: url("../images/container-flat.png") no-repeat center center; }
  .flex-slider .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .flex-slider .text .sup {
      font-size: 30px;
      font-weight: 700; }
    .flex-slider .text .title {
      font-size: 24px;
      font-weight: 300; }
    .flex-slider .text .link {
      float: right;
      width: 170px;
      line-height: 50px;
      border-radius: 25px;
      background-color: #fff;
      color: #212341;
      margin-top: 15px; }
      .flex-slider .text .link:hover {
        background-color: #FA9905;
        color: #fff; }
      .flex-slider .text .link:active {
        background-color: #fff;
        color: #212341; }

@media (min-width: 768px) {
  .flex-slider .image .num {
    position: absolute;
    top: 30%;
    right: 5%; }
  .flex-slider .text {
    margin-top: -100px; } }
@media (min-width: 992px) {
  .flex-slider .image {
    width: 60%; }
  .flex-slider .text {
    width: 40%;
    justify-content: center;
    align-items: flex-start; }
    .flex-slider .text .sup {
      font-size: 40px; }

  .slider-lightslider .lSAction {
    top: 75%;
    right: 21%;
    width: 120px; } }
@media (min-width: 1200px) {
  .flex-slider .text {
    position: relative;
    right: -50px; }
    .flex-slider .text .sup {
      font-size: 50px; }

  .slider-lightslider .lSAction {
    top: 77%;
    right: 23%; } }
/* Catalog */
.catalog-block {
  float: right;
  width: 100%;
  margin-top: -50px; }

.catalog {
  float: right;
  width: 100%;
  position: relative;
  color: #fff; }
  .catalog .inner {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background-color: #FFB035;
    padding: 35px 42px;
    border-radius: 63px;
    position: relative; }
    .catalog .inner .link {
      background-color: #fff;
      color: #212341;
      padding: 0 42px;
      line-height: 50px;
      border-radius: 25px; }
      .catalog .inner .link:hover {
        background-color: #e18a05;
        color: #fff; }
      .catalog .inner .link:active {
        background-color: #fff;
        color: #212341; }
  .catalog::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 40px;
    width: calc(100% - 80px);
    height: 70px;
    border-radius: 35px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2); }

.flex-catalog {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px; }
  .flex-catalog span {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-image: linear-gradient(to top, #FA9905, #FFB035);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    opacity: .75; }
  .flex-catalog .bold {
    font-weight: 600;
    font-size: 24px;
    margin: 15px 0; }
  .flex-catalog .des {
    font-size: 13px; }

@media (min-width: 992px) {
  .catalog-block {
    margin-top: -70px; }

  .catalog .inner {
    justify-content: space-between; }

  .flex-catalog {
    width: calc(100% - 170px);
    flex-direction: row;
    justify-content: flex-start;
    text-align: right;
    margin-bottom: 0; }
    .flex-catalog .bold {
      padding: 0 25px; }
    .flex-catalog .des {
      width: 40%;
      border-right: 1px solid rgba(45, 54, 93, 0.15);
      padding-right: 30px; } }
@media (min-width: 1200px) {
  .flex-catalog .bold {
    font-size: 28px; }

  .catalog .inner {
    padding: 25px 40px; } }
/* Services */
section.services {
  float: right;
  width: 100%;
  background: url("../images/circle.png") no-repeat -220px bottom; }

.section-h3 {
  float: right;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-top: 96px; }

.section-h4 {
  float: right;
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 80px; }

.grid-services {
  float: right;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 30px;
  text-align: center;
  position: relative; }
  .grid-services .item {
    background-color: #fff;
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.05);
    border-radius: 35px;
    padding: 65px 40px 45px;
    position: relative; }
    .grid-services .item .icon {
      position: absolute;
      top: -47px;
      left: 50%;
      transform: translateX(-50%);
      width: 78px;
      height: 78px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05); }
      .grid-services .item .icon div {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-image: linear-gradient(to top, rgba(45, 54, 93, 0.2), rgba(250, 153, 5, 0.05));
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px; }
    .grid-services .item h3 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 10px; }
    .grid-services .item div {
      line-height: 24px; }
    .grid-services .item::before {
      content: "";
      position: absolute;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "LTA" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #f9f9f9;
      top: -1px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 40px; }
  .grid-services::before {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 105px;
    height: 125px;
    background-image: radial-gradient(black 12%, transparent 12%);
    background-position: left bottom;
    background-size: 13px 13px; }

@media (min-width: 576px) {
  .grid-services {
    grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) {
  .grid-services {
    grid-template-columns: 1fr 1fr 1fr; } }
/* Export */
section.export {
  float: right;
  width: 100%; }

.flex-discharge {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  flex-direction: column;
  align-items: center;
  background-color: #939AA4;
  color: #fff;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 50px; }
  .flex-discharge .flex {
    float: right;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .flex-discharge .flex > div:first-child {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .flex-discharge .flex > div:first-child .sup {
        font-size: 26px;
        font-weight: 300; }
      .flex-discharge .flex > div:first-child .sub {
        font-size: 34px;
        font-weight: 700; }
      .flex-discharge .flex > div:first-child .link {
        width: 127px;
        line-height: 35px;
        border-radius: 20px;
        background-color: #FA9905;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
        .flex-discharge .flex > div:first-child .link span {
          margin-right: 25px; }
        .flex-discharge .flex > div:first-child .link:hover {
          background-color: #fff;
          color: #212341; }
        .flex-discharge .flex > div:first-child .link:active {
          background-color: #FA9905;
          color: #fff; }
    .flex-discharge .flex > div:last-child div {
      text-align: center;
      padding: 20px 30px;
      background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
      border-radius: 35px;
      margin: 30px 0; }

.flex-export {
  float: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  border-radius: 35px;
  background: #003EDE url("../images/export.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 0 30px 30px;
  text-align: center;
  margin-bottom: 50px; }
  .flex-export .sup {
    font-size: 28px;
    font-weight: 600; }
  .flex-export .sub {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px; }
  .flex-export img {
    margin: -50px auto 0; }

@media (min-width: 992px) {
  section.export ~ .about {
    margin-top: 60px; }

  .flex-discharge {
    flex-direction: row;
    flex-flow: row;
    padding: 30px 70px;
    background: #939AA4 url("../images/banner.jpg") no-repeat left center;
    background-size: cover; }
    .flex-discharge .flex {
      flex-direction: row;
      align-items: center;
      width: 50%; }
      .flex-discharge .flex > div:last-child {
        padding: 0 40px; }
        .flex-discharge .flex > div:last-child div {
          padding-right: 50px;
          text-align: right;
          margin: 0; }
    .flex-discharge > div:last-child {
      position: relative;
      width: 50%; }
      .flex-discharge > div:last-child img {
        position: absolute;
        top: -120px;
        left: 30px; }

  .flex-export {
    flex-direction: row;
    align-items: center;
    padding: 60px 0 60px 30px;
    position: relative;
    text-align: right; }
    .flex-export > div {
      width: 50%; }
      .flex-export > div:first-child {
        display: flex;
        align-items: center; }
        .flex-export > div:first-child > div {
          width: 50%; }
          .flex-export > div:first-child > div:last-child {
            padding-right: 50px; }
        .flex-export > div:first-child .sub {
          margin-bottom: 0; }
    .flex-export img {
      margin-top: 0;
      position: absolute;
      width: 30%;
      top: 15px;
      right: 0; } }
@media (min-width: 1200px) {
  .flex-discharge > div.flex, .flex-discharge > div {
    width: 50%; }
  .flex-discharge > div.flex > div:last-child {
    padding-left: 0; }
  .flex-discharge > div:last-child img {
    margin: auto; }

  .flex-export {
    padding-left: 65px; }
    .flex-export > div:first-child > div:last-child {
      padding-right: 105px;
      position: relative; }
      .flex-export > div:first-child > div:last-child::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 1px;
        background-color: #fff;
        top: 20px;
        right: 44px; }
    .flex-export img {
      width: auto;
      top: -35px;
      right: -20px; } }
@media (min-width: 1360px) {
  .flex-export > div:first-child > div:last-child {
    padding-right: 105px; }
    .flex-export > div:first-child > div:last-child::before {
      right: 30px; }
  .flex-export img {
    right: 0; } }
/* About */
section.about {
  float: right;
  width: 100%;
  position: relative;
  background: url("../images/map.jpg") no-repeat center 150px;
  background-position: 1637px 60px; }
  section.about::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-top: 4px solid #F8F9FB;
    border-bottom: 4px solid #F8F9FB; }

.flex-about {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 20px 0;
  position: relative; }
  .flex-about .footer-contact {
    background-image: none;
    margin-bottom: 50px;
    padding-top: 10px;
    position: sticky;
    top: 30px; }
    .flex-about .footer-contact .title::after {
      width: 34px;
      height: 60px;
      bottom: -100px;
      left: calc(50% - 17px);
      opacity: .5; }
  .flex-about > div {
    width: 100%; }
  .flex-about .left {
    font-size: 13px; }
  .flex-about .button {
    float: right;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 27px;
    background-color: #FFF3F0;
    color: #FF8A66;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 60px; }
    .flex-about .button span {
      margin-right: 17px; }
    .flex-about .button:hover {
      background-color: #FF8A66;
      color: #FFF3F0; }
    .flex-about .button:active {
      background-color: #FFF3F0;
      color: #FF8A66; }
  .flex-about .about-img {
    float: right;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); }
    .flex-about .about-img img {
      float: right;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.4s ease-in-out; }
    .flex-about .about-img:hover .play {
      transform: translate(-50%, -50%) scale(1.1); }
      .flex-about .about-img:hover .play .inner-play {
        background-color: #fff;
        color: #000; }
    .flex-about .about-img:hover img {
      transform: scale(1.1);
      filter: grayscale(100%); }
    .flex-about .about-img:active .play {
      transform: translate(-50%, -50%) scale(0.9);
      transition: none; }

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 156px;
  height: 156px;
  border-radius: 50%;
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out; }
  .play .inner-play {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    transform: rotate(180deg);
    transition: 0.2s ease-in-out; }
  .play::before, .play::after, .play .inner-play::before, .play .inner-play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%; }
  .play::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px); }
  .play::after {
    width: calc(100% + 40px);
    height: calc(100% + 40px); }
  .play .inner-play::before {
    width: 216px;
    height: 216px; }
  .play .inner-play::after {
    width: 236px;
    height: 236px; }

.flex-inner-about {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }
  .flex-inner-about .inner-right {
    width: 130px; }
  .flex-inner-about .inner-left {
    width: calc(100% - 130px);
    color: #939AA4; }

@media (min-width: 576px) {
  .flex-inner-about .inner-left {
    width: calc(100% - 160px); } }
@media (min-width: 992px) {
  section.about {
    margin-top: 110px; }
    section.about::before {
      width: 70%;
      border-left: 4px solid #F8F9FB;
      border-top-left-radius: 35px;
      border-bottom-left-radius: 35px; }

  .flex-about > div {
    width: calc(50% - 35px); } }
@media (min-width: 1200px) {
  .flex-inner-about {
    margin-top: 50px;
    line-height: 26px; }

  section.about::before {
    width: 60%; } }
/* Videos */
.grid-videos {
  float: right;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 10px; }
  .grid-videos > a {
    height: 220px;
    border-radius: 35px;
    overflow: hidden; }
    .grid-videos > a img {
      float: right;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.4s ease-in-out; }
    .grid-videos > a:hover img {
      transform: scale(1.2);
      filter: grayscale(100%); }
  .grid-videos.gv {
    margin-bottom: 80px; }
    .grid-videos.gv > a {
      height: 367px; }

@media (min-width: 992px) {
  .grid-videos {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; }
    .grid-videos.gv {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      margin-bottom: 135px; } }
/* Banners */
.jump-block {
  float: right;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px; }
  .jump-block a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F8F9FB;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    font-size: 24px;
    color: #B3BBC7;
    position: relative;
    top: 35px;
    z-index: 1;
    transition: 0.2s ease-in-out; }
    .jump-block a:hover {
      transform: scale(1.1) rotate(90deg);
      background-color: #FA9905;
      color: #fff; }
    .jump-block a:active {
      transform: scale(0.9) rotate(90deg);
      background-color: #F8F9FB;
      color: #B3BBC7;
      transition: none; }

section.banners {
  float: right;
  width: 100%;
  position: relative; }
  section.banners ~ .articles .flex-section-header {
    margin-top: 40px; }

.flex-banners-block {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }
  .flex-banners-block > a {
    float: right;
    width: 100%;
    background: #939AA4 url("../images/banner.jpg") no-repeat left center;
    background-size: cover;
    margin-bottom: 50px; }

.flex-banner {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  background-size: cover;
  border-radius: 25px;
  color: #fff;
  align-items: center;
  padding: 15px; }
  .flex-banner > div:first-child {
    width: 50%; }
  .flex-banner > div:last-child {
    width: 50%; }
  .flex-banner .sup {
    font-size: 18px;
    font-weight: 300; }
  .flex-banner .title {
    font-size: 24px;
    font-weight: 700; }
  .flex-banner .button {
    float: right;
    padding: 0 16px;
    line-height: 35px;
    border-radius: 17px;
    background-color: #FA9905;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px; }
    .flex-banner .button span {
      margin-right: 16px; }
  .flex-banner img {
    position: relative;
    top: 33px;
    transition: 0.2s ease-in-out; }
  .flex-banner:hover .button {
    background-color: #fff;
    color: #FA9905; }
  .flex-banner:hover img {
    transform: scale(0.9); }
  .flex-banner:active .button {
    background-color: #FA9905;
    color: #fff; }
  .flex-banner:active img {
    transform: scale(1);
    transition: none; }

@media (min-width: 576px) {
  .flex-banner {
    padding: 15px 56px 15px 0; } }
@media (min-width: 768px) {
  .flex-banners-block {
    margin-bottom: 60px; }

  .flex-banner > div:first-child {
    width: 40%; }
  .flex-banner > div:last-child {
    width: 60%; } }
@media (min-width: 992px) {
  .flex-banners-block a.flex-banner {
    width: calc(50% - 15px);
    margin-bottom: 0; } }
@media (min-width: 1200px) {
  .flex-banner {
    padding: 0 56px 0 0;
    height: 195px;
    position: relative; }
    .flex-banner img {
      position: absolute;
      left: 20px;
      top: 15px; }
      .flex-banner img.book {
        left: 40px;
        top: 0; } }
/* Articles */
section.articles {
  float: right;
  width: 100%; }

.flex-section-header {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 100px 0 60px;
  position: relative; }
  .flex-section-header > div:first-child {
    position: relative;
    padding-right: 70px; }
  .flex-section-header > div:last-child {
    display: flex;
    align-items: center; }
  .flex-section-header .sup {
    font-size: 16px;
    font-weight: 300; }
  .flex-section-header .sub {
    font-size: 20px;
    font-weight: 600; }
    .flex-section-header .sub span {
      color: #FA9905; }
  .flex-section-header .link {
    display: flex;
    line-height: 44px;
    border-radius: 15px;
    padding: 0 18px;
    background-image: linear-gradient(45deg, #F8F9FB, transparent);
    align-items: center;
    color: #212341; }
    .flex-section-header .link span {
      margin-right: 30px;
      color: #212341; }
    .flex-section-header .link:hover {
      background-image: linear-gradient(45deg, #212341, transparent);
      color: #fff; }
      .flex-section-header .link:hover span {
        color: #fff; }
    .flex-section-header .link:active {
      background-image: linear-gradient(45deg, #F8F9FB, transparent);
      color: #212341; }
      .flex-section-header .link:active span {
        color: #212341; }
  .flex-section-header::before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "LTA" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
    background: -webkit-linear-gradient(135deg, rgba(250, 153, 5, 0.37), transparent 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.grid-article {
  float: right;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 0; }

.blog-article {
  float: right;
  width: 100%;
  border-radius: 35px;
  padding: 0 18px 18px;
  background-image: linear-gradient(to top, #F8F9FB, transparent);
  position: relative; }
  .blog-article .img {
    float: right;
    width: 100%;
    border-radius: 35px;
    overflow: hidden;
    margin-bottom: 28px;
    background-color: #FA9905; }
    .blog-article .img img {
      float: right;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.4s ease-in-out; }
    .blog-article .img:hover img {
      transform: scale(1.1); }
    .blog-article .img:active img {
      filter: grayscale(100%);
      transition: none;
      opacity: .5; }
  .blog-article .title {
    float: right;
    width: 100%;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 13px; }
    .blog-article .title a {
      float: right;
      width: 100%;
      color: #2D365D; }
      .blog-article .title a:hover {
        color: #FA9905; }
      .blog-article .title a:active {
        color: #212341; }
  .blog-article .flex-dec {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
  .blog-article .date-comment {
    width: 80px;
    border-radius: 17px;
    padding: 3px;
    background-image: linear-gradient(to top, rgba(45, 54, 93, 0.45), transparent);
    text-align: center;
    font-size: 11px;
    margin-bottom: 25px; }
  .blog-article .date {
    float: right;
    width: 100%;
    line-height: 30px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse; }
    .blog-article .date .ka-time {
      margin-left: 5px;
      color: #B3BBC7; }
  .blog-article .des {
    float: left;
    width: calc(100% - 100px);
    font-size: 13px;
    color: #939AA4; }
  .blog-article .comment {
    color: #fff; }
    .blog-article .comment span {
      font-size: 18px;
      margin-left: 2px; }
  .blog-article::after {
    content: '';
    position: absolute;
    right: 57px;
    bottom: -10px;
    width: 2px;
    height: 36px;
    background-color: #2D365D;
    transition: 0.2s ease-in-out; }
  .blog-article:hover::after {
    bottom: 0; }

@media (max-width: 575px) {
  .flex-section-header .link span {
    display: none; } }
@media (min-width: 768px) {
  .grid-article {
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px; } }
@media (min-width: 992px) {
  .grid-article {
    grid-template-columns: 1fr 1fr 1fr; } }
/* Footer */
footer.footer {
  float: right;
  width: 100%;
  margin-top: 100px;
  padding-top: 100px;
  background: url("../images/map.jpg") no-repeat center 150px; }

.shadow {
  overflow: hidden;
  position: relative;
  padding-top: 110px; }
  .shadow::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    width: 576px;
    height: 100px;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 100px #f2f3f7; }
  .shadow::after {
    content: "";
    position: absolute;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "LTA" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 45px; }
  .shadow.no-wave::after {
    display: none; }
  .shadow.no-margin {
    margin-top: 0; }

.flex-footer {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }
  .flex-footer .right, .flex-footer .left {
    width: 100%;
    margin-bottom: 25px; }
  .flex-footer .list {
    float: right;
    width: 100%;
    background-image: linear-gradient(to left, #F8F9FB, transparent);
    border-radius: 35px;
    padding: 20px;
    line-height: 33px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 45px; }
    .flex-footer .list li {
      float: right;
      width: 50%; }
      .flex-footer .list li a {
        float: right;
        width: 100%;
        color: #212341; }
        .flex-footer .list li a::before {
          content: '';
          display: inline-block;
          margin-left: 10px;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          border: 2px solid #2D365D; }
        .flex-footer .list li a:hover {
          font-weight: 700; }
        .flex-footer .list li a:active {
          color: #FA9905; }

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom, #F8F9FB, transparent);
  border-radius: 35px;
  padding: 67px 13px 0; }
  .footer-contact .logo {
    font-size: 46px;
    color: #FA9905; }
  .footer-contact .title {
    width: 110px;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    color: #B3BBC7;
    text-align: center;
    border: 1px solid #F5F3FC;
    border-right: none;
    border-left: none;
    margin: 20px 0 70px;
    padding: 10px 0;
    position: relative; }
    .footer-contact .title::after {
      content: '';
      position: absolute;
      bottom: -50px;
      left: calc(50% - 37px);
      width: 74px;
      height: 24px;
      background-image: radial-gradient(black 12%, transparent 12%);
      background-position: left bottom;
      background-size: 13px 13px; }
  .footer-contact .up {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #FA9905;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px; }
    .footer-contact .up:hover {
      transform: scale(1.1);
      transition: 0.2s ease-in-out; }
    .footer-contact .up:active {
      transform: scale(0.9);
      transition: none; }
  .footer-contact .support {
    font-size: 13px;
    font-weight: 500;
    margin: 28px 0 15px; }
  .footer-contact .social {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-top: 22px; }
    .footer-contact .social li {
      display: inline-block; }
      .footer-contact .social li a {
        margin: 0 5px;
        color: #2D365D; }
        .footer-contact .social li a:hover {
          color: #FA9905; }
        .footer-contact .social li a:active {
          color: #212341; }

.footer-call {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  color: #212341;
  justify-content: end;
  align-items: center;
  flex-direction: row-reverse;
  height: 60px;
  border-radius: 20px;
  padding: 0 8px;
  background-image: linear-gradient(to right, rgba(0, 134, 125, 0.1), transparent); }
  .footer-call .icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #B3BBC7;
    margin-right: 15px; }
  .footer-call:hover {
    background-image: linear-gradient(to right, rgba(0, 134, 125, 0.2), transparent); }
  .footer-call:active {
    background-image: linear-gradient(to right, rgba(0, 134, 125, 0.1), transparent); }

.footer-address {
  float: right;
  width: 100%;
  background-color: #FA9905;
  border-radius: 24px;
  margin-bottom: 30px; }
  .footer-address .num {
    float: right;
    width: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff; }
  .footer-address .inner {
    float: left;
    width: calc(100% - 50px);
    min-height: 47px;
    background-color: #F8F9FB;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    justify-content: start; }
    .footer-address .inner .flex {
      width: 100%;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      position: relative; }
    .footer-address .inner .icon {
      width: 90px;
      font-size: 45px;
      color: #B3BBC7;
      text-align: center; }
      .footer-address .inner .icon::before {
        position: relative;
        top: -10px;
        right: 10px; }
    .footer-address .inner .sup-add {
      position: absolute;
      top: -10px;
      right: 88px;
      background-color: #B3BBC7;
      padding: 0 5px 0 15px;
      line-height: 18px;
      font-size: 11px;
      border-radius: 9px;
      color: #fff; }
    .footer-address .inner .bold {
      font-weight: bold;
      font-size: 16px; }
    .footer-address .inner .mail {
      color: #212341;
      font-weight: 500; }
      .footer-address .inner .mail .sup-add {
        font-weight: normal; }
      .footer-address .inner .mail:hover {
        font-weight: 700; }
      .footer-address .inner .mail:active {
        color: #FA9905; }

.copyright {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  border-top: 1px solid #E7EBEE;
  font-size: 12px; }
  .copyright > div {
    margin-top: 27px; }
  .copyright span {
    font-weight: bold; }
  .copyright a {
    color: #fa9905;
  font-weight: 700; }
    .copyright a:hover {
      font-weight: 700; }
    .copyright a:active {
      font-weight: normal; }

@media (max-width: 767px) {
  .footer-address .inner {
    padding-right: 20px; }
    .footer-address .inner .flex .icon {
      display: none; }
    .footer-address .inner .flex > div, .footer-address .inner .flex > a {
      padding-top: 15px;
      margin-bottom: 15px; }
    .footer-address .inner .flex .sup-add {
      right: 0; } }
@media (min-width: 768px) {
  .flex-footer .right {
    width: 230px; }
  .flex-footer .left {
    width: calc(100% - 280px); }

  .flex-footer .list li {
    width: 50%; }

  .shadow::before {
    width: 720px; } }
@media (min-width: 992px) {
  .flex-footer .list {
    padding: 40px 60px; }
    .flex-footer .list li {
      width: 25%; }

  .shadow::before {
    width: 960px; } }
@media (min-width: 1200px) {
  .footer-address .inner .flex {
    width: auto; }
    .footer-address .inner .flex:first-child {
      width: 50%; }

  .shadow::before {
    width: 1169px; } }
@media (min-width: 1360px) {
  .shadow::before {
    width: 1300px; } }
/* 02_Export */
.breadcrumb {
  float: right;
  width: 100%;
  background-color: #fff;
  border-radius: 25px;
  padding: 10px 27px;
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 35px 0 135px;
  position: relative;
  padding-right: 50px; }
  .breadcrumb a {
    color: #212341;
    display: flex;
    align-items: center;
    margin-left: 13px; }
    .breadcrumb a::after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "LTA" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      margin-right: 13px;
      transform: rotate(180deg); }
  .breadcrumb span {
    font-weight: bold; }
  .breadcrumb::before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "LTA" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #B3BBC7;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 20px; }

section.export.inner {
  margin-top: -140px; }

section.about-export {
  float: right;
  width: 100%; }

.flex-about-export {
  float: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .flex-about-export .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .flex-about-export .title {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px; }
    .flex-about-export .title::before {
      content: '';
      position: absolute;
      right: calc(50% - 40px);
      bottom: -5px;
      width: 80px;
      height: 1px;
      background-color: #212341; }
  .flex-about-export .des {
    line-height: 26px; }
  .flex-about-export .inner-link {
    float: right;
    line-height: 55px;
    border-radius: 28px;
    padding: 0 27px;
    background-color: #F5F3FC;
    color: #643DE6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 15px;
    font-weight: 500;
    font-size: 15px; }
    .flex-about-export .inner-link span {
      margin-right: 17px; }
    .flex-about-export .inner-link:hover {
      background-color: #643DE6;
      color: #fff; }
    .flex-about-export .inner-link:active {
      background-color: #F5F3FC;
      color: #643DE6; }

.parallax-img {
  position: relative;
  transform-style: preserve-3d;
  transform: perspective(400px); }

.poster {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 100px;
  box-shadow: 0 -20px 50px #B0DCF3;
  overflow: hidden; }

.shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%);
  z-index: 100; }

.layer-1 {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.1s; }
  .layer-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (min-width: 992px) {
  section.export.inner {
    margin-top: -70px; }

  .flex-about-export {
    flex-direction: row; }
    .flex-about-export > div {
      width: 50%;
      padding-left: 50px; }
    .flex-about-export .content {
      text-align: right;
      align-items: flex-start; }
    .flex-about-export .title::before {
      right: 0; } }
@media (min-width: 1200px) {
  .about-export {
    background: url("../images/map.jpg") no-repeat center 150px;
    background-position: left; }

  .flex-about-export > div:last-child {
    padding-left: 100px; } }
/* Transport */
section.transport {
  float: right;
  width: 100%;
  background-color: #212341;
  padding: 85px 0; }
  section.transport .grid-services .item::before {
    color: #212341; }
  section.transport.shadow::before {
    display: none; }

.export-title {
  float: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-bottom: 80px; }
  .export-title .sup {
    font-size: 13px; }
  .export-title .sub {
    font-size: 30px;
    font-weight: 600; }

.line-dots {
  width: 78px;
  height: 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 5px; }
  .line-dots div {
    height: 100%;
    border-radius: 3px;
    background-color: #fff; }
  .line-dots .large {
    width: 48px; }
  .line-dots .small {
    width: 20px; }

/* Ship */
section.ship {
  float: right;
  width: 100%;
  margin-top: 70px; }

.flex-ship {
  float: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }
  .flex-ship .img {
    float: right;
    width: 100%;
    position: relative;
    margin-bottom: 30px; }
    .flex-ship .img img {
      float: right;
      width: 100%;
      border-radius: 35px;
      position: relative; }
    .flex-ship .img .icon {
      position: absolute;
      left: -10px;
      top: 40px;
      width: 95px;
      height: 95px;
      background: #FA9905 url("../images/ship.png") no-repeat center center;
      border-radius: 25px;
      box-shadow: 0 5px 20px rgba(250, 153, 5, 0.5); }
    .flex-ship .img::before {
      content: '';
      position: absolute;
      top: -15px;
      right: -15px;
      width: 115px;
      height: 115px;
      background-image: radial-gradient(black 12%, transparent 12%);
      background-position: left bottom;
      background-size: 13px 13px; }
  .flex-ship .content h3 {
    float: right;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative; }
    .flex-ship .content h3::before {
      content: '';
      position: absolute;
      width: 80px;
      height: 1px;
      background-color: #212341;
      right: 0;
      bottom: -10px; }
  .flex-ship .content div {
    float: right;
    width: 100%;
    line-height: 26px; }

@media (min-width: 768px) {
  .flex-ship {
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-between; }
    .flex-ship .img {
      width: calc(50% - 37px);
      margin-bottom: 0; }
      .flex-ship .img .icon {
        left: -28px; }
    .flex-ship .content {
      width: calc(50% - 37px); }
    .flex-ship::before {
      right: -25px;
      top: -25px; } }
@media (min-width: 992px) {
  section.ship {
    margin-top: 140px; } }
/* FAQ */
section.faq {
  float: right;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 70px;
  background: url("../images/circle.png") no-repeat left center;
  background-position: calc(100% + 270px) 100%; }
  section.faq.shadow {
    padding-top: 80px; }
  section.faq::after {
    display: none; }

.faq-h3 {
  float: right;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #6B708D;
  margin-bottom: 65px;
  position: relative; }
  .faq-h3::before {
    content: '';
    position: absolute;
    bottom: -5px;
    right: calc(50% - 25px);
    width: 50px;
    height: 1px;
    background-color: #EE6C4D; }

.faq-item {
  float: right;
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  margin-bottom: 30px; }
  .faq-item .header {
    float: right;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
    cursor: pointer; }
    .faq-item .header .num {
      position: absolute;
      top: 10px;
      right: -15px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #6B708D;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      color: #fff; }
    .faq-item .header .title {
      width: calc(100% - 60px);
      padding-right: 30px;
      font-weight: 500;
      font-size: 15px; }
    .faq-item .header .arrow {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #F5F3FC;
      color: #643DE6;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      transform: rotate(90deg);
      transition: 0.2s ease-in-out; }
  .faq-item .content {
    float: right;
    width: 100%;
    display: none;
    line-height: 30px;
    color: #939AA4;
    padding: 0 60px 0 60px;
    position: relative;
    margin: 20px 0 40px; }
    .faq-item .content::before {
      content: '';
      position: absolute;
      top: 0;
      right: 30px;
      width: 5px;
      height: 100%;
      border-radius: 3px;
      background-color: #E7EBEE; }
  .faq-item.active {
    background-color: #F8F9FB;
    box-shadow: none; }
    .faq-item.active .header .arrow {
      background-color: #FA9905;
      color: #fff;
      transform: rotate(-90deg); }

@media (min-width: 992px) {
  section.faq {
    margin-top: 150px; }
    section.faq.shadow {
      padding-top: 110px; }

  .faq-item .header .num {
    right: -30px; } }
/* Customers */
section.customers {
  float: right;
  width: 100%;
  background-color: #F8F9FB; }

.customers-h3 {
  float: right;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  color: #6B708D;
  margin-bottom: 20px; }
  .customers-h3 ~ .line-dots div {
    background-color: #E7EBEE; }

.customers-content {
  float: right;
  width: 100%;
  height: 170px;
  line-height: 30px;
  font-size: 13px;
  color: #6B708D;
  margin-top: 20px;
  position: relative;
  overflow: hidden; }
  .customers-content.active {
    height: auto;
    margin-bottom: 109px; }
    .customers-content.active::before {
      display: none; }
  .customers-content::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 125px;
    background-image: linear-gradient(to top, #F8F9FB, transparent); }

.customers-show {
  float: right;
  width: 120px;
  line-height: 30px;
  border-radius: 17px;
  border: 2px solid #2D365D;
  text-align: center;
  font-weight: 500;
  color: #2D365D;
  margin: 50px calc(50% - 60px) 0 0;
  cursor: pointer; }
  .customers-show:hover {
    background-color: #2D365D;
    color: #fff; }

@media (min-width: 768px) {
  .customers-h3 {
    font-size: 30px; } }
@media (min-width: 992px) {
  .customers-show {
    margin-bottom: 75px; } }
/* About */
.flex-about-inner {
  float: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin-top: -100px; }
  .flex-about-inner .content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .flex-about-inner .content div {
      font-size: 25px;
      font-weight: 700; }
    .flex-about-inner .content a {
      width: 170px;
      line-height: 50px;
      border-radius: 25px;
      background-color: #fff;
      color: #212341;
      text-align: center;
      margin-top: 15px; }

section.page {
  float: right;
  width: 100%;
  margin-top: -200px; }
  section.page .inner-block {
    float: right;
    width: 100%;
    position: relative; }
    section.page .inner-block::before {
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      width: 100%;
      height: 100px;
      border-radius: 50px;
      backdrop-filter: blur(30px);
      background-color: rgba(255, 255, 255, 0.15); }
  section.page .inner {
    float: right;
    width: 100%;
    min-height: 500px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.04);
    position: relative;
    padding: 30px 20px; }

section.about.inner {
  margin-top: 70px; }
section.about.reverse {
  background-position: 770px 60px; }
  section.about.reverse .flex-about {
    flex-direction: row-reverse; }
  section.about.reverse::before {
    border-right: 4px solid #F8F9FB;
    border-left: none;
    left: 0;
    right: auto;
    border-radius: 0 35px 35px 0; }

.footer-contact .yellow {
  color: #FA9905; }
.footer-contact .border-top-none {
  border-top: none;
  margin-top: 0; }
  .footer-contact .border-top-none.title::after {
    height: 48px;
    bottom: -80px; }

.single-flex-content {
  float: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .single-flex-content .right {
    padding-right: 30px;
    position: relative; }
    .single-flex-content .right::before {
      content: '';
      width: 10px;
      height: 80px;
      border-radius: 4px;
      background-color: #0055FF;
      position: absolute;
      top: 0;
      right: 0; }
  .single-flex-content h1.title {
    font-size: 35px;
    font-weight: 700;
    margin: 0; }
  .single-flex-content ul {
    font-size: 22px;
    border: 1px solid #FFF3F0;
    border-right: none;
    border-left: none;
    line-height: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 10px 0;
    margin-top: 30px; }
    .single-flex-content ul li {
      display: inline-block; }
      .single-flex-content ul li a {
        float: right;
        color: #EE6C4D; }
        .single-flex-content ul li a span {
          float: right; }
        .single-flex-content ul li a:hover {
          color: #212341;
          transform: scale(1.2); }
        .single-flex-content ul li a:active {
          color: #EE6C4D;
          transform: scale(1); }

.single-content {
  float: right;
  width: 100%;
  line-height: 36px;
  margin-top: 30px; }

.about-circle {
  float: right;
  width: 100%;
  background: url("../images/circle.png") no-repeat left center;
  background-position: -250px 10%; }

@media (min-width: 768px) {
  .flex-about-inner {
    flex-direction: row-reverse;
    justify-content: center; }
    .flex-about-inner .content {
      margin-top: -120px; }
      .flex-about-inner .content div {
        display: flex;
        flex-direction: column;
        font-size: 50px;
        line-height: 57px; }
    .flex-about-inner .image {
      width: 60%; }

  section.page .inner {
    padding: 65px 95px; } }
@media (min-width: 992px) {
  section.page {
    margin-top: -150px; }

  .flex-about-inner .content {
    margin-top: -170px; }

  .single-flex-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
    .single-flex-content ul {
      margin-top: 0; } }
@media (min-width: 1200px) {
  section.page {
    margin-top: -180px; }

  section.about.inner .flex-about > .right {
    width: calc(40%); }
  section.about.inner .flex-about > .left {
    width: calc(60% - 70px); } }
@media (min-width: 1360px) {
  section.page {
    margin-top: -200px; } }
/* Blog */
.blog-header-img {
  float: right;
  width: 100%;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  color: #212341; }
  .blog-header-img img {
    float: right;
    width: 100%; }
  .blog-header-img .title {
    position: absolute;
    border-radius: 20px;
    right: 15px;
    bottom: 15px;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 20px;
    font-size: 13px;
    z-index: 2; }
  .blog-header-img::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(to top, #2D365D, transparent);
    z-index: 1; }

.blog-lightslider-block {
  float: left;
  width: 100%; }
  .blog-lightslider-block .lSAction {
    position: absolute;
    top: 23%;
    right: 5px;
    width: calc(100% - 10px);
    display: flex;
    justify-content: space-between; }
    .blog-lightslider-block .lSAction a {
      width: 48px;
      height: 48px;
      border-radius: 10px;
      background-color: #FA9905;
      box-shadow: 0 5px 15px rgba(238, 108, 77, 0.25);
      position: relative;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 20px;
      opacity: 1;
      transition: 0.2s ease-in-out; }
      .blog-lightslider-block .lSAction a.lSNext::before {
        transform: rotate(180deg); }
      .blog-lightslider-block .lSAction a::before {
        content: "";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "LTA" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .blog-lightslider-block .lSAction a:hover {
        transform: scale(1.1); }
      .blog-lightslider-block .lSAction a:active {
        transform: scale(0.9);
        transition: none; }

.blog-lightslider {
  float: left;
  width: 100%; }
  .blog-lightslider .blog-article {
    margin-bottom: 15px; }

section.blog-tab {
  float: right;
  width: 100%;
  background: url("../images/blog-tab.jpg") no-repeat center top;
  background-size: contain;
  margin-top: 95px; }

.tab-items {
  float: right;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 65px 0;
  text-align: center; }

.tab-item {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer; }
  .tab-item .title {
    width: 130px;
    line-height: 35px;
    background-image: linear-gradient(to top, rgba(147, 154, 164, 0.7), transparent);
    border-radius: 20px 20px 0 0;
    font-size: 18px;
    font-weight: 600; }
  .tab-item .des {
    width: 156px;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .tab-item .icon {
    font-size: 20px;
    color: #B3BBC7; }
  .tab-item .text {
    background-color: #FFF9EB;
    color: #2D365D;
    width: 72px;
    height: 35px;
    border-radius: 10px;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    line-height: 15px;
    justify-content: center;
    position: relative; }
    .tab-item .text span {
      font-weight: bold;
      font-size: 14px; }
    .tab-item .text::before {
      content: '';
      position: absolute;
      right: -13px;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #F5F3FC; }
  .tab-item.active .des, .tab-item:hover .des {
    background-color: #FA9905; }
  .tab-item.active .icon, .tab-item:hover .icon {
    color: rgba(255, 255, 255, 0.4); }
  .tab-item.active .text::before, .tab-item:hover .text::before {
    background: rgba(255, 255, 255, 0.26); }

.tab-content {
  float: right;
  width: 100%;
  display: none; }
  .tab-content.active {
    display: block; }

.kalhors-pagination {
  float: right;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: 40px 0;
  line-height: 40px;
  text-align: center; }
  .kalhors-pagination li a {
    float: right;
    min-width: 40px;
    border-radius: 25px;
    font-weight: 600;
    color: #212341;
    border: 1px solid #fff;
    margin: 0 8px; }
    .kalhors-pagination li a.text {
      font-weight: normal;
      padding: 0 10px;
      border-color: #D5DBE0;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); }
    .kalhors-pagination li a:hover {
      border-color: #FA9905;
      box-shadow: 0 10px 20px rgba(250, 153, 5, 0.35); }
    .kalhors-pagination li a:active {
      background: #FA9905;
      color: #fff; }
  .kalhors-pagination li span {
    float: right;
    width: 40px;
    border-radius: 25px;
    font-weight: 600;
    background-color: #F8F9FB;
    margin: 0 8px; }
  .kalhors-pagination li:last-child a {
    margin-right: 0; }

@media (max-width: 767px) {
  .tab-item {
    padding: 0 3px; }
    .tab-item .title {
      width: auto;
      padding: 0 15px;
      font-size: 13px;
      border-radius: 10px; }
    .tab-item .des {
      display: none; }
    .tab-item.active .title {
      background: #FA9905;
      color: #fff; } }
@media (min-width: 768px) {
  .blog-header-img .title {
    right: 30px;
    bottom: 30px;
    font-size: 26px;
    padding: 20px 30px; } }
@media (min-width: 992px) {
  .blog-divider {
    float: right;
    width: 100%;
    height: 100px; }

  section.page.blog {
    margin-top: -190px; } }
/* 04_Contact */
.contact-page {
  float: right;
  width: 100%;
  min-height: 400px;
  padding: 10px 10px 0;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 3px 75px rgba(0, 0, 0, 0.08); }

.flex-contact {
  float: right;
  width: 100%;
  display: flex;
  flex-flow: column; }
  .flex-contact .maps {
    float: right;
    width: 100%; }
    .flex-contact .maps img {
      float: right;
      width: 100%;
      border-radius: 40px; }
    .flex-contact .maps .footer-address {
      position: absolute;
      bottom: 0;
      right: 0; }

.map-img {
  float: right;
  width: 100%;
  position: relative;
  margin-bottom: 25px; }

.flex-one {
  float: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15px; }
  .flex-one .title {
    font-size: 30px;
    font-weight: bold; }
  .flex-one .des {
    font-size: 16px;
    color: #B3BBC7; }
    .flex-one .des span {
      color: #0055FF; }
  .flex-one > div:last-child {
    margin-top: 15px;
    line-height: 23px; }

.contact-hint {
  float: right;
  width: 100%;
  border-top: 1px solid #F5F3FC;
  border-bottom: 1px solid #F5F3FC;
  text-align: center;
  margin: 35px 0;
  padding: 30px 0; }
  .contact-hint a {
    color: #0055FF;
    font-weight: 600; }

.flex-two {
  float: right;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .flex-two > div {
    float: right;
    width: 100%;
    position: relative; }
    .flex-two > div a {
      float: right;
      width: 100%;
      position: relative;
      padding-right: 60px;
      color: #232323;
      margin-bottom: 20px; }
      .flex-two > div a div {
        font-size: 30px;
        line-height: 30px; }
        .flex-two > div a div span {
          font-size: 33px;
          font-weight: 600;
          color: #FA9905;
          margin-left: 5px; }
      .flex-two > div a::before {
        content: "";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "LTA" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 5px;
        right: 0;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background-color: #B3BBC7;
        color: #D8E1E8;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px; }
      .flex-two > div a:hover::before {
        background-color: #FA9905;
        color: #fff; }
      .flex-two > div a:active::before {
        background-color: #B3BBC7;
        color: #D8E1E8; }
    .flex-two > div::before {
      content: '';
      position: absolute;
      top: 20px;
      right: 21px;
      width: 1px;
      height: 70%;
      background-color: #E8E6F1; }
  .flex-two > a {
    float: right;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to top, #EFEFEF 67%, transparent);
    border-radius: 33px;
    padding: 30px 0;
    color: #2D365D; }
    .flex-two > a .icon {
      font-size: 40px;
      color: #B3BBC7; }
    .flex-two > a .text {
      line-height: 25px;
      border-radius: 20px;
      padding: 0 15px;
      background-color: #B3BBC7;
      color: #fff;
      margin-top: 5px; }
    .flex-two > a .email {
      font-size: 16px;
      font-weight: 600;
      margin-top: 20px; }
    .flex-two > a:hover {
      background-image: linear-gradient(to top, #EFEFEF 80%, transparent);
      transform: scale(1.1);
      transition: 0.2s ease-in-out; }
    .flex-two > a:active {
      background-image: linear-gradient(to top, #EFEFEF 67%, transparent);
      transform: scale(1);
      transition: none; }

.contact-social {
  float: right;
  width: 100%;
  margin-top: 45px;
  border-top: 1px solid #F5F3FC;
  padding: 44px 0; }
  .contact-social > div {
    font-size: 16px;
    color: #B3BBC7; }
  .contact-social > ul {
    margin-top: 10px; }
    .contact-social > ul li {
      float: right;
      margin-left: 10px; }
      .contact-social > ul li a {
        float: right;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #FA9905;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px; }
        .contact-social > ul li a:hover {
          background-color: #c87a04; }
        .contact-social > ul li a:active {
          background-color: #FA9905; }

@media (min-width: 768px) {
  .flex-one {
    flex-direction: row;
    align-items: center;
    margin-top: 30px; }
    .flex-one > div:first-child {
      width: 40%; }
    .flex-one > div:last-child {
      width: 60%;
      margin-top: 0;
      position: relative; }
      .flex-one > div:last-child::before {
        content: '';
        position: absolute;
        top: 5px;
        right: -40px;
        width: 5px;
        height: 85px;
        background-image: radial-gradient(black 15%, transparent 15%);
        background-position: left bottom;
        background-size: 8px 8px;
        opacity: .5; }

  .flex-two {
    flex-direction: row; }

  .contact-social {
    padding-right: 76px;
    position: relative; }
    .contact-social::before {
      content: '';
      position: absolute;
      top: 48px;
      right: 0;
      width: 34px;
      height: 75px;
      background-image: radial-gradient(black 12%, transparent 12%);
      background-position: left bottom;
      background-size: 13px 13px; } }
.contact-us-title {
  float: right;
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-top: 50px; }

.contact-form {
  float: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 100px; }
  .contact-form input {
    float: right;
    width: 100%;
    line-height: 45px;
    border-radius: 50px;
    background-color: #F8F9FB;
    padding: 0 30px;
    border: none;
    margin-bottom: 30px; }
  .contact-form textarea {
    float: right;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 235px;
    padding: 20px 30px;
    border-radius: 50px;
    background-color: #F8F9FB;
    border: none;
    margin-bottom: 30px; }
  .contact-form > .half {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    .contact-form > .half > * {
      width: calc(50% - 5px); }
  .contact-form button {
    float: right;
    width: 100%;
    border: none;
    line-height: 55px;
    border-radius: 50px;
    background-color: #0055FF;
    font-weight: 600;
    font-size: 16px;
    color: #fff; }
    .contact-form button:hover {
      background-color: #0044cc; }
    .contact-form button:active {
      background-color: #0055FF; }

.contact-address {
  position: absolute;
  right: 0;
  bottom: -15px;
  background-color: #FA9905;
  border-radius: 50px;
  width: 100%; }

.ca-num {
  float: right;
  width: 50px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 600; }

.ca-text {
  float: left;
  width: calc(100% - 50px);
  min-height: 47px;
  background-color: #F8F9FB;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }
  .ca-text .ca-icon {
    width: 55px;
    text-align: center;
    font-size: 40px;
    color: #B3BBC7; }
  .ca-text .ca-sub {
    background-color: #B3BBC7;
    color: #fff;
    border-radius: 20px;
    line-height: 17px;
    padding: 0 6px 0 15px;
    font-size: 11px; }
  .ca-text > div {
    width: calc(100% - 55px);
    margin-top: -10px; }
  .ca-text .ca-address {
    color: #212341; }
    .ca-text .ca-address .ca-bold {
      font-weight: 600; }

@media (min-width: 576px) {
  .contact-address {
    right: 45px;
    width: calc(100% - 90px); } }
@media (min-width: 768px) {
  .contact-form > .half > * {
    width: calc(50% - 15px); } }
@media (min-width: 992px) {
  .contact-page {
    padding-left: 25px; }

  .flex-contact {
    flex-direction: row;
    justify-content: space-between; }
    .flex-contact > .maps {
      width: calc(40% - 36px); }
    .flex-contact > .content {
      width: 60%; }

  .flex-one > div:last-child::before {
    top: 5px;
    right: -16px;
    height: 105px; }

  .contact-divider {
    float: right;
    width: 100%;
    height: 300px; }

  .page.contact {
    margin-top: -380px; }

  .contact-form {
    width: 640px;
    margin-right: calc(50% - 320px); } }
@media (min-width: 1200px) {
  .flex-one > div:last-child::before {
    right: -40px;
    height: 85px; } }
@media (min-width: 1360px) {
  .flex-one > div:last-child::before {
    right: -50px; }

  .flex-two {
    padding-left: 100px; }
    .flex-two > div {
      width: 60%; }
    .flex-two > a {
      width: 40%; } }
/* 06_Single Post */
.single-post-img {
  float: left;
  width: 100%;
  position: relative; }
  .single-post-img img {
    float: right;
    width: 100%;
    border-radius: 40px; }

.post-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between; }
  .post-info > div {
    width: 55px;
    background-color: #B3BBC7;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding: 20px 0;
    position: relative; }
    .post-info > div .sp-icon {
      color: rgba(255, 255, 255, 0.7);
      font-size: 16px;
      margin-bottom: 5px; }
    .post-info > div .sp-bold {
      font-weight: 600; }

.sp-details {
  float: right;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 74px rgba(0, 0, 0, 0.1);
  display: flex;
  margin-top: 10px;
  border-radius: 15px;
  text-align: center;
  flex-flow: row wrap;
  font-size: 12px;
  color: #B3BBC7; }
  .sp-details > div {
    width: 33.3333%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .sp-details > div:nth-child(2) {
      background-color: #F8F9FB; }

.spd-bold {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2D365D;
  margin-top: 5px; }

.spd-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF3F0; }

.flex-study {
  display: flex;
  flex-direction: column;
  align-items: center; }

.spd-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 20px;
  margin-top: 10px;
  color: #2D365D; }
  .spd-circle span {
    font-size: 36px;
    font-weight: 600;
    color: #FF8A66; }

.single-post-title {
  float: right;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 36px 0 40px;
  color: #171717; }

.single-post-divider {
  float: right;
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #F5F3FC;
  display: flex;
  justify-content: center; }
  .single-post-divider div {
    width: 122px;
    height: 1px;
    background-color: #FA9905; }

.single-post-content {
  float: right;
  width: 100%;
  line-height: 36px;
  margin-top: 70px; }

.sp-img {
  float: right;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  margin: 25px 0; }
  .sp-img img {
    float: right;
    width: 100%; }

blockquote {
  float: right;
  width: 100%;
  position: relative;
  margin: 80px 0;
  padding: 0 50px;
  font-weight: 600; }
  blockquote > div {
    position: relative; }
  blockquote::before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "LTA" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #F8F9FB;
    font-size: 80px;
    top: 0;
    right: 0; }

.comments-title {
  float: right;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin: 110px 0 20px; }
  .comments-title.no-margin {
    margin-top: 0; }

.bottom-shadow {
  overflow: hidden;
  position: relative;
  padding-bottom: 110px; }
  .bottom-shadow::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -100px;
    left: 50%;
    width: 576px;
    height: 100px;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 100px #f2f3f7;
    display: block !important; }

.input-block {
  position: relative; }

.lable-contact {
  position: absolute;
  top: -9px;
  right: 50px;
  background-color: #fff;
  border-radius: 9px;
  line-height: 18px;
  padding: 0 15px; }

.width-100 {
  width: 100%; }

.contact-form.spf {
  margin-top: 100px; }
  .contact-form.spf input, .contact-form.spf textarea {
    background-color: #fff;
    border: 1px solid #EFEFEF; }

.comment-item {
  float: left;
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }
  .comment-item .avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    background-color: #171717;
    color: #fff; }
  .comment-item .content {
    width: calc(100% - 75px); }
  .comment-item.sub .avatar,
ul.children .avatar {
    background-color: #B3BBC7; }

.comment-header {
  float: right;
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  background-image: linear-gradient(to left, #FFEBEC, #F8F9FB);
  border-radius: 40px;
  align-items: center;
  padding: 0 30px;
  position: relative; }
  .comment-header > div:first-child > div:first-child {
    font-weight: 600; }
  .comment-header > div:last-child {
    display: flex;
    align-items: center; }

.contact-support {
  float: left;
  background-color: #2A2A2A;
  line-height: 25px;
  border-radius: 15px;
  padding: 0 12px;
  color: #fff;
  position: absolute;
  top: -12px;
  left: 30px; }
.contact-support a{
  color: #fff;
}
.comment-text {
  float: right;
  width: 100%;
  font-size: 13px;
  line-height: 26px;
  margin-top: 30px; }

@media (min-width: 768px) {
  .single-post-img {
    width: calc(100% - 130px);
    margin-left: 65px; }

  .post-info {
    bottom: 40px;
    width: calc(100% + 130px);
    left: -65px; }

  .sp-details {
    width: calc(100% - 130px);
    margin-right: 65px;
    border-radius: 40px; }
    .sp-details > div {
      padding: 15px 0; }

  .flex-study {
    flex-direction: row;
    justify-content: center; }

  .fs-title {
    width: 65px;
    margin-left: 10px; }

  .spd-circle {
    margin-top: 0; }

  .bottom-shadow::after {
    width: 720px; }

  .comment-item.sub,
ul.children  {
    width: calc(100% - 90px); 
	    float: left;}

  .contact-support {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 20px; } }
@media (min-width: 992px) {
  .sp-details {
    width: 510px;
    margin: -54px calc(50% - 255px) 0 0;
    position: relative;
    z-index: 1; }

  blockquote {
    padding: 0 100px; }
    blockquote::before {
      font-size: 200px;
      top: -80px; }

  .bottom-shadow::after {
    width: 960px; } }
@media (min-width: 1200px) {
  .bottom-shadow::after {
    width: 1169px; } }
@media (min-width: 1360px) {
  .bottom-shadow::after {
    width: 1300px; } }
/* Gallery */
.gallery-text {
  float: right;
  width: 100%;
  margin: 65px 0 100px; }

.single-post-lightslider {
  float: left;
  width: 100%; }
  .single-post-lightslider > div {
    position: relative; }

.single-post-img .lSGallery {
  display: flex;
  justify-content: center; }
  .single-post-img .lSGallery li {
    width: 60px !important;
    height: 60px;
    margin: 0 10px !important; }
    .single-post-img .lSGallery li a {
      float: right;
      width: 100%;
      height: 60px; }
    .single-post-img .lSGallery li img {
      float: right;
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      border-radius: 15px; }

.gallery-video {
  float: right;
  width: 100%;
  border-radius: 40px;
  overflow: hidden; }
  .gallery-video ~ .play {
    cursor: pointer; }
  .gallery-video:hover ~ .play {
    transform: translate(-50%, -50%) scale(1.1); }
    .gallery-video:hover ~ .play .inner-play {
      background-color: #fff;
      color: #000; }
  .gallery-video:active ~ .play {
    transform: translate(-50%, -50%) scale(0.9);
    transition: none; }

.index-video {
  float: right;
  width: 100%; }
.search-box {
  float: right;
  width: 100%;
  background-color: #0d0e20;
  border-bottom: 2px solid #fff;
  display: none; }
  .search-box form {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
    padding: 5px 0; }
    .search-box form input {
      width: calc(100% - 115px);
      height: 40px;
      background-color: transparent;
      border-radius: 20px;
      border: none;
      color: #fff; }
    .search-box form button {
      width: 100px;
      height: 40px;
      border-radius: 20px;
      border: none;
      background-color: #FA9905;
      color: #fff; }
    .search-box form button:active {
      background-color: #fff;
      color: #FA9905; }

@media (min-width: 768px) {
  .gallery-text {
    padding: 0 160px;
    position: relative;
    line-height: 35px; }
    .gallery-text::before {
      content: '';
      position: absolute;
      top: 0;
      right: 65px;
      width: 47px;
      height: 127px;
      background-image: radial-gradient(black 12%, transparent 12%);
      background-position: left bottom;
      background-size: 13px 13px;
      opacity: .5; }

  .single-post-img .lSGallery {
    margin-top: -50px !important; }
    .single-post-img .lSGallery li {
      width: 120px !important;
      height: 120px; }
      .single-post-img .lSGallery li a {
        height: 120px; } }

