a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #393939;
}

.button {
  position: relative;
  display: inline-block;
  width: auto;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 5px 10px;
}

.button.line {
  background: none;
  border: 0;
  color: #000;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#nav .inner {
  background: #fff;
}

#nav .menu ul {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav .menu ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0px 10px;
  padding: 27px 0px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

#nav .menu ul li.withicon {
  padding-left: 32px;
}

#nav .menu ul li .icon {
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#nav .menu ul li.icononly {
  position: relative;
  display: block;
  padding: 25px 10px;
}

#nav .logo {
  position: relative;
  display: block;
  width: 100%;
  height: 77.4px;
  background-image: url("../img/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}

#nav .menu.right {
  float: right;
  margin-right: 10px;
}

#banner {
  position: relative;
  display: block;
  width: 100%;
  background-image: url("../img/flight_banner.jpg");
  min-height: 550px;
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, black, transparent);
}

#banner .heading {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 130px;
  text-align: center;
  margin-bottom: 20px;
}
#banner .heading h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}
#banner .features {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0;
  list-style: none;
  margin: 0;
}

#banner .features li {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  padding-left: 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#banner .features_wrapper {
  position: relative;
  display: block;
  text-align: center;
}

#banner .features li .icon {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  filter: invert(1);
}

#banner .features li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 1px;
  background: #ccc;
  height: 100%;
}

#banner .features li:first-child::after {
  display: none;
}

/* features */
#features {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

#features .head {
  position: relative;
  display: block;
  padding: 10px;
}

#features .head h1 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#features .head h1 .bold {
  font-weight: 300;
}

#features .head p {
  position: relative;
  display: block;
  font-size: 13px;
  color: rgb(255 255 255 / 70%);
  letter-spacing: 0.5px;
  margin-top: 20px;
  word-spacing: 3px;
}

#features .button_pane {
  margin-top: 20px;
}

#features .button_pane .button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 2px;
  margin-top: 12px;
}

#features .header {
  position: relative;
  display: block;
  margin-top: 50px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  padding-bottom: 30px;
  border-right: 1px solid rgb(0 0 0 / 22%);
}

#features .header .icon {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#features .header h1 {
  position: relative;
  display: block;
  font-size: 17px;
  color: #062b51;
  text-transform: capitalize;
  font-weight: 600;
}

#grid {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px 0;
}

#grid .item_wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px;
}

#grid .item {
  position: relative;
  display: block;
  width: 100%;
  background: #ccc;
  height: 200px;
  border: 1px solid #fff;
  border-radius: 6px;
  overflow: hidden;
}

#grid .item .bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease-out;
}

#grid .item .head {
  position: absolute;
  display: block;
  width: auto;
  text-align: left;
  bottom: 10px;
  left: 10px;
  padding-left: 10px;
  padding-right: 18px;
  z-index: 2;
  background: #00000087;
  border-radius: 7px;
  backdrop-filter: blur(5px);
}

#grid .item .head .title {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

#grid .item .head span {
  font-size: 11px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 8px;
  position: relative;
  display: block;
}

#grid .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00000085, transparent);
  z-index: 1;
}

#grid .item:hover .bg {
  transform: scale(1.2);
}

.gen_heading {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0px;
  padding-bottom: 60px;
}

.gen_heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: url("../img/border.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gen_heading h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 10px;
  color: #2e3143;
}

.gen_heading p {
  font-size: 15px;
  color: #6b6b6b;
}

#top_flights {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

#top_flights .tab_content {
  position: relative;
  display: none;
}

#top_flights .tab_content.active {
  display: block;
}

#top_flights .heading {
  margin-bottom: 30px;
}

#top_flights .heading h3 {
  font-size: 25px;
}

#top_flights .heading p {
  font-size: 15px;
}

#top_flights ul.countries {
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}

#top_flights ul.countries li {
  float: left;
  font-size: 13px;
  padding: 10px 15px;
  background: #d8dcf5;
  margin: 0px 2px;
  border-radius: 2px;
  font-weight: 500;
  border: 1px solid #aeb7d3;
  color: #07143a;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  text-transform: capitalize;
}

#top_flights ul.countries li.active {
  background-color: #001572;
  color: #ffffff;
}

#top_flights .gutter {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px;
}

#top_flights .item {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px;
  background: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 6px 5px -5px #0000006b;
  border-radius: 8px;
}

#top_flights .item .airline_logo {
  position: absolute;
  top: 13px;
  left: 4px;
  width: 42px;
  height: 42px;
  background: url("../img/airlines/ua.png");
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#top_flights .item .text {
  position: relative;
  display: block;
  padding-left: 40px;
}

#top_flights .item .routes_group {
  float: left;
  position: relative;
  display: block;
  width: 80%;
}

#top_flights .item .routes_group .route {
  position: relative;
  display: block;
  padding: 3px;
  float: left;
  width: 50%;
}

#top_flights .item .routes_group .route .date {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

#top_flights .item .routes_group .route .code {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

#top_flights .item .flight_icon {
  position: absolute;
  top: 25%;
  display: block;
  width: 42px;
  height: 42px;
  background: url("../img/airplane.png");
  left: 25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#top_flights .item .rate {
  float: left;
  position: relative;
  display: block;
  width: 20%;
  font-size: 18px;
  font-weight: 700;
  color: #3f51b5;
}

#top_flights .item .rate span {
  position: relative;
  display: block;
  font-size: 11px;
  font-weight: 700;
}

#top_flights .fair_disclaimer h3 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 13px;
  font-weight: 700;
  color: #191b23;
}

#top_flights .fair_disclaimer p {
  font-size: 12px;
  font-weight: 400;
  color: #111;
}

#top_flights .fair_disclaimer .colored {
  color: #00176f;
  text-transform: capitalize;
}

#footer {
  margin: 0;
  position: relative;
  background: #051018;
  min-height: 250px;
  padding-top: 30px;
  padding-bottom: 25px;
}

#footer .brand h3 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

#footer .intro p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  letter-spacing: 1px;
  text-align: left;
  padding-right: 45px;
}

#footer .head {
  margin-bottom: 25px;
}

#footer .head h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#footer .nav ul {
  list-style: none;
  margin-left: -20px;
}

#footer .nav ul li {
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 0px;
  transition: all 0.2s ease-in;
}

#footer .nav ul li:hover {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 5px;
}

#footer .nav ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -20px;
  background: url("../img/arrow.png");
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 8px;
  transform: rotate(180deg);
}

#footer .nav ul li a {
  color: rgb(255 255 255 / 91%);
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;
  padding-right: 45px;
  text-transform: capitalize;
}

#footer .nav ul li:hover a {
  color: #f15220;
}

#footer_strip {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #151515;
  min-height: 50px;
}

#footer_strip .copyright h3 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 2px;
}

#footer .brand {
  padding-right: 30px;
  margin-bottom: 12px;
}

#footer ul.logos {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

#footer ul.logos li {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#about {
  position: relative;
  padding-top: 45px;
  padding-left: 90px;
  padding-right: 45px;
  padding-bottom: 45px;
}

#about .bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../img/place-flying-sunset-sky.jpg");
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  border-radius: 15px;
}

#about .heading {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 35px;
}

#about .heading h3 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2em;
}

#about .heading h3 span {
  font-weight: 400;
  display: block;
  font-size: 18px;
  color: #333;
}

#about .padded {
  padding: 45px;
  padding-top: 0;
  padding-bottom: 0;
}

#about .intro p {
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
}

#about .intro.first p {
  font-size: 18px;
  font-weight: 600;
}

#about .gutter {
  padding-right: 25px;
}

#small_banner {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#small_banner .head {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 161px;
}

#small_banner .head h3 {
  position: relative;
  display: block;
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
}

#about_page {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

#about_page .infobox_big .item {
  padding: 5px 15px;
}

#about_page .quote {
  font-size: 27px;
  color: #484166;
  letter-spacing: 1px;
  word-spacing: 1px;
  position: relative;
  padding: 15px 0px;
  display: inline-block;
  margin-bottom: 25px;
}

#about_page .quote::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  transform: skew(-10deg);
}

#about_page .quote::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../img/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg) skew(-10deg);
  opacity: 0.8;
}

#about_page .quote_block {
  display: block;
}

#about_page .card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 1px;
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px;
}

#about_page_cards .item {
  padding: 25px 25px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #bbbbbb;
  transition: all 0.2s ease-out;
}

#about_page_cards .item:hover {
  box-shadow: 0px 12px 20px -4px rgba(103, 58, 183, 0.6);
  border-color: #5942b6;
  transform: translateY(-3px);
}

#about_page_cards .text .title {
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #131425;
  margin-bottom: 10px;
  display: block;
}

#about_page_cards .text .excerpt {
  text-align: center;
  font-size: 15px;
  color: #43445d;
  line-height: 1.4em;
}

#about_page_cards .text a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 800;
  color: #131425;
  margin-top: 20px;
  width: 100%;
  display: block;
  text-align: center;
}

#about_page_cards .card_wrapper {
  padding: 10px;
}

#about_page .wrapper {
  padding: 15px;
}

#about_page_cards .bg {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 12px;
  background: url("../img/Chloe-Split-Croatia.jpg");
  min-height: 550px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#hero_text {
  text-align: center;
  padding-bottom: 45px;
}

.nav_call {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 10px;
}

.nav_call .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 42px;
  background: url("../img/avatar.jpg");
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 50%;
}

.nav_call .text {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 37px;
}

.nav_call .text .title {
  position: relative;
  display: block;
  font-size: 12px;
  color: #474747;
}

.nav_call .text .phone_number {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #004284;
}

#thankyou {
  padding-top: 45px;
  background: #fff;
}

#thankyou .heading {
  position: relative;
  display: block;
  margin-top: 100px;
  text-align: left;
}

#thankyou .heading h3 {
  font-size: 62px;
  font-weight: 700;
}

#thankyou .heading p {
  font-size: 17px;
  color: #5f5858;
}

#thankyou .buttons_wrapper {
  position: relative;
  display: block;
  text-align: left;
}

#thankyou .buttons_wrapper .nav_call {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-left: 20px;
  margin-top: 20px;
  background-color: #fff;
  transition: all 0.15s ease-out;
}

#thankyou .buttons_wrapper .nav_call .icon {
  left: 10px;
}

#thankyou .buttons_wrapper .nav_call:hover {
  transform: translateY(-5px);
  box-shadow: 0px 3px 8px -4px #00000078;
}

#thankyou .bg {
  position: relative;
  width: 100%;
  text-align: center;
}

#thankyou .bg img {
  position: relative;
  max-width: 500px;
  text-align: center;
  display: inline-block;
}