@charset "UTF-8";

:root {
  --heighlited-text: #ff6750;
  --bg-white: #ffffff;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Raleway-Regular.woff2") format("woff2"),
    url("../fonts/Raleway-Regular.woff") format("woff"),
    url("../fonts/Raleway-Regular.ttf") format("truetype"),
    url("../fonts/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.eot");
  src: url("../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Raleway-SemiBold.woff2") format("woff2"),
    url("../fonts/Raleway-SemiBold.woff") format("woff"),
    url("../fonts/Raleway-SemiBold.ttf") format("truetype"),
    url("../fonts/Raleway-SemiBold.svg#Raleway-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff"),
    url("../fonts/Poppins-Light.ttf") format("truetype"),
    url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.eot");
  src: url("../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Regular.woff2") format("woff2"),
    url("../fonts/Oswald-Regular.woff") format("woff"),
    url("../fonts/Oswald-Regular.ttf") format("truetype"),
    url("../fonts/Oswald-Regular.svg#Oswald-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.eot");
  src: url("../fonts/Oswald-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Medium.woff2") format("woff2"),
    url("../fonts/Oswald-Medium.woff") format("woff"),
    url("../fonts/Oswald-Medium.ttf") format("truetype"),
    url("../fonts/Oswald-Medium.svg#Oswald-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.section-title h3 span, span.readmore, span.hide-content{
  color: var(--heighlited-text);
}

a,
input,
textarea,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none;
}

body {
  position: relative;
  font-family: poppins, sans-serif;
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0;
}
body img{
  image-rendering: auto;
  content-visibility: auto;

}

body .section-title h3 {
  font-family: "poppins", sans-serif;
  font-size: 36px;
}

p {
  line-height: 1.7em;
}

input,
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
  background: none;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  color: #666;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  border: 1px solid #d4d4d4;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
  box-shadow: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}

textarea {
  background: none;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  resize: none;
  padding: 8px;
  height: 140px;
  color: #666;
  font-size: 14px;
  vertical-align: middle;
  width: 100%;
  height: 80px;
}
.address p {
  margin: 0 5px;
}
input::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder {
  color: #888888;
}

input::-moz-placeholder {
  color: #888888;
}

input:-ms-input-placeholder {
  color: #888888;
}

textarea::-webkit-input-placeholder {
  color: #888888;
}

textarea:-moz-placeholder {
  color: #888888;
}

textarea::-moz-placeholder {
  color: #888888;
}

textarea:-ms-input-placeholder {
  color: #888888;
}

a {
  color: #0091ea;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

::-moz-selection {
  color: #fff;
  background-color: #0091ea;
}

::selection {
  color: #fff;
  background-color: #0091ea;
}

.list li {
  margin: 8px 0 0;
}

#page-wrap {
  overflow: hidden;
  z-index: 9;
  background-color: #f7f7f7;
}

.container {
  position: relative;
}

.awe-parallax {
  color: #fff;
  background-position: 50% 0%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.awe-static {
  color: #fff;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.awe-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: #0091ea;
}

.awe-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: -2;
}

.awe-btn {
  display: inline-block;
  background: none;
  border: 1px solid #ff6750;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  line-height: normal;
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-btn.awe-btn-style2 {
  border: 0;
  background-color: #ddd;
  color: #666;
}
.awe-btn.awe-btn-style3 {
  border: 0;
  background-color: #0091ea;
  color: #fff;
}
.awe-btn.awe-btn-style3:focus,
.awe-btn.awe-btn-style3:hover {
  background-color: #403f3f;
  color: #fff;
}

.awe-btn.awe-btn-gray {
  background-color: #403f3f;
  color: #fff;
  border: 0;
}
.awe-btn.awe-btn-gray:focus,
.awe-btn.awe-btn-gray:hover {
  background-color: #4f4f4f !important;
  color: #fff;
}

.awe-btn:focus,
.awe-btn:hover {
  background-color: #0091ea;
  color: #fff;
}

.callus-mobile-view {
  display: none;
}
.callus-mobile-view a {
    display: flex;
    justify-content: end;
    align-items: center;
    background: #ff6c25;
    position: absolute;
    right: 15px;
    padding: 8px 15px;
    color: #fff;
    border-radius: 40px;
    top: 10px;
}
.callus-mobile-view a img {
    width: 20px;
    filter: invert(1);
}

section {
  position: relative;
  padding: 20px 0 20px 0;
}
.hero-section {
  position: relative;
  padding: 0px 0 20px 0;
}
.awe-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.awe-section.about-content {
  padding-top: 30px;
}

.section-title {
  margin-bottom: 20px;
}
.section-title h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
}

.tb {
  display: table;
  width: 100%;
}

.tb-cell {
  display: table-cell;
  vertical-align: middle;
}

.db {
  display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  line-height: 1.5em;
  color: #262626;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  margin: 0;
}
h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

.icon {
  display: inline-block;
  font-style: normal;
}
.mt-4 {
  margin-top: 32px;
}
.image-cover {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.image-cover img {
  position: absolute;
  width: 100%;
  max-width: none !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.owl-carousel .owl-controls {
  margin: 0;
}
.owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 999;
}
.owl-carousel .owl-controls .owl-buttons > div {
  display: inline-block;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #fff;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(191, 190, 190, 0.12);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
  margin-right: 3px;
}
.owl-carousel .owl-controls .owl-buttons > div.owl-next {
  margin-left: 3px;
}
.owl-carousel .owl-controls .owl-buttons > div:hover .fa {
  color: #0091ea;
}

.awe-select-wrapper {
  position: relative;
  display: inline-block;
}
.awe-select-wrapper .fa {
  position: absolute;
  width: 35px;
  background-color: #fff;
  text-align: right;
  top: 1px;
  bottom: 1px;
  right: 1px;
  font-size: 14px;
  color: #666;
  pointer-events: none;
}
.awe-select-wrapper .fa:before {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion {
  font-family: poppins, sans-serif;
  font-size: 14px;
}
.accordion .ui-accordion-header {
  background: none;
  border: 0;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.accordion .ui-accordion-header .ui-accordion-header-icon {
  margin-top: 0;
  right: 20px;
  left: auto;
  width: 0;
  height: 0;
  background: none;
  border: 8px solid transparent;
  border-top-color: #666;
  margin-top: 4px;
  -webkit-transform-origin: 50% 4px;
  -moz-transform-origin: 50% 4px;
  -ms-transform-origin: 50% 4px;
  -o-transform-origin: 50% 4px;
  transform-origin: 50% 4px;
  -webkit-transform: translateY(-50%) rotate(0) scaleX(0.6);
  -moz-transform: translateY(-50%) rotate(0) scaleX(0.6);
  -ms-transform: translateY(-50%) rotate(0) scaleX(0.6);
  -o-transform: translateY(-50%) rotate(0) scaleX(0.6);
  transform: translateY(-50%) rotate(0) scaleX(0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion .ui-state-active,
.accordion .ui-widget-content .ui-state-active {
  color: #0091ea;
}
.accordion .ui-state-active .ui-icon,
.accordion .ui-widget-content .ui-state-active .ui-icon {
  -webkit-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  -moz-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  -ms-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  -o-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  transform: translateY(-50%) rotate(180deg) scaleX(0.6);
}
.accordion .ui-widget-content {
  background: none;
  border: 0;
  border-radius: 0;
  color: #a6a6a6;
  padding: 20px 0 30px 0;
}
.accordion.trip-schedule-accordion .ui-widget-content {
  color: #666;
}

.autoHeight {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.note p {
  font-size: 14px !important;
  color: #6c6c6c!important;
}
.pt-80 {
  padding-top: 80px;
}

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

.bg-border {
  border-bottom: 1px solid #e4e4e4;
}

/* 2.   Header
--------------------------------------------------------------------------------*/
#header-page {
  position: relative;
  height: 60px;
  z-index: 50;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#header-page .container {
  height: 100%;
  position: relative;
}
#header-page .header-page__inner {
  width: 100%;
  height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
#header-page .header-page__inner.header-page__fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#header-page .logo {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-page .logo img {
  max-height: 60px;
  object-fit: contain;
}
.noScroll {
  overflow: hidden;
}
.mobile-topheader .list, .mobile-topheader .list a {
  color: #fff;
}
.awe-navigation {
  position: relative;
  text-align: right;
  padding-right: 65px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.awe-navigation .menu-list {
  font-size: 0;
  /* [disabled]list-style: none; */
  margin: 0;
  padding: 0;
}
.awe-navigation .menu-list li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.awe-navigation .menu-list li a {
  display: block;
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #252931;
  line-height: 60px;
}
.awe-navigation .menu-list li:hover > a,
.awe-navigation .menu-list li.current-menu-parent > a,
.awe-navigation .menu-list li.current-menu-item > a {
  color: #ff6750;
}
.awe-navigation .menu-list li .sub-menu {
  position: absolute;
  width: 210px;
  list-style: none;
  padding: 0;
  top: 110%;
  left: 0;
  background-color: #fff;
  text-align: left;
  border: 1px solid #d4d4d4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-navigation .menu-list li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0 15px;
}
.awe-navigation .menu-list li .sub-menu li a {
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.awe-navigation .menu-list li .sub-menu li:last-child > a {
  border-bottom: 0;
}
.awe-navigation .menu-list li .sub-menu .sub-menu {
  top: 0;
  right: auto;
  left: -100%;
}
.awe-navigation .menu-list li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.awe-navigation .menu-list li:hover > .sub-menu .sub-menu {
  top: 0;
}

.awe-navigation-responsive {
  position: fixed;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: 0;
  padding-top: 60px;
  background-color: #fff;
  max-width: 320px;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-right: 0;
  border-bottom: 0;
  z-index: 100;
  -webkit-box-shadow: 0 100px 0 0 white;
  -moz-box-shadow: 0 100px 0 0 white;
  box-shadow: 0 100px 0 0 white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94) 0.3s;
  -ms-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94) 0.3s;
  transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94) 0.3s;
}
.awe-navigation-responsive.awe-navigation-responsive-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.awe-navigation-responsive .menu-list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.awe-navigation-responsive .menu-list li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.awe-navigation-responsive .menu-list li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.awe-navigation-responsive .menu-list li a {
  display: block;
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #67728a;
  line-height: 56px;
}
.awe-navigation-responsive .menu-list li a:hover {
  color: #ff6750;
}
.awe-navigation-responsive .menu-list li.current-menu-parent > a,
.awe-navigation-responsive .menu-list li.current-menu-item > a {
  color: #ff6750;
}
.awe-navigation-responsive .menu-list li .sub-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0;
  padding-top: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -o-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
}
.awe-navigation-responsive .menu-list li .sub-menu.sub-menu-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 999;
}
.awe-navigation-responsive .menu-list .submenu-toggle {
  position: absolute;
  right: 0;
  width: 56px;
  height: 56px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #eee;
  -webkit-transform: translateY(-56px);
  -moz-transform: translateY(-56px);
  -ms-transform: translateY(-56px);
  -o-transform: translateY(-56px);
  transform: translateY(-56px);
}
.awe-navigation-responsive .menu-list .submenu-toggle .fa {
  font-size: 18px;
  line-height: 56px;
}
.awe-navigation-responsive .menu-list .submenu-toggle:hover .fa {
  color: #0091ea;
}
.awe-navigation-responsive .menu-list .back-mb .fa {
  margin-right: 5px;
}

#header-page .logo + .search-box {
  right: 75px;
}

.toggle-menu-responsive {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  top: 0;
  left: 0px;
  overflow: hidden;
  z-index: 9999;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.toggle-menu-responsive .hamburger {
  position: absolute;
  width: 60px;
  height: 16px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-menu-responsive .item {
  position: absolute;
  display: block;
  font-size: 0;
  width: 20px;
  height: 2px;
  background-color: #67728a;
  margin: auto;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.toggle-menu-responsive .item-1 {
  top: 0;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -o-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
}
.toggle-menu-responsive .item-2 {
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13) 0.2s;
  -moz-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13) 0.2s;
  -ms-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13) 0.2s;
  transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13) 0.2s;
}
.toggle-menu-responsive .item-3 {
  bottom: 0;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -o-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
}
.toggle-menu-responsive.toggle-active .hamburger {
  left: 2px;
}
.toggle-menu-responsive.toggle-active .item {
  background-color: #0091ea;
}
.toggle-menu-responsive.toggle-active .item-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -o-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
}
.toggle-menu-responsive.toggle-active .item-3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -o-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
}
.toggle-menu-responsive.toggle-active .item-2 {
  -webkit-transform: translateX(-250%);
  -moz-transform: translateX(-250%);
  -ms-transform: translateX(-250%);
  -o-transform: translateX(-250%);
  transform: translateX(-250%);
  -webkit-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13);
  -moz-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13);
  -ms-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13);
  -o-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13);
  transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13);
}

.awe-navigation-hamburger .toggle-menu-responsive:hover .item {
  background-color: #0091ea;
}

/* 3.   Main
--------------------------------------------------------------------------------*/
.heading-content {
  color: #fff;
  padding: 100px 0 154px 0;
}
.heading-content h2 {
  font-size: 36px;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0;
  margin-bottom: 8px;
  color: inherit;
}
.heading-content p {
  font-size: 24px;
  margin-bottom: 0;
}

.ui-datepicker {
  z-index: 999999999999 !important;
}

.contact-page__form {
  padding-bottom: 120px;
}

.contact-page__form .title span {
  font-size: 24px;
  color: #8f8f8f;
}
.contactus-form {
  padding: 40px;
  border: 1px solid #efefef;
  border-radius: 8px;
  box-shadow: 0 6px 19px rgba(39, 49, 58, 0.1);
}
.contact-page__form .title h2,
.adderss-box .title h2 {
  color: #f84f34;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1em;
  margin-top: 5px;
}
.adderss-box .title h3 {
  color: #f84f34;
  font-size: 18px;
}
.contact-page__form .descriptions {
  color: #666;
}

.contact-form {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.contact-form .form-item {
  width: 50%;
  float: left;
}

.contact-form .form-item input {
  width: 100%;
  border: 1px solid #eee;
  background-color: #eee;
}

.contact-area {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
}
.contact-form .form-captcha {
  position: relative;
}
.contact-form .form-captcha .wpcf7-captchac {
  position: absolute;
  padding: 15px 0;
  top: 8px;
  left: 22px;
}
.contact-form .form-captcha .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .form-captcha input {
  padding-left: 90px;
}
.contact-form .form-actions {
  width: 100%;
  padding: 15px;
  float: left;
}
.contact-form .form-actions input {
  width: 100%;
  max-width: 100px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #0091ea;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form .form-actions input:hover {
  opacity: 0.7;
}

.contact-page__map {
  min-height: 300px;
}

.corporate-page .contact-area h2 {
  font-size: 22px;
  color: #0091ea;
  margin: 0px 0px 15px 0px;
}
.corporate-page .form-group {
  margin-bottom: 0px;
}

.corporate-page .form-row input,
.corporate-page .form-row select,
.corporate-page .awe-select-wrapper {
  width: 100%;
}
.corporate-service {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}

.corporate-page .form-actions {
  margin: 30px auto;
}
/* 8.   Destination
--------------------------------------------------------------------------------*/
.travelling-block {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 45px;
  margin: 70px 0;
  min-height: 410px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.travelling-block .title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 36px;
}

.travelling-tabs {
  margin-top: 10px;
}
.travelling-tabs .ui-tabs-nav:after {
  display: none;
}
.travelling-tabs .ui-tabs-nav li {
  float: none;
  display: inline-block;
  margin: 10px 8px 0;
}
.travelling-tabs .ui-tabs-nav li .ui-tabs-anchor {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  border: 2px solid #d4d4d4;
  line-height: 30px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  color: #a6a6a6;
}
.travelling-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #fff !important;
  border-color: #0091ea;
  background-color: #0091ea;
}
.travelling-tabs .ui-tabs-nav li.ui-state-hover .ui-tabs-anchor {
  border-color: #666;
  color: #666;
}
.travelling-tabs .ui-tabs-panel {
  overflow: hidden;
  overflow-x: auto;
}

.purpose-slider {
  padding: 0 95px;
}
.purpose-slider .item {
  text-align: center;
  padding: 30px 15px 25px;
}
.purpose-slider .item > a {
  display: block;
}
.purpose-slider .item .awe-icon {
  position: relative;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  font-size: 30px;
  color: #0091ea;
  margin-bottom: 8px;
  z-index: 9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.purpose-slider .item .awe-icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0091ea;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.purpose-slider .item span {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #262626;
}
.purpose-slider .item:hover .awe-icon {
  color: #fff;
}
.purpose-slider .item:hover .awe-icon:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.purpose-slider .owl-controls .owl-buttons {
  position: static;
}
.purpose-slider .owl-controls .owl-buttons > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.purpose-slider .owl-controls .owl-buttons > div .fa {
  background: none;
  font-size: 22px;
}
.purpose-slider .owl-controls .owl-buttons > div.owl-prev {
  left: 0;
}
.purpose-slider .owl-controls .owl-buttons > div.owl-next {
  right: 0;
}

a.call {
  background: #fff200;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 0 15px;
  font-size: 1.3em;
}
a.call:hover {
  color: #000 !important;
}
a.call img,.event-area .awe-btn-call img {
  width: 20px !important;
}
.event-area .awe-btn-call{
	  font-size: 1em;
	    color: #000 !important;
}



--------------------------------------------------------------------------------*/
.page-top {
  overflow: hidden;
  margin-top: 40px;
}
.page-top .list-link {
  float: left;
  font-size: 0;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.page-top .list-link li {
  display: inline-block;
  margin: 8px 10px;
}
.page-top .list-link li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-left: 23px;
}
.page-top .list-link li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #a6a6a6;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}

.page-top .awe-select-wrapper {
  float: right;
}
.page-top .awe-select-wrapper .awe-select {
  min-width: 170px;
  line-height: 36px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.content-container {
  padding: 50px 0 10px;
}

.enquiry-area {
  display: flex;
  min-height: 300px;
}

.enquiry-area .banner-showcase {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 360px;
  background-color: #f04e25;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.inner-area {
  width: calc(100% - 280px);
  background-color: #fff;
  padding: 15px 30px 30px 30px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.quick-enquiry-area .inner-area {
  width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.quick-enquiry-area .footer-area{
display: grid;
gap: 20px;
grid-template-columns:1fr 1fr;
}
.quick-enquiry-area .footer-area .awe-btn-call{
	background: #fff200 !important;
  border-radius: 4px;
}
.quick-enquiry-area .footer-area .awe-btn{
	font-size: 1em;
	}
.car-rental-modal .banner-showcase{
  width: 280px;
}
.car-rental-modal .inner-area{
  width: calc(100% - 280px);
}
.sticky-enquiry {
  background: #fff200;
  display: inline;
  padding: 8px;
  text-orientation: upright;
  writing-mode: vertical-lr;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  right: 0;
  position: fixed;
  top:80px;
  z-index: 50;
  transition: .2s;
}
.sticky-enquiry:hover{
  background-color: #ff6750;
  color: #fff;
}
.car-rental-modal .enquiry-area .banner-showcase img{
  height: unset;
}
.car-rental-form .textarea{
  max-height: 60px;

}
.personal-info .form-row {
  display: grid;
  grid-template-columns: 1fr;
}
.personal-info .form-row .form-col {
  width: calc(100% - 10px);
  margin: 0 0 10px;

}
.personal-info .form-row .form-col:nth-child(2) {
  margin-top: 10px;
}
.banner-showcase img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-shrink: 0;
  width: 360px;
  height: 490px;
  object-fit: cover;
}

.international-city-tour .banner-showcase img{
  height: 530px;
}
.form-row1.w-full {
  margin: 8px 0 0 0;
}

.form-row {
  padding: 4px 0;
}
.form-row,
.form-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.form-col {
  width: calc(50% - 10px);
}
.form-row.w100 .form-col {
    display:none
}
.hero-section .header-area h1 {
  font-size: 32px;
}
 select,
 .awe-select-wrapper,
 input {
  width: 100%;
}
 .citycode {
  width: 60px !important;
}
.footer-area {
  margin: 30px 0 0 0;
}
 .footer-area .awe-btn {
  width: 100%;
}
.header-area {
  margin: 0 0 15px 0;
}

.header-area h5 {
  font-weight: 400;
  margin: 0px;
  font-size: 28px;
}
.header-area h5 span {
  font-weight: 900;
  color: #f04e25;

}
.enquiry-sticky h6 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  margin: 117px 11px -6px 9px;
  color: #fff;
  text-transform: uppercase;
}
.hero-section .enquiry-area {
  position: absolute;
  z-index: 100;
  right: 10%;
  top: 29px;
}
.hero-section .enquiry-area {
  width: 450px;
}
.hero-section .enquiry-area .inner-area {
  width: 100%;
}
.hero-section .enquiry-area .inner-area {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.caption-area {
  position: absolute;
  top: 150px;
  z-index: 999;
  width: 100%;
  text-align: center;
  color: #fff;
}
.form-col-full {
  width: 100%;
}

.car-rental-form textarea {
  width: 100%;
  height: 50px;
  padding: 2px 8px;
}
.product-title h2 {
  line-height: 120%;
}

.product-title {
  width: 78%;
}
.pkg-list.box-item .package-content {
  padding: 15px;
  width: calc(100% - 240px);
  position: relative;
}
.pkg-list.box-item .package-content h5 {
  font-size: 15px;
  color: #ff6750;
  margin: 5px 0;
}

.form-actions .awe-btn.awe-btn-style3 {
  width: 100%;
}
.package-page .package-list-image img:hover {
  transform: scale(1.1);
}
.package-list-image {
  overflow: hidden;
}

.awe-btn:focus,
.awe-btn:hover,
.tagcloud a:hover,
.awe-btn.awe-btn-style3,
.awe-color {
  background-color: #ff6750;
}

a {
  color: #000;
}

a:hover,
#footer-page .widget_recent_entries a:hover {
  color: #f84f34 !important;
}
.awe-social a {
  color: #f84f34 !important;
}

.page-northeast {
  background-image: url(../images/banner/north-east-indi);
}
.page-corporate {
  background-image: url(../images/banner/corporate-tour.jpg);
}
.page-kerala-tour {
  background-image: url(../images/kerala-tour.webp);
}
.page-rajasthan-tour {
  background-image: url(../images/rajasthan-tour.webp);
}
.page-leh-tour {
  background-image: url(../images/leh-tour.webp);
}
.page-uttarakhand-tour {
  background-image: url(../images/uttarakhand-tour.webp);
}
.page-andaman-tour {
  background-image: url(../images/andman-tour.webp);
}
.page-goa-tour {
  background-image: url(../images/goa-tour.webp);
}
.page-himachal-tour {
  background-image: url(../images/himachal-tour-banner3.webp);
}
.page-kashmir-tour {
  background-image: url(../images/kashmir-tour1.webp);
}
.page-sikkim-tour {
  background-image: url(../images/sikkim-tour.webp);
}
.page-nepal-tour {
  background-image: url(../images/nepal-tour.webp);
}
.page-bhutan-tour {
  background-image: url(../images/bhutan-tour.webp);
}
.page-payment-policy {
  background-image: url(../images/Payment-Policy.jpg);
}
.page-privacy-policy {
  background-image: url(../images/Privacy-Policy.jpg);
}
.page-terms-conditions {
  background-image: url(../images/terms-conditions.jpg);
}
.page-outbound-tour {
  background-image: url(../images/outbound-slider-1.png);
}
.page-car-rental {
  background-image: url(../cab/car-rental.png);
}
.page-pligrimage {
  background-image: url(../images/page-pligrimage.png);
}
.page-vietnam {
  background-image: url(../images/Vietnam2.webp);
}
.blog-heading-content h3 {
  font-size: 88px;
  padding: 0;
  margin: -15px 0 0 0;
  color: #fff;
}
.blog-heading-content h3 + p {
  font-size: 35px;
  color: #000000;
  margin: -8px 0px 0px 0px;
  padding: 5px 20px;
  background: #fff200;
}

.blog-heading-content h1 span {
  font-weight: 800;
}

.package-list .circle-tag {
  background: #0091ea;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 2px 0 0;
  margin: 0;
  z-index: 100;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  width: 80px;
  height: 80px;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.package-list h4 {
  margin: 0 0 15px 0;
}
.pakages-list-footer {
  text-align: right;
}
a.more-link {
  border: 1px solid #fff;
  padding: 6px 15px;
  border-radius: 25px;
  background: #fff;
  width: 90%;
  text-align: center;
  transition: 1s;
}
a.more-link:hover {
  border: 1px solid #f84f34;
  cursor: pointer;
}
.destination_cover img {
  width: 250px;
  /* height: 350px; */
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
}
li.tp-revslider-slidesli .caption-area .tp-caption:first-child {
  font-size: 67px !important;
}
li.tp-revslider-slidesli .caption-area .tp-caption:nth-child(2) {
  font-size: 17px !important;
}
.tranding-pkg.box-item {
  position: relative;
}
.tranding .item {
  margin: 8px;
}
.tranding-pkg .package-image {
  height: 280px;
}
.tranding-pkg .package-image img {
  height: 280px;
  object-fit: cover;
  width: 100%;
  max-width: 212px;
  object-position: center;
  border-radius: 10px;
}
.package-image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tranding{
  width: 100%;
}
.tranding button.owl-prev ,
.tranding button.owl-next {
    position: absolute;
    bottom: 140px;
    z-index: 80;
}
.tranding button.owl-prev {

        left: -10px;
}
.tranding button.owl-next {
        right: -10px;
}

.tranding .owl-carousel .owl-controls .owl-buttons > div .fa {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.fixed-sticky {
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 40px;
}
.fixed-sticky a img {
  width: 50px;
}

.tranding-pkg .package-description, .city-list .package-description {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  width: 100%;
  max-width: 212px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.city-list .package-description {
  max-width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
}
.city-list .package-description {
  color: #fff;
 

  padding: 15px;
}
.city-list .package-description .city-title{
  font-size: 22px;
  font-weight: 800;
}
.city-title a{
  color: #fff;

}

.package-display-box.pligrimage .city-title a{
  color: #ff6750;
}
.package-display-box.pligrimage .pkg-price {
  color: #6c6c6c;
  font-size: 15px;
}

.city-list .package-description div:first-child {
  width: calc(100% - 80px);
}

.city-list .awe-btn{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 4px 10px 4px 10px;
  font-size: 18px;
  line-height: 1.42857;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #fff !important;
  color: #fff !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  text-decoration: none;
  margin-top: 4px;
  background-color: transparent !important;
}
.tranding-pkg .package-description h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 0 0 0 0;
}

.tranding-pkg p {
  color: #ffffffe6;
  text-align: center;
  font-size: 12px;
  margin: 0 0 15px 0;
}

.detail-title h1,
.section-title {
  text-align: center;
}
.section-title {
  margin: 0 auto;
}
.section-title p {
  font-size: 1.8rem;
}
section.indiatour-pkg.neighbour-area {
  background: #fff5e4;
  background-image: url();
  object-fit: cover;
  width: 100%;
  background-repeat: no-repeat;
}
.indiatour-pkg-area {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
}
.pkg-list.box-item {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #b7b7b785;
  transition: all ease-in-out 0.3s;
}
.pkg-list.box-item .package-image {
  width: 240px;
  position: relative;
}
.pkg-list.box-item .package-content {
  padding: 15px;
  width: calc(100% - 240px);
  position: relative;
}
.package-content .package-info {
  position: absolute;
  bottom: 15px;
}

.why-book-us {
  display: grid;
  grid-template-columns: auto 500px;
  gap: 15px;
}
.why-book-us .wbu-left-panel {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
}
.wbu-list h5 {
  margin: 0px;
}
.footer-info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.more {
  display: flex;
  justify-content: center;
}
.item.testimonials {
  padding: 15px;
  display: flex;
  gap: 40px;
}
.item.testimonials .client {
  display: flex;
  align-items: initial;
}

.wbu-right-panel {
  background: #fff;
}
.main-pkg-destination {
  display: grid;
  grid-template-columns: 250px 290px 250px 290px;
  gap: 15px;
  padding: 0 22px;
}
.destination-img img {
  width: 100px;
  max-height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.destination-description {
  width: calc(100% - 100px);
}
.destination_cover {
  position: relative;
}

.destination_cover h4 {
  position: absolute;
  top: 20px;
  left: 20%;
  color: #fff;
}
.neighbour-area .grid-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.neighbour-area .destination {
  display: grid;
  grid-template-columns: 230px auto;
}
.neighbour-area .description {
  padding: 20px;
  background: #fff;
}
.neighbour-area .destination img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.neighbour-area .description {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.neighbour-area .description h3 {
  margin: 0;
  font-size: 24px;
}
.wrap-list {
  display: flex;
  gap: 15px;
  margin: 0 0 15px 0;
}

.testimonials .client-image {
  width: 100px;
  height: 100px;
}
.testimonials .client-image img {
  height: 100px;
  object-fit: cover;
  width: 100%;
  object-position: center;
  border-radius: 50px;
}

.why-book-us .wbu-left-panel .wbu-list {
  border: 1px solid #efefef;
  background-color: var(--bg-white);
  padding: 10px;
  border-radius: 8px;
}
.grid-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 150px;
}
#footer-page {
  background-color: #656565;
  background-image: linear-gradient(315deg, #656565 0, #353535 74%);
  padding-top: 60px;
  font-size: 13px;
  color: #ededed;
  position: relative;
}
#footer-page .contact-footer {
  padding: 15px;
  border: 1px dashed #efefef;
  border-radius: 5px;
  margin: 5px 0px 15px;
}
#footer-page .widget h3 {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 15px;
}
#footer-page .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-page .widget ul a,
#footer-page .widget_follow_us .widget_content .phone {
  color: #ffffff;
}
#footer-page .widget ul li {
  padding: 5px 0;
}
#footer-page .widget_recent_entries ul li a:hover {
  color: #f84f34 !important;
}
#footer-page .widget_follow_us .widget_content .phone {
  font-family: "Oswald";
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
}
.blog-heading-content h2 {
  display: inline-block;
  background-color: #0091ea;
  color: #fff;
  padding: 19px 28px;
  margin: 0;
  line-height: normal;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.25em;
}
.blog-heading-content {
  padding-top: 50px;
  padding-bottom: 80px;
}
.blog-heading-content h4 {
  font-size: 47px;
  color: #ffab00;
  line-height: 38px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-heading-content h4 span {
  font-weight: 800;
}

.page-outbound-tour .blog-heading-content h4{
font-weight: 800;
color: #fff;
}

.blog-heading-content p{
  font-size: 2rem;
  color: #fff;
  margin: 0;
  display: inline-block;
}
 .banner-showcase img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  object-position: -80px;
}
.banner-showcase img{
    object-position: initial;
}
.enquiry-area {
  font-size: 13px;
}
.modal-content {
  border-radius: 10px;
}
h1,
.h1 {
  font-size: 28px;
}


.about-us {
  display: grid;
  grid-template-columns: 30% 70%;
}
.about-us p {
  text-align: justify;
}
.about-section h2 strong{
color: #f04e25;
}
.about-section .logo-image img {
  width: 100%;
  height: auto;
}
.logo-image {
  margin: 15px 25px 15px 15px;
}

.logo-image {
  margin: 0px 25px 15px 0px;
  background: #fbfbfb;
  border: 4px solid #f97b68;
  display: flex;
  align-items: center;
  padding: 15px;
}
.client-tell h4 {
  font-size: 14px;
}
section.page-aboutus {
  background: #f84f34;

}
.aboutus-content {
  text-align: center;
}
.aboutus-content h3{
  color: #fff !important;
}
.about-section .logo-image img {
  width: 100%;
  height: 130px;
}

.our-mission,.our-service{

  padding: 20px 0;
}
.about-section p{
  line-height: 2em;
}
.service {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 30px 0;
}
.service h5 {
  color: #424242 !important;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
}
.service div {
  border: 1px solid #efefef;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
    box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1); 
}

.team-list .our-team {
  margin: 40px 0;
}
.about-section h4{
  font-size: 32px;
}
.about-section h4 span, .service h5{
  color: #f04e25 ;
}
.team-list .title {
  background: #000;
  color: #efefef;
  padding: 8px 0 0 0px;
  text-align: center;
}
.team-list .pos {
  font-size: 13px;
  color: #c1c1c1;
  background: #000;
  padding: 5px 0 10px 0px;
  text-align: center;
}
.our-team {
  margin: 40px 0;
}
span.readmore,span.hide-content {
  font-size: 13px;
  font-style: normal;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 750px;
    margin: 30px auto;
  }
.modal-dialog.mini-enquiry-box {
    width: 600px;
    margin: 30px auto;
  }
}

/* 3. hero area */
.slick-track {
  height: 500px;
}
.slick-slider {
  text-align: center;
}
.hero-content {
  margin: 150px;
}
.hero-slider [data-animation-in] {
  opacity: 0;
}

.hero-content h2 {
  font-size: 67px !important;
  color: #fff;
  margin: 0px;
}
.hero-content p {
  font-size: 18px !important;
  color: #fff;
}

.hero-slider-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  outline: 0;
}
.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(48, 48, 50, 0.5);
  color: #fff;
  border: 0;
  font-size: 25px;
  line-height: 70px;
  opacity: 0;
  transition: all linear 0.2s;
}
@media (max-width: 575px) {
  .hero-slider .prevArrow,
  .hero-slider .nextArrow {
    display: none;
  }
}
.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}
.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  background: rgba(232, 68, 68, 0.5);
}
.hero-slider .prevArrow {
  left: 20px;
}
.hero-slider .nextArrow {
  right: 20px;
}
.hero-slider:hover .prevArrow,
.hero-slider:hover .nextArrow {
  opacity: 1;
}
.hero-slider .slick-dots {
  bottom: -81px;
  padding-left: 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.hero-slider .slick-dots li {
  width: 295px;
  height: 80px;
  background: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
  /* @include mobile-xs {
                  width: 50px;
              } */
}
@media (max-width: 1199px) {
  .hero-slider .slick-dots li {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .hero-slider .slick-dots li {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .hero-slider .slick-dots li {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .hero-slider .slick-dots li {
    width: 25%;
  }
}
.hero-slider .slick-dots li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -12px;
  height: 25px;
  width: 25px;
  background: #303032;
  transform: translateX(-50%) rotate(-45deg);
  opacity: 0;
}
.hero-slider .slick-dots li a {
  display: block;
  position: relative;
  text-align: center;
  transition: 0.3s ease;
  color: #303032;
}
.hero-slider .slick-dots li a i {
  display: inline-block;
  font-size: 30px;
  line-height: 80px;
  margin-right: 15px;
  vertical-align: middle;
}
.itinerary-box .product-title h2 {
  color: #ff6750 !important;
}
@media (max-width: 991px) {
  .hero-slider .slick-dots li a i {
    font-size: 20px;
    margin-right: 5px;
  }
}

.hero-slider .slick-dots li a span {
  font-size: 18px;
  font-weight: 500;
  line-height: 80px;
}
@media (max-width: 991px) {
  .hero-slider .slick-dots li a span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .regions-holidays .section-title h2{
    font-size: 32px;
  }
.tranding-pkg .package-image, .tranding-pkg .package-image img {
    height: 220px;
}

  .tranding-pkg .package-description h3{
    font-size: 24px;
  }
  .tranding-pkg p{
    font-size: 13px;
  }
  .tranding .item {
    margin: 0px 0;
}
.hero-content h2{
  font-size: 42px !important;
  line-height: 100%;
}
  .hero-slider .slick-dots li a span {
    display: none;
  }
  .awe-navigation-responsive{
    padding-top: 0px;
  }
  .toggle-menu-responsive.toggle-active .item{
    background-color: #ff6750;
  }

}
.hero-slider .slick-dots li.slick-active {
  background: #303032;
}
.hero-slider .slick-dots li.slick-active a {
  color: #fff;
}
.hero-slider .slick-dots li.slick-active::before {
  opacity: 1;
}
.hero-content h4 {
  letter-spacing: 2px;
}

/*--------------------------------------------------------------
	swipwe slider
--------------------------------------------------------------*/

.swiper-slider {
  width: 100%;
  min-height: calc(100vh - 150px);
  display: flex;
  position: relative;
  z-index: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(232, 68, 68, 0.2);
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #e84444;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  width: auto;
  height: auto;
  opacity: 0.3;
  text-align: center;
  transition: all 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev {
  left: 25px;
}
.swiper-button-prev::before {
  font-family: "themify";
  content: "";
  font-size: 40px;
  color: #e84444;
}
.swiper-button-next {
  right: 25px;
}
.swiper-button-next::before {
  font-family: "themify";
  content: "";
  font-size: 40px;
  color: #e84444;
}
.contact-page .contact-section,
.thankyou-page .contact-section {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
}
.contact-page .contactus-col {
  display: grid;
  grid-template-columns: auto auto;
}
.contact-page input.citycode {
  width: 80px !important;
}
.contact-page .contact-page__form {
  padding-bottom: 0;
}
.contact-page .contactus-col {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 15px;
  width: calc(100% - 15px);
}
.contact-page input[type="text"] {
  width: 100%;
}
.contact-page .form-group {
  margin-bottom: 0px;
}
.mt-3 {
  margin-top: 15px;
}

.contact-page .wbu-right-panel {
  background-color: transparent;
}
.contact-page .detail-title {
  margin-top: 50px;
}
.contact-page .detail-title h3,
.thankyou-page .contact-section h3 {
  color: #ff6750;
}
.contact {
  font-size: 18px;
}
.notes span {
  font-weight: 700;
}
.thankyou-page .detail-content.content-wrapper {
  text-align: center;
}
.thankyou-page .content-wrapper p span {
  font-weight: 700;
}

.btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  box-sizing: content-box;
  width: .6em;
  height: .6em;
  padding: 0.25em 0.25em;
  background-color: #fff;
  border: 0;
  opacity: 0.5;
  float: right;
  margin-top: 10px;
}
.btn-close:hover {
  opacity: 0.75;
  cursor: pointer;
}
.other-image{
  display: none;
}
.need-help .macaw {
  font-size: 30px;
  color: #12a3c5;
}
.awe-social a {
  color: #f84f34 !important;
  padding: 5px;
  margin: 15px 0;
  font-size: 18px;
}
.awe-social {
  margin: 15px 0;
}
.index-modal .enquiry-area .banner-showcase img {
  object-position: 0 !important;
}
.special-offer {
  width: 70px;
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 8px;
}
.special-offer .offer {
  position: absolute;
  z-index: 21;
  color: #fff;
  font-size: 12px;
  top: 15px;
  text-align: center;
}

.special-offer .offer span:last-child {
  color: #f9ff00;
  font-weight: 600;
}

.ribbon-1 {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 10px; /* the top offset */
  color: #fff;
  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #ff005a;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}
.ribbon-2 {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 10px; /* the top offset */
  color: #000;
  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #fff200;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
  font-weight: 600;
  z-index: 1;
}
.left {
  inset: 0 auto auto 0;
  transform-origin: 100% 0;
  transform: translate(-29.3%) rotate(-45deg);
}
.right {
  inset: 0 0 auto auto;
  transform-origin: 0 0;
  transform: translate(29.3%) rotate(45deg);
}

.best-seller {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.best-seller img {
  width: 100%;
  height: auto;
}
.advertisement-div {
  margin: 20px 0px;
}
.advertisement-div img{
  border-radius: 15px;
}
.quick-enquiry {
  position: absolute;
  top: -43px;
  right: 80px;
  padding: 10px 49px;
  background: #000000;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quick-enquiry:hover{
background-color: #ff6750;
opacity: .9;
}

.package-includes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.inner-includes {
  display: flex;
  gap: 15px;
}
.includes {
  width: calc(100% - 110px);
}
.inner-includes img{
width: 32px;
  height: 32px !important;
  cursor: pointer;
}
.pkg-cost .price {
  font-weight: 600;
  font-size: 20px;
  white-space: pre;
}
.offer-price {
  border: 1px dashed #efefef;
  max-width: 320px;
  margin: 15px 0;
  padding: 20px;
  border-radius: 8px;
}
.offer-price .st-price {
  font-size: 38px;
  font-weight: 800;
  color: #ffab00;
}
.st-title {
  font-size: 22px;
}
.ex-city {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #000000aa;
  border-radius: 200px;
  top: 165px;
  left: 356px;
  padding: 40px;
  font-size: 13px;
  display: grid;
  justify-content: center;
  text-align: center;
  border: 1px dashed #efefef;
}
.ex-city .dept {
  border-bottom: 1px dashed #efeefe;
  margin: 0 0 8px 0;
}
.st-price span {
  font-size: 18px;
  font-weight: 300;
}
.banner-call {
    position: absolute;
    z-index: 8;
    bottom: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;

}
.banner-call .no{

     font-size: 24px;
  margin: 0px auto;
  text-shadow: -1px -1px 0px var(--background),
    3px 3px 0px var(--background),
    6px 6px 0px #00000055;

}
.price span {
  font-size: 12px;
  font-weight: 400;
}
input[type="email"] {
  width: 100%;
}
.payment-box {
  width: 560px;
  margin: 0 auto;
}

.all-packages-international, .all-packages-domestic {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.all-packages-international .city-list, .all-packages-domestic .city-list{
position: relative;
}
.all-packages-international .city-list img, .all-packages-domestic .city-list img{
  border-radius: 15px;
}

.cab-section .cab-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.cab-section .cab-list .list {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px !important;
  border: 1px solid #efefef;
  padding: 15px;
}
.cab-section .cab-list .car-title,.cab-list .car-rent,.cab-list .car-toll, .cab-list .car-booking,.cab-list .car-da,.cab-list .car-seat {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cab-section .cab-list .list>img{
  width: 100%;
  height: 143px;
  object-fit: cover;
  margin-bottom: 10px;

}
.cab-section .car-rent div:last-child {
  color: #ff6750;
  font-size: 14px;
}
.cab-section .car-title {
  margin: 0 0 15px 0;
}
.cab-section .cab-list .car-title span:first-child {
  font-weight: 700;
}
.cab-section .cab-list .car-booking {
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
}
a.instant-call img {
  width: 20px;
  margin: 0 4px 0 0;
}
.car-booking div:first-child {
  font-weight: 800;
}

.destination-section .cab-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.destination-section .cab-list .list {
  display: grid;
  grid-template-columns: 80px auto;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 8px;
  gap: 15px;
}
.destination-section .cab-list .list img {
  border-radius: 6px;
}
.destination-section .cab-list .list h5{
  margin: 0;
}
.car-incity p {
  font-size: 14px;
}
.car-incity p span {
  font-weight: 600;
  color: #ff6750;
}
.monthly-section .cab-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.monthly-section .cab-list img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.monthly-section .car-feature {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.monthly-section .list {
  padding: 8px;
  border: 1px solid #ff6750;
  border-radius: 8px;
}
 .car-booking {
  border-top: 1px solid #efefef;
  padding: 10px 8px;
  margin-top: 10px;
}
.car-feature img {
  width: 20px !important;
  height: auto !important;
}
.car-feature div:last-child {
  text-align: right;
}
.car-feature div:nth-child(2) {
  text-align: center;
}
.all-packages-common {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.all-packages-common .package-list{
position: relative;
}
.all-packages-common img {
  z-index: 2;
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.all-packages-common .package-description {
  margin: -10px 0 0 0;
  z-index: 10;
  position: relative;
  background: #fff;
  padding: 10px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 15px;
}
.all-packages-common .city-title {
  font-size: 18px;
  font-weight: 600;
}
.all-packages-common .pkd-duration {
  background: #fff;
  position: absolute;
  right: 15px;
  top: -40px;
  padding: 4px 8px;
  border-radius: 4px;
}
.all-packages-common .package-card-footer{
  margin: 10px 0px 0px 0px;
}
.all-packages-common .city {
  margin: 0px 0 15px 0;
  font-size: 12px;
  color: #585858;
  display: none;
}
.package-display-box h1{
  font-size: 30px;
}
.visa-card ul {
    margin: 0;
     padding: 0px 5px 15px;
}
.visa-card li {
    font-size: 14px;
    font-weight: 400;
    color: #565656 !important;
        list-style: inside;
}
.visa-type {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 20px 0 40px 0;

}
.visa-card img {
    width: 30px;
}
.visa-card-footer {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.visa-type .visa-card {
  padding: 15px;
  border-radius: 8px;
      box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 10px;
          border: 1px solid #e1e1e1;
}
.visa-type .visa-card:hover {

      box-shadow: rgba(255, 75, 4, 0.1) 0px 1px 10px;
border: 1px solid #ffd7d4
}

.visa-duration {
    display: grid;
    grid-template-columns: auto 1fr;
    margin: 0 0 15px 0;
}
.visa-title {
    font-size: 18px;
    font-weight: 500;
    color: #ff6750;
    margin-bottom: 15px;
    display: none;
}
.visa-price {
    text-align: right;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins';
}
.visa-time {
    font-size: 18px;
    font-weight: normal;
    color: #ff6750;
    font-weight: 600;
}
.visa-time span {
    font-size: 22px;
    color: #3e3e3e;
}
.visa-detail-page {
    display: grid;
    grid-template-columns: auto 300px;
    gap: 35px;
    margin: 0 0 80px 0;
}
.visa-right-section .aplication-download {
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #ffece6;
    color: #000 !important;
}
.visa-detail-page h1{
      color: #ff6750 !important;
}
.visa-detail-page h2 {
    margin: 0;
    font-size: 18px;
    color: #504f4f !important;
}
a.aplication-download img {
    width: 28px;
}
.visa-detail-page h3 {
    font-size: 18px;
    margin: 0;
}
.visa-detail-page .checklist {
  margin: 20px 0 20px 0;
    padding: 40px;
    border: 0px solid #efefef;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
}
.visa-detail-box ul{
  list-style-type: decimal;
}
.visa-detail-box  .checklist li {
    padding: 5px 0 0 15px;
}
.visa-detail-box ul li ul {
    background: #fbfbfb;
    padding: 10px 10px 10px 30px;
    border-radius: 8px;
    font-size: 16px;
}
.visa-time p {
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 400;
    margin-bottom: 0;
}
.visa-row {
    display: grid;
    grid-template-columns: 1fr 150px;
    font-size: 14px;
    gap: 20px;
}
.visa-col {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
}
.country-list li a img {
width: 30px;
    height: auto;
    border: 1px solid #e9e9e9;
}

.country-list li a {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
.visa-detail-page .checklist:before {
    width: 4px;
    height: 30px;
    background: #ff9282;
    display: inline-block;
    content: "";
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.visa-detail-page .checklist:after {
    width: 34px;
    height: 4px;
    background: #ff9282;
    display: inline-block;
    content: "";
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.visa-content-area {
    display: none;
}


/* Media   */
@media (max-width: 767px) {
.header-video{
  height: 300px;
}
.visa-type,.visa-detail-page{
      grid-template-columns: 1fr;
          margin: 0;
          width: 100%;
}
.page-car-rental .blog-heading-content h1 {
    font-size: 20px;
    margin: 0 0 15px 0;
}
.blog-heading-content h3 {
    font-size: 40px;
}
.blog-heading-content h3 + p {
    font-size: 14px;}

.package-display-box {
    margin: 0px 0;
}
.mobile-content {
    display: none;
}
.package-display-box h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
    color: #ff6750;
}
  section.about-section h2 {
    font-size: 28px;
  }
  .about-us,.service,.about-grid, .all-packages-common{
    grid-template-columns: 1fr;
  }
  .team{
    grid-template-columns: 1fr 1fr;
  }
  .service h5{
    font-size: 20px;
  }
  .our-mission, .our-service{
    padding: 0px;
  }
.car-rental-modal .inner-area {
    width: 100%;
}
  .all-packages-international, .all-packages-domestic{
    grid-template-columns: 1fr;
  }
  h1, .h1 {
    font-size: 32px;
    line-height: 1.2em;
}
p {
  line-height: 1.7em;
  text-align: left;
}
.blog-heading-content h1 {
  font-size: 26px;
}

.blog-heading-content h4 {
  font-size: 48px;}

  .blog-heading-content h4  p {
    font-size: 18px;}

    .sticky-enquiry{
      padding: 4px;
      font-size: 14px;
    }
.cab-section .cab-list, .monthly-section .cab-list, .destination-section .cab-list{
  grid-template-columns: 1fr;
}
.cab-section .cab-list .list>img{
  height: 210px;
}
  .awe-navigation-responsive{
    z-index: 100;
  }
  .toggle-menu-responsive.toggle-active {
    right: 315px;
    background: #fff;
}
  .awe-navigation .menu-list li a{
    display: none;
  }
  .enquiry-area .banner-showcase
  {display: none;}
  .enquiry-area .inner-area {
    width: 100%;
  border-radius:  8px;
  }

  .package-content .package-info {
    position: relative;
  }
  .pkg-list.box-item,
  .indiatour-pkg-area,
  .all-packages {
    display: grid;
  }
  .pkg-list.box-item .package-content {
    width: 100%;
  }
  section {
    padding: 20px 0 0px 0;
  }
  section.neighbour-area {
    padding: 20px 0 30px 0;
    margin: 30px auto;
  }
  .detail-title h3 {
    font-size: 26px;
  }
  body .section-title h3 {
    font-size: 28px !important;
    text-align: left;
    margin-top: 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .hero-content h1 {
    font-size: 30px !important;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
      1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  .hero-content p,
  .section-title p {
    font-size: 16px !important;
    text-align: center;
  }
  .hero-content {
    margin: 80px 15px 15px 15px;
  }
  .section-title p {
    text-align: justify;
  }
  .slick-slide,
  .slick-track {
    max-height: 300px !important;
  }
  body .section-title h3 {
    font-size: 28px;
  }
  .tranding-pkg .package-image img,
  .tranding-pkg .package-description,
  .destination_cover img,
  .pkg-list.box-item .package-image {
    max-width: 100%;
  }
  .section-title {
    width: 100%;
  }
  .more {
    margin: 30px auto 30px auto;
  }
  .neighbour-area .destination,
  .neighbour-area .grid-col,
  .main-pkg-destination,
  .indiatour-pkg-area,
  .grid-block,
  .why-book-us,
  .why-book-us .wbu-left-panel,
  .all-packages {
    grid-template-columns: 1fr;
  }
  .grid-block {
    height: auto;
  }
  .why-book-us .wbu-left-panel .wbu-list {
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 0px;
  }
  .package-content .package-info {
    margin: 25px auto 0px 0px;
  }
  .wbu-right-panel {
    max-width: 350px;
  }
  .wbu-list h5 {
    font-size: 16px;
  }
  a.more-link {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .neighbour-area .description h3 {
    margin: 0 0 15px;
  }
  .neighbour-area .destination img,
  .destination_cover img,
  .package-image img,
  .pkg-list.box-item .package-image {
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 8px;
  }
  .destination_cover img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .destination_cover {
    position: relative;
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .destination_cover h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    width: 80%;
    text-align: center;
  }
}

.readmore-content{
  display: none;
}
.readmore-content.show-content{
  display: block;
}
/* Site Map */
.branch, .disclaimer{
  display: none
}
.disclaimer {
  border: 1px dashed #efefef;
  padding: 10px;
  border-radius: 4px;
  background: #424242;
  margin: 15px 0;
  font-size: 11px;

}
.sitemap-page .heading-text {
  text-align: center;
}
.sitemap-page .pkg-maping .maping-image img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 4px;
  object-position: center;
}
.sitemap-page .pkg-maping .maping-image {
  width: 28px;
  height: 28px;
  border-radius: 4px;
}
.sitemap-page .pkg-maping .maping-item{
  border-radius: 4px;
}
.sitemap-page .pkg-maping .maping-item {
  display: grid;
      grid-template-columns: 30px auto 60px;
      gap: 5px;
      align-items: center;
}
.sitemap-page .maping-title a {
  font-size: 15px;
}
.sitemap-page .pkg-maping.grid{
  gap: 8px;
  margin-bottom: 30px;
}
.sitemap-page .pkg-maping .duration {
  text-align: end;
}
.sitemap-page h2 {
  font-size: 24px;
  color: #ff6750;
  margin: 30px 0 0 0;
}

.sitemap-page h3{
  font-size: 18px;
  margin: 10px 0 10px 0;
}

.all-packages-common a.awe-btn-link:hover{
  color: #fff !important;
}
.itinerary h4 {
  background: #ff6750;
  color: #fff;
  padding: 8px 15px;
  margin: 25px 0 15px;
  border-radius: 4px;
}
table.table p {
  margin: 0;
  font-size: 12px;
  color: #f04e25;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  z-index: 1000;
}

.cookie-banner p {
  margin: 0 0 10px 0;
  display: inline;
}

.cookie-banner button {
  background-color: #4CAF50;
  color: white;
  border: none;
  margin: 0 5px;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
}

.cookie-banner button:last-child {
  background-color: #f44336;
}

section.visa-banner {
    padding: 0;
    position: relative;
}

.visa-banner {
    position: relative;
    background: #3c3c3c;
}
.visa-content {
    margin-left: 15px;
}
.visa-banner-area {
    background-image: url("../visa/images/visa.jpeg");
    min-height: 450px;
      background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.visa-banner-area .advantage {
    position: absolute;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    top: 280px;
    
}
.checklist p.note {
    font-size: 14px;
    color: #585858;
    margin: 30px 0;
}
.advantage-list {
   border-radius: 4px;
    width: 210px;
    font-size: 14px;
    display: flex;
    font-weight: 600;
    flex-wrap: wrap;
    box-shadow: 5px 5px 18px 0 rgb(0, 0, 0, 40%);
    padding: 15px;
    bottom: 40px;
}
.advantage p{
  margin-bottom: 0px;
}
.advantage-list .title {
    font-size: 18px;
}
.tourist_visa {
    background-image: linear-gradient(90deg, rgb(0, 97, 255) 0%, rgb(23 217 239) 100%);
        background-image: linear-gradient(90deg, rgb(116 33 179) 0%, rgb(132 34 252) 100%);
}
.business_visa {
        background-image: linear-gradient(90deg, rgb(255, 147, 15) 0%, rgb(255, 209, 3) 100%);
        background-image: linear-gradient(90deg, rgb(255 98 80) 0%, rgb(237 183 31) 100%);
            background-image: linear-gradient(90deg, rgb(255 98 80) 0%, rgb(237 109 31) 100%);
}
.student_visa {
 background-image: linear-gradient(90deg, rgb(0 170 139) 0%, rgb(62 211 116) 100%);
}
p.small {
    font-size: .875em;
}
.advantage-list {
    color: #fff;
}
.visa-form-area {
    top: 95px;
    position: absolute;
    width: 340px;
    right: 105px;
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
      box-shadow: 5px 5px 18px 0 rgb(0, 0, 0, 40%);
}
.visa-banner-area h1, .visa-form-area h2{
margin: 0px;
}
.visa-form-area h2{

    font-size: 25px;
}
.visa-form {
    margin: 20px 0;
}
.visa-banner-area h1 {
  margin-top: 80px;
    color: #fff;
    font-size: 62px;
    text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}

 .visa-banner-area .h1-subtext{
      color: #fff;
      text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
 }
 .visa-banner-area .h1-subtext {
    color: #fff;
    font-size: 35px;
}
.secTion_ourProcess .card {
    background: #EC64080D;
}
.our-process-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 0 50px;
    margin: 50px 0 0 0;
}
.visa-block {
  background: #EC64080D;
    box-shadow: 2px 2px 8px 0 rgb(211 211 211 / 40%);
    padding: 20px;
    border-radius: 10px;

}
.visa-block .card-body {
    text-align: center;
}
.our-process-blocks p {
    font-size: 14px;
    font-weight: 400;
}
.text-primary {
    color: #ec6408 !important;
}
.visa-destination {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.visa-destination .card-attractions {
    background: #f3f3f3;
    height: 180px;
    border-radius: 10px;
    position: relative;
}
.visa-destination .card-attractions img{
      border-radius: 10px;
}
.visa-destination a{
color: #fff;
}
.card-attractions .attractions-titel {
    position: absolute;
    bottom: -3px;
    left: 0px;
    font-weight: 500;
    width: 100%;
    background: #000000af;
    padding: 8px 15px;
    color: #fff;
        border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            font-weight: 600;
}
.detail-title {
    padding: 0 0 20px 0;
}
.box-shadow{
  box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.detail-title p {
    text-align: center;
}
.row.right-choice {
    margin: 50px 0 0 0;
}

.countrylist {
    display: inline-block;
        padding: 0;
}
ul.countrylist li {
    display: inline-block;
    border: 1px solid #d1d1d1;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 4px;
}

.page-car-rental .blog-heading-content h1 {
    font-size: 47px;
    color: #ffab00;
}
.page-outbound-tour .blog-heading-content h1 {
    font-size: 38px;
    color: #fff
}
.country-list ul {
    margin: 0;
    padding: 0;

}
.country-list li {
    margin: 5px 0;
    border-radius: 4px;
    list-style: none;
}
.country-list li a {
    padding: 10px 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px;
    border-radius: 4px;
}
.country-list li:hover {
 
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}
.country-list h4 {
    margin: 40px 0 15px 0;
    font-size: 20px;
}
a.apply-btn {
    padding: 5px 15px;
    background: #fff200;
    border-radius: 40px;
    font-size: 14px;
    color: #000 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px, rgba(0, 0, 0, 0.06) 0px 1px 1px 0px;
}
a.apply-btn:hover {
  opacity: 0.7;
  color: #000 !important;
  }
.visa-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 14px;
    gap: 20px;
}


        .header-video {
            position: relative;
            width: 100%;
            height: 500px; /* yahan height set ki gayi hai */
            overflow: hidden;
        }
        .header-video video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .header-video .overlay-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-align: center;
            font-size: 24px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
            z-index: 5;
        }
.header-video:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
background: #141414;
background: linear-gradient(90deg,rgba(20, 20, 20, 1) 0%, rgba(0, 0, 0, 0) 65%);
 z-index: 5;
}
.package-page .info-box{
  display: none;
}
span.macaw-share2 {
    position: absolute;
    right: 28px;
    top: 42px;
    opacity: 0.7;
    color: #ff6c25;
}
span.macaw-share2:hover{
cursor: pointer;
opacity: 0.9;
}

@media (max-width: 767px) {
.package-card .package-list{
  padding: 20px !important;
}

.header-video{
  height: 250px;
}

h3, .h3 {
    font-size: 28px;
}
.header-video .overlay-content{
        left: 30%;
        transform: translate(-30%, -50%);
        width: 100%;
        padding: 20px;
}
.blog-heading-content h4 {
  margin-bottom: 0;
}
.blog-heading-content  p {
    text-align: left;
}
  .inner-includes {
    display: flex;
    gap: 10px;
}
  .visa-banner-area .advantage{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
      .advantage-list {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
p.small {
    font-size: 10px;
}
.advantage-list .title {
    font-size: 16px;
}


.form-container {
    margin: 0 20px;
}
section.ourprocess{
  padding: 60px 0 0 0;
}
  section.ourprocess p, p.small {
    text-align: center;
}
.mb-40 {
    margin: 0 0 40px;
}
section.ourprocess p.sub_text {

    font-size: 18px;
}
.countrylist {
    display: grid;
    padding: 0;
    grid-template-columns: auto auto;
}
.visa-form-area{
  box-shadow: 0px 2px 18px 0 rgb(0, 0, 0, 40%);
}
.visa-banner-area h1 {
    font-size: 32px;
}
.visa-destination {
    grid-template-columns: 1fr 1fr;
}
.visa-destination .card-attractions {
    height: initial;
  }
.visa-banner-area .h1-subtext {
    font-size: 28px;
}
.visa-content {
    margin-left: 0;
        text-align: center;
}
.visa-banner-area .advantage {
    margin: 20px 0 0 0;
}
.visa-form-area {
   position: relative;
    margin: 0 auto;
  width: 100%;
  right: unset;
          top: 25px;
   
  }
  .callus-mobile-view a {
    color: #fff ! IMPORTANT;
}
  .advantage-list {
    width: 100%;}

.visa-banner-area .advantage {
    position: static;
  }

  .our-process-blocks{
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
.callus-mobile-view a{
  font-size: 14px;
}
  #header-page .logo img{
    max-height: 55px;
  }
  .callus-mobile-view {
  display: block;
}

  #header-page .logo {
    left: 45px;

}

	.form-row.w100 .form-col {
	width:100%;
	display:block;
}
  .contactus-form{
    padding: 15px;
  }
  .contact-page .contact-section{
    padding: 30px 15px;
  }
  .adderss-box {
    margin: 0 0 40px 0;
}
  .contact-page .contactus-col{
    grid-template-columns: 100%;
  }
  .hero-slider .slick-dots li a i {
    margin: 0;
  }
}
.tranding {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tranding > * {
  flex: 1 1 calc(50% - 10px); /* 2-column grid on mobile */
}

@media (min-width: 768px) {
  .tranding {
    display: block; /* Owl apna layout handle karega */
  }
}