a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.navbar-shadow .navbar_header {
  background: #fff;
  box-shadow: 0 5px 83px rgba(40, 40, 40, 0.12); }

.navbar_header {
  padding: 5px 0;
  /* position: relative; */
  z-index: 9;
  width: 100%;
  box-shadow: 0 5px 83px rgba(40, 40, 40, 0.12); }

.navbar_header .sm-simple a,
.navbar_header .sm-simple a:active,
.navbar_header .sm-simple a:focus,
.navbar_header .sm-simple a:hover {
  font-size: 15px;
  color: #555;
  color: #000;
  font-weight: 500; }

.navbar_header .col-lg-9.ms-auto {
  padding-right: 0; }

.navbar_header .sm-simple {
  border: 0;
  box-shadow: none;
  background: none; }

.navbar_header .sm-simple ul {
  border: 0; }

.navbar_header .contact-menu {
  /* position: absolute; */
  right: 15px;
  z-index: 2; }

.navbar_header .contact-menu a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  min-width: 120px;
  background-color: #000;
  font-weight: 500 !important;
  color: #fff; }

.navbar_header .sm-simple > li {
  border: 0; }

.navbar_header .btn {
  padding-bottom: 5px;
  padding-top: 5px;
  padding: 5px 12px !important;
  text-align: center;
  color: #fff !important; }

.navbar_header .btn a {
  color: #fff !important; }

.navbar_header .btn:hover {
  color: #000 !important; }

.main-nav {
  background: rgba(0, 0, 0, 0);
  padding: 5px 0; }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 15px; }

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  left: -300px;
  display: none; }

#main-menu-state:checked ~ #main-menu {
  left: 0; }

@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: relative;
    top: 100px;
    right: 15px;
    display: none; }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    left: 0; }
  .sm-simple a .sub-arrow {
    display: none; } }

@media (min-width: 992px) {
  #main-menu {
    float: right;
    align-items: center;
    clear: none; }
  #main-menu .menu {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    min-width: 250px !important; }
  #main-menu .menu li {
    border: 0; }
  #main-menu .menu li:hover a {
    display: block; } }

@media (max-width: 991px) {
  #main-menu {
    width: 300px;
    overflow-y: auto;
    box-shadow: 0 0 15px -5px #555;
    position: fixed;
    background: #fff;
    padding: 20px;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: block !important;
    left: -350px; } }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0; }

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body {
  font-family: "Inter", sans-serif; }

/* clear any floats inside the mega menus */
a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.topbar {
  background: #d52027;
  color: #fff;
  padding: 5px 0; }

.topbar a {
  color: #fff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 16px; }

.topbar .bi {
  margin-right: 8px; }

.whatsapp {
  position: fixed;
  z-index: 2;
  bottom: 8px;
  right: 8px;
  height: 60px;
  min-width: 60px;
  line-height: 56px;
  text-align: center;
  background: #25d366;
  color: inherit;
  bottom: 10%;
  border-radius: 100%;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24); }

.whatsapp .bi {
  font-size: 36px;
  color: #fff; }

.navbar_header {
  /* position: relative; */
  top: 0;
  padding: 0; }

.navbar_header ul {
  background: #d52027; }

.navbar_header ul li a {
  font-family: "Inter", sans-serif !important;
  font-size: 18px !important;
  color: #232c2e !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  padding: 10px 25px !important; }

.navbar_header ul li a:hover {
  color: #d52027 !important; }

.navbar_header ul li ul {
  padding: 15px 0;
  box-shadow: none !important; }

.navbar_header ul li ul li a {
  color: #fff !important; }

.navbar_header ul li ul li a:hover {
  color: #000 !important; }

.navbar_header .btn {
  background: #d52027;
  padding: 12px 25px !important;
  color: #fff !important;
  border-radius: 7px;
  font-weight: 500; }

.navbar_header span {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-weight: 600;
  background: #d52027;
  padding: 5px 10px;
  border-radius: 5px; }
  .navbar_header span a {
    color: #fff; }

.icon {
  margin-inline-start: 30px; }
  .icon a {
    border-radius: 100px;
    display: inline-block;
    width: 40px;
    text-align: left;
    color: #d52027; }
  .icon img {
    filter: invert(1); }

.services-innner .box ul {
  padding-left: 0;
  list-style: none; }

.services-innner .box h1 {
  margin-bottom: 25px; }

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: brightness(0) invert(1);
  width: 50px; }

#home {
  position: relative; }

#home .carousel-control-next,
#home .carousel-control-prev {
  width: 50px; }

.check-area {
  position: absolute;
  right: 10%;
  z-index: 1;
  width: 450px;
  top: 100px;
  bottom: 100px; }

.carousel-caption {
  display: flex;
  align-items: center;
  justify-content: start;
  top: 0;
  bottom: 0;
  left: 8%;
  text-align: left; }
  .carousel-caption h1,
  .carousel-caption h2 {
    font-size: 54px;
    color: #232c2e;
    font-family: "Inter", sans-serif;
    z-index: 999;
    font-weight: 800;
    letter-spacing: -2px; }
  .carousel-caption p {
    letter-spacing: -.5px;
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #261d70; }

#about {
  padding: 110px 0; }

#about h3 {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  color: #d52027;
  font-weight: 700; }

#about h4 {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  color: #261d70;
  font-weight: 700;
  margin-bottom: 30px; }

#about p {
  font-family: "Inter", sans-serif;
  color: #666;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300; }

#about p strong {
  font-family: "Inter", sans-serif;
  color: #d52027;
  opacity: 1;
  font-size: 18px; }

#about .d-flex {
  padding-bottom: 20px; }

.services {
  padding: 70px 0;
  background: #261d70; }
  .services .tab-pane {
    padding: 25px;
    border-radius: 0; }
    .services .tab-pane .box {
      background: #e5e7eb;
      margin-bottom: 30px;
      min-height: 350px; }
      .services .tab-pane .box img {
        border-radius: 2px;
        border: 1px solid #e5e7eb; }
  .services .title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 40px;
    text-align: center;
    color: #fff; }
  .services .tabs h2 {
    margin-bottom: 30px; }

.services .service-box {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  border-radius: 10px; }

.services .service-box p {
  font-family: "Inter", sans-serif;
  opacity: 1; }

.services h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600; }

.services p {
  font-family: "Inter", sans-serif;
  color: #999;
  font-size: 14px; }

.services p strong {
  display: block;
  font-family: "Inter", sans-serif;
  color: #d52027;
  font-size: 16px; }

.services-innner .tabs button.active .service-box {
  background: #d52027;
  border-radius: 0; }

.services-innner .service-box {
  margin: 0;
  padding: 15px 5px; }

/*.services .service-box {
      padding: 30px 15px;
      text-align: center;
      box-shadow: 0 5px 30px rgba(3, 4, 4, 0.07);
      background: #fff;
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 20px;
  }*/
#Contact,
#about,
#product {
  scroll-margin-top: 70px; }

.services-innner .tabs button {
  background-color: #fff;
  border: 1px solid;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 5px 30px rgba(3, 4, 4, 0.07);
  background: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0px; }

.nav-pills .nav-link.active {
  color: #fff; }

.nav-link:hover {
  color: #000; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='coral' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-toggler {
  border: 2px solid coral; }

.services-innner .tabs button.active {
  background: #d52027; }

/* .services-innner .tabs button {
      width: 207px;
  } */
.services .tabs button {
  border: 0;
  border-radius: 0;
  padding: 0;
  /* margin: 0; */
  /* width: 18%; */ }

.services .service-box img {
  margin-bottom: 10px; }

.services-innner .service-box p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase; }

.services-innner .tabs button.active .service-box p {
  color: #fff; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0px; }

.accordion-item {
  border: 0; }

.tab-title {
  display: flex; }

.tab-title p {
  font-size: 18px;
  color: #000;
  font-family: "Inter", sans-serif;
  opacity: 1;
  font-weight: 600;
  margin-top: 17px;
  margin-left: 10px; }

.tab-title img {
  width: auto; }

.box .form-group {
  margin-bottom: 20px; }

.navbar-toggler > .close {
  display: inline; }

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none; }

.about-icon {
  padding: 10px; }

.incredible-area {
  padding: 80px 0;
  background: #d52027;
  position: relative; }

.incredible-area h4 {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px; }

.incredible-area .iata-logo {
  background: #fff;
  padding: 20px;
  text-align: center;
  max-width: 450px;
  margin: auto;
  border-radius: 10px; }

.iata-logo {
  text-align: center; }

.contact-message {
  height: 120px;
  color: #24416b;
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  border-radius: 10px;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%; }

.contact-info__icon {
  display: inline-block;
  width: 60px;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #f1f5f9;
  color: #4a576b;
  text-align: center;
  font-size: 30px;
  border-radius: 4px;
  margin-right: 25px;
  /* margin-bottom: 20px; */ }

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px; }

.contact-info__text a {
  color: #5d6c83;
  font-size: 22px;
  word-wrap: break-word; }

#Contact {
  padding: 70px 0; }

#Contact h4,
#Contact h5 {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  color: #d52027;
  font-weight: 700;
  margin-bottom: 50px !important; }

#Contact h5 {
  color: #232c2e; }

#Contact .contact-wrap {
  box-shadow: 0 20px 25px -5px #e5e7eb, 0 8px 10px -6px #e5e7eb;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e7eb; }

#Contact p {
  margin-bottom: 5px;
  font-family: "Inter", sans-serif;
  color: #101624;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  font-weight: 700; }

#Contact .contact-info__text {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  color: #5d6c83; }

#Contact input,
#Contact textarea {
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #99a0ab;
  line-height: 1.5rem;
  font-size: 0.875rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

#Contact label {
  color: #182031;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem; }

#Contact input {
  color: #99a0ab; }

#Contact button {
  font-family: "Inter", sans-serif;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  background: #d52027;
  margin-top: 15px;
  padding: 10px 25px !important;
  border-radius: 5px; }

.product-description {
  padding: 100px 0;
  background: #d52027;
  position: relative; }
  .product-description .row {
    position: relative;
    z-index: 1; }
  .product-description h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.2px;
    margin-bottom: 35px; }
  .product-description ul {
    padding-left: 0;
    list-style: none; }
    .product-description ul li {
      font-family: "Inter", sans-serif;
      font-size: 22px;
      display: flex;
      margin-bottom: 20px;
      line-height: 24px;
      color: #fff; }
      .product-description ul li .bi {
        margin-right: 8px; }

.roller-background {
  position: absolute;
  background-size: cover !important;
  background-attachment: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .1; }

/* contact css */
.footer {
  background: #000;
  color: #fff;
  padding: 70px 0; }

.footer h2 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600; }

.footer p {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 400;
  display: flex;
  opacity: .7;
  font-size: 18px; }

.footer p .bi {
  margin-right: 10px; }

.footer p a {
  color: #fff !important;
  font-size: 18px; }

.footer .social-media a {
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background: #d52027;
  color: #fff;
  border-radius: 5px; }
  .footer .social-media a img {
    filter: invert(1); }

.footer-bottom-area {
  padding: 25px 0;
  background: #d52027; }

.footer-bottom-area p {
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px; }

.footer-bottom-area p a {
  color: #fff !important;
  font-size: 18px; }

.footer-middle-area ul {
  padding-left: 0;
  list-style: none; }

.footer-middle-area ul li a {
  color: #fff;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
  opacity: .7; }

#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  z-index: 999; }

.footer-nav {
  overflow: hidden;
  background-color: #d52027;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 10px;
  text-align: center; }

.footer-nav a {
  color: #fff;
  padding: 0px 40px; }

button.navbar-toggler {
  border: 0; }

.navbar-toggler:focus {
  box-shadow: none; }

.header-icon {
  width: 100px;
  padding: 7px 3px 0 8px; }

.media-body {
  float: left;
  width: 80%; }

/* .carousel-item {
      height: 100vh;
  } */
@media (min-width: 992px) {
  #mobile-footer {
    display: none; }
  .services-innner .service-box {
    width: 100%; }
  .services-innner .tabs button {
    width: 100%; }
  .services-innner .nav-item {
    width: 20%; }
  .services-innner .nav-tabs {
    border-bottom: 1px solid #e5e7eb; }
  .booking-tble-b {
    display: none; }
  .services .tabs h2 {
    display: none; } }

@media (max-width: 991px) {
  .services-innner .box {
    padding: 10px !important; }
  .services .tabs button {
    padding: 20px;
    position: relative;
    margin-bottom: 0; }
  .tab-content > .tab-pane {
    display: block;
    margin-bottom: 10px; }
  .fade:not(.show) {
    opacity: 1; }
  .navbar_header ul li a {
    padding: 20px 32px !important; } }

@media screen and (max-width: 1440px) {
  .header-icon {
    display: none; } }

@media screen and (max-width: 1440px) and (min-width: 1336px) {
  .ecorik-banner-area {
    height: auto; }
  .ecorik-banner-area .ecorik-banner-text h1 {
    font-size: 120px; }
  .services-innner .service-box p {
    font-size: 20px; } }

@media screen and (max-width: 1200px) {
  .ecorik-banner-area {
    height: auto; }
  .ecorik-banner-area .ecorik-banner-text h1 {
    font-size: 92px; }
  .navbar-brand {
    width: 25%; } }

@media (min-width: 1281px) and (max-width: 1440px) {
  .check-area {
    top: 10px; } }

@media (min-width: 992px) and (max-width: 1280px) {
  .check-area {
    top: 10px; }
  .booking-form {
    padding: 20px 40px; }
  .booking-form h3 {
    margin-bottom: 5px; }
  .booking-form .form-control {
    height: 30px;
    font-weight: 500; }
  .booking-form .mb-3 {
    margin-bottom: 10px !important; }
  #about h3 {
    font-size: 36px; }
  #about h4 {
    font-size: 54px;
    line-height: 54px; }
  .services .tab-pane .box {
    min-height: auto; }
  .navbar_header ul li a {
    padding: 10px 16px !important; }
  .contact-info__icon {
    margin-right: 10px; }
  .services-innner .tabs button {
    font-size: 20px;
    min-height: 100%; } }

@media screen and (max-width: 991px) {
  .travel-spc {
    padding: 50px 0px !important; }
  .header-btn {
    padding: 5px 18px;
    /* margin: 20px 20px 20px 0; */ }
  .navbar-brand {
    width: 20%; }
  .check-area {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%; }
  .check-area .booking-form {
    width: 100%; }
  .main-menu-btn {
    background-color: #d52027; }
  .booking-form {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); }
  .booking-form .form-control {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    font-weight: 400; }
  .booking-form .form-label {
    color: #000; }
  #Contact h4,
  #Contact h5 {
    font-size: 36px; }
  .media-body {
    width: 75%; }
  .navbar_header span {
    width: 180px;
    margin: 0 !important; }
  .main-menu-btn {
    background: #000; }
  .main-menu-btn span {
    padding: 0;
    width: 24px;
    margin: auto;
    background-color: #fff !important; }
  .main-menu-btn {
    top: 25px; } }

@media screen and (max-width: 767px) {
  .iata-logo img {
    width: 100%; }
  .check-area {
    position: relative; }
  .ecorik-banner-area .white-shape {
    display: none; }
  #home,
  #about,
  #services,
  .incredible-area,
  #Contact,
  .footer,
  .footer-bottom-area {
    overflow-x: hidden; }
  .topbar a {
    font-size: 14px; }
  #about h2 {
    font-size: 36px; }
  .navbar_header .ms-4.d-flex.align-items-center {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .services .tabs button {
    width: 100%; }
  .ecorik-banner-area .ecorik-banner-text h1 {
    font-size: 70px; } }

@media screen and (max-width: 580px) {
  .footer-nav a {
    padding: 0px 10px; }
  .topbar {
    text-align: center; }
  .topbar-icon {
    display: none; }
  .navbar-brand {
    width: 40%;
    padding-left: 10px; }
  li.nav-item {
    padding: 14px;
    border-bottom: 1px solid #e9e7e7; }
  .header-btn {
    margin: 15px; }
  .navbar-nav li a {
    font-size: 14px !important;
    margin: 0px !important; }
  .header-btn a {
    font-size: 14px; }
  .ms-4.d-flex.align-items-center {
    display: none !important; }
  #about h4 {
    font-size: 48px;
    line-height: 48px; }
  #about h3 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 25px; }
  .services .tab-pane .box {
    min-height: auto;
    padding: 0; }
  .contact-info__icon {
    margin-right: 10px; }
  .main-menu-btn {
    top: 15px;
    margin: 0; }
  #about h4 {
    font-size: 36px;
    line-height: 36px; }
  .product-description h2 {
    font-size: 30px;
    line-height: normal; }
  .product-description ul li {
    font-size: 18px; }
  .services .title {
    font-size: 36px; }
  #captcha {
    transform: scale(0.8) translateX(-25px); } }

@media screen and (max-width: 767px) and (min-width: 571px) {
  ul.navbar-nav li a {
    font-size: 14px;
    margin: 0 10px; }
  .header-btn a {
    font-size: 14px; } }
