@import url(fontawesome.css);
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #ffffff;
}

/* Basic */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
h2 {
  font-size: 50px;
}
.contact-button a {
  background-color: #e91c24;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  padding: 10px 20px 10px 10px;
  display: inline-block;
  outline: none;
  border-radius: 40px;
}
.contact-button a img {
  width: 45px;
  height: 45px;
  margin-right: 5px;
}
a.menu-link {
  display: none;
}
button.btn-small {
  background: none;
  border: none;
  outline: none;
}
@media screen and (max-width: 992px) {
  .contact-button a {
    font-size: 16px;
  }
  .contact-button a img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  h2 {
    font-size: 40px;
  }
}

/* Top Nav Bar */
.main-header {
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(30px);
  height: 70px;
  position: fixed;
  z-index: 12;
  width: 100%;
  top: 0;
}
.main-header .logo {
  float: left;
  line-height: 70px;
  padding-left: 60px;
}
.main-header .logo a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.main-header .logo a em {
  margin-left: 5px;
  font-style: normal;
  color: #e91c24;
}
.main-header .logo2 {
  display: none;
}
.main-menu {
  float: right;
  padding-right: 0px;
}
.main-menu li {
  display: inline-block;
  line-height: 70px;
  margin-left: 0px;
  position: relative;
}
.main-menu li:first-child {
  margin-left: 0px;
}
.main-menu li a {
  padding: 0px 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.5s;
}
.main-nav li:hover a {
  padding: 21px 25px;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-nav li.active a {
  padding: 21px 25px;
  background-color: #dc1c24;
}

@media screen and (max-width: 992px) {
  .main-header .logo {
    display: none;
  }
  .main-header .logo2 {
    display: block;
    float: left;
    line-height: 70px;
    padding-left: 20px;
  }
  a.menu-link {
    float: right;
    display: block;
    font-size: 30px;
    color: #fff;
    padding-right: 30px;
    line-height: 70px;
  }
  nav[role="navigation"] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role="navigation"] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role="navigation"].active {
    max-height: 20em;
    height: 20em;
    overflow-y: scroll;
  }
  nav[role="navigation"] ul {
    top: 0;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(50, 50, 50, 0.99);
  }
  nav[role="navigation"] li a {
    display: block;
    padding: 15px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
  }
  nav[role="navigation"] li:hover a,
  nav[role="navigation"] li.active a {
    color: #ffffff;
  }

  .main-menu {
    padding-right: 0 !important;
  }
  .main-header .logo {
    line-height: 73px;
  }
  .main-menu li {
    display: block;
    line-height: 1;
    margin-left: 0 !important;
  }
  .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main-menu li .sub-menu li:last-child {
    border-bottom: 1px solid rgba(250, 250, 250, 0.25);
  }
}

/* Banner Content */
.main-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: -7px;
}
.banner-overlay {
  position: absolute;
  /* background-color: rgba(255, 255, 255, 0.1); */
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.main-banner .caption {
  text-align: left;
  position: absolute;
  width: 85%;
  left: 7.5%;
  top: 10%;
}
.main-banner .caption p {
  font-size: 20px;
  margin-bottom: 30px;
}
.main-banner .caption h1 {
  margin-bottom: 30px;
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
}
.main-banner .caption h1 em {
  font-style: normal;
  color: #e91c24;
}
.main-banner .caption img.logo {
  width: 100%;
}
.main-banner .caption img.plane {
  padding: 20px;
  width: 100%;
}
.main-banner .caption .plane-small {
  left: 55%;
  top: 5%;
  position: absolute;
}
.main-banner .bottom {
  text-align: center;
  position: absolute;
  left: 51%;
  bottom: 0;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {
  .main-banner .caption {
    text-align: center;
  }
  .main-banner .caption img.logo {
    width: 75px;
  }
  .main-banner .caption h1 {
    font-size: 2.5rem;
  }
  .main-banner .caption p {
    font-size: 0.8rem;
  }
  .main-banner .caption img.plane {
    margin-top: 30px;
    padding: 10px;
    width: 100%;
  }
  .main-banner .caption .plane-small {
    display: none;
  }
  .main-banner .bottom {
    display: none;
  }
}

/* Service Corousel */
section.service {
  background-image: linear-gradient(#93151a, #da202c, #93151a);
  padding: 90px 20px;
}
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 0;
  width: 100%;
  position: relative;
  padding: 0px 20px;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
  transform: scale(1);
  transition-duration: 0.3s;
}
.MultiCarousel .MultiCarousel-inner .item:hover {
  float: left;
  transform: scale(1.05);
}
.MultiCarousel .MultiCarousel-inner .item img {
  /* object-fit: cover; */
  width: 80%;
  max-height: 35vh;
}
.MultiCarousel .MultiCarousel-inner .item:hover img {
  -webkit-filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.7));
}
.MultiCarousel .MultiCarousel-inner .fix-height {
  padding: 10px;
  height: 40vh;
  text-align: center;
}
.MultiCarousel .MultiCarousel-inner .item p.lead {
  font-family: "SemiBold", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.MultiCarousel .line {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  width: 100%;
  height: 2px;
  margin-top: 35vh;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}
.MultiCarousel .leftLst {
  left: 10px;
}
.MultiCarousel .rightLst {
  right: 10px;
}
.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  display: none;
}
@media screen and (max-width: 992px) {
  section.service {
    padding: 50px 20px;
  }
  .MultiCarousel .MultiCarousel-inner .item p {
    font-size: 16px;
  }
  .MultiCarousel .MultiCarousel-inner .item p.lead {
    font-size: 30px;
  }
  @media screen and (max-width: 992px) {
    section.service {
      padding: 50px 20px;
    }
    .MultiCarousel .MultiCarousel-inner .item p {
      font-size: 16px;
    }
    .MultiCarousel .MultiCarousel-inner .item p.lead {
      font-size: 30px;
    }
    @media screen and (max-width: 400px) {
      .MultiCarousel .MultiCarousel-inner .fix-height {
        height: 28vh;
      }
      .MultiCarousel .line {
        margin-top: 25vh;
      }
    }
  }
}

/* Our Story */
section.our-story {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25)),
    url(../images/bg-our-story.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #172238;
  padding: 120px 80px;
}
section.our-story .header {
  margin-bottom: 60px;
}
section.our-story .logo {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
}
section.our-story .logo img {
  width: 75px;
  height: 75px;
}
section.our-story .item-group{
  padding-left: 140px;
}
section.our-story .item {
  align-items: center;
  padding: 30px 80px 30px 0px;
}
section.our-story .item .content {
  align-items: center;
  transform: scale(1);
  transition-duration: 0.3s;
}
section.our-story .item:hover .content {
  transform: scale(1.01);
}
section.our-story .item .content a {
  display: none;
}
section.our-story .circle {
  width: 140px;
  height: 140px;
}
section.our-story .cover-icon {
  position: relative;
  background-color: #ffffff;
  width: 140px;
  height: 140px;
  padding: 20px;
  border-radius: 70px;
  transition: all 0.6s ease;
  z-index: 10;
}
section.our-story .item:hover .cover-icon {
  box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.6);
  background-color: rgb(255, 222553, 255);
}
section.our-story .circle div.line {
  position: absolute;
  border-left: 3px solid #ffffff;
  height: 100%;
  left: 83px;
}
section.our-story .circle div.line.first {
  position: absolute;
  top: 140px;
}
section.our-story .circle div.line.middle {
  position: absolute;
  height: 200%;
  top: -70px;
}
section.our-story .circle div.line.last {
  position: absolute;
  top: -140px;
}
section.our-story .circle img {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
}
section.our-story h3 {
  text-align: center;
}
.map-box {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map-text {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.8rem;
  padding: 20px;
  max-width: 340px;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .map-box {
    top: 17%;
  }
  section.our-story .logo {
    margin-top: -40px;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
  }
  section.our-story .logo img {
    width: 50px;
    height: 50px;
  }
  section.our-story {
    text-align: center;
    padding: 40px 20px;
  }
  section.our-story .item-group{
    padding-left: 60px;
  }
  section.our-story .header {
    margin-bottom: 20px;
  }
  section.our-story h3 {
    text-align: left;
    font-size: 24px;
  }
  section.our-story p {
    text-align: left;
  }
  section.our-story p.dynamic-content {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  section.our-story .item {
    padding: 30px 0px;
  }
  section.our-story .item-fix-top {
    margin-bottom: auto;
  }
  section.our-story .circle {
    width: 90px;
    height: 90px;
  }
  section.our-story .cover-icon {
    position: relative;
    background-color: #ffffff;
    width: 90px;
    height: 90px;
    padding: 15px;
    border-radius: 50px;
    transition: all 0.6s ease;
    z-index: 10;
  }
  section.our-story .item:hover .cover-icon {
    /*box-shadow: 0 0 30px 10px rgba(100, 100, 255, 0.6);
    background-color: #ccf;*/
    box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.6);
    background-color: rgb(255, 222553, 255);
  }
  section.our-story .circle div.line {
    position: absolute;
    border-left: 3px solid #ffffff;
    height: 100%;
    left: 59px;
  }
  section.our-story .circle div.line.first {
    position: absolute;
    height: 300%;
    top: 90px;
  }
  section.our-story .circle div.line.middle {
    position: absolute;
    height: 400%;
    top: -135px;
  }
  section.our-story .circle div.line.last {
    position: absolute;
    height: 300%;
    top: -270px;
  }
  section.our-story .circle img {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
  }
  section.our-story .item .content a {
    color: red;
    display: block;
    cursor: pointer;
    font-size: 16px;
    text-align: right;
  }
  section.our-story .item .content i {
    transform: rotate(90deg);
  }
  section.our-story .item .content i.rotate-up {
    transform: rotate(-90deg);
  }
}

/* Our Country */
section.country {
  background: url(../images/bg-country.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 80px;
}
section.country p {
  font-size: 22px;
}
.country-card {
  flex: 0 0 14.28571428571429%;
  max-width: 14.28571428571429%;
}
section.country .hover-effect {
  transform: scale(1);
  transition-duration: 0.3s;
}
section.country .hover-effect:hover {
  transform: scale(1.05);
  z-index: 10;
}
.country-img {
  float: left;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.country-map {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 30px;
}
.b-10 {
  bottom: 5px;
}
.b-5 {
    bottom: 5px;
}
.b-20 {
    bottom: 40px;
}
.owl-img {
  width: 120px;
  height: 300px;
}
@media screen and (max-width: 992px) {
  section.country {
    padding: 0px;
  }
  section.country p {
    font-size: 18px;
  }
  section.country .head {
    padding: 40px 20px;
    text-align: center;
  }
  section.country .head p {
    font-size: 14px;
  }
}

/* Why Choose Us */
section.why-choose-us {
  background-color: #000000;
}
.chart-item {
  font-size: 3rem;
  margin-top: -120px;
}
.chart-1 {
  background-image: url(../images/bg-chart-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.chart-2 {
  background-image: url(../images/bg-chart-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.chart-3 {
  background-image: url(../images/bg-chart-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.chart-4 {
  background-image: url(../images/bg-chart-4.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.why-us {
  z-index: 999;
  position: absolute;
  left: 5%;
  margin-top: 80px;
}
.canvas-high {
  width: 100%;
  height: 500px;
  margin-top: 40px;
}
p.chart-description {
  /*color: #7b8285;*/
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .chart-item {
    font-size: 2rem;
  }
  .why-us {
    z-index: 999;
    position: static;
    margin: 0 !important;
    padding: 30px 0 20px 0;
    width: 100%;
    background-color: #2a2c31;
  }
  .canvas-high {
    width: 100%;
    height: 300px;
    margin-top: 0px;
  }
  p.chart-description {
    font-size: 12px;
  }
}

/* Contact Us */
section.contact {
  margin-bottom: -7px;
}
section.contact form {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  margin: 30px;
  width: 100%;
}
.contact-us {
  width: 340px;
  position: absolute;
  top: 0;
  right: 100px;
}
.text-danger {
  color: #dc3545 !important;
  font-weight: bold;
}
label {
  display: inline-block;
  font-size: 0.9rem;
  margin: 0;
}
::placeholder {
  color: gray;
  font-size: 0.8rem;
}
input {
  outline: 0;
  border-width: 0 0 1px;
  border-color: gray;
  opacity: 0.4;
  width: 100%;
}
input:focus {
  border-color: orange;
}

.custom-select {
  padding: 0px;
}
.custom-select select {
  display: none;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.select-selected {
  padding: 8px 16px;
}
.select-items div {
  color: #000000;
  padding: 8px 16px;
  border: 1px solid #eeeeee;
  border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1)
    rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
}
.select-items {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow-y: scroll;
  max-height: 400px;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: RGBA(108, 117, 125, 0.4);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: RGBA(108, 117, 125, 0.4);
}
.fa-angle-down {
  font-weight: bold;
  color: red;
  font-size: 19px;
  float: right;
}
.w-90 {
  width: 90% !important;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .contact-us {
    width: 100%;
    position: static;
  }
  section.contact form {
    background-color: white;
    border-radius: 20px;
    padding: 0;
    margin: 30px;
    width: auto;
  }
}

/* Footer */
footer {
  position: relative;
  background-color: #2a2c32;
  padding: 30px 60px;
}
footer .logo {
  line-height: 70px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
footer .logo img {
  width: 40px;
  height: 40px;
}
footer .logo em {
  margin-left: 5px;
  font-style: normal;
  color: #e91c24;
}
footer.first p {
  font-size: 14px;
  margin-top: -15px;
  padding-left: 50px;
}
footer .contact-link {
  text-align: center;
  position: absolute;
  left: 10%;
  width: 80%;
  top: 30%;
}
footer img.icons {
  margin: 0px 5px;
  width: 60px;
  height: 60px;
}
footer.second {
  background-color: #dc1c24;
}
footer.second p.copyright {
  margin-bottom: 0px;
  opacity: 0.5;
}
footer.second .menu-link {
  float: right;
  padding-right: 0px;
}
footer.second .menu-link li {
  display: inline-block;
  margin-left: 0px;
  position: relative;
}
footer.second .menu-link li:first-child {
  margin-left: 0px;
}
footer.second .menu-link li a {
  padding: 0px 15px;
  letter-spacing: 0.5px;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  footer.first {
    padding: 10px 20px 30px;
  }
  footer.first p {
    padding-left: 0px;
  }
  footer.first .logo-space {
    text-align: center;
  }
  footer .logo img {
    width: 30px;
    height: 30px;
  }
  footer .contact-link {
    position: relative;
    width: 90%;
  }
  footer.second p.copyright {
    margin-top: 20px;
    text-align: center;
  }
  footer img.icons {
    width: 40px;
    height: 40px;
  }
  footer .logo {
    font-size: 16px;
  }
  footer p {
    font-size: 10px;
  }
  footer.second {
    padding: 10px 20px 30px;
  }
  footer.second .menu-link {
    text-align: center;
    float: none;
  }
  footer.second .menu-link li a {
    padding: 0px 10px;
    font-size: 12px;
  }
}


.chart-item {
z-index: 10000;
    position:relative;
}


.bannerCountry {
    position: relative;
    height: 560px;
    width: 100%;
}

    .bannerCountry img {
        max-height: 560px;
        min-height: 560px;
        height: 560px;
        object-fit: cover;
        width: 100%;
    }

    .bannerCountry h1 {
        font-size: 72px;
        font-weight: bold;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 80px;
        color: #fff;
    }

.countryBox {
    color: #000;
    padding-left: 60px;
    padding-right: 60px;
}

    .countryBox .section-title {
        font-size: 40px;
        font-weight: 900;
        text-transform: uppercase;
    }

        .countryBox .section-title img {
            width: 24px;
            height: 24px;
            margin-left: 30px;
            margin-top: -10px;
        }

    .countryBox .lead {
        font-size: 24px;
        font-weight: 400;
        color: #2a2c32;
    }

    .countryBox .info-card {
        background-color: #dc1c24;
        border-radius: 16px;
        padding: 25px;
        color: #fff !important;
        font-size: 24px;
        font-weight: 700;
    }

        .countryBox .info-card a {
            color: #fff !important;
            word-break: break-all;
            text-decoration: underline;
        }

        .countryBox .info-card .right {
            font-size: 24px;
            font-weight: 400;
        }

        .countryBox .info-card .info-hr {
            color: #fff;
            border-color: #fff;
        }

    .countryBox .map {
        margin-top: 80px;
        margin-bottom: 80px;
    }

        .countryBox .map img {
            height: 560px;
            width: 100%;
            border-radius: 15px !important;
            object-fit: cover;
            overflow: hidden;
        }

    .countryBox .boxSection2 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

@media screen and (max-width: 1024px) {
    .countryBox {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bannerCountry {
        position: relative;
        height: 250px;
        width: 100%;
    }

        .bannerCountry img {
            max-height: 250px;
            min-height: 250px;
            height: 250px;
            object-fit: cover;
            width: 100%;
            object-position: center;
        }

        .bannerCountry h1 {
            font-size: 40px;
            height: 45px;
        }

    .main-nav .main-menu {
        position: absolute;
        top: 70px;
        transition: all 0.5s ease;
        width: 100%;
        height: 0px !important;
        overflow: hidden;
        opacity: 0;
    }

    .main-nav.active .main-menu {
        position: absolute;
        height: 125px !important;
        opacity: 1;
    }

    .countryBox .info-card {
        font-size: 16px;
    }

        .countryBox .info-card .right {
            font-size: 16px;
            font-weight: 400;
        }

    .countryBox .map {
        margin-top: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        border-radius: 25px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .countryBox .map img {
            height: 250px;
        }

    .countryBox .boxSection2 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .countryBox .section-title {
        font-size: 24px;
    }

    .countryBox .lead {
        font-size: 18px;
    }

    .countryBox .section-title img {
        margin-left: 5px;
        width: 18px;
        height: 18px;
        margin-top: -5px;
    }
}
