body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* font-family: Cambria, Georgia, serif; */
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

html {

  scroll-behavior: smooth;
}

@font-face{font-family:Rustico;src:url(../fonts/Rustico/Rustico-Regular400.otf)}
ul,
li {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  display: inline-block;
}
a,
a:hover {
  text-decoration: none; 
  color: #152534;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  color: #424242;

}

.all-title {

  font-family: 'Vollkorn SC', serif;
  font-weight: 900 !important;
  word-spacing: 5px;

}
p {
  font-size: 15px;
  color: #424242;
  line-height: 24px;
}
figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
img {
  width: 100%;
  height: auto;
}

header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.sticky .top_header {
  display: none;
}

.sticky .main_header_wrapper {
  align-items: center;
}

.sticky .main_navigation ul li a {

  align-items: inherit;
}

.sticky .main_navigation ul li a {
  font-size: 14px;
  color: #424242;
  font-weight: 600;
  padding: 16px 10px;
}

.sticky .main_header {
  background: #fffffffa;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

}

.sticky .main_header::before {

  display: none;
}

.sticky .logo img {
  height: 40px;
}

.sticky .logo {
  padding: 5px 0;
  background: transparent;
}

.top_header {

  padding: 4px 0;
  margin-left: 20px;
  position: relative;
  margin-right: -20px;
}

.top_header_wrapper {
  display: flex;
  justify-content: flex-end;
  border-left: 1px solid #e2e4e8;
}

.top_header_wrapper ul li p {
  margin: 0;
  display: inline-block;
}

.top_header_wrapper ul li a {
  display: inline-block;
}

.top_header_wrapper ul li {
  font-size: 12px;
  padding-left: 10px;
}

.top_header_wrapper ul li a {
  padding: 0 5px;
}

.top_header_wrapper ul li,
.top_header_wrapper ul li p,
.top_header_wrapper ul li a {
  color: #94999f;
  font-weight: 700;
}

.top_header_wrapper ul li:nth-child(1) {
  color: #fff;

}

.top_header_wrapper ul li:nth-child(2) {
  color: #fff;

}

.top_header_wrapper ul li:nth-child(2) a {
  color: #fff;
}


.top_header_wrapper ul li a > i {
  color: #fff;
  font-size: 15px;
}
.top_header_wrapper ul li i {
  color: #fff;
}

.top-menu-bar {

  z-index: 9;
  transition: 500ms;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  display: none;
  cursor: pointer;
}
.sticky .top-menu-bar {
  top: 10px;
}

span.menu-line {
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 9px 0;
  transition: 500ms;
}

.top-menu-bar.active span.menu-line:nth-child(1) {
  transform: rotate(45deg);
}

.top-menu-bar.active span.menu-line:nth-child(2) {
  opacity: 0;
}

.top-menu-bar.active span.menu-line:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -19px;
}

/* top header section ends */

/* main header section starts */

.main_header {

  position: absolute;
  width: 100%;
  z-index: 999;
  transition: 500ms ease all;
}

.main_header::before {

  content: "";
  background-image: linear-gradient(to bottom,rgb(0 0 0 / 56%) calc(43rem / 20),#ffffff00);
  border: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 110px;
  z-index: -1;
  transition: 500ms ease all;
}


.main_header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: block;
  padding: 10px;
  position: relative;
  background: #fff;
  z-index: 2;
}

.logo::before {


  content: "";
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 40px 0;
  border-color: transparent #fff transparent transparent;
  right: 0;
  top: 100%;
  transition: 300ms ease all;

}

.logo::after {

  content: "";
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  top: 100%;
  border-style: solid;
  border-width: 40px 80px 0 0;
  border-color: #fff transparent transparent transparent;
  transition: 300ms ease all;
  left: 0;

}

.logo img {
  height: 60px;
  width: auto;
  transition: 500ms ease all;
}

.sticky .logo::after,
.sticky .logo::before {

  opacity: 0;
}

.main_navigation ul li {
  position: relative;
}

.main_navigation ul li a {
  display: flex;
  align-items: flex-end;
  padding: 20px 7px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  transition: 300ms ease all;
}

.top_header_wrapper ul li a:hover i,
.main_navigation ul li a:hover {

  color: #d85726;
}

.main_navigation ul li a .active {
  color: #d85726 !important;
}

.main_navigation ul li a i {
  font-size: 20px;
  margin-left: 5px;
}

.sub-menu1,
.sub-menu {
  transition: 0.3s ease all;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateX(2em);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  display: block;
  min-width: 260px;
  z-index: 2;
  background: rgb(255, 255, 255, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 3px;

}

.sub-menu1 {
  left: 100%;
  top: 0;
  bottom: auto;
}

.sub-menu1 li,
.sub-menu li {
  display: block;
  position: relative;
}


.sub-menu li i {

  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: transparent;
  color: #333;
  top: 0;
  padding: 0;
}


#sub-menu1 li a,
#sub-menu li a {
  color: #69747d;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 400;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 300ms ease all;
}

#sub-menu1 li a:hover,
#sub-menu li a:hover {
  color: #fff;
  background: #f16625;
}

.main_navigation ul li:hover .sub-menu,
.sub-menu li:hover .sub-menu1 {
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.active {
  color: #d85726 !important;
}

/* main header section ends */

/* main slider section starts */


.home-wrapper {

  position: relative;
}

.home-wrapper figure {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
 
}


.slick-slide.slick-current.slick-active .home-wrapper figure {

  animation: zoom 50s infinite;

}



@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}


@-moz-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}



.home-wrapper figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(212, 41%, 7%, 0.3);
}

.home-content {
  padding-top: 40px;
  z-index: 2;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  transform: translate(0, -50%);

}

.home-content img {

  height: 25px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  display: none;
}

.home-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
}

.home-content h1 {
  font-size: 70px;
  color: #fff;
  text-transform: capitalize;
  /* font-family: 'Playfair Display', serif; */
  font-family:'Vollkorn SC', serif;
  font-weight: 900 !important;
  font-style: italic;
  letter-spacing: -3px;
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 15px;

}

.home-content p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
}

.home-slider button.slick-arrow {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  background: #000000f0;
  color: #fff;
  outline: none;
  border: none;
  display: block;
  border-radius: 50%;

  z-index: 2;
}

.next-arrow {
  right: -50px;
  transition: 300ms ease all;

}

.prev-arrow {
  left: -50px;
  transition: 300ms ease all;

}

.home-slider:hover .next-arrow {
  right: 10px;
}

.home-slider:hover .prev-arrow {
  left: 10px;
}

.prev-arrow::before {
  content: "\f104";
  color: #fff;
  font-size: 25px;
  font-family: fontawesome;
}

.next-arrow::before {
  content: "\f105";
  color: #fff;
  font-size: 25px;
  font-family: fontawesome;
}

/* main slider section ends */

/* form section starts */

.home_form {
  position: relative;
  margin-top: -85px;
}

.home-form-wrapper {
  display: flex;
  justify-content: flex-end;
  background: rgb(11, 18, 26, 0.4);
  padding: 20px;
}

.home-form-wrapper button {
  padding: 15px 30px;
  background: #0b121a;
  color: #939191;
  font-size: 16px;
  border: none;
  outline: none;
  box-shadow: none;
  float: left;
  border-right: 2px solid #262c33;
  width: 200px;
}

.home-form-wrapper button {
  color: #fff;
}

/* form section ends */

/* why travel section starts */

.all-sec-padding {
  padding: 50px 0;
}

.why-travel-content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.why-travel-content p {
  line-height: 28px;
}

.why-travel-image ul li {
  margin: 0 20px;
  text-align: center;
}

.why-travel-image ul li a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #424242;
  display: block;
  line-height: 100px;
  text-align: center;
  margin-bottom: 10px;
}

.why-travel-image ul li a img {
  max-width: 100%;
  width: auto;
}

.why-travel-image ul li p {
  font-size: 16px;
  font-weight: 600;
}

.why-travel-section .row {
  align-items: center;
}

/* why travel section ends */

/* blog section starts */

.blog-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  padding: 25px 0;
  color: #000;
  position:relative;
}

.blog-section::before {
    
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(0 0 0 / 46%);
}

.blog-section::after {

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/assets/front/images/FAVPNG_travel-agent-tourism-pattern_vKiCM4fC.png');
}

.blog-image-side img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.blog-content-side {
  padding: 40px;

  position: relative;
}

.blog-content-side::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5px;
  width: 200px;
}

.blog-content-side::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 5px;
  width: 200px;
}

.blog-content-side h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
}

/* .why-travel-icon {

  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,30%) rotate(45deg);
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid #fff;
}

.why-travel-icon::before {

  content: "";
  position: absolute;
  left: 100%;
  width: 100px;
  height: 1px;
  background: #fff;
} */

.blog-content-side p {
  line-height: 28px;
  text-align: center;
  color: #fff;
}

/* .blog-content-side a {
  color: #d85726;
  text-decoration: underline;
  font-weight: 600;
} */

.blog-content-side .box {
  padding: 30px 20px;
  border-radius: 5px;
  text-decoration: none;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}



/* blog section ends */

/* tour slider section starts */

.tour-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #f7f7f7;
}

.tour-slider {
  padding-bottom: 40px;
}

.tour-title {
  text-align: center;
  margin-bottom: 50px;
}

.tour-title h2 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 5;
  text-transform: uppercase;
}

.tour-title h2::before {
  position: absolute;
  bottom: 33%;
  left: -13px;
  font-size: 45px;
  color: #d1d0d0;
  width: 400px;
  font-weight: 700;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  z-index: -1;
}

.tour-container {
  padding: 10px;
}

.tour-content {
  padding: 20px 15px;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tour-content a {
  display: block;
  margin-bottom: 25px;
}

.tour-content a h3 {
  font-size: 18px;
  font-weight: 600;
  transition: 300ms ease all;
}

.tour-content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tour-content ul li img {
  width: 20px;
  display: inline-block;
  height: auto;
  margin-right: 10px;
}

.tour-content ul li p {
  display: inline-block;
  color: #424242;
  font-size: 14px;
  margin: 0;
}

.price p {
  font-weight: 600;
  font-size: 16px !important;
}

.tour-wrapper {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-bottom: 30px;
}

.tour-wrapper a {
  display: block;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tour-wrapper a img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  transition: 300ms ease all;
}

.tour-wrapper:hover .tour-content a h3 {
  color: #f16625;
}

.tour-wrapper:hover a img {
  transform: scale(1.2);
}

.tour-slider .slick-dots {
  bottom: 15px;
}

.tour-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #dedede;
  border-radius: 50%;
}

.tour-slider .slick-dots li {
  width: auto;
  height: auto;
}

.tour-slider li.slick-active button {
  background: #f16625;
}

.hidden-wrapper2,
.hidden-wrapper {

display: none;

}

.show__less2,
.show__More2,
.show__less,
.show__More {

  border: 1px solid #f3f3f3;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333;
  display: block;
}


.show__More2.active,
.show__More.active {

  display: none;
}

.show-hide-btn2 button,
.show-hide-btn button {

  text-align: center;
  margin: 0 auto;
  max-width: 150px;
}

.show__less2,
.show__less {

  display: none;
}

.show__less2.open,
.show__less.open {

  display: block;
}


/* tour slider section ends */

/* package section satrts */


.package-title h2::before {
  display: none;
}

.package-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.package-image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.package-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

.package-wrapper:hover .package-image img {
  transform: scale(1.1);
}

.package-content a {
  display: block;
  background: #fff;
  padding: 10px;
  position: relative;
  transition: 500ms ease all;
}

.package-content a h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.package-content a span {
  color: #969696;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.package-content {
  padding: 15px;
  position: relative;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.star li i {
  color: #ffbc1d;
}

.package-wrapper {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  border-radius: 5px;
  background: #fff;
  height: inherit !important;
}

.price-tag {

    display: inline-block;
    border: 1px solid #ececec;
    border-radius: 3px;
}


.price-wrapper {
  padding: 7px 20px;
  color: #fff;
  font-size: 14px;
  position: relative;
  transition: 500ms ease all;
}

.price-wrapper p {
  margin: 0;
  color: #fff;
}

.price-wrapper span {
  font-size: 14px;
  font-weight: 600;
}


/* package section ends */

/* review section starts */

.review-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review-title {
  text-align: center;
  margin-bottom: 50px;
}

.review-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  border: 5px solid #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-wrapper {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.review-content p {
  font-size: 16px;
  line-height: 30px;
}

.review-content a {
  background: #f97755;
  padding: 7px 15px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  display: block;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 30px;
  transition: 300ms ease all;
  color: #fff;
}

.review-content a:hover {
  background: #f16625;
}

/* review section ends */

/* footer section starts */

footer {
  background: #152534;
  padding: 60px 0 !important;
}

.footer-logo {
  display: block;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 120px;
  height: auto;
}

.footer-col-wrapper ul li {
  list-style: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 5px 0;
}

.footer-media li {
  display: inline-block;
}

.footer-media li a {
  display: block;
  margin: 0 10px;
}

.footer-col-wrapper h3 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col-wrapper h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 30px;
  background: #1b93d2;
}

.footer-link li a {
  margin: 15px 0;
  transition: 300ms ease all;
  display: block;
}

.footer-link li a:hover {
  color: #1b93d2;
}

.footer-link li {
  display: block;
}

ul.footer-media,
ul.airpartner {
  margin-top: 15px;
}

.airpartner li img {
  width: 130px;
  height: auto;
}

.last-col h3 {
  margin: 0;
}

.last-col h3::before {
  display: none;
}

.last-col p {
  color: #fff;
  margin: 20px 0;
}

.last-col form {
  display: flex;
}

.last-col form input,
.last-col form button {
  outline: none;
  border: none;
  padding: 7px;
  font-size: 14px;
}

.last-col form input {
  width: 70%;
}

.last-col form button {
  color: #fff;
  background: #007bab;
  width: 30%;
  transition: 300ms ease all;
}

.last-col form button:hover {
  background: #f16625;
}

.design-content {
  padding: 10px;
  background: #dadada;
}

.design-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.design-content-wrapper p {
  margin: 0;
  color: #9e9e9e;
}

.design-content-wrapper p a {
  margin-left: 5px;
  color: #808080;
  font-weight: 600;
  text-align:justify;
}

#button {
  display: inline-block;
  background-color: #007bab;
  width: 45px;
  height: 60px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  line-height: 72px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
}

#button::after {
  content: "\f176";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #f16625;
}

#button:active {
  background-color: #f16625;
}

#button.show {
  opacity: 1;
  visibility: visible;
  display: none;
}
.footer-media img {
  width: auto;
}
.footer-media li img {
  width: 40px;
  height: auto;
}
.footer-media h3 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: Normal;
  color: #1b93d2;
  margin-bottom: 10px;
  position: relative;
}

.footer-media h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  background: transparent;
}

/* footer section ends */

/*============= sister org =============*/

.sisterorg {
  padding: 40px 0;
  background-color: #ffffff;
  background-position: 0 100%;
  background-size: cover;
}
.middle {
  margin: 0 auto;
}

.sisterorg .tour-title {
  margin-bottom: 5px;
  text-align: left;
}
.sisterorg .tour-title h2 {
  font-size: 30px !important;
  font-weight: 600;
  margin-bottom: 1px;
}
.sisterorg ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sisterorg ul li {
  list-style: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0 15px;
}
.airlines-list {
  position: relative;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

/*========= */

.blog-content-side .card {
  position: absolute;
  top: 35%;
  right: 0;
  transform: translate(-50%, -50%);
  width: auto;
  background: transparent;
  border-radius: 0px;
  transition: 0.5s;
  margin-top: -17px;
  border: 0;
}

.card .box {

  transform: translateY(-50%);

  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background:transparent;
  position:relative;
  z-index:2;
  box-shadow:none;
}

.card .box::before {
    
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:-1;
    border-radius:5px;
    transition:1.5s ease all;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: rotate(45deg);

    
}

.blog-section:hover .card .box::before {
    
    transform:rotate(360deg);
    background:#e66f38;

}



.card .box .img {
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  transition:1.5s ease all;

}


.blog-section:hover .card .box .img {
    
    filter:invert(1) brightness(10);
}

.blog-section:hover .card .box h2 {
    
    color:#fff;
}

.travel-btn {

  background: transparent;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}

.travel-btn:hover {

  background: #fff;
  color: #333;

}

.card .box .img img {
  width: 50%;
  height: 100%;
}
.card .box h2 {
  font-size: 18px;
  color: #d85726;
  margin: 20px auto;
  text-transform: uppercase;
  font-weight: 600;
}
.card .box h2 span {
  font-size: 14px;
  background: #e91e63;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 15px;
}

.card .box span {
  display: inline-flex;
}
.card .box ul {
  margin: 0;
  padding: 0;
}
.card .box ul li {
  list-style: none;
  float: left;
}
.card .box ul li a {
  display: block;
  color: #aaa;
  margin: 0 10px;
  font-size: 20px;
  transition: 0.5s;
  text-align: center;
}
.card .box ul li:hover a {
  color: #e91e63;
  transform: rotateY(360deg);
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.home-form-wrapper button {
  padding: 7px 0;
  background: #d95518;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  box-shadow: none;
  float: left;
  border-right: 2px solid #262c33;
  width: 100px;
}



.home-destination {
  padding: 70px 0 90px 0;
}

#destination img {
  width: 100%;
  height: 200px;
  object-fit: cover;

  transition: 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

figure.snip1190 {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
  border-radius: 5px;
}
figure.snip1190 {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1190 img {
  opacity: 0.8;
  width: 100%;
}
figure.snip1190 figcaption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
figure.snip1190 h2 {
  font-weight: 400;
  left: 0;
  right: 0;
  letter-spacing: -1px;
  margin: 0 auto;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: 500ms ease all;
}
figure.snip1190 h2 span {
  font-weight: 800;
  color: #fff;
}
figure.snip1190 p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  opacity: 0;
  font-size: 14px;
  -webkit-transform: translateY(-20%) scale(0.7);
  transform: translateY(-20%) scale(0.7);
}
figure.snip1190 .square {
  height: 78px;
  width: 78px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip1190 .square:before,
figure.snip1190 .square:after,
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.snip1190 .square:before,
figure.snip1190 .square:after {
  width: 65%;
  height: 2px;
}
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
  width: 2px;
  height: 65%;
}
figure.snip1190 .square:before,
figure.snip1190 .square div:before {
  left: 0;
  top: 0;
}
figure.snip1190 .square:after,
figure.snip1190 .square div:after {
  bottom: 0;
  right: 0;
}
figure.snip1190 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1190:hover img,
figure.snip1190.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1190:hover h2,
figure.snip1190.hover h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
figure.snip1190:hover p,
figure.snip1190.hover p {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}
figure.snip1190:hover .square:before,
figure.snip1190.hover .square:before {
  width: 38%;
}
figure.snip1190:hover .square div:before,
figure.snip1190.hover .square div:before {
  height: 38%;
}
figure.snip1190:hover .square:after,
figure.snip1190.hover .square:after {
  width: 55%;
}
figure.snip1190:hover .square div:after,
figure.snip1190.hover .square div:after {
  height: 55%;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

/* The colour of the indicators */

.blog.carousel-indicators li {
  background: #f16625;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: orange;
}

.carousel-indicators li {
  background: #f16625;
  width: 10px;
  border-bottom: 0;
}
.carousel-indicators {
  bottom: -44px;
}

/*============= video ==============*/

.video-wrap {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}

.video-content-side h2 {

  font-size: 35px;
  margin-bottom: 20px;
  font-family: Rustico;
  color: #f16625;
}

.video-content-side p{
    text-align:justify;
}



/*footer new*/

.dk-footer {
  color: #a5a2a2;
}

.footer-widget p {
  margin-bottom: 27px;
  color: #797979 !important;
}

.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #f16625;
  display: none;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #f5b02e;
}

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}

.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

.dk-footer {
  background-color: #f2f2f2f2;
  position: relative;
  z-index: 2;
}
.dk-footer .contact-us {
  margin-top: 16px;
  margin-bottom: 30px;
  padding-left: 80px;
}
.dk-footer .contact-us .contact-info {
  margin-left: 50px;
}
.dk-footer .contact-us.contact-us-last {
  margin-left: -80px;
}
.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #007bff;
}

.dk-footer-box-info {

  z-index: 2;
}
.dk-footer-box-info .footer-social-link h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #333;
}
.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dk-footer-box-info .footer-social-link li {
  display: inline-block;
}
.dk-footer-box-info .footer-social-link a i {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  margin-right: 5px;
  color: #000000;
  border: 1px solid #ababab;
  font-size: 14px;
}

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}

.footer-info-text {
  margin: 26px 0 32px;
}


.footer-widget .section-heading {
  margin-bottom: 35px;
}

.footer-widget h3 {
  font-size: 20px;
  color: #333;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-widget ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget li {
  margin-bottom: 18px;
}
.footer-widget li img {
  max-width: 50px;
}

.footer-widget p {
  margin-bottom: 27px;
}

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-widget a:hover {
  color: #007bff;
}

.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}

.dk-footer-form {
  position: relative;
}
.dk-footer-form input[type="email"] {
  padding: 14px 28px;
  border-radius: 5px;
  background: #fff;
  border: none;

}

.dk-footer-form input[type="email"]::placeholder {

  color: #797979;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.dk-footer-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding:0 10px;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border:none;
  background: #f16625;
  color: #fff;
}
.dk-footer-form button:hover {
  cursor: pointer;
}

.footer-img {
  max-width: 200px !important;
}

.footer-info-text,
.contact-info p {
  color: #c8c5c5;
}

.trip-img {
  max-width: 103px !important;
  margin-top: 20px;
  margin-left: 10px;
}

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon {
  position: absolute;
}
.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #007bff;
}

.contact-info {
  margin-left: 75px;
  color: #fff;
}
.contact-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020;
}
.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.copyright a:hover {
  color: #007bff;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top {
  position: relative;
  z-index: 2;
}
.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #fa6742;
  border-color: #fa6742;
}

.button-lists {
  margin-bottom: 20px;
}

.button-lists .btn-dark {
  padding: 7px 30px;
  border-radius: 0;
  display: block;
  font-size: 14px;
  border-radius: 5px;
}

.book-form .inner-title-wrapper p {
  max-width: 100%;
}

.imageHolder {
  display: block;
  margin-bottom: 20px;
}

.imageHolder img {
  max-width: 100%;
  height: auto;
  max-height: 35vh;
  object-fit: cover;
  border-radius: 5px;

}

.centered {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: (0, 0, 0, 0.5);
  color: #fff;
  background: #000;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: -39px;
}

.togglesearch {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 400px;
  /* height: 40px; */
  /* width: 100%; */
  /* line-height: 40px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #d85726;
  display: none;
}

.togglesearch form {

  display:flex
}

.togglesearch:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
 
}

.togglesearch input {
  display: inline-block;
}

.togglesearch input[type="text"] {
  width: 83%;
  padding: 10px;
  border: 1px solid transparent;
  outline: none;
  float: left;
}

.togglesearch input[type="button"],
.togglesearch input[type="submit"] {
  width: 80px;
  padding: 5px 0;
  background: #d85726;
  color: #fff;
  margin-left: -5px;
  border: 1px solid #d85726;
  outline: none;
  cursor: pointer;
  float: right;
}

.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.rightfloatbar.twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.rightfloatbar.twitter:hover {
  color: #ff7d6d;
  text-decoration: none;
}

.rightfloatbar span {
  font-style: italic;
  display: block;
}

/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #e66f38;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 194px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rightfloatbar .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}

.float-fb {
  top: 160px;
}

.float-tw {
  top: 215px;
}

.float-gp {
  top: 270px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}

/*dripdwon*/

.dripdown {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  display: inline-block;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}



.gallery__list-title h2 {
  background: #ffffff;
  color: #333;
  font-size: 16px;
  padding: 0.5rem 2.5rem;
  border-radius: 30px;
  display: inline-block;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  border: 1px solid #ebebeb;
}
.gallery-inner-page .gallery-images .gallery-view img {
  height: 250px !important;
  position: relative;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.gallery-wrapper {

  margin-bottom: 20px;
}

.gallery-inner-page .gallery-images .gallery-overlay {
  position: relative;
  overflow: hidden;
  cursor: default;
  margin: 5px;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  opacity: 0;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-effect:hover {
  opacity: 1;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-flex-center i {
  font-size: 1rem;
  color: white;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-rgba {
  background-color: #479fcd85;
}

.videoWrapper .video-playlist__small {
  width: 100%;
  height: 257px;
  object-fit: cover;
}

.no__bg {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #808080;
}



.banner-btn {

  padding: 7px 15px;
  background: #e66f38;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 14px;
}


.container {

  max-width: 1200px;
}


.box.rounded-left h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
}

.main-slider {

  position: relative;
  overflow: hidden;
}

.down-arrow {

  position: absolute;
  bottom: 10%;
  left: 50%;
  z-index: 5;
  transform: translate(-20%,-50%);
}

.price-tag:hover {

  background: #e66f38;
  border-color: #e66f38;
}

.price-tag:hover a {

  color: #fff;
}



.view-all-btn {
  text-align: center;
  display: block;
  border: 1px solid #e8e8e8;
  max-width: 120px;
  padding: 7px;
  margin: 0 auto;
  margin-top: 40px;
  color: #a0a0a0;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 5px;
  font-size: 14px;
  transition: 500ms ease all;

}

.view-all-btn:hover {

  background: #e66f38;
  color: #fff;
  border-color: #e66f38;
}

ul.airpartner {
  margin-top: 30px;
}

.tour-list-disc p {

  max-width: 800px !important;
  text-align: justify;
}

.home-content a {

  transition: 500ms ease all;
}

.home-content a:hover {

  color: #424242;
  background: #fff;
  border-color: #fff;
}

.rescue-content h2 {

  font-size: 30px;
  margin-bottom: 30px;
}

.rescue-content p{
    text-align:justify;
}

.close-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  background: #f06525;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: 300ms ease all;
}

body.overlay::before {
  opacity: 1;
  visibility: visible;
}

body.overlay {
  overflow: hidden;
}

.small-logo {


  text-align: center;
  padding: 20px;
  background: #fff;
  display: none;
}


a.small-logo img {
  width: 90px;
  height: auto;
}

.top-menu-bar.active {
  opacity: 0;
  visibility: hidden;
}

.about-image-side img {
    min-height: 450px;
    object-fit: cover;
}




.parallax {
  min-height: 400px;
  background: transparent;
  align-items: center;
  display: flex;
}


.btn {

  padding: 7px 10px !important;
}


/* gallery inner page starts */



.top_header_wrapper ul li select {

  outline: none;
  box-shadow: none;
}