
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
      font-family: "Barlow", sans-serif;

}

html {

  scroll-behavior: smooth;
}

ul,
li {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  display: inline-block;
}
a,
a:hover {
  text-decoration: none; 
  color: #152534;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  color: #424242;
    font-family: "Barlow", sans-serif;


}

.all-title {

  font-weight: 400 !important;
  word-spacing: 5px;

}
p {
  font-size: 15px;
  color: #424242;
  line-height: 24px;
    font-family: "Barlow", sans-serif;

}
figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
img {
  width: 100%;
  height: auto;
}

header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.sticky .top_header {
  display: none;
}

.sticky .main_header_wrapper {
  align-items: center;
}

.sticky .main_navigation ul li a {

  align-items: inherit;
}

.sticky .main_navigation ul li a {
  font-size: 14px;
  color: #424242;
  font-weight: 600;
  padding: 16px 10px;
}

.sticky .main_header {
  background: #fffffffa;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

}

.sticky .main_header::before {

  display: none;
}

.sticky .logo img {
  height: 40px;
}

.sticky .logo {
  padding: 5px 0;
  background: transparent;
}

.top_header {

  padding: 4px 0;
  margin-left: 20px;
  position: relative;
  margin-right: -20px;
}

.top_header_wrapper {
  display: flex;
  justify-content: flex-end;
  border-left: 1px solid #e2e4e8;
}

.top_header_wrapper ul li p {
  margin: 0;
  display: inline-block;
}

.top_header_wrapper ul li a {
  display: inline-block;
}

.top_header_wrapper ul li {
  font-size: 12px;
  padding-left: 10px;
}

.top_header_wrapper ul li a {
  padding: 0 5px;
}

.top_header_wrapper ul li,
.top_header_wrapper ul li p,
.top_header_wrapper ul li a {
  color: #94999f;
  font-weight: 700;
}

.top_header_wrapper ul li:nth-child(1) {
  color: #fff;

}

.top_header_wrapper ul li:nth-child(2) {
  color: #fff;

}

.top_header_wrapper ul li:nth-child(2) a {
  color: #fff;
}


.top_header_wrapper ul li a > i {
  color: #fff;
  font-size: 15px;
}
.top_header_wrapper ul li i {
  color: #fff;
}

.top-menu-bar {

  z-index: 9;
  transition: 500ms;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  display: none;
  cursor: pointer;
}
.sticky .top-menu-bar {
  top: 10px;
}

span.menu-line {
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 9px 0;
  transition: 500ms;
}

.top-menu-bar.active span.menu-line:nth-child(1) {
  transform: rotate(45deg);
}

.top-menu-bar.active span.menu-line:nth-child(2) {
  opacity: 0;
}

.top-menu-bar.active span.menu-line:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -19px;
}

/* top header section ends */

/* main header section starts */

.main_header {

  position: absolute;
  width: 100%;
  z-index: 999;
  transition: 500ms ease all;
}

.main_header::before {

  content: "";
  background-image: linear-gradient(to bottom,rgb(0 0 0 / 56%) calc(43rem / 20),#ffffff00);
  border: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 110px;
  z-index: -1;
  transition: 500ms ease all;
}


.main_header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: block;
  padding: 10px;
  position: relative;
  z-index: 2;
}

.logo::before {


  content: "";
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 40px 0;
  border-color: transparent #fff transparent transparent;
  right: 0;
  top: 100%;
  transition: 300ms ease all;

}

.logo::after {

  content: "";
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  top: 100%;
  border-style: solid;
  border-width: 40px 80px 0 0;
  border-color: #fff transparent transparent transparent;
  transition: 300ms ease all;
  left: 0;

}

.logo img {
  height: 50px;
  width: auto;
  transition: 500ms ease all;
}

.sticky .logo::after,
.sticky .logo::before {

  opacity: 0;
}

.main_navigation ul li {
  position: relative;
}

.main_navigation ul li a {
  display: flex;
  align-items: flex-end;
  padding: 30px 7px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  transition: 300ms ease all;
}

.top_header_wrapper ul li a:hover i,
.main_navigation ul li a:hover {

  color: #d85726;
}

.main_navigation ul li a .active {
  color: #d85726 !important;
}

.main_navigation ul li a i {
  font-size: 20px;
  margin-left: 5px;
}

.sub-menu1,
.sub-menu,
.sub-menu2{
  transition: 0.3s ease all;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateX(2em);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  display: block;
  min-width: 180px;
  z-index: 2;
  background: rgb(255, 255, 255, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 3px;

}

.sub-menu1 {
  left: 100%;
  top: 0;
  bottom: auto;
}
.sub-menu2 {
  left: 100%;
  top: 0;
  bottom: auto;
}

.sub-menu1 li,
.sub-menu li,
.sub-menu2 li{
  display: block;
  position: relative;
}


.sub-menu li i {

  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: transparent;
  color: #333;
  top: 0;
  padding: 0;
}


#sub-menu1 li a,
#sub-menu li a,
#sub-menu2 li a
{
  color: #69747d;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 400;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 300ms ease all;
}

#sub-menu1 li a:hover,
#sub-menu li a:hover,
#sub-men2 li a:hover{
  color: #fff;
  background: #f16625;
}

.main_navigation ul li:hover .sub-menu,
.sub-menu li:hover .sub-menu1,
.sub-menu1 li:hover .sub-menu2
{
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.active {
  color: #d85726 !important;
}

/* main header section ends */

/* main slider section starts */


.home-wrapper {

  position: relative;
}

.home-wrapper figure {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
 
}


.slick-slide.slick-current.slick-active .home-wrapper figure {

  animation: zoom 50s infinite;

}



@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}


@-moz-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}



.home-wrapper figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(212, 41%, 7%, 0.3);
}

.home-content {
  padding-top: 40px;
  z-index: 2;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  transform: translate(0, -50%);

}

.home-content img {

  height: 25px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  display: none;
}

.home-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
}

.home-content h1 {
  font-size: 70px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400 !important;
  letter-spacing: -3px;
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 15px;

}

.home-content p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
}

.home-slider button.slick-arrow {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  background: #000000f0;
  color: #fff;
  outline: none;
  border: none;
  display: block;
  border-radius: 50%;

  z-index: 2;
}

.next-arrow {
  right: -50px;
  transition: 300ms ease all;

}

.prev-arrow {
  left: -50px;
  transition: 300ms ease all;

}

.home-slider:hover .next-arrow {
  right: 10px;
}

.home-slider:hover .prev-arrow {
  left: 10px;
}

.prev-arrow::before {
  content: "\f104";
  color: #fff;
  font-size: 25px;
  font-family: fontawesome;
}

.next-arrow::before {
  content: "\f105";
  color: #fff;
  font-size: 25px;
  font-family: fontawesome;
}

/* main slider section ends */

/* form section starts */

.home_form {
  position: relative;
  margin-top: -85px;
}

.home-form-wrapper {
  display: flex;
  justify-content: flex-end;
  background: rgb(11, 18, 26, 0.4);
  padding: 20px;
}

.home-form-wrapper button {
  padding: 15px 30px;
  background: #0b121a;
  color: #939191;
  font-size: 16px;
  border: none;
  outline: none;
  box-shadow: none;
  float: left;
  border-right: 2px solid #262c33;
  width: 200px;
}

.home-form-wrapper button {
  color: #fff;
}

/* form section ends */

/* why travel section starts */

.all-sec-padding {
  padding: 70px 0;
}

.why-travel-content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.why-travel-content p {
  line-height: 28px;
}

.why-travel-image ul li {
  margin: 0 20px;
  text-align: center;
}

.why-travel-image ul li a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #424242;
  display: block;
  line-height: 100px;
  text-align: center;
  margin-bottom: 10px;
}

.why-travel-image ul li a img {
  max-width: 100%;
  width: auto;
}

.why-travel-image ul li p {
  font-size: 16px;
  font-weight: 600;
}

.why-travel-section .row {
  align-items: center;
}

/* why travel section ends */

/* blog section starts */

.blog-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  padding: 25px 0;
  color: #000;
  position:relative;
}

.blog-section::before {
    
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(0 0 0 / 46%);
}

.blog-section::after {

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/assets/front/images/FAVPNG_travel-agent-tourism-pattern_vKiCM4fC.png');
}

.blog-image-side img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.blog-content-side {
  padding: 40px;

  position: relative;
}

.blog-content-side::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5px;
  width: 200px;
}

.blog-content-side::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 5px;
  width: 200px;
}

.blog-content-side h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
}

/* .why-travel-icon {

  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,30%) rotate(45deg);
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid #fff;
}

.why-travel-icon::before {

  content: "";
  position: absolute;
  left: 100%;
  width: 100px;
  height: 1px;
  background: #fff;
} */

.blog-content-side p {
  line-height: 28px;
  text-align: center;
  color: #595959;
}

/* .blog-content-side a {
  color: #d85726;
  text-decoration: underline;
  font-weight: 600;
} */

.blog-content-side .box {
  padding: 30px 20px;
  border-radius: 5px;
  text-decoration: none;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  background-color:#ffff;
}



/* blog section ends */

/* tour slider section starts */

.tour-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #f7f7f7;
}

.tour-slider {
    padding: 20px 40px;
    background: #ffffff91;
    box-shadow: 0 3px 6px #d8d8d8;
}

.tour-title {
  text-align: center;
  margin-bottom: 50px;
}

.tour-title h2 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 5;
  text-transform: uppercase;
}

.tour-title h2::before {
  position: absolute;
  bottom: 33%;
  left: -13px;
  font-size: 45px;
  color: #d1d0d0;
  width: 400px;
  font-weight: 700;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  z-index: -1;
}

.tour-container {
  padding: 10px;
}

.tour-content {
  padding: 20px 15px;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tour-content a {
  display: block;
  margin-bottom: 15px;
}

.tour-content a h3 {
    font-size: 22px;
    font-weight: 400;
    transition: 300ms ease all;
}

.tour-content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tour-content ul li img {
  width: 30px;
  display: inline-block;
  height: auto;
  margin-right: 10px;
}

.tour-content ul li p {
  display: inline-block;
  color: #424242;
  font-size: 22px;
  margin: 0;
}

.price p {
    font-weight: 600;
    color: #ec1b25 !important;
    font-size: 22px;
    margin-top: 7px;
}

.tour-wrapper {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-bottom: 30px;
  height:100% !important;
}

.tour-wrapper a {
  display: block;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tour-wrapper a img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  transition: 300ms ease all;
}

.tour-wrapper:hover .tour-content a h3 {
  color: #f16625;
}

.tour-wrapper:hover a img {
  transform: scale(1.2);
}

.tour-slider .slick-dots {
  bottom: 25px;
}

.tour-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #dedede;
  border-radius: 50%;
}

.tour-slider .slick-dots li {
  width: auto;
  height: auto;
}

.tour-slider li.slick-active button {
  background: #f16625;
}

.hidden-wrapper2,
.hidden-wrapper {

display: none;

}

.show__less2,
.show__More2,
.show__less,
.show__More {

  border: 1px solid #f3f3f3;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333;
  display: block;
}


.show__More2.active,
.show__More.active {

  display: none;
}

.show-hide-btn2 button,
.show-hide-btn button {

  text-align: center;
  margin: 0 auto;
  max-width: 150px;
}

.show__less2,
.show__less {

  display: none;
}

.show__less2.open,
.show__less.open {

  display: block;
}


/* tour slider section ends */

/* package section satrts */


.package-title h2::before {
  display: none;
}

.package-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.package-image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.package-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

.package-wrapper:hover .package-image img {
  transform: scale(1.1);
}

.package-content a {
  display: block;
  background: #fff;
  position: relative;
  transition: 500ms ease all;
}

.package-content a h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}

.package-content a span {
  color: #969696;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.package-content {
  padding: 15px;
  position: relative;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.star li i {
  color: #ffbc1d;
}

.package-wrapper {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  border-radius: 5px;
  background: #fff;
  height: inherit !important;
}

.price-tag {
    position: absolute;
    bottom: 20px;
    right: -5px;
    background: #ec1b25;
    display: block;
    border-top-right-radius: 3px;
}


.price-wrapper {
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.price-wrapper p {
  margin: 0;
  color: #fff;
}


.price-tag::before {
    background: #ec1b25;
    border-bottom-left-radius: 4px;
    bottom: -6px;
    content: "";
    height: 6px;
    right: 0;
    position: absolute;
    width: 5px;
}
.price-wrapper::before {
    width: 0;
    height: 0;
    border-top: 35px solid #ec1b25;
    border-left: 35px solid transparent;
    position: absolute;
    top: 0;
    left: -34px;
    content: '';
}

.price-wrapper span {
    font-size: 14px;
    font-weight: 600;
}
.price-wrapper::after {
    width: 0;
    height: 0;
    border-bottom: 35px solid #ec1b25;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: 0;
    left: -35px;
    content: '';
}


/* package section ends */

/* review section starts */

.review-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review-title {
  text-align: center;
  margin-bottom: 50px;
}

.review-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  border: 5px solid #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-wrapper {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.review-content p {
  font-size: 16px;
  line-height: 30px;
}

.review-content a {
  background: #f97755;
  padding: 7px 15px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  display: block;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 30px;
  transition: 300ms ease all;
  color: #fff;
}

.review-content a:hover {
  background: #f16625;
}

/* review section ends */

/* footer section starts */

footer {
  background: #152534;
  padding: 60px 0 !important;
}

.footer-logo {
  display: block;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 120px;
  height: auto;
}

.footer-col-wrapper ul li {
  list-style: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 5px 0;
}

.footer-media li {
  display: inline-block;
}

.footer-media li a {
  display: block;
  margin: 0 10px;
}

.footer-col-wrapper h3 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col-wrapper h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 30px;
  background: #1b93d2;
}

.footer-link li a {
  margin: 15px 0;
  transition: 300ms ease all;
  display: block;
}

.footer-link li a:hover {
  color: #1b93d2;
}

.footer-link li {
  display: block;
}

ul.footer-media,
ul.airpartner {
  margin-top: 15px;
}

.airpartner li img {
  width: 130px;
  height: auto;
}

.last-col h3 {
  margin: 0;
}

.last-col h3::before {
  display: none;
}

.last-col p {
  color: #fff;
  margin: 20px 0;
}

.last-col form {
  display: flex;
}

.last-col form input,
.last-col form button {
  outline: none;
  border: none;
  padding: 7px;
  font-size: 14px;
}

.last-col form input {
  width: 70%;
}

.last-col form button {
  color: #fff;
  background: #007bab;
  width: 30%;
  transition: 300ms ease all;
}

.last-col form button:hover {
  background: #f16625;
}

.design-content {
  padding: 10px;
  background: #dadada;
}

.design-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.design-content-wrapper p {
  margin: 0;
  color: #9e9e9e;
}

.design-content-wrapper p a {
  margin-left: 5px;
  color: #808080;
  font-weight: 600;
  text-align:justify;
}

#button {
  display: inline-block;
  background-color: #007bab;
  width: 45px;
  height: 60px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  line-height: 72px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
}

#button::after {
  content: "\f176";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #f16625;
}

#button:active {
  background-color: #f16625;
}

#button.show {
  opacity: 1;
  visibility: visible;
  display: none;
}
.footer-media img {
  width: auto;
}
.footer-media li img {
  width: 40px;
  height: auto;
}
.footer-media h3 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: Normal;
  color: #1b93d2;
  margin-bottom: 10px;
  position: relative;
}

.footer-media h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  background: transparent;
}

/* footer section ends */

/*============= sister org =============*/

.sisterorg {
  padding: 40px 0;
  background-color: #ffffff;
  background-position: 0 100%;
  background-size: cover;
}
.middle {
  margin: 0 auto;
}

.sisterorg .tour-title {
  margin-bottom: 5px;
  text-align: left;
}
.sisterorg .tour-title h2 {
  font-size: 30px !important;
  font-weight: 600;
  margin-bottom: 1px;
}
.sisterorg ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sisterorg ul li {
  list-style: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0 15px;
}
.airlines-list {
  position: relative;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

/*========= */

.blog-content-side .card {
  position: absolute;
  top: 35%;
  right: 0;
  transform: translate(-50%, -50%);
  width: auto;
  background: transparent;
  border-radius: 0px;
  transition: 0.5s;
  margin-top: -17px;
  border: 0;
}

.card .box {

  transform: translateY(-50%);

  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background:transparent;
  position:relative;
  z-index:2;
  box-shadow:none;
}

.card .box::before {
    
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:-1;
    border-radius:5px;
    transition:1.5s ease all;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: rotate(45deg);

    
}

.blog-section:hover .card .box::before {
    
    transform:rotate(360deg);
    background:#e66f38;

}



.card .box .img {
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  transition:1.5s ease all;

}


.blog-section:hover .card .box .img {
    
    filter:invert(1) brightness(10);
}

.blog-section:hover .card .box h2 {
    
    color:#fff;
}

.travel-btn {

  background: transparent;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}

.travel-btn:hover {

  background: #fff;
  color: #333;

}

.card .box .img img {
  width: 50%;
  height: 100%;
}
.card .box h2 {
  font-size: 18px;
  color: #d85726;
  margin: 20px auto;
  text-transform: uppercase;
  font-weight: 600;
}
.card .box h2 span {
  font-size: 14px;
  background: #e91e63;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 15px;
}

.card .box span {
  display: inline-flex;
}
.card .box ul {
  margin: 0;
  padding: 0;
}
.card .box ul li {
  list-style: none;
  float: left;
}
.card .box ul li a {
  display: block;
  color: #aaa;
  margin: 0 10px;
  font-size: 20px;
  transition: 0.5s;
  text-align: center;
}
.card .box ul li:hover a {
  color: #e91e63;
  transform: rotateY(360deg);
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.home-form-wrapper button {
  padding: 7px 0;
  background: #d95518;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  box-shadow: none;
  float: left;
  border-right: 2px solid #262c33;
  width: 100px;
}



.home-destination {
  padding: 70px 0 90px 0;
}

#destination img {
  width: 100%;
  height: 200px;
  object-fit: cover;

  transition: 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

figure.snip1190 {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
  border-radius: 5px;
}
figure.snip1190 {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1190 img {
  opacity: 0.8;
  width: 100%;
}
figure.snip1190 figcaption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
figure.snip1190 h2 {
  font-weight: 400;
  left: 0;
  right: 0;
  letter-spacing: -1px;
  margin: 0 auto;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: 500ms ease all;
}
figure.snip1190 h2 span {
  font-weight: 800;
  color: #fff;
}
figure.snip1190 p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  opacity: 0;
  font-size: 14px;
  -webkit-transform: translateY(-20%) scale(0.7);
  transform: translateY(-20%) scale(0.7);
}
figure.snip1190 .square {
  height: 78px;
  width: 78px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip1190 .square:before,
figure.snip1190 .square:after,
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.snip1190 .square:before,
figure.snip1190 .square:after {
  width: 65%;
  height: 2px;
}
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
  width: 2px;
  height: 65%;
}
figure.snip1190 .square:before,
figure.snip1190 .square div:before {
  left: 0;
  top: 0;
}
figure.snip1190 .square:after,
figure.snip1190 .square div:after {
  bottom: 0;
  right: 0;
}
figure.snip1190 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1190:hover img,
figure.snip1190.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1190:hover h2,
figure.snip1190.hover h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
figure.snip1190:hover p,
figure.snip1190.hover p {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}
figure.snip1190:hover .square:before,
figure.snip1190.hover .square:before {
  width: 38%;
}
figure.snip1190:hover .square div:before,
figure.snip1190.hover .square div:before {
  height: 38%;
}
figure.snip1190:hover .square:after,
figure.snip1190.hover .square:after {
  width: 55%;
}
figure.snip1190:hover .square div:after,
figure.snip1190.hover .square div:after {
  height: 55%;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

/* The colour of the indicators */

.blog.carousel-indicators li {
  background: #f16625;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: orange;
}

.carousel-indicators li {
  background: #f16625;
  width: 10px;
  border-bottom: 0;
}
.carousel-indicators {
  bottom: -44px;
}

/*============= video ==============*/

.video-wrap {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}

.video-content-side h2 {

  font-size: 35px;
  margin-bottom: 20px;
  font-family: Rustico;
  color: #f16625;
}

.video-content-side p{
    text-align:justify;
}



/*footer new*/

.dk-footer {
    padding: 75px 0 0;
    background-color: #151414;
    position: relative;
    z-index: 2;
}
.footer-widget p {
  margin-bottom: 27px;
  color: #797979 !important;
}

.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #f16625;
  display: none;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #f5b02e;
}

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}

.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}


.dk-footer .contact-us {
  margin-top: 16px;
  margin-bottom: 30px;
  padding-left: 80px;
}
.dk-footer .contact-us .contact-info {
  margin-left: 50px;
}
.dk-footer .contact-us.contact-us-last {
  margin-left: -80px;
}
.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #007bff;
}

.dk-footer-box-info {

  z-index: 2;
}
.dk-footer-box-info .footer-social-link h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #333;
}
.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dk-footer-box-info .footer-social-link li {
  display: inline-block;
}
.dk-footer-box-info .footer-social-link a i {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  margin-right: 5px;
  color: #000000;
  border: 1px solid #ababab;
  font-size: 14px;
}

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}

.footer-info-text {
  margin: 26px 0 32px;
}


.footer-widget .section-heading {
  margin-bottom: 35px;
}

.footer-widget h3 {
  font-size: 20px;
  color: #333;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-widget ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget li {
  margin-bottom: 18px;
  display:block;
}
.footer-widget li img {
  max-width: 50px;
}

.footer-widget p {
  margin-bottom: 27px;
}

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-widget a:hover {
  color: #007bff;
}

.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}

.dk-footer-form {
  position: relative;
}
.dk-footer-form input[type="email"] {
  padding: 14px 28px;
  border-radius: 5px;
  background: #fff;
  border: none;

}

.dk-footer-form input[type="email"]::placeholder {

  color: #797979;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.dk-footer-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding:0 10px;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border:none;
  background: #f16625;
  color: #fff;
}
.dk-footer-form button:hover {
  cursor: pointer;
}

.footer-img {
  max-width: 200px !important;
}

.footer-info-text,
.contact-info p {
  color: #c8c5c5;
}

.trip-img {
  max-width: 103px !important;
  margin-top: 20px;
  margin-left: 10px;
}

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon {
  position: absolute;
}
.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #007bff;
}

.contact-info {
  margin-left: 75px;
  color: #fff;
}
.contact-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020;
}
.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.copyright a:hover {
  color: #007bff;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top {
  position: relative;
  z-index: 2;
}
.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #fa6742;
  border-color: #fa6742;
}

.button-lists {
  margin-bottom: 20px;
}

.button-lists .btn-dark {
  padding: 7px 30px;
  border-radius: 0;
  display: block;
  font-size: 14px;
  border-radius: 5px;
}

.book-form .inner-title-wrapper p {
  max-width: 100%;
}

.imageHolder {
  display: block;
  margin-bottom: 20px;
}

.imageHolder img {
  max-width: 100%;
  height: auto;
  max-height: 35vh;
  object-fit: cover;
  border-radius: 5px;

}

.centered {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: (0, 0, 0, 0.5);
  color: #fff;
  background: #000;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: -39px;
}

.togglesearch {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 400px;
  /* height: 40px; */
  /* width: 100%; */
  /* line-height: 40px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #d85726;
  display: none;
}

.togglesearch form {

  display:flex
}

.togglesearch:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
 
}

.togglesearch input {
  display: inline-block;
}

.togglesearch input[type="text"] {
  width: 83%;
  padding: 10px;
  border: 1px solid transparent;
  outline: none;
  float: left;
}

.togglesearch input[type="button"],
.togglesearch input[type="submit"] {
  width: 80px;
  padding: 5px 0;
  background: #d85726;
  color: #fff;
  margin-left: -5px;
  border: 1px solid #d85726;
  outline: none;
  cursor: pointer;
  float: right;
}

.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.rightfloatbar.twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.rightfloatbar.twitter:hover {
  color: #ff7d6d;
  text-decoration: none;
}

.rightfloatbar span {
  font-style: italic;
  display: block;
}

/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #e66f38;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 194px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rightfloatbar .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}

.float-fb {
  top: 160px;
}

.float-tw {
  top: 215px;
}

.float-gp {
  top: 270px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}

/*dripdwon*/

.dripdown {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  display: inline-block;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}



.gallery__list-title h2 {
  background: #ffffff;
  color: #333;
  font-size: 16px;
  padding: 0.5rem 2.5rem;
  border-radius: 30px;
  display: inline-block;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  border: 1px solid #ebebeb;
}
.gallery-inner-page .gallery-images .gallery-view img {
  height: 250px !important;
  position: relative;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.gallery-wrapper {

  margin-bottom: 20px;
}

.gallery-inner-page .gallery-images .gallery-overlay {
  position: relative;
  overflow: hidden;
  cursor: default;
  margin: 5px;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  opacity: 0;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-effect:hover {
  opacity: 1;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-flex-center i {
  font-size: 1rem;
  color: white;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-rgba {
  background-color: #479fcd85;
}

.videoWrapper .video-playlist__small {
  width: 100%;
  height: 257px;
  object-fit: cover;
}

.no__bg {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #808080;
}



.banner-btn {

  padding: 7px 15px;
  background: #e66f38;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 14px;
}


.container {

  max-width: 1200px;
}


.box.rounded-left h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
}

.main-slider {

  position: relative;
  overflow: hidden;
}

.down-arrow {

  position: absolute;
  bottom: 10%;
  left: 50%;
  z-index: 5;
  transform: translate(-20%,-50%);
}

.price-tag:hover {

  background: #e66f38;
  border-color: #e66f38;
}

.price-tag:hover a {

  color: #fff;
}



.view-all-btn {
  text-align: center;
  display: block;
  border: 1px solid #e8e8e8;
  max-width: 120px;
  padding: 7px;
  margin: 0 auto;
  margin-top: 40px;
  color: #a0a0a0;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 5px;
  font-size: 14px;
  transition: 500ms ease all;

}

.view-all-btn:hover {

  background: #e66f38;
  color: #fff;
  border-color: #e66f38;
}

ul.airpartner {
  margin-top: 30px;
}

.tour-list-disc p {

  max-width: 800px !important;
  text-align: justify;
}

.home-content a {

  transition: 500ms ease all;
}

.home-content a:hover {

  color: #424242;
  background: #fff;
  border-color: #fff;
}

.rescue-content h2 {

  font-size: 30px;
  margin-bottom: 30px;
}

.rescue-content p{
    text-align:justify;
}

.close-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  background: #f06525;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: 300ms ease all;
}

body.overlay::before {
  opacity: 1;
  visibility: visible;
}

body.overlay {
  overflow: hidden;
}

.small-logo {


  text-align: center;
  padding: 20px;
  background: #fff;
  display: none;
}


a.small-logo img {
  width: 90px;
  height: auto;
}

.top-menu-bar.active {
  opacity: 0;
  visibility: hidden;
}

.about-image-side img {
    min-height: 450px;
    object-fit: cover;
}




.parallax {
  min-height: 400px;
  background: transparent;
  align-items: center;
  display: flex;
}


.btn {

  padding: 7px 10px !important;
}


/* gallery inner page starts */



.top_header_wrapper ul li select {

  outline: none;
  box-shadow: none;
}

.dk-footer-box-info {
    position: absolute;
    top: -118px;
    background: #202020;
    padding: 40px;
    z-index: 2;
}
.footer-widget h3 {
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.design-content {
    padding: 10px;
    background: #0b121a;
}
.dk-footer{color:#a5a2a2;}


.footer-widget p {
    margin-bottom: 27px;
    color: #a5a2a2!important;
}


   .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #f16625; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
    padding: 200px 0 0 !important;
    background-color: #151414;
    position: relative;
    z-index: 2;
}
  .dk-footer .contact-us {
    /*margin-top:-70px;*/
        margin-top:16px;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.dk-footer-box-info {
    position: absolute;
    top: -218px;
    background: #202020;
    padding: 40px;
    z-index: 2;
}
  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px; }

.footer-left-widget {
  padding-left: 80px; 
  margin-top: -70px;
}

.footer-widget .section-heading {
  margin-bottom: 35px; margin-top: -70px; }

.footer-widget h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
 /* width: 50%;*/
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }
  .footer-widget li img{max-width: 50px;}

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding:5px 10px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #f16625;
    background: #f16625;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

    .footer-img{max-width: 200px!important;}

    .footer-info-text, .contact-info p{color: #c8c5c5;}

    .trip-img{max-width: 103px!important; margin-top: 20px; margin-left: 10px;}



/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }

      .button-lists{

        margin-bottom: 20px;
}

.button-lists .btn-dark{padding: 10px 30px; border-radius: 0;}


    .book-form .inner-title-wrapper p{max-width: 100%;}

        .imageHolder{display: block; margin-bottom: 20px;}

    .imageHolder img{

  max-width: 100%;
  height: auto;
  max-height:35vh;

    }

.centered {
  position: absolute;
/*  top: 50%;*/
  left: 50%;
  transform: translate(-50%, -50%);
  background: (0,0,0, 0.5);
  color: #fff;
      background: #000;

    padding: 10px 30px;
    text-transform: uppercase;
        margin-top: -39px;
}


.togglesearch{
  background: #E8E8E4;
  position: absolute;
  top: 99px;
  right: 5.7%;
  width:35%;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:4px solid #D85726;
  display: none;
}
 
.togglesearch:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
 /* border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #D85726;*/
}

.togglesearch input{display: inline-block;
}
 
.togglesearch input[type="text"]{
 /* width: 365px;*/
  width: 83%;
  padding: 5px;
 /* margin-left: 23px;*/
  border: 1px solid transparent;
  outline: none;
  float: left;
}
 
.togglesearch input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #D85726;
  color: #fff;
  margin-left: -5px;
  border: 1px solid #D85726;
  outline: none;
  cursor: pointer;
  float: right;
}









.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.rightfloatbar.twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.rightfloatbar.twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}

.rightfloatbar span {
  font-style: italic;
  display: block;
}


/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: red;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 194px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.rightfloatbar .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 160px;
}

.float-tw {
  top: 215px;
}

.float-gp {
  top: 270px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}

/*dripdwon*/



.dripdown {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}





/* Package Navbar */
.package-nav {
  background-color: #fff;
}
.package-nav .navbar {
  box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
  padding: 0;
}
.package-nav .navbar .nav-link {
  font-size: 15px;
  color: #323232;
  text-transform: uppercase;
  display:inline-flex;
  align-items:center;
}

.nav-link svg {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.package-nav .navbar .nav-item {
  padding: 7px 0;
  border: 2px solid transparent;
  transition: background 300ms, color 300ms, border-color 300ms;
}

.package-nav .navbar .nav-item:hover {
  border-bottom: 2px solid var(--color-secondary);
}

.package-nav .navbar .nav-item:not(:last-child) {
  /* margin-right: 10px; */
}

.package-btn .btn-request-fee {
  background-color: #000204;
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 10px;
  margin-right: 5px;

  transition: all 0.5s ease;
}

.package-btn .btn-request-fee:hover {
  background-color: var(--color-primary);
}

.package-btn .btn-book-now {
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 10px;
  background-color: #0042c5;

  transition: all 0.5s ease;
}

.package-btn .btn-book-now:hover {
  background-color: var(--color-secondary);
}

.package-btn .btn-request-fee:focus,
.package-btn .btn-book-now:focus {
  box-shadow: 0 0 0 rgb(0 0 0 / 16%);
}

.package-date-price .list-group {
  flex-direction: unset;
  /* border-bottom: 1px solid #ccc; */
}

.package-date-price .list-group .list-group-item {
  width: auto;

  border-radius: 0;
  padding: 20px;
  border-top: 2px solid transparent;
  border: 0;
  color: #000;
  font-size: 16px;

  /* transition: all .5s ease-in-out; */
}

.package-date-price .list-group .list-group-item.active {
  background-color: transparent;
  border-top: 2px solid #0043c5;
  color: #323232;
}

.package-date-price .list-group .list-group-item:not(:last-child) {
  border-right: 1px solid #ccc;
}

.package-date-price table thead th {
  text-transform: uppercase;
}

.package-date-price table tbody td {
  padding: 20px 5px;
  font-size: 18px;
}

.package-date-price table tbody td span {
  display: block;
  font-size: 14px;
}

.package-date-price-wrapper {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .package-nav .navbar-collapse {
    overflow-y: scroll;
  }

  .package-nav .navbar-collapse .nav-item,
  .package-nav .navbar-collapse .btn {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .package-btn {
    display: flex;
  }
}

@media screen and (max-width: 576px) {
  .tourmaster-single-header .tourmaster-single-header-title-wrap {
    padding:15px;
  }
  .tourmaster-single-header .trip-topic h1 {
    font-size: 35px;
  }
  .package-feature .group-cost {
    justify-content: center;
    padding: 10px 0;
  }

  .package-details-title h1 {
    font-size: 32px;
  }

  .package-date-price .list-group .list-group-item {
    padding: 10px;
  }

  .package-date-price table tbody td {
    padding: 10px 2px;
    font-size: 16px;
  }

  .tab-review-block .review-txt .media img {
    margin-right: 1rem;
  }
}



.trip-detail__table {
  margin-top: 60px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 30px;
}
.trip-detail__table img{
  margin-right: 8px;
}
.sticky-me{
  position: sticky;
  top: 100px;
}
.trip-price__pax {
  font-size: 1.125rem;
  font-weight: 300;
  display: block;
}
.trip-price__amount {
  display: block;
  font-weight: 500;
  font-size: 2.25rem;
  margin-bottom: 15px;
}
.trip-price__info li {
  font-weight: 300;
  margin-bottom: 8px;
}
.trip-booking__card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.trip-booking__instaconfirm {
  position: absolute;
  top: -12px;
  color: #fff;
  padding: 3px 12px;
  font-size: .875rem;
  font-weight: 500;
  border-radius: 2px;
  background-color: var(--color-secondary);
}
.trip-booking__date {
  display: flex;
}
.trip-booking__date__wrapper.trip-booking__date--from {
  padding-right: 35px;
}
.trip-booking__date__item {
  display: block;
  line-height: 1.2;
}
.trip-booking__date__item--date {
  font-weight: 500;
  font-size: 1.125rem;
}
.trip-booking__price__item {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}
.package-date-price {
  background-color: #f8f8f8;
  margin-top: 30px;
  padding: 30px;
}
.trip-booking__card {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
  margin-bottom: 30px;
  border: none;
}
.package-overview ul{
  list-style: disc;
  padding-left: 15px;
}
.package-overview ul li{
  margin-bottom: 5px;
}

/*@media (min-width: 768px)*/
/*{*/
/*.trip-itinerary-block__info {*/
/*    max-width: 50%;*/
/*}*/
/*}*/

.trip-itinerary-block__info li {
    border-bottom: 1px dashed #c5ccd6;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.trip-itinerary-block__info li p{
    margin-bottom:0 !important;
    padding-top:0 !important;
}
.trip-itinerary-block__info img{
  height: 22px;
  margin-right:5px;
}
.tab-pane h5{
  color: #000;
  margin-left: 5px;
}
.document img{
  width: 100%;
  object-fit: contain;
  border: 1px solid #d7d7d7;
  padding: 15px;
}
.footer__recommended img {
  height: 20px;
  margin-right: 10px;
}

.banner-area .item {
  /*height: 100vh;*/
  position: relative;
}
.banner-area .item img {
  width: 100%;
  height: calc(100vh - 141px);
    padding: 0;;
  object-fit: cover;
}
.banner-area .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
/*.banner-area .item .cover .header-content {*/
/*  position: relative;*/
/*  padding: 56px;*/
/*  overflow: hidden;*/
/*}*/
.banner-area .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner-area .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.banner-area .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.banner-area .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.banner-area .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-area .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-area .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner-area .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner-area .owl-nav .owl-prev {

  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: var(--color-primary) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-area .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
    line-height: 24px;
}
.banner-area .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner-area .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner-area .owl-nav .owl-next {

  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: var(--color-primary) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-area .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
  line-height:24px;
}
.banner-area .owl-nav .owl-next:focus {
  outline: 0;
}
.banner-area .owl-nav .owl-next:hover {
  background: #000 !important;
}


.banner-area .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 14%;
    right: 17%;
    display:flex;
}


.header-contact {
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 20px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
    margin-top: 0px;
}
.team-comtent-img img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit:cover
}

@media(max-width:767px){
    .banner-area .item img {
    width: 100%;
    height: 500px;
  
}
.header-contact{
    border-right:none;
}
.banner-content {
 
    padding: 0 18px;
}
#header {
    background-color: #ffffff;
}
#mobile-nav-toggle i {
    color: #000000;
    font-weight: 900;
}
#logo img {
    height: 43px;
}
.main-menu {
    padding-bottom: 9px;
     padding-top: 0px;
    
}


#mobile-nav-toggle {
  
    margin-top: -2px;
   
}
.client-review-wrapper{
    width:100%;
}
.blog-details-summary{
    width:100% !important;
}
.blog-details-summary p{
    width:100% !important;
}
.package-date-price{
    padding:15px;
}
.trip-booking__price__item {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.2;
}
.package-review-single .media{
    flex-direction:column;
        align-items: flex-start !important;

}
}

/*.accreditation img {*/
/*    height: 125px;*/
/*    background: #fff;*/
/*    padding: 25px 50px;*/
/*    box-shadow: 0 6px 6px #dddddd;*/
/*}*/
.accordion-button{
    background:transparent;
    border:none;
    padding-left:0;
}

.accreditation img{
        max-width: 100%;
    max-height: 55px;
}

.acc-wrapper{
        display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 5px;
    height: 70px;
    width:110px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, .1);
    background:#fff;
}
.review-img {
    height: 134px;
    width:auto;
}
.thankyou img{
    height:120px;
}

.thumb{
    overflow:hidden;
}
.banner-area-form {
    width: 50%;
    margin-inline: auto;
}

button{
    cursor:pointer;
}
.blog-details-summary img{
     width: 100%;
    height: 500px;
    object-fit: cover;
}
.blog-details-summary  {
    width:80%;
    margin-inline:auto
}

.team-gallery img{
    height:350px;
    object-fit:cover
}



.translate {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
  font-size: 13px;
  color: #939598;
  max-width: 60%;
}



.google-wrapper {
  display: inline-block;
  width: 150px;
  background-color: #fff;
  color: #939598;
  overflow: hidden;
  position: relative;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
}

.google-wrapper select {
  border: none;
  background: transparent;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 13px;
  width: 100%;
  color: #939598;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  cursor: text;
  padding: 5px 10px;
}

.google-wrapper a,
.google-wrapper a:hover {
  display: inline-block;
  background-color: none;
  border: none;
  color: #939598;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 20px;
  transition: all .3s ease;
  margin: 0;
}

.google-wrapper a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4.5px solid transparent;
  border-left-color: #939598;
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -5px;
}

#translator-wrapper select:focus,
#translator-wrapper a:focus,
#translator-wrapper select:active,
#translator-wrapper a:active {
  border: none;
  outline: none;
  cursor: pointer;
}

.google-dropdown {
  background: #FFFFFF;
  color: #939598;
  min-width: 190px;
  padding: 15px;
  line-height: 20px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 10px;
}

#translator-wrapper a:hover,
#translator-wrapper a:active {
  opacity: 0.9;
}





.nav-tabs .nav-link{
    font-size:20px;
    border-radius:0 !important;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    
    padding: 15px;
    width: 25%;
}

@media(max-width:767px){
    .nav-tabs .nav-link {
   
    padding: 3px;
    width: 50%;
    font-size: 15px;
}
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border:1px solid #000;
}
.month-wrapper {
    box-shadow: 0 0 10px #c4c4c4;
    padding:50px 30px;
    margin-top:30px;
}

.month-wrapper p{
    font-size:1.1rem;
}
.month-img {
    width: 100%;
    height: 20rem;
    border-radius: 15px;
    object-fit: cover;
}

/*gear*/
.equipment-items-img{
    margin-bottom:15px;
}


.equipment-items-img>div {
    display: inline-block;
    background: #ebebeb;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-right: 8px;
}
.equipment-items-img h3 {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    vertical-align: middle;
}
.equipment-items-img>div img, .equipment-items-img>div svg {
    height: 30px;
}
.gear-list li {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #111;
}

.gear-list li:not(:last-child){
    margin-bottom:13px;
}
.gear-list {
    padding-left: 15px;
}
.packing_list--wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.features-style1, .features-style3 {
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 30px 10px;
    transition: 0.5s ease-in-out;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
}
.features-style1 .features-bg, .features-style3 .features-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.features-style1 .features-image, .features-style3 .features-image {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}



.features-style1 .features-image img, .features-style3 .features-image img {
    width: 45px;
}
.features-style1 .features-title, .features-style3 .features-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    transition: 0.5s ease-in-out;
    color:#fff;
} 
.features-content p{
    color:#fff;
}
.plan-content-wrapper {
    background-color: var(--color-primary);
    border-radius: 2px;
    position: relative;
    padding: 50px 20px;
    text-align: center;
    top: -20px;
    color:#fff;
}
.plan-content-wrapper:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-bottom: 0;
    border-right: 30px solid #f1f5f8;
    z-index: 1;
}
.footer-widget__explore-list li{
    padding-top:5px;
    padding-bottom:5px;
}
.main-menu__search, .main-menu__user {
    height: 30px;
    width: 30px;
    background-color: #faf5ee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
    color: var(--thm-black);
    transition: all 500ms ease;
}
.icon-magnifying-glass:before {
    content: "\f002 ";
    font-family: 'FontAwesome';
}
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-secondary);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--color-secondary);
}

.search-popup__content .thm-btn:hover {
    color: #fff;
}

.search-popup__content .thm-btn i {
    margin: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #222 !important;
}


.top-wrapper .btn {
    background: transparent !important;
    border: 2px solid #222;
    color: #222 !important;
    border-radius: 0;
}

.trip-detail__table--title{
    color:#222;
}
.trip-detail__table--subtitle{
    font-weight:400;
}

.why-us{
    position:relative;
    background-image:url(https://images.unsplash.com/photo-1533130061792-64b345e4a833?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
        background-position:center;


}

.why-us:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:0.5;
    
}
.trip-detail__table img{
  height: 40px;
  width:auto;
}

.package-inclusion-widget {
  background-color: #e9ffe9;
  padding: 30px 12px;
}
.package-inclusion-widget.exclusion{
  background-color: #fff4f4;
}

.package-inclusion-widget h5 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.package-inclusion-widget ul {
  list-style-type: disc;
  margin-left: 40px;
}

.package-inclusion-widget ul li {
  font-size: 16px;
}
.package-details-title h1 {
    font-size: 34px;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.package-overview, .package-itinerary, .package-inclusion, .package-date-price, .package-faq, .package-info, .packing-list {
    padding: 50px 0 0;
}

/* Accordion */
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /* padding: 20px; */
  margin: 0;
  list-style: none;
}

ul.accordion-list > li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 15px auto;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #d3d3d3;
}



ul.accordion-list li.active h3:after {
  transform: rotate(180deg);
}

ul.accordion-list li h3 {
  /* font-weight: 700; */
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-size: 18px;
}

ul.accordion-list li h3:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--color-secondary-dark);
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  /* font-weight: 300; */
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.package-gallery {
    padding: 3.7rem 0;
    /* margin-bottom: 60px; */
}



.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}


/* Reviews */
.package-review {
  padding: 50px 0 0;
}

.package-review-wrapper {
  background-color: #f4f8fd;
  padding: 0 0 3.7rem 0;
  /* margin-bottom: 60px; */
}

.package-review-header {
  margin: 2.5rem auto 0;
  padding: 60px 0 15px;
  border-bottom: 1px solid #dadde0;
}

.tourmaster-tour-rating {
  /* float: left; */
  padding: 10px 0px;
  margin-top: 0;
  font-size: 14px;
}

.tourmaster-tour-rating-text {
  font-size: 15px;
  font-weight: 600;
  margin-right: 15px;
  line-height: 25px;
  /* float: left; */
  color: #272727;
}

.tourmaster-tour-rating i {
  font-size: 16px;
  margin-right: 2px;
  line-height: 25px;
  /* float: left; */
  color: #f29c06;
}

.package-review-single {
  padding: 60px 0;
}

.tab-review-block .review-txt .media img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin-right: 3.5rem;
}

.tab-review-block .review-txt .media .media-body h5 {
  font-size: 25.5px;
  margin-bottom: 20px;
  color: #333333;
}

.review_desc {
  position: relative;
}

.review_desc p {
  
  transition: all 0.5s ease;
}

.tab-review-block .review-txt .media .media-body p {
  font-size: 15.3px;
  margin-bottom: 1.5rem;
}

.traveltour-body a {
  color: #0260c0;
}

.review_desc .show-rdesc,
.review_desc .hide-rdesc {
  position: absolute;
  z-index: 2;
  bottom: -30px;
  font-size: 15.3px;
}

.tab-review-block .review-txt .media .media-body .footer-note {
  margin-top: 55px;
}

.tab-review-block .review-txt .media .media-body .footer-note h6 {
  color: #000;
}

.tab-review-block .review-txt .media .media-body .footer-note span {
}

.review-rating {
  padding-left: 6rem;
}

.tab-review-block .review-rating .top-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.tab-review-block .review-rating .top-rating .overallrating {
  width: 40px;
  height: 40px;
  background-color: #02c03b;
  border-radius: 50%;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin: 0;
}

.tab-review-block .review-rating .top-rating .overallstars {
  margin-left: 12px;
}

.tab-review-block .review-rating .top-rating .overallstars p {
  margin-bottom: 4.25px;
  font-size: 16px;
}

.tab-review-block .review-rating .top-rating .overallstars span {
  margin-top: -6px;
}

.tab-review-block .review-rating .top-rating .overallstars span i {
  color: #f29c06;
  font-size: 24px;
}

.tab-review-block .review-rating .bottom-rating {
  margin-top: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-review-block .review-rating .bottom-rating .col {
  padding: 0;
}

.tab-review-block .review-rating .bottom-rating .col ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}

.tab-review-block .review-rating .bottom-rating .col ul li:not(:last-child) {
  margin-bottom: 15px;
}

.tab-review-block .review-rating .bottom-rating .col ul li span:first-of-type {
  font-size: 15px;
  width: 45%;
  display: inline-block;
}

.tab-review-block .review-rating .bottom-rating .col ul li span:last-of-type {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tab-review-block .review-rating .bottom-rating .col ul li span:last-of-type i {
  color: #f29c06;
  font-size: 15px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px !important;
    }
    .mega-menu1{
        display:none;
    }
}

@media(max-width:767px){
    .main-menu__search{
        display:none;
    }
    .top-wrapper{
        display:none;
    } 
    .banner-content{
        left:50%;
        top:50%;
    }
    .social-icon{
        display:none;
    }
    .package-inclusion-widget ul {
        margin-left:13px;
    }
    .acc-wrapper{
        width:50px;
        height:54px;
    }
     .design-content-wrapper {
    text-align: center;
}
.dk-footer-box-info {
    position: unset;
  
}
.footer-widget .section-heading {
    margin-bottom: 35px;
    margin-top: 0;
}
.footer-left-widget {
    padding-left: 0;
    margin-top: 0;
}

}

@media (min-width: 768px) and (max-width: 1199.98px) {
    
    
    .design-content-wrapper {
    text-align: center;
}
.dk-footer-box-info {
    position: unset;
  
}
.footer-widget .section-heading {
    margin-bottom: 35px;
    margin-top: 0;
}
.footer-left-widget {
    padding-left: 0;
    margin-top: 0;
}
.dk-footer {
    padding: 46px 0 0 !important;
   
}
    .sticky-top {

        z-index: 9;
    }
    .contact-info-section {
    padding: 0px 0;
  
}
    .contact-info-section {
        padding: 0px 0 !important;
    }
    .contact-address-wrap ul {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.info-sidebar {
    margin-top: 33px;
}
}





