body {
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
}
* {

  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  color: #222;
}

 svg:not(:root) {
     overflow: hidden;
}

p {
 
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  margin-bottom: 20px;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* img {
 
  width: 100%;
  height: auto;
} */
img {
  max-width: 100%;
  height: auto;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background: rgb(255, 72, 56);
  opacity: 9;
  
}
a {
  text-decoration: none !important;
}
a {
  color: #787780;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
.pt-110 {
  padding-top: 110px;
}
.pb-110 {
  padding-bottom: 110px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-110 {
  margin-top: 110px;
}
.pt-80 {
  padding-top: 80px;
}
.mt-120 {
  margin-top: 120px;
}
input {
  padding: 8px 15px;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  height: 45px;
}
input:focus {
  outline: none !important;
  border: 1px solid #c27c7c;
}
input.input-field.check-in.react-datepicker-ignore-onclickoutside {
  border: 1px solid #ff4838;
}
table tbody tr td,
table tbody tr th,
table thead tr td,
table thead tr th,
table tfoot tr td,
table tfoot tr th {
  border: 1px solid #eee;
  padding: 10px;
}
.custom-input-group {
  margin-top: 30px;
  position: relative;
}
.custom-input-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 1;
}
.custom-input-group label {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #2d373c;
  font-family: "Viga", sans-serif;
}
.custom-input-group input,
.custom-input-group textarea {
  padding: 15px 20px;
  font-family: "Viga", sans-serif;
}
.custom-input-group input::placeholder,
.custom-input-group textarea::placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
  font-family: "Viga", sans-serif;
}
.custom-input-group input {
  background: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(255, 72, 56, 0.15);
  box-sizing: border-box;
  border-radius: 100px;
  height: 50px;
  margin-top: 14px;
  appearance: none;
}
.custom-input-group input:focus {
  border: 1px solid #ff4838;
}
.custom-input-group select {
  background: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(255, 72, 56, 0.15);
  box-sizing: border-box;
  border-radius: 100px;
  height: 52px;
  margin-top: 14px;
  padding: 15px 20px;
  appearance: none;
  position: relative;
}
.custom-input-group select:focus {
  border: 1px solid #ff4838;
}
.custom-input-group textarea {
  background: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(255, 72, 56, 0.15);
  box-sizing: border-box;
  border-radius: 30px;
}
.custom-input-group textarea:focus {
  border: 1px solid #ff4838;
}
.custom-input-group button[type="submit"] {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #ff4838;
  border-radius: 100px;
  border: none;
  padding: 14px 38px;
  font-family: "Viga", sans-serif;
  transition: all 0.2s;
}
.custom-input-group button[type="submit"]:hover {
  background: #162b32;
  color: #ff4838;
}
textarea {
  padding: 8px 10px;
  background: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  border: 1px solid #eee;
  transition: all 0.4s ease;
}
select {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  transition: all 0.4s ease;
  margin-bottom: 0;
  height: 45px;
}
select:focus {
  outline: none;
  border: 1px solid #ff5235 !important;
}
.select2-container--open .select2-dropdown--below {
  border: 1px solid #eee;
}
.select2-container--default .select2-selection--single {
  border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
  border: 1px solid #eee;
  border-radius: 0;
}
.select2-container--default .select2-results__group {
  font-size: 14px;
  color: #666666;
  font-family: "Barlow", sans-serif;
}
.select2-results__option {
  font-size: 13px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}
.calendar {
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px !important;
  border: none;
  box-shadow: 0 20px 40px rgba(59, 60, 56, 0.05);
}
.ui-datepicker {
  background: #fff;
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #ff4838;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0 0 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0 0 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #eee;
}
.ui-datepicker-title {
  text-align: center;
  font-size: 18px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar tr td,
.ui-datepicker-calendar table tbody tr th,
.ui-datepicker-calendar table thead tr td,
.ui-datepicker-calendar table thead tr th,
.ui-datepicker-calendar table tfoot tr td,
.ui-datepicker-calendar table tfoot tr th {
  padding: 0 !important;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 15px;
  color: #ff4838;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 2;
  font-size: 14px;
}
.ui-state-default:hover {
  color: #fff;
  background: #ff4838;
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-state-highlight {
  color: #fff;
  background-color: #ff4838;
  border-radius: 0;
}
.ui-state-active {
  color: #fff;
  background-color: #ff4838;
  border-radius: 50px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
.bg-cream {
  background: #f8f5f0 ;
}

.section-head-alpha {
  max-width: 710px;
  padding-bottom: 50px;
}
.section-head-alpha h2 {
  font-weight: 800;
  font-size: 35px;
  line-height: 42px;
  color: #2d373c;
  margin-top: -7px;
  font-family: "Viga", sans-serif;
}
.section-head-alpha p {
  padding-top: 10px;
  font-size: 16px;
  color: #666;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes loader {
  0%,
  10%,
  100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@keyframes loaderBlock {
  0%,
  30% {
    transform: rotate(0);
  }
  55% {
    background-color: #ff4838;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%,
  20% {
    transform: rotate(0);
  }
  55% {
    background-color: #ff4838;
  }
  100% {
    transform: rotate(-90deg);
  }
}
.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}
.preloader .loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ff4838;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.preloader .loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.preloader .loader span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.preloader .loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.preloader .loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}
.button-fill-primary {
  font-weight: 600;
  font-size: 18px;
  font-family: "Viga", sans-serif;
  color: #fff;
  background: #ff4838;
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #ff4838;
  box-sizing: border-box;
  transition: .4s all ease-in-out;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
  border: 1px solid #2d1f3b;
}
.button-fill-primary:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 580px;
  height: 550px;
  margin: auto;
  background: #2B2540;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
  transform: translateX(-50%) translateY(-5%) scale(.4);
  transition: .4s all ease-in-out;

}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}

.btn:hover {
  color: #ffffff;
}
.button-fill-primary:hover:before {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-45%) translateY(0) scale(1);
  transform: translateX(-50%) translateY(0) scale(1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  border: none;
}
.banner3-btn {
  animation: zoomIn 2s;
  margin-top: 30px;
}
.topbar-style-one {
  background: #2d373c;
  position: relative;
  z-index: 1;
}
.topbar-style-one .topbar-contact-left .contact-list {
  display: flex;
}
.topbar-style-one .topbar-contact-left .contact-list li {
  margin-right: 20px;
  font-family: "Viga", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}
.topbar-style-one .topbar-contact-left .contact-list li a {
  color: inherit;
}
.topbar-style-one .topbar-contact-left .contact-list li:last-child {
  margin-right: 0;
}
.topbar-style-one .topbar-contact-left .contact-list li i {
  margin-right: 5px;
}
.topbar-style-one .topbar-ad a {
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  font-family: "Viga", sans-serif;
  background: #ff4838;
  padding: 13px 50px;
}
.topbar-style-one .topbar-social-links {
  display: flex;
}
.topbar-style-one .topbar-social-links li {
  margin-right: 20px;
}
.topbar-style-one .topbar-social-links li:last-child {
  margin-right: 0;
}
.topbar-style-one .topbar-social-links li i {
  color: #ff4838;
  font-size: 20px;
  font-family: "Viga", sans-serif;
}
.topbar-style-one .topbar-social-links li i::before {
  vertical-align: middle;
}
.inner-logo {
  padding-top: 40px;
}
.inner-contact-options .contact-box-inner {
  font-weight: 600;
  font-size: 15px;
  color: #2d373c;
  display: flex;
  padding-left: 20px;
  padding-top: 8px;
}
.inner-contact-options .contact-box-inner a {
  color: inherit;
  display: inline-block;
}
.inner-contact-options .contact-box-inner i {
  margin-right: 10px;
  color: #2d373c;
}
.header-area.header-style-one.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 2px 28px 0 rgba(122, 121, 121, 0.1);
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-style-one.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(25, 26, 28, 0.9);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header .header-style-one {
  position: relative;
  z-index: 2;
}
header .header-style-one .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  opacity: 0;
  z-index: 99;
  transform: scale(0);
  transform-origin: 0% 0%;
  transition: all 0.3s;
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
}
header .header-style-one .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}
header .header-style-one .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}
header .header-style-one .main-nav ul > li a:hover {
  background: 0 0;
  color: #ff4838 !important;
}
header .header-style-one .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}
header .header-style-one .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}
header .header-style-one .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}
header .header-style-one .main-nav > ul > li:hover > .sub-menu {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
header .header-style-one .main-nav ul li .sub-menu li:hover > .sub-menu,
header
  .header-style-one
  .main-nav
  ul
  li
  .sub-menu
  li
  .sub-menu
  li:hover
  > .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
header .header-style-one .main-nav ul {
  margin: 0;
  list-style: none;
}
header .header-style-one .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header .header-style-one .main-nav ul li:last-child {
  padding-right: 0;
}
header .header-style-one .main-nav ul li:hover > a {
  color: #ff4838;
}
header .header-style-one .main-nav ul li:hover > a::before {
  opacity: 1;
  background: #ff4838;
}
header .header-style-one .main-nav ul li a {
  font-size: 16px;
  color: #162b32;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  transition: all 0.3s ease-in-out;
  padding: 30.5px 0;
  position: relative;
}
header .header-style-one .main-nav ul li ul.sub-menu > li {
  padding: 0;
}
header .header-style-one .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px;
  color: #162b32;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header-style-one .main-nav ul li ul.sub-menu > li a.active {
  color: #ff4838;
  font-weight: 600;
}
header .header-style-one .main-nav ul li ul.sub-menu > li a:hover {
  background: #ff4838;
  color: #fff !important;
}
header .header-style-one .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}
header .header-style-one .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 0;
  color: #ff4838;
  font-family: "FontAwesome";
  content: "\f067";
  font-size: 13px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  top: 34px;
  transition: all 0.5s ease-in-out;
}
header .header-style-one .main-nav ul li:hover.has-child-menu:after {
  transform: rotate(-180deg);
}
header .header-style-one .main-nav > ul > li > a.active {
  color: #ff4838;
  font-weight: 600;
  font-size: 16px;
}
header .header-style-one .nav-right {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header-style-one .nav-right .nav-actions {
  display: flex;
}
header .header-style-one .nav-right .nav-actions li {
  margin-right: 30px;
  display: inline-flex;
}
header .header-style-one .nav-right .nav-actions li:last-child {
  margin-right: 0;
}
header .header-style-one .nav-right .nav-actions li i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  color: #ff4838;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
  border: 1px solid #2d1f3b;
}
header .header-style-one .nav-right .nav-actions li i:hover {
  background: #ff4838;
  color: #fff;
}


.main-searchbar-wrapper {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  inset: 0;
  background: rgba(45, 55, 60, 0.8);
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 50px 0;
  transition: all 0.8s cubic-bezier(0.32, 0, 0, 1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
.main-searchbar-wrapper.search-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.multi-main-searchber {
  background: #fff;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  z-index: 2;
}
.multi-main-searchber .main-searchbar-close {
  position: absolute;
  right: 0;
  top: -38px;
}
.multi-main-searchber .main-searchbar-close i {
  height: 30px;
  width: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff4838;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
  border: 1px solid #2d1f3b;

}
.multi-main-searchber .search-box-single {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.multi-main-searchber .search-box-single .searchbox-icon {
  font-size: 25px;
  color: #ff4838;
  padding-right: 15px;
}


.multi-main-searchber .search-box-single .searchbox-input {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.multi-main-searchber .search-box-single .searchbox-input.date-picker-input {
  z-index: 21;
  top: 10px;
}
.multi-main-searchber
  .search-box-single
  .searchbox-input.date-picker-input::before {
  position: absolute;
  content: "\f073";
  font-family: "FontAwesome";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
}
.multi-main-searchber .search-box-single .searchbox-input label {
  font-weight: 600;
  font-size: 16px;
  color: #2d373c;
  line-height: 1;
  font-family: "Viga", sans-serif;
  display: block;
  margin-bottom: -2px;
}
.multi-main-searchber .search-box-single .searchbox-input select {
  font-weight: 500;
  font-family: "Viga", sans-serif;
  font-size: 12px;
  color: #666;
  display: block;
}
.multi-main-searchber .search-box-single .searchbox-input input,
.multi-main-searchber .search-box-single .searchbox-input select {
  height: 30px;
  padding: 0;
  border: none;
  padding-bottom: 10px;
}
.multi-main-searchber .search-box-single .searchbox-input input::placeholder,
.multi-main-searchber .search-box-single .searchbox-input select::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  font-family: "Viga", sans-serif;
}
.multi-main-searchber .main-form-submit {
  height: 100%;
}
.multi-main-searchber .main-form-submit button {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border: none;
  background: #ff4838;
  display: block;
  font-family: "Viga", sans-serif;
  width: 100%;
  height: 100%;
  padding: 12px 24px;
  transition: all 0.35s;
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
  border: 1px solid #2d1f3b;
}
.multi-main-searchber .main-form-submit button:hover {
  background: 0 0;
  color: red;
  border: 1px solid #ff4838;
}
.select2-results__option--highlighted[aria-selected] {
  background-color: #ff4838 !important;
  color: #fff;
}
/*--------------------------------------------------------------
# Main Slider Start
--------------------------------------------------------------*/
.main-slider {
  overflow: hidden;
  position: relative;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: #151414;
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform-origin: top center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 7000ms ease;
  transition: -webkit-transform 7000ms ease;
  transition: transform 7000ms ease;
  transition: transform 7000ms ease, -webkit-transform 7000ms ease;
  z-index: -1;
}

.main-slider .image-layer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(49, 48, 65);
  opacity: .6;
}

.main-slider .swiper-slide-inner {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 280px;
  padding-bottom: 255px;
}

.main-slider h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #ff4838;
  font-size: 80px;
  line-height: 90px;
  font-weight: 400;
  font-family: "Protest Revolution", sans-serif;
  margin-bottom: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
      -webkit-transform 2000ms ease;
  z-index: 2;
}

.main-slider h2:before {
  position: absolute;
  bottom: 7px;
  right: -8px;
  background-image: url(../img/main-slider-shape-1.png);
  background-repeat: no-repeat;
  width: 409px;
  height: 24px;
  content: "";
}

.main-slider p {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  opacity: 0;
  font-family: "Viga", sans-serif;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
      -webkit-transform 2000ms ease;
  z-index: 3;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-slider-button-next {
  position: relative;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  margin-right: 100px;
  font-size: 25px;
  border: 2px solid #2d1f3b;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  transition: 0.5s;
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
}

.main-slider-button-prev {
  position: relative;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  color: #ffff;
  cursor: pointer;
  z-index: 9;
  margin-left: 100px;
  font-size: 25px;
  border: 2px solid #2d1f3b;
  transform: rotate(-180deg);
  opacity: 0.2;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
}

.main-slider-button-prev,
.main-slider-button-next:focus {
  outline: none;
}

.main-slider-button-prev:hover,
.main-slider-button-next:hover {
  opacity: 1;
}
/*--------------------------------------------------------------
# Main Slider End
--------------------------------------------------------------*/






.package-area .square-flip {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.package-area .square-flip {
  min-height: 450px;
  margin-bottom: 30px;
}
.package-area .square,
.package-area .square2 {
  width: 100%;
  height: 100%;
}
.package-area .square {
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.package-area .square .category {
position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  font-family: 'Barlow Condensed', sans-serif;
  padding: 10px 3px;
  line-height: 1.5em;
}
.package-area .square .category a {
  color: #fff;
}
.package-area .square .category:hover {
  color: #fff;
}
.package-area .square h4 {
  color: #fff;
  font-size: 27px;
  text-align: left;
  margin-bottom: 0;
  display: inline-flex;
}
.package-area .square h6, .package-area .square h6 a {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.package-area .square-flip .square {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}
.package-area .square-flip:hover .square {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.package-area .square2 {
  background: #f8f5f0;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.package-area .square2.bg-white {
  background: #fff;
}


.package-area .square2:before {
  top: 25px;
  left: 15px;
  right: 15px;
  bottom: 25px;
}
.package-area .square2 h4 {
  font-size: 30px;
  color: #222;
}
.package-area .square2 h6 {
  position: relative;
  color: #ff4838;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.package-area .square2 p {
  font-size: 15px;
  color: #666;
}
.package-area .square2 .icon img {
  width: 60px;
  color: #666;
  margin-bottom: 20px;
}
.package-area .btn-line a {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-family: "Viga", sans-serif;
}
.package-area .btn-line a:hover {
  border-bottom: 1px solid #ff4838;
  color: #666;
}
.package-area .square-flip .square2 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}
.package-area .square-flip:hover .square2 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.package-area .square-container {
  padding: 40px;
  text-align: right;
  height: 450px;
  position: relative;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -webkit-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 2;
}
.package-area .square-container .box-title {
  /*	width: 100%;*/
}
.package-area .square-flip:hover .square-container {
  -webkit-transform: translateX(-650px) scale(0.88);
  -ms-transform: translateX(-650px) scale(0.88);
  transform: translateX(-650px) scale(0.88);
}
.package-area .square-container2 p{
  font-family: "Viga", sans-serif;
}
.package-area .square-container2 {
  padding: 30px;
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
  transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 2;
}
.package-area .square-flip:hover .square-container2 {
  -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
}
.package-area .flip-overlay {
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
}
.room-facilities .wrap {
  background: #222;
  padding: 30px;
}
.room-facilities ul {
margin: 0;
padding: 0;
list-style: none;
}
.room-facilities ul li {
color: #666;
font-size: 15px;
font-family: "Viga", sans-serif;
padding-bottom: 10px;
}
.room-facilities ul li i {
  margin-right: 10px;
  color: #ff4838;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .package-area .square-flip {
      margin-bottom: 30px;
  }
  .package-area {
      padding-bottom: 70px;
  }
}
/*--------------------------------------------------------------
# Package Area End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tour Area Start
--------------------------------------------------------------*/
.tour {
  position: relative;
  display: block;
}

.tour__container {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.tour__left {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  min-height: 508px;
}

.tour-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tour__right {
  position: relative;
  display: block;
  float: right;
  width: 50%;
  background-color: #ff4838;
}

.tour-right-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.05;
}

.tour__content {
  position: relative;
  display: block;
  padding-left: 180px;
  padding-top: 127px;
  padding-bottom: 100px;
}

.tour__title {
  font-size: 60px;
  color: #ffffff;
  font-family: "Protest Revolution", sans-serif;
  letter-spacing: -0.02em;
  line-height: 60px;
  text-shadow: 10px 17.321px 0px rgb(0, 0, 0, .10);
  margin-bottom: 45px;
  padding-left: 37px;
}

.tour__text {
  font-family: "Viga", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 48px;
  margin-bottom: 30px;
}

.tour__btn {
  background-color: #ffffff;
  color: #313041;
}

.tour__trusted {
  width: 171px;
  height: 171px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
  border: 1px solid #2d1f3b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50px;
  left: -71px;
  animation: fa-spin 5s ease infinite;
}

.tour__trusted p {
  font-family: "Viga", sans-serif;
  font-size: 12px;
  color: #ff4838;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.1em;
}

.tour__trusted h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Protest Revolution", sans-serif;
  line-height: 44px !important;
}

.tour__trusted-icon {
  position: absolute;
  bottom: -5px;
  right: 37px;
  transform: rotate(146deg);
}

.tour__trusted-icon i {
  font-size: 40px;
  color: #ffffff;
}

.tour__trusted .odometer-formatting-mark {
  display: none;
}
.tour-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  font-family: "Viga", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 30px 8px;
  border-radius: 8px;
  transition: all 0.3s linear;
  overflow: hidden;
  letter-spacing: 0.1em;
  z-index: 1;
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
  border: 1px solid #2d1f3b;
}

.tour-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #313041;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.tour-btn:hover:after {
  opacity: 1;
  transform: scaleY(1.0);
}

.tour-btn:hover {
  color: #ffffff;
}
/*--------------------------------------------------------------
# Tour Area End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Counter One Start
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  z-index: 1;
}

.counter-one__container {
  position: relative;
  display: block;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.counters-one__box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, .10);
  border-radius: 8px;
  padding-top: 60px;
  padding-bottom: 25px;
  text-align: center;
}

.counter-one__single {
  position: relative;
  display: inline-block;
  max-width: 318px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.counter-one__single:before {
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  width: 1px;
  background-color: #ebe6de;
  content: "";
}

.counter-one__single:nth-child(1):before {
  display: none;
}







.counter-one__single h3 {
  font-size: 50px;
  color: #ff4838;
  font-weight: 400;
  font-family: "Protest Revolution", sans-serif;
  line-height: 65px !important;
  letter-spacing: -0.02em
}

.counter-one__text {
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 21px;
  margin-top: -10px;
  font-family: "Viga", sans-serif;
}

/*--------------------------------------------------------------
# Counter One End
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Destinations One Start
--------------------------------------------------------------*/
.destinations {
  position: relative;
  display: block;
  padding: 120px 0 0;
}



.destinations .row {
  --bs-gutter-x: 10px;
}

.destinations__single {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.destinations__img {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.destinations__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 8px;
  background-color: rgba(232, 96, 76);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  z-index: 1;
  opacity: .50;
}

.destinations__single:hover .destinations__img:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.destinations__img img {
  width: 100%;
  border-radius: 8px;
  transform: scale(1);
  transition: transform 500ms ease;
}

.destinations__single:hover .destinations__img img {
  transform: scale(1.05);
}

.destinations__content {
  position: absolute;
  bottom: 43px;
  left: 50px;
  z-index: 2;
}

.destinations__sub-title {
  font-size: 20px;
  color: #ff4838;
  font-family: "Protest Revolution", sans-serif;
  margin: 0;
  line-height: 30px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.destinations__title {
  font-family: "Viga", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.02em;
  position: relative;
  display: block;
  z-index: 1;
}

.destinations__title>a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.destinations__title>a:hover {
  color: #ff4838;
}

.destinations__button {
  position: absolute;
  font-family: "Viga", sans-serif;
  top: 20px;
  right: 20px;
  line-height: 30px;
  transition: all 500ms ease;
  transform: scaleX(0);
  z-index: 2;
}

.destinations__single:hover .destinations__button {
  transform: scaleX(1);
}

.destinations__button>a {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #ff4838;
  display: inline-block;
  border-radius: 8px;
  padding: 0 15px 0;
  transition: all 500ms ease;
}

.destinations__button>a:hover {
  background-color: #ffffff;
  color: #ff4838;
}
.destinations-page {
  padding-bottom: 110px;
}

/*--------------------------------------------------------------
# Destinations One End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# World Map Start
--------------------------------------------------------------*/
.world-map-area .world-map-wrap {
  min-height: 650px;
  position: relative;
}
.world-map-area .world-map-wrap .world-map-background {
  position: absolute;
  inset: 0;
}
.world-map-area .world-map-wrap .world-map-background img {
  width: 100%;
  height: 100%;
}
.world-map-area .world-map-wrap .single-location {
  position: absolute;
}
.world-map-area .world-map-wrap .single-location:hover .location-disc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.world-map-area .world-map-wrap .single-location.location-1 {
  top: 20%;
  left: 10%;
}
.world-map-area .world-map-wrap .single-location.location-2 {
  top: 30%;
  left: 38%;
}
.world-map-area .world-map-wrap .single-location.location-3 {
  top: 40%;
  left: 68%;
}
.world-map-area .world-map-wrap .single-location.location-4 {
  top: 76%;
  left: 15%;
}
.world-map-area .world-map-wrap .single-location.location-5 {
  top: 70%;
  left: 50%;
}
.world-map-area .world-map-wrap .single-location .location-icon {
  height: 50px;
  width: 50px;
  display: inline-block;
  margin-left: 5px;
}
.world-map-area .world-map-wrap .single-location .location-icon i {
  font-size: 30px;
  color: #ff4838;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
}
.world-map-area .world-map-wrap .single-location .location-disc {
  width: 300px;
  background: #fff;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.35s;
  transform: translateY(20px);
}
.world-map-area .world-map-wrap .single-location .location-disc::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 10px;
  height: 12px;
  width: 20px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.world-map-area .world-map-wrap .single-location .location-disc h6 {
  font-weight: 700;
  font-size: 20px;
  color: #2d373c;
  font-family: "Viga", sans-serif;
  margin-bottom: 10px;
}
.world-map-area .world-map-wrap .single-location .location-disc p {
  font-size: 16px;
  line-height: 23px;
  color: #666;
}
/*--------------------------------------------------------------
# World Map End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team Start
--------------------------------------------------------------*/
.team_one{
  background: #f8f5f0 ;
}
.team-card{
	margin-bottom: 30px;
}
.team-heading-subheading {
  margin-bottom: 40px;
position: relative;
}
.team-heading-subheading .team-subtitle{
  font-family: "Protest Revolution", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
letter-spacing: 0;
  color: #0b4bd3;
  text-transform: none;
  font-style: normal;
position: relative;
  display: inline-block;
  padding-left: 25px;
margin-bottom: 10px;
}
.team-heading-subheading .team-subtitle:after{
content: "*";
  position: absolute;
font-size: 46px;
line-height: 37px;
font-weight: normal;
top: 0;
left: 0;
letter-spacing: 0;
color: #ff5001;
font-family: "Protest Revolution", sans-serif;
}
.team-heading-subheading .team-header-title{
  font-family: "Viga", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #000000;
  text-transform: none;
  font-style: normal;
}
.team-post-item .team-box-content .team-box-social-links,
.team-card .team-box-content .team-box-position,
.team-card .team-featured-wrapper,
.team-card .team-featured-wrapper::before {
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.team-card .team-box-content .team-title {
	transition: 0.7s ease-in-out;
}

.team-card .team-title {
    line-height: 26px;
    margin: 5px 0 0;
    transform: translateY(210px);
}
.team-card .team-title a {
	color: #ffffff;
  font-family: "Viga", sans-serif;
}
.team-card{
	position: relative;
}
.team-card .team-post-item,
.team-card .team-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.team-card .team-featured-wrapper img {
    width: 100%;
}
.team-card .team-featured-wrapper::before {
	position: absolute;
	content: "";
	width: 0%;	
	height: 100%;
	left: 0;
	background: rgba(255, 72, 56, 0.92);
}
.team-card:hover .team-featured-wrapper::before {
	width:100%;
}
.team-card .team-box-content .team-box-social-links {
	position: absolute;
	top: 0;
	right: 0;
	padding: 35px;
	transform: translateY(-100%);
}
.team-card .team-box-content .team-social-links {
	width: fit-content;
}
.team-card .team-social-links .team-social-li {
	padding: 0;
	display: block;
	margin: 0 0 3px 0;
}
.team-card .team-social-links .team-social-li a {
	color: #ffffff;
}
.team-card .team-social-links .team-social-li a:hover {
	color: #000000;
}
.team-card .team-box-content .team-titlebox {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 35px 45px;
	width: 100%;
} 
.team-card .team-box-content .team-box-position {
	color: rgba(255, 255, 255, .8);
	transform: translateY(120px);
  font-family: "Viga", sans-serif;
  text-transform: uppercase;
}
.team-card:hover .team-box-content .team-box-social-links {
	transform: translateY(0%);
}
.team-card:hover .team-box-content .team-title,
.team-card:hover .team-box-content .team-box-position {
	transform: translateY(0px);
}
.team-spinner-box-style-1 {
	width: 165px;
    position: relative;
    border-radius: 50%;
    color: #ffffff;
}
.team-spinner-box-style-1 .team-ihbox-icon {
	position: absolute;
    top: 50%;
    width: 88px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: #0b4bd3;
	color: #ffffff;
	-webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
  border: 1px solid #2d1f3b;
}
.team-spinner-box-style-1:hover .team-ihbox-icon {
	background-color: #ff5001;
}
.team-spinner-box-style-1 .team-ihbox-box text {
  fill: #ffffff;
  transform-origin: 50% 50% 0;
  transform: rotate(0deg);
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-family: "Viga", sans-serif;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.team-spinner-box-style-1 .team-icon-wrapper i {
	font-size: 22px;
	line-height: 88px;
}
.team-spinner-box-style-1 .team-icon-wrapper i::before{
	font-weight: bold;
}
.team-spinner-box-style-1 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg{
	width: 40px;
	height: auto;
	fill: #ffffff;
}
.team_one .team-spinner-box-style-1 .team-ihbox-box text{
	fill: #0b4bd3;
}
.team-spinner-box-style-1 .team-ihbox-box text{
	fill: #000000;
}
.team_one .team-spinner-box-style-1 .team-icon-wrapper i {
	color: #ffffff;
}
.team-one-left_col{
	padding-left: 160px;
}

/*--------------------------------------------------------------
# Team End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Brand Start
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  background-color: #ff5001;
  padding: 96px 0;
  z-index: 1;
}

.brand-one-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.05;
  z-index: -1;
}

.brand-one__title {
  position: relative;
  display: block;
  padding: 25px 0 13px;
}

.brand-one__title h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
  line-height: 40px;
  font-family: "Protest Revolution", sans-serif;
}
.brand-one__title p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  line-height: 40px;
  font-family: "Viga", sans-serif;
}

.brand-one__title p span {
  -webkit-text-stroke: 2px #000000;
  -webkit-text-fill-color: transparent;
}

.brand-one__main-content .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-one__main-content .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.5;
  max-width: 100%;
}

.brand-one__main-content .swiper-slide img:hover {
  opacity: 1;
}
/*--------------------------------------------------------------
# Brand End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Testimonial Start
--------------------------------------------------------------*/
/* .Testimonial {
  padding: 80px 0 120px;
} */



.TestimonialFloatingCarousel.wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  
}
.TestimonialFloatingCarousel.wrapper * {
  position: relative;
}
.TestimonialFloatingCarousel.wrapper img {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.TestimonialFloatingCarousel .quote-row {
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.TestimonialFloatingCarousel .quote-column {
  position: absolute;
  padding: 0 !important;
  overflow: hidden;
  transition-property: top, left, right, bottom;
  background: #ff4838;
  border-radius: 50px;
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
  border: 1px solid #2d1f3b;
  /*     transition: .4s; */
}
.TestimonialFloatingCarousel .col-active {
  width: 33.33% !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
  bottom: unset !important;
  box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
  
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
  border: 1px solid #2d1f3b;
}
.TestimonialFloatingCarousel .col-active:after {
  content: "";
  position: absolute;
  border-radius: 50px;
  opacity: 0.1;
  background: linear-gradient(90deg, #9194FB 0.23%, #B2AEFF 99.64%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.TestimonialFloatingCarousel .col-inner {
  position: relative;
  width: 100%;
  max-width: 130px;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  
}
.TestimonialFloatingCarousel .col-active .col-inner {
  max-width: 100%;
}
.TestimonialFloatingCarousel .author-meta {
  width: 100%;
  position: relative;
  border: none;
}
.TestimonialFloatingCarousel .col-active .author-meta {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.432);
}
.TestimonialFloatingCarousel .image-cover {
  position: absolute;
  width: 100%;
  float: left;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
  z-index: 1;
  cursor: pointer;
}
.TestimonialFloatingCarousel .col-active .image-cover {
  position: relative;
  width: 30%;
  max-width: 140px;
  float: left;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 1.3rem 0rem 1.3rem 0rem;
  z-index: 1;
}
.TestimonialFloatingCarousel .author-info {
  width: 70%;
  float: left;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
}
.TestimonialFloatingCarousel .col-active .author-info {
  visibility: visible;
}
.TestimonialFloatingCarousel .author-info .author-name,
.TestimonialFloatingCarousel .author-info .person-title {
  transform: translate(-100%, 0%);
  transition: 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.TestimonialFloatingCarousel .show .author-info .author-name {
  transform: translate(0%, 0%);
}
.TestimonialFloatingCarousel .show .author-info .person-title {
  transform: translate(0%, 0%);
  transition-delay: 0.2s;
}
.TestimonialFloatingCarousel .person-name {
  color: #fff;
  font-family: "Viga", sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0;
}
.TestimonialFloatingCarousel .person-title {
  color: #fff;
  font-family: "Viga", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.TestimonialFloatingCarousel .quote-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  color: #494949;
  padding: 20px 15px;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  z-index: 0;
  
}
.TestimonialFloatingCarousel .col-active .quote-wrapper {
  visibility: visible;
  
}
.TestimonialFloatingCarousel .box-text-inner p {
  color: #fff;
  text-align: center;
  font-family: "Viga", sans-serif;
  font-size: 20px;
  font-weight: 400;

}
.TestimonialFloatingCarousel .quote-wrapper .quote-symbol {
  font-size: 150px;
  line-height: 1em;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  color: #ff5001;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  padding: 20px;
}
.TestimonialFloatingCarousel .quote-wrapper .quote-symbol:first-child {
  left: 0%;
  text-align: right;
}
.TestimonialFloatingCarousel .quote-wrapper .quote-symbol:last-child {
  right: 0%;
  text-align: left;
}
.TestimonialFloatingCarousel .show .quote-wrapper .quote-symbol:first-child {
  left: -50%;
}
.TestimonialFloatingCarousel .show .quote-wrapper .quote-symbol:last-child {
  right: -50%;
}
.TestimonialFloatingCarousel .arrows-wrap {
  position: unset;
}
.TestimonialFloatingCarousel .arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 80%;
  background-color: #494949;
  cursor: pointer;
}
.TestimonialFloatingCarousel .left-arrow {
  float: left;
  left: 30px;
  clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
}
.TestimonialFloatingCarousel .right-arrow {
  float: right;
  right: 30px;
  clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);
}

/*--------------------------------------------------------------
# Testimonial End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Start
--------------------------------------------------------------*/
.blog-area .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  
}
.blog-area .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(75%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  
}
.blog-area .item:hover .con {
  bottom: 0;
}
.blog-area .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-filter: brightness(100%);
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
  border: 1px solid #2d1f3b;
}
.blog-area .item .date {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.blog-area .item .date span {
  font-family: "Viga", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}
.blog-area .item .date i {
  font-family: "Viga", sans-serif;
  display: block;
  font-size: 24px;
  font-style: normal;
  color: #fff;
}
.blog-area .item .con {
  margin: -155px 20px 90px;
  padding: 20px;
  background-color: #f8f5f0 !important;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
  transition: .2s cubic-bezier(.3, .58, .55, 1);
  bottom: -90px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 0px -1px #2d1f3b;
  border-color: #2d1f3b;
  border: 1px solid #2d1f3b;
}
.blog-area .item .con .category {
  font-family: "Viga", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  gap: 35px;
}
.blog-area .item .con .category a {
  margin-right: 5px;
  position: relative;
  color: #666;
  margin-bottom: 5px;
}
.blog-area .item .con .category a i {
  color: #ff4838;
  margin-right: 5px;
  font-size: 15px;
}
.blog-area .item .con .category a:last-child {
  margin-right: 0;
}
.blog-area .item .con .category a:last-child:after {
  display: none;
}
.blog-area .item .con h5,
.blog-area .item .con h5 a {
  color: #222;
  font-size: 24px;
  font-family: "Viga", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;

}
.blog-area .item .con h5:hover,
.blog-area .item .con h5 a:hover {
  color: #ff4838;
}
.blog-area .item .con p {
  color: #fff;
  font-size: 17px;
}
.blog-area .item .con i {
  color: #fff;
  font-size: 20px;
}
/*--------------------------------------------------------------
# Blog End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer Start
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #313041;
  background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.site-footer__top {
  position: relative;
  display: block;
}

.site-footer__top-inner {
  position: relative;
  display: block;
  padding: 127px 0 109px;
  z-index: 1;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-right: 70px;
  margin-top: -8px;
}


.shape-left-footer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 11%;
	height: 100%;
}

.footer-fly img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 13%;
	-webkit-animation: topbottom-fotter 12s infinite linear;
	animation: topbottom-fotter 12s infinite linear;
}

@keyframes topbottom-fotter {
	0% {
		top: 40%;
		transform: translateY(-40%);
	}

	50% {
		top: 60%;
		transform: translateY(-60%);
	}

	100% {
		top: 40%;
		transform: translateY(-40%);
	}
}


.footer-widget__about-text {
  font-size: 15px;
  color: #a9a8b6;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  line-height: 32px;
  padding-top: 29px;
  padding-bottom: 24px;
  margin-bottom: 18px;
}



.footer-widget__about-contact li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__about-contact li+li {
  margin-top: 2px;
}

.footer-widget__about-contact li .icon {
  display: flex;
  align-items: center;
}

.footer-widget__about-contact li .icon i {
  font-size: 15px;
  color: #ff4838;
}

.footer-widget__about-contact li .text {
  margin-left: 20px;
}

.footer-widget__about-contact li .text p {
  font-size: 15px;
  font-weight: 500;
  color: #a9a8b6;
  margin: 0;
}

.footer-widget__about-contact li .text a {
  font-size: 15px;
  font-weight: 500;
  color: #a9a8b6;
  transition: all 500ms ease;
}

.footer-widget__about-contact li .text a:hover {
  color: #ff4838;
}

.footer-widget__title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 25px;
}

.footer-widget__company {
  position: relative;
  display: block;
}

.footer-widget__company-list {
  position: relative;
  display: block;
}

.footer-widget__company-list li+li {
  margin-top: 5px;
}

.footer-widget__company-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #a9a8b6;
  transition: all 500ms ease;
}

.footer-widget__company-list li a:hover {
  padding-left: 20px;
  color: #ffffff;
}

.footer-widget__company-list li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #ff4838;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms ease;
}

.footer-widget__company-list li a:hover:before {
  opacity: 1;
}


.footer-widget__explore {
  position: relative;
  display: block;
}

.footer-widget__explore-list {
  position: relative;
  display: block;
}

.footer-widget__explore-list {
  position: relative;
  display: block;
}

.footer-widget__explore-list li+li {
  margin-top: 5px;
}

.footer-widget__explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #a9a8b6;
  transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
  padding-left: 20px;
  color: #ffffff;
}

.footer-widget__explore-list li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #ff4838;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover:before {
  opacity: 1;
}

.footer-widget__newsletter {
  position: relative;
  display: block;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
  padding-top: 12px;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
  font-size: 13px;
  color: #a9a8b6;
  font-weight: 500;
  text-transform: capitalize;
  height: 67px;
  width: 100%;
  background: #292837;
  border: none;
  border-radius: 8px;
  outline: none;
  text-align: center;
  padding: 0 30px;
}

.footer-widget__newsletter-btn {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #ff4838;
  outline: none;
  border: none;
  border-radius: 8px;
  padding: 17px 140px 16px;
  margin-top: 10px;
  transition: all 500ms ease;
}

.footer-widget__newsletter-btn:hover {
  background-color: #ffffff;
  color: #ff4838;
}

.footer-widget__newsletter-bottom {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.footer-widget__newsletter-bottom-icon {
  height: 18px;
  width: 18px;
  border: 1px solid #a9a8b6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
  font-size: 8px;
  color: #a9a8b6;
}

.footer-widget__newsletter-bottom-text {
  margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
  font-size: 15px;
  margin: 0;
  color: #a9a8b6;
  font-weight: 500;
}



.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-top-left-radius: 10px;
  padding: 31px 0;
  padding-left: 160px;
  z-index: 1;
}

.site-footer__bottom-inner:before {
  position: absolute;
  top: 0px;
  left: 2px;
  right: -100000000px;
  bottom: -5px;
  content: "";
  background-color: #ffffff;
  border-top-left-radius: 8px;
  z-index: -1;
}



.footer-widget__social {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.footer-widget__social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #313041;
  background-color: #faf5ee;
  border-radius: 50%;
  font-size: 15px;
  height: 50px;
  width: 50px;
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.footer-widget__social a:hover {
  color: #ffffff;
  transform: rotate(360deg);
}

.footer-widget__social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #ff4838;
  border-radius: 50%;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.footer-widget__social a:hover:before {
  transform: scaleX(1.0);
}

.footer-widget__social a+a {
  margin-left: 10px;
}



.site-footer__bottom-right p {
  font-size: 15px;
  color: #787780;
  font-weight: 500;
  margin: 0;
}

.site-footer__bottom-right p a {
  color: #787780;
  transition: all 500ms ease;
}

.site-footer__bottom-right p a:hover {
  color: #ff4838;
}

.site-footer__bottom-left-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.site-footer__bottom-left-arrow a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4838;
  border-top-left-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-left-arrow a:hover {
  color: #ffffff;
  background-color: #292837;
}

.site-footer__bottom-left-arrow a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  align-items: center;
}

/*--------------------------------------------------------------
# Footer End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Breadcurmb Start
--------------------------------------------------------------*/
.breadcrumb-area {
  background-color: #F2F6F7;
  margin-bottom: 120px;
  padding-top: 110px;
  padding-bottom: 110px; 
  position: relative;}
  .breadcrumb-inner .page-title{
    font-family: "Protest Revolution", sans-serif;
  }
.breadcrumb-list ul {
  margin: 0;
  padding: 0; }

.breadcrumb-list ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  font-weight: 700; 
  font-family: "Viga", sans-serif;}


  .breadcrumb-list ul li i, a:hover {
    color: #ff4838; }
    
.breadcrumb-list ul li:last-child {
  margin-right: 0;
  color:  #000000; }

.breadcrumb-list ul li:after {
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 10px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.breadcrumb-list ul li:last-child:after {
  display: none; }
/*--------------------------------------------------------------
# Breadcurmb End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# About Start
--------------------------------------------------------------*/


.about-shape {
  position: absolute;
  top: -60px;
  right: 170px;
}



.about__left {
  position: relative;
  display: block;
  margin-left: -362px;
}

.about__left-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.about-title {
  margin-top: 5px;
  margin-bottom: 47px;
}

.about-title__tagline {
  display: block;
  color: #e8604c;
  font-size: 20px;
  align-items: center;
  line-height: 30px;
  font-weight: 400;
  font-family: "Protest Revolution", sans-serif;
}

.about-title__title {
  margin: 0;
  font-weight: 700;
  color: #313041;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.02em;
  font-family: "Viga", sans-serif;
}

.about__left-img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.about_left-img:hover:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.about__left-img img {
  width: 100%;
  border-top-right-radius: 8px;
}

.about__video-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 140px;
  width: 150px;
  background-color:  #ffffff;
  font-size: 25px;
  color: #ff4838;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  transition: all 500ms ease;
  z-index: 2;
}

.about__video-btn:hover {
  background-color: #ff4838;
  color:  #ffffff;
}



.about__right {
  position: relative;
  display: block;
  margin-left: 90px;
}

.about__right .section-title {
  margin-bottom: 27px;
}



.about-tab-switcher {
  margin-top: 30px;
}
 .about-tab-switcher .nav-item .nav-link {
  text-align: center;
  padding: 20px 12px;
  color: #162b32;
  min-width: 170px;
  cursor: pointer;
}
  .about-tab-switcher
  .nav-item
  .nav-link.active {
  background: #fff;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  color: #ff4838;
}
  .about-tab-switcher
  .nav-item
  .nav-link
  h3 {
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0.03em;
  color: inherit;
  font-family: "Viga", sans-serif;
}
  .about-tab-switcher
  .nav-item
  .nav-link
  h6 {
  font-size: 18px;
  color: inherit;
  padding-top: 10px;
  font-family: "Viga", sans-serif;
}
.about-tab-wrap .about-tab-content {
  padding-top: 10px;
}
.about-tab-wrap .about-tab-content .tab-pane p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.about__right-text-1 {
  font-size: 24px;
  color: #ff4838;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
  font-family: "Viga", sans-serif;
}

.about__right-text-2 {
  margin: 0;
  letter-spacing: -0.02em;
  padding-top: 25px;
  padding-bottom: 39px;
}
/*--------------------------------------------------------------
# About End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Why Choose Start
--------------------------------------------------------------*/
.why-choose {
  position: relative;
  display: block;
}
.why-choose-title {
  margin-top: 5px;
  margin-bottom: 47px;
}

.why-choose-title__tagline {
  display: block;
  color: #e8604c;
  font-size: 20px;
  align-items: center;
  line-height: 30px;
  font-weight: 400;
  font-family: "Protest Revolution", sans-serif;
}

.why-choose-title__title {
  margin: 0;
  font-weight: 700;
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.02em;
  font-family: "Viga", sans-serif;
}

.why-choose__container {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.why-choose__left {
  position: relative;
  display: block;
  float: left;
  width: 47%;
}

.why-choose__left-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 764px;
}

.why-choose__toggle {
  position: absolute;
  top: 100px;
  right: 100px;
  height: 151px;
  width: 151px;
  background-color: #ff4838;
  box-shadow: 0px 20px 20px 0px rgb(21, 29, 42, .10);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: fa-spin 5s ease infinite;
  z-index: 1;
}

.why-choose__toggle:before {
  position: absolute;
  height: 11px;
  width: 25px;
  right: 32px;
  bottom: 0;
  content: "";
  background-image: url(../img/why-choo-toggle-shape.png);
  background-repeat: no-repeat;
  transform: rotate(-27deg);
  z-index: -1;
}

.why-choose__toggle p {
  font-size: 30px;
  color: #ffffff;
  margin: 0;
  line-height: 39px;
  text-align: center;
  font-family: "Protest Revolution", sans-serif;
  position: relative;
  top: 8px;
}

.why-choose__right {
  position: relative;
  display: block;
  float: right;
  width: 53%;
  padding: 123px 0 108px;
  background-color:  #313041;
  padding-left: 120px;
}

.why-choose__right-map {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 500px;
  width: 434px;
  opacity: .10;
}

.why-choose__right:before {
  position: absolute;
  top: 120px;
  bottom: 120px;
  background-color: #ff4838;
  width: 12px;
  left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  content: "";
}

.why-choose__right-content {
  position: relative;
  display: block;
  max-width: 520px;
  width: 100%;
}

.why-choose__right .section-title {
  margin-bottom: 37px;
}

.why-choose__right .section-title__title {
  color: #ffffff;
}

.why-choose__right-text {
  color: #a9a8b6;
  margin: 0;
}

.why-choose__list {
  position: relative;
  display: block;
  margin-top: 41px;
}

.why-choose__list li {
  position: relative;
  display: flex;
}

.why-choose__list li+li {
  margin-top: 40px;
}

.why-choose__list li .icon {
  position: relative;
  top: 8px;
  display: inline-block;
  transition: all 500ms ease;
}

.why-choose__list li:hover .icon {
  transform: rotateY(180deg);
}

.why-choose__list li .icon span {
  font-size: 63px;
  color: #ff4838;
}

.why-choose__list li .text {
  margin-left: 40px;
}

.why-choose__list li .text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 11px;
  color: #ffffff;
  font-family: "Viga", sans-serif;
}

.why-choose__list li .text p {
  font-size: 16px;
  color: #a9a8b6;
  font-weight: 500;
  margin: 0;
}


/*--------------------------------------------------------------
# Why Choose End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Booking Form Start
--------------------------------------------------------------*/
#theme_search_form {
  margin-top: 100px;
  z-index: 9;
}

.theme_search_form_area {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 30px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px -1px #2d1f3b;
  box-shadow: 4px 4px 4px 4px #2d1f3b;
  border-color: #2d1f3b;
}

.theme_search_form_tabbtn .nav-item {
  margin-right: 20px;
}

.theme_search_form_tabbtn .nav-item:last-child {
  margin-right: 0px;
}

.theme_search_form_tabbtn .nav-tabs {
  border-bottom: none;
}

.theme_search_form_tabbtn .nav-tabs .nav-item.show .nav-link,
.theme_search_form_tabbtn .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #ff4838;
  border-color: none;
}

.theme_search_form_tabbtn .nav-tabs .nav-link {
  margin-bottom: 0;
  color: #2B2540;
  border-radius: 6px;
  border: 1px solid #ff4838;
  font-family: "Viga", sans-serif;
}

.theme_search_form_tabbtn .nav-tabs .nav-link i {
  padding-right: 10px;
}

.theme_search_form_tabbtn {
  margin-bottom: 30px;
}
.flight_Search_boxed {
  background: rgba(255, 72, 56, 0.09);
  padding: 10px 10px 10px 20px;
  border-radius: 10px;
  position: relative;
  font-family: "Viga", sans-serif;
}

.plan_icon_posation {
  position: absolute;
  top: 20px;
  right: 30px;
}

.plan_icon_posation i {
  font-size: 24px;
}

.range_plan {
  position: absolute;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
}

.range_plan i {
  background: #f5eefd;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #ff4838;
}

.flight_Search_boxed p {
  font-size: 14px;
}

.flight_Search_boxed input {
  font-size: 22px;
  width: 87%;
  border: none;
  background: transparent;
  font-weight: 500;
  height: 35px;
  padding: 0;
}

.flight_Search_boxed input:focus-within {
  outline: none;
  border: none;
}

.flight_Search_boxed span {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.date_flex_area {
  display: flex;
  justify-content: space-between;
}

.dropdown_passenger_area button {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
}

.dropdown_passenger_area button::after {
  display: none;
}

.dropdown_passenger_area .dropdown-menu.show {
  transform: translate(-56%, 70px) !important;
}

.dropdown_passenger_area .dropdown-menu {
  z-index: 1000;
  min-width: 350px;
  padding: 15px 20px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}
.traveller-calulate-persons .passengers .passengers-types .passengers-type {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  justify-content: space-between;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
  align-items: center;
  display: flex;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .count {
  margin-right: 20px;
  width: 24px;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .type-label span {
  font-size: 12px;
  color: #4c4c4c;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button {
  font-size: 12px;
  color: #4c4c4c;
  border: 1px solid #d8d8d8;
  width: 20px;
  height: 20px;
}

.traveller-calulate-persons .passengers .passengers-types {
  padding-top: 15px;
}

.traveller-calulate-persons .passengers h6 {
  font-size: 16px;
  font-weight: 500;
  color: #ff4838;
}

.traveller-calulate-persons .cabin-selection {
  padding-top: 10px;
  border-top: 1px solid #c7c7cc;
  margin-top: 20px;
}

.traveller-calulate-persons .label-select-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px;
}
.traveller-calulate-persons .label-select-btn:hover {
  background: #ff4838;
  color:  #ffffff;
}

.traveller-calulate-persons .label-select-btn.active {
  background: #ff4838;
  color:  #ffffff;
}


.traveller-calulate-persons .muiButton-label {
  font-size: 14px;
}

.traveller-calulate-persons .cabin-selection h6 {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  color: #ff4838;
}

.top_form_search_button {
  text-align: center;
  margin-top: 30px;
}

.flight_categories_search .nav-tabs {
  border-bottom: none;
}

.flight_categories_search .nav-tabs .nav-item.show .nav-link,
.flight_categories_search .nav-tabs .nav-link.active {
  color: #ff4838;
  border-color: none;
}

.flight_categories_search .nav-tabs .nav-link {
  margin-bottom: 0;
  color: #2B2540;
  border-radius: 6px;
  border: none;
  font-weight: 500;
  background: transparent;
  font-family: "Viga", sans-serif;
}

.flight_categories_search {
  position: absolute;
  right: 30px;
  top: 25px;
}

.multi_city_form {
  margin-bottom: 15px;
}


.add_multy_form {
  text-align: right;
}

.add_multy_form button {
  color: #ff4838;
  border: none;
  background: transparent;
}

.multi_form_remove {
  text-align: right;
}

.multi_form_remove button {
  color: red;
  border: none;
  background: transparent;
  padding-bottom: 10px;
}



@media (max-width: 1399px) {

  #theme_search_form .container,
  #theme_search_form .container-lg,
  #theme_search_form .container-md,
  #theme_search_form .container-sm,
  #theme_search_form .container-xl {
      max-width: 100%;
  }

}


/*--------------------------------------------------------------
# Booking Form End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Tours List Start
--------------------------------------------------------------*/
.tours-list {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  
}

.tours-list__left {
  position: relative;
  display: block;
  font-family: "Viga", sans-serif;
}

.tours-list__sidebar {
  position: relative;
  display: block;
}

.tours-list__sidebar-search {
  position: relative;
  display: block;
  background: rgba(255, 72, 56, 0.09);
  border-radius: 8px;
  padding: 42px 50px 50px;
}

.tours-list__sidebar-search-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
  font-family: "Viga", sans-serif;
}





.tours-list__sidebar-input input[type="text"] {
  height: 67px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0 30px;
  font-size: 13px;
  color:  #787780;
  font-weight: 500;
  margin-bottom: 10px;
}

.tours-list__sidebar-input .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.tours-list__sidebar-input .bootstrap-select>.dropdown-toggle {
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  border-radius: 8px;
  padding: 0 30px;
  font-size: 13px;
  color:  #787780;
  display: block;
  height: 67px;
  line-height: 67px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: right 25.75px center;
}

.tours-list__sidebar-input .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.tours-list__sidebar-btn {
  font-size: 15px;
  padding: 16px 100px 17px;
  margin-top: 10px;
}

.tour-sidebar__sorter-wrap {
  padding: 38px 50px 49px;
  margin-top: 30px;
  border: 1px solid #ebe6de;
  border-radius: 8px;
}

.tour-sidebar__sorter-single+.tour-sidebar__sorter-single {
  margin-top: 45px;
}

.tour-sidebar__sorter-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ebe6de;
  padding-bottom: 10px;
  margin-bottom: 24px;
}

.tour-sidebar__sorter-top h3 {
  margin: 0;
  color: #313041;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: "Viga", sans-serif;
}

.tour-sidebar__sorter-toggler {
  border: none;
  outline: none !important;
  font-size: 18px;
  color: #313041;
  width: auto;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: center right;
  width: 20px;
  height: 20px;
  padding: 0;

}

.tour-sidebar__sorter-toggler.toggled {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tour-sidebar__price-range .form-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tour-sidebar__price-range .form-group p {
  font-size: 14px;
  font-weight: 700;
  color:  #787780;
  margin: 0;
  line-height: 24px;
}

.tour-sidebar__price-range .noUi-horizontal {
  height: 3px;
  background-color: #ff4838;
}

.tour-sidebar__price-range .noUi-target {
  background: #ff4838;
  border-radius: 0;
  border: 0px;
  box-shadow: none;
}

.tour-sidebar__price-range .noUi-handle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #ff4838;
  border: none;
  outline: none;
  box-shadow: none;
}

.tour-sidebar__price-range .noUi-handle::before,
.tour-sidebar__price-range .noUi-handle::after {
  display: none;
}

.tour-sidebar__price-range .noUi-connect {
  background-color: #ff4838;
}

.tour-sidebar__sorter-inputs p {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.tour-sidebar__sorter-inputs p+p {
  margin-top: 30px;
}

.tour-sidebar__sorter-inputs p label {
  margin: 0;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.tour-sidebar__sorter-inputs p label i {
  color: #faf5ee;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  top: -2px;
}

.tour-sidebar__sorter-inputs p label i+i {
  margin-left: 0px;
}

.tour-sidebar__sorter-inputs p label i.active {
  color: #ffa801;
}


.tour-sidebar__sorter-inputs [type="checkbox"]:checked,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color:  #787780;
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1em;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:before,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid  #787780;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
  content: '\f14a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 18px;
  color: #ff4838;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tours-list__inner {
  position: relative;
  display: block;
}

.top_destinations_box {
  position: relative;
  margin-bottom: 30px;
  border-radius: 12px;
  
}

.top_destinations_box_content {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 20px 20px;
  width: 100%;
}

.top_destinations_box_content h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 22px;
  font-family: "Viga", sans-serif;
}

.top_destinations_box_content h4 a {
  color: #ffffff;
}

.top_destinations_box_content h4 a:hover {
  color: #ff4838;
}

.top_destinations_box_content p {
  padding: 6px 0px;
  font-size: 14px;
  color: #ffffff;
}

.top_destinations_box_content p .review_rating {
  color: #ffffff;
  font-family: "Viga", sans-serif;
}

.top_destinations_box_content p .review_count {
  margin-left: 10px;
}

.top_destinations_box_content h3 {
  font-weight: 500;
  color: #ffffff;
  font-family: "Viga", sans-serif;
}

.top_destinations_box_content h3 span {
  font-weight: 400;
  font-size: 14px;
}
.heart_destinations {
  right: 17px;
  position: absolute;
  top: 12px;
  cursor: pointer;
  z-index: 9;
}

.heart_destinations i {
  color: #ffffff;
  font-size: 24px;
}

.heart_destinations i:hover {
  color: #ff4838;
}
.img_hover {
  overflow: hidden;
}

.img_hover img {
  transition: .4s all ease-in-out;
  width: 100%;
}

.img_hover:hover img {
  transform: scale(1.2);
}
.pagination_area .page-link {
  color: #ff4838;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 14px;
  font-family: "Viga", sans-serif;
}

.pagination_area .page-link:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #ff4838;
  border-color: #ff4838;
}

.pagination_area .page-link:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ff4838;
  outline: none;
  box-shadow: none;
}

.pagination_area .page-item {
  margin: 0 6px;
}

.pagination_area .pagination {
  justify-content: center;
  padding-top: 30px;
}
/*--------------------------------------------------------------
# Tours List End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Team List Start
--------------------------------------------------------------*/
.team-wrap .team-card {
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-wrap .team-card:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 0%;
  height: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ff4838;
  border-radius: 0 0 5px 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-wrap .team-card .team-img {
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.team-wrap .team-card .team-img:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  background: transparent;
  border-top: 40px solid #fff;
  border-left: 40px solid transparent;
  border-right: 40px solid #fff;
  border-bottom: 40px solid transparent;
  border-radius: 5px 5px;
}

.team-wrap .team-card .team-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.team-wrap .team-card .team-img .social-profile {
  position: absolute;
  top: 50%;
  right: 20px;
  text-align: center;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-wrap .team-card .team-img .social-profile li {
  display: block;
  margin: 0 0 10px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.social-profile.style1 li a{

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-profile.style1 li a{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-profile li {
  display: inline-block;
  margin: 0 4px;
}

.social-profile li:first-child {
  margin-left: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 0.8;
}

.social-profile li a:hover {
  border-color: transparent;
  color: #ff4838;
}

.social-profile.style1 li a, .social-profile.style2 li a {
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a i, .social-profile.style2 li a i {
  color: #ff4838;
}

.social-profile.style1 li a {
  background-color: #161942;
  border-radius: 5px;
}

.social-profile.style1 li a i {
  color: #ff4838;
}

.social-profile.style1 li a:hover {
  background-color: #ff4838;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  transform: scaleX(1.0);
  transform: rotate(360deg);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.social-profile.style1 li a:hover i {
  color: #fff;
}
.team-wrap .team-card .team-img .social-profile li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-wrap .team-card .team-img .social-profile li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-wrap .team-card .team-img .social-profile li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.team-wrap .team-card .team-img .social-profile li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.team-wrap .team-card .team-img .social-profile li:last-child {
  margin-bottom: 0;
}

.team-wrap .team-card .team-img .social-profile li a i {
  color: #fff;
}

.team-wrap .team-card .team-info {
  padding: 22px 25px 22px;
}

.team-wrap .team-card .team-info h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-family: "Viga", sans-serif;
}

.team-wrap .team-card span {
  color: #666666;
  font-family: "Viga", sans-serif;
}

.team-wrap .team-card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.team-wrap .team-card:hover:after {
  width: 85%;
}

.team-wrap .team-card:hover .team-img:after {
  visibility: visible;
  opacity: 1;
}

.team-wrap .team-card:hover .team-img .social-profile li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Team List End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# gallary List Start
--------------------------------------------------------------*/
.gallary-item {
  margin-top: 35px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.gallary-item:hover .gallary-item-overlay {
  opacity: 1;
}
.gallary-item:hover .gallary-item-overlay i {
  transform: scale(1);
}
.gallary-item .gallary-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(206, 20, 70, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.25s;
}
.gallary-item .gallary-item-overlay i {
  font-size: 50px;
  color: #fff;
  transform: scale(0);
  transition: all 0.35s;
}
.gallary-item img {
  width: 100%;
  border-radius: 5px;
}
.gallary-group .gallary-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}
.gallary-group .gallary-group-header .gallary-group-title {
  font-weight: 700;
  font-size: 30px;
  color: #2d373c;
  font-family: "Viga", sans-serif;
}
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-prev {
  margin-right: 40px;
}
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-next,
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-prev {
  display: inline-block;
}
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-next i,
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-prev i {
  height: 25px;
  width: 25px;
  color: #ff4838;
  border: 1px solid #ff4838;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  font-size: 13px;
  transition: all 0.3s;
}
.gallary-group
  .gallary-group-header
  .gallary-arrows
  .gallary-button-next
  i:hover,
.gallary-group
  .gallary-group-header
  .gallary-arrows
  .gallary-button-prev
  i:hover {
  background: #ff4838;
  color: #fff;
}

/*--------------------------------------------------------------
# gallary List End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# faq List Start
--------------------------------------------------------------*/


.faq {
  background: none;
  border-radius: 0;
}
.faq-item {
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #d1d1d1 !important;
}
.faq-item h2 {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  color: #0a1d35;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-bottom: 0;
  border: none;
  padding: 30px 60px 30px 0px;
   font-family: "Viga", sans-serif;
}
.faq-button {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background: none;
  outline: none;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -0.6px;
  color: #0a1d35;
}
.faq-button span {
  margin-right: 14px;
   font-family: "Viga", sans-serif;
}
.faq-button.collapsed {
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
}
.faq-button.collapsed span {
  margin-right: 14px;
   font-family: "Viga", sans-serif;
}
.faq-item.collapsed {
  background-color: #fff;
}
.faq-button::after {
  background-color: transparent;
  color: #0a1d35;
  border-radius: 0;
  font-size: 22px;
  position: absolute;
  right: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-image: none;
  content: "\f063";
  text-align: center;
  font-family: FontAwesome;
}
.faq-button:not(.collapsed)::after {
  background-image: none;
  content: "\f062";
  font-family: FontAwesome;
  transform: none;
  background-color: transparent;
  position: absolute;
  right: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.faq-button:focus {
  box-shadow: none;
  border-color: #d4d4d4;
}
.faq-button:not(.collapsed) {
  color: #ff4838;
  background: none;
  box-shadow: none;
}
.faq-body {
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #13263e;
  padding: 0 60px 30px 30px;
}
.faq-button.collapsed:hover {
  color: #ff4838;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}

.faq-wrapper .faqs h2 {
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0.03em;
  color: #2d373c;
  padding-bottom: 26px;
  font-family: "Viga", sans-serif;
}
.faq-wrapper .faqs h2 span {
  color: #ff4838;
}


.faq-wrapper .faq-sidebar .faq-form {
  background: #fff;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  padding: 25px;
  margin-top: 30px;
}
.faq-wrapper .faq-sidebar .faq-form h3 {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #2d373c;
  font-family: "Viga", sans-serif;
}
.faq-wrapper .faq-sidebar .faq-form .custom-input-group button[type="submit"] {
  display: block;
  width: 100%;
}
.faq-wrapper .faq-sidebar .faq-form .custom-input-grou {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# faq List End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# error page Start
--------------------------------------------------------------*/
/* Keyframes */
@keyframes floating {
    from {
        transform: translateY(0px);
    }
    65% {
        transform: translateY(15px);
    }
    to {
        transform: translateY(-0px);
    }
}


.bodyi{
    background-image: url('../img/star.svg'), linear-gradient(to bottom, #05007A, #4D007D);
    height: 100%;
    margin: 0;
    background-attachment: fixed;
    overflow: hidden;
}

/* Mars */
.mars {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 27vmin;
    background: url('../img/mars.svg') no-repeat bottom center;
    background-size: cover;
}

/* Logo 404 */
.logo-404 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 16vmin;
    width: 30vmin;
}

/* Mobile Logo 404 */
@media (max-width: 480px) and (min-width: 320px) {
    .logo-404 {
        top: 45vmin;
    }
}

/* Meteor */
.meteor {
    position: absolute;
    right: 2vmin;
    top: 16vmin;
}

/* Title */
.title {
    color: white;
    font-family: "Viga", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 5vmin;
    margin-top: 31vmin;
}

/* Mobile Title */
@media (max-width: 480px) and (min-width: 320px) {
    .title {
        margin-top: 65vmin;
    }
}

/* Subtitle */
.subtitle {
    color: white;
    font-family: "Viga", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 3.5vmin;
    margin-top: -1vmin;
    margin-bottom: 9vmin;
}

/* Button Back */
.btn-back {
    border: 1px solid white;
    color: white;
    height: 5vmin;
    padding: 12px;
    font-family: "Viga", sans-serif;
    text-decoration: none;
    border-radius: 5px;
}

/* Button Back Hover */
.btn-back:hover {
    background: #ff4838;
    color: #4D007D;
}

/* Mobile Button Back */
@media (max-width: 480px) and (min-width: 320px) {
    .btn-back {
        font-size: 3.5vmin;
    }
}

/* Astronaut */
.astronaut {
    position: absolute;
    top: 18vmin;
    left: 10vmin;
    height: 30vmin;
    animation: floating 3s infinite ease-in-out;
}

/* Mobile Astronaut */
@media (max-width: 480px) and (min-width: 320px) {
    .astronaut {
        top: 2vmin;
    }
}

/* Spaceship */
.spaceship {
    position: absolute;
    bottom: 15vmin;
    right: 24vmin;
}

/* Mobile Spaceship */
@media (max-width: 480px) and (min-width: 320px) {
    .spaceship {
        width: 45vmin;
        bottom: 18vmin;
    }
}

/*--------------------------------------------------------------
# error page End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# contact page Start
--------------------------------------------------------------*/
.contact-info {
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px -1px #2d1f3b;
  box-shadow: 4px 4px 9px -1px #2d1f3b;
  border-color: #2d1f3b;
  border-radius: 5px;
  padding: 40px 40px 45px;
  margin-left: -80px;
  font-family: "Viga", sans-serif;
}
.contact-info h3 {
  font-size: 30px;
  color: #2d373c;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  font-family: "Viga", sans-serif;
}
.contact-info h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #ff4838 46.35%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 5px;
}
.contact-info ul li {
  background: #fff;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 30px;
  border-radius: 5px 35px 5px 5px;
  border: 1px solid #eee;
  max-width: 450px;
  transition: all 0.4s;
}
.contact-info ul li:hover {
  background: #00152b;
}
.contact-info ul li:hover h6,
.contact-info ul li:hover a {
  color: #fff;
}
.contact-info ul li h6 {
  font-weight: 700;
  font-size: 16px;
  color: #2d373c;
  transition: all 0.3s;
  font-family: "Viga", sans-serif;
}
.contact-info ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #5c5c5c;
  display: inline-block;
  margin-top: 8px;
  margin-right: 20px;
  transition: all 0.3s;
  word-break: break-all;
}
.contact-map .mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  margin-top: 40px;
}
.contact-map iframe {
  width: 100%;
  height: 550px;
}
.contact-form-wrap {
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px -1px #2d1f3b;
  box-shadow: 4px 4px 9px -1px #2d1f3b;
  border-color: #2d1f3b;
  border-radius: 5px;
  padding: 40px;
}
.contact-form-wrap h4 {
  font-weight: 700;
  font-size: 25px;
  color: #2d373c;
  font-family: "Viga", sans-serif;
}
.contact-form-wrap p {
  font-size: 16px;
  color: #5c5c5c;
  margin-top: 10px;
  font-family: "Viga", sans-serif;
}

.contact-card img {
  height: 25px;
}

.contact-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00152b;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  height: 50px;
  width: 200px;
}

.contact-card::before, .contact-card::after {
  position: absolute;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  transition: 0.25s linear;
  z-index: 1;
}

.contact-card::before {
  content: "";
  left: 0;
  justify-content: flex-end;
  background-color: #f2afa9;
}

.contact-card::after {
  content: "";
  right: 0;
  justify-content: flex-start;
  background-color: #f1210e;
}

.contact-card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.contact-card:hover span {
  opacity: 0;
  z-index: -3;
}

.contact-card:hover::before {
  opacity: 0.5;
  transform: translateY(-100%);
}

.contact-card:hover::after {
  opacity: 0.5;
  transform: translateY(100%);
}

.contact-card span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #00152b;
  font-family: "Viga", sans-serif;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.25s;
  z-index: 2;
}

.contact-card .social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100%;
  color: #00152b;
  font-size: 24px;
  text-decoration: none;
  transition: 0.25s;
}

.contact-card .social-link img {
  text-shadow: 1px 1px rgba(31, 74, 121, 0.7);
  transform: scale(1);
}

.contact-card .social-link:hover {
  background-color:rgb(255, 72, 56, 0.774);
  animation: bounce_613 0.4s linear;
}

@keyframes bounce_613 {
  40% {
    transform: scale(1.4);
  }

  60% {
    transform: scale(0.8);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
# contact page End
--------------------------------------------------------------*/