body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.image-wrapper {
  display: block;
  margin: auto;
}
/****** Navigation Bar *********/
nav {
  background-color: transparent;
}

nav.navbar{
  position: fixed;
  top: 0;
  z-index: 1020;
  width: 100%;
}
nav.footernavbar{
  position: unset !important;
  top: 0;
  z-index: 1020;
  width: 100%;
}

.navbar .container {
  border-bottom: 1px solid #e5e5e5;
}

.logo-wrapper {
  display: block;
  margin: auto;
  width: 200px;
  padding: 10px;
}

.nav-item {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0px 15px;
  font-weight: 700;
}

.primary-color{
  color:#d3c19f;
}

.pos-abs {
  position: absolute;
  top: -13px;
  font-size: 12px;
  left: 40%;
  color: #b5a381;
}

.font-black{
  color: #000;
}
a:hover{
  text-decoration: underline;
  color: #000;
}

.pos-rel{
  position: relative;
}

.nav-item a {
  padding: 0px 6px;
  color: #ffffff;
  text-decoration: none;
}

.nav-item a:hover,
.nav-item a:active,
.nav-item .active {
  color: #D3C19F;
}

.slideshow .form-item{
  position: absolute;
  top: 20%;
  width: 100%;
}
.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.form-control {
  border: 1px solid #ced4da!important;

}

.bootstrap-select .dropdown-menu{
  border: 1px solid transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #dfd7c9;
}

/******* Form Section********/
#form-section {
  position: relative;
  background-image: url('../img/special-bg.png');
  background-size: cover;
}
#form-section-las-vegas{
  position: relative;
  background-image: url('../img/las_vegas.jpeg');
  background-size: cover;
  height: 70vh;
}

#form-section-chicago{
  position: relative;
  background-position: center;
  background-image: url('../img/chicago 2.jpeg');
  background-size: cover;
  height: 70vh;
}

#form-section-denver{
  position: relative;
  background-position: center;
  background-image: url('../img/denver_colorado.jpeg');
  background-size: cover;
  height: 70vh;
}

#form-section-hawai{
  position: relative;
  background-position: center;
  background-image: url('../img/hawaii.jpeg');
  background-size: cover;
  height: 70vh;
}

#form-section-new-york{
  background-position: center;
  position: relative;
  background-image: url('../img/newyork 2.jpeg');
  background-size: cover;
  height: 70vh;
}

.bootstrap-select>.dropdown-toggle{
  border-radius: 50px;
  padding: 15px;
  outline: none;
  background: #fff;
}

.bootstrap-select.dropdown{

    border-radius: 50px;
    padding-top: 3px;
    padding-left: 0px;
    padding-right: 35px;
    padding-bottom: 18px;

}

#form-section-miami{
  background-position: center;
  position: relative;
  background-image: url('../img/miami.webp');
  background-size: cover;
  height: 70vh;
}

#form-bg {
  margin: 0px;
  position: relative;

}

/* Fieldset Form */
#msform fieldset:not(:first-of-type) {
  display: none;
}

.inner-container {
  padding: 170px 0px 120px 0px;
  background: rgba(0,0,0,0.8);
  width: 100%;
}

.inner-container-bg {
  padding: 170px 0px 120px 0px;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 70vh;
}

.contact-form {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px 0px;
  background-color: #dfd7c9;
  margin-left: 100px;
  margin-right: 100px;
}

.w-100{
  width: 100%;
}

input[type="text"],
input[type="number"], input[type="date"], input[type="tel"], select {
  width: 100%;
  border: 1px solid transparent;
}
.col-4.mb-2.submit-btn {
  margin-left: auto;
}
.col-4.mb-2.submit-btn input {
  border:0;
}
.enquiry {
  font-style: italic;
}

footer a:hover{
  color: #d3c19f;
}

.svg-footer-icons {
  width: 70px;
  margin: 0px 5px;
}

.font-14{
  font-size: 11px;
}

.fa-size{
  font-size:25px;
}

.dest-text-wrapper a{
  text-decoration: none;
}

.dest-text-wrapper a:hover h3{
  color: #fff;
}

.dest-text-wrapper p, .dest-text-wrapper span, .dest-text-wrapper a{
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}

.dest-text-wrapper .arrow{
  color: #d3c19f;
}

.right {
  float: right;
  padding-right: 25px;
  color: black;
  font-weight: 800;
  font-size: 20px;
}
.right1 {
  float: right;
  font-weight: 800;
  font-size: 20px;
  color: #b1a795;
}
.dropdown {
  border-radius: 50px;
  padding-top: 18px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 18px;
}
option {
  background-color: #fff;
}
input {
  border-radius: 50px;
  padding: 15px;
  outline: none;
}
.parent {
  display: flex;
}
.child {
  padding-left: 35px;
}
.child1 {
  padding-left: 100px;
}
.depart-child {
  padding-top: 70px !important;
  padding: 40px;
}
.depart-child1 {
  padding-top: 70px !important;
  padding-left: 40px;
}
.baggage-child1 {
  padding-top: 70px;
  padding-left: 20px;
}
.baggage-child {
  padding-top: 70px;
  padding-left: 100px;
}
.button {
  padding-right: 30px;
}
span {
  color: gray;
}
.button-class {
  background-color: #b5a381;
  border-radius: 25px !important;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: auto;
  margin-right: 15px;
  display: block;
  border: 1px solid transparent;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none!important;
  outline-offset: -2px;
}

.button-class1 {
  background-color: #b5a381 !important;
  padding: 15px 80px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin-left: 30px !important;
  font-size: 16px !important;
}

#stats {
  background-color: rgb(247, 243, 235);
}

#destinations {
  background-color: #1e1f2d;
}

#destinations h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  padding: 0px 15px;
  color: #D3C19F;
}

#destinations h2 span {
  color: #ffffff;
}


#airlines {
  background-color: #1e1f2d;
}

.blink {
  animation: blinkingText 1s infinite;
}

.font-white{
  color: #fff;
}

@keyframes blinkingText {
  0% {
      color: #b7a98f;
  }
  49% {
      color: red;
  }
  50% {
      color: #b7a98f;
  }
  99% {
      color: white;
  }
}

#airlines h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  padding: 0px 15px;
  color: #D3C19F;
}

#airlines h2 span {
  color: #ffffff;
}

.dest-image-wrapper {
  margin:auto;
  display:block;
  width: 120px;
}

.dest img {
  transition: transform .5s ease;
}

.dest:hover img {
  transform: scale(1.1);
}


.dest-img {
  width: 100%;
  border-radius: 100px;
}

.dest-text-wrapper {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding: 4px 15px;
  font-weight: 700;
  border-right: 1px solid #454549;
  height: 80%;
  margin-top: 35px !important;
}

.section-cta {
  background-color: #AA3F44;
}

.cta-text {
  padding-top: 60px;
}

.cta-text h3, h2 {
  font-family: 'Barlow Condensed', sans-serif;
}

.cta-text h3 {
  font-size: 28px;
}

.cta-text h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 800;
}

.span-class {
  font-weight: 700;
  color: black;
}
h3 {
  color: #b5a381;
  font-weight: 600;
  /* padding-left: 100px; */
}
h2 {
  font-weight: 600;
  /* padding-left: 100px; */
}
h4 {
  font-weight: 700;
  /* padding-left: 100px; */
}
.line {
  border-top: 2px solid black;
  /* margin-left:100px; */
  margin-right: 50px;
}
.phone-text {
  font-weight: 700;
  color: brown;
  /* margin-left:100px; */
}
.secondBlockproduct-small {
  margin-bottom: 100px;
  margin-top: 150px;
  margin-right: 50px;
}
.baggage-child1-form2 {
  padding-top: 70px;
  padding-left: 180px;
  padding-right: 50px;
}
.baggage-child2-form2 {
  padding-top: 70px;
  /* padding-left: 114px;  */
}

/* Style the buttons inside the tab */
.tablinks {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dfd7c9;
  padding: 14px 16px;
  transition: 0.3s;
  color: black;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: -6px;
  margin-left: 112px;
}
.tablinks1 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: brown;
  padding: 14px 16px;
  transition: 0.3s;
  /* color:#fff; */
  font-weight: 600;
  font-size: 17px;
  margin-bottom: -6px;
  margin-left: -120px;
}
/* Style the tab content */
.tabcontent {
  padding: 6px 12px;
  display: none;
}
/* .tab button.active {
  background-color: brown;
} */
.to-text {
  margin-right: -150px;
}

.tab button {
  background-color: #dfd7c9;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button.inactive {
  background-color: brown;
  color: #fff;
}

/* Third block starts */
.backColor {
  background-color: rgba(211, 193, 159, 0.5);
  padding-bottom: 100px;
  width: 1365px !important;
}
.thirdBlockNum {
  color: #D3C19F;
  font-weight: 800;
  /* padding-left: 100px; */
  font-size: 60px;
}
.thirdBlockText {
  color: black;
  font-weight: 700;
  /* padding-left: 100px; */
  font-size: 20px;
}

.product-small {
  margin-top: 90px;
}
.rightdivblock {
  margin-top: 200px;
}
.rightBlock {
  height: 400px !important;
  width: 580px !important;
}

/* Fourth block starts */
.fourthBlockBackground {
  background-color: #1e1f2d;
  height: 1050px;
  width: 1365px !important;
}
#fourth_sec h2 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-left: 500px;
  color: #b5a381;
  font-weight: 700;
  margin-top: 40px;
}
.fourthBlockhead {
  color: #fff;
}

.parent {
  display: flex;
}
.fourthBlockImg {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 150px;
}
.rightimg {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 300px;
}
.rightimg2 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 140px;
}
.rightimg3 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-left: 10px;
}
.rightimg4 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 75px;
}
.rightimg5 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 80px;
}
.rightimgFirst {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 150px;
}
.rightimg1 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 150px;
}
.fourthblocktext {
  color: #b5a381;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 40px;
  margin-left: -20px;
}
.fourthBlockSpanText {
  color: gray;
  font-weight: 500;
  font-size: 17px;
  margin-left: -20px;
}
.vl {
  border-left: 1px solid gray;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-top: -30px;
}
.rightline {
  border-left: 1px solid gray;
  height: 100px;
  position: absolute;
  margin-left: 380px;
  margin-top: -30px;
}

/* Fourth block ends */

/* fifteh block starts */
.fifthblockbackground {
  background-color: brown;
  height: 250px;
  width: 1365px !important;
}
.fifthBlockImg {
  font-size: 100px;
  color: #fff;
  margin-left: 100px;
  margin-top: 10px;
}
.fifthBlockText {
  margin-top: 20px;
}
.fifthblocktext {
  color: #fff;
  margin-left: 100px;
  font-weight: 700;
  font-size: 40px;
}
/* fifteh block starts */

/* sixth block starts */
.sixthblockbackimg {
  background-color: #fff;
  height: 550px;
  margin-top: 200px;
}

.sixthblockleftimg {
  width: 700px;
  height: 100%;
  margin-left: 70px;
  border-radius: 20px;
}
.sixthblockleftimg1 {
  width: 660px;
  height: 500px;
}
.SixthblockWrapimg {
  margin-top: -680px;
  height: 650px;
}
.sixthblockrighttext1 {
  color: #b5a381;
  margin-left: 130px;
  font-weight: 700;
  font-size: 40px;
}

.sixthblockbutton {
  background-color: brown;
  padding: 15px 32px;
  border-radius: 55px;
  color: #fff;
  font-weight: 600;
  margin-left: 200px;
  margin-top: -50px;
}
.bgImg {
  background-image: url("../img/black.jpg");
  height: 500px;
  margin-right: 70px;
  border-radius: 20px;
}
.buttondiv {
  margin-top: 100px;
}
.sixthblockrighttext {
  color: #fff;
  font-size: 40px;
  margin-left: 130px;
}
.sixthtext {
  color: brown;
}

/* --------------------------------------------------------------------------------------- */
/* seventh block starts */
.seventhBlockBackground {
  background-color: #1e1f2d;
  height: 600px;
  width: 1365px !important;
}
.seventhBlockHead {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-left: 500px;
  color: #b5a381;
  font-weight: 700;
  margin-top: 40px;
}
.seventhBlockhead {
  color: #fff;
}

.parent {
  display: flex;
}
.seventhBlockImg {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 200px;
}
.seventhrightimg2 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  /* margin-left: 140px; */
}
.seventhrightimg2 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-left: 100px;
}
.seventhrightimg3 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 75px;
}
.seventhrightimgFirst {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-left: 50px;
}
.seventhrightimg1 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 200px;
}

.seventhvl {
  border-left: 1px solid gray;
  height: 100px;
  position: absolute;
  margin-left: 300px;
  margin-top: -30px;
}
.seventhrightline {
  border-left: 1px solid gray;
  height: 100px;
  position: absolute;
  margin-left: 280px;
  margin-top: -30px;
}
.seventhrightline1 {
  border-left: 1px solid gray;
  height: 100px;
  position: absolute;
  margin-left: 270px;
  margin-top: -30px;
}
/* seventh block ends */

/* eight block starts */

.info-section {
  text-transform: uppercase;
  color: #b5a381;
  margin-top: 50px;
  margin-left: 450px;
}

.info-block {
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 250px;
  margin-bottom: 50px;
}

.columns {
  height: 80px;
  background-color: rgb(235, 233, 233);
  border-radius: 10px;
}

.columns-second-block {
  margin-top: 15px;
  height: 80px;
  background-color: rgb(235, 233, 233);
  border-radius: 10px;
}

.columns-third-block {
  margin-top: 15px;
  height: 80px;
  background-color: rgb(235, 233, 233);
  border-radius: 10px;
}
.paragraph {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  padding-top: 10px;
}
.paragraph1 {
  font-size: 18px;
  font-weight: 800;
  margin-left: 40px;
  padding-top: 15px;
}
.paragraph2 {
  font-size: 18px;
  font-weight: 800;
  margin-left: 50px;
  padding-top: 15px;
}
.paragraph3 {
  font-size: 18px;
  font-weight: 800;
  margin-left: 40px;
  padding-top: 10px;
}
.paragraph4 {
  font-size: 18px;
  font-weight: 800;
  margin-left: 40px;
  padding-top: 15px;
}
.paragraph5 {
  font-size: 18px;
  font-weight: 800;
  margin-left: 40px;
  padding-top: 15px;
}
.eigthblocktext {
  color: #b5a381;
  font-weight: 900;
  font-size: 30px;
  margin-left: 190px;
}
.eigthblocktext1 {
  color: #b5a381;
  font-weight: 900;
  font-size: 30px;
  margin-left: 50px;
}
.eigthblocktext2 {
  color: #b5a381;
  font-weight: 900;
  font-size: 30px;
}
.eigthblocktext3 {
  color: #b5a381;
  font-weight: 900;
  font-size: 30px;
  margin-left: 30px;
}
.eigthblocktext4 {
  color: #b5a381;
  font-weight: 900;
  font-size: 30px;
  margin-left: 135px;
}
.eigthblocktext5 {
  color: #b5a381;
  font-weight: 900;
  font-size: 30px;
  margin-left: 110px;
}
/* eight block ends */

/* Ninth block starts */
.NinthBlockImg {
  margin-top: 50px;
  height: 300px;
  width: 1200px;
}

/* Ninth block ends */

/* tenth block starts */
.tenthBlockBack {
  background-color: #1e1f2d;
  width: 1365px !important;
  height: 900px;
}
.textblockhead {
  color: #b5a381;
  font-weight: 700;
  font-size: 30px;
  margin-left: 50%;
  margin-top: 100px;
}
.tenthblocktext {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  margin-left: 370px;
  margin-bottom: 40px;
}
.slide {
  margin-left: 300px;
}
.tenthblockimg {
  border-radius: 15px;
  width: 500px;
  height: 500px;
}
.tenthblockbutton {
  margin-left: 600px;
  margin-top: 50px;
  background-color: brown;
  border-radius: 25px;
  padding: 20px 42px;
  text-align: center;
  font-size: 20px;
}
.tenthblockbuttontext {
  color: #fff;
  font-weight: 700;
}

/* eleventh block starts */
.footer-paragraph {
  font-weight: 600;
  color: gray;
}
.eleventhblockbackground {
  background-color: #1e1f2d;
  width: 1365px !important;
  height: 500px;
}
.eleventhblockimg {
  margin-top: 50px;
  margin-left: 400px;
  height: 100px;
}
.eleventhblocktext {
  margin-left: 330px;
  font-weight: 600;
  color: gray;
}
.eleventhblocktext1 {
  margin-left: 500px;
  font-weight: 600;
  color: gray;
  margin-top: -80px;
}
.eleventhblocktext2 {
  margin-left: 480px;
  font-weight: 600;
  color: gray;
  margin-top: -120px;
}
.footer-background {
  background-color: rgb(7, 2, 2);
  width: 100% !important;
  height: 80px;
}
.footer-text {
  color: #b5a381;
  margin-left: 100px;
  padding-top: 40px;
}

.faq-section .faq-sub-heading {
  color: #D3C19F;
  text-transform: uppercase;
}

.faq-section .faq-heading {
  color: #1E1F2D;
  text-transform: uppercase;
}

.faq-section .accordian-container{
  width: 100%;
  position: relative;
}

.faq-section .accordian-container .accordian-heading{
  color: #000!important;
  padding-left: 50px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  border-radius: 12px !important;
  background-clip: padding-box !important;
  font-size: 18px !important;
  background: #f6f4ef;
}

.faq-section .accordian-container .according-answer{
  padding: 10px 15px 14px 30px;
}

.faq-section .accordian-container .according-answer .accordian-para{
  color: rgba(30,31,45,.7);
}

.faq-section .accordian-container  .accordian-icon{
  position: absolute;
  right: 30px;
  color: #d3c19f;
  font-size: 22px;
}

.faq-section .accordian-container  .accordian-icon.plus-icon{
  display: inline-block;
}

.faq-section .accordian-container  .accordian-icon.minus-icon{
  display: none;
}

.faq-section .accordian-container .accordian-heading[aria-expanded="true"] .accordian-icon.plus-icon{
  display: none;
}

.faq-section .accordian-container .accordian-heading[aria-expanded="true"] .accordian-icon.minus-icon{
  display: inline-block;
}

.aeroplane-section{
  position: relative;
}

.aeroplane-section .plane-bg{
  width: 100%;
  background: #f6f4ef;
  position: absolute;
  top: 210px;
  z-index: -1;
  height: 160px;
}

.aeroplane-section .plane-img{
  z-index: 1;
}

.testimonial-section{
  background-color: #1e1f2d;
  background-image: url(../img/testimonials-bg-1.png);
  width: 100%;
}

.testimonial-section .sub-heading{
  color: #d3c19f;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.testimonial-section .main-heading{
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.testimonial-section .testimonial-slide{
  background: #fff;
  border-radius: 12px;
  padding-bottom: 40px;
}

.testimonial-section .testimonial-slide .blockquote{
  line-height: 1.7em;
  display: block;
  z-index: 2;
  position: relative;
  font-size: 18px;
  padding: 50px 30px 15px;
  font-style: italic;
  margin-bottom: 0;
}

.testimonial-section .testimonial-slide .blockquote::before{
  content: "‘‘";
  font-family: 'Barlow+Condensed', serif;
  font-family: var(--font-headers), serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  text-align: center;
  color: #d3c19f!important;
  color: var(--main);
  font-size: 120px;
  font-weight: bold;
  height: 48px;
  overflow: hidden;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 35px;
}

.testimonial-section .testimonial-slide .main-para{
  line-height: 1.7em;
  display: block;
  z-index: 2;
  position: relative;
  font-size: 18px;
  padding: 10px 30px 30px;
  font-style: italic;
  margin-bottom: 0;
  font-weight: 400;
}

.testimonial-section .testimonial-slide .author{
  display: block;
  text-align: center;
  color: #000;
  margin-top: 15px;
}

.testimonial-section .testimonial-slide .author .image{
  vertical-align: top;
  display: inline-block;
  margin-bottom: 6px;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
  position: relative;
  z-index: 2;
}

.testimonial-section .testimonial-slide .author .image img{
  border-radius: 50%;
  background-clip: padding-box;
  max-width: 50px;
  height: auto;
}

.testimonial-section .testimonial-slide .author .header{
  font-size: 18px;
  margin: 0px auto 0px;
  position: relative;
}

#testimonial-container{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#testimonial-container .slick-arrow{
  position: absolute;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  z-index: 1;
  font-size: 20px;
  padding: 20px 22px;
  border-radius: 50%;
}

#testimonial-container .slick-arrow.left-arrow{
  left: -12%;
}

#testimonial-container .slick-arrow.right-arrow{
  right: -12%;
}

.testimonial-section .read-more{
  width: 100%;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.testimonial-section .read-more a{
  background: #AA3F44;
  color: #fff;
  padding: 18px 55px;
  border-radius: 20px;
  font-size: 20px;
  text-decoration: none;
}

.testimonial-section .read-more a:hover{
  background: #fff;
  color: #AA3F44;
  padding: 18px 55px;
  border-radius: 20px;
  font-size: 20px;
  text-decoration: none;
}

footer{
  background-color: #1e1f2d;
  background-image: url(../img/footer-bg.png);
  width: 100%;
}

footer .image-container{
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

footer .image-container img{
  height: 100%;
  width: 100%;
}

footer .footer-para{
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  text-align: center;
  margin: 20px 0px;
}

footer .social-icon-container{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

footer .social-icon-container a{
  color: #fff;
  font-size: 28px;
  margin: 0px 15px;
}

footer .social-icon-container a:hover{
  color: #d3c19f;
}

footer .copyright-block {
  background: #1c1f2d;
  color: #fff;
  padding: 15px 18px 0px;
  text-align: left;
}

footer .copyright-block a{
  color: #d3c19f;
}

.ltx-go-top.floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #d3c19f;
  color: black;
  padding: 14px;
  border-radius: 100%;
  text-decoration: none;
}

.ltx-go-top.floating span{
  color: #000;
}

.ltx-go-top.floating:hover{
  background: #fff;
  text-decoration: none;
}

.ltx-go-top.show img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.desktop-page{
  display: block;
}

.mobile-page{
  display: none;
}
/* special section css */

/* special section css */


/* Media query for Mobile devices starts here */

@media screen and (max-width: 768px) {
  .desktop-page{
    display: none;
  }
  .mobile-page{
    display: block;
  }
  .mobile-page .image-container {
    display: none;
}

  .mobile-page .image-container{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .mobile-page .image-container img{
    height: 100%;
    width: 100%;
  }
  .mobile-page .air-line-reservation-text{
    text-align: center;
    font-size: 38px;
    font-family: 'Verdana';
    line-height: 1.2em;
    font-weight: bold;
    color: rgba(170,64,68, 1) ;
    text-decoration: none;
  }

   .mobile-page .air-line-reservation-text :hover{
    color: rgba(170,64,68, 1) !important;
    text-decoration: none !important;
  }

  .mobile-page .contact-us-text{
    text-align: center;
    font-size: 20px;
    font-family: 'Verdana';
    line-height: 1.7em;
    font-weight: bold;
    color: rgba(170,64,68,1);
  }

  .mobile-page .phone-number {
    text-align: center;
    font-size: 28px;
    font-family: 'Verdana';
    line-height: 1.2em;
    font-weight: bold;
    color: rgba(170,64,68, 1);
  }

  .mobile-page .phone-image a{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-page .phone-image img{
    height: 100%;
    width: 100%;
  }

  .mobile-page .footer-banner {
    background: rgba(170,64,68, 1);
    color: #fff;
    text-align: center;
    padding: 25px 0px;
    font-size: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

}

@media screen and (max-width: 480px) {
  .mobile-page .image-container {
      width: 150px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 15px;
  }
  .mobile-page .phone-image {
      width: 150px;
      margin-left: auto;
      margin-right: auto;
  }
}
.aboutus{
  color:#fff;
  font-size: 50px;
  font-weight: bold;
  text-align: justify;
}
.wpb_wrapper{
  margin-top: 30px;
  text-align: justify;
  font-family: 'Barlow+Condensed', serif;
  font-family: var(--font-headers), serif;
}
.contactus{
  color: #000;

}
.ltx-hours {
  list-style: none;
  padding: 0;
  max-width: 360px;
  display: inline-block;
  width: 100%;
}
.ltx-hours li > .days {
  color: #D3C19F;
  position: relative;
}
.ltx-hours li > strong:first-child:after {
  content: "";
  width: 120px;
  border-bottom: 1px solid #000;
  display: inline-block;
  position: absolute;
  left: 110px;
  zoom: 1;
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  bottom: 6px;
}
.ltx-hours li strong + strong {
  float: right;
  color: #1E1F2D;
}
.contactus_img{
  height:90%;
  width:90%;
}


.contact-clean {
  background: #f6f4ef;
  padding: 80px 0;
  width:100% !important
}

@media (max-width:767px) {
  .contact-clean {
      padding: 20px 0
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #f6f4ef;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media (max-width:767px) {
  .contact-clean form {
      padding: 30px
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
  border-radius: 50px;
  text-align: center;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
  resize: none
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1
}

.contact-clean form .btn:active {
  transform: translateY(1px)
}

.contact-clean form .btn-primary {
  background-color: #f6f4ef !important;
  margin-top: 15px;
  color: #fff
}
.submitbtn{
  background-color: #1e1f2d;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
}







.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  /* max-width: 700px; */
  /* margin: 50px auto; */
}
.slideshow * {
  outline: none;
}
.slideshow .slider {
  box-shadow: 0 20px 50px -25px black;
}
.slideshow .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slideshow .item img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}
.slideshow .item.slick-active img {
  transform: scale(1);
}




a.font-black.font-14 {
  width: 85%;
}
.contact-us-icons-div {
  display: flex;
  align-items: center;
}
.contact-us-icons-div i {
  width: 7%;
  text-align: left;
}
.fb-icon-footer {
  margin-top: 20px;
}
.fb-icon-footer a {
  background-color: #b8a98f;
  padding: 10px 15px;
  border-radius: 50%;
}
.fb-icon-footer a:hover {
  background-color: #d4ccbe;
}
.fb-icon-footer a i {
  color: #1e1f2d;
  font-size: 20px;
}
