/**
* Template Name: Dewi - v4.6.0
* Template URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


:root {
  --opt-color: #91162b;
  --opt-color-rgb: 145, 22, 43;
  --opt-color-amber: #EDB01A;
  --opt-color-amber-bright: #FFC233;
  --opt-color-dark-blue: #365870;
  --color-vpt-lightblue: #5c8eb0;
  --opt-color-blue: #00bce3;
  --quoteBackgroundColor: #f4f4f4;
  --color-text: #212121;
  --vpt-background-color-advice: #04A1FD;
  --vpt-background-color-advice-key: #35B8FE;
  --vpt-text-important: #ffffff;
  --var-hr-color: #bfd0d7;
  --var-text-color-quote: #2A2B2F;
  --vpt-dark-background: #101422;
  --vpt-icon-color: #a1bdd1;
  --efb-color: #15222b;
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'JustAnotherHand';
  src: url(../fonts/JustAnotherHand-Regular.ttf) format('truetype');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a,
.vpt_a {
  color: var(--opt-color);
  text-decoration: none;
}

a:hover,
.vpt_a:hover {
  color: #ff724a;
  text-decoration: none;
}

p {
  text-align: justify;
}

.vpt_a {
  color: var(--opt-color) !important;
  text-decoration: none !important;
}

.vpt_a:hover {
  color: #ff724a !important;
  text-decoration: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.OPT_AMBER {
  color: var(--opt-color-amber) !important;
}

.question {
  font-family: JustAnotherHand;
  color: var(--opt-color-dark-blue);
  font-size: 75px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--opt-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff6a40;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#login_loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
}

#login_loader:before {
  border-top-color: transparent !important;
}

#login_form_show_password {
  cursor: pointer;
}

#login_form_show_password:active {
  opacity: 0.7;
}

#preloader:before,
#login_loader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--opt-color);
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.small-circle-image {
  width: 30px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid var(--vpt-dark-background);
  /*object-fit: cover;
  object-position: center;*/
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  height: 61px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(21, 34, 43, 1);
  padding: 5px 0;
}

#header .logo {
  /*font-size: 32px;*/
  margin: 0;
  margin-right: 40px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  display: block;
  width: 40px;
  height: auto;
  margin-right: 5px;
}


#header .vpt-brand {
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 0 !important;
}

#vpt-brand-short {
  display: none;
}

/* add media for screen less than 1200px logo img is display none*/
@media (max-width: 1050px) {
  #header .logo img {
    display: none;
  }
}

@media (max-width: 580px) {
  #vpt-brand-full {
    display: none;
  }

  #header .logo img {
    display: block;
  }

  /*#vpt-brand-short {
    display: block;
  }*/

}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  width: 100%;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  float: right;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 8px 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--opt-color);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar a:active {
  color: #fff!important;
  background-color: var(--opt-color);
  opacity: 0.9;
}

/* on holding click*/
/*  */


.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: var(--opt-color);
  border-color: var(--opt-color);
}

.navbar>ul>li>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: var(--efb-color);
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul .active {
  background-color: var(--opt-color);
  color: white;

}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--opt-color);
}
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul .active:hover>a{
  color: white;
}

.navbar .dropdown ul .active:hover {
  background: rgba(var(--opt-color-rgb), 0.8);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 988px) {
  #header {
    height: 77px;
  }

  .navbar {
    padding-top: 0 !important;
  }

  .navbar-brand {
    order: 1;
  }

  .btn-login {
    order: 2;
  }

  #header .navbar>ul {
    order: 3;
    width: 100%;
    /* Make the ul take up the full width */
    display: flex;
    justify-content: center;
  }

  #header li {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  #hero {
    margin-top: 70px;
  }

  /* .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }*/
}

@media screen and (max-width: 500px) {
  #header #navbar{
    margin-left: 2px;
    margin-right: 2px;
  }
  #header nav ul li {
    padding: 4px 12px;
  }

  #header .hiddenSmall {
    display: none;
  }

  #header {
    height: 77px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 7, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  color: var(--vpt-text-important);
  background-color: var(--vpt-dark-background);
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--vpt-text-important);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--opt-color);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--opt-color);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*--------------------------------------------------------------
# Hero Section / API Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  max-height: calc(75vh - 60px);
  margin-top: 60px;
  position: relative;
  padding: 0;
}

#carouselHero {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 75vh;
}

#carouselHero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*#hero:before,*/
#api:before {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#api {
  width: 100%;
  height: 60vh;
  background: url("../img/api-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 0;
}

#hero .hero-container,
#api .api-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1,
#api h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2,
#api h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

.btn-get-started,
.try_demo_button,
.try_demo_button-opacity,
.btn-vpt,
.btn-login,
.btn-blue,
.btn-vpt-lite,
.btn-vpt-std,
.btn-vpt-pro,
.btn-gray,
.btn-gray-outline {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  margin: 0 10px 0 10px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: var(--opt-color);
  border: 2px solid var(--opt-color);
  cursor: pointer;
  text-decoration: none !important;
}

.btn-vpt {
  font-weight: bold;
}

.btn-blue {
  background-color: var(--opt-color-blue);
  border: 2px solid var(--opt-color-blue);
}

.btn-gray {
  background: #f8f9fa;
  border: 2px solid #f8f9fa;
  color: #444444;
}

.btn-gray-outline {
  background: transparent;
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
  padding: 5px 20px 5px 20px;
  /*text-transform: unset;*/
}

.btn-gray-outline:hover {
  background: #f8f9fa;
  color: #444444;
  -webkit-transform: scale(1.05);
}

.btn-get-started:hover,
.try_demo_button:hover,
.btn-login:hover,
.btn-blue:hover,
.btn-gray:hover,
.btn-vpt-lite:hover,
.btn-vpt-std:hover,
.btn-vpt-pro:hover {
  color: #fff !important;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(1.05);
}

.try_demo_button-opacity:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.05);

}

.btn-login,
.try_demo_button,
.try_demo_button-opacity,
.btn-blue,
.btn-gray {
  width: fit-content !important;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
}

.btn-vpt-lite,
.btn-vpt-std,
.btn-vpt-pro {
  padding: 5px 20px 5px 20px;
  font-weight: 600;
}

.btn-vpt-lite {
  background: #09d4a5;
  border: 2px solid #09d4a5;
}

.btn-vpt-std {
  background: #E5A915;
  border: 2px solid #E5A915;
}

.btn-vpt-pro {
  background: #e72323;
  border: 2px solid #e72323;
}

.btn-login i,
.btn-gray-outline i,
.try_demo_button i {
  font-size: 20px;
  line-height: 0;
  margin-right: 10px;
  width: 20px;
}

button:disabled {
  background-color: #b3b3b3;
  /* Light Gray */
  border: 2px solid #b3b3b3;
  /* Light Gray */
  color: white;
  cursor: not-allowed;
  /* Change the cursor to indicate the button is disabled */
}

button:disabled:hover {
  /* Override any hover styles here */
  background-color: #b3b3b3;
  /* Keep the background color the same */
}

.button-coming-soon {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  min-height: 32px; /*keep heigth with overflow hidden*/
}

.button-coming-soon::after {
  content: 'Coming Soon';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  background: orange;
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: .8em;
  transform: translate(-50%, -50%) rotate(-5deg);
  opacity: .9;
}

.button-coming-soon:hover::after {
  right: 0;
}

#loginOffCanvas,
#accountOffCanvas {
  background-image: url(../images/main_bg_1.jpg);
  background-size: cover;
  background-position: left center;
  color: white;
  width: 450px !important;
}

@keyframes dots {

  0%,
  20% {
    content: "";
  }

  40% {
    content: ".";
  }

  60% {
    content: "..";
  }

  80%,
  100% {
    content: "...";
  }
}

.dots::after {
  content: "";
  animation: dots 2s steps(5, end) infinite;
}

#loginOffCanvas::before,
#accountOffCanvas::before {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#accountOffCanvas {
  background-image: url(../images/pilot_briefing.jpg);
  background-position: center;
}

#loginOffCanvas hr,
#accountOffCanvas hr {
  width: 80%;
}

#loginOffCanvas h6,
#loginOffCanvas h2,
#accountOffCanvas h6,
#accountOffCanvas h2 {
  text-shadow: 0 1px black;
}

#loginOffCanvas form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#forgotPasswordButton {
  color: var(--opt-color-amber);
  font-weight: bold;
  text-shadow: 0 0 black;
}

#forgotPasswordButton:hover {
  color: var(--opt-color-amber-bright);
}

#registerButton {
  color: rgba(53, 144, 218);
  font-weight: bold;
  text-shadow: 0 1px black;
}

#registerButton:hover {
  color: rgba(73, 164, 238);
}

.input-group-text {
  padding: .375rem .6rem !important;
}

.try_demo_button,
.try_demo_button-opacity {
  background: #2b9116;
  border: 2px solid #2b9116;
}

.navbar-mobile .try_demo_button,
.navbar-mobile .try_demo_button-opacity {
  border: 2px solid var(--opt-color) !important;
  color: var(--opt-color) !important;
}

.btn-vpt:hover {
  color: white;
  -webkit-transform: scale(1.05);
  opacity: 0.9;

}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: var(--opt-color);
}

@media (min-width: 1024px) {

  #hero,
  #api {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {

  #hero h1,
  #api h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2,
  #api h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/** PRO FEEDBACK */
#pro-feedback .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#pro-feedback h2,
#pro-feedback h4,
#pro-feedback h5 {
  text-align: center;
}

/*--------------------------------------------------------------
# LOGIN
--------------------------------------------------------------*/
/*#login_box {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user_card {

  width: 450px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(0, 0, 0, 0.7) !important;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  color: white;

}

.brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: -75px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7) !important;
  padding: 10px;
  text-align: center;
}

.brand_logo_container i {
  font-size: 150px;
  color: rgba(255, 255, 255, 0.9);
}*/

.form_container {
  margin-top: 80px;
}

.login_container {
  padding: 0 1.5rem;
}

.input-group-text {
  background: var(--opt-color) !important;
  color: white !important;
  border: 2px solid var(--opt-color) !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
  height: 100%;
  width: 40px;
}

.input_user:focus,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: var(--opt-color) !important;
}

.user_card a {
  color: white;
}

.user_card a:hover {
  opacity: 0.9;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

section .boxed-container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 20px;
  border-radius: 20px;
}


.section-bg {
  position: relative;
}

.section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg_sky.jpg);
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.3;
}

.section-bg {
  background-color: rgba(240, 244, 248, 0.5);
  z-index: 1;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--opt-color);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
  text-align: left;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonial-container {
  /*min-height: 280px;
  height: 100%;*/
  position: relative;
}

.testimonial-container .author {
  /*position it at the bottom of the container*/
  /*position: absolute;
  bottom: 20px;
  left: 80px;*/
  margin: 20px 20px 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testimonial-container .author b {
  color: var(--opt-color);
}

.testimonial-container .author p {
  margin-bottom: 0;
  margin-top: 0;
}

.testimonial-container .author .subInfo {
  font-size: 14px;
  color: #444444;
}

.carousel-dark button {
  background-color: var(--opt-color-dark-blue) !important;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container,
.airport-stats .container {
  padding-bottom: 15px;
}

.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.airport-stats .count-box {
  padding: 15px 0;
  width: 100%;
}

.about .count-box i,
.airport-stats .count-box i {
  display: block;
  font-size: 48px;
  color: var(--vpt-icon-color);
  float: left;
  /*line-height: 0!important;*/
}

.about .count-box span,
.airport-stats .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: var(--opt-color-dark-blue);
  margin-left: 60px;
}

.airport-stats .count-box span {
  display: inline-block;
}

.about .count-box p,
.airport-stats .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}

.about .count-box a,
.airport-stats .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover,
.airport-stats .count-box a:hover {
  color: #477392;
}

.about .content {
  font-size: 15px;
}

.about .content h3,
#accordionFAQ h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}

.about .content ul,
#accordionFAQ ul {
  list-style: none;
  padding: 0;
}

.about .content ul li,
#accordionFAQ ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i,
#accordionFAQ ul i {
  font-size: 24px;
  color: var(--opt-color);
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--opt-color) 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid var(--opt-color);
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes,
#FAQsection {
  background: url("../img/about-boxes-bg-2.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

#FAQsection {
  padding: 0 !important;
}

.about-boxes::before,
#FAQsection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.72);
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid,
#FAQsection .container,
.FAQsection .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 10px;
  text-align: center;
  background-color: var(--opt-color);
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: var(--efb-color);
}

.about-boxes .card-title a:hover {
  color: var(--opt-color);
}

.about-boxes .card-text {
  color: #5e5e5e;
  text-align: justify;
  text-justify: inter-word;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: var(--opt-color);
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Partner
--------------------------------------------------------------*/
.partner {
  /*background: #f0f4f8;*/
  position: relative;
  background: url(../images/bg_airport.jpg) center top no-repeat fixed;
  background-size: cover;

}

.partner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.partner img {
  max-width: 100px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  filter: grayscale(100);
  cursor: pointer;
  margin: 20px;
}

.partner img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .partner img {
    max-width: 75px;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
#features {
  padding-bottom: 0 !important;
}

#features .container {
  padding-bottom: 30px;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: var(--efb-color);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: var(--opt-color);
}

.features .nav-link.active {
  background: var(--opt-color);
  color: #fff;
  border-color: var(--opt-color);
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--opt-color);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

.features .tab-content p {
  text-align: justify;
  text-justify: inter-word;
}

.features .tab-content img {
  border: 1px solid black;
}

.features .tab-content {
  margin-top: 30px;
}

.features h3 {
  font-weight: 600;
  font-size: 26px;
  color: #263d4d
}

.features ul {
  list-style: none;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.features ul li {
  padding-bottom: 10px;
}

.features ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--opt-color);
}

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

.features .tab-content p {
  text-align: justify;
  text-justify: inter-word;
}

.features img {
  /*border: 13px solid black;
  border-radius: 20px;
  margin: 10px;
  width:90%;*/
}

.features p {
  text-align: justify;
  text-justify: inter-word;
}

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

.mini-card i {
  font-size: xx-large;
  height: auto;
}

.separator {
  /*width:50%;border-bottom: 2px solid var(--opt-color);*/
  margin-right: auto !important;
  margin-left: auto !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 200px;
  border-top: 1px solid #263d4d;
  border-bottom: 1px solid #263d4d;
}



.removebeforeflight {
  font-family: 'Roboto Condensed', sans-serif !important;
  color: white;
  background-color: darkred;
  /*#263d4d;*/
  /*background-color: #263d4d;*/
  font-size: 5vw;
  text-align: center !important;
  line-height: 250px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .removebeforeflight {
    font-size: 7vw;
  }
  
}

.removebeforeflight i {
  color: white !important;
}

@-webkit-keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(30deg);
  }

  80% {
    transform: translateX(-100%) translateY(-100%) rotate(30deg);
  }

  100% {
    transform: translateX(100%) translateY(100%) rotate(30deg);
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(30deg);
  }

  80% {
    transform: translateX(-100%) translateY(-100%) rotate(30deg);
  }

  100% {
    transform: translateX(100%) translateY(100%) rotate(30deg);
  }
}

.removebeforeflight .circle {
  /*border: 50px solid #f00;*/
  position: relative;
  display: inline-block;
  /*border: 1px solid #a8a9ad;
  border-radius: 100px;*/
  height: auto;
  width: 8vw;
  max-width: 100px;
  /*background: radial-gradient(circle, white 50%, #a8a9ad 50%);*/
  z-index: 0;
  overflow: hidden;
}

.removebeforeflight .circle_box {
  line-height: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: auto;
  width: 8vw;
  max-width: 100px;
  border-radius: 100%;
}

.removebeforeflight .circle_box:after {
  content: "";
  top: 0;
  transform: translateX(100%) rotate(30deg);
  width: 300%;
  height: 300%;
  position: absolute;
  z-index: 1;
  -webkit-animation: shine 3s infinite ease-in;
  animation: shine 3s infinite ease-in;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(128, 186, 232, 0) 100%);
}





/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
  background: url("../img/about-boxes-bg-2.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
  background-attachment: fixed;
}

.pricing::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.72);
  z-index: 9;
}

.pricing .container-lg,
.pricing .container-fluid {
  position: relative;
  z-index: 10;
}

.pricing .swiper-slide {
  margin-left: 20px;
  margin-right: 20px;
}


/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT     
========================================================  */

/*============================================================
BACKGROUND COLORS
============================================================*/
.db-bk-color-one {
  background-color: #f55039;
}

.db-bk-color-two {
  background-color: #46A6F7;
}

.db-bk-color-three {
  background-color: #47887E;
}

.db-bk-color-six {
  background-color: #F59B24;
}

/*============================================================
PRICING STYLES
==========================================================*/
.db-padding-btm {
  padding-bottom: 50px;
}

.db-button-color-square {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.50);
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.db-button-color-square:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.50);
  border: none;
}


.db-pricing-eleven {
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  color: #fff;
  line-height: 30px;
}

.db-pricing-eleven ul {
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 20px;
}

.db-pricing-eleven ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  /*cursor: pointer;*/
}

.db-pricing-eleven ul li i {
  margin-right: 5px;
  width: 30px;
  text-align: center;
}


.db-pricing-eleven .price {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 20px 20px 20px;
  font-size: 60px;
  font-weight: 900;
  color: #FFFFFF;
}

.db-pricing-eleven .price small {
  color: #B8B8B8;
  display: block;
  font-size: medium;
  margin-top: 22px;
}

.db-pricing-eleven .price .timeframe {
  color: white;
  font-size: large !important;

}

.db-pricing-eleven .type {
  background-color: #52E89E;
  padding: 50px 20px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
}

.db-pricing-eleven .pricing-footer {
  padding: 20px;
}

.db-attached>.col-lg-4,
.db-attached>.col-lg-3,
.db-attached>.col-md-4,
.db-attached>.col-md-3,
.db-attached>.col-sm-4,
.db-attached>.col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}

.db-pricing-eleven.popular {
  margin-top: 10px;
}

.db-pricing-eleven.popular .price {
  padding-top: 80px;
}

/*--------------------------------------------------------------
# API
--------------------------------------------------------------*/
.services .icon-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  /*line-height: 0;*/
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: var(--opt-color-dark-blue);
  transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
  color: var(--opt-color);
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: var(--opt-color);
}

/*#api {
  padding: 80px 0;
  background: url("../img/api-bg.jpg") top center no-repeat fixed;
  background-size: cover;
  position: relative;
}
#api::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}*/

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider,
.pricing .pricing-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}




.swiper-pagination {
  margin-top: 20px;
  position: relative;
  height: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--vpt-icon-color);
  opacity: 0.5;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 120px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--opt-color);
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: var(--opt-color);
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: var(--opt-color);
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--opt-color);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--opt-color);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 34, 43, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: var(--efb-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--efb-color);
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: var(--opt-color);
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  background: url("../images/bg_contact.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
  background-attachment: fixed;
}

.contact::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
}




.team {
  background: url("../img/team-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
  background-attachment: fixed;
}

.team::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
}



.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  z-index: 10;
  background-color: white;
  background-attachment: scroll;
}

.contact .info-box i {
  font-size: 32px;
  color: var(--opt-color);
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background-color: white;
}

.contact .php-email-form .error-message {
  color: #fff;
  background: #dc3545;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  color: #fff;
  background: #28a745;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--efb-color);
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--opt-color);
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
input[type="checkbox"]:focus {
  border-color: var(--opt-color) !important;
  /* #91162b to rgba */
  box-shadow: 0 0 10px rgba(145, 22, 43, 0.4) !important;
}

input[type="checkbox"]:checked {
  background-color: var(--opt-color) !important;
  border-color: var(--opt-color) !important;
}

/*.contact .php-email-form button[type=submit] {
  background: var(--opt-color);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #ff5e31;
}*/
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
#header_empty {
  height: 121px;
  width: 100%;
}

.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 70px!important;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 52px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #121d24;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: var(--efb-color);
  border-bottom: 1px solid #1d303c;
  padding: 60px 0 30px 0;
}

#footer .footer-top ul li a {
  text-decoration: none !important;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footer .footer-top .footer-info img {
  max-width: 300px;
  width: 100%;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--opt-color);
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff5e31;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--opt-color);
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--opt-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
}

/**
FAQ
*/

#accordionFAQ .accordion-button,
#accordionFAQ .accordion-button:not(.collapsed) {
  color: white !important;
  font-weight: bold;
  background-color: #2e4b5e !important;
}

#accordionFAQ .accordion-button:not(.collapsed) {
  background-color: var(--opt-color-dark-blue) !important;
}

#accordionFAQ .accordion-button:focus {
  background-color: white;
}





/* IOS */

html::-webkit-scrollbar,
.offcanvas-body::-webkit-scrollbar {
  width: 5px;
}

html::-webkit-scrollbar-track,
.offcanvas-body::-webkit-scrollbar-track {
  border-radius: 5px;
  /*webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}

html::-webkit-scrollbar-thumb,
.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: var(--opt-color);
  /*webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}


@media screen and (max-device-width: 1024px) {
  .separator {
    background-attachment: scroll !important;
  }

  #hero,
  #api {
    background-attachment: scroll !important;
  }

  .about-boxes,
  #FAQsection {
    background-attachment: scroll !important;
  }
}


@supports (-webkit-touch-callout: none) {
  .separator {
    background-attachment: scroll !important;
  }

  #hero,
  #api {
    background-attachment: scroll !important;
  }

  .about-boxes,
  #FAQsection {
    background-attachment: scroll !important;
  }

  .pricing {
    background-attachment: scroll !important;
  }

  .team {
    background-attachment: scroll !important;
  }
}



.underline-text {
  text-decoration: underline;
  text-decoration-color: var(--opt-color);
  /* change this to your desired underline color */
}


.bg_cdu,
.bg_engine_failure,
.bg_sky {
  position: relative;
  background-image:
    url(../images/bg_cdu.png);
  color: white;
  text-shadow: #000 2px 0 10px;
  background-position: top center;
  background-attachment: local;
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_engine_failure {
  background-image:
    url(../images/bg_engine_failure.png) !important;
  height: 500px;
  background-attachment: fixed;
  background-position: bottom center;
}

.bg_sky {
  background-image:
    url(../images/bg_sky2.jpg);
  background-attachment: fixed;
  background-position: center;
}

.bg_cdu::before,
.bg_engine_failure::before,
.bg_sky::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.4);
  z-index: 0;
}

.bg_engine_failure::before {
  background: rgba(13, 20, 26, 0.5);
}

/*media max width 900px*/
@media (max-width: 900px) {
  .bg_cdu {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .bg_cdu {
    height: 150px;
  }
}



.carousel .testimonial {
  padding: 0 15px 0 60px;
  position: relative;
}

.carousel .testimonial::before {
  content: "\201C";
  font-family: 'Quicksand';
  color: var(--vpt-icon-color);
  font-weight: bold;
  font-size: 68px;
  line-height: 54px;
  position: absolute;
  left: 15px;
  top: 0;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #1c47e3;
}

/**
  * SOCIAL
  */
/* Style all font awesome icons */
.fa-brands {
  position: relative;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 20%;
  margin: 0px 5px;
  vertical-align: middle;
}

.fa-brands::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social-media {
  text-decoration: underline;
  margin: 0px 5px;
}

.social-media:hover {
  opacity: 0.7;
}

/* Add a hover effect if you want */

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook-f {
  background: #3B5998;
  color: white;
}

.social-media-facebook {
  color: #3B5998;
}

.fa-youtube {
  background: #FF0000;
  color: white;
}

.social-media-youtube {
  color: #FF0000;
}

/* Twitter */
.fa-x-twitter {
  background: #020303;
  color: white;
}

.social-media-twitter {
  color: #020303;
}

.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  color: white;
}

.social-media-instagram {
  color: #bc1888;
}

.fa-discord {
  background: #7289DA;
  color: white;
}

.social-media-discord {
  color: #7289DA;
}

.fa-twitch {
  background: #6441A4;
  color: white;
}

.social-media-twitch {
  color: #6441A4;
}

.modal-content {
  background-color: #202a44 !important;
  color: white !important;
}

.modal-body::-webkit-scrollbar,
.modal-body div::-webkit-scrollbar {
  width: 5px;
}

.modal-body::-webkit-scrollbar-track,
.modal-body div::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #1B1C22;
}

.modal-body::-webkit-scrollbar-thumb,
.modal-body div::-webkit-scrollbar-thumb {
  background-color: #36ABFF !important;
}

.btn-close {
  background-color: #429e9d !important;
}

.btn_OK {
  background-color: #27445c !important;
  color: #00bce3 !important;
  font-weight: bold !important;
  width: 100%;
  border: 1px solid #192136 !important;
}

.btn_OK:hover {
  opacity: 80%;
}

#MODAL_AIRPORT_DATABASE_UPDATE table {
  position: relative;
  top: 0px;
  max-width: 1200px !important;
}

#MODAL_AIRPORT_DATABASE_UPDATE TD.AirportHeader {
  background: #00639c;
  font-weight: bold;
  font-family: Verdana;
  color: white;
  font-size: 16px;
  width: 40%;
  column-span: all;
}

#MODAL_AIRPORT_DATABASE_UPDATE TD.RunwayHeader {
  font-weight: bold;
  font-style: italic;
  font-family: Verdana;
  font-size: 12px;
  color: var(--global-text-color);
  padding-left: 3%;
  vertical-align: top;
}

#MODAL_AIRPORT_DATABASE_UPDATE TD.AirportDate {
  background: #00639c;
  font-weight: bold;
  font-family: Verdana;
  color: white;
  font-size: 14px;
  text-align: right;
  max-height: 35px;
  width: 60%;
}

#MODAL_AIRPORT_DATABASE_UPDATE TD.Data {
  font-family: Verdana;
  font-size: 12px;
  color: var(--global-text-color);
  vertical-align: top;
  width: 60%;
}

#MODAL_AIRPORT_DATABASE_UPDATE p {
  color: #3b3838;
  font-size: 14px;
  font-weight: bold;
}

#MODAL_AIRPORT_DATABASE_UPDATE a {
  text-decoration: none;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  margin: 0 auto;
  /* Centering */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(21, 34, 43, 0.8);
  color: #fff;
  text-align: center;
  padding: 15px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-warning p {
  margin: 0;
  flex-grow: 1;
}

.cookie-warning a {
  color: var(--opt-color-amber);
  text-decoration: underline;
}

.cookie-warning button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.cookie-warning button:hover {
  background-color: #45a049;
}

.spinner-border{
  color: var(--opt-color);
}