/*-----------------------------------------------------------------------------------

Theme Name: jetrip
Description: The Multi-Purpose Travel Template
Version: 1.0
Main Color : #003a6b
main Font : 'Roboto', sans-serif

-----------------------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800|Roboto:400,500&amp;display=swap");
/* ----------------------------------------------------------------
[ 01 Start Basics ]
-----------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
/*----------- Typography -------------*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

html,
body {
  color: #585858;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  font-family: "Roboto", sans-serif;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

span,
a,
a:hover {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #212121;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 0px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0px;
}

h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0px;
}

h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0px;
}

h5 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0px;
}

.bg-gray {
  background-color: #FFE797;
}

span {
  font-family: "Roboto", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/down.png");
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 25px;
}

.text-theme {
  color: #003a6b;
}

.bor-none {
  border: none !important;
}

.center-title {
  text-align: center;
  padding-bottom: 60px;
}

.center-title .title {
  text-transform: capitalize;
  padding-bottom: 30px;
}

.center-title .sub-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  max-width: 750px;
  margin: 0 auto;
}

/*-------------- title-spacing -------------*/

.same-section-spacing {
  padding: 100px 0;
}

.ws-section-spacing {
  padding: 50px 0 50px;
}

.title-bottom-spacing {
  margin-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

/*---------------- Sticky-header -------------*/

.header-fixed.stick {
  border-bottom: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(83, 88, 93, 0.2);
  -webkit-animation: 300ms ease-in-out 0s normal none fadeInDown;
  animation: 300ms ease-in-out 0s normal none fadeInDown;
  z-index: 999;
  border-bottom: 2px solid #e70044;
}

.header-one nav .navbar-brand img {
  max-width: 141px;
}

.top-header {
  padding: 5px 0;
  border-bottom: 1px solid #ff9933;
}

.top-header .top-content .country-content {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.header-one nav .navbar-nav .nav-item .country-btn {
  padding: 2px 10px;
  background-color: #ff9933;
  outline: none;
  border: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.header-one nav .navbar-nav .nav-item .contory-menu {
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 280px;
  max-width: 280px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 57;
}

.header-one nav .navbar-nav .nav-item .country-btn .indn-flag:before {
  content: "";
  width: 22px;
  height: 15px;
  background-image: url(../images/flag-icon/india.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  display: flex;
}

.header-one nav .navbar-nav .nav-item .country-btn:after {
  content: "\f0d7";
  width: 11px;
  height: 20px;
  display: inline-block;
  margin-left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.header-one nav .navbar-nav .nav-item .contory-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.header-one nav .navbar-nav .nav-item .contory-menu ul li {
  width: 50%;
  padding: 0 5px;
}

.header-one nav .navbar-nav .nav-item .contory-menu ul li a {
  display: block;
  font-size: 14px;
  padding: 3px 5px 3px 5px;
  position: relative;
}


.header-one nav .navbar-nav .nav-item .contory-menu ul li a img {
  width: 27px;
  margin-right: 5px;
}

.header-one nav .navbar-nav .nav-item .contory-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.08);
}


.header-one nav .navbar-nav .nav-item .contory-menu ul li:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.header-one nav .navbar-nav .nav-item .country-btn .fa-rupee-sign {
  font-weight: 600;
  font-size: 14px;
  margin-right: 4px;
}

.header-one nav .navbar-nav .nav-item .currency-menu {
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 380px;
  max-width: 380px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 57;
}

.header-one nav .navbar-nav .nav-item .currency-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.header-one nav .navbar-nav .nav-item .currency-menu ul li {
  width: 33%;
  padding: 0 5px;
  margin-bottom: 5px;
}

.header-one nav .navbar-nav .nav-item .currency-menu ul li a {
  display: block;
  font-size: 14px;
  padding: 7px 5px 7px 5px;
  position: relative;
  border-radius: 6px;
  background-color: #f5f5f5;
}

.header-one nav .navbar-nav .nav-item .currency-menu ul li a i {
  width: 10px;
  display: inline-block;
}

.header-one nav .navbar-nav .nav-item .currency-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.08);
}

.active-country .header-one nav .navbar-nav .nav-item .contory-menu {
  display: block;
}

.active-currency .header-one nav .navbar-nav .nav-item .currency-menu {
  display: block;
}

.header-one nav .navbar-nav .nav-item .currency-menu ul li a img {
  width: 20px;
  margin-left: auto;
  position: absolute;
  top: 10px;
  right: 7px;
}

/*----------------- Preloader -----------------*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/logo-wht.png") no-repeat center center;
  background-size: 300px;
}

/*----------- Button-bottom-to-top -------------*/

#btn-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-bottom: 60px solid #003a6b;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  color: #fff;
}

#btn-to-top::after {
  content: "\f30c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
  line-height: 70px;
  position: relative;
  color: #ffffff;
  right: 5px;
}

#btn-to-top:hover {
  cursor: pointer;
}

#btn-to-top.show {
  opacity: 1;
  visibility: visible;
}

/*------------- Search-icon --------------*/

.bg-booking {
  background-image: url(../images/img-5/bg1.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}

.bg-booking::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}

#search-btn input[type="text"] {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  padding-right: 30px;
  width: 0px;
  position: absolute;
  top: 15px;
  right: 8px;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}

#search-btn input[type="text"]:focus {
  width: 700px;
  z-index: 1;
  cursor: text;
  background: #fff;
  margin-right: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  top: 10px;
}

/*--------------- Datepicker Or search-form -------------*/

.search_area .form-group {
  margin: 0;
}

.search_area .form-control,
.search_area input {
  height: 40px;
  width: 210px;
  padding: 0px 10px;
  margin-right: 15px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.search_area.search_area_three .btn-tour,
.search_area.search_area_three .form-control,
.search_area.search_area_three input {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.datepicker.dropdown-menu {
  padding: 0;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  -webkit-animation: popup 0.2s ease-out forwards;
  animation: popup 0.2s ease-out forwards;
}

.form-group.date.input-datepicker {
  position: relative;
}

.datepicker.dropdown-menu table thead tr {
  border-top: 0;
}

.datepicker.dropdown-menu table tbody {
  background-color: white;
}

.datepicker.dropdown-menu table tr {
  border-top: 1px solid #ededed;
}

.datepicker.dropdown-menu table tr td,
.datepicker.dropdown-menu table tr th {
  width: auto;
  height: 24px;
  padding: 8px;
  font-size: 16px;
  border-radius: 0;
  transition: background-color 0.6s ease-out;
}

span.input-group-addon {
  position: absolute;
  right: 30px;
  top: 8px;
}

.search_area.search_area_two .input-group-addon {
  right: 15px;
}

.search_area.search_area_two.booking-tour .input-group-addon {
  right: 20px;
}

.btn-tour {
  background: #003a6b;
  border: none;
  padding: 7px 40px;
  color: #fff;
  line-height: 26px;
}

.search_area-inner {
  border-radius: 4px;
  margin-top: -75px;
  padding: 40px;
  z-index: 9;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.27);
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
}

@media screen and (min-width: 400px) {

  .datepicker.dropdown-menu table tr td,
  .datepicker.dropdown-menu table tr th {
    padding: 12px;
  }
}

.datepicker.dropdown-menu table tr td:hover,
.datepicker.dropdown-menu table tr td.active:hover,
.datepicker.dropdown-menu table tr td:active:hover,
.datepicker.dropdown-menu table tr th:hover,
.datepicker.dropdown-menu table tr th.active:hover,
.datepicker.dropdown-menu table tr th:active:hover {
  border-color: #ededed;
  border-radius: 0;
  transition: background-color 0.2s ease-out;
}

.datepicker.dropdown-menu table tr td.focused,
.datepicker.dropdown-menu table tr td.selected,
.datepicker.dropdown-menu table tr th.focused,
.datepicker.dropdown-menu table tr th.selected {
  background-color: #24a0ad;
  border-color: #ededed;
  border-radius: 0;
}

.datepicker.dropdown-menu table tr td.active,
.datepicker.dropdown-menu table tr td.active:focus,
.datepicker.dropdown-menu table tr td.active.active:hover,
.datepicker.dropdown-menu table tr td:active:focus,
.datepicker.dropdown-menu table tr td.highlighted,
.datepicker.dropdown-menu table tr th.active,
.datepicker.dropdown-menu table tr th.active:focus,
.datepicker.dropdown-menu table tr th.active.active:hover,
.datepicker.dropdown-menu table tr th:active:focus,
.datepicker.dropdown-menu table tr th.highlighted {
  background-color: #003a6b;
  border-color: #003a6b;
  color: #fff;
}

.datepicker.dropdown-menu table tr th.datepicker-switch {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #212121;
  background-color: inherit;
  border-radius: 0;
  text-align: center;
  background: #e5e5e5;
}

.datepicker-days {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3686274509803922);
  overflow: hidden;
}

.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
  color: #212121;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  border-radius: 0;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.datepicker.dropdown-menu table tr th.dow {
  padding: 2px 12px;
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #003a6b;
}

.datepicker.dropdown-menu table tr td.day {
  width: 24px;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #ededed;
}

.datepicker.dropdown-menu table tr td.day:last-child {
  border-right-width: 0;
}

.datepicker.dropdown-menu table tr td.range {
  background-color: #eeeeee;
}

.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
  color: #ccc;
}

[class*="fontawesome-"]:before {
  font-family: "FontAwesome", sans-serif;
}

.fontawesome-calendar {
  position: absolute;
  top: 26px;
  right: 0;
  font-size: 24px;
  z-index: -99;
}

@-webkit-keyframes popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*--------------- Top-bar ----------------*/

header {
  position: relative;
  margin: -1px 0;
}

header .header_top_area {
  background: #ffffff;
}

header .header_top_area .contact_wrapper_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header_top_area .contact_wrapper_top .header_top_contact {
  margin: 0;
}

header .header_top_area .contact_wrapper_top .header_top_contact li {
  display: inline-block;
  padding: 14px;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #e8e8e8;
}

header .header_top_area .contact_wrapper_top .header_top_contact li:last-child {
  border-right: none;
}

header .header_top_area .contact_wrapper_top .header_top_contact li i {
  margin-right: 10px;
  color: #003a6b;
  font-size: 20px;
  vertical-align: middle;
}

header .header_top_area .contact_wrapper_top .book-btn {
  display: inline-block;
  padding: 18px 30px;
  float: right;
  background: #003a6b;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

header .header_top_area .contact_wrapper_top .book-btn a {
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}

header .header_top_area .contact_wrapper_top .book-btn:hover {
  background: #212121;
}

/* ----------------------------------------------------------------
[ 02 Start Navbar ]
-----------------------------------------------------------------*/

.header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  border-bottom: 2px solid #e70044;
}

.navbar-light .navbar-nav {
  position: relative;
}

.navbar-light .navbar-nav .nav-link {
  color: #212121;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0;
  margin-right: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.navbar-light .navbar-nav .nav-link>i {
  vertical-align: middle;
  font-size: 20px;
  color: #404040;
  margin-right: 3px;
  position: relative;
  bottom: 3px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link {
  color: #212121;
}

.navbar-light .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;
}

.navbar-light .navbar-nav .nav-item .dropdown {
  background: #fff;
  padding: 15px 0;
  position: absolute;
  top: 55px;
  opacity: 0;
  visibility: hidden;
  max-width: 200px;
  width: 200px;
  left: 0;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.navbar-light .navbar-nav .nav-item .dropdown .nav-item {
  padding: 8px 5px;
  border-bottom: 1px solid #eee;
}

.navbar-light .navbar-nav .nav-item .dropdown .nav-item:last-child {
  border: none;
}

.navbar-light .navbar-nav .nav-item .dropdown .nav-link {
  color: #212121;
  margin-left: 10px;
}

.navbar-light .navbar-nav .nav-item .dropdown .nav-link:hover {
  color: #003a6b;
}

.navbar-light .navbar-nav .nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 50px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}

.log-btn a {
  color: #212121;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.log-btn a:hover {
  color: #003a6b;
}

.navbar-brand {
  padding: 0;
}

/*------------- Slick-Nav ----------------*/

.slicknav_menu {
  display: none;
}


/* ----------------------------------------------------------------
[ 03 Main Hero slide ]
-----------------------------------------------------------------*/

/*--------- Index-one-main ----------*/

main.hero-slide .item {
  position: relative;
}

.hero-slider__content-wrapper {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
  width: 100%;
}

.hero-slider__content .hero-slider__title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}

.hero-slider__content .hero-slider__text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #212121;
}

.hero-slider__content .hero-slider__btn {
  border: 2px solid #212121;
  color: #212121;
  line-height: 26px;
  border-radius: 5px;
  padding: 10px 30px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.hero-slider__content .hero-slider__btn.active,
.hero-slider__content .hero-slider__btn:hover {
  background: #003a6b;
  border-color: #003a6b;
  color: #fff;
}

.slider-type-one .hero-slider__content .hero-slider__btn.active,
.slider-type-one .hero-slider__content .hero-slider__btn:hover {
  background: #212121;
  border-color: #212121;
  color: #fff;
}

main.hero-slide.slick-initialized.slick-slider.slick-dotted {
  overflow: hidden;
  margin: 0;
}

main.hero-slide .item img {
  height: 950px;
  object-fit: cover;
  object-position: center;
}

main.hero-slide .slick-prev:before,
main.hero-slide .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #212121;
  position: relative;
  font-size: 20px;
  line-height: 2px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

main.hero-slide .slick-prev:before {
  content: "\f30a";
  left: 15px;
}

main.hero-slide .slick-next:before {
  content: "\f30b";
  right: 34px;
}

main.hero-slide .slick-prev,
main.hero-slide .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

main.hero-slide .slick-prev:hover,
main.hero-slide .slick-next:hover {
  border-color: #003a6b;
  border-top: 24px solid transparent;
  border-bottom: 25px solid transparent;
}

main.hero-slide .slick-prev:hover:before,
main.hero-slide .slick-next:hover:before {
  color: #fff;
}

main.hero-slide .slick-next {
  right: 20px;
  border-left: 40px solid #ffffff;
  border-top: 24px solid transparent;
  border-bottom: 25px solid transparent;
}

main.hero-slide .slick-prev {
  left: 20px;
  border-right: 40px solid #ffffff;
  border-top: 24px solid transparent;
  border-bottom: 25px solid transparent;
}

main.hero-slide .slick-dots {
  display: none !important;
}

@media screen and (min-width: 400px) {
  #flight-datepicker .date-text {
    top: 100%;
  }
}

/*--------- Index-two-main ----------*/

.header_top_area.type-two {
  background: #003a6b;
}

header .header_top_area.type-two .contact_wrapper_top .header_top_contact li,
header .header_top_area.type-two .contact_wrapper_top .header_top_contact li i {
  color: #fff;
}

.topbar-icon ul {
  padding: 15px 0;
  margin: 0;
}

.topbar-icon ul li {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.topbar-icon ul li:hover {
  color: #212121;
}

.header-two {
  position: relative;
  z-index: 9;
}

.header-two .navbar-light .navbar-nav .active>.nav-link {
  color: #003a6b;
}

.header-two .navbar-light .navbar-nav .nav-link {
  color: #212121;
  margin-left: 30px;
  margin-right: 0;
}

.header-two .navbar {
  padding: 15px 0;
}

.slider-type-two {
  line-height: 0;
}

.slider-type-two .item {
  position: relative;
}

.slider-type-two .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.slider-type-two .hero-slider__content .hero-slider__btn,
.slider-type-two .hero-slider__content .hero-slider__text,
.slider-type-two .hero-slider__content .hero-slider__title {
  color: #fff;
  border-color: #fff;
}

.slider-type-two .hero-slider__content .hero-slider__btn.active,
.slider-type-two .hero-slider__content .hero-slider__btn:hover {
  border-color: #003a6b;
}

.search_area_two .search_area-inner {
  box-shadow: none;
  background: transparent;
  margin: 0;
}

.search_area_two .search_area-inner .form-group {
  margin-bottom: 20px;
}

main.hero-slide.slider-type-two .item img {
  height: 830px;
}

.search_area_two.search_area {
  background: #fff;
}

.search_area_two.search_area .form-group {
  width: 100%;
}

.search_area_two.search_area .form-control,
.search_area_two.search_area input {
  width: 100%;
}

.search_area_two.search_area .btn-tour {
  display: block;
  width: 100%;
}

/*--------------- Index-three-main -------------*/

header.header-type-three .log-btn a,
header.header-type-three .navbar-light .navbar-nav .nav-link,
header.header-type-three .header_top_area .contact_wrapper_top .header_top_contact li {
  color: #fff;
}

header.header-type-three .navbar-light .navbar-nav .nav-item:hover .nav-link,
header.header-type-three .navbar-light .navbar-nav .nav-item:hover .nav-link i,
header.header-type-three .navbar-light .navbar-nav .active>.nav-link,
header.header-type-three .topbar-icon ul li:hover {
  color: #003a6b;
}

header.header-type-three .header-fixed.stick {
  background: #ffffff;
}

.header-type-three {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid #727272;
}

header.header-type-three .header_top_area .contact_wrapper_top .header_top_contact li {
  border-color: #727272;
}

.header-type-three .header_top_area {
  background: transparent;
}

.header-one nav .navbar-nav .nav-item .nav-link {
  color: #1a1a1a;
  font-size: 14px;
}

.header-one #search-btn .fa-search {
  color: #1a1a1a;
}

.header-one .navbar-nav .nav-item .signin-popup-wrap {
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 66;
  display: none;
  width: 531px;
  border: 1px solid #e0e5e7;
  box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.1);
}

.booking-status-popup-wrap,
.cancel-popup-wrap {
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 66;
  display: none;
  width: 431px;
  border: 1px solid #e0e5e7;
  box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.1);
}

.download-popup-wrap {
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  right: -50%;
  z-index: 66;
  display: none;
  width: 231px;
  border-radius: 10px;
  border: 1px solid #e0e5e7;
  box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.signin-popup-wrap .signin-title h4 {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
}

.booking-status-title h4 {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
}

.cancel-title h4 {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
}

.download-title h4 {
  font-family: "Open Sans", sans-serif;
  /* color: #003a6b; */
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
}

.signin-popup-wrap .signin-title,
.booking-status-title,
.download-title {
  padding: 5px 0px;
}

.signin-popup-wrap .signup-title {
  text-align: right;
  padding: 5px 0px;
}

.signin-popup-wrap .signup-title p {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.signin-popup-wrap .signup-title p .signup-link {
  color: #12b58a;
}

.signin-popup-wrap .signin-head-wrap,
.booking-status-head-wrap,
.cancel-head-wrap,
.download-head-wrap {
  border-bottom: 1px solid #e9ecf3;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.signin-popup-wrap .signin-login-form form label {
  display: none;
}

.signin-popup-wrap .signin-login-form form input {
  display: block;
  font-weight: 500;
  margin: 10px auto;
  font-size: 13px;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #bcc8d1;
  font-family: "Open Sans", sans-serif;
  height: 40px;
}

.signin-popup-wrap .signin-login-form form .btn-signin {
  font-weight: 600;
  font-size: 13px;
  border-radius: 3px;
  color: #ffffff;
  background: #12b58a;
  border: 1px solid #12b58a;
  font-family: "Open Sans";
  display: inline-block;
  line-height: 1;
  height: 35px;
  padding: 5px 20px;
  margin-right: 10px;
}

.signin-popup-wrap .signin-login-form form .btn-signin:hover {
  color: #12b58a;
  background: #ffffff;
}

.signin-popup-wrap .signin-login-form .sign-button-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.signin-popup-wrap .signin-login-form .sign-button-wrap .pass-text {
  color: #12b58a;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  cursor: pointer;
}

.signin-popup-wrap .signin-left-wrap {
  border-right: 1px solid #e9ecf3;
}

.signin-popup-wrap .signup-social-links p {
  font-size: 14px;
  font-family: "Open Sans";
  color: #333;
}

.signin-popup-wrap .signup-social-links .fb-login {
  background: #52689e;
  border: 1px solid #52689e;
  font-weight: 400;
  font-family: "Open Sans";
  font-size: 13px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  color: #ffffff;
}

.signin-popup-wrap .signup-social-links .gplay-wrap {
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.signin-popup-wrap .signup-social-links .gplay-wrap .gplay-login {
  color: #3c4043;
  background-color: #ffffff;
  border-color: #ffffff;
  font-size: 14px;
  padding: 10px 15px;
}

.signin-popup-wrap .signup-social-links .fb-login i {
  font-size: 15px;
  margin-right: 5px;
}

.signin-popup-wrap .signup-social-links .gplay-wrap .gplay-login i {
  font-size: 15px;
  margin-right: 5px;
}

.signin-popup-wrap .user-wrap .agent-btn-wrap .btn-outline {
  font-size: 13px;
  padding: 8px 12px;
  border: 1px solid;
  border-color: #12b58a;
  background: #fff;
  border-radius: 4px;
  color: #12b58a;
  display: inline-block;
}

.signin-popup-wrap .user-wrap .agent-btn-wrap .btn-outline:hover {
  background-color: #12b58a;
  color: #ffffff;
}

.signin-popup-wrap .user-wrap {
  background-color: #ebf2f7;
  border-top: 1px solid #e9ecf3;
  padding: 10px 10px 20px;
}

.signin-popup-wrap .signin-form-wrap,
.booking-status-form-wrap,
.cancel-form-wrap {
  padding: 10px;
}

.signin-popup-wrap .user-wrap .agent-login-wrap p {
  font-size: 14px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}

/*--------------Signup Form Start-------------------*/
.signup-popup-wrap {
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 66;
  display: none;
  width: 531px;
  border: 1px solid #e0e5e7;
  box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.1);
}

.active-signin-popup .header-one .navbar-nav .nav-item .signin-popup-wrap {
  display: block;
}

.active-booking-status .header-one .navbar-nav .nav-item .booking-status-popup-wrap {
  display: block;
}

.active-cancel .header-one .navbar-nav .nav-item .cancel-popup-wrap {
  display: block;
}

.active-download .header-one .navbar-nav .nav-item .download-popup-wrap {
  display: block;
}

.signup-popup-wrap .signup-head-wrap {
  border-bottom: 1px solid #e9ecf3;
  padding: 10px;
  margin-bottom: 10px;
}

.signup-popup-wrap .signup-title h4 {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
}

.signup-popup-wrap .signup-title {
  padding: 5px 0px;
}

.signup-popup-wrap .signup-login-form form label {
  display: none;
}

.signup-popup-wrap .signup-login-form form input {
  display: block;
  font-weight: 500;
  margin: 10px auto;
  font-size: 13px;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #bcc8d1;
  font-family: "Open Sans", sans-serif;
  height: 40px;
}

.signup-popup-wrap .signup-contact form label {
  display: none;
}

.signup-popup-wrap .signup-contact form input {
  display: block;
  font-weight: 500;
  margin: 10px auto;
  font-size: 13px;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #bcc8d1;
  font-family: "Open Sans", sans-serif;
  height: 40px;
}

.signup-popup-wrap .user-wrap {
  background-color: #ebf2f7;
  border-top: 1px solid #e9ecf3;
  padding: 10px 10px 20px;
}

.signup-popup-wrap .signup-login-form .sign-button-wrap p.pass-alert {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 11px;
}

.signup-form-wrap .user-wrap .agent-login-wrap a {
  font-size: 14px;
  font-family: "Open Sans";
  color: #333;
}

.signup-form-wrap .user-wrap .agent-login-wrap a .signinBtn {
  color: #12b58a;
}

.signup-form-wrap .user-wrap .account-login-wrap button {
  width: 100%;
  display: block;
  font-weight: 600;
  margin: 10px auto;
  font-size: 13px;
  border-radius: 3px;
  padding: 10px;
  color: white;
  background: #12b58a;
  border: 1px solid #12b58a;
  font-family: Open Sans, sans-serif;
}

.signup-form-wrap .user-wrap .account-login-wrap button:hover {
  color: #12b58a;
  background: #ffffff;
}

.signup-form-wrap .user-wrap .agent-login-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

/* ----------------------------------------------------------------
[ 04 About us ]
-----------------------------------------------------------------*/

.about-content {
  margin-bottom: 30px;
}

.about-content h2 {
  margin-bottom: 30px;
}

ul.about-listing {
  padding-top: 10px;
}

.about-listing li {
  padding-bottom: 12px;
}

.about-listing li>i {
  color: #003a6b;
  padding-right: 6px;
}

/* ----------------------------------------------------------------
[ 05 Service ]
-----------------------------------------------------------------*/

.service-type-two {
  box-shadow: none;
  text-align: left;
  border: 1px solid #eee;
}

.service-type-two .btn {
  border-bottom: 1px solid #212121;
  border-radius: 0;
}

/* ----------------------------------------------------------------
[ 07 offer-area ]
-----------------------------------------------------------------*/

.offer-area-one {
  background-image: url(https://shambhuji.com/css/gems-bg.jpg);
  width: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  height: 565px;
}

.add-area {
  color: #fff;
}

.add-area h3 {
  color: #212121;
  margin-bottom: 20px;
}

.add-area h2 {
  color: #212121;
  margin-bottom: 25px;
  font-size: 40px;
}

.add-area h2>span {
  font-size: 65px;
  line-height: 65px;
  font-style: italic;
}

.add-area p {
  color: #212121;
  margin-bottom: 30px;
}

.add-area a {
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #fff;
  display: inline-block;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.add-area a:hover {
  background: #003a6b;
  border-color: #003a6b;
}

.offer-area-three .add-area a:hover {
  color: #fff;
  border-color: #003a6b;
}

.offer-area-three .add-area a {
  border-color: #212121;
}

.offer-area-three .add-area p,
.offer-area-three .add-area h2,
.offer-area-three .add-area h3,
.offer-area-three .add-area {
  color: #212121;
}

/* ----------------------------------------------------------------
[ 08 Desination-Section ]
-----------------------------------------------------------------*/

.destination-slide .slick-slide>div {
  padding: 0 15px;
}

.testi-slide-one .slick-prev,
.testi-slide-one .slick-next,
.destination-slide .slick-prev,
.destination-slide .slick-next {
  display: none !important;
}

.testi-slide-two .slick-dots li button:before,
.testi-slide-one .slick-dots li button:before,
.destination-slide .slick-dots li button:before {
  font-size: 14px;
}

.testi-slide-two .slick-dots li.slick-active button:before,
.testi-slide-one .slick-dots li.slick-active button:before,
.destination-slide .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #003a6b;
}

/* ----------------------------------------------------------------
[ 09 Counter-Section ]
-----------------------------------------------------------------*/

.bg-img-counter {
  background-image: url(../images/img-5/counter.png);
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.bg-img-counter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.counter-box {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  padding: 30px 15px;
  background: #003a6b;
}

.counter-box .count-icon {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
}

.counter-box .counter {
  color: #fff;
  font-size: 55px;
  margin-bottom: 20px;
}

.counter-box .count-title {
  color: #fff;
}

.center-title5 {
  text-align: center;
  padding-bottom: 60px;
}

.center-title5 .title5 {
  text-transform: capitalize;
  padding-bottom: 30px;
  color: #fff;
}

.center-title5 .sub-title5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
}

/* ----------------------------------------------------------------
[ 10 Testimonial-slider ]
-----------------------------------------------------------------*/

/*---------------- Testimonial-slider-one ----------------*/

.testi-slide-one .slick-slide>div {
  padding: 10px 15px;
}

.testi-slide-one.slick-initialized .slick-slide {
  display: block;
  opacity: 0.1;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.testi-slide-one.slick-initialized .slick-slide.slick-current {
  opacity: 1;
}

.testi-slide-one .item {
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.testi-slide-one .item img {
  border-radius: 50%;
  max-width: 100px;
  margin: 0 auto 20px;
}

.testi-slide-one .item .testi-content p {
  margin-bottom: 20px;
}

.testi-slide-one .item .testi-content p:last-child {
  margin: 0;
}

.testi-slide-one .item .testi-content span {
  margin-bottom: 15px;
  display: block;
  color: #003a6b;
}

.testi-slide-one .item .testi-content h4 {
  margin-bottom: 5px;
}

/*---------------- Testimonial-slide-two ----------------*/

.testi-slide-two {
  text-align: center;
  margin: auto 15px 25px !important;
}

.testi-slide-two .item img {
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.testi-slide-two .testi-content {
  margin-bottom: 20px;
}

.testi-slide-two .testi-content span {
  padding-top: 10px;
  display: block;
}

.testi-slide-two .testi-content h4 {
  padding: 10px 0;
}

/* ----------------------------------------------------------------
[ 11 Blog-section ]
-----------------------------------------------------------------*/

.meta-tag {
  padding-top: 5px;
}

.meta-tag li {
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  margin-bottom: 5px;
}

.meta-tag li a>i {
  font-size: 13px;
  padding-right: 2px;
}

.meta-tag li a {
  font-weight: 500;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.read-btn {
  font-weight: 500;
  color: #212121;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.read-btn>i {
  font-size: 13px;
}

.meta-tag li a:hover,
.read-btn:hover {
  color: #003a6b;
}

.package-one.blog-box .package-content p {
  font-size: 16px;
  font-weight: 400;
}

.client-slide {
  overflow: hidden;
}

.client-slide .slick-slide>div {
  padding: 0 15px;
}

/*-----------------Slider Form Styling Start---------------------*/

.slider-form .tab-content {
  background-color: #ffffff;
  border-top: 3px solid #ed1c24;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  padding: 15px;
}

.slider-form .nav-tabs {
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.slider-form .tab-content form label {
  text-align: left;
  display: block;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans";
  color: #333333;
  margin-bottom: 4px;
}

.slider-form .tab-content form label span {
  font-weight: 500;
}

.slider-form .tab-content form input {
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #bcc8d1;
  border-radius: 4px;
  padding: 10px;
  font-family: "Open Sans";
  color: #000000;
  height: 41px;
}

.slider-form form .qty {
  display: flex;
}

.slider-form form .qty input {
  width: 30%;
  text-align: center;
  padding-left: 7px;
  height: 30px;
  font-family: "Open Sans";
  font-weight: 600;
  position: relative;
}

.slider-form form .qty input[type="number"]::-webkit-inner-spin-button,
.slider-form form .qty input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

.slider-form form .qty span {
  width: 30%;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #cccccc;
  text-align: center;
  height: 30px;
  color: #12b58a;
}

.slider-form form .submit-button {
  background-color: #ed1c24;
  color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #bd040b;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
}

.slide-content-wrap .right-slide-content .slide__title {
  font-size: 60px;
}

.slide-content-wrap .right-slide-content .slide__link {
  display: inline-block;
}

.slider-form ul li.form-title {
  width: 34%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.slider-form ul li.form-title p {
  color: #ffffff;
  margin: 0;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
  font-size: 19px;
  font-family: "Open Sans";
  font-weight: 700;
}

.slider-form ul li button {
  font-size: 14px;
  padding: 10px 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  height: 100%;
}

.slider-form ul li button:focus {
  outline: none;
}

.slider-form .nav-tabs .nav-link.active {
  background-color: #ed1c24 !important;
  color: #ffffff;
  border-color: #ed1c24;
}

.slider-form .tab-content .add-flight ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  border-bottom: 1px solid #cccccc;
}

.slider-form .tab-content .add-flight ul li {
  padding: 10px 10px;
  font-size: 11px;
  font-family: "Open Sans";
}

.slider-form .tab-content .form-services {
  text-align: left;
  padding: 10px 10px;
}

.slider-form .tab-content .form-services h3 {
  color: #ed1c24;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "Open Sans";
}

.slider-form .tab-content .form-services p {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  font-family: "Open Sans";
}

.slider-form .tab-content .form-services .proceed-button {
  background: #ed1c24;
  border-color: #ed1c24;
}

.slider-form .tab-content .add-flight ul li i {
  font-size: 15px;
  margin-right: 5px;
}

.slider-form .tab-content .add-flight ul li a span {
  font-size: 15px;
  line-height: 0;
  font-weight: 500;
}

.slider-form .tab-content .add-flight ul li a.flightplus {
  font-size: 12px;
  color: #ed1c24;
}

.sidebar-menu {
  position: fixed;
  left: 0;
  top: 95px;
  background-color: #211e3b;
  z-index: 99;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 0;
  transition: all 0.5s;
}

.sidebar-menu ul {
  margin: 0;
  padding: 0;
}

.sidebar-menu ul li {
  color: #003a6b;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #4e4e4e;
}

.sidebar-menu ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 10px;
  display: block;
}

.sidebar-menu ul li a i {
  font-size: 18px;
  margin-right: 8px;
  display: inline-block;
  opacity: 0.7;
}

.sidebar-menu ul li a:hover {
  color: #e70044;
}

.sidebar-menu ul li:last-child {
  border: none;
}

.main-banner .slider-form {
  width: 44%;
  position: absolute;
  top: 70px;
  left: 11%;
  z-index: 99;
}

/* ----------------------------------------------------------------
[ 12 Footer-section ]
-----------------------------------------------------------------*/

.img-footer {
  /* background-image: url(../images/img-5/footer.jpg); */
  background-color: #ccc;
  width: 100%;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.img-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .title {
  margin-bottom: 40px;
  text-transform: capitalize;
}

.footer-widget .title h3 {
  color: #000;
}

.footer-widget p {
  color: #000;
  margin-bottom: 20px;
}

.footer-icon {
  color: #000;
}

.footer-icon li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

.recent-post-list li .post-content h5>a,
.link-widget li>a,
.footer-icon li>a {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.recent-post-list li .post-content h5>a:hover,
.link-widget li>a:hover,
.footer-icon li>a:hover {
  color: #003a6b;
}

.link-widget li {
  color: #000;
  padding-bottom: 15px;
}

.link-widget li:last-child {
  padding-bottom: 0;
}

.recent-post-list li {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.recent-post-list li .post-thum {
  float: left;
  margin-right: 15px;
}

.recent-post-list li .post-content h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  margin-bottom: 5px;
}

.recent-post-list li .post-content span {
  color: #fff;
  font-size: 14px;
}

.ftr-gallery-list {
  margin: 0;
}

.ftr-gallery-list li {
  display: inline-block;
  max-width: 90px;
  margin: 5px 4px;
  position: relative;
}

.ftr-gallery-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.ftr-gallery-list li a:hover::before {
  opacity: 0.5;
}

.footer-bottom {
  clear: both;
  padding: 20px 0;
  background-color: #211e3b;
  text-align: center;
}

.country-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 85px;
  outline: none;
  padding: 5px 10px;
  height: 32px;
  margin-top: 5px;
  font-size: 14px;
}

.country-menu:focus {
  outline: none;
  box-shadow: none;
}

/* ----------------------------------------------------------------
[ 13 Extra-css ]
-----------------------------------------------------------------*/

/*-------------- Banner-css ------------------*/

.bg-banner {
  background: url("../images/banner.jpg");
  width: 100%;
  position: relative;
}

.bg-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.banner-box h2 {
  color: #fff;
  margin-bottom: 30px;
}

.breadcrumb {
  background: transparent;
  color: #fff;
  padding: 10px 0;
}

.breadcrumb-item.active {
  color: #fff;
  font-weight: 300;
}

.breadcrumb-item a {
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

/*---------------- Booking-tour ------------*/

.booking-tour {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.27);
  padding: 40px;
}

.booking-tour .form-group {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.booking-tour .search_area-inner {
  padding: 0;
}

.booking-tour .btn-tour {
  display: inline-block !important;
  width: auto !important;
}

.gallery-box {
  position: relative;
  margin-bottom: 30px;
}

.gallery-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.gallery-box:hover .overlay {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.gallery-box .overlay a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gallery-box .overlay a>i {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.gallery-box .overlay a>i:hover {
  background: #003a6b;
  border-color: #003a6b;
}

.bg-fixed {
  background-image: url(../images/2.2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.bg-fixed::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}

.bg-error {
  background-image: url(../images/error-box.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 750px;
  position: relative;
}

.error-box {
  position: absolute;
  top: 44%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.error-box h1 {
  font-size: 115px;
  line-height: 125px;
  margin-bottom: 15px;
}

.error-box span {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
  display: block;
}

.error-box p {
  margin-bottom: 20px;
}

.error-box a {
  border: 1px solid #000;
  padding: 8px 30px;
  display: inline-block;
  border-radius: 30px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.error-box a:hover {
  background: #003a6b;
  border-color: #003a6b;
  color: #fff;
}

/*-------------- Blog-sidebar ----------------*/

.single-blog .blog-box .blog-content .blog-meta {
  margin-bottom: 20px;
}

.single-blog .search-box input {
  height: 50px;
}

.single-blog .search-box input:focus {
  outline: none;
  box-shadow: none;
}

.single-blog .search-box .btn-search {
  width: 43px;
  height: 43px;
}

.single-blog .search-box .btn-search i {
  font-size: 18px;
  position: absolute;
  top: 15px;
  right: 30px;
}

.sidebar-box {
  margin-bottom: 40px;
}

.sidebar-box .title {
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.Categories-box li {
  padding: 10px 0;
  text-transform: capitalize;
  position: relative;
  padding-left: 18px;
  font-weight: 500;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.Categories-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  background: #dcdcdc;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.Categories-box li:hover {
  color: #212121;
  font-weight: 500;
  margin-left: 8px;
}

.Categories-box li:hover::before {
  background: #212121;
}

.recent-post {
  margin: 0;
}

.recent-post li {
  margin-bottom: 5px;
  padding-top: 10px;
  min-height: 80px;
}

.recent-post .post-left {
  max-width: 30%;
  height: auto;
  float: left;
  padding-top: 5px;
}

.recent-post .post-right {
  display: inline-block;
  padding-left: 10px;
  max-width: 70%;
}

.recent-post .post-right h5 {
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  line-height: 22px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.recent-post .post-right h5:hover {
  color: #003a6b;
}

.recent-post .post-right .date {
  color: #212121;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.tags-btn a {
  background: #f7f8fa;
  padding: 8px 15px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.tags-btn a:hover {
  background: #003a6b;
  color: #fff;
}

.add-post {
  position: relative;
  margin-top: 60px;
}

.add-post::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.add-post h3 {
  color: #fff;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*------------------ Blockqouts ----------------*/

.quote-card {
  background: #003a6b;
  padding: 50px 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}

.quote-card p {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.quote-card p::before {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 190px;
  color: rgba(255, 255, 255, 0.14);
  font-weight: 900;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
}

ul.share-icon {
  margin-bottom: 30px;
}

.share-icon>.title {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 0 !important;
}

.share-icon {
  margin-bottom: 10px;
}

.share-icon ul {
  display: inline-block;
}

.share-icon li {
  display: inline-block;
  margin: 0 8px;
  font-size: 22px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.share-icon li:hover {
  color: #003a6b;
}

.blog-content {
  margin-bottom: 50px;
}

/*----------------- Comment-box -------------*/

.comment-area .title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.comment-box {
  margin: 20px 0 40px;
}

.comment-box>li {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

.comment-box .left-comment-box {
  max-width: 15%;
  float: left;
  margin-right: 20px;
}

.comment-box .right-comment-content {
  max-width: 100%;
  position: relative;
}

.comment-box .right-comment-content h3 {
  margin-bottom: 15px;
}

.comment-box .right-comment-content h3>span {
  color: #585858;
  font-size: 15px;
  padding-left: 10px;
  font-weight: 500;
}

.comment-box .right-comment-content>a {
  position: absolute;
  top: 8px;
  right: 15px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.comment-box .right-comment-content>a:hover {
  color: #003a6b;
}

.comment-box img {
  border: 3px solid #003a6b;
  box-shadow: 0px 3px 21px 0px rgba(67, 57, 169, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.comment-box .user-two {
  margin-left: 50px;
  border-top: 1px solid #eee;
  padding: 30px 0 0;
  margin-top: 50px;
  display: block;
}

/*---------------- Comment-form ----------------*/

.comment-form .title {
  margin-bottom: 40px;
}

.comment-form .form-group input {
  border: none;
  box-shadow: 0px 3px 20px 0 rgba(67, 57, 169, 0.1);
  background-color: #ffffff;
  height: 50px;
  border-radius: 5px;
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
}

.comment-form textarea.form-control {
  height: auto;
  border: none;
  box-shadow: 0px 3px 20px 0 rgba(67, 57, 169, 0.1);
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.comment-form button.btn {
  border: 2px solid #003a6b;
  padding: 8px 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 35px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.comment-form button.btn:focus {
  outline: none;
}

.comment-form button.btn:hover {
  background: #003a6b;
  color: #fff;
}

.comment-form .form-icon {
  position: absolute;
  top: 18px;
  right: 30px;
  color: #585858;
  opacity: 0.5;
  font-size: 14px;
}

/*------------ Contact-area --------------*/

.contact-box {
  text-align: center;
  margin-bottom: 30px;
}

.contact-box .icon-box {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #003a6b;
  border-radius: 50%;
  font-size: 55px;
  padding: 15px;
  color: #fff;
  margin-bottom: 25px;
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.2);
}

.contact-box .con-diss h4 {
  margin-bottom: 10px;
}

#map {
  width: 100%;
  height: 325px;
}

.contact-form .form-group input {
  border: none;
  height: 70px;
  margin-bottom: 30px;
  padding-left: 25px;
  background: #eceeef;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contact-form textarea.form-control {
  background: #eceeef;
  border: none;
  margin-bottom: 30px;
  padding: 30px 15px;
  padding-top: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contact-form textarea.form-control:focus,
.contact-form .form-group input:focus {
  box-shadow: none;
}

.contact-form .btn-1 {
  background: transparent;
  border: 1px solid #eaeaea;
  padding: 10px 40px;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.4s ease 0s;
}

.contact-form .btn-1:hover {
  background: #003a6b;
  color: #fff;
}

.contact-bg {
  background-image: url(../images/img-5/bg4.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.contact-bg::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.93;
  position: absolute;
  top: 0;
  width: 100%;
}

/*------------------ Extrta-css -------------*/

.zoom-effect {
  animation: scale 40s linear infinite !important;
  -webkit-animation: scale 40s linear infinite !important;
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.filterVideo {
  width: 100%;
}

.hero-fixed-banner,
.hero-video-banner {
  overflow: hidden;
  position: relative;
}

.hero-fixed-banner::before,
.hero-video-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 99.5%;
  background: rgba(0, 0, 0, 0.75);
}

.hero-fixed-banner .hero-slider__title,
.hero-video-banner .hero-slider__title {
  color: #fff;
}

.hero-fixed-banner .hero-slider__text,
.hero-video-banner .hero-slider__text {
  color: #fff;
}

.hero-fixed-banner .hero-slider__btn,
.hero-video-banner .hero-slider__btn {
  color: #fff;
  border-color: #fff;
}

.search_area_three .search_area-inner.type-form-four {
  margin-top: -65px;
}

.hero-fixed-banner .item img {
  height: 900px;
  object-fit: cover;
  object-position: center;
}

.hero-fixed-banner::before {
  height: 100%;
}

@media (max-width: 992px) {
  .filterVideo {
    width: initial;
    height: inherit;
  }
}

/*-------------- demo-5 slider css ------------*/

.demo-5 {
  --color-text: #fff;
  --color-bg: #576267;
  --color-link: #000;
  --color-link-hover: #da281b;
  --color-stitle: #000;
  --fontsize-stitle: 5vw;
  --color-sdesc: #f1f1f1;
  --color-slink: #f1f1f1;
  --color-slink-hover: #f1f1f1;
  --color-slink-bg: #000;
  --color-slink-hover-bg: #da281b;
  --color-nav: #f1f1f1;
  --color-nav-hover: #da281b;
}

/* Fade effect */

.js body {
  opacity: 0;
  transition: opacity 0.3s;
}

.js body.render {
  opacity: 1;
}

/* Page Loader */

.js .loading::before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.js .loading::after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

.content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-height: 100vh;
}

.content--fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: grid;
  align-content: space-between;
  width: 100%;
  max-width: none;
  min-height: 0;
  height: 100vh;
  padding: 1.5em;
  pointer-events: none;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto 4em;
  grid-template-areas: "header github" "... ..." "... demos";
}

.content--fixed a {
  pointer-events: auto;
}

/* Top Navigation Style */

.codrops-links {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 1em 0 0;
  text-align: center;
  white-space: nowrap;
}

.codrops-icon {
  display: inline-block;
  margin: 0.15em;
  padding: 0.25em;
}

.slideshow {
  width: 100%;
  height: 890px;
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.slide__img::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.slide--current {
  opacity: 1;
  pointer-events: auto;
  text-align: center;
}

.slide__img {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-size: cover;
  background-position: 50% 50%;
}

.slidenav {
  position: absolute;
  color: #fff;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  bottom: 0;
  text-align: center;
  padding: 10px;
  background: #003a6b;
}

.slidenav__item {
  border: 0;
  background: none;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.slidenav__item:focus {
  outline: none;
}

.slidenav__item:hover {
  color: #211e3b;
}

.shape {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: var(--color-shape-fill);
  top: 0;
  pointer-events: none;
}

.slide__title {
  position: relative;
  font-size: var(--fontsize-stitle);
  margin: 0;
  cursor: default;
  line-height: 1.1;
  color: #fff;
}

.slide__desc {
  position: relative;
  font-size: 20px;
  margin: 0 0 30px 0;
  cursor: default;
  color: #fff;
  padding: 20px;
  text-align: center;
  line-height: 30px;
}

.slide__link {
  position: relative;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  padding: 17.5px 41.5px;
  border-radius: 4px;
  z-index: 1;
  display: block;
  color: #fff;
  background: #003a6b;
  transition: color 0.3s, background 0.3s;
}

.slide__link:hover {
  color: #fff;
  background: #211e3b;
}

/*----------------Main Banner Start-----------------*/

.main-banner .slide {
  position: static;
  opacity: 1;
  height: 100%;
  pointer-events: all;
}

.main-banner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  margin-top: 68px;
}

.main-banner .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 570px;
  background-size: 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  position: relative;
}

.main-banner .carousel-item:before {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.main-banner .slide-one {
  background-image: url(../images/img-5/slider2.jpeg);
}

.main-banner .slide-two {
  background-image: url(../images/img-5/slider1.jpeg);
}

.main-banner .slide-three {
  background-image: url(../images/img-5/slider3.jpg);
}

.main-banner .slide-four {
  background-image: url(../images/img-5/slider4.jpeg);
}

.main-banner .carousel-item .right-content h1 {
  color: #ffffff;
  font-size: 55px;
  margin-bottom: 40px;
}

.main-banner .carousel-item .right-content p {
  color: #ffffff;
  font-size: 20px;
}

.main-banner .carousel-item .right-content a.slide-btnlink {
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 4px;
  background: #003a6b;
  transition: all 0.3s;
  margin: 20px 0;
}

.main-banner .carousel-item .slide-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 54;
}

.main-banner .carousel-indicators {
  z-index: 77;
  bottom: 100px;
}

.main-banner .carousel-control-next,
.main-banner .carousel-control-prev {
  z-index: 77;
}

section.pointsbar {
  background-color: #fff;
  padding: 25px 0px;
  margin-top: -98px;
  position: relative;
  z-index: 4;
  border-bottom: 2px solid #e0e5e7;
}

.pointsbar .points-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.pointsbar .points-content ul li h4 {
  color: #333333;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.pointsbar .points-content ul li p {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.pointsbar .points-content ul li i {
  font-size: 35px;
  margin-right: 15px;
  position: relative;
  color: #e83e3e;
}

.pointsbar .points-content ul li i:after {
  content: "\f1d8";
  font-size: 18px;
  color: #ff005a;
  position: absolute;
  top: 8px;
  left: 7px;
}

/*-----------------Main Banner End----------------*/

@media screen and (min-width: 55em) {
  .demos {
    display: flex;
    justify-self: end;
  }
}

@media screen and (max-width: 55em) {
  .content {
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding-bottom: 10em;
  }

  .content--fixed {
    position: relative;
    z-index: 1000;
    display: block;
    padding: 0.85em;
  }

  .codrops-header {
    flex-direction: column;
    align-items: center;
  }

  .codrops-header__title {
    font-weight: bold;
    padding-bottom: 0.25em;
    text-align: center;
  }

  .github {
    display: none;
  }

  .codrops-links {
    margin: 0;
  }

  .slide__desc {
    font-size: 1em;
  }

  .slide__link {
    font-size: 0.85em;
  }
}

/*-------------- Button css ------------*/

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  line-height: 17px;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  padding: 19.5px 32.5px;
  border-radius: 4px;
  z-index: 1;
  background-color: #003a6b;
  transition: all 500ms ease;
}

.theme-btn:hover {
  background: #211e3b;
}

.theme-btn:before {
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background: #061a3a;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.theme-btn:hover:before {
  top: -40%;
}

.theme-btn-2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  line-height: 17px;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  padding: 16.5px 16.5px;
  border-radius: 4px;
  z-index: 1;
  background-color: #003a6b;
  transition: all 500ms ease;
}

.theme-btn-2:hover {
  background: #211e3b;
}

.theme-btn-2:before {
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background: #061a3a;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.theme-btn-2:hover:before {
  top: -40%;
}

/*-------------- about us1 page css ------------*/

.about-page-left>h3 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #211e3b;
  font-weight: 500;
  letter-spacing: 0px;
}

.about-page-left>h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 65%;
  height: 2px;
  background: #211e3b;
}

.aboutfeature {
  padding-top: 30px;
}

.aboutfeature li {
  list-style: none;
  display: inline-block;
  width: 49%;
  padding: 10px 0px;
  font-size: 16px;
  text-transform: capitalize;
}

.aboutfeature li i {
  padding-right: 20px;
  color: #00005c;
}

.about-page-left p {
  margin: 0 0 10px;
}

.about-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.signature-left {
  width: 190px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 3px solid #f0f0ff;
}

.signature-right h3 {
  color: #111;
  font-weight: 500;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 0px;
  display: inline-block;
}

/*-------------- about2 Style css ------------*/

.about-bg1 {
  background: #f3f4f7;
}

.about-section {
  position: relative;
  padding: 120px 0px 120px 0px;
}

.about-section .pattern-layer {
  position: absolute;
  right: 50px;
  bottom: 90px;
  width: 276px;
  height: 346px;
  background-repeat: no-repeat;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.about2-jettrip-tour .image-box {
  position: relative;
  display: block;
  padding: 0px 40px 270px 120px;
}

.about2-jettrip-tour .image-box .image {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}

.about2-jettrip-tour .image-box .image img {
  width: 100%;
}

.about2-jettrip-tour .image-box .image-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.about2-jettrip-tour .image-box .image-1 {
  position: relative;
  overflow: hidden;
}

.about2-jettrip-tour .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about2-jettrip-tour .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-section .about-content .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.about-section .about-content .content-list i {
  font-size: 24px;
  margin-right: 10px;
  color: #003a6b;
  vertical-align: middle;
}

/*-------------- jetrip_travel_tour_area css ------------*/

.pb-130 {
  padding-bottom: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.jetrip_travel_tour_area {
  background-color: #211e3b;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.jetrip_travel_tour_area:after {
  background: url("../images/2.2.jpg") no-repeat scroll 0 0;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  content: "";
  right: 0;
  position: absolute;
  top: 0;
  width: 45%;
  left: 0;
  z-index: -1;
}

.jetrip_travel_box5 {
  float: right;
  width: 55%;
  color: #fff;
  position: relative;
  padding-left: 85px;
  padding-right: 0;
}

.video-btn {
  position: absolute;
  left: -350px;
  top: 30%;
  text-align: center;
}

.video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #003a6b;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  padding-left: 10px;
  border: 10px solid #ffffff;
}

.video-btn i {
  font-weight: 900;
}

.video-btn a:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: -5px;
  top: -3px;
  width: 84px;
  height: 84px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 50%;
  background: #003a6b;
}

.video-btn i:before {
  font-size: 45px;
  margin: 0;
}

@-webkit-keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.jetrip_travel_box5 h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
}

.jetrip_travel_box5 p {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  margin-top: 26px;
  letter-spacing: 0px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.jetrip_travel_box5 a.peulis-btn {
  margin-top: 25px;
}

/*-------------- single-features-box css ------------*/

.single-features-box {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.5s;
  padding: 21px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-features-box,
.single-features-box:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-features-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #211e3b;
  z-index: -1;
}

.single-features-box .icon {
  margin-bottom: 14px;
}

.single-features-box .icon i {
  font-size: 40px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50px;
  background-color: #00005c;
}

.single-features-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features-box h3 a {
  color: #211e3b;
}

.single-features-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: -4px;
}

.single-features-box:hover:before {
  height: 100%;
}

.single-features-box:hover .icon i {
  color: #00005c;
  background-color: #fff;
}

.single-features-box:hover h3 a,
.single-features-box:hover p {
  color: #fff;
}

.single-features-box.top-1 {
  margin-top: 30px;
}

.single-features-box.top-2,
.single-features-box.top-3 {
  margin-top: 0;
}

.single-features-box.top-4 {
  margin-top: -30px;
}

.mb-45 {
  margin-top: 45px;
}

/*-------------- jetrip_tour_package5 css ------------*/

.jetrip_tour_package5 {
  padding: 5px;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.5s;
  margin-top: 30px;
}

.jetrip_package_tour_image {
  position: relative;
  overflow: hidden;
}

.jetrip_package_tour_image {
  background: #111 none repeat scroll 0 0;
  display: block;
  max-width: 100%;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: translate3d(0px, 0px, 300px);
  transform: translate3d(0px, 0px, 300px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.jetrip_package_tour_image img {
  background: #111 none repeat scroll 0 0;
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.jetrip_tour_package5:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.jetrip_tour_package5:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.popular-tour-hover {
  position: absolute;
  left: 0;
  top: 35%;
  -webkit-transform: scale(0);
  transform: scale(0);
  right: 0;
  text-align: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 15px;
}

.jetrip_tour_package5:hover .popular-tour-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

.jetrip_tour_package5:hover .jetrip_package_tour_image img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.popular-tour-hover ul {
  text-align: center;
}

.popular-tour-hover ul li {
  display: inline-block;
}

.popular-tour-hover ul li a {
  display: block;
  background: #fff none repeat scroll 0 0;
  color: #1ec8e7;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin: 0 1px;
}

.jetrip_tour_top {
  padding: 15px;
}

.jetrip_tour_top h3 {
  color: #211e3b;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 0px;
  display: inline-block;
}

.jetrip_tour_top h3 a {
  color: #111;
}

.jetrip_tour_top h3 a:hover {
  color: #003a6b;
}

.jetrip_tour_time {
  margin-top: 5px;
}

.jetrip_tour_time p {
  color: #212121;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.jetrip_tour_time p i {
  color: #003a6b;
  margin-right: 8px;
}

.tour-desc-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.pakage_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.pakage_star_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pakage_star_box ul {
  text-align: left;
}

.pakage_star_box ul li {
  display: inline-block;
  font-size: 15px;
  margin: 0;
  line-height: 20px;
}

.pakage_star_box ul li i {
  color: #003a6b;
}

.pakage_box a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #003a6b none repeat scroll 0 0;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  margin: 0 1px;
}

.pakage_box a:hover {
  background: #211e3b none repeat scroll 0 0;
}

.tour-desc-bottom {
  padding: 15px;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tour-desc-price {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.tour-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour-desc-price p {
  color: #212121;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}

.tour-details a i {
  margin-right: 5px;
}

.tour-details a:hover {
  background: #1ec8e7 none repeat scroll 0 0;
}

/* Single Feature Card Style */

.single_feature_card {
  text-align: center;
  padding: 40px 24px;
  border: 1px solid #003a6b;
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 30px;
}

.mb-55 {
  margin-top: 55px;
}

.single_feature_card:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  content: "";
  background: #003a6b;
  transition: 0.3s;
  z-index: -1;
}

.single_feature_six_seven_icon .icon {
  font-size: 45px;
  color: #003a6b;
  transition: 0.5s;
}

.single_feature_card_content h4 {
  transition: 0.5s;
  padding-top: 13px;
}

.single_feature_card_content p {
  padding-top: 8px;
  transition: 0.5s;
}

.single_feature_card:hover:before {
  width: 100%;
  height: 100%;
  background: #003a6b;
}

.single_feature_card:hover .single_feature_six_seven_icon .icon,
.single_feature_card:hover .single_feature_card_content h4,
.single_feature_card:hover .single_feature_card_content p {
  color: #fff;
}

/*-------------- jetrip_news_area5 css ------------*/

.jetrip_news_area5 {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.jetrip_news_area5 .img-holder {
  position: relative;
  display: block;
}

.jetrip_news_area5 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.jetrip_news_area5 .img-holder .inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 1;
}

.jetrip_news_area5:hover .img-holder .inner:before {
  opacity: 0.65;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.jetrip_news_area5 .img-holder .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
}

.jetrip_news_area5:hover .img-holder .overlay-icon {
  transform: perspective(400px) scaleY(1);
}

.jetrip_news_area5 .img-holder .overlay-icon a {
  position: relative;
  display: inline-block;
  top: -25px;
}

.jetrip_news_area5 .img-holder .overlay-icon span {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
}

.jetrip_news_area5 .img-holder .inner:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0.1;
  background: #000;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}

.jetrip_news_area5:hover .img-holder .inner:after {
  opacity: 0.35;
  transform: scaleY(1);
}

.jetrip_news_area5 .img-holder img {
  width: 100%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.jetrip_news_area5:hover .img-holder img {
  transform: scale(1.2);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.jetrip_news_area5 .img-holder .date-box {
  position: absolute;
  right: 45px;
  bottom: 30px;
  width: 70px;
  height: 75px;
  padding-top: 13px;
  text-align: center;
  z-index: 3;
}

.jetrip_news_area5 .img-holder .date-box h2 {
  color: #ffffff;
  font-size: 26px;
  line-height: 22px;
  font-weight: 600;
}

.jetrip_news_area5 .img-holder .date-box span {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.jetrip_news_area5 .text-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 25px 35px 42px;
  margin-top: -50px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 2;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.5s;
}

.jetrip_news_area5 .text-holder:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.jetrip_news_area5 .text-holder .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid #dee1ed;
}

.jetrip_news_area5 .text-holder .meta-info li {
  position: relative;
  display: inline-block;
  float: left;
  color: #212121;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  padding-right: 16px;
  margin-right: 15px;
}

.jetrip_news_area5 .text-holder .meta-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.jetrip_news_area5 .text-holder .meta-info li:before {
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #dee1ed;
  content: "";
}

.jetrip_news_area5 .text-holder .meta-info li:last-child:before {
  display: none;
}

.jetrip_news_area5 .text-holder .meta-info li i {
  padding-right: 10px;
  color: #003a6b;
}

.jetrip_news_area5 .text-holder .meta-info li a {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  padding-left: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.jetrip_news_area5 .text-holder .blog-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-top: 18px;
}

.jetrip_news_area5 .text-holder .blog-title a {
  color: #211e3b;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.jetrip_news_area5 .text-holder .text {
  position: relative;
  display: block;
  padding-top: 9px;
  padding-bottom: 27px;
}

.jetrip_news_area5 .text-holder .text p {
  margin: 0;
}

.bgclr1 {
  background: #003a6b;
}

/*-------------- destination-tour5 css ------------*/

.destination-tour5 {
  margin-bottom: 30px;
}

.destination-tour5 .img {
  display: block;
  width: 100%;
  height: 370px;
  position: relative;
  z-index: 0;
}

.destination-tour5 .img .tour-package-rs {
  position: absolute;
  top: 0px;
  left: 20px;
  display: inline-block;
  background: #003a6b;
  color: #fff;
  padding: 8px;
  font-size: 20px;
  font-weight: 500;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.destination-tour5 .img .tour-package-rs:after,
.destination-tour5 .img .tour-package-rs:before {
  position: absolute;
  top: 0;
  content: "";
}

.destination-tour5.hotel .img {
  height: 320px;
}

.destination-tour5 .text {
  margin: 0 auto;
  width: 90%;
  position: relative;
  border-top: none;
  margin-top: -40px;
  background: #fff;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.5s;
}

.destination-tour5 .text:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.destination-tour5 .text span {
  font-size: 15px;
}

.destination-tour5 .text .days {
  font-size: 15px;
  color: #003a6b;
  text-transform: uppercase;
  font-weight: 500;
}

.destination-tour5 .text h3 {
  font-size: 23px;
  margin-bottom: 5px;
  font-weight: 500;
}

.destination-tour5 .text h3 a {
  color: #000000;
}

.destination-tour5 .text ul {
  margin: 0;
  padding: 0;
}

.destination-tour5 .text ul li {
  display: inline-block;
  margin-right: 5px;
  color: #212121;
}

.destination-tour5 .text ul li span {
  color: #003a6b;
  margin-right: 6px;
  font-size: 16px;
}

.destination-tour5:hover .text .tour-package-rs {
  padding-left: 15px;
  padding-right: 15px;
  background: #33313b;
}

.p-4 {
  padding: 1.5rem !important;
}

/*-------------- offer-bg-tour css ------------*/

.offer-bg-tour {
  background: url(../images/img-5/bg3.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.offer-bg-tour::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.92;
  position: absolute;
  top: 0;
  width: 100%;
}

.offer-place-box {
  background: #f7f8f9;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}

.offer-place-box:hover {
  -webkit-box-shadow: 0 0px 38px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0px 38px rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.offer-text-box h3 {
  color: #211e3b;
  padding-top: 20px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  font-size: 21px;
}

.offer-text-box p {
  color: #003a6b;
  padding-top: 10px;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
  font-size: 21px;
  padding-bottom: 20px;
}

.offer-place-box .overlay_shape .over-btn {
  top: 82%;
}

.offer-place-box .overlay_shape h4 {
  bottom: 2px;
}

.tour-cont {
  margin-top: 30px;
}

.offer-tour-image {
  position: relative;
}

.overlay {
  position: absolute;
  text-align: center;
  bottom: 100%;
  left: 0%;
  right: 0;
  background: rgba(252, 91, 98, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 0.6s ease;
  cursor: url(../images/img-5/cursor.png), pointer;
}

.overlay_shape img {
  position: absolute;
  font-size: 22px;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 46%;
}

.overlay_shape .over-btn {
  position: absolute;
  left: 50%;
  top: 72%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 300;
  padding: 2px 14px;
  border-radius: 35px;
  text-transform: capitalize;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 1px solid #fff;
  background: #fff;
  color: #211e3b;
}

.overlay_shape .atspar-b-btn button:hover {
  background: #fff;
  border: 1px solid #fff;
}

.overlay_shape .atspar-b-btn button:hover a {
  color: #236f97;
}

.overlay_shape h2 {
  color: #fff;
  bottom: 36px;
  position: absolute;
  line-height: 24px;
  font-weight: 400;
  font-size: 24px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 290px;
  cursor: auto;
}

.overlay_shape .view-all {
  color: #fff;
  bottom: 6px;
  position: absolute;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 290px;
}

.overlay_shape .view-all i {
  position: absolute;
  left: 75%;
  top: 55%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
}

.offer-tour-image:hover .overlay {
  bottom: 0;
  height: 100%;
}

.threePointHighlight {
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  padding: 25px 0px;
}

.ptsCont {
  display: table;
}

.points {
  display: table-cell;
  margin-right: 30px;
  vertical-align: top;
}

/* new slider automatic */
#playstore {
  width: 100px;
}

#appstore {
  width: 100px;
}

/*new slider end */

.top-footer {
  background-color: #ebf2f7;
  width: 100%;
  padding-top: 27px;
}

.playstoreicons {
  display: flex;
  align-items: center;
}

.adverd-section {
  background: #f3f4f7;
  padding: 30px 0;
}

.about-wrap .about-text {
  padding-top: 80px;
}

.about-wrap .about-text .title {
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 30px;
}

.about-wrap .about-text p {
  line-height: 1.9;
}

.about-wrap .sec-two-wrap {
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(51, 51, 51, 0.1);
  border-radius: 5px;
  padding: 40px 30px;
  margin-bottom: 50px;
}

.about-wrap .sec-two-wrap h4 {
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.about-wrap .about-text .title span {
  color: #ff005a;
}

.download-wrapper {
  padding: 80px 0;
}

.download-wrapper .img-wrapper {
  text-align: center;
}

.download-wrapper .down-text .title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.download-wrapper .down-text p {
  line-height: 1.8;
}

.download-wrapper .download-img {
  margin-top: 50px;
}

/*------------------Media Query-------------------*/

@media (max-width: 1299px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  .slider-form ul li.form-title {
    width: 25%;
  }

  .slider-form ul li.form-title p {
    font-size: 13px;
  }

  .slide-content-wrap .right-slide-content .slide__title {
    font-size: 50px;
  }

  .slider-form ul li button {
    padding: 10px 5px;
  }

  .header-one nav .navbar-nav .nav-item .nav-link {
    margin-right: 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .navbar-light .navbar-nav .nav-link>i {
    font-size: 18px;
  }

  .slider-form form .qty input {
    width: 40%;
  }

  .slider-form ul li button {
    font-size: 13px;
  }

  .navbar-light .navbar-nav {
    padding-right: 0;
  }

  .header-one nav .navbar-nav .nav-item .country-btn {
    margin-left: 10px;
    font-size: 14px;
  }

  .header-one nav .navbar-nav .nav-item .currency-btn {
    margin-left: 0;
  }

  .header-one nav .navbar-brand img {
    max-width: 100px;
  }

  .navbar-light .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }

  .header-one nav .navbar-brand img {
    max-width: 100px;
  }
}


@media (max-width: 991px) {
  .slider-form ul li.form-title p {
    font-size: 12px;
    line-height: 1;
  }

  .slider-form ul li button {
    padding: 10px 5px;
    font-size: 12px;
  }

  .slider-form .tab-content form label {
    font-size: 11px;
  }

  .slider-form form input {
    font-size: 13px;
  }

  .slider-form form .submit-button {
    font-size: 14px;
  }

  .main-banner .slider-form {
    left: 15%;
    width: 50%;
  }

  .slider-form ul li.form-title {
    width: 20%;
  }

  .pointsbar .points-content ul li h4 {
    font-size: 14px;
  }

  .pointsbar .points-content ul li p {
    font-size: 14px;
  }

  .pointsbar .points-content {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .slicknav_menu {
    display: block;
    background: transparent;
    position: relative;
    z-index: 999;
  }

  .slicknav_nav {
    background: #212121;
    position: relative;
    top: 0px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.23);
  }

  .slicknav_btn {
    background: transparent;
  }

  .slicknav_nav a {
    font-size: 15px;
  }

  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    background: transparent;
    color: #003a6b;
  }

  .slicknav_nav .slicknav_arrow {
    float: right;
  }

  .slicknav_brand {
    height: 70px;
  }

  .slicknav_btn {
    padding: 22px 0;
  }

  .mobile-menu .slicknav_brand {
    padding-left: 0;
  }

  .mobile-menu .slicknav_brand img {
    width: 100%;
    max-width: 120px;
  }

  header .header-one .navbar .navbar-collapse {
    overflow-y: scroll;
  }

  .header-one nav .navbar-nav .nav-item .country-btn {
    margin-left: 0;
  }

  .header-one nav .navbar-nav .nav-item .contory-menu {
    right: auto;
    left: 0;
  }

  .header-one nav .navbar-nav .nav-item .currency-menu {
    right: auto;
    left: 0;
  }

  .header-one .navbar-nav .nav-item .signin-popup-wrap {
    right: auto;
    left: 0;
  }

  .booking-status-popup-wrap,
  .cancel-popup-wrap {
    right: auto;
    left: 0;
  }
}

@media (max-width: 767px) {
  .slideshow .slide-content-wrap .slider-form {
    margin-bottom: 30px;
  }

  .slide-content-wrap .right-slide-content .slide__title {
    font-size: 40px;
  }

  .right-slide-content a.slide__link {
    padding: 15px 25px;
  }

  .main-banner .slider-form {
    left: 19%;
    width: 400px;
  }

  .pointsbar .points-content ul li i:after {
    font-size: 13px;
    top: 7px;
    left: 6px;
  }

  .pointsbar .points-content ul li i {
    font-size: 25px;
    margin-right: 10px;
  }

  .pointsbar .points-content ul li h4 {
    font-size: 15px;
  }

  .pointsbar .points-content ul li p {
    font-size: 14px;
  }

  .header-one .navbar-nav .nav-item .signin-popup-wrap {
    width: 100%;
  }

  .header-one nav .navbar-nav .nav-item .currency-menu {
    min-width: 100%;
  }

  .header-one nav .navbar-nav .nav-item .contory-menu {
    min-width: 100%;
  }

  .booking-status-popup-wrap,
  .cancel-popup-wrap {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .slider-form ul li.form-title {
    width: 22%;
  }

  .slider-form ul li button {
    font-size: 10px;
  }

  .main-banner .slider-form {
    left: 10%;
    width: 80%;
  }

  .sidebar-menu {
    display: none;
  }

  .slider-form ul li button {
    padding: 10px 2px;
  }

  .slider-form .tab-content form label span {
    display: inline-block;
  }

  .slider-form .tab-content {
    padding: 15px 10px;
  }

  .slider-form form .qty input {
    padding: 0;
  }

  .slider-form .tab-content .add-flight ul li {
    padding: 10px 5px;
  }
}

@media (max-width: 380px) {
  .slider-form ul li.form-title {
    display: none;
  }
}

.special-offer {
  position: relative;
  background: url(../img/offer-banner.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}

.special-offer:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(49, 74, 100, 0.6);
  /*background: rgba(0,216,255,.6);*/
  z-index: -1;
}

/*.single-special-offer-bg*/
.single-special-offer-bg {
  margin-top: -1px;
  position: relative;
  padding-bottom: 42px;
  z-index: -1;
}

.single-special-offer-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 216, 255, 0.7);
  z-index: 1;
}

.single-special-offer-bg img {
  height: 807px;
}

.single-special-shape-txt {
  position: absolute;
  top: 60px;
  left: 62px;
}

.single-special-shape-txt h3,
.single-special-shape-txt h4 {
  color: #fff;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
}

.single-special-shape-txt h4 {
  text-transform: uppercase;
  margin: 174px 0;
  line-height: 1.3;
}

.single-special-shape-txt h4 span {
  font-size: 60px;
}

.single-special-shape-txt p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.single-special-shape-txt p span {
  font-size: 60px;
  font-weight: 700;
}

/*.single-special-offer-bg*/

/*single-special-offer*/
.single-special-offer-txt {
  padding: 172px 0 0;
}

.single-special-offer h2 {
  color: #fff;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 22px;
}

/*single-special-offer*/

.packages-para.special-offer-para p {
  color: #fff;
}

.packages-para.special-offer-para p span {
  display: inline;
  color: #fff;
  width: 100%;
  margin-right: 25px;
}

.offer-para {
  margin-top: 31px;
  text-transform: initial;
  line-height: 2;
}

.packages-review.special-offer-review {
  margin-bottom: 13px;
}

.packages-review.special-offer-review span {
  color: #fff;
}

.offer-btn-group {
  display: flex;
  margin-top: -10px;
}

.about-view.packages-btn.offfer-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 25px;
}

.about-btn {
  margin-top: 39px;
  letter-spacing: 1.2px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.about-btn:hover .about-view {
  color: #fff;
  background: #314a64;
  box-shadow: 0 5px 20px rgba(14, 15, 18, 0.7);
  /*border: 1px solid #00d8d5;*/
}

.about-view {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  /*border: 1px solid #00d8ff;*/
  width: 200px;
  height: 60px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(14, 15, 18, 0.2);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.count-box {
  max-width: 22%;
  min-width: 100px;
}

.counter-div {
  border: 1px solid #bcc8d1;
  border-radius: 4px;
}

.counter-div>div {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 0.3rem;
  user-select: none;
}

.minus {
  border-right: 1px solid #bcc8d1;
  cursor: pointer;
  color: #fe0059;
  position: relative;
}

.plus {
  border-left: 1px solid #bcc8d1;
  cursor: pointer;
  color: #fe0059;
  position: relative;
}

.addRoom {
  display: inline-block;
}

.addRoom div {
  width: auto;
  border: 1px solid #fe0059;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

.addRoom div:hover {
  border: 1px solid #fe0059;
  background-color: #fe0059;
  color: #ffffff;
}

.done {
  border: 1px solid #fe0059;
  background-color: #fe0059;
  width: 85px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.cancel {
  width: 60px;
  color: #fe0059;
  cursor: pointer;
  font-size: 15px;
  margin-right: 10px;
}

.roomConfig .eachRoom {
  padding: 15px 25px 20px 25px;
}

.single_package .media>img {
  max-width: 370px;
  width: 100%;
  min-height: 310px;
}

.single_package .media-body {
  padding: 25px 30px;
}

.single_package .media-body .direction {
  font-size: 15px;
  font-weight: 500;
  color: #003a6b;
  display: block;
  margin-bottom: 10px;
}

span,
a,
a:hover {
  text-decoration: none;
  color: inherit;
}

.single_package .media-body .duration {
  display: inline-block;
  margin-bottom: 30px;
}

.single_package .media-body ul {
  margin: 0;
}

.single_package .media-body .duration li {
  display: inline-block;
  margin-right: 20px;
}

.single_package .media-body ul p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.single_package .media-body ul li i {
  padding-right: 5px;
}

.single_package .media-body ul h5 {
  font-size: 15px;
  padding-left: 20px;
}

.single_package .media-body .btn-packlist {
  border: 1px solid #e2e2e2;
  display: table-cell;
  padding: 12px 30px;
  border-radius: 4px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.ws-section-spacing {
  padding: 100px 0 70px;
}

.single_package .media-body .btn-packlist:hover {
  background: #003a6b;
  color: #fff;
  border-color: #003a6b;
}

.place-box .wapper-img {
  position: relative;
}

.place-box .wapper-img .pop-btn {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 30px;
  width: fit-content;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
}

.place-box .desi-inner {
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.place-box:hover .wapper-img::before {
  opacity: 0.7;
  visibility: visible;
  height: 100%;
}

.place-box .wapper-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.place-box .desi-inner p {
  display: inline-block;
  margin-bottom: 0;
}

.place-box .desi-inner h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.place-box .wapper-img .pop-btn:hover {
  background: #003a6b;
  border-color: #003a6b;
}

.place-box:hover .wapper-img .pop-btn {
  opacity: 1;
  visibility: visible;
}

.play-icon img {
  width: 200px;
}

.bg {
  background-image: url("../images/agent_login_bg.jpg");
}

.agent-login-container {
  max-width: 370px;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.agent-login-wrap {
  background-color: #fff;
  border: 1px solid #ccc;
  /* -webkit-border-radius: 5px; */
  padding: 25px;
}

.form-head {
  margin-bottom: 30px;
}

.form-head h3 {
  font-family: Open Sans;
  font-size: 1.3em !important;
}

.form-p {
  font-family: Open Sans;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 0.85em;
}

.form-ul {
  margin-bottom: 15px;
  font-size: 1.1em;
}

/* .form-ul li{
  float: left;
  margin-right: 20px;
} */
.login_as {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}


/*new slider end */

.top-footer {
  background-color: #ebf2f7;
  width: 100%;
  padding-top: 27px;
}

.playstoreicons {
  display: flex;
  align-items: center;
}

.adverd-section {
  background: #f3f4f7;
  padding: 30px 0;
}

.forex-wrapper .title-text h2,
.forex-wrapper .title-text h4 {
  margin-bottom: 30px;
}

.forex-wrapper .forex-list {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.5s;
  padding: 21px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 5px;
  margin-top: 40px;
}

.forex-wrapper .gst-wrap .forex-list {
  width: 50%;
}

.forex-wrapper .gst-wrap .forex-list .gst-number {
  font-size: 22px;
}

.forex-wrapper .gst-wrap .forex-list .gst-user {
  font-size: 20px;
}

.invest-wrap .heading-wrapper {
  text-align: center;
}

.invest-wrap .heading-wrapper .title {
  margin-bottom: 30px;
}

.invest-wrap .heading-wrapper .sub-title {
  width: 70%;
  margin: 0 auto 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.invest-wrap .slick-slider .slick-slide .img-wapper {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.1);
}

.invest-wrap {
  margin-bottom: 50px;
}

.others-banner {
  background-image: url(../images/banner-bg-8.jpg);
  background-repeat: no-repeat;
  min-height: 400px;
  background-size: 100%;
  background-position: center;
}

.eupolicy-wrap h3 {
  margin-bottom: 30px;
}

.eupolicy-banner {
  background: url("../images/Travelling-banner.jpg");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.forex-banner {
  background: url("../images/banner-bg-9.jpg");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.gst-banner {
  background: url("../images/gst-banner.png");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.others-wrap {
  background-color: #f7f7f7;
}

.others-wrap .other-content h2.title {
  margin-bottom: 30px;
}

.others-wrap .other-content h3 {
  font-size: 23px;
}

.others-wrap .link-content {
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.1);
  padding: 15px 10px;
  text-align: center;
}

.others-wrap .link-content h3 {
  margin-bottom: 20px;
}

.others-wrap .link-content a.theme-btn {
  background-color: #ed1c24;
}

section.wrapper-one {
  padding: 100px 0;
}

.cruise-wrap .cruise-title {
  text-align: center;
  margin-bottom: 40px;
}

.cruise-text .subheading {
  font-size: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 30px;
}

.cruise-text .subheading strong {
  color: #ff005a;
}

.cruise-wrap hr {
  margin: 60px 0;
}

ul.list_menu li {
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px;
}

.cruise-banner .carousel-item {
  min-height: 400px;
}

.cruise-banner .carousel-indicators {
  z-index: 77;
  bottom: 0;
}

.book-bus-wrap .package-content .bus-bookbtn {
  background-color: #ff005a;
  color: #ffffff;
  padding: 7px 15px;
  border-radius: 5px;
}

.book-bus-wrap .package-content .bus-bookbtn:hover {
  background-color: #9bc0df;
}

.book-bus-wrap {
  margin-bottom: 40px;
  background-color: #ffffff;
}

.book-bus-wrap .package-content {
  padding: 10px;
}

.bus-route-wrap .title-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.book-bus-wrap .package-content h3 {
  margin-bottom: 15px;
}