@charset "utf-8";

@font-face {
  font-family: "Gordita";
  src: url(./fonts/Gordita-Regular.otf);
}

@font-face {
  font-family: "Gordita";
  src: url(./fonts/Gordita-Bold.otf);
  font-weight: 600;
}

@font-face {
  font-family: "century";
  src: url(./fonts/GOTHIC.TTF);
  font-weight: 400;
}

@font-face {
  font-family: "century";
  src: url(./fonts/GOTHICB.TTF);
  font-weight: 600;
}

body {
  padding: 0;
  margin: 0;
  font-family: "century", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #222;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #222;
}

a:hover,
a:focus {
  text-decoration: none !important;
  color: #222;
}

a,
input,
button {
  outline: none !important;
}

ul {
  list-style-type: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 1400px) {
  .container1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-1170 {
    padding-left: 110px;
    padding-right: 110px;
    /* max-width: 1100px; */
  }
}

@media (min-width: 1920px) {
  .container-1170 {
    /* max-width: 1320px; */
    padding-left: 12px;
    padding-right: 12px;
  }
}

.header.fixed {
  background-color: rgba(0, 0, 0, 0.9);
}

.logo {
  padding: 15px 0;
}

.logo img {
  width: auto;
  height: 40px;
}

.nav-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 992px) {
  .logo img {
    height: 46px;
  }

  .nav-item {
    margin: 0 5px;
  }
}

@media (min-width: 1400px) {
  .nav-item {
    margin: 0 20px;
  }
}

.nav-link {
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5) !important;
  padding: 10px 2px !important;
  margin: 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
  .nav-link {
    border-bottom: none;
    padding: 4px 2px !important;
    color: #fff !important;
  }
}

.nav-link:hover,
.nav-link.active {
  color: rgba(255, 255, 255, 1) !important;
}

.nav-link::before {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.nav-link:hover::before,
.nav-link.active::before {
  width: 100%;
}

.nav-link a {
  margin: 0;
  padding: 0;
}

.navbar-toggler .fa {
  color: #fff;
}

.btn-close-2 {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: auto;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  padding: 6px 20px;
}

.btn-close-2:hover {
  opacity: 0.8;
}

.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  right: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  background-color: #1a63cc;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  z-index: 9;
}

.close-btn .bi {
  color: #fff;
  margin-top: 8px;
  margin-right: 8px;
}

@media (max-width: 414px) {
  .captcha-box {
    transform: scale(0.8);
    margin-left: -26px;
  }
}

.img-style {
  text-transform: uppercase;
  font-size: 14px;
}

.img-style img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.dropdown-style {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  width: 120px;
}

.dropdown-item-style {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
}

.menu-down {
  left: auto !important;
}

.menu-down .dropdown-menu {
  font-size: 18px;
  color: #333;
}

.menu-down .dropdown-item:hover {
  background-color: #1a63cc !important;
  color: #fff;
}

.menu-down {
  display: none;
  top: 100%;
}

.nav-item.dropdown:hover .menu-down {
  display: block;
}

.offcanvas {
  background-color: #000 !important;
}

.offcanvas-lang a {
  font-size: 14px;
  color: #666;
}

.offcanvas-lang a.active {
  color: #1a63cc;
}

.mobile-logo img {
  width: auto;
  height: 60px;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.5);
}

.h-share-item {
  margin-right: 15px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.h-share-item:hover {
  opacity: 1;
}

@media (min-width: 1200px) {
  .nav-item.dropdown {
    display: flex;
    align-items: center;
  }

  .nav-item.dropdown ol {
    list-style-type: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1000;
  }

  .nav-item.dropdown ol li {
    padding: 6px 0;
  }

  /* .nav-item.dropdown ol li:hover {
        background-color: #fff;
    } */

  .nav-item.dropdown ol li a {
    display: block;
    white-space: nowrap;
    /* text-align: center; */
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 14px 0 14px;
    text-transform: capitalize;
  }

  .nav-item.dropdown ol li:hover a {
    color: #fff;
  }
}

.nav-item.dropdown:hover ol {
  display: block;
}

.nav-item.dropdown .dropdown-toggle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0) !important;
}

.nav-item.dropdown .dropdown-toggle::after {
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}

.nav-item.dropdown .dropdown-toggle.show::after {
  transform: rotate(0deg);
}

ul.dropdown-menu > li > .dropdown-item {
  color: rgba(255, 255, 255, 0.5) !important;
  background-color: rgba(0, 0, 0, 0) !important;
  font-size: 14px !important;
}

ul.dropdown-menu > li > .dropdown-item:hover {
  color: #fff !important;
}

#back-to-top {
  display: none;
}

#back-to-top.show {
  display: block;
}

.back-to-top {
  position: fixed;
  right: 2%;
  bottom: 6%;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.back-to-top .fa {
  color: #000;
  font-size: 18px;
}

.navbar-toggler-icon {
  width: 26px;
  height: 26px;
}

.banner {
  width: 100%;
  height: 60vh;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .banner {
    min-height: 840px;
  }
}

.swiper-img img,
.swiper-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-img video {
  background-position: bottom;
}

.slide-card,
.slide-card img {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 12px;
}

.swiper-text h2 {
  font-family: "Gordita";
  display: inline;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.swiper-text p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .swiper-text {
    padding: 10px 100px;
  }

  .swiper-text h2 {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  .swiper-text h2 {
    font-size: 40px;
  }
}

@media (min-width: 1400px) {
  .swiper-text h2 {
    font-size: 46px;
  }
}

@media (min-width: 1920px) {
  .swiper-text h2 {
    font-size: 60px;
  }
}

.swiper-control {
  bottom: 3% !important;
}

.swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
  width: 8px !important;
  height: 8px !important;
  background-color: rgba(255, 255, 255, 1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 10px;
  color: #fff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  opacity: 1;
}

.bg-style {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .bg-style {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.bg {
  background-image: url(../images/bg1.png);
  background-position: calc(100% - 30%);
}

.text-style h2 {
  color: #fff;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.text-style .modal-title {
  display: block;
  width: 100px;
  height: 5px;
  background-color: #fff;
}

.text-style p {
  color: #ddd;
  font-size: 14px;
  line-height: 26px;
  /* text-transform: capitalize; */
}

@media (min-width: 992px) {
  .text-style h2 {
    font-size: 32px;
  }

  .text-style p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 1200px) {
  .text-style h2 {
    font-size: 36px;
  }

  .home-text-style h2 {
    font-size: 40px;
  }
}

.tab-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
}

.tab-link {
  font-size: 16px;
  /* font-family: 'Gordita'; */
  color: #666 !important;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 0px 4px 10px !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

@media (min-width: 322px) {
  .tab-link {
    padding: 0px 10px 10px !important;
  }
}

@media (min-width: 576px) {
  .tab-link {
    padding: 0px 20px 10px !important;
  }
}

.tab-link.active {
  color: #000 !important;
}

.tab-link::before {
  height: 3px;
  background-color: #000;
}

.tab-link:hover::before {
  display: none;
}

.tab-link.active::before {
  display: block;
  left: 0;
}

.form-group {
  background-color: #fff;
  border-radius: 10px;
  height: 49px;
}

.form-group label {
  font-size: 13px;
  color: #666 !important;
  text-transform: capitalize;
}

.form-group label img {
  margin-right: 10px;
}

.form-group input {
  padding: 0;
}

.form-group input:valid,
.calendar {
  text-transform: capitalize;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  font-style: normal !important;
}

.form-btn {
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  height: 49px;
  display: flex;
  place-items: center;
}

@media (min-width: 992px) {
  .form-btn {
    font-size: 22px;
    height: 49px;
  }
}

.form-select {
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* @supports (-webkit-overflow-scrolling: touch) {

    .form-select {
        margin: 0 auto;
    }
} */

/* .form-select-style {
    background-image: none !important;
} */

select {
  text-align-last: start; /* For Firefox */
  -moz-text-align-last: start; /* For older versions of Firefox */
  text-align: -moz-start; /* For older versions of Firefox */
}

.home-select {
  text-align-last: center; /* For Firefox */
  -moz-text-align-last: center; /* For older versions of Firefox */
  text-align: -moz-center; /* For older versions of Firefox */
}

.form-select-style > option {
  font-size: 16px !important;
  text-align: center !important;
  width: 100%;
}

.input-group-text {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group-prepend,
.input-group-append {
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-date-time {
  display: none;
}

.add-return.active {
  display: none !important;
}

.close-form-icon {
  right: 5px;
  top: -5px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
}

.btn-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  line-height: 1;
  border-radius: 10px !important;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  background: #000;
  transition: background 0.4s linear;
  will-change: background;
}

@media (min-width: 768px) {
  .btn-primary {
    padding: 15px 15px;
  }
}

.btn-primary:hover {
  background: #111;
}

.btn-primary:hover span:nth-of-type(1) em {
  opacity: 0;
  transform: rotateX(90deg) scaleX(0.9) translate3d(0, -10px, 0);
}

.btn-primary:hover span:nth-of-type(2) em {
  opacity: 1;
  transform: rotateX(0deg) scaleX(1) translateZ(0);
  transition: transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s linear 0.3s;
}

.btn-primary span {
  position: relative;
  display: block;
  perspective: 108px;
}

.btn-primary span:nth-of-type(2) {
  position: absolute;
}

.btn-primary em {
  font-style: normal;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  will-change: transform, opacity, transition;
  transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s linear 0.2s;
}

.btn-primary span:nth-of-type(1) em {
  transform-origin: top;
}

.btn-primary span:nth-of-type(2) em {
  opacity: 0;
  transform: rotateX(-90deg) scaleX(0.9) translate3d(0, 10px, 0);
  transform-origin: bottom;
}

.remark {
  display: inline-block;
  font-size: 13px;
  color: #333;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .ps-lg-6 {
    padding-left: 120px;
  }
}

.bg2 {
  background-image: url(../images/bg2.png);
  background-position: bottom center;
}

@media (min-width: 992px) {
  .bg2 {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .bg2 {
    background-attachment: fixed;
  }
}

.font-weight {
  font-weight: 600;
}

.btn-outline-primary {
  display: inline-flex;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px 30px !important;
}

@media (min-width: 992px) {
  .btn-outline-primary {
    padding: 15px 80px !important;
  }
}

.btn-outline-primary em {
  text-transform: capitalize;
  font-size: 18px;
}

@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px;
  }
}

.bg3 {
  background-image: url(../images/bg3.png);
  background-position: center top;
}

.affiliates-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 120px;
  /* height: 130px; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.border1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.affiliates > .col:nth-child(2) > .affiliates-box .affiliates-item,
.affiliates > .col:nth-child(4) > .affiliates-box .affiliates-item,
.affiliates > .col:nth-child(6) > .affiliates-box .affiliates-item,
.affiliates > .col:nth-child(8) > .affiliates-box .affiliates-item,
.affiliates2 > .col:nth-child(2) > .affiliates-box .affiliates-item,
.affiliates2 > .col:nth-child(4) > .affiliates-box .affiliates-item,
.affiliates2 > .col:nth-child(6) > .affiliates-box .affiliates-item,
.affiliates2 > .col:nth-child(8) > .affiliates-box .affiliates-item,
.affiliates2 > .col:nth-child(10) > .affiliates-box .affiliates-item,
.affiliates2 > .col:nth-child(12) > .affiliates-box .affiliates-item {
  border-right: none;
}

@media (min-width: 768px) {
  .affiliates-item {
    min-height: 130px;
  }

  .affiliates > .col:nth-child(4) > .affiliates-box .affiliates-item,
  .affiliates > .col:nth-child(8) > .affiliates-box .affiliates-item {
    border-right: none;
  }

  .affiliates2 > .col:nth-child(4) > .affiliates-box .affiliates-item,
  .affiliates2 > .col:nth-child(8) > .affiliates-box .affiliates-item,
  .affiliates2 > .col:nth-child(12) > .affiliates-box .affiliates-item {
    border-right: none;
  }

  .affiliates2 > .col:nth-child(1) > .affiliates-box .affiliates-item,
  .affiliates2 > .col:nth-child(2) > .affiliates-box .affiliates-item,
  .affiliates2 > .col:nth-child(3) > .affiliates-box .affiliates-item,
  .affiliates2 > .col:nth-child(4) > .affiliates-box .affiliates-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .affiliates > .col:nth-child(2) > .affiliates-box .affiliates-item,
  .affiliates > .col:nth-child(6) > .affiliates-box .affiliates-item,
  .affiliates2 > .col:nth-child(2) > .affiliates-box .affiliates-item,
  .affiliates2 > .col:nth-child(6) > .affiliates-box .affiliates-item,
  .affiliates2 > .col:nth-child(10) > .affiliates-box .affiliates-item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .affiliates > .col:nth-child(5) > .affiliates-box .affiliates-item,
  .affiliates > .col:nth-child(6) > .affiliates-box .affiliates-item,
  .affiliates > .col:nth-child(7) > .affiliates-box .affiliates-item,
  .affiliates > .col:nth-child(8) > .affiliates-box .affiliates-item {
    border-bottom: none;
  }
}

.affiliates-item img {
  max-height: 40px;
  height: 100%;
  width: auto;
}

.affiliates-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.affiliates-item:hover::before {
  width: 100%;
  height: 100%;
}

.show-other,
.close-btn {
  display: none;
}

.bg4 {
  background-color: #232323;
}

.parter-box {
  max-width: 100%;
}

@media (min-width: 992px) {
  .ps-lg-100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 768px) {
  .parter-box {
    max-width: 540px;
  }
}

@media (min-width: 1200px) {
  .px-style {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 1600px) {
  .px-style {
    padding-left: 0;
    padding-right: 0;
  }
}

.parter-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .parter-img {
    height: 250px !important;
  }
}

section {
  overflow: hidden;
}

.footer {
  background-color: #000;
}

.footer-logo {
  display: inline-block;
}

.footer-logo img {
  height: 50px;
}

@media (min-width: 992px) {
  .footer-logo img {
    height: auto;
  }
}

.icon-item img {
  width: 22px;
  height: auto;
}

.f-text {
  opacity: 1 !important;
  font-size: 14px;
  /* font-weight: 600; */
  color: rgba(255, 255, 255, 1) !important;
}

.f-title {
  font-weight: 600;
  color: #fff !important;
  font-size: 20px;
}

.f-nav-style li a {
  color: rgba(221, 221, 221, 0.6);
  font-size: 15px;
  padding: 5px 0;
  display: inline-block;
  text-transform: capitalize;
}

.f-nav-style li a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.fb-style {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

@media (min-width: 992px) {
  .fb-style {
    border-top: none;
    padding-top: 0;
  }
}

.footer-share a {
  margin: 0 10px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.footer-share a:hover {
  opacity: 1;
}

.footer-text {
  color: #fff;
  font-size: 13px;
}

@media (min-width: 1400px) {
  .ps-80 {
    padding-left: 80px;
  }

  .pe-50 {
    padding-right: 50px;
  }
}

@media (min-width: 1600px) {
  .ps-80 {
    padding-left: 0;
  }

  .pe-50 {
    padding-right: 0;
  }
}

.footer-txt {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 992px) {
  .footer-txt {
    height: 30px;
  }
}

.footer-share-item img {
  width: 26px;
  height: auto;
}

.gsap-marker-scroller-start,
.gsap-marker-scroller-end,
.gsap-marker-start,
.gsap-marker-end {
  display: none !important;
}

/* ↓↓↓↓↓↓↓↓ */
.delighter .li {
  opacity: 0;
  transform: translatey(10%);
  transition: all 0.7s ease-out;
}

.delighter.started .li {
  opacity: 1;
  transform: none;
}

.delighter.started .li:nth-child(1) {
  transition: all 0.7s ease-out 0.1s;
}

.delighter.started .li:nth-child(2) {
  transition: all 0.7s ease-out 0.3s;
}

.delighter.started .li:nth-child(3) {
  transition: all 0.7s ease-out 0.5s;
}

.delighter.started .li:nth-child(4) {
  transition: all 0.7s ease-out 0.7s;
}

.delighter.started .li:nth-child(5) {
  transition: all 0.7s ease-out 0.9s;
}

.delighter.started .li:nth-child(6) {
  transition: all 0.7s ease-out 1.1s;
}

.delighter .li-left {
  opacity: 0;
  transform: translatex(-10%);
  transition: all 0.7s ease-out;
}

.delighter.started .li-left:nth-child(1) {
  transition: all 0.7s ease-out 0.1s;
}

.delighter.started .li-left:nth-child(2) {
  transition: all 0.7s ease-out 0.3s;
}

.delighter.started .li-left:nth-child(3) {
  transition: all 0.7s ease-out 0.5s;
}

.delighter.started .li-left:nth-child(4) {
  transition: all 0.7s ease-out 0.7s;
}

.delighter.started .li-left:nth-child(5) {
  transition: all 0.7s ease-out 0.9s;
}

.animate.up {
  transform: translatey(10%);
  opacity: 0;
  transition: all 1.5s ease-out;
}

.animate.left {
  transform: translatex(-10%);
  opacity: 0;
  transition: all 1.5s ease-out;
}

.animate.left-1 {
  transition: all 1.5s ease-out !important;
}

.delighter.started .li-left,
.animate.up.started,
.animate.left.started {
  transform: none;
  opacity: 1;
}

.animate.right {
  transform: translatex(10%);
  opacity: 0;
  transition: all 1.5s ease-out;
}

.animate.right-1 {
  transition: all 1.5s ease-out !important;
}

.animate.right.started {
  transform: none;
  opacity: 1;
}

.animate.pulse,
.animate.pulse1 {
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease-out;
}

.animate.pulse1 {
  transition: all 0.75s ease-out;
}

.animate.pulse.started,
.animate.pulse1.started {
  transform: none;
  opacity: 1;
}

@media (min-width: 768px) {
  .width-992 {
    max-width: 200px;
  }
}

/* 
-------------------------- inner page ---------------------------------------
*/

.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 280px;
  /* height: auto; */
}

@media (min-width: 768px) {
  .inner-banner {
    min-height: 340px;
  }
}

@media (min-width: 992px) {
  .inner-banner {
    min-height: 440px;
  }
}

@media (min-width: 1400px) {
  .inner-banner {
    min-height: 500px;
  }
}

.inner-banner-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
}

@media (min-width: 992px) {
  .inner-banner-title {
    margin-top: 100px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .inner-banner-gw {
    height: auto !important;
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .inner-banner-gw .top-banner-bottom {
    margin-top: 10px;
    padding-top: 0;
    border-bottom: 1px solid #eee;
  }

  .inner-banner-gw .inner-top-banner-txt,
  .inner-banner-gw .gn-address-box h3,
  .inner-banner-gw .gn-address-box span,
  .inner-banner-gw .gn-time-box b {
    color: #000 !important;
  }

  .inner-banner-gw .gn-time-box {
    width: 100%;
  }

  .inner-banner-gw .gn-address-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .inner-banner-gw .gn-time-box span {
    background-color: #00b6b5;
  }
}

.no-slideshow {
  padding-top: 106px !important;
}

@media (min-width: 992px) {
  .no-slideshow {
    padding-top: 136px !important;
  }
}

.black-bg {
  background-color: #111;
}

.inner-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .inner-box {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

.inner-title {
  margin-bottom: 24px;
}

.inner-title h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .inner-title h2 {
    font-size: 36px;
  }
}

/* @media (min-width: 1200px) {
    .inner-title h2 {
        font-size: 40px;
    }
} */

.inner-text p {
  color: #ddd !important;
  font-size: 14px;
}

.inner-text p a {
  color: #fff !important;
  text-decoration: underline;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: #111;
}

.accordion-button {
  border-radius: 0 !important;
  background-color: #111;
}

.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='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed) {
  background-color: #111;
  box-shadow: none;
}

.accordion-body {
  background-color: #323232;
}

.accordion-title {
  font-size: 24px;
  color: #fff !important;
}

/* .step-group {
    display: flex;
    justify-content: center;
    margin-top: 10px;
} */

.step-group .modal-steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.step-group .step {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-group .label {
  font-size: 16px;
  color: #999;
  display: inline-block;
  margin: 5px 30px;
  padding-bottom: 12px;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .step-group .label {
    margin: 5px;
    font-size: 14px;
  }
}

.step-group .label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #323232;
  margin-right: 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .step-group .label span {
    margin-right: 4px;
  }
}

.step-group .label.on {
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.step-group .label.on span {
  background-color: #fff;
  color: #323232;
}

.step-main {
  width: 100%;
  position: relative;
}

.step-slide {
  display: none;
  padding: 20px 0;
  margin-bottom: 20px;
}

.step-slide.active {
  display: block;
}

.step.current .label {
  color: #fff;
  font-weight: 700;
}

.unVisible {
  opacity: 0;
  padding: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}

.btn-step:first-child {
  background-color: #323232;
  border: 1px solid #fff;
  color: #fff;
}

.btn-step {
  padding: 5px 30px;
}

@media (min-width: 768px) {
  .btn-step {
    padding: 5px 60px;
  }
}

.btn-step:hover {
  background-color: #d3d3d3;
  color: #000;
}

.select-relevant-inner {
  display: none;
}

.select-relevant-box,
.step-controlbar {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .select-relevant-box,
  .step-controlbar {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.form-check-label {
  color: #fff;
  cursor: pointer !important;
}

.form-mark {
  font-family: "century", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  /* padding-left: 24px; */
}

.inner-form-control,
.inner-form-select {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  /* padding-left: 24px; */
  padding-left: 0 !important;
  padding-top: 6px;
  padding-bottom: 6px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.inner-form-control {
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 576px) {
  .inner-form-control,
  .inner-form-select {
    font-size: 14px;
    /* padding-left: 5px !important; */
  }
}

.inner-form-select {
  text-align: start;
  padding-right: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="%23ffffff"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') !important;
  background-position: right 0.75rem center !important;
  background-repeat: no-repeat;
}

.inner-form-select option {
  color: #000;
}

.inner-form-control::placeholder {
  color: #fff;
}

.form-icon-post {
  position: absolute;
  right: 24px;
  top: 10px;
}

.itinerary-title {
  font-size: 16px;
  color: #fff;
}

.form-label {
  /* padding-left: 24px; */
  color: #fff;
  font-weight: 700;
}

.form-label-title {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-top: 14px;
}

.bg-none {
  background-color: rgba(0, 0, 0, 0);
}

.inner-form-control {
  color: #fff;
}

.form-check-show {
  display: none;
}

.form-txt {
  color: #ccc;
  font-size: 14px;
}

@media (max-width: 414px) {
  .form-txt {
    width: 100% !important;
  }
}

.form-summary-item .liborder {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
}

.popup-box h3 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
}

.popup-box p {
  color: #fff;
}

.select-details-show {
  display: none;
}

.iti {
  width: 100% !important;
}

.dial-code {
  position: absolute;
  left: 50px;
  top: 6px;
  color: #ddd;
  z-index: 1;
}

.iti__tel-input {
  padding-left: 100px !important;
  font-size: 16px !important;
}

.iti__selected-country-primary {
  padding-left: 0 !important;
}

.max-box {
  padding-top: 100px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .max-box {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .max-box {
    padding-top: 140px;
  }
}

.card {
  border-radius: 0;
}

.card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.card-img img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .card-img,
  .card-body {
    width: 50%;
  }
}

.card-body {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-body p {
  font-size: 18px;
}

@media (min-width: 768px) {
  .card-body p {
    font-size: 20px;
  }
}

.card-btn-1 {
  display: inline-flex;
  color: #111 !important;
  padding-bottom: 2px;
  position: relative;
}

.card-btn-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111;
  opacity: 1;
  /* transform: scaleX(1);
    transform-origin: center; */
  transition: transform 0.3s ease-in-out;
}

.card-btn:hover {
  text-decoration: underline !important;
}

.card-btn-1:hover {
  text-decoration: none !important;
}

.card-btn-1:hover::after {
  opacity: 0;
}

.newsletter {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .newsletter {
    margin-top: 100px;
  }
}

.newsletter hr {
  margin-bottom: 30px;
}

.newsletter-left {
  font-size: 15px;
  color: #333;
}

.newsletter-right {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .newsletter-left,
  .newsletter-right {
    width: 50%;
  }

  .newsletter-right {
    padding-left: 80px;
  }
}

.newsletter-right input {
  padding: 8px 10px;
  border: 1px solid #ddd;
}

.newsletter-right input::placeholder {
  color: #999;
  font-size: 14px;
}

.submit-btn {
  width: 140px;
  height: 40px;
  margin-top: 14px;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.newsletter-right span {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: #999;
}

.newsletter-right span a:hover {
  text-decoration: underline !important;
}

.black-text p {
  color: #555 !important;
}

.black-text p a {
  color: #000 !important;
  font-weight: bold;
}

.black-text ul li {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}

main {
  min-height: 99vh;
  /* height: 100%; */
}

.line {
  background-image: url(../images/inner/line.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  object-fit: cover;
  height: 8px;
  width: 100%;
  opacity: 0.6;
}

.newsletter-body {
  background-color: #111;
}

.newsletter-body .newsletter-left,
.newsletter-body .newsletter-right {
  color: #fff;
}

.newsletter-body .newsletter-right a {
  color: #ccc;
}

.newsletter-body .newsletter-right input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.submit-btn,
.newsletter-body .submit-btn {
  background-color: #fff;
  color: #111;
}

.submit-btn:hover,
.newsletter-body .submit-btn:hover {
  background-color: #999;
  color: #fff;
}

.revie-box {
  padding-top: 80px;
}

.faq-box {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.accordion1 .accordion-item,
.accordion1 .accordion-button {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0 !important;
}

.accordion1 .accordion-button {
  width: 100%;
  font-size: 18px;
  /* font-weight: bold; */
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* @media (min-width: 992px) {
    .accordion1 .accordion-button {
        font-size: 21px;
        font-weight: 400;
    }
} */

.accordion1 .accordion-body {
  background-color: rgba(0, 0, 0, 0) !important;
  font-size: 15px;
  color: #333;
  padding-top: 0;
}

.accordion1 .accordion-button::after {
  background-image: url(../images/inner/+.svg) !important;
  background-size: 100%;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.accordion1 .accordion-button:not(.collapsed)::after {
  background-image: url(../images/inner/-.svg) !important;
  background-size: 100%;
  width: 26px;
  height: 26px;
}

.revie-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.revie-name {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 20px 0;
}

.revie-txt {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.revie-swiper {
  padding-bottom: 40px;
}

.revie-swiper .swiper-button-next::after,
.revie-swiper .swiper-button-prev::after {
  font-size: 30px;
  color: #000;
  opacity: 0.8;
}

.revie-swiper .swiper-pagination {
  bottom: 0px;
}

.revie-swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: #ddd;
}

.revie-swiper .swiper-pagination-bullet-active {
  background-color: #000;
  width: 12px !important;
  height: 12px !important;
}

.inner-top {
  margin-bottom: 60px;
}

.inner-service-item {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  height: 300px;
  z-index: 1;
}

@media (min-width: 768px) {
  .inner-service-item {
    min-height: 600px;
  }
}

.inner-service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.inner-service-item:hover::before {
  background-color: rgba(0, 0, 0, 0);
}

.inner-service-item-tit {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .inner-service-item-tit {
    font-size: 24px;
  }
}

.service-item1 {
  background-image: url(../images/inner/service/service1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-item2 {
  background-image: url(../images/inner/service/service2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-item3 {
  background-image: url(../images/inner/service/service3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-item4 {
  background-image: url(../images/inner/service/service4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.explore-btn:hover {
  border-color: #fff;
  background-color: #fff;
}

.explore-btn:hover span em {
  color: #111;
}

.title-one {
  /* font-weight: 600; */
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .title-one {
    font-size: 28px;
  }
}

.service-item-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.service-item-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.item-more {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  color: rgba(221, 221, 221, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 10px 10px;
  border-radius: 10px;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .item-more {
    margin-top: 20px;
  }
}

.item-more img {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

@keyframes arrow {
  0% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-5px);
  }
}

.item-more:hover img {
  animation-name: arrow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* @media (max-width: 575px) {
    .item-more {
        border: 1px solid rgba(255, 255, 255, 0.4);
        padding: 10px 10px;
        
        margin-bottom: 30px;
    }

    .item-more img {
        transform: translateX(0px);
        opacity: .15;
    }

    .item-more:hover {
        border: 1px solid rgba(255, 255, 255, 1);
        color: #fff;
    }

    .item-more:hover img {
        opacity: 1;
    }
} */

.item-more1 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.item-more1:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

.item-more2 {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.item-more2:hover {
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}

.service-item:hover .item-more {
  color: #fff;
}

.service-item:hover .item-more img {
  transform: translateX(0);
  opacity: 1;
}

.service-includes-title {
  font-weight: 600;
  font-size: 18px;
}

.includes-item {
  min-height: 65px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.includes-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.6s ease-in-out;
}

.includes-item:hover::after {
  width: 100%;
}

.includes-item span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 9%;
}

.includes-item i {
  text-transform: capitalize;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 91%;
}

.includes-item span,
.includes-item i {
  opacity: 0.5;
}

.includes-item:hover span,
.includes-item:hover i {
  opacity: 1;
}

.service-item {
  min-height: 480px;
}

@media (min-width: 992px) {
  .service-item,
  .service-includes {
    padding-right: 30px;
  }
}

@media (min-width: 1400px) {
  .service-item {
    min-height: 535px;
  }
}

.inner-banner2 {
  height: 300px;
}

@media (min-width: 768px) {
  .inner-banner2 {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .inner-top-banner-txt {
    max-width: 900px;
  }

  .inner-banner2 {
    height: 600px;
  }
}

.inner-banner2-2 {
  height: 300px;
}

@media (min-width: 768px) {
  .inner-banner2-2 {
    height: 400px;
  }
}

.inner-banner2-2 {
  position: relative;
  background-color: #000;
}

.inner-banner2-2 img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .inner-banner2-2 img {
    height: 100%;
  }
}

.inner-banner-info-box {
  position: relative;
}

@media (min-width: 768px) {
  .inner-banner-info-box .container,
  .inner-banner-info-box .container .height-md-100 {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .inner-banner-info-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.inner-banner3 video {
  object-fit: cover;
  position: relative;
}

.inner-banner3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.accordion2 .accordion-item {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}

.accordion2 .accordion-button {
  font-size: 21px;
  color: #fff;
  font-weight: 600;
}

.accordion2 .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
}

.accordion2 .accordion-button::after {
  background-image: url(../images/inner/addw.svg) !important;
  background-size: 100%;
  width: 26px;
  height: 26px;
}

.accordion2 .accordion-button:not(.collapsed)::after {
  background-image: url(../images/inner/-.svg) !important;
}

.accordion2 .accordion-body {
  background-color: #fff;
}

.ul-style {
  list-style-type: circle;
}

.ul-style li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.notep p {
  color: #666;
  font-size: 15px;
}

.inner-title3 {
  padding-top: 66px;
  /* padding-top: 30px; */
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .inner-title3 {
    padding-top: 66px;
  }
}

.inner-title2 h2 {
  font-size: 24px;
}

@media (min-width: 992px) {
  .inner-title2 {
    padding-top: 80px;
  }

  .inner-title2 h2 {
    font-size: 36px;
  }
}

.card1-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
}

.card-tit {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 25px auto 15px;
}

.card-text {
  font-size: 16px;
  color: #666;
  text-align: center;
}

.ll-accordion-box {
  margin-bottom: 30px;
}

.ll-accordion-fix {
  background-color: rgba(0, 0, 0, 0.5);
}

.ll-accordion-fix-cont h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.ll-accordion-fix-cont span {
  display: block;
  min-height: 20px;
}

@media (min-width: 992px) {
  .ll-accordion-fix-cont span {
    display: block;
    min-height: 50px;
  }
}

@media (min-width: 1200px) {
  .ll-accordion-fix-cont span {
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .ll-accordion-fix-cont h3 {
    font-size: 24px;
  }

  .ll-accordion-fix-cont span {
    min-height: 20px;
  }
}

.ll-accordion-btn {
  padding: 5px;
  font-size: 18px;
  color: #fff !important;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .ll-accordion-img {
    height: 260px;
  }

  .ll-accordion-img img {
    height: 100%;
    object-fit: cover;
  }

  .ll-accordion-btn {
    font-size: 16px;
  }
}

.ll-accordion-img.active .ll-accordion-fix {
  display: none;
}

.ll-accordion-inner-box {
  background-color: #f4f4f4;
  padding: 30px 40px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .ll-accordion-inner-box {
    padding: 20px 14px;
  }
}

.ll-accordion-inner-box h3 {
  color: #000;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 768px) {
  .ll-accordion-inner-box h3 {
    font-size: 32px;
  }
}

.ll-accordion-inner-box p {
  font-size: 16px;
  color: #666;
  margin: 20px auto;
  max-width: 800px;
  text-align: center;
}

@media (max-width: 767px) {
  .ll-accordion-inner-box p {
    width: 100%;
  }
}

.ll-accordion-close-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ll-accordion-close-btn span {
  font-size: 14px;
  display: inline-block;
  padding: 0px 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  transition: all 0.3s ease-in-out;
}

.inner-pl-img,
.inner-pl-img img {
  width: 100%;
  height: 100%;
}

.inner-pl-item-box h5 {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.inner-pl-item-box p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  text-align: center;
}

.pl-bottom-box {
  background-repeat: no-repeat;
  background-size: cover;
}

.pl-bottom-info-box {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .pl-bottom-info-box {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .pl-bottom-info-box {
    width: 580px;
    padding: 50px 40px;
  }
}

.pl-height {
  height: 400px;
}

.pl-bottom-info-box h6 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.pl-bottom-info-box p {
  font-size: 14px;
  color: #666;
}

@media (min-width: 992px) {
  .pl-bottom-info-box h6 {
    font-size: 20px;
  }

  .pl-bottom-info-box p {
    font-size: 16px;
  }

  .pl-height {
    height: 560px;
  }
}

.pl-bottom-info-box .btn-primary {
  padding-left: 30px;
  padding-right: 30px;
}

.pl-bottom-info-box .btn-primary span em {
  font-size: 18px;
}

.box-info-con {
  padding: 20px;
}

.box-info-con1 {
  height: 310px;
}

@media (min-width: 768px) {
  .box-info-con {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .box-info-con1 {
    height: 350px;
  }
}

@media (min-width: 1200px) {
  .box-info-con {
    padding: 40px 80px;
  }
}

.txt1 {
  font-size: 16px;
  color: #000;
  /* text-transform: capitalize; */
  text-align: center;
}

/* @media (min-width: 992px) {
    .txt1 {
        font-size: 18px;
    }
} */

.big-bj {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
}

@media (min-width: 992px) {
  .big-bj {
    height: 450px;
  }
}

@media (min-width: 1200px) {
  .big-bj {
    height: 600px;
  }
}

.benefits {
  background-image: url(../images/inner/service/other-img3.png);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  padding: 60px 0;
}

@media (min-width: 992px) {
  .benefits {
    padding: 100px 0;
  }
}

.benefits-item {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .benefits-item {
    margin-bottom: 0;
  }
}

.benefits-item span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  display: block;
  margin-bottom: 20px;
}

.benefits-item ul li {
  text-transform: capitalize;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.top-banner-bottom {
  padding: 30px 0;
  /* border-top: 1px solid #fff; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .top-banner-bottom {
    flex-direction: column;
    align-items: start;
    margin-top: 30px;
  }
}

.gn-address-box h3,
.gn-address-box span {
  display: block;
  text-transform: uppercase;
  color: #fff;
}

.gn-address-box h3 {
  font-size: 24px;
  font-weight: bold;
}

.gn-address-box span {
  font-size: 22px;
}

@media (min-width: 992px) {
  .gn-address-box h3 {
    font-size: 36px;
  }

  .gn-address-box span {
    font-size: 32px;
  }
}

.gn-time-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gn-time-box > div {
  margin: 4px 10px;
}

@media (max-width: 767px) {
  .gn-time-box > div {
    margin-left: 0;
  }
}

.gn-time-box span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0);
  height: 34px;
  width: 34px;
  margin-right: 12px;
}

.gn-time-box img {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}

.gn-time-box b {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 992px) {
  .gn-time-box b {
    font-size: 16px;
  }

  .gn-time-box img {
    width: 20px;
    height: 20px;
  }
}

.gn-map-top {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.gn-map-top .form-select {
  height: 100%;
  border-color: #eee;
}

.bene-tit-sm {
  text-transform: capitalize;
  font-size: 24px;
}

.pm-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pm-img-2 {
  display: flex;
  justify-content: center;
}

.pm-img-2 img {
  margin-top: -10px;
}

.pm-img-text1 {
  width: 100%;
}

.pm-img-2 {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .pm-img-text1 {
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 45%;
  }

  .pm-img-2 {
    display: block;
  }
}

.btn-white {
  background-color: #fff !important;
  border: 1px solid #000 !important;
}

.btn-white span em {
  color: #000;
  font-size: 18px !important;
}

.inner-form-pm {
  margin-top: 60px;
  background-color: #131313;
  padding: 20px 12px;
}

@media (min-width: 768px) {
  .inner-form-pm {
    padding: 40px 50px;
  }
}

.inner-form-select2,
.inner-form-select2 select {
  text-align: start !important;
}

.inner-form-select2 option {
  color: #000 !important;
}

.inner-form-selec {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.inner-form-control-1 {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #eee !important;
}

.inner-form-control-1::placeholder {
  text-transform: capitalize;
  color: #ccc !important;
}

.link {
  color: #fff !important;
  text-decoration: underline;
}

.link:hover {
  color: #999 !important;
  text-decoration: none;
}

.contact-info {
  padding-left: 0;
  margin-top: 40px;
  border-top: 1px solid #fff;
  padding-top: 30px;
}

@media (min-width: 992px) {
  .contact-info {
    padding-top: 0;
    padding-left: 40px;
    border-left: 1px solid #999;
    margin-top: 0;
    border-top: none;
  }
}

.con-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 100%;
}

.con-icon img {
  width: 20px;
  height: 20px;
}

/* @media (min-width: 992px) {
    .con-icon {
        width: 44px;
        height: 38px;
    }

    .con-icon img {
        width: 24px;
        height: 24px;
    }
} */

.con-info {
  width: 100%;
}

.con-info b {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.con-info p {
  font-size: 14px;
  color: #ddd;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .con-info b {
    font-size: 20px;
  }

  .con-info p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .con-info {
    width: 86%;
    padding-left: 20px;
  }
}

.contact-info li {
  margin-bottom: 25px;
}

.map {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 480px;
}

@media (max-width: 767px) {
  .map {
    height: 240px;
  }
}

.map iframe {
  width: 100%;
  height: 100%;
}

.video-poster {
  width: 480px;
  height: 270px;
  background-size: cover;
  object-fit: cover;
}

.con-num {
  font-size: 24px;
  font-weight: bold;
}

.btn-size em {
  font-size: 18px;
}

.mobile-navbar-nav .nav-item.dropdown .dropdown-toggle {
  display: inline-flex;
}

.mobile-navbar-nav .nav-item {
  position: relative;
  z-index: 0;
}

.mobile-navbar-nav .dropdown-toggle::after {
  border: none;
  background-image: url(../images/right-fill.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transform: rotate(0deg) !important;
  z-index: 999;
}

.mobile-navbar-nav .nav-item.dropdown .dropdown-toggle.show::after {
  transform: rotate(90deg) !important;
}

.mobile-navbar-nav .nav-link .dropdown-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}

.mobile-navbar-nav .nav-link.show .dropdown-link {
  color: #fff;
}

.about-top-banner {
  height: 700px !important;
}

@media (min-width: 1200px) {
  .about-top-banner {
    height: 680px !important;
  }
}

@media (max-width: 767px) {
  .about-top-banner {
    height: auto !important;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .highlight {
    height: 100%;
  }
}

.map-over-box {
  min-width: 300px;
  width: 100%;
}

.map-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 110%;
}

@media (min-width: 768px) {
  .map-container {
    padding-bottom: 60%;
  }
}

.map-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.map-img img {
  width: 100%;
  height: auto;
  background-size: cover;
  object-fit: cover;
}

@media (min-width: 576px) {
  .map-img img {
    height: auto;
  }
}

@media (min-width: 768px) {
  .map-img {
    margin-bottom: 0px;
  }
}

.pin-cn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.pin {
  position: absolute;
  width: 25px;
  height: 30px;
  background-image: url(../images/inner/pin.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -100%);
  z-index: 2; 
}

.pin:hover {
  background-image: url(../images/inner/pin_o.png);
  z-index: 11;
}

.pin1 {
  top: 25%;
  left: 45%;
}

.pin2 {
  top: 25%;
  left: 52%;
}

.pin3 {
  top: 27%;
  left: 50%;
}

.pin4 {
  top: 27%;
  left: 46.5%;
}

.pin5 {
  top: 30%;
  left: 49.5%;
}

.pin6 {
  top: 30%;
  left: 44%;
}

.pin7 {
  top: 31%;
  left: 46.5%;
}

.pin8 {
  top: 33%;
  left: 49%;
}

.pin9 {
  top: 33%;
  left: 47%;
}

.pin10 {
  top: 35%;
  left: 49%;
}

@media (min-width: 768px) {
  .pin1 {
    top: 25%;
    left: 44%;
  }

  .pin2 {
    top: 25%;
    left: 48%;
  }

  .pin3 {
    top: 27%;
    left: 47%;
  }

  .pin4 {
    top: 27%;
    left: 45.5%;
  }

  .pin5 {
    top: 30%;
    left: 46.5%;
  }

  .pin6 {
    top: 29%;
    left: 43%;
  }

  .pin7 {
    top: 31%;
    left: 44.5%;
  }

  .pin8 {
    top: 33%;
    left: 46%;
  }

  .pin9 {
    top: 34%;
    left: 44%;
  }

  .pin10 {
    top: 36%;
    left: 45%;
  }
}

.pin-box {
  display: none;
  position: absolute;
  left: 22px;
  top: 5px;
  min-width: 300px;
  width: auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  transform: translate(0, 0);
  z-index: 9;
}

.pin:hover .pin-box {
  display: block;
}

.pin-name {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
}

.pin-code {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 20px;
  /*background-color: #00b6b5;*/
  background-color: #191919;
}

.pin-icon {
  width: 40px;
}

.pin-txt {
  font-size: 16px;
  color: #323232;
}

@media (max-width: 991px) {
  .pin-box {
    min-width: 200px;
    border-radius: 5px;
  }

  .pin-code {
    font-size: 13px;
    padding: 0 5px;
  }

  .pin-name {
    font-size: 18px;
  }

  .pin-txt {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .pin-box {
    left: auto;
    right: -50px;
    top: 30px;
    padding: 5px;
  }

  .pin-name {
    font-size: 16px;
  }

  .pin-icon img {
    width: 20px;
    height: 20px;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .pin-b {
    top: auto;
    bottom: 28px;
  }
}

.mobile-dropdown {
  position: inherit;
}

.nav-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-nav.active,
.nav-nav:hover {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.nav-nav a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 14px;
}

.nav-nav.active a,
.nav-nav:hover a {
  color: #fff;
}

.dropdown-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 20px;
}

.dropdown-icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../images/right-fill.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.nav-nav.active .dropdown-icon::after {
  transform: rotate(90deg);
  opacity: 1;
}

.mobile-dropdown a {
  text-transform: capitalize;
}

.card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
}

.inner-text-eo p,
.inner-text-eo ul li {
  font-size: 16px;
}

@media (max-width: 768px) {
  .form-control::placeholder {
    color: #fff !important;
    opacity: 1 !important;
  }
  /* .form-control.inner-form-control.calendar.flatpickr-input::placeholder,
    .form-control.inner-form-control.calendar.timePicker::placeholder {
        color: #fff ;
    } */
}

.timePicker,
.flatpickr-input {
  text-align-last: start; /* For Firefox */
  -moz-text-align-last: start; /* For older versions of Firefox */
  text-align: -moz-start; /* For older versions of Firefox */
}

@media (max-width: 768px) {
  .form-select.form-select-style {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .justify {
    text-align: justify;
  }
}

.d-ss {
  display: none;
}

@media (max-width: 414px) {
  .d-ss {
    display: block;
  }
}

.inner-img,
.inner-img img {
  width: 100%;
  height: 100%;
}

.inner-img img {
  object-fit: cover;
}

@media (min-width: 992px) {
  .min-lg {
    padding-top: 0;
  }
}

.form-mobile {
  display: inline-block;
  margin-top: -20px;
  position: relative;
  top: -10px;
  left: 0;
  font-size: 14px;
  color: #fff;
  pointer-events: none;
}

@media (min-width: 992px) {
  .form-mobile {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .parter-img {
    height: 460px !important;
  }

  .hmd-box {
    height: 400px !important;
  }
}

@media (max-width: 1024px) {
  .inner-pl-img {
    height: 337px;
  }

  .pm-hlg {
    width: 100% !important;
    height: 400px !important;
  }

  .pm-hlg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

@media (max-width: 767px) {
  .parter-img {
    height: 360px !important;
  }
}







.swiper-img { height:100%; }
.modal-body ul { list-style-type:inherit; }
.service-item-text p { min-height:48px; }
.tab-box .nav-item { width:50%; }
.city-marker-label { display:none; }
/*.header-right .dropdown-item { font-weight:600; }*/
/*span.img-style { font-weight:600; }*/
