@charset "UTF-8";
/* -------------------------------------------------------
stylesheet
------------------------------------------------------- */
/* CSS Document */
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-400-Book.woff2') format('woff2'), font-weight:400;
  font-style: normal;
}

html, /* ======= Basic style ======= */ html, body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
body {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75em;
  color: #676977;
  overflow-x: hidden !important;
}
p {

  font-size: 14px;
  font-weight: 400;
  line-height: 1.75em;
  color: #676977;
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {

  font-weight: 600;
  line-height: 1em;
  margin: 0 0 20px 0;
  color: #0f2454;
}
img {
  width: 100%;
  height: auto;
}
img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f5f8;
}
span, a, a:hover {
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: 400;
  color: #2C3B89;
}
/* text field */
input[type="password"]:focus, input[type="email"]:focus, input[type="text"]:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, textarea:focus {
  outline: none;
}
input[type="password"], input[type="email"], input[type="text"], input[type="file"], textarea {
  outline: none;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 8px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #676977;
}
input:focus, textarea:focus {
  border-bottom-width: 1px;
  border-color: #2C3B89;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  background: transparent;
  border: 0px solid transparent;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
  border: 0px solid transparent;
}
select {
  padding: 10px;
  border-radius: 5px;
}
table, th, tr, td {
  border: 1px solid #cecece;
}
th, tr, td {
  padding: 10px;
}
input[type="radio"], input[type="checkbox"] {
  display: inline;
}
input[type="submit"] {
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  background: #2C3B89;
  color: #fff;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 16px;
  letter-spacing: 2px;
}
.alert-success {
  background: transparent;
  color: #676977;
  border: 1px solid #2C3B89;
  border-radius: 0px;
}
/* placeholder */ ::-webkit-input-placeholder {
  color: #676977;
  font-size: 16px;
  font-weight: 400;
}
:-moz-placeholder {
  color: #676977;
}
::-moz-placeholder {
  color: #676977;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #676977;
}
/* blockquote */
blockquote {
  padding: 45px;
  display: block;
  position: relative;
  background-color: #f4f5f8;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #676977;
}
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}
blockquote:before {
  content: '\e645';
  font-family: 'Themify';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #0f2454;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #2C3B89;
  font-weight: 400;
}
blockquote cite:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #2C3B89;
}
/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
/* important */
.o-hidden {
  overflow: hidden;
}
.back-position-center {
  background-position: center;
}
.position-re {
  position: relative;
}
.full-width {
  width: 100%;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.pattern {
  background-repeat: repeat;
  background-size: auto;
}
.bold {
  font-weight: 600;
}
.count {
  font-family: 'Jost', sans-serif;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
}
.js .animate-box {
  opacity: 0;
}
/* background & color */
.bg-navy {
  background: #0f2454;
}
.bg-lightnav {
  background: #f4f5f8;
}
.color-1 {
  color: #fff;
}
.color-2 {
  color: rgba(255, 255, 255, 0.8);
}
/* ======= Selection style ======= */ ::-webkit-selection {
  color: #fff;
  background: #2C3B89;
}
::-moz-selection {
  color: #fff;
  background: #2C3B89;
}
::selection {
  color: #fff;
  background: #2C3B89;
}
/* ======= Section style ======= */
.section-padding {
  padding: 70px 0;
}
.banner-padding {
  padding: 150px 0;
}
.section-padding2 {
  padding: 0 0 120px 0;
}
.section-padding h6 {
  color: #2C3B89;
  font-size: 20px;
  margin-bottom: 20px;
}
.section-subtitle {
  color: #2C3B89;
  font-size: 13px;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 5px;
}
.section-subtitle span {
  color: #2C3B89;
}
.section-title {
  font-size: 45px;
  line-height: 1.2em;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  color: #0f2454;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-title span {
  color: #2C3B89;
}
.text-just {
  text-align: justify;
}
.section-title2 {
  font-size: 32px;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  color: #2C3B89;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.section-subtitle2 {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: #2C3B89;
  margin-bottom: 5px;
}
.section-title2 span {
  color: #fff;
}
.section-title i, .section-title span i {
  color: #2C3B89;
}
/* ======= Navbar style ======= */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 90px;
}
.navbar .container {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-scroll .container {
  border: none;
}
.navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler-icon, .navbar .icon-bar {
  color: #FFF;
}
.navbar .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 1px;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Jost', sans-serif;
}
.navbar .navbar-nav .nav-link.nav-color {
  color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
  color: #DF7121;
}
.navbar .navbar-nav .active {
  color: #2C3B89 !important;
}
.navbar .navbar-nav .active i {
  color: #2C3B89;
}
.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}
.nav-scroll .navbar-toggler-icon, .nav-scroll .icon-bar {
  color: #2C3B89;
}
.nav-scroll .navbar-nav .nav-link {
  color: #0f2454;
}
.nav-scroll .navbar-nav .active {
  color: #2C3B89 !important;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #fff;
}
.nav-scroll .logo-img {
  width: 140px;
}
.nav-scroll .logo-img {
  margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
  font-family: 'Jost', sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: block;
  width: 100%;
  position: relative;
  color: #2C3B89;
  margin-bottom: 0;
  padding: 23px 0;
}
.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  color: #0f2454;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0px;
  line-height: 1.2em;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
  float: left;
}
.logo-wrapper .logo h2 {
  font-family: 'Jost', sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  padding: 23px 0;
}
.logo-wrapper .logo h2 a i {
  color: #fff;
  font-size: 20px;
  vertical-align: super;
}
.logo-wrapper .logo span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0px;
  line-height: 1.2em;
}
.logo {
  padding: 0;
}
.logo-img {
  padding: 20px 0;
  width: 140px;
  text-align: center;
}
.dropdown .nav-link i {
  padding-left: 0px;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.9);
}
.nav-scroll .dropdown .nav-link i {
  color: rgba(15, 36, 84, 0.5);
}
.nav-scroll .navbar-nav .active i {
  color: #fff;
}


.navbar .dropdown-menu .dropdown-item {
  padding: 7px 0;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #0f2454;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: transparent;
	
}
.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item, .navbar .dropdown-menu .dropdown-item.active, .navbar .dropdown-menu .dropdown-item:hover {
  color: #2C3B89;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}
.navbar .dropdown-menu li {
  border-bottom: 1px solid rgba(15, 36, 84, .03);
}
.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 190px;
    padding: 15px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -10px;
    right: auto;
    min-width: 190px;
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-scroll {
    background: #fff;
  }
  .logo-wrapper {
    float: left;
    padding: 26px 0 26px 15px;
  }
  .nav-scroll .logo-wrapper {
    padding: 21px 15px;
    background-color: transparent;
  }
  .nav-scroll .logo-img {
    width: 140px;
  }
  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }
  .nav-scroll .logo {}
  .logo-img {
    margin-bottom: 0px;
    width: 140px;
    padding: 0;
  }
  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    margin-top: 10px;
    border: none;
  }
  .navbar button:hover {
    background: transparent;
  }
  .navbar button:active, .navbar button:focus, .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }
  .navbar .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar .nav-link {
    margin: 0px auto !important;
  }
  .navbar .navbar-nav .nav-link {
    color: #0f2454;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #0f2454 !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #2C3B89 !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0 15px;
    font-size: 16px;
    line-height: 40px;
  }
  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 400;
  }
  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 13px;
  }
  .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
    transform: rotate(0deg);
  }
  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: none;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown .nav-link i {
    color: rgba(15, 36, 84, 0.5);
  }
  .nav-scroll .dropdown .nav-link i {
    color: rgba(15, 36, 84, 0.5);
  }
  .nav-scroll .dropdown .nav-link.active i {
    color: #2C3B89;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    max-height: 450px;
    overflow: auto;
    background: #fff;
    text-align: left;
    padding: 20px;
  }
}
/* ======= Header style ======= */
.header {
  min-height: 100vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h2 {
  font-weight: 400;
  font-size: 30px;
}
.header .caption span i.star-rating {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
.header .caption h4 {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.header .caption h1 {
  position: relative;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  font-size: 75px;
  text-transform: uppercase;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}
.header .caption h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.header .caption p {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 0;
  color: #fff;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  margin-right: 15px;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0f2454;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .butn-light {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
.header .caption .butn-dark {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
.header .caption .butn-dark a {
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  background: #2C3B89;
  color: #fff;
  padding: 13px 25px;
  margin: 0;
  position: relative;
  font-size: 16px;
}
.header .social a {
  color: #eee;
  font-size: 20px;
  margin: 10px 15px;
}
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider-fade .item .caption {
  z-index: 9;
}
/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
  position: absolute;
  bottom: 3%;
  right: 12%;
}
.slider-fade .owl-prev {
  float: left;
}
.slider-fade .owl-next {
  float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  margin-right: 3px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid #2C3B89;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .slider-fade .owl-nav {
    display: none;
  }
}
/* owl-dots for slider */
.slider-fade .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  margin-top: 0px;
  line-height: .7;
  display: block;
}
.slider-fade .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.slider-fade .owl-dots .owl-dot.active span, .slider-fade .owl-dots .owl-dot:hover span {
  background: #2C3B89;
  border: 1px solid #2C3B89;
}
/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .item .caption {
  z-index: 9;
}
/* owl-dots */
.slider .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 3%;
  right: 12%;
  text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #2C3B89;
  border: 1px solid #2C3B89;
}
/* bounce */
.header .arrow {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 8;
}
.header .arrow.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.header .arrow i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
}
.header .arrow i:hover {
  border: 1px solid #fff;
}
.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
/* ======= Page Banner Header style ======= */
.banner-header {}
.banner-header h1 {
  font-size: 45px;
  color: #0f2454;
  position: relative;
  line-height: 1.2em;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banner-header h1 span {
  color: #FFF;
}
.banner-header h1 i {
  color: #2C3B89;
}
.banner-header h5 {
  color: #fff;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 10px;
  font-weight: 400;
}

.banner-header {
  position: relative; /* Required for overlay positioning */
  overflow: hidden; /* Ensure overlay doesn't spill out */
}

.banner-header .container {
  position: relative;
  z-index: 2; /* Content above overlay */
}

.banner-header.bg-img {
  background-size: cover;
  background-position: center;
}

.banner-header .caption h5 {
  color: #fff; /* White for readability on dark overlay */
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.banner-header .caption h1 {
  color: #fff; /* White for main heading */
  font-size: 2.5rem;
  font-weight: bold;
}

.banner-header .caption h1 span {
  color: #FFAC1C;
}

.banner-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1; 
}
@media screen and (max-width: 767px) {
  .banner-header {}
  .banner-header h5 {}
  .banner-header h1 {
    font-size: 40px;
  }
}
/* hr style */
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
}
hr.border-1 {
  border-top: 1px solid rgba(106, 177, 191, 0.2);
}
hr.border-2 {
  border-top: 1px solid rgba(106, 177, 191, 0.2);
  margin-bottom: 25px;
  margin-top: 10px;
}
/* button link */
.link-btn {
  display: inline-block;
  position: relative;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.link-btn i {
  margin-left: 3px;
  font-size: 16px;
  color: #2C3B89;
}
.link-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #2C3B89;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.link-btn:hover::before {
  width: 100%
}
/* ======= Blog style ======= */
}
/* ======= Blog 2 style ======= */
.blog2 .item {
  margin-bottom: 30px;
}
.blog2 .post-img {
  position: relative;
  overflow: hidden;
}
.blog2 .post-img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.blog2 .post-img a {
  display: block;
}
.blog2 .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog2 .post-img .date {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  padding: 12px 12px;
  text-align: center;
  background: #2C3B89;
}
.blog2 .post-img .date span {
  font-family: 'Jost', sans-serif;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5em;
}
.blog2 .post-img .date i {
  font-family: 'Jost', sans-serif;
  display: block;
  font-size: 20px;
  font-style: normal;
  color: #fff;
  font-weight: 600;
}
.blog2 .post-cont {
  padding: 30px 0;
}
.blog2 .post-cont .tag {
  display: block;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  color: #2C3B89;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blog2 .post-cont h5 {
  font-size: 30px;
}
.blog2 .post-cont h5 a {
  color: #0f2454;
}
.blog2 .post-cont h5 a:hover {
  color: #0f2454;
}
.blog2 .post-cont .date {
  font-family: 'Jost', sans-serif;
  margin-top: 0px;
  font-size: 13px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blog2 .post-cont .date a {
  color: #2C3B89;
}
.blog2 .post-cont i {
  color: #ccc;
  margin: 0 10px;
  font-size: 13px;
}
/* blog sidebar */
.destination-sidebar .widget {
  background: #fff;
  padding: 30px 30px 15px 30px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px 0 rgba(5.999999999999997, 30.00000000000003, 98.00000000000001, .08);
}
.destination-sidebar .widget ul li p {
  margin-left: 105px !important;
  font-size: 14px;
  color: #676977;
  display: block;
}
.destination-sidebar .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.destination-sidebar .widget ul li {
  margin-bottom: 15px;
  color: #676977;
  font-size: 16px;
  line-height: 1.5em;
	font-weight: 500;
}
.destination-sidebar .widget ul li a {
  color: #2C3B89;
}
.destination-sidebar .widget ul li a.active {
  color: #2C3B89;
}
.destination-sidebar .widget ul li a:hover {
  color: #676977;
}
.destination-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.destination-sidebar .widget ul li i {
  font-size: 9px;
  margin-right: 10px;
}
.destination-sidebar .widget .recent li {
  display: block;
  overflow: hidden;
}
.destination-sidebar .widget .recent .thum {
  width: 90px;
  overflow: hidden;
  float: left;
}
.destination-sidebar .widget .recent a {
  display: block;
  margin-left: 105px;
}
.destination-sidebar .widget-title {
  margin-bottom: 20px;
}
.destination-sidebar .widget-title h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid #e6eaf6;
  font-size: 20px;
  line-height: 1.75em;
  margin-bottom: 15px;
  color: #0f2454;
}

.more {
  color: #2C3B89;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 0 0 0;
  text-align: right;
  border-top: 1px solid #e6eaf6;
  margin-top: 17px;
}
/* ======= Contact style ======= */
.contact h3 {
  font-size: 27px;
  color: #0f2454;
}
.map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* ======= Footer style ======= */
.footer {
  background: #1B1A4D;
}
.footer h3 {
  font-size: 20px !important;
  color: #fff;
}

.footer .widget .widget-title {
  font-size: 20px;
  display: inline-block;
  position: relative;
  color: #fff;
}
/* main footer */
.main-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .widget-area .widget {
  padding: 45px 0;
}
.main-footer .widget-area .widget p {
  color: rgba(255, 255, 255, 10);
}
/* usefull links */
.footer .usful-links ul {
  margin: 0;
  padding: 0;
}
.footer .usful-links ul li {
  margin-bottom: 5px;
  font-size: 13px;
}
.footer .usful-links ul li:hover {
  color: #FFCC33;
}
.footer .usful-links ul li i {
  font-size: 7px;
  margin-right: 3px;
}
.footer .usful-links ul li a {
  color: rgba(255, 255, 255, 10);
  position: relative;
  padding-left: 0px;
}
.footer .usful-links ul li a:hover {
  color: #FFCC33;
}
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact ul li {
  margin-bottom: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}
/* bottom footer */
.footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  flex-wrap: wrap; /* responsive */
}
.footer-left img {
  height: 70px; /* fixed height */
  margin-right: 10px;
  width: auto;
}
.footer-right {
  padding-right: 10px;
  margin-right: 0px;
}
.footer-right .social-icon {
  color: white;
  font-size: 18px;
  margin-left: 20px;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-right .social-icon:hover {
  color: #f39c12;
}
.copyright-area .copyright-content {
  border-top: 1px solid #444444;
  padding: 30px 0px;
  margin-top: 40px;
}
.copyright-area .copyright-content .copyright-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.86;
  text-align: left;
  color: #7b7b7b;
}
.copyright-area .copyright-content .copyright-text a {
  color: #fff;
}
.copyright-area .copyright-content .copyright-text a:hover {
  color: #ffb400;
}
.copyright-area .copyright-content .copyright-menu {
  float: right;
  margin: 0px;
  padding: 0px;
}
.copyright-area .copyright-content .copyright-menu li {
  list-style-type: none;
  display: inline-block;
}
.copyright-area .copyright-content .copyright-menu li a {
  font-size: 14px;
  line-height: 1.86;
  text-align: right;
  color: #7b7b7b;
  text-decoration: none;
  border-left: 1px solid #7b7b7b;
  padding: 0px 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.copyright-area .copyright-content .copyright-menu li a:hover {
  color: #ffb400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.copyright-area .copyright-content .copyright-menu li:first-child a {
  border-left: none;
}
/* newsletter */
.widget-newsletter {
  position: relative;
}
.widget-newsletter input {
  height: 60px;
  width: 100%;
  border: none;
  background: #fff;
  font-size: 16px;
  color: #676977;
  outline: none;
  padding: 0 90px 0 20px;
}
.widget-newsletter button {
  height: 50px;
  border: none;
  background: #2C3B89;
  font-size: 16px;
  color: #fff;
  outline: none;
  padding: 0 25px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
}
.widget-newsletter button:hover {
  background: #1288a2;
}
@media screen and (max-width: 767px) {
  .footer-contact-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0px;
  }
}
/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark], [data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container, [data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before, [data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #0f2454;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1, [data-overlay-dark] h2, [data-overlay-dark] h3, [data-overlay-dark] h4, [data-overlay-dark] h5, [data-overlay-dark] h6, [data-overlay-dark] span {
  color: #fff;
}
[data-overlay-light] h1, [data-overlay-light] h2, [data-overlay-light] h3, [data-overlay-light] h4, [data-overlay-light] h5, [data-overlay-light] h6, [data-overlay-light] span {
  color: rgba(255, 255, 255, 0.8);
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-light] p {
  color: rgba(255, 255, 255, 0.8);
}
[data-overlay-dark="0"]:before, [data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before, [data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before, [data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before, [data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before, [data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before, [data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before, [data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before, [data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before, [data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before, [data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before, [data-overlay-light="10"]:before {
  opacity: 1;
}
/* ======= Responsive style ======= */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media screen and (max-width: 991px) {
  .bg-fixed {
    background-attachment: scroll !important;
  }
  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header .caption h1 {
    font-size: 40px;
    margin-bottom: 15px;
    letter-spacing: 4px;
    line-height: 1.2em;
  }
  .header .caption h4 {
    font-size: 13px;
    line-height: 1.75em;
  }
  .header .caption p {
    font-size: 16px;
    margin-right: 10px;
  }
  .header .caption .butn-light {
    margin-right: 10px;
  }
  .about #circle {
    display: none;
  }
  .dynamic-video-wrapper .wrap-content h1, .dynamic-video-wrapper .wrap-content .h1 {
    font-size: 32px;
  }
  .dynamic-video-wrapper .wrap-content h4, .dynamic-video-wrapper .wrap-content .h4 {
    font-size: 14px;
  }
  .numbers .item img {
    display: none;
  }
  .portfolio .filtering span {
    margin-bottom: 10px;
  }
  .blog .item .con h5, .blog .item .con h5 a {
    font-size: 20px;
  }
  .post-comment-section h3 span {
    margin-left: 0px;
  }
}
/*------ Itinerray Page ------*/ :root {
  --container-pt: 60px;
}
.services-details {
  position: relative;
  padding: 0 0 70px;
}
.mr-10 {
  margin-right: 10px !important;
}
section > .auto-container {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}
.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}
section > .auto-container {
  padding-top: 36px;
  padding-bottom: 36px;
}
.text-justify {
  text-align: justify;
}
h1 {
  font-size: 1.25rem;
}
h2, h3 {
  font-size: 1.7rem ;
}
h5, h6 {
  font-size: 0.8rem ;
}
h4 {
  font-size: 1.5rem ;
}
/*---itinerary page ----*/
.twocol {
  list-style: none;
  display: block;
  padding-left: 0px;
}
.twocol li:first-child {
  padding-right: 30px;
}
.twocol li {
  display: inline-block;
  font-size: 14px;
}
.services-details__content h2 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}
.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-theme-color2);
}
.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  border-radius: 10px 10px 0 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 15px;
  cursor: pointer;
  padding: 12px 30px;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #fff;
}
.accordion-box .block .acc-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 50%;
  height: 35px;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 2;
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  background-color: #2C3B89;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.accordion-box .block .acc-btn.active .icon {
  color: var(--text-color-bg-theme-color2);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\0207B";
  font-size: 14px
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 10px 30px;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 14px;
  line-height: 27px;
  color: var(--text-color-dark);
  margin-bottom: 0;
  text-align: justify;
}
.accordion-box .block .acc-content.current {
  display: block;
}

.content span{
  font-weight: 600; /* Slightly bolder than normal text */
  color: #1a3c34; /* Dark teal, inspired by Munnar's greenery */
  padding: 0.2rem 0.4rem; /* Subtle padding for a "highlighted" effect */
  border-radius: 4px; /* Rounded corners for a soft look */
  transition: background-color 0.3s ease; /* Smooth hover transition */
}

.content span:hover {
  background-color: #d1e6d8; /* Slightly darker green on hover */

}

.iti-info {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 10px;
  color: #666; /* text-gray-1 equivalent */
  border-top: 1px solid #e7eaf3;
}
.iti-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.iti-info ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  padding-left: 24px; /* space for icon */
  min-width: calc(30% - 0.5rem); /* added this rule */
}
/* Individual icons */
.icon-distance::before {
  background-image: url('../img/icon/car-front.png');
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.icon-meal::before {
  background-image: url('../img/icon/meal.png');
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.icon-hotel::before {
  background-image: url('../img/icon/hotel.png');
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.icon-call::before {
  background-image: url('../img/svg/call.svg');
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.icon-email::before {
  background-image: url('../img/svg/email.svg');
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.icon-location::before {
  background-image: url('../img/icon/location.png');
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
  vertical-align: middle;
}
.icon-location-sm::before {
  background-image: url('../img/icon/location.png');
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  vertical-align: middle;
}
.icon-clock::before {
  background-image: url('../img/svg/clock.svg');
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  vertical-align: middle;
}
.flex-horizontal-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-cost {
  width: 100%;
  color: #3b444f;
  font-size: 14px;
}
.table-cost > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.table-cost tr td:not(:first-child)::before {
content: '\20B9\00A0';
}

.table-cost tr td:not(:first-child) {
  text-align: center;
}

.table-cost tr th:not(:first-child) {
  text-align: center;
}
.impt_list {
  list-style: none;
  row-gap: 10px;
  padding-left: 0px;
}

.impt_list li {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
}
.impt_list li::before {
  content: '\219D';
  position: relative;
  left: 0;

  color: #ff0000;
  line-height: 1.5;
  
}

.column h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}
.column h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
}
.column h2.green::after {
  background-color: green;
}
.column h2.red::after {
  background-color: red;
}
.font-size-16 {
  font-size: 16px !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.font-weight-bold {
  font-weight: 500 !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar {
  position: relative;
}
.sidewidget {
  box-shadow: 0 0 30px 0 rgba(5.999999999999997, 30.00000000000003, 98.00000000000001, .08);
  -webkit-box-shadow: 0 0 30px 0 rgba(5.999999999999997, 30.00000000000003, 98.00000000000001, .08);
  background-color: #fff;
  border-radius: 20px;
}
.sidewidget_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 5px;
  background-color: #2C3B89;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
}

.sidewidget_padding {padding: 24px 24px 0 24px;}

.sidewidget_title h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(230, 234, 246);
    font-size: 20px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: rgb(15, 36, 84);
}

/*----- tour index -----*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaf3;
  border-radius: 0.3125rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 1rem; 
  padding-bottom: 1rem; 
  padding-left: 1.5rem; 
  padding-right: 1.5rem; 
  position: relative; 
}
.card-title {
  margin-bottom: 1rem;
	  font-size: 18px; /* Equivalent to font-size-18 */
  font-weight: 700; /* Equivalent to font-weight-bold (700 is typically "bold") */
  color: #212529; /* Equivalent to text-dark (a dark color, similar to Bootstrap's text-dark) */
  text-decoration: none; /* Remove default underline for links */
}

.card-title:hover {
  text-decoration: underline; /* Optional: Add underline on hover for better UX */
}
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}
.card-thumb {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
}
.card.customcard {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(6, 30, 98, .08);
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.card.customcard:hover {
  box-shadow: 0 10px 60px 0 rgba(6, 30, 98, .1)
}
.card-meta {
  font-size: 14px;
  margin-top: -42px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(6, 30, 98, 0.08);
  padding: 15px 20px;
  overflow: hidden;
  display: flex; /* Simplified from -webkit-box and -webkit-flex */
  align-items: center; /* Vertically centers content */
  justify-content: center; /* Horizontally centers flex items */
  margin-bottom: 20px;
  font-weight: var(--body-font-weight-regular);
  text-align: center; /* Centers inline or inline-block text content */
}

.card-meta span {font-size:13px; color:#000; text-align: center;}
.card-meta .icon-clock::before {
  width: 15px; 
  height: 15px; 
}

.card-city {
  margin-top: 0.5rem; /* Equivalent to mt-2 */
  margin-bottom: 1rem; /* Equivalent to mb-3 */
  padding-bottom: 1rem; /* Equivalent to pb-3 */
  border-bottom: 1px solid #dee2e6; /* Equivalent to border-bottom */

}

.card-city span {font-size:13px; color:#000; text-align: center; height: 25px; }
.card-city .icon-location::before {
  width: 20px; 
  height: 20px; 
}



.card-bottom {
  display: flex; /* Mimics common card layout, adjust as needed */
  align-items: center; /* Vertically align content */
  padding: 10px; /* Optional: Add padding for spacing */
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  margin-top: auto;
}


.price-text {
  font-size: 14px; 
  color: #6c757d; 
}
.price-amount::before {
  content: "\20B9 "; 
  display: inline-block;
}
.price-amount {
  font-size: 14px;
  font-weight: 600; 
  color: #273378; 
}


.explore-link {
  font-size: 14px; 
  font-weight: 500;
  color: #ff0000; 
  text-decoration: none; 
}

.explore-link:hover {
  color:#DF7121; 
}


.arrow-icon::before {
  content: "\2192"; 
  display: inline-block;
  margin-left: 5px; 
  font-size: 14px;
  vertical-align: middle; 
}
.card-bottom a:hover {
  color: #dc834e !important;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e7eaf3;
}
.card-header:first-child {
  border-radius: calc(0.3125rem - 1px) calc(0.3125rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 1rem 1rem;
  background-color: #fff;
  border-top: 1px solid #e7eaf3;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.3125rem - 1px) calc(0.3125rem - 1px);
}
.card.custom_widecard {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(6, 30, 98, .08);
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.card.custom_widecard:hover {
  box-shadow: 0 10px 30px 0 rgba(6, 30, 98, .1)
}
.gradient-overlay-half-bg-gradient-v5 {
  z-index: 0;
  position: relative;
}
.gradient-overlay-half-bg-gradient-v5::before {
  background: linear-gradient(to top, #131313 6%, rgba(19, 19, 19, 0.2) 72%, rgba(34, 34, 34, 0) 89%, rgba(44, 44, 44, 0) 100%);
  z-index: 0;
}
.card.customcard .gradient-overlay-half-bg-gradient-v5::before {
  opacity: 0;
}
.card.customcard:hover .gradient-overlay-half-bg-gradient-v5::before {
  opacity: 1;
  z-index: 1;
}
.card.customcard .card-img-top {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1)
}
.card.customcard:hover .card-img-top {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
[class*="gradient-overlay-half"]::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.2s ease-in-out;
}

/* ---- destination Index Page ----*/


.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.destination1 .item:hover .con {
    bottom: 0;
}

.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    padding: 12px 6px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #F87D18;
}

.destination1 .item .category a {
    color: #fff;
}

.destination1 .item .category:hover {
    color: #fff;
}

.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(15, 36, 84, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
}

.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    display: inline;
}

.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}

.destination1 .item .con i {
    color: #fff;
}

.destination1 .item .con i:hover {
    color: #fff;
}

.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}

.destination1 .item .con .butn-light:hover {
    border-color: #F87D18;
}
/* line animation */

.destination1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 20px;
}

.destination1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

/* permalink */
.tours1 .item .con .permalink,
.destination1 .item .con .permalink {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.tours1 .item .con .permalink a, 
.destination1 .item .con .permalink a {
    color: #fff;
    text-align: right;
}
.tours1 .item .con .permalink i,
.destination1 .item .con .permalink i {
   font-size: 10px;
    text-align: right;
}
.tours1 .item .con .permalink a:hover,
.tours1 .item .con .permalink i:hover,
.destination1 .item .con .permalink a:hover,
.destination1 .item .con .permalink i:hover {
color: #F87D18;
}


/*-----Custom CSS----*/
.fa-inr {
  font-weight: normal; /* Remove bold */
  font-size: 14px; /* Adjust size as needed */
  color: #fff; /* Optional: set desired color */
  padding-right: 10px;
}
.info-box {
  padding: 20px;
}
.info-box h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}
.info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-box li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
}
.info-box li i.fa-check {
  color: green;
  margin-right: 8px;
}
.info-box li span {
  font-weight: bold;
  color: #2C3B89;
  margin-right: 5px;
}
/*Destination page -----*/
.sidebar-box {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-family: Arial, sans-serif;
}
.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid #2C3B89;
  padding-bottom: 8px;
}
.tour-item {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.tour-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.tour-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 12px;
}
.tour-info {
  flex: 1;
}
.tour-name {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 4px;
}
.tour-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-days {
  font-size: 13px;
  color: #666;
}
.tour-link {
  font-size: 13px;
  color: #2C3B89;
  text-decoration: none;
}
.tour-link:hover {
  text-decoration: underline;
}
/*----- Collipsable Destination page----*/
.collapsible-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.collapsible-container h2 {
  text-align: left;
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
}
.collapsible {
  background-color: #f4f5f8;
  color: #333;
  cursor: pointer;
  padding: 14px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  border-left: 3px solid #2C3B89;
}
.collapsible:hover {
  background-color: #e0e0e0;
}
.collapsible .icon {
  font-size: 20px;
  margin-left: 10px;
  color: #333;
  transition: transform 0.3s ease;
}
.content-det {
  padding: 0 20px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  border-left: 3px solid #2C3B89;
  margin-bottom: 10px;
}
.content-det p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  text-align: justify;
}
/*--places to see ----*/
.places-to-see {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}
.section-heading {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #4CAF50;
  display: inline-block;
  padding-bottom: 5px;
}
.place-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.place-item:last-child {
  border-bottom: none;
}
.place-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 6px;
  flex-shrink: 0;
}
.place-info h3 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #333;
}
.place-info h3 a:hover {
  margin: 0 0 5px;
  font-size: 18px;
  color: #2C3B89;
}
.place-info p {
  margin: 0;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  text-align: justify;
}
/* 📱 Mobile Responsive Styles */
@media (max-width: 600px) {
  .place-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .place-item img {
    margin: 0 0 10px;
  }
  .place-info h3 {
    font-size: 16px;
  }
  .place-info p {
    font-size: 14px;
  }
  .section-heading {
    font-size: 20px;
  }
}
.how-to-reach-box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.how-to-reach-box h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px solid #2C3B89;
  display: inline-block;
  padding-bottom: 5px;
}
.reach-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.reach-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.reach-item i {
  font-size: 26px;
  color: #2C3B89;
  margin-top: 5px;
  flex-shrink: 0;
}
.reach-item h4 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #222;
}
.reach-item p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.input-box {
  width: 100% !important;
  height: 40px;
  border: 0 !important;
  padding-left: 10px !important;
  box-shadow: none !important;
  border-radius: 10px;
}
.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px; /* or your desired height */
  padding-bottom: 20px;
}
.list-incl {
  padding-left: 0; /* Remove default list padding */
  font-size: 14px;
}
.list-incl li {
  display: flex;
  align-items: center; /* Replaces flex-horizontal-center for vertical alignment */
  margin-bottom: 10px;
  gap: 10px;
}
.list-incl li::before {
  content: '\2713'; /* Unicode for checkmark (?) */
  position: relative;
  left: 0;
  font-size: 1em;
  color: #28a745;
  line-height: 1.5;
}
.list-excl {
  padding-left: 0;
  font-size: 14px;
}
.list-excl li {
  display: flex;
  align-items: center; /* Replaces flex-horizontal-center for vertical alignment */
  margin-bottom: 10px;
  gap: 10px;
}
.list-excl li::before {
  content: '\2715'; /* Unicode for crosskmark (x) */
  position: relative;
  left: 0;
  font-size: 1em;
  color: #ff0000;
  line-height: 1.5;
}
.form-group {
  margin-bottom: 1.5rem;
}
/* Booking form */
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #555;
  font-weight: 500;
}
/* Input fields, textarea, and select */
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
/* Placeholder styling */
.form-group input::placeholder, .form-group textarea::placeholder {
  color: #aaa;
}
/* Textarea specific styles */
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.btn-center {
  text-align: center !important;
  justify-content: center !important;
  display: flex;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 250px;
  font-weight: bold;
  font-size: 16px;
  color: white;
  background-color: #2C3B89;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.btn:hover {
  background-color: #8396F1;
  color: #fff;
}