*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #777777;
  font-weight: 300;
  line-height: 1.625em;
  display: block;
}
main{
  overflow: hidden;
}
h2{
  font-size: 32px;
  font-weight: 650;
}
h3{
  font-weight: 700;
  padding-bottom: 10px;
}
h4{
  font-weight: 650;
}

a {
  text-decoration: none;
  outline: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-justify{
  text-align: justify;
}

.navbar u li a{
  color: #fff;
}
.relative {
  position: relative;
}
.text-grey_light{
  color: #808080c9;
}
.box-shadow{
  box-shadow: 0px 25px 20px -20px rgba(0,0,0,0.45);
}
.text-theme{
  color: #32a8dd;
}

/* header  */
#navbarSupportedContent ul li a{
  font-size: 17px;
  padding: 10px;
  font-weight: 600;
  color: #32a8dd;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  position: relative;
}
#navbarSupportedContent ul li a::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 132, 255);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#navbarSupportedContent ul li a:hover::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}

#navbarSupportedContent ul li a:hover {
  color: rgb(0, 132, 255);
}

.text-blue{
  color: #32a8dd;
}
/* header end */

/* banner area  */
.banner-area .container{
  padding: 0;
}
.banner-area{
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/images/tom-brunberg-q_1aQ_jXLr0-unsplash\ \(1\).jpg);
  background-size: cover;
  background-position: center;
}
.banner-area .banner-right{
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px){
  .banner-area .banner-right{
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.banner-area .banner-left h2{
  font-size: 35px;
  font-weight: 750;
}
/* banner area end */

/* destination area  */
.section-gap{
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-destination {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-destination .overlay-bg {
  background: rgba(4, 9, 30, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.single-destination .thumb {
  position: relative;
}

.single-destination .thumb img {
  width: 100%;
  height: 360px;
  border-radius: 5px;
}


.single-destination .desc {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single-destination .desc .price-btn {
  background: #dc3545;
  text-align: center;
  color: #222;
  padding: 6px 30px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-destination .desc h4 {
  color: #fff;
}

.single-destination .desc p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}

.single-destination:hover .price-btn {
  opacity: 1;
}

.single-destination:hover .overlay-bg {
  opacity: 1;
}

@media (max-width: 991px) {
  .single-destination {
    margin-bottom: 30px;
  }
}
/* destination area end */


/* footer  */
.footer-area {
  background: black;
  padding-top: 50px;
}

@media (max-width:991px){
  .footer-area .menu_item{
    margin-top: 0px;
    text-align: center;
  }
  .footer-area .logo_sec{
    text-align: center;
  }
}
.instafeed li img {
  margin: 5px;
}

.single-footer-widget {
  color: #fff;
}

@media (max-width: 991.98px) {
  .single-footer-widget {
    margin-bottom: 10px;
  }
}

.single-footer-widget ul li {
  margin-bottom: 10px;
}

.single-footer-widget ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  position: relative;
}
.single-footer-widget ul li a::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #32a8dd;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.single-footer-widget ul li a:hover::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}

.single-footer-widget ul li a:hover {
  color: #32a8dd;
}
.footer_bottom h6{
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
}
/* footer end */

/* about */
.banner-about{
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/images/tom-brunberg-q_1aQ_jXLr0-unsplash\ \(1\).jpg);
  background-size: cover;
}
.banner-about h2{
  font-size: 50px;
  padding: 150px;
  text-align: center;
}
.hero_area h2{
  font-size: 50px;
  font-weight: 700;
}
.hero_area p{
  text-align: justify;

}
/* about end */
/* back to top btn  */

#btn-back-to-top {
  position: fixed;
  bottom: 85px;
  right: 11px;
  display: none;
  background-color: #32a8dd;
  color: #fff;
}
/* back to top btn end */

/* breadcrumbs Area  */
.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.rs-breadcrumbs .breadcrumbs-inner {
  padding: 160px 0 92px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title:after {
  content: "";
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  background: #40acc7;
  width: 65px;
  margin: 0 auto;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title .watermark {
  position: absolute;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: poppins, sans-serif;
  opacity: .05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
  vertical-align: middle;
}
.rs-breadcrumbs.img1 {
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/images/tom-brunberg-q_1aQ_jXLr0-unsplash\ \(1\).jpg);
}
/* breadcrumbs Area  End*/

/* flights */
.info .airline-imgs{
  width: 100%;
  height: 176px;
  margin-left: 1px;
}
.pptc h2 {
  font-size: 30px;
}
section .pptc {
  padding-bottom: 20px;
}
section.pptc ul {
  padding: 0;
}

.page-wrapper {
  width: 100%;
  clear: both;
  padding: 6px 60px;
  position: relative;
  background-color: white;
}

.airline-list {
  width: 100%;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.airline-list li {
  width: 49%;
  background: #fff;
  padding: 12px;
  margin-right: 1%;
  float: left;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.airline-list li a {
  color: inherit;
  text-decoration: none;
}

.airline-list .airline-title {
  width: 100%;
  font-size: 20px;
  color: #1062b4;
  font-weight: 650;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 5px;
}

.airline-list .content-box {
  width: 100%;
  margin: 0;
  padding: 0;
}

.airline-list .content-box img {
  float: right;
  border: solid 1px #cbd3d8 !important;
  margin: 2px 0 0 15px;
  width: 150px;
  height: 96px;
}

.airline-list .content-box strong {
  font-weight: 650s;
  display: block;
  font-size: 14px;
  color: #565555;
  line-height: 16px;
  padding-bottom: 2px;
}

.airline-list .content-box p {
  font-size: 12px;
  color: #565555;
  line-height: 20px;
}

.airline-list .content-box p span {
  display: block;
  font-size: 14px;
  color: #343434;
  text-decoration: underline;
  padding-top: 4px;
}

.parallex-section {
  background-attachment: fixed;
  background-image: url(assets/images/img3.webp);
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  padding: 0px;
  position: relative;
  width: 100%;
}
/* flights end */
/* faq  */
.faq img{
  height: 350px;
  width: 100%;
  filter: drop-shadow(0px 5px 3px grey);
  border-radius: 20px;
}
/* faq end */
.about-img-wrap img{
  width: 100%;
  margin-top: 29px;
  border-radius: 20px;
  filter: drop-shadow(0px 4px 3px grey);
}

/* flights */

/* footer fixed area  */
.callStringNew {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  background-color: #32a8dd !important;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 15px;
  z-index: 10;
}

.callStringNew.footerNumShow {
  display: flex;
}

.callStringNew .rightCall {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-right: 7px;
  padding-left: 47px;
}

.callStringNew .fulclk {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.callStringNew a {
  padding-top: 10px;
  color: #fff;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: block;
  padding-bottom: 1px;
  line-height: 23px;
  position: relative;
  top: -1px;
}
/* footer fixed area end */

