/*!
 * CSS Style for Bootstrap v5.0.2
 */
:root {
  --bs-primary: #0072b6;
  --bs-primary-hover: #3174b9;
  --bs-secondary: #d3a92b;
  --bs-light: #eaeaea;
  --bs-bg: #f6f6f6;
  --bs-blue: #082a84;
  --bs-dark: #1b1b1b;
  --bs-dark-hover: #423d3e;
  --fw-light: 300;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: 700;
  --font-1: "DM Serif Display", serif;
  --font-2: "Inter", sans-serif;
}

html, body {
  height: 100%;
}
html {
	scroll-behavior: auto !important;
}
body {
  font-family: var(--font-2);
  font-size: 14px;
  font-weight: var(--fw-normal);
  line-height: 24px;
  color: #a3a3a3;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
  transition: all 300ms ease-out 0s;
}
a:hover {
  text-decoration: none;
  color: var(--bs-dark);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: var(--bs-dark);
  font-weight: var(--fw-normal);
}

h1 {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 20px;
}

h2 {
     font-size: 62px;
    line-height: 1.1;
    margin-bottom: 16px;
    font-family: var(--font-1);
}

h3 {
   font-size: 42px;
    line-height: 1.1;
    margin-bottom: 16px;
    font-family: var(--font-1);
}

h4 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-weight: var(--fw-semi-bold);
}

h5 {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: var(--font-2)
}

h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

footer h2 {
	color:#FFF;}

p {
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: var(--fw-normal);
  color: var(--bs-dark);
  line-height: 26px;
  margin-bottom: 16px;
}
.text-large {
	font-size: 18px;
	line-height: 26px;
}

.btn {
  font-family: var(--font-2);
  font-size: 16px;
  line-height: 15px;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: var(--fw-semi-bold);
  border: 2px solid transparent;
  transition: all 300ms ease-out 0s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn i {
  font-size: 22px;
  margin-right: 10px;
  display: inline-flex;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-lg {
  padding: 4px 24px 0;
  text-transform: none;
  font-size: 16px;
  font-weight: var(--fw-semi-bold);
  letter-spacing: 0.05em;
  height: 54px;
  min-width: 190px;
}

.btn-primary {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: transparent;
}
.btn-primary:hover {
  color: var(--bs-secondary);
  background-color: transparent;
  border-color: var(--bs-secondary);
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: var(--bs-secondary);
  background-color: transparent;
  border-color: var(--bs-secondary);
  box-shadow: none;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: var(--bs-secondary);
  background-color: transparent;
  border-color: var(--bs-secondary);
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.btn-dark:hover {
  color: #fff;
  background-color: var(--bs-dark-hover);
  border-color: var(--bs-dark-hover);
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: none;
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-light {
  color: var(--bs-secondary);
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: none;
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-light {
  background-color: var(--bs-light) !important;
}

.bg-blue {
  background-color: var(--bs-blue) !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.text-dark {
  color: var(--bs-dark) !important;
}

.text-dark-blue {
  color: var(--bs-primary) !important;
}

.form-label {
  font-family: var(--font-1);
  color: var(--bs-dark);
  font-size: 16px;
  font-weight: var(--fw-normal);
  line-height: 18px;
}

.form-check-label {
  font-family: var(--font-1);
  color: var(--bs-dark);
  font-weight: var(--fw-medium);
  font-size: 16px;
  line-height: 1.3 !important;
}

.form-control, .form-select {
    padding: 11px 14px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 10px !important;
    border-color: #dfdfdf !important;
}
.form-control:focus, .form-select:focus {
  outline: 0;
  box-shadow: none;
  background-color: #f3f6fe;
}


.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #4a4a4a;
  opacity: 1;
}

.form-control::placeholder {
  color: #4a4a4a;
  opacity: 1;
}

.form-check {
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 6px;
}

input[type=radio]:checked, input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label, input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 14px;
  display: inline-block;
}

input[type=radio]:checked + label:before, input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  border: 2px solid #6d6d6d;
  border-radius: 100%;
  background: #fff;
}

input[type=radio]:checked + label:after, input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--bs-primary);
  position: absolute;
  top: 3px;
  left: 5px;
  border-radius: 100%;
  transition: all 200ms ease-out 0s;
}

input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

input[type=radio]:checked + label:before {
  border-color: var(--bs-primary);
}

input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}




input[type=checkbox]:checked, input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=checkbox]:checked + label, input[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 14px;
  display: inline-block;
}

input[type=checkbox]:checked + label:before, input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  border: 2px solid #6d6d6d;
  border-radius: 2px;
  background: #fff;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--bs-primary);
  position: absolute;
  top: 1px;
  left: 3px;
  border-radius: 1px;
  transition: all 200ms ease-out 0s;
}

input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  border-color: var(--bs-primary);
}

input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.wrapper {
  height: 100%;
}

main {
  flex-direction: column;
  display: flex;
  height: 100%;
  min-height: 100%;
}

.fw-light {
  font-weight: var(--fw-light) !important;
}

.fw-normal {
  font-weight: var(--fw-normal) !important;
}

.fw-medium {
  font-weight: var(--fw-medium) !important;
}

.fw-semi-bold {
  font-weight: var(--fw-semi-bold) !important;
}

.fw-bold {
  font-weight: var(--fw-bold) !important;
}

.text-justify {
  text-align: justify !important;
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.modal-header .btn-close {
  padding: 15px 15px;
}
.modal-header .btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.modal-body {
  padding: 36px;
}

.input-file {
  visibility: hidden;
  position: absolute;
}

.custom-input-file {
  display: flex;
}
.custom-input-file .form-control {
  background-color: transparent;
  border: transparent;
  width: auto;
}
.custom-input-file .btn-upload {
  background-color: #CDCBCB;
  color: #575656;
}

iframe {
  display: block;
}

#contact-form label.error {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 4px;
}
.max-w-100 {
	max-width: 100%;
}

.fade-in {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slider .slide {
	padding:15px;
}
.slider .slide img {
	border-radius: 12px;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide:focus {
  outline: -webkit-focus-ring-color auto 0;
  outline: 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  color: #fff;
  background-color: var(--bs-secondary);
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 10;
  font-size: 0;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 0.5;
}

.slick-prev {
  left: -34px;
}

.slick-next {
  right: -34px;
}

.slick-arrow.slick-disabled {
  opacity: 0 !important;
}

.slick-prev:before, .slick-next:before {
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-prev:before {
	content: "\f284";
}
.slick-next:before {
	content: "\F285";
}

.slick-dots {
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  color: transparent;
  border: 0;
  outline: none;
  opacity: 0.25;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.slick-dots button::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--bs-secondary);
  border-radius: 50%;
  display: inline-block;
}
.slick-dots .slick-active button {
  opacity: 1;
}

.sm-slider-wrapper {
  width: 100%;
  overflow: hidden;
}
.sm-slider-wrapper .sm-slide-container {
  height: 100%;
  display: flex;
}
.sm-slider-wrapper .section {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-slider-wrapper.slider-1 .section:last-child {
  padding-right: 100px;
}
.sm-slider-wrapper.slider-1 .slider-header {
  margin-left: 100px;
  padding-right: 62px;
}
.sm-slider-wrapper.slider-1 .slider-header .content-title-2 {
  white-space: nowrap;
}
.sm-slider-wrapper.slider-1 .slider-item {
  position: relative;
  margin: 0 45px;
}
.sm-slider-wrapper.slider-1 .slider-caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sm-slider-wrapper.slider-1 .slider-caption .slider-item-title {
  font-size: 60px;
  line-height: 62px;
  color: #fff !important;
  letter-spacing: -3px;
  margin-bottom: 0;
}
.sm-slider-wrapper.slider-2 .section:nth-child(1n) .slider-item {
  margin-bottom: -60px;
}
.sm-slider-wrapper.slider-2 .section:nth-child(2n) .slider-item {
  margin-bottom: 0;
}
.sm-slider-wrapper.slider-2 .section:nth-child(3n) .slider-item {
  margin-bottom: 60px;
}
.sm-slider-wrapper.slider-2 .section:last-child {
  padding-right: 100px;
}
.sm-slider-wrapper.slider-2 .slider-header {
  margin-left: 100px;
  padding-right: 42px;
}
.sm-slider-wrapper.slider-2 .slider-header .content-title-2 {
  white-space: nowrap;
}
.sm-slider-wrapper.slider-2 .slider-item {
  position: relative;
  margin: 0 18px;
}
.sm-slider-wrapper.slider-2 .slider-item img {
  max-width: 320px;
}
.sm-slider-wrapper.slider-2 .slider-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(40, 40, 41);
  background: linear-gradient(0deg, rgb(40, 40, 41) 0%, rgba(40, 40, 41, 0) 77%);
}
.sm-slider-wrapper.slider-2 .slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 32px 30px;
  z-index: 1;
}
.sm-slider-wrapper.slider-2 .slider-caption .slider-item-title {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 0;
}
.sm-slider-wrapper.slider-2 .slider-caption P {
  color: #fff;
  font-size: 14px;
  font-weight: var(--fw-medium);
}

.main-menu {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.main-menu .nav-item {
  display: flex;
  align-items: center;
}
.main-menu .nav-link {
  font-family: var(--font-2);
  padding: 0 0 2px 0;
  margin: 0 13px;
  font-size: 16px;
  color: #fff;
  font-weight: var(--fw-medium);
  transition: all 300ms ease-out 0s;
  border-bottom: 2px solid transparent;
}
.main-menu .nav-link:hover {
  color: var(--bs-primary);
}
.main-menu .active.nav-link {
  color: var(--bs-primary);
}
.main-menu .dropdown.show .dropdown-menu {
  display: block;
  top: 100%;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.main-menu .dropdown .dropdown-menu {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.12);
}
.main-menu .dropdown .dropdown-item {
  color: var(--bs-dark);
  padding: 6px 18px;
  font-size: 15px;
}
.main-menu .dropdown .dropdown-item:hover, .main-menu .dropdown .dropdown-item:focus {
  color: #fff;
  background-color: var(--bs-primary);
}
.social-icon a {
	color:#FFF;
	font-size: 20px;
}
.side-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -224px;
  z-index: 99;
  width: 224px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #282828;
  padding: 94px 24px 20px;
  transition: all 0.2s ease 0s;
}
.side-bar .menu-toggler {
  width: 25px;
  height: 22px;
  background-image: url(../img/menu-icon-close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
}
.side-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.side-bar .side-menu a, .side-bar .side-menu .btn.btn-primary {
  font-family: var(--font-1);
  color: #fff;
  padding: 18px 0;
  display: inline-block;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  font-weight: var(--fw-light);
  position: relative;
  height: auto;
  margin-left: 0;
  background-color: transparent;
  text-align: left;
  border: none;
}
.side-bar .side-menu a:hover, .side-bar .side-menu .btn.btn-primary:hover {
  color: #fff;
}
.side-bar .side-menu a::after, .side-bar .side-menu .btn.btn-primary::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
.side-bar .side-menu .active a {
  color: var(--bs-primary);
}
.side-bar .side-menu ul {
  display: block;
}
.side-bar .side-menu li:last-child a::after {
  
}
.side-bar .side-menu .dropdown-menu {
	display: block;
    position: inherit;
    background-color: transparent;
    white-space: normal;
    min-width: auto;
}
.side-bar .side-menu .dropdown > .nav-link {
	display: none;
}
.side-bar .side-menu .dropdown-menu .dropdown-item {
	white-space: normal;
}
section {
    min-height: calc(100% - 92px);
	display: flex;
}

header .menu-toggler {
  width: 24px;
  height: 22px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
header .menu-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .menu-toggler span:nth-child(1) {
  top: 0px;
}
header .menu-toggler span:nth-child(2), header .menu-toggler span:nth-child(3) {
  top: 10px;
}
header .menu-toggler span:nth-child(4) {
  top: 20px;
}
.slider-trip-container, .faq-container {
	background:#f6f6f6;
}
.faq-innerpage-container {
background-color: #FFF;}
.slider-trip-container .slider p {
	font-size:15px;
}
.slider-trip-container .slider img {
	margin-bottom:10px;
}
.faq-container h2 {
text-align:center;}
.slider-trip-para, .services-para {
	color:#857676;
	font-size:14px;
	line-height:18px;
}
.contact-bottom-para {
	color:#857676;
	font-size:14px;
	line-height:20px;
}
/*************************Wizard***************************/

.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard .btn-success {
	background-color:#408000;
}
.stepwizard .btn-default {}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:0.3 !important;
	color:#FFF;
    background-color:#408000;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    /*background-color: #ccc;*/
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 58px;
    height: 58px;
    text-align: center;
    padding: 6px 0;
    font-size: 34px;
    line-height: 1.428571429;
    border-radius: 50px;
}

@media (max-width: 991px) {
  header .menu-toggler {
    display: block;
  }
  .main-menu {
    display: none;
  }
  .open-menu body {
    overflow: hidden;
  }
  .open-menu .side-bar {
    left: 0;
  }
  .open-menu header .menu-toggler span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  .open-menu header .menu-toggler span:nth-child(2) {
    transform: rotate(45deg);
  }
  .open-menu header .menu-toggler span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .open-menu header .menu-toggler span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
}
header {
  width: 100%;
}
.light-header {
	position:fixed;
	z-index:100;
	transition: all 200ms ease-out 0s;
	background: #fff;
	top: 0;
}
.main-menu .nav-link {
  color: var(--bs-dark);
}
.light-header .main-menu .nav-link:hover {
  
}
.light-header .main-menu .active .nav-link {
	border-bottom: 2px solid #5191d2;
}
.light-header .menu-toggler span {
  background-color: var(--bs-dark);
}

.dark-header {
  background-color: rgba(8, 12, 36, 0.6);
  transition: all 200ms ease-out 0s;
}
.dark-header .main-menu .nav-link {
  color: #fff;
}
.dark-header .main-menu .nav-link:hover {
  color: var(--bs-primary);
}
.dark-header .main-menu .active .nav-link {
  color: var(--bs-primary);
}
.dark-header .menu-toggler span {
  background-color: #fff;
}

.sticky.dark-header {
  background-color: #080c24;
}
.sticky.light-header {
  background-color: #fff;
}
.sticky .header-main {
    padding-top: 10px;
	padding-bottom: 10px;
}
.header-top {
  background-color: var(--bs-primary);
  padding: 8px 0;
  font-size: 15px;
}
.header-top a, .header-top .header-label {
  color: #fff;
  font-weight: 400;
}
.social-icon li {
  margin-right: 17px;
}
.contact-social-icon a {
    display: inline-block;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    margin-right: 16px;
    font-size: 21px;
}
.fb-icon {
	
}
.yt-icon {
	
}
.ins-icon {
	
}
.header-top .header-right li {
  margin-left: 17px;
}

.header-main {
  padding: 16px 0;
  transition: all 200ms ease-out 0s;
}
.header-main .navbar-brand {
  padding: 0;
  height: 74px;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-main .navbar-brand img {
  height: 100%;
}

.header-bottom {
  background-color: #531818;
  padding: 12px 0;
}

.header-btn {
  display: flex;
  align-items: center;
}
.header-btn .btn {
  font-size: 14px;
  white-space: nowrap;
  margin-left: 8px;
}
.header-contact h6 {
  font-size: 20px;
  font-weight: var(--fw-medium);
}


@media (max-width: 991px) {
  header {
    transition: all 0.2s ease 0s;
  }
  main {
    transition: transform 0.2s ease 0s;
  }
  h2 {
    font-size: 42px;
  }
	
}
@media (max-width: 767px) {
.header-contact h6 {
  font-size: 16px;
  font-weight: var(--fw-medium);
}
  .header-top .header-top-left li {
    margin-right: 8px;
    margin-left: 8px;
  }
  .header-top .header-top-right li {
    margin-right: 8px;
    margin-left: 8px;
  }
  .header-main .navbar-brand {
    height: 52px;
  }
  .header-main .btn {
    font-size: 12px;
    padding: 3px 10px;
	}
	.header-main {
		padding: 10px 10px;
	}
}
#home {
  min-height: 100%;
}
#home .slick-list, #home .slick-track, #home .slick-slide, #home .slick-slide > div, #home .slide, #home .slider-content {
  height: 100%;
} 
#main-slider, .slick-list, .slick-track {
	width: 100%;
}
#main-slider .slide {
    padding: 0;
    position: relative;
}
#main-slider .slider-bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
#main-slider .slider-bg-image::after {
  content: "";
  background-color: rgba(2, 2, 2, 0.6);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}
#main-slider .bg-video {
  width: calc(100% + 140px);
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
#main-slider .slider-content {
    position: relative;
    z-index: 1;
}
#main-slider .container, #main-slider .row {
  height: 100%;
}
#main-slider .slider-content img {
  height: calc(100% - 160px);
  width: auto;
}
#main-slider .slider-caption {
  z-index: 10;
  margin-top: 100px;
}
#main-slider .slider-caption .title-1 {
  font-family: var(--font-1);
  font-size: 62px;
  color: #FFF;
  line-height: 50px;
}
#main-slider .slider-caption .title-2, .carousel-inner .slider-caption .title-2{
  font-family: var(--font-2);
  font-size: 40px;
  color: #FFF;
  font-weight: var(--fw-normal);
  line-height: 45px;
  text-transform:uppercase;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.71);
}
#main-slider .slider-caption p, .carousel-inner .slider-caption p {
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
}
#main-slider .slider-image {
  position: relative;
  display: block;
  width: 80%;
  padding-bottom: 100%;
}
#main-slider .slider-image img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#main-slider .slick-prev, #main-slider .slick-next {
  opacity: 1;
  background-color: #281f43;
  color: #fff;
  top: 50%;
  bottom: -54px;
  width: 38px;
  height: 38px;
}
#main-slider .slick-prev::after, #main-slider .slick-prev::before, #main-slider .slick-next::after, #main-slider .slick-next::before {
  font-size: 16px;
  line-height: 38px;
}
#main-slider .slick-prev:hover, #main-slider .slick-next:hover {
  background-color: var(--bs-primary);
}
#main-slider .slick-next {
  right: 0;
}
#main-slider .slick-prev {
  left: 0;
}
@keyframes sliderUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.sliderUp {
  animation-name: sliderUp;
}

.home-banner-block .active .carousel-caption .title1 {
  animation-name: sliderUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.home-banner-block .active .carousel-caption .title2 {
  animation-name: sliderUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}

#inner-slider .slider-img {
  height: 400px;
  background-size: cover;
  background-position: center;
}
#inner-slider .carousel-caption {
  text-align: left;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
#inner-slider h1 {
  color: #fff;
}
#inner-slider p {
  color: #fff;
}
#inner-slider .breadcrumb-item a {
  color: #fff;
}
#inner-slider .breadcrumb-item a:hover {
  color: var(--bs-primary);
}
#inner-slider .breadcrumb-item.active {
  color: #fff;
  opacity: 0.5;
}
#inner-slider .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/");
  opacity: 0.5;
}

@media (max-width: 991px) {
  #home-slider .bg-video {
    width: auto;
    height: 650px;
  }
}
@media (max-width: 767px) {
	#main-slider {
    width: 100%;
}
  #home-slider .carousel-caption {
    padding-top: 50px;
  }
  #home-slider .carousel-caption .title1 {
    font-size: 42px;
    padding-left: 6px;
    line-height: 40px;
    margin-bottom: 6px;
  }
  #home-slider .carousel-caption .title2 {
    font-size: 24px;
    padding: 6px 12px;
  }
  #home-slider .carousel-caption p {
    font-size: 18px;
    line-height: 24px;
  }
  #home-slider .group-btn {
    text-align: center;
  }
  #home-slider .slider-img {
    height: 480px;
  }
  #home-slider .bg-video {
    width: auto;
    height: 650px;
  }
  #inner-slider .slider-img {
    height: 380px;
  }
  #inner-slider h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  #main-slider .slider-caption {
      margin-top: 150px;
  }
  #main-slider .slider-content img {
    width: 100%;
        height: auto;
  }
}
.content-area.light {
  background-color: var(--bs-bg);
}

.content-area-block {
  padding: 120px 0;
  width: 100%;
  position: relative;
  min-height: 100%;
  display: flex;
	align-items: center;
}
.content-area-block.light {
  background-color: var(--bs-bg);
}
.content-area-block.dark-bg-img {
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.content-area-block.dark-bg-img > div {
  position: relative;
  z-index: 1;
}
.content-area-block.dark-bg-img:before {
  content: "";
  background: #231F20;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.35;
}
.content-area-block.dark-bg-img h1, .content-area-block.dark-bg-img h2, .content-area-block.dark-bg-img h3, .content-area-block.dark-bg-img h4, .content-area-block.dark-bg-img h5, .content-area-block.dark-bg-img h6, .content-area-block.dark-bg-img blockquote {
  color: #fff;
}
.content-area-block.dark-bg-img p {
  color: #fff;
  opacity: 0.7;
}
.content-area-block.bg-img {
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.content-area-block.bg-img > div {
  position: relative;
  z-index: 1;
}

.content-area-block ol {
	list-style:decimal;
}

.content-area-block li {	
	font-family: var(--font-1);
    font-size: 16px;
    font-weight: var(--fw-medium);
    line-height: 30px;
}

p.paragraph-2 {
  font-size: 20px;
  line-height: 25px;
}

p.paragraph-3 {
  font-size: 23px;
  line-height: 25px;
  margin-bottom: 22px;
}

.link {
    color: var(--bs-dark);
    display: inline-block;
    font-weight: var(--fw-semi-bold);
    font-size: 14px;
    border: 0;
    background: transparent;
    text-transform: uppercase;
	display: flex;
    align-items: center;
}
.link:after {
	content: "\F285";
	display: inline-block;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
	margin-left: 6px;
}
.link:hover {
	opacity: .7;
}

.content-title-area {
  margin-bottom: 34px;
  position: relative;
}

.content-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: var(--fw-regular);
  color: var(--bs-primary);
  margin-bottom: 6px;
  line-height: 24px;
}

.content-title {
  font-family: var(--font-1);
  font-size: 30px;
  line-height: 46px;
  font-weight:var(--fw-semi-bold);
  color: var(--bs-dark);
  margin-bottom: 0;
}


.content-title-2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: var(--fw-medium);
  color: var(--bs-dark);
}

.content-title-3 {
  font-family: var(--font-2);
  font-size: 30px;
  line-height: 38px;
  font-weight: var(--fw-medium);
  color: var(--bs-dark);
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

.heading-1 {
  font-family: var(--font-2);
  font-size: 44px;
  font-weight: var(--fw-normal);
  text-transform: uppercase;
  line-height:50px;
  margin-bottom: 18px;
}
.heading-1 span {
  font-weight: var(--fw-medium);
}

.heading-2 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.heading-2 span {
  color: #fff;
  background-color: var(--bs-primary);
  display: inline-block;
  padding: 6px 16px;
  border-radius: 30px;
}

.bg-primary .content-title {
  color: #fff;
}
.bg-primary .content-title span {
  color: #7cb6fc;
}
.bg-primary p {
  color: #fff;
}

.contact-list {
  display: flex;
  justify-content: center;
}
.contact-list .contact-item {
  width: 116px;
  height: 116px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 14px;
  padding: 26px 8px 8px 8px;
  border-radius: 50%;
}
.contact-list .contact-item i {
  font-size: 32px;
  margin-bottom: 6px;
  display: inline-block;
}
.contact-list .contact-item .text {
  position: relative;
}
.contact-list .contact-item .text p {
  color: var(--bs-primary);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--fw-semi-bold);
  letter-spacing: 0.05em;
  line-height: 18px;
  position: absolute;
  width: 100%;
}
.contact-list .contact-item .text .text-1 {
  opacity: 1;
}
.contact-list .contact-item .text .text-2 {
  opacity: 0;
}
.contact-list .contact-item:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.contact-list .contact-item:hover i, .contact-list .contact-item:hover p {
  color: #fff;
}
.contact-list .contact-item:hover .text-1 {
  opacity: 0;
}
.contact-list .contact-item:hover .text-2 {
  opacity: 1;
}

.how-join, .service-item {
	text-align: center;
}

.how-join-item img { 
	margin:15px 0 10px 0;
}
.service-item .service-icon {
  display: inline-block;
  position: relative;
}
.service-item .service-icon::after {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: inline-block;
  opacity: 0.5;
  position: absolute;
  bottom: -10px;
  right: -14px;
  transition: all 100ms ease-out 0s;
}
.service-item:hover .service-icon:after {
  bottom: -10px;
  right: -14px;
  background-color: #d2d0d0;
}

.card-item-1 {
  border: 2px solid var(--bs-primary);
  border-radius: 50px 25px 0 0;
  height: 100%;
  transition: all 200ms ease-out 0s;
}
.card-item-1 .card-body {
  padding: 50px 30px;
}
.card-item-1 .card-subtitle {
  color: var(--bs-primary);
  font-size: 15px;
  transition: all 200ms ease-out 0s;
}
.card-item-1 .card-title {
  color: var(--bs-primary);
  font-size: 24px;
  font-weight: var(--fw-medium);
  line-height: 30px;
  transition: all 200ms ease-out 0s;
}
.card-item-1 p {
  margin-bottom: 8px;
  transition: all 200ms ease-out 0s;
}
.card-item-1:hover, .card-item-1.active {
  background-color: var(--bs-primary);
}
.card-item-1:hover .card-title, .card-item-1:hover .card-subtitle, .card-item-1:hover p, .card-item-1.active .card-title, .card-item-1.active .card-subtitle, .card-item-1.active p {
  color: #fff;
}

.card-item-2 {
  position: relative;
}
.card-item-2 .card-img-bg {
  width: 100%;
}
.card-item-2 .card-body {
  padding: 30px;
  background-color: rgba(35, 35, 35, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card-item-2 .card-subtitle {
  color: var(--bs-primary);
  font-size: 15px;
  transition: all 200ms ease-out 0s;
}
.card-item-2 .card-title {
  color: #fff;
  font-size: 24px;
  font-weight: var(--fw-medium);
  line-height: 30px;
  transition: all 200ms ease-out 0s;
}
.card-item-2 .link {
  color: #fff;
  opacity: 0.8;
}
.card-item-2:hover .card-subtitle {
  margin-bottom: 10px;
}
.card-item-2:hover .card-title {
  margin-bottom: 15px;
}
.card-item-2:hover .link {
  margin-bottom: 8px;
}

.card-item-3 {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  background-color: #EBEBEB;
  margin-left: 5px;
  margin-right: 5px;
  height: 100%;
}
.card-item-3 .card-img-top {
  width: 100%;
  border-radius: 10px;
}
.card-item-3 .card-body {
  padding: 26px;
}
.card-item-3 .card-subtitle {
  color: var(--bs-primary);
  font-size: 15px;
}
.card-item-3 .card-title {
  color: var(--bs-dark);
  font-size: 24px;
  font-weight: var(--fw-medium);
  line-height: 30px;
}

.card-item-4 {
  border: 2px solid var(--bs-primary);
  border-radius: 30px 0 0 0;
}
.card-item-4 .card-body {
  padding: 50px 30px;
}
.card-item-4 .card-subtitle {
  color: #727272;
  font-size: 18px;
  font-weight: var(--fw-normal);
}
.card-item-4 .card-title {
  font-size: 28px;
  font-weight: var(--fw-medium);
  color: var(--bs-primary);
  line-height: 30px;
}

.card-item-6 {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  height: 100%;
}
.card-item-6 .card-img-top {
  width: 100%;
  border-radius: 0;
}
.card-item-6 .card-body {
  padding: 26px;
}
.card-item-6 .card-subtitle {
  color: var(--bs-primary);
  font-size: 15px;
}
.card-item-6 .card-title {
  color: var(--bs-dark);
  font-size: 24px;
  font-weight: var(--fw-medium);
  line-height: 30px;
  transition: all 100ms ease-out 0s;
}
.card-item-6:hover .card-title {
  color: var(--bs-primary);
}

.large-number {
  color: #d1cad5;
  font-size: 70px;
  line-height: 70px;
  margin-right: 10px;
}

.bg-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-light-box {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 50px;
}

.bg-dark-box {
  background-color: rgba(8, 12, 36, 0.85);
  padding: 50px;
}

.experience-block {
  position: relative;
}
.experience-block h2 {
  font-size: 90px;
  line-height: 90px;
  color: var(--bs-dark);
  position: relative;
  font-weight: var(--fw-normal);
}
.experience-block span {
  font-size: 20px;
  line-height: 20px;
}
.experience-block::before {
  content: "";
  height: 40px;
  width: 100px;
  background-color: var(--bs-primary);
  position: absolute;
  top: 0;
  left: 0;
}

.hover-text {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 80px;
}
.hover-text h1 {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
  transition: all 300ms ease-out 0s;
}
.hover-text p {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease-out 0s;
  color: var(--bs-dark);
}
.hover-text:hover h1 {
  opacity: 0;
}
.hover-text:hover p {
  opacity: 1;
}

.list-item-1 {
  list-style: none;
  padding-left: 10px;
  margin: 0;
  color: var(--bs-dark);
}
.list-item-1 li {
  padding: 4px 0;
}

.top-block {
  min-height: 5px;
  background-color: rgb(0, 35, 102);
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 72px;
}
.top-block .nav {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: var(--fw-bold);
}
.top-block .nav li {
  margin: 4px 20px;
}
.top-block .nav li a {
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: var(--fw-bold);
}
.top-block .nav li.phone {
  width: 204px;
  text-align: center;
}

.team .social-media-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 28px;
  margin-bottom: 0;
}
.team .social-media-list li {
  margin: 0 6px;
}
.team .social-media-list a {
  color: var(--bs-dark);
  font-size: 24px;
}
.team .team-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 30px;
  color: var(--bs-primary);
  font-weight: var(--fw-semi-bold);
}
.team .team-content h6 {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 18px;
  color: var(--bs-dark);
  letter-spacing: 0.05em;
  margin-bottom: 0;
  font-weight: var(--fw-bold);
}
.team .team-content p {
  font-size: 16px;
  line-height: 22px;
}

.profile-img {
  width: 100%;
  border: 5px solid var(--bs-primary);
}

.team-item:hover {
  background-color: var(--bs-light);
}

.team-icon .icon {
  background-color: var(--bs-primary);
  color: #fff;
  width: 38px;
  height: 38px;
  display: inline-flex;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  margin-left: 12px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bs-primary);
  transition: all 300ms ease-out 0s;
}
.team-icon:hover .icon {
  background-color: #fff;
  color: var(--bs-primary);
}

.ticker-area .ticker-area-block {
  margin-right: 50px;
}
.ticker-area .ticker-area-block h4 {
  font-size: 34px;
  font-weight: var(--fw-bold);
  color: #080C24;
}
.ticker-area .ticker-area-block p {
  font-size: 14px;
  color: #080C24;
}

.line {
  background-color: #f0f0f0;
  height: 3px;
}
.accordion-button, .accordion-button:not(.collapsed) {
color:#1f1f1f !important;}
.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq-innerpage-container .accordion .accordion-button:not(.collapsed), .faq-innerpage-container .accordion .accordion-button {
  background-color: #FFF;
}
.accordion .accordion-button {
  font-weight: var(--fw-semi-bold);
  background-color: transparent;
  font-size:20px;
  padding: 18px 0;
  text-transform: none !important;
}
.accordion .accordion-body {
  background-color: transparent;
  word-wrap: break-word;
  color: #1b1b1b;
  padding: 0 0 20px;
}
.faq-innerpage-container .accordion .accordion-body {
  background-color: #FFF;
}
.accordion .accordion-body img {
  max-width: 100%;
}
.accordion p {
  color: var(--bs-dark);
  line-height: 25px;
}
.accordion .accordion-list {
  color: var(--bs-dark);
  font-family: var(--font-2);
  font-size: 16px;
  list-style: none;
}
.accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f479f'%3e%3cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d83ab'%3e%3cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-item {
  border: 0;
  border-bottom: 1px solid #b0b0b0;
  background-color: transparent
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  background-color: #fff;
  box-shadow: none;
}

.accordion-button {
  line-height: 1.5em;
}

#accordion1 > .accordion-item > .accordion-header .accordion-button {
  background-color: var(--bs-primary);
  color: #fff;
  text-transform: uppercase;
}
#accordion1 > .accordion-item > .accordion-header .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3e%3c/svg%3e");
}
#accordion1 > .accordion-item > .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238fabd7'%3e%3cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.bg-white {
  background-color: #fff;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
  margin-top: 12px;
}

.profile-pic {
  border-radius: 50%;
  overflow: hidden;
  max-width: 200px;
  margin: auto;
}
.profile-pic img {
  width: 100%;
}

.contact-item {
  width: 100%;
  text-align: center;
}
.contact-item .icon {
    font-size: 32px;
    color: var(--bs-primary);
	margin-bottom: 10px;
}
.contact-item h6 {
	    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}
.contact-item p {
	margin-bottom: 0;
}


.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.grid-wrapper .wide {
  grid-column: span 2;
}

.grid-wrapper .tall {
  grid-row: span 2;
}

.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.rounded {
  border-radius: 16px !important;
}

#transportSolution {
  margin-top: -70px;
}
.join-journy img {
	max-width:95%;}
@media (max-width: 767px) {
  .content-area {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-area-block {
    padding: 40px 0;
  }
  .content-title {
    font-size: 20px;
    line-height: 28px;
  }
  .content-sub-title {
    font-size: 13px;
    line-height: 24px;
  }
  .card-item-1 {
    border-radius: 34px 16px 0 0;
  }
  .card-item-1 .card-body {
    padding: 30px 30px;
  }
  .card-item-1 .card-item-1 .card-title {
    font-size: 20px;
  }
  .large-number {
    font-size: 50px;
    line-height: 50px;
  }
  .process-icon img {
    width: 90px;
  }
  .experience-block span {
    display: block;
  }
  .bg-light-box, .bg-dark-box {
    padding: 24px;
  }
  .list-item-1 {
    margin-bottom: 20px;
  }
  .list-item-1 li {
    padding-bottom: 30px;
  }
  .list-item-1 .icon {
    opacity: 1;
  }
  .contact-list {
    display: flex;
    justify-content: center;
  }
  .contact-list .contact-item {
    width: 92px;
    height: 92px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 28px;
    padding: 12px 8px 8px 8px;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    aspect-ratio: 1/1;
  }
  .contact-list .contact-item i {
    font-size: 28px;
    margin-bottom: 6px;
    color: #fff;
  }
  .contact-list .contact-item .text {
    position: relative;
  }
  .contact-list .contact-item .text p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: var(--fw-semi-bold);
    letter-spacing: 0.05em;
    line-height: 16px;
    position: absolute;
    width: 100%;
  }
  .contact-list .contact-item .text .text-1 {
    opacity: 0;
  }
  .contact-list .contact-item .text .text-2 {
    opacity: 10;
  }
  .heading-2 {
    font-size: 15px;
    margin-bottom: 22px;
    line-height: 21px;
  }
  .heading-2 span {
    padding: 1px 12px;
  }
  .card-item-2 {
    position: relative;
  }
  .card-item-2 .card-img-bg {
    width: 100%;
  }
  .card-item-2 .card-body {
    padding: 15px;
  }
  .card-item-2 .card-subtitle {
    font-size: 11px;
  }
  .card-item-2 .card-title {
    font-size: 16px;
    line-height: 20px;
  }
  .card-item-2 .link {
    font-size: 11px;
  }
  .card-item-3 .card-body {
    padding: 18px;
  }
  .card-item-3 .card-subtitle {
    font-size: 14px;
  }
  .card-item-3 .card-title {
    font-size: 20px;
  }
  .services-slider .slick-track {
    height: 500px;
  }

  .card-item-4 {
    box-shadow: 0 3px 23px 0 rgba(29, 70, 243, 0.18);
    margin-bottom: 16px;
    padding: 26px 9px 26px;
  }
  .card-item-4 .card-icon {
    margin-bottom: 12px;
    margin-top: 0px;
  }
  .card-item-4::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 4px;
  }
  .card-item-4.me-m {
    margin-right: -4px;
  }
  .card-item-4.ms-m {
    margin-left: -4px;
  }
  .card-item-4 .btn-primary {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
    padding: 2px 8px 0;
    font-size: 11px;
    height: 32px;
    min-width: 110px;
  }
  .card-item-5 {
    background-color: #f3f6fe;
    padding: 22px 22px 26px;
    margin-bottom: 12px;
  }
  .card-item-5 h4 {
    font-size: 15px;
  }
  .card-item-5 .text {
    min-height: inherit;
  }
  .card-item-5 .text h2 {
    position: inherit;
    font-size: 18px;
    opacity: 1 !important;
  }
  .card-item-5 .text p {
    opacity: 1;
    font-size: 17px;
    position: inherit;
    line-height: 22px;
  }
  .card-item-5 .text::before {
    width: 50px;
    left: calc(50% - 25px);
  }
  .heading-1 {
    margin-bottom: 10px;
	font-size: 30px;
    line-height: 40px;
  }
  .content-title-2 {
    font-size: 22px;
    line-height: 29px;
  }
  .content-title-3 {
    font-size: 27px;
    line-height: 34px;
  }
  .top-block .nav.menu li {
    margin: 4px 10px;
    line-height: 0;
  }
  .top-block .nav.menu li a {
    font-size: 11px;
    line-height: 16px;
  }
  .top-block .nav li {
    margin: 10px 0;
    line-height: 0;
  }
  .top-block .nav li a {
    font-size: 12px;
    line-height: 12px;
  }
  .top-block .nav li.phone {
    width: auto;
    text-align: left;
  }
  .team {
    display: block;
    text-align: center;
  }
  .team .team-content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 18px;
  }
  .team .team .social-media-list {
    margin-top: 16px;
  }
  .team .profile-img {
    width: 147px;
  }
  .ticker {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 320px;
    display: inline-block;
  }
  .ticker li {
    width: 144px;
    height: 144px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ticker li:nth-child(1), .ticker li:nth-child(3) {
    float: left;
  }
  .ticker li:nth-child(2), .ticker li:nth-child(4) {
    float: right;
  }
  p.paragraph-3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .hover-text {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 80px;
  }
  .hover-text h1 {
    position: inherit;
    opacity: 1;
    font-size: 27px;
    line-height: 34px;
  }
  .hover-text p {
    position: inherit;
    opacity: 1;
  }
  .hover-text:hover h1 {
    opacity: 1;
  }
  .hover-text:hover p {
    opacity: 1;
  }
  .list-item-2 {
    padding-top: 20px;
  }
  .list-item-2 .list-item-right {
    width: 100%;
    border: none;
    text-align: center;
    margin: 10px 0px 24px 0;
    padding: 0;
  }
  .list-item-2 .list-item-left {
    width: 100%;
  }
  .list-item-2 .bg-round-box {
    height: 46px;
  }
  .list-item-2 li {
    display: block;
    margin-bottom: 36px;
  }
  .list-item-2 li:nth-child(1) .bg-round-box {
    width: 300px;
  }
  .list-item-2 li:nth-child(2) .bg-round-box {
    width: 260px;
  }
  .list-item-2 li:nth-child(3) .bg-round-box {
    width: 210px;
  }
  .list-item-2 li:nth-child(4) .bg-round-box {
    width: 160px;
  }
  .list-item-2 li:last-child {
    margin-bottom: 0;
  }
  .list-item-1 .icon svg {
    width: 50px;
  }
  #accordion1 > .accordion-item > .accordion-collapse > .accordion-body {
    padding: 8px;
  }
  .accordion .accordion-button {
    font-size: 16px;
  }
  .wizard-nav li {
    padding: 0 18px;
  }
  .morelink {
    color: var(--bs-primary) !important;
  }
  #transportSolution {
    padding-top: 120px;
    margin-top: -80px;
  }
  #majorServices {
    padding-top: 120px;
    margin-top: -80px;
  }
  
  .footer-bottom .footer-right p {
  text-align: center;
  }
}

footer {
  background-color: #282828;
  color: #fff;
  background-position: center;
  background-size: cover;
}
footer h6 {
  letter-spacing: 0.1em;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
}
footer p {
  color: #fff;
  font-family: var(--font-1);
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 12px;
}
footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.footer-top {
  padding: 40px 0 20px 0;
}
.footer-top p {
	color:#c2c22e;
	font-weight:400;
	font-size:15px;
}
.footer-top p a {
	font-size:30px;}
.footer-top p .phone {
	color:#70d6ff;
	margin-right:6px;}
.footer-top p .whatsapp {
	color:#3beb86;
	margin-right:6px;
}

.footer-top p span {
	color:#FFF;
	font-size:30px;
	font-family: var(--font-2);}
.footer-top h3 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 12px;
  font-weight: var(--fw-normal);
}

.footer-main {
  padding: 50px 0;
}
.footer-main .footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: var(--fw-normal);
}
.footer-main .nav-link {
  color: #fff;
  opacity: 0.5;
  padding: 4px 0;
  font-size: 15px;
  line-height: 22px;
}
.footer-main .nav-link:hover {
  opacity: 0.8;
}

.footer-bottom {
  padding: 26px 0;
  font-size: 13px;
  color: #a9a9a9;
}
.footer-bottom a {
  color: #a9a9a9;
  font-size:14px;
  font-weight: 400;
}
.footer-bottom a:hover {
color:#FFF;}
.footer-bottom .footer-left li {
  margin-right: 16px;
}
.footer-bottom .footer-right , .footer-right .social-icon {
	text-align:right;}
.footer-bottom .footer-right li {
  margin-left: 0;}
.footer-right li a {
color:#FFF;}
.footer-bottom .footer-right p {
	color:#a9a9a9;
	font-size:13px;
}
.footer-bottom .social-icon a {
	font-size: 20px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  .footer-icons {
    margin-bottom: 22px;
  }
  footer .nav-link {
    opacity: 1;
  }
  .footer-top h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .footer-bottom .footer-left li, .footer-bottom .footer-right li {
    margin-left: 8px;
    margin-right: 8px;
  }
.stepwizard h4 {
	font-size:11px;
	line-height:14px;
}
.btn-circle {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 50px;
}
}

/*# sourceMappingURL=style.css.map */

.card-1 {
	display: grid;
    grid-template-areas:
        "trip-slider-content trip-slider-gallery1 trip-slider-gallery2";
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.card-1 > div.card-content {
    grid-area: trip-slider-content;
}
.card-1 > div.card-gallery1 {
    grid-area: trip-slider-gallery1;
}
.card-1 > div.card-gallery2 {
    grid-area: trip-slider-gallery2;
}
.card-1 img {
	border-radius: 6px;
	width: 100%;
}
.slider-one .slick-dots button::before {
	background-color: #fff;
}

#reloadCaptcha {
    border: 0;
    background: #f10a12;
    color: #fff;
    padding: 6px;
    font-size: 20px;
    margin-left: 8px;
    border-radius: 6px;
}
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: inline-block;
    background-color: #3ec922;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.whatsapp-icon svg {
    width: 32px;
    fill: #fff;
}
.offer-slider-wrapper {
  position: relative;
  position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 98;
    transition: transform 0.3s ease;
    
}
.offer-slider {
      width: 300px;
      box-shadow: 0 0 15px rgba(0,0,0,0.2);
      border-radius: 10px;
      overflow: hidden;
      
      background: #4f4f4f;
}
.offer-slider img {
  width: 100%;
  height: 100%;
}
.offer-slider-wrapper .close {
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: 10;
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: #fff; /* Optional: white background */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    transition: transform 0.3s ease;
}
.show-btn {
      position: fixed;
      bottom: 100px;
      right: 20px;
      background: #000;
      color: #fff;
      border: none;
      padding: 10px 16px;
      border-radius: 8px;
      font-size: 14px;
      cursor: pointer;
      z-index: 97;
    }
.offer-slider-wrapper.close {
  transform: translateX(360px);
}


@media (max-width: 767px) {
	.content-area-block {
    min-height: auto;
}
	.card-1 {
		display: grid;
		grid-template-areas:
			"trip-slider-content trip-slider-content"
			"trip-slider-gallery1 trip-slider-gallery2";
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.footer-bottom {
		padding: 40px 15px 30px;
	}
	.carousel-inner .slider-caption .title-2 {
		font-size: 28px;
		line-height: 36px;
	}
	.footer-top {
		padding: 40px 0 0 0;
	}
	h3 {
		font-size: 28px;
	}
	#main-slider .slider-caption .title-1 {
		font-size: 52px;
	}
}