@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.text-center {
  text-align: center;
}
body a {
  text-decoration: none;
}

* {
  font-family: "Roboto", sans-serif;
}

/* .p-25{
  padding: 25px;
 } */
ul li {
  list-style: none;
}
.headbtn {
  background-color: #fff !important;
}
.headbtn a {
  color: #0aadeb !important;
}
.headbtn:hover {
  background: #fff !important;
}
.headbtn a:hover {
  color: #fff !important;
}

/* ---------------top-nav---------------------- */
.institute-top-nav {
  height: 29px;
  width: 100%;
  position: relative;
}
.institute-top-nav-smbox {
  height: 29px;
  width: 30%;
  background: var(--main-background-org);
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.institute-top-nav-smbox p {
  margin-top: 10px;
}
.news {
  background: #1c1c1c;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 30%;
  width: 70%;
}
marquee.news-content {
  height: 23px;
}
/* ------------------top-nav---------------- */

/* -------------------top-nav-2---------------- */
.jiva-airways-logo-content {
  display: flex;
  gap: 10px;
  margin-top: 33px;
}
.jiva-airways-logo-content-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jiva-airways-logo-content-icon i {
  font-size: 33px;
  color: var(--color-icon);
}
/* -------------------top-nav-2---------------- */

/* --------------------navbar---------------------- */
/* .mynav{
     background-color: #1c1c1c;
     color: #fff;
 } */
/* .nav-color{
     background-color: #1c1c1c;
     color: #fff;
 } */
img.img-fluid.jiva-logo02 {
  height: 79px;
}
.navbar-expand-lg .navbar-nav {
  gap: 8px !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--color-blc);
  margin-right: 15px;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link.active:hover {
  color: var(--color-org) !important;
}
.nav-item {
  position: relative;
}
.hovln:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--main-background-org);
  opacity: 0;
}
.hovln:hover:after {
  opacity: 1;
  width: 90%;
  transition: 0.4s all linear;
}
.navbar-light .navbar-brand {
  color: var(--color-org);
  margin-left: 100px;
}
.btn-outline-success a {
  color: var(--color-org);
}
.btn-outline-success a:hover {
  color: var(--color-wht);
}

.btn-outline-success:hover {
  background: var(--main-background-org) !important;
}
.btn {
  background: #0aadeb;
}
.btn-outline-success {
  color: var(--color-org) !important;
  border-color: var(--main-background-org) !important;
}
/* --------------------navbar---------------------- */
img.img-fluid.team-new-01 {
  height: 304px;
  width: 100%;
}
/* -----------------navbar-dropmenu------------------- */
.dropdown-menu[data-bs-popper] {
  margin-top: 13px !important;
}
ul.dropdown-menu .show li:hover {
  background: green !important;
}
.dropdown-item:hover {
  background: var(--color-org) !important;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.dropdown-item {
  padding: 2px 10px !important;
}
hr:not([size]) {
  color: var(--color-org);
  margin-top: 5px;
  margin-bottom: 3px;
}
/* -----------------navbar-dropmenu------------------- */

/* -----------------------------apply-form------------------------ */
.cer-bg1 {
  background-image: url(../images/form1.jpg);
  background-size: cover;
  background-position: calc(10px 0px 70px 100px);
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  /* margin-top: 187px; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.form-horizontal {
  padding: 20px;
}
.contact_form .form-control {
  background-color: #fff;
  margin-bottom: 30px;
  border: 4px solid #0aadeb;
  box-sizing: border-box;
  color: #1c1a1a;
  font-size: 16px;
  outline: 0 none;
  padding: 10px 25px;
  height: 55px;
  resize: none;
  box-shadow: none !important;
  width: 100%;
}
.chose-text {
  color: #1c1a1a !important;
}
/* -----------------------------apply-form------------------------ */

/* ------------------------------index-page---------------------------- */

/* --------------------jiva-banner---------------------- */
.jmain1 {
  width: 100%;
  height: 600px;
  background-image: url(../images/bg1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.jmain2 {
  width: 100%;
  height: 450px;
  background-image: url(../images/newairt.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.jmain3 {
  width: 100%;
  height: 500px;
  background-image: url(../images/cabincrew.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.jiva-banner-overlay-text {
  padding: 200px 50px 0px;
  color: #fff;
}
.jiva-banner-overlay-text h1 {
  font-size: 70px;
}
button.jiva-banner-btn1 {
  padding: 15px 25px;
  border-radius: 5px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
span.Jiva-banner-span1 {
  color: var(--color-blc);
}
/* --------------------jiva-banner---------------------- */

/* --------------------jiva-banner2---------------------- */
.jiva-banner2 {
  height: 200px;
  width: 100%;
  background: var(--main-background-org);
  padding: 55px 80px;
  color: #fff;
}
.jiva-banner2-overlay {
  width: 100%;
  height: 200px;
  background-image: url(../images/jiva-ban3.png);
}
.jiva-banner2-btn {
  padding: 15px 50px;
  background: #fff;
  /* color: var(--color-org); */
  border-radius: 5px;
  border: 2px solid #fff;
  float: right;
  font-weight: 700;
}
/* --------------------jiva-banner2---------------------- */

/* ---------------------airsky-ticket------------------- */
/* ---------------------------------- */
/* .koiClass {
    margin: 0 auto;
    text-align: center;
}

.koiClass .value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    padding: 3px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.koiClass .value-button:hover {
    cursor: pointer;
}

.koiClass #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

.koiClass #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

.koiClass #input-wrap {
    margin: 0px;
    padding: 0px;
}

.koiClass input {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 32px;
}

.koiClass input[type=number]::-webkit-inner-spin-button,
.koiClass input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
} */
/* ------------------------------------ */

/* ------------------------------------ */
/* .koiClass {
        margin: 0 auto;
        text-align: center;
    }

    .koiClass .value-button {
        display: inline-block;
        border: 1px solid #ddd;
        margin: 0px;
        width: 40px;
        height: 32px;
        text-align: center;
        vertical-align: middle;
        padding: 3px 0;
        background: #eee;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .koiClass .value-button:hover {
        cursor: pointer;
    }

    .koiClass #decrease {
        margin-right: -4px;
        border-radius: 8px 0 0 8px;
    }

    .koiClass #increase {
        margin-left: -4px;
        border-radius: 0 8px 8px 0;
    }

    .koiClass #input-wrap {
        margin: 0px;
        padding: 0px;
    }

    .koiClass input {
        text-align: center;
        border: none;
        margin: 0px;
        width: 40px;
        height: 32px;
    }

    .koiClass input[type=number]::-webkit-inner-spin-button,
    .koiClass input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    } */
/* ------------------------------------ */

/* ------------------------------------ */
/* .koiClass {
  margin: 0 auto;
  text-align: center;
}

.koiClass .value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  padding: 3px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.koiClass .value-button:hover {
  cursor: pointer;
}

.koiClass #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.koiClass #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.koiClass #input-wrap {
  margin: 0px;
  padding: 0px;
}

.koiClass input {
  text-align: center;
  border: none;
  margin: 0px;
  width: 40px;
  height: 32px;
}

.koiClass input[type=number]::-webkit-inner-spin-button,
.koiClass input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */
/* ------------------------------------ */

/* ------------------------------------ */
/* .hotels .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f5eefd;
    outline: 0;
    box-shadow: none;
} */
/* ------------------------------------ */

/* ------------------------------------ */
/* .theme_search_form_area {
  background: #ffffff;
  box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 2% 2%;
  position: relative;
}
.theme_search_form_tabbtn {
  margin-bottom: 30px;
}
.theme_search_form_tabbtn .nav-tabs {
  border-bottom: none;
}
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.navticket {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.theme_search_form_tabbtn .nav-tabs .nav-link {
  margin-bottom: 0;
  color: var(--black-color);
  border-radius: 6px;
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.theme_search_form_tabbtn .nav-tabs .nav-link i {
  padding-right: 10px;
}
.theme_search_form_tabbtn .nav-item {
  margin-right: 20px;
}
.theme_search_form_tabbtn .nav-tabs .nav-link.active {
  color: var(--white-color);
  background-color: var(--main-color);
  border-color: none;
}
.theme_search_form_tabbtn .nav-tabs .nav-link {
  margin-bottom: 0;
  color: var(--black-color);
  border-radius: 6px;
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.theme_search_form_tabbtn .nav-item:last-child {
  margin-right: 0px;
}
.flight_categories_search {
  position: absolute;
  right: 30px;
  top: 25px;
}
.flight_Search_boxed {
  background-color: rgb(247, 247, 247);
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
  position: relative;
  border: 1px solid rgb(231, 231, 231);
}
.flight_Search_boxed p {
  font-size: 14px;
  margin: 0;
}
.flight_Search_boxed input {
  font-size: 22px;
  width: 87%;
  border: none;
  background: transparent;
  font-weight: 500;
  padding: 0;
}
.flight_Search_boxed span {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.error {
  color: red;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}
.plan_icon_posation {
  position: absolute;
  top: 20px;
  right: 30px;
}
.plan_icon_posation i {
  font-size: 24px;
}
.top_form_search_button {
  text-align: center;
  margin-top: 30px;
}
.apss {
  color: #ffffff;
  background-color: #0d31a7;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}
.flight_offer {
  background-color: var(--bg-color);
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.offer_title h2 {
  color: #141479;
  padding-bottom: 12px;
  padding-left: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.flight_offer .container {
  background-color: #fff;
  border-radius: 10px;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
}
carousel .owl-nav.disabled {
  display: none;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
} */
/* ------------------------------------ */
/* ---------------------airsky-ticket------------------- */

/* ------------------------airsky1-ticket-banner--------------- */
section {
  position: relative;
}
.theme_search_form_area {
  position: relative;
}
.theme-search-form-area-tabRow {
  padding-left: 16px;
}
.theme_search_form_tabbtn {
  /* margin-bottom: 10px; */
  /* padding-bottom: 4px; */
}
.theme_search_form_tabbtn .nav-tabs {
  border-bottom: none;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.theme_search_form_tabbtn .nav-item {
  margin-right: 20px;
}
ul li {
  list-style: none;
  padding: 0;
}
.theme_search_form_tabbtn .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #0d6efd;
  border-color: none;
}
.theme-search-form-area-tabRow .nav-tabs .nav-link.active {
  border-bottom: 1px solid #0d6efd;
  border-bottom-width: 6px;
  background: none;
  color: #000;
  border-radius: 0px;
}
button:after,
[type="button"]:after,
[type="reset"]:after,
[type="submit"]:after,
.filter-list li.active:after,
.filter-list li:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(-120deg, #ff660a 0%, #ff660a 100%);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
  color: #fff !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.theme-search-form-area-tabRow .nav-tabs .nav-link.active {
  border-bottom: 1px solid #0d6efd;
  border-bottom-width: 6px;
  background: none;
  color: #000;
  border-radius: 0px;
}

/* ------------------------airsky1-ticket-banner--------------- */

/* ----------------------hr-main---------------------- */
.hr-main {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
}
.cspt-heading-desc {
  padding: 0px 300px;
}
.para-18 {
  font-size: 18px;
}
.hr-main-card {
  padding: 30px 25px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
  border: 1px solid #dce5e7;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hr-main-card:hover {
  transform: translateY(-10px);
}
.vc_custom_heading,
.cspt-element-title {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 47px;
  line-height: 48px;
  letter-spacing: 0;
  color: #0c121d;
  text-transform: none;
  font-style: normal;
}
h2.cspt-element-title em {
  color: var(--color-org);
}
.cspt-heading-subheading .cspt-heading-desc {
  font-family: Muli, sans-serif;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0;
  color: #6d7a8c;
  text-transform: none;
  font-style: normal;
}
.cspt-ihbox-heading {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  color: #0c121d;
  text-transform: none;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 5px;
}

/* ----------------------hr-main---------------------- */

/* ------------------------humanr-service-main-------------------- */

.human-service-content {
  padding: 100px 0 0 0;
}
.approach-h2 {
  color: #0c121d !important;
}
.cspt-heading-subheading .cspt-heading-desc1 {
  font-family: Muli, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #6d7a8c;
  text-transform: none;
  font-style: normal;
}
.human-service1 {
  width: 100%;
}
.hr-photo {
  border: 8px solid var(--color-org);
  border-radius: 10px;
  width: 80%;
}
.humanr-service-photo {
  position: relative;
  overflow: hidden;
}
.humanr-service-photo img {
  transition: 0.4s linear;
  border-radius: 10px;
}
.hr-photo:hover .humanr-service-photo img {
  transform: scale(1.1);
}
.cspt-ihbox-style-9 {
  position: relative;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.cspt-ihbox-style-9 .cspt-ihbox-icon,
.cspt-ihbox-style-9 .cspt-ihbox-svg {
  padding-right: 20px;
}
.cspt-ihbox-style-9 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-9 .cspt-ihbox-svg-wrapper {
  font-size: 38px;
  line-height: 38px;
  color: var(--color-org);
  background-color: var(--main-background-org);
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
.cspt-ihbox-style-9.cspt-ihbox h2 {
  font-size: 20px;
  line-height: normal;
  font-weight: 800;
  margin-bottom: 0;
}
.cspt-ihbox-style-9 .cspt-ihbox-content,
.cspt-ihbox-style-9 .cspt-heading-desc {
  margin-bottom: 15px;
  margin-top: 10px;
}
/* ------------------------humanr-service-main-------------------- */

/* --------------------------expert-consultant------------------- */
.expert-consultant {
  background: #ffffff;
}
.expert-consultant-card-text {
  width: 80%;
  padding-left: 77px;
}
.expert-consultant-card {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #dce5e7;
  box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
  margin-bottom: 24px;
  height: 450px;
  margin-right: 15px;
}
.expert-consultant-card-photo img {
  border-radius: 10px;
}
.expert-consultant-card-head h3 {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0;
  color: #0c121d;
  text-transform: none;
  font-style: normal;
}
.expert-consultant-card-photo {
  position: relative;
  overflow: hidden;
}
.expert-consultant-card-photo img {
  transition: 0.4s linear;
  border: 4px solid var(--color-org);
}
.expert-consultant-card:hover .expert-consultant-card-photo img {
  transform: scale(1.1);
}
/* --------------------------expert-consultant------------------- */

/* ---------------------------online-consultant-form----------------- */

.online-consultancy-form-blank {
  width: 100%;
  height: 500px;
  background: var(--main-background-org);
}
.online-consultancy-form-blank-overlay {
  width: 100%;
  height: 100%;
  background-image: url(../images/jiva-ban3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.online-consultancy-form-right-photo {
  width: 100%;
  height: 500px;
  background-image: url(../images/form-img1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.consult-form {
  height: 500px;
  padding: 20px 25px;
  /* position: absolute;
  left: 174px; */
}
.elementor-heading-title {
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
}
.input-group {
  display: block;
  margin-bottom: 25px;
  border-radius: 5px;
}
.consultbtn {
  width: 100% !important;
  height: 50px;
  background: var(--color-blc) !important;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 5px !important;
  border: 4px solid #0aadeb !important;
}
.input-group input[type="text"] {
  border: 1px solid #dce5e7;
  font-size: 14px;
  background: #fff;
  color: #888888;
  height: 55px;
  border-radius: 5px;
  box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
}
.input-group input[type="email"],
.cspt-main-form.cspt-form-style-3 .input-group textarea {
  border: 1px solid #dce5e7;
  font-size: 14px;
  background: #fff;
  color: #888888;
  height: 55px;
  border-radius: 5px;
  box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
}
.cspt-select {
  position: relative;
  display: block;
  background-color: #eff2f7;
  border-radius: 3px;
}
.input-group select,
.cspt-main-form.cspt-form-style-3 .input-group input[type="email"],
.cspt-main-form.cspt-form-style-3 .input-group textarea {
  border: 1px solid #dce5e7;
  font-size: 14px;
  background: #fff;
  color: #888888;
  height: 55px;
  border-radius: 5px;
  box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
}
.input-group select,
.cspt-main-form.cspt-form-style-3 .input-group input[type="email"],
.cspt-main-form.cspt-form-style-3 .input-group textarea {
  border: 1px solid #dce5e7;
  font-size: 14px;
  background: #fff;
  color: #888888;
  height: 55px;
  border-radius: 5px;
  box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
  margin-top: -25px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  background: transparent;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 1em;
  line-height: normal;
}
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
select,
textarea {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #848484;
  line-height: normal;
  padding: 0 15px;
  background: #eff2f7;
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  background: transparent;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 1em;
  line-height: normal;
}
/* ---------------------------online-consultant-form----------------- */

/* --------------------employee-team--------------------- */
.employee-team-main {
  width: 100%;
  height: 800px;
}
.employee-team-main-overlay {
  width: 100%;
  height: 586px;
  background: #eef7f9;
}
.employee-team-card-head h5 {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0;
  color: #0c121d;
  color: var(--color-org);
  text-transform: none;
  font-style: normal;
}
.employee-team-card {
  background: #d1caca36;
  box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
  border: 1px solid var(--color-org);
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 5px;
  border-bottom: 5px solid;
}
.employee-team-card:hover {
  transform: translateY(-10px);
  /* border-bottom: var(--color-org); */
}
.employee-team-card-photo {
  position: relative;
  overflow: hidden;
}
.employee-team-card-photo img {
  transition: 0.4s linear;
}
.employee-team-card:hover .employee-team-card-photo img {
  transform: scale(1.1);
}
.employee-team-card-photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /* height: 100%; */
  width: 100%;
  background: #dce5e738;
  opacity: 0;
}
.employee-team-card:hover .employee-team-card-photo-overlay {
  opacity: 1;
}
/* --------------------employee-team--------------------- */

/* ----------------------specialist-main------------------ */
.specialist-main {
  width: 100%;
  height: 500px;
  background-image: url(../images/specialist-ban1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.specialist-content {
  padding: 100px 0px 0px 100px;
}
.cspt-element-subtitle {
  font-family: Muli, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  color: #b0b6bf;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 10px;
}
.cspt-element-title1 {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}
.specalist-btn {
  padding: 15px 45px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #fff;
  margin-left: 100px;
  cursor: pointer;
}
.specalist-btn a {
  color: #fff;
}
.specalist-btn:hover {
  border: 2px solid var(--color-org);
}
.specalist-btn a:hover {
  color: var(--color-org);
}
.cspt-fid-inner {
  margin-bottom: 0;
  line-height: 58px;
  text-align: center;
  font-size: 48px;
  color: #fff;
}
.cspt-fid-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #fff;
}
.specialist-counter {
  padding: 100px 0 0 100px;
}

/* ------------------finance-offer-card------------- */
.cspt-ihbox-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 30px;
  color: #fff;
  margin-top: -7px;
}
.finance-offer-card {
  height: 180px;
  background: var(--main-background-org);
  padding: 25px 45px;
  width: 40%;
  position: absolute;
  bottom: -115px;
  left: 40%;
  border-radius: 10px;
}
.finance-offer-card-overlay {
  height: 100%;
  width: 100%;
  background-image: url(../images/jiva-ban3.png);
  display: flex;
  gap: 20px;
}
.finance-offer-card-icon {
  height: 115px;
  width: 222px;
  margin-top: 7px;
  background: #fff;
  color: #0aadeb;
  border-radius: 50%;
}
.finance-offer-card-icon i {
  font-size: 80px;
  margin-left: 21px;
  margin-top: 17px;
}
.finance-offer-card-text {
  margin-top: 25px;
}
.cspt-ihbox-heading em {
  color: #0c121d;
}
/* ------------------finance-offer-card------------- */

/* ----------------------specialist-main------------------ */

/* ---------------institute-testimonial-------------------- */
/* ------------------------------------------------------------------ */
.institute-testimonial {
  height: 500px;
  width: 100%;
  margin-top: 100px;
}
.testimonial3 {
  background-image: url(../images/testimonial-1.png);
  position: relative;
  z-index: 0;
  width: 100%;
  height: 500px;
  padding: 135px 0px;
}
.testimonial3::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  background-color: #0000008a;
  opacity: 0.4;
}
.cardtestimon3 {
  position: relative;
  z-index: 0;
  height: 220px;
  width: 500px;
  border-radius: 5px;
  background-color: white;
  /* gap: 10px; */
  margin-left: 70px;
  border: 10px solid var(--color-org);
}

.cardtestimon3 img {
  bottom: 2px;
  border-radius: 50%;
  /* display: block; */
  height: 120px;
  width: 120px;
  position: absolute;
  top: 28px;
  left: -52px;
  border: 5px solid #0aadeb;
  /* z-index: -1; */
}

.cardtestimon3:hover img {
  transform: rotateY(360deg);
  transition: 0.5s;
}

.card-body {
  margin-left: 7px;
  padding-top: 29px !important;
}

.card-body h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 72px;
  color: var(--color-org);
}

.card-body p {
  margin-left: 72px;
}

.mukesh {
  height: 332px;
  width: 560px;
}

.shweta {
  height: 250px;
  width: 550px;
}
.rating {
  margin-left: 72px;
}
.responsive {
  padding-top: 75px;
}

/* ---------------institute-testimonial-------------------- */

/* ------------------------exclusive-feature-banner---------------- */
.exclusive-feature-banner {
  height: 500px;
  width: 100%;
  background-image: url(../images/exclusive-features-ban1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.exclusive-feature-card-icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #fff;
  margin-left: 150px;
  border: 2px solid #0c121d;
}
.exclusive-feature-card-icon i {
  font-size: 50px;
  margin-top: 22px;
  color: #0aadeb;
}
.exclusive-feature-card {
  padding: 20px;
  height: 300px;
  background: #0aadeb;
  /* border-top-left-radius: 115px; */
  border-top-right-radius: 115px;
}
.ex-feature-crd {
  background-image: url(../images/jiva-ban3.png);
}
.exclu-para {
  color: #fff;
}
.exclusive-hed1 span {
  color: var(--color-org);
}
.exclusive-hed1 {
  position: relative;
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 47px;
  line-height: 48px;
  letter-spacing: 0;
  color: #0c121d;
  text-transform: none;
  font-style: normal;
}
.marg-20 {
  margin-top: 20px;
}
/* .exclusive-hed1:after{
  content: "";
  position: absolute;
  width: 27%;
  height: 3px;
  top: 110%;
  left: 554px;;
  background: var(--color-org);
} */
/* -----------------end------------------ */
.hi1-col {
  color: var(--color-org);
}
.different-domestic h1 {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 47px;
  line-height: 48px;
  letter-spacing: 0;
  color: #0c121d;
  text-transform: none;
  font-style: normal;
}
.different-international h1 {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 47px;
  line-height: 48px;
  letter-spacing: 0;
  color: #0c121d;
  text-transform: none;
  font-style: normal;
}
/* ------------------------exclusive-feature-banner---------------- */

/* ------------------------------index-page-------------------------------------- */

/* --------------------------about-page-------------------- */

/* -------------------hotel-about-banner------------------- */
.hotel-about-banner {
  width: 100%;
  height: 400px;
  background-image: url(../images/hotel-gallery/jiva-about2.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.hotel-industry-photo {
  position: relative;
  overflow: hidden;
}
.hotel-industry-photo img {
  transition: 0.4s linear;
}
.hotel-indus-ip:hover .hotel-industry-photo img {
  transform: scale(1.1);
}
/* ------------company-process--------------- */
.company-process-main {
  background: #e1dcdc5c;
}
.chead {
  color: #0c121d;
}
.company-process-card-icon {
  position: relative;
  height: 150px;
  width: 150px;
  margin-left: 129px;
  background: #fff;
  /* z-index: 1; */
  margin-bottom: 20px;
}
.company-process-card-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  top: 40%;
  left: 150%;
  background-image: url(../images/company-process-dot1.png);
  /* z-index: 99999; */
}
.comp {
  margin-top: 20px;
}
.cpc3::after {
  display: none;
}
.company-process-card-icon i {
  font-size: 100px;
  margin-top: 20px;
}
.cspt-ihbox-content {
  margin-top: 5px;
  padding: 0 15px;
}
.circle-num {
  position: absolute;
  top: 50%;
  left: 55%;
}
.circle {
  height: 40px;
  width: 40px;
  background: #0c121d;
  color: #fff;
  border-radius: 50%;
}
.num h6 {
  font-size: 30px;
}
/* ------------company-process--------------- */

/* --------------------------testimonial-second----------------- */
.testimonial-second-main {
  background: var(--main-background-org);
  height: 500px;
  width: 100%;
}
.testimonial-second-main-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/testimonial-overlay1.png);
}
.testimonial-second-left {
  padding: 120px 0px 0px 50px;
}
.testi-sec-lft-h4 {
  color: #0c121d;
}
.tsec-lfft {
  color: #fff;
}
.testi-second-lft-p {
  font-family: Muli, sans-serif;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0;
  /* color: #6d7a8c; */
  color: #fff;
  text-transform: none;
  font-style: normal;
  text-align: justify;
  width: 83%;
}
.testimonial-second-right {
  padding: 120px 0px 0px 85px;
}
.testimonial-second-right-content {
  background: #fff;
  padding: 25px 45px;
  position: relative;
  border-radius: 10px;
}
.testimonial-second-right-overlay {
  position: absolute;
  height: 100px;
  width: 100px;
  top: -50px;
  left: -68px;
  border: 6px solid #fff;
  border-radius: 5px;
}
.creativesplanet-box-desc {
  padding-bottom: 5px;
  padding-top: 0;
}
.testimonial-second-right-para p {
  font-size: 24px;
  text-align: justify;
}
.testimonial-second-right-name-icon {
  display: flex;
  justify-content: space-between;
}
.cspt-designation {
  color: #6d7a8c;
}
.creativesplanet-box-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700 !important;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 25px;
  color: var(--color-org);
}
.sec-rgt-icon i {
  font-size: 65px;
  color: var(--color-org);
}
/* --------------------------testimonial-second----------------- */

/* ----------------------hotel-gallery-main------------------- */
.hotel-gallery-photo {
  position: relative;
  overflow: hidden;
}
.hotel-gallery-photo img {
  transition: 0.4s linear;
}
.hotel-gal:hover .hotel-gallery-photo img {
  transform: scale(1.1);
}
/* .h-indus{
  height: 385px;
  width: 100%;
  border-radius: 5px;

} */
/* ----------------------hotel-gallery-main------------------- */

/* ----------------hr-adviser----------------- */
.hr-adviser {
  height: 300px;
  width: 100%;
  background-image: url(../images/n-bg-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hr-adviser-left {
  display: flex;
  gap: 20px;
  padding: 100px 0 0 100px;
}
h4.cspt-ihbox-subheading {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}
h2.cspt-ihbox-heading02 {
  font-size: 48px;
  line-height: 55px;
  color: var(--color-org);
}
.adviser-1 i {
  font-size: 60px;
  color: #fff;
}
.hr-adviser-right {
  padding: 100px 0 0 100px;
}
button.hr-adviser-btn {
  float: right;
  background: transparent;
  border: 4px solid #fff;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  letter-spacing: 1.2px;
}
button.hr-adviser-btn a {
  color: #fff;
}
/* ----------------hr-adviser----------------- */

/* --------------------------about-page-------------------- */

/* --------------------------hotel-service-main---------------- */
.hotel-service-main {
  height: 400px;
  width: 100%;
  background-image: url(../images/hotel-ban01.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hotel-service-main-overlay-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 200px;
  color: #fff;
}
.ban-h1 {
  font-size: 50px;
}
.para {
  font-size: 18px;
  text-align: justify;
}
.explore-hotel-card-content {
  display: flex;
  /* justify-content: space-around; */
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.explore-hotel-card-head h4 {
  margin: 20px 0px 20px 28px;
  color: var(--color-org);
}
.explore-hotel-card {
  /* padding: 30px 25px; */
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
  border: 1px solid #dce5e7;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
button.hotel-card-enq-btn {
  padding: 10px 25px;
  border-radius: 5px;
  background: var(--color-org);
  border: none;
}
button.hotel-card-enq-btn a {
  color: #fff;
}
.explore-hotel-card-photo {
  position: relative;
  overflow: hidden;
}
.explore-hotel-card-photo img {
  transition: 0.4s linear;
}
.explore-hotel-card:hover .explore-hotel-card-photo img {
  transform: scale(1.1);
}
.hotel-img {
  width: 100%;
  height: 300px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.hotel-ban1 {
  height: 500px;
  width: 100%;
  border-radius: 5px;
}
.h-indus {
  height: 385px;
  width: 100%;
  border-radius: 5px;
}
.hotel-img2 {
  height: 300px;
  width: 100%;
  border-radius: 5px;
}
.h-gallery {
  height: 300px;
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.mrg-15 {
  margin-top: 20px;
}
/* --------------------------hotel-service-main---------------- */

/* -------------------------airport-industry-main-------------- */
.airport-industry-main {
  height: 400px;
  width: 100%;
  background-image: url(../images/hotel-gallery/airport-industry-ban1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.airport-industry-main-overlay-text {
  color: #fff;
  padding-top: 100px;
  margin-left: 100px;
}
/* -------------------------airport-industry-main-------------- */

/* -------------------------travel-service-main-------------- */

.travel-service-main {
  height: 400px;
  width: 100%;
  background-image: url(../images/travel-gallery/travel-ban01.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.travel-service-main-overlay-text {
  color: #f51a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 200px;
}
.travel-img1 {
  height: 420px;
}
/* -------------------------career-banner-main-------------- */

.career-banner {
  height: 400px;
  width: 100%;
  background-image: url(../images/career-gallery/career-ban1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.career-banner-overlay-text {
  padding-top: 250px;
  padding-left: 100px;
  color: #0aadeb;
}
.career-img1 {
  border-radius: 5px;
}
.career-opportunity-ul li i {
  font-size: 20px;
  margin-top: 20px;
  margin-right: 15px;
  color: #0aadeb;
}
.accordion-button:not(.collapsed) {
  color: var(--color-org) !important;
  font-weight: bold !important;
  font-family: "Lato", sans-serif;
  background-color: transparent !important;
}
.txt-bg {
  background: #374b68;
  padding: 20px;
  border-radius: 10px;
}
button.content-enrol-btn.mt-4 {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: #ffffff;
}
.cabin-para {
  font-size: 18px;
  text-align: justify;
  color: #fff;
}
.cabin-crew2-img {
  height: 500px;
  border-radius: 5px;
}
.hotel-management1 {
  border-radius: 5px;
}
.mobileNLbg {
  display: none;
}
.jiva-offer-banner {
  display: flex;
  flex-direction: column;
}
/* -------------------------career-banner-main-------------- */

/* ---------------------------contact------------------------------- */

/* --------------------contact-page---------------- */
.contact-baner {
  height: 400px;
  width: 100%;
  background-image: url(../images/contact-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background: #fd9e0085; */
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-name {
  padding-top: 25px;
}
.contact-link {
  float: right;
  padding-top: 25px;
}
.contact-link a {
  color: #111;
}
/* -------------------contact-form-baner---------------- */
.contact-form-baner {
  margin-top: 40px;
}
.tp-contact-breadcrumb-content {
  padding-right: 30px;
}
.tp-contact-breadcrumb-title {
  font-size: 48px;
  font-weight: 600;
}
.tp-contact-breadcrumb-box {
  position: relative;
  padding: 0px 80px 50px;
  background: var(--tp-common-white);
  border-radius: 0px 0px 5px 5px;
  /* box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06); */
  box-shadow: 0px 3px 6px #0aadeb;
}
.tp-contact-breadcrumb-social {
  position: absolute;
  border-radius: 0px 5px 5px 0px;
  bottom: 85px;
  right: -50px;
  background: linear-gradient(
    90deg,
    rgb(214 175 84) 0%,
    rgb(174 132 46) 35%,
    rgb(217 178 86) 100%
  );
  padding: 20px 16px 20px 18px;
}
.tp-contact-breadcrumb-social a:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-contact-breadcrumb-social a {
  display: block;
  font-size: 16px;
  color: var(--tp-common-white);
}
.tp-contact-breadcrumb-content input,
.tp-contact-breadcrumb-content textarea {
  height: 80px;
  background: var(--tp-common-white);
  border: 1px solid #0aadeb;
  border-radius: 5px;
  margin-bottom: 30px;
  resize: none;
  font-size: 16px;
  background: #fff;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #0aadeb;
}
.tp-contact-breadcrumb-btn .tp-btn {
  width: 100%;
  padding: 22px 44px;
  border-radius: 5px;
  border-color: var(--color-org);
  background: var(--main-background-org);
  color: #111;
  font-size: 20px;
  font-weight: 600;
}
.tp-contact-breadcrumb-item {
  padding: 34px 10px 30px 30px;
  background: black;
  border: 1px solid #0aadeb;
  border-radius: 5px;
}
.mb-40 {
  margin-bottom: 40px;
}
.tp-contact-breadcrumb-item-icon {
  margin-right: 30px;
}
.tp-contact-breadcrumb-item-icon i {
  font-size: 40px;
  color: var(--color-org);
  margin-top: 13px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.tp-contact-breadcrumb-item-content {
  color: #ffffff;
}
.tp-contact-breadcrumb-item-content a {
  color: white;
}
/* -------------------contact-form-baner---------------- */
.cer-bg1 {
  background-image: url(../images/form1.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  /* margin-top: 187px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* --------------------contact-page---------------- */

/* ----------------------contact--------------------- */

/* ------------------------packages------------------------- */

/* ------------------------domestic-packages------------------------- */
.dom-ban1 {
  width: 100%;
  height: 400px;
  background-image: url(../images/international-gallery/internation-ban4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dom-ban2 {
  width: 100%;
  height: 400px;
  background-image: url(../images/international-gallery/internation-ban2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dom-ban3 {
  width: 100%;
  height: 400px;
  background-image: url(../images/international-gallery/internation-ban5.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.domestic-banner-overlay-text {
  color: #fff;
  margin-left: 67px;
  padding-top: 61px;
}
.domestic-banner-overlay-text h5 {
  font-size: 40px;
  line-height: 14px;
}
.domestic-banner-overlay-text h1 {
  font-size: 77px;
  line-height: 73px;
}
.explore-domestic-card {
  background: #d1caca36;
  box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
  border: 1px solid var(--color-org);
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 5px;
  border-bottom: 5px solid;
  height: 580px;
}
.explore-domestic-card:hover {
  transform: translateY(-20px);
}
.explore-domestic-card-photo {
  position: relative;
  overflow: hidden;
}
.explore-domestic-card-photo img {
  transition: 0.4s linear;
}
.explore-domestic-card:hover .explore-domestic-card-photo img {
  transform: scale(1.1);
}
.explore-domestic-card-content {
  padding: 0px 10px;
}
.explore-domestic-card-head {
  color: var(--color-org);
}

.pr-spn {
  color: var(--color-org);
  font-weight: 900;
}
.timing {
  font-weight: 600;
}
.explore-svg-horizon img {
  margin-right: 10px;
}
.explore-svg-horizon {
  display: flex;
  gap: 13px;
  margin-top: 15px;
}
.explore-card-day {
  display: flex;
  /*gap: 65px;*/
  justify-content: space-between;
}
.sight {
  margin-left: 19px;
}
.card-para {
  text-align: justify;
}
.pr-spn {
  font-size: 20px;
}
.explore-card-btn {
  padding: 8px 68px;
  border-radius: 8px;
  margin-left: 34px;
  background: var(--color-org);
  border: none;
  color: #fff;
}
.explore-card-btn a {
  color: #fff;
}
.explore-tourbutton {
  padding: 10px 0px;
}
.explore-dom-head {
  font-size: 50px;
  letter-spacing: 2px;
}
.explore-card-pht {
  height: 200px;
  width: 100%;
}
.explore-domestic-card-head {
  padding-top: 6px;
}
/* ------------------------domestic-packages------------------------- */

/* --------------------------international-packages------------------ */
.inter-ban1 {
  width: 100%;
  height: 400px;
  background-image: url(../images/international2-gallery/international2-ban2.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inter-ban2 {
  width: 100%;
  height: 400px;
  background-image: url(../images/international2-gallery/international2-ban3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inter-ban3 {
  width: 100%;
  height: 400px;
  background-image: url(../images/international2-gallery/international2-ban4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.international-banner-overlay-text {
  color: #fff;
  margin-left: 67px;
  padding-top: 61px;
}
.international-banner-overlay-text h5 {
  font-size: 40px;
  line-height: 14px;
}
.international-banner-overlay-text h1 {
  font-size: 77px;
  line-height: 73px;
}
/* --------------------------international-packages------------------ */

/* ------------------------packages------------------------- */

/* -------------------------book-now-price----------------- */
.tour-booking-section {
  margin: 40px auto 80px;
}

.tour-booking-wrapper {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
}

.tour-booking-box {
  margin: 0 auto;
}

.book-form {
  padding: 10px !important;
  border-radius: 16px !important;
  background: var(--main-background-org);
}

.book-form p {
  font-size: 26px;
  line-height: 38px;
  font-family: "Roboto Condensed", sans-serif;
}

.booking-box p {
  font-size: 20px !important;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
  line-height: 28px;
  font-family: "Inter", sans-serif;
}

.booking-box label {
  font-size: 20px !important;
  line-height: 32px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}

.booking-box input {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
}

.btn-login {
  margin-left: 0px;
}

.tour-booking-btn {
  margin: 0 auto !important;
  padding: 12px 36px !important;
  border-radius: 12px !important;
  border: none !important;
}

.tour-booking-pack-detail {
  border-radius: 16px;
  border: 1px solid #008000;
  background: #f2fff680;
}

.tour-booking-pack-detail h3,
.tour-booking-pack-detail h5 {
  font-family: "Roboto Condensed", sans-serif;
}

.tour-booking-pack-detail p,
.tour-booking-term-line p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #000;
}

.tour-booking-from {
  width: 75%;
  margin: 0 auto;
}

.tour-booking-pay-comp-image {
  width: 100px;
  height: 60px;
  overflow: hidden;
}

.tour-booking-pay-comp-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.package-payment-image {
  border-radius: 10px;
  overflow: hidden;
}

/* hover effect  */
.tour-booking-btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 11;
  color: #fff;
}

.tour-booking-btn::before {
  content: "";
  position: absolute;
  background-color: #0aadeb;
  color: #fff;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  transform: translate(-50%, -50%);
  z-index: -11;
  transition: all 0.5s ease;
}

.tour-booking-btn:hover::before {
  width: 0;
  height: 0;
  z-index: 111;
}

.tour-booking-btn:hover {
  color: #0aadeb;
  animation: shake 0.5s ease;
}

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(-10px, 0);
  }

  40% {
    transform: translate(10px, 0);
  }

  60% {
    transform: translate(-10px, 0);
  }

  80% {
    transform: translate(10px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}
/* ---------------------book-now-price---------------- */

/* -----------------footer--------------------- */
.footer {
  background: var(--main-background-blc) !important;
  color: #d8d7d7;
  padding: 10px 25px;
}
.footer-nav-name {
  color: var(--color-yel);
}
.footer-nav-list {
  display: flex;
  gap: 20px;
}
.footer-nav-part {
  display: flex;
  gap: 10px;
}
.footer-etrick {
  display: flex;
  gap: 20px;
}
.footer-etrick-icon {
  height: 50px;
  width: 50px;
  background-color: var(--main-background-org);
  color: white;
}
.footer-etrick-icon i {
  font-size: 35px;
  margin-left: 10px;
  margin-top: 6px;
}
.footer-iconed {
  font-size: 20px;
  margin-top: -14px;
}
.footer-iconed i {
  margin-right: 15px;
  /* color: var(--color-org); */
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #0aadeb;
  padding-top: 14px;
  font-size: 25px;
  margin-top: 3px;
}
.footer-iconed i:hover {
  background: #fff;
  color: var(--color-org);
}
.footer-etrick-img {
  height: 100px;
  width: 100px;
}
/* .footer-copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
 } */
.footer-support a {
  color: #d8d7d7;
}
img.img-fluid.trust-ft {
  width: 200px;
}
.visa-img {
  width: 70px;
  height: 35px;
}
.visa-img1 {
  width: 48px;
  height: 40px;
}
.visa-img2 {
  width: 120px;
  height: 40px;
}
.footer-sub-head h5 {
  color: var(--color-org);
}
.col-icon {
  color: var(--color-org);
}
/* -----------------footer--------------------- */
.colr-h6 {
  color: var(--color-org);
}
.colr-h1 {
  color: var(--color-org);
}
.footln {
  position: relative;
}
.footln:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 2px;
  top: 125%;
  left: 0;
  background: var(--main-background-org);
}
.footln1 {
  position: relative;
}
.footln1:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 2px;
  top: 125%;
  left: 0;
  background: var(--main-background-org);
}
.footln2 {
  position: relative;
}
.footln2:after {
  content: "";
  position: absolute;
  width: 37%;
  height: 2px;
  top: 125%;
  left: 0;
  background: var(--main-background-org);
}
.footln3 {
  position: relative;
}
.footln3:after {
  content: "";
  position: absolute;
  width: 18%;
  height: 2px;
  top: 125%;
  left: 0;
  background: var(--main-background-org);
}

/* ----------------------------------------------- */
:root {
  --main-background-gr: #27ab43;
  --main-background-blc: #1c1c1c;
  --main-background-org: #0aadeb;
  --color-gr: #27ab43;
  --border-gr: #27ab43;
  --border-org: #f47a27;
  --color-yel: #ffcc01;
  --color-wht: #fff;
  --color-blc: #1c1c1c;
  --color-org: #0aadeb;
  --color-icon: #0aadeb;
}
@media (min-width: 320px) and (max-width: 1024px) {
    .navbar-brand {
        margin: 0 !important;
    }
}
