@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

body {
  font-family: "Lato", sans-serif;
}
/*div, p {word-break: break-all;}*/
a {
  text-decoration: none !important;
}
header.site-header {
  background-color: #062967;
}
header.site-header a {
  color: #fff;
}
header.site-header a:hover {
  text-decoration: underline !important;
  color: #fff;
}
header .navbar .site-menu ul {
  display: flex;
  gap: 10px;
}
header .navbar {
  padding: 15px 0;
}
header .navbar .site-menu ul li {
  list-style: none;
}
header .navbar .site-menu ul li a {
  text-decoration: none;
  color: #ffffff;
  margin-right: 15px;
}
header .navbar .site-menu ul li:last-child a {
  margin-right: 0;
}
header .navbar .site-menu ul li a:after {
  content: "|";
  float: right;
}
header .navbar .site-menu ul li:last-child a:after {
  content: "";
}
.flyam-blog-list article.hfe-post-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.flyam-blog-list article.hfe-post-card .hfe-post-image {
  height: 100%;
}
.flyam-blog-list article.hfe-post-card .hfe-post-image a {
  height: 100%;
  display: flex;
}
.flyam-blog-list article.hfe-post-card .hfe-post-image img {
  height: 300px;
  object-fit: cover;
  margin: 0;
}
.flyam-blog-list article.hfe-post-card:before {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  border-radius: 10px;
}
.flyam-blog-list article.hfe-post-card .hfe-post-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 30px;
  width: 100%;
}
.flyam-blog-list article.hfe-post-card .hfe-post-content .hfe-post-title {
  margin-bottom: 10px;
  line-clamp: 2;
  display: -webkit-box;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.flyam-blog-list article.hfe-post-card .hfe-post-content .hfe-post-title,
.flyam-blog-list article.hfe-post-card .hfe-post-content .hfe-post-title a {
  color: #fff;
}
.home-newsletter .wpforms-container .wpforms-form {
  max-width: 450px;
}
.home-newsletter .wpforms-container .wpforms-form input {
  max-width: 450px;
  height: auto;
  padding: 15px 25px;
  font-size: 16px;
  border-radius: 10px;
}
.home-newsletter .wpforms-container .wpforms-form button {
  max-width: 450px;
  width: 100%;
  border-radius: 50px;
  padding: 15px 25px;
  height: auto;
  margin-top: 10px;
}
.home-newsletter .wpforms-container .wpforms-form .wpforms-error {
  color: #fff;
}
.home-newsletter .wpforms-container .wpforms-field {
  padding-bottom: 0;
}
.home-newsletter .wpforms-container .wpforms-form .wpforms-error:before {
  background-color: #fff;
}
.home-newsletter .wpforms-container .wpforms-confirmation-container-full {
  max-width: 500px;
}
div.wpforms-container-full button[type="submit"]:focus:after {
  border: 0 !important;
}
.footer-top-row .hfe-infocard .hfe-infocard-text-wrap .hfe-button-wrapper {
  display: none;
}
.inner-banner {
  height: 60vh;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.inner-banner .content {
  position: relative;
  z-index: 2;
}
.inner-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.inner-banner .content h1 {
  color: #fff;
}
.inner-banner .content .breadcrumb,
.inner-banner .content .breadcrumb a {
  color: #fff;
}
main {
  margin-top: 80px;
  margin-bottom: 80px;
}
.blog-post-page .col .card {
  position: relative;
  border-radius: 10px;
  border: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.blog-post-page .col .card:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; /* content: ""; */
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 10px;
}
.blog-post-page .col .card .card-img-top {
  height: 280px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  position: left top;
}
.blog-post-page .col .card .card-body {
  padding: 0;
}
.blog-post-page .col .card .entry-header {
  padding: 20px; /*position: absolute; bottom: 0; left: 0; */
}
.blog-post-page .col .card .card-title {
  line-clamp: 2;
  margin-bottom: 0;
  display: -webkit-box;
  line-height: 30px;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Nunito Sans", sans-serif;
}
.blog-post-page .col .card .card-title a {
  color: #062967;
  font-family: "Nunito Sans", sans-serif;
}
.blog-post-page .col .card .hfe-read-more {
  margin-top: 15px;
  color: #062967;
  display: flex;
}
.navigation.pagination {
  clear: both;
  float: left;
  width: 100%;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.page-title {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 40px;
}
.custom-sidebar .widget {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.blog-post-page img {
  margin: 10px 0;
}
.blog-post-page figure img {
  margin-bottom: 0;
}
.blog-post-page figcaption {
  text-align: center;
  background: #a4bbef;
  font-size: 13px;
  margin-top: 0 !important;
  padding: 7px 0;
  line-height: 23px;
}
.blog-post-page figcaption a {
  color: #000 !important;
  text-decoration: underline !important;
}
/* Headings (H1–H6) */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: 600; */
  color: #222;
  line-height: 1.3;
  margin-bottom: 0.6em;
}
/* Default Desktop Sizes */
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1rem;
}
.pagination-wrapper .page-numbers {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 1px;
  color: #222;
  padding: 0px 15px;
}
.pagination-wrapper .page-numbers:hover {
  background-color: #ceb069;
  color: #fff;
}
.pagination-wrapper .page-numbers.current {
  background-color: #062967;
  color: #fff;
}
.pagination-wrapper a.next.page-numbers,
.pagination-wrapper a.prev.page-numbers {
  width: auto;
  background-color: transparent;
  padding: 0px;
}
.pagination-wrapper a.next.page-numbers:hover,
.pagination-wrapper a.prev.page-numbers:hover {
  width: auto;
  background-color: transparent;
  color: #222;
}
.home-page-blogs .gallery figure.gallery-item img {
  max-height: 250px;
  object-fit: cover;
  height: 200px;
}
.home-gallery {
}
.wpcp-carousel-section .swiper-button-next,
.wpcp-carousel-section .swiper-button-next i,
.wpcp-carousel-section .swiper-button-prev,
.wpcp-carousel-section .swiper-button-prev i {
  line-height: 28px;
  font-family: fontawesome;
  color: #000;
  font-size: 40px;
  background: #062967;
  padding: 15px;
  color: #fff !important;
  border-radius: 5px;
}
.wpcp-carousel-section .swiper-button-next,
.wpcp-carousel-section .swiper-button-next i:hover,
.wpcp-carousel-section .swiper-button-prev,
.wpcp-carousel-section .swiper-button-prev i:hover {
  background-color: #d3b570;
}

.home-newsletter .wpforms-submit-container button.wpforms-submit {
  text-align: center !important;
  border-radius: 10px;
}
.home-newsletter.inner-newsletter .wpforms-container .wpforms-form input {
  border: solid 2px #062967;
}
.home-newsletter.inner-newsletter .wpforms-container .wpforms-form input:focus {
  border: solid 2px #f66748;
  box-shadow: none;
}
.home-newsletter.inner-newsletter
  .wpforms-submit-container
  button.wpforms-submit {
  background: #062967 !important;
  color: #fff !important;
  border: solid 1px #062967;
  opacity: 1;
  transition: transform 0.3s ease-in-out;
}
.home-newsletter.inner-newsletter
  .wpforms-submit-container
  button.wpforms-submit:hover {
  background: #f66748 !important;
  border: solid 1px #f66748;
  color: #fff !important;
  transform: translateY(-5px);
}
.blog-post-page .col .card .card-img-top {
  margin: 0;
}
.main-contact-form .wpforms-container .wpforms-field {
  width: 50%;
  float: left;
  clear: none;
  padding-right: 20px;
}
.main-contact-form .wpforms-container .wpforms-field input {
  max-width: 100% !important;
}
.main-contact-form .wpforms-container .wpforms-field.message-feilds {
  width: 100%;
}
.home-newsletter form .wpforms-field-container .wpforms-field-label {
  text-align: left !important;
}

.wpcp-carousel-section .swiper-button-next,
.wpcp-carousel-section .swiper-button-next i,
.wpcp-carousel-section .swiper-button-prev,
.wpcp-carousel-section .swiper-button-prev i {
  line-height: 28px;
  font-family: fontawesome;
  color: #000;
  font-size: 40px;
  background: #062967;
  padding: 0;
  color: #fff !important;
  border-radius: 5px;
  line-height: 50px;
  text-align: center !important;
  border-radius: 50%;
  padding: 3px 20px 3px 20px;
}
table.airlines-table {
  width: 100%;
  max-width: 430px;
  float: right;
  border-collapse: collapse;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
}

table.airlines-table thead {
  background: #062967;
  color: white;
  font-size: 16px;
}

table.airlines-table thead th {
  padding: 7px 17px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
}

table.airlines-table tbody tr {
  transition: background-color 0.3s ease;
}

table.airlines-table tbody tr:hover {
  background-color: #f5f7ff;
}

table.airlines-table tbody tr:last-child {
  border-bottom: none;
}

table.airlines-table tbody td {
  padding: 7px 17px;
  vertical-align: top;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #03091b;
}

table.airlines-table tbody td:first-child {
  font-weight: 600;
  width: 35%;
}
table.airlines-table tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.airlines-table tbody td:last-child {
  color: #555;
  line-height: 1.6;
}
.flyam-blog-list .hfe-posts-grid .hfe-post-content a.hfe-read-more {
  background-image: url(../images/blog-icon.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 30px;
}
.elementor-heading-title {
  margin-bottom: 5px;
}
.blogs-btn {
  width: 100%;
}
.blogs-btn:before {
  background: #d1dbe0;
  height: 1px;
  width: 100%;
  content: "";
  float: left;
  transform: translate(0, 30px);
  position: relative;
}

.blogs-btn .elementor-button {
  position: relative;
  z-index: 2;
  border: solid 10px #fff;
}
div,
p,
ul li {
  font-family: "Lato", sans-serif;

  line-height: 32px;
}
.bold_timeline_container.bold_timeline_container_item_content_display_hide
  .bold_timeline_item_override_content_display_inherit.bold_timeline_item
  .bold_timeline_item_header_inner:after,
.bold_timeline_container
  .bold_timeline_item_override_content_display_hide.bold_timeline_item
  .bold_timeline_item_header_inner:after {
  top: 1.4em;
}

.bold_timeline_container.bold_timeline_container_item_style_filled_header_outline
  .bold_timeline_item_override_style_inherit.bold_timeline_item.on
  .bold_timeline_item_inner
  .bold_timeline_item_header {
  background: rgb(221, 153, 51);
}
.bold_timeline_container.bold_timeline_container_item_style_filled_header_outline
  .bold_timeline_item_override_style_inherit.bold_timeline_item.on
  .bold_timeline_item_inner {
  border-color: rgb(221, 153, 51);
}
.bold_timeline_container.bold_timeline_container_item_style_filled_header_outline
  .bold_timeline_item_override_style_inherit.bold_timeline_item.on
  .bold_timeline_item_inner {
  border-color: rgb(221, 153, 51);
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bold_timeline_item.on .below-banner p {
  color: #fff;
}
ul li {
  margin-bottom: 10px;
  color: #03091b;
  font-size: 22px;
}

.inner-newsletter form .wpforms-field-container .wpforms-field-label {
  color: #333;
}
.wpostahs-slider-design-1 .wpostahs-slick-slider .slick-arrow{background: #062967;;}
.wpostahs-slider-design-1 .wpostahs-slider-nav-title .wpostahs-main-title{background: #062967; color: #fff}
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title{background: #f66748;}
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:after, .wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:before{border-top-color:#f66748 ;}
.wpostahs-slick-slider span.slick-arrow svg{width: 15px;}

.wpostahs-slider-design-1 .wpostahs-slick-slider .slick-next.slick-arrow{transform: translate(8px, 4px);}
.wpostahs-slider-design-1 .wpostahs-slick-slider .slick-prev.slick-arrow{transform: translate(-8px, 4px);}
.wpostahs-slider-design-1 .wpostahs-centent-title{font-size: 26px; font-weight: 600; text-transform: uppercase; color: #f66748; margin-bottom: 10px;   font-family: "Lato", sans-serif;}
.wpostahs-slider-design-1 .content-details, .wpostahs-slider-design-1 .wpostahs-centent{font-size: 20px; line-height: 34px;; padding: 0 4rem}
.wpostahs-slider-design-1 .wpostahs-slider-for-1 .slick-list{background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border-radius: 10px; padding: 40px 2rem ; }
.wpostahs-slider-design-1 .wpostahs-slider-for-1 .slick-track{display: flex; align-items: center;}
.widget .widget-title , .widget .wp-block-heading{   font-family: "Lato", seriff;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;    
    color: var(--e-global-color-primary);
  }
  .widget ul li{border-bottom:  solid 1px rgba(0, 0, 0, 0.2); padding-bottom: 10px;}
  .widget ul li a, .widget ul li{font-size: 16px; color: rgba(0, 0, 0, 0.65); line-height: 28px; font-weight: 500; font-family: "Lato", sans-serif;}
  .media-coverage-gallery .wpcp-carousel-wrapper .wpcp-carousel-section .wpcpro-row .wpcp-single-item figure img{
      margin: 0 auto;
    width: 100%;
    height: auto;
    box-shadow: none;
    height: 250px;
    object-fit: cover;
    object-position: top left;
      
  }
.homeluy-news .owl-carousel .owl-stage .owl-item h3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines */
  overflow: hidden;
}

.page-head-sec{
      z-index: 1;
    position: relative;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    margin: 0px;
    padding: 10rem 0 8rem;
    background-image: url(../images/flights.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    position:relative;
}
.page-head-sec:before{background:rgba(0,0,0,.7); width:100%; height:100%; position:absolute; left:0; top:0; content:'';}
.page-head-sec .container{position:relative; z-index:1; }

.homeluy-news .wpb-ea-post-carousel .post-content .post-heading {
     display: -webkit-box;
    -webkit-line-clamp: 2;   /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.entry-header .entry-title{font-weight:bold;}
.bold-color, strong {
  color: #f66748 !important;
}
.ehf-header #masthead{position:sticky; top:0; z-index:9999;}

.homeluy-news .post-thumbnail{
        height: 195px;
    display: flex;
    align-items: center;
    background: #f1eeee;
}

.homeluy-news .post-content .post-details{
      display: -webkit-box;
    -webkit-line-clamp: 3;   /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#sp-wp-carousel-free-id-11617 .wpcp-single-item{height:250px !important;}
.campaign-listing ul {margin: 0 0 0 20px; padding: 0;}
.campaign-listing ul li{font-size:18px;}
.campaign-listing h4{font-size: 18px; font-weight: 700;}
@media (max-width: 768px) {
  table.airlines-table thead th {
    padding: 15px;
    font-size: 1em;
  }

  table.airlines-table tbody td {
    padding: 6px 15px;
    font-size: 0.9em;
  }

  table.airlines-table tbody td:first-child {
    width: 40%;
  }
}

@media (max-width: 480px) {
  table.airlines-table thead th {
    padding: 12px 10px;
    font-size: 0.9em;
  }
  table.airlines-table tbody td {
    padding: 10px;
    font-size: 0.85em;
  }
}

@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: unset;
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (max-width: 1024px) {
  .blog-post-page .col .card .card-img-top {
    height: 180px;
  }
}
@media screen and (max-width: 780px) {
    .flyam-blog-list article.hfe-post-card .hfe-post-content .hfe-post-title,
    .flyam-blog-list article.hfe-post-card .hfe-post-content a,
    .flyam-blog-list article.hfe-post-card .hfe-post-content .hfe-post-title a {font-size: 19px; line-height: 30px; margin-bottom: 10px;}
    .flyam-blog-list article.hfe-post-card:before {opacity: 0.5;  }
    .inner-banner:before, .inner-banner {height: 30vh;}
    main {margin: 30px 0;}
    h1 {font-size: 2rem;}
    h2 {font-size: 1.7rem;}
    h3 {font-size: 1.4rem;}
    h4 {font-size: 1.2rem;}
    h5 {font-size: 1rem;}
    h6 {font-size: 0.9rem;}
    .menu-item a.hfe-menu-item {justify-content: center !important;}
    .hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown menu-is-active{position:absolute !important; top:50px; width:320px; right:0;}
    .elementor-48 .elementor-element.elementor-element-ea56950 .wpb-ea-post-carousel .post-info .post-footer a.read-more, .elementor-48 .elementor-element.elementor-element-ea56950 .wpb-ea-post-carousel .post-info .post-footer a.button {font-size: 16px; font-weight:500; line-height: 1.1em;}
    .owl-nav {display:none !important;}
}




