@charset "UTF-8";
/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/
/* Default Css */
@font-face {
  font-family: "Futura-Bold";
  src: url("../fonts/FuturaPT-Bold.woff") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura-ExtraBold";
  src: url("../fonts/FuturaPT-ExtraBold.woff2") format("woff2"), url("../fonts/FuturaPT-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura-Medium";
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura-Light";
  src: url("../fonts/FuturaPT-Light.woff2") format("woff2"), url("../fonts/FuturaPT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura-Heavy";
  src: url("../fonts/FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/FuturaPT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura-Regular";
  src: url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #5c5c5c;
  font-size: 16px;
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* Shadow and Outline */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #191919;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura-Bold", sans-serif;
  color: #191919;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol {
  list-style: lower-alpha;
}

p:last-child {
  margin-bottom: 0;
}





/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d90813;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #d90813;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #d90813;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #5c5c5c;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #5c5c5c;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #d90813;
  background: #d90813;
}
.btn-theme:hover {
  background: #d90813;
  color: #fff;
  border-color: #d90813;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #d90813;
}

.bg-dark {
  background-color: #101a23 !important;
}

.bg-off-white {
  background-color: #f7f7f7;
}

.bg-off-white-2 {
  background-color: #f1f8ff;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #d90813;
}

/* Others Common Css Here :) */
#scrollUp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #d90813;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  opacity: 0.6;
}
#scrollUp:hover {
  opacity: 1;
}

#scrollUp:hover {
  background: #d90813;
}

.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/* Overlay */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

[data-overlay=light]::before {
  background-color: #fff;
}

[data-overlay=dark]::before {
  background-color: #000;
}

[data-overlay=theme]::before {
  background-color: #d90813;
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  padding: 25px 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #d90813;
}
.open-mobile-menu a.active {
  background: #d90813;
}

.close-mobile-menu a {
  color: #212121;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #101a23;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #d90813;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded=true] {
  color: #d90813;
}
.side-mobile-menu ul li a[aria-expanded=true]:before {
  background: #d90813;
  border-color: #d90813;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #d90813;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #d90813;
  border-color: #d90813;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #101a23;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded=true] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-children > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-children a[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.header-area {
  border-top: 5px solid #d90813;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 999;
}

.logo a {
  display: inline-block;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  display: inline-block;
}
.main-menu ul li:hover > a {
  color: #d90813;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 15px;
  color: #000;
  padding: 40px 14px;
  font-weight: 700;
  font-family: "Futura-Bold";
}
.main-menu ul li.has-dropdown {
  position: relative;
}
.main-menu ul li.has-dropdown > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  margin-left: 5px;
}
.main-menu ul li.has-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li.has-dropdown .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 250px;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 3, 143, 0.1);
  text-align: left;
  padding: 5px 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.main-menu ul li.has-dropdown .sub-menu li {
  display: block;
  margin: 0;
}
.main-menu ul li.has-dropdown .sub-menu li:hover > a {
  color: #d90813;
}
.main-menu ul li.has-dropdown .sub-menu li a {
  display: block;
  color: #191919;
  padding: 10px 30px;
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.main-menu ul li.has-mega-dropdown:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li.has-mega-dropdown > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  margin-left: 5px;
}
.main-menu ul li.has-mega-dropdown .mega-menu {
  position: absolute;
  top: 110%;
  left: 16px;
  right: 16px;
  background-color: #fff;
  background-image: url("../img/bg/menu-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%;
  padding: 32px 48px;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.main-menu ul li.has-mega-dropdown .mega-menu li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 450px;
  flex: 0 1 450px;
  margin-right: 2.66%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.main-menu ul li.has-mega-dropdown .mega-menu li a {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #101010;
  padding: 0;
}
.main-menu ul li.has-mega-dropdown .mega-menu li.has-sub-mega-dropdown .sub-mega-menu {
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  -webkit-columns: 2 auto;
  -moz-columns: 2 auto;
  column-count: 2;
}
.main-menu ul li.has-mega-dropdown .mega-menu li.has-sub-mega-dropdown .sub-mega-menu li a {
  font-family: "ProximaNova-Regular";
  line-height: normal;
  padding: 5px 0;
  color: #2f2f2f;
  border-bottom: none;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}
.main-menu ul li.has-mega-dropdown .mega-menu li.has-sub-mega-dropdown .sub-mega-menu li a:hover {
  color: #d90813;
}

.header-toolbar a {
  font-size: 28px;
  font-weight: 700;
  color: #5c5c5c;
  margin-left: 32px;
  position: relative;
  display: inline-block;
}
.header-toolbar a:first-child {
  margin-left: 0;
}
.header-toolbar a:first-child:before {
  display: none;
}
.header-toolbar a:before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #e1e1e1;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.header-toolbar a:hover {
  color: #d90813;
}
.header-toolbar .hamburger-menu {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-toolbar .hamburger-menu {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-toolbar .hamburger-menu {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-toolbar .hamburger-menu {
    display: inline-block;
  }
}
.header-toolbar .hamburger-menu svg path {
  fill: #5c5c5c;
}
.header-toolbar .hamburger-menu:hover svg path {
  fill: #d90813;
}

.hero-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 800px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero-text h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  font-family: "Futura-Bold";
}
@media (max-width: 767px) {
  .hero-text h2 {
    font-size: 30px;
  }
}
.hero-text p {
  color: #fff;
  font-size: 23px;
  line-height: 50px;
  font-family: "ProximaNova-Regular";
  margin: 0 200px 38px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .hero-text p {
    margin: 0 115px 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-text p {
    margin: 0 115px 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-text p {
    margin: 0 0 38px;
  }
}
@media (max-width: 767px) {
  .hero-text p {
    margin: 0 0 38px;
  }
}
.hero-text .step {
  margin-top: 40px;
}
.hero-text .step ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero-text .step ul li {
  color: #fff;
  font-size: 19.2px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-right: 100px;
  opacity: 0.5;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .hero-text .step ul li {
    font-size: 16px;
    margin-right: 80px;
  }
}
.hero-text .step ul li.active {
  opacity: 1;
}
.hero-text .step ul li:last-child {
  margin-right: 0;
}
.hero-text .step ul li:last-child:after {
  display: none;
}
.hero-text .step ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  border-color: #d4d4d4;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  right: -3rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .hero-text .step ul li:after {
    right: -28.8px;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.hero-text .step ul li span {
  margin-right: 16px;
  font-weight: 600;
  font-size: 2.6rem;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .hero-text .step ul li span {
    font-size: 1.5rem;
  }
}

.search-booking {
  position: relative;
  background: #fff;
  padding: 16px 28px;
  border-radius: 22px;
  z-index: 2;
}
.search-booking:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 22px;
  background: #fff;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.search-booking:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 22px;
  background: rgba(228, 176, 176, 0.5);
  z-index: -2;
  height: 100%;
  width: 100%;
  transform: translateZ(-1px);
  backdrop-filter: saturate(200%) blur(20px);
}
.search-booking .input-wrap select {
  font-size: 18px;
  color: #484848;
  border: 0;
  outline: none;
  width: 100%;
}
@media (max-width: 767px) {
  .search-booking .input-wrap select {
    margin-bottom: 20px;
  }
}
.search-booking .input-wrap button {
  font-weight: 700;
  background: #d90813;
  color: #fff;
  font-size: 14px;
  border: 0;
  padding: 10px 30px;
  border-radius: 5px;
  height: 50px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .search-booking .input-wrap button {
    width: 100%;
  }
}

.feature-area {
  position: relative;
  z-index: 1;
}
.feature-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: -2;
}
@media (max-width: 767px) {
  .feature-area:before {
    display: none;
  }
}
.feature-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #d4d4d4;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature-area:after {
    display: none;
  }
}
.feature-area .feature-box {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .feature-area .col-md-4 {
    position: relative;
    z-index: 1;
    margin-top: 70px;
  }
  .feature-area .col-md-4:first-child {
    margin-top: 0;
  }
  .feature-area .col-md-4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: -2;
  }
  .feature-area .col-md-4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #d4d4d4;
    z-index: -1;
  }
}

.feature-box {
  text-align: center;
  padding: 0 75px;
  -webkit-transition: all 0.08s linear 0s;
  -moz-transition: all 0.08s linear 0s;
  -ms-transition: all 0.08s linear 0s;
  -o-transition: all 0.08s linear 0s;
  transition: all 0.08s linear 0s;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .feature-box {
    padding: 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-box {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-box {
    padding: 0 0;
  }
}
@media (max-width: 767px) {
  .feature-box {
    padding: 0 30px;
  }
}
.feature-box:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .feature-box:hover {
    transform: scale(1.05);
  }
}
.feature-box .icon {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 50px;
  line-height: 120px;
  margin: 0 auto 30px;
  color: #d90813;
}
.feature-box .icon svg {
  color: #d90813;
}
.feature-box .content h5 {
  font-size: 1.32rem;
}
.feature-box .content p {
  font-size: 17px;
  line-height: 38px;
  margin-bottom: 22px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-box .content p {
    font-size: 16px;
    line-height: 32px;
  }
}
.feature-box .content .read-more {
  height: 50px;
  border: 2px solid #d90813;
  color: #d90813;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
}
.feature-box .content .read-more:hover {
  background: #d90813;
  color: #fff;
}

.bg_light {
  background: #fafafa;
}

.video-wrap {
  width: 100%;
  height: auto;
  padding-top: 33.33333%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
  border-radius: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.video-wrap a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #fff;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 62px;
}
.video-wrap a i {
  margin-left: 6px;
}
.video-wrap a:hover svg {
  color: #d90813;
}
.video-wrap a svg {
  width: 60px;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.section-title .title {
  font-size: 30px;
  margin-bottom: 0;
  color: #191919;
}
.section-title .title span {
  color: #d90813;
}

.service-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 12.8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12.8px rgba(0, 0, 0, 0.08);
  border-radius: 12.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.service-wrap .thumb {
  width: 8rem;
  height: 7rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.6rem;
  margin-right: 1.5rem;
}
.service-wrap .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.service-wrap .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2rem;
  min-width: 0;
}
.service-wrap .content h5 {
  max-height: 56px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 1px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.service-wrap .content h5 a {
  color: #191919;
}
.service-wrap .content h5 a:hover {
  color: #d90813;
}
.service-wrap .content p {
  max-height: 6rem;
  max-width: 100%;
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 1px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin-bottom: 0;
}
.service-wrap .content .read-more {
  color: #d4d4d4;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.service-wrap .content .read-more:hover {
  color: #d90813;
}
.service-wrap .service-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.service-wrap:hover {
  transform: scale(1.03);
}

.section-title-2 .title {
  font-size: 32px;
  font-weight: 700;
  color: #191919;
}

.course-info h4 {
  font-size: 17px;
  font-weight: 700;
  color: #191919;
  margin-bottom: 8px;
}
.course-info p {
  color: #5c5c5c;
  font-size: 17px;
  font-weight: 400;
  font-family: "ProximaNova-Regular";
}

.section-title-3 .title {
  font-size: 32px;
  font-weight: 700;
  color: #191919;
  text-transform: uppercase;
}
.section-title-3 .title span {
  color: #d90813;
}

@media (max-width: 767px) {
  .reg-form-2 {
    overflow: hidden;
  }
}
.reg-form-2 .input-wrap {
  margin-bottom: 30px;
}
.reg-form-2 .input-wrap input {
  width: 100%;
  border: 2px solid #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
  background: transparent;
}
.reg-form-2 .input-wrap input:focus {
  border-color: #d90813;
}
.reg-form-2 .input-wrap select {
  width: 100%;
  border: 2px solid #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.reg-form-2 .input-wrap select:focus {
  border-color: #d90813;
}
.reg-form-2 .checkbox-wrap label {
  font-size: 17px;
  color: #5c5c5c;
  font-weight: 400;
  font-family: "ProximaNova-Regular";
  display: inline;
}
.reg-form-2 .checkbox-wrap label a {
  color: #d90813;
}
.reg-form-2 .submit-btn {
  display: inline-block;
  height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #d90813;
  padding: 0 30px;
  border-radius: 8px;
  line-height: 50px;
  border: 0;
}

.interest-content .title {
  font-size: 40px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .interest-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .interest-content .title {
    font-size: 30px;
  }
}
.interest-content p {
  font-size: 17px;
  color: #5c5c5c;
  line-height: 30px;
}

.clint-slider .owl-nav .owl-prev,
.clint-slider .owl-nav .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  width: 30px;
  height: 100%;
}
.clint-slider .owl-nav .owl-next {
  right: 0;
  left: auto;
}

.about-thumb img {
  width: 100%;
  display: block;
  border-radius: 22px;
  -webkit-box-shadow: -28.8px 28.8px 0 0 #e8e8e8;
  box-shadow: -28.8px 28.8px 0 0 #e8e8e8;
}

.about-text {
  padding: 0 60px 0 65px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .about-text {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-text {
    padding: 0 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-text {
    padding: 0;
  }
}
.about-text h3 {
  font-size: 32px;
  color: #191919;
}
.about-text p {
  font-size: 17px;
  line-height: 35px;
  color: #5c5c5c;
}
.about-text .read-more {
  display: inline-block;
  height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #d90813;
  padding: 0 30px;
  border-radius: 8px;
  line-height: 60px;
}

.about-thumb-2 {
  padding-bottom: 84%;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-thumb-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-thumb-2 {
    margin-bottom: 30px;
  }
}

.about-text-2 h3 {
  font-size: 36.48px;
}
.about-text-2 p {
  color: #5c5c5c;
  font-size: 18px;
  line-height: 36px;
}
.about-text-2 .bullet-list.two-col {
  -webkit-columns: 2 auto;
  -moz-columns: 2 auto;
  column-count: 2;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}



@media (max-width: 767px) {
  .about-text-2 .bullet-list.two-col {
    -webkit-columns: 1 auto;
    -moz-columns: 1 auto;
    column-count: 1;
  }
}
.about-text-2 .bullet-list.two-col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .about-text-2 .bullet-list.two-col li {
    font-size: 16px;
  }
}
.about-text-2 .bullet-list.two-col li:before {
  width: 19.2px;
  height: 19.2px;
  content: "";
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgY2xhc3M9IiVzIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMjEsNDJDOS40LDQyLDAsMzIuNiwwLDIxUzkuNCwwLDIxLDBzMjEsOS40LDIxLDIxUzMyLjYsNDIsMjEsNDJ6IE0yMSw1QzEyLjIsNSw1LDEyLjIsNSwyMXM3LjIsMTYsMTYsMTZzMTYtNy4yLDE2LTE2UzI5LjgsNSwyMSw1eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9nPjxjaXJjbGUgZmlsbD0iY3VycmVudENvbG9yIiBjeD0iMjEiIGN5PSIyMSIgcj0iMTIiLz48L3N2Zz4K);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgY2xhc3M9IiVzIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMjEsNDJDOS40LDQyLDAsMzIuNiwwLDIxUzkuNCwwLDIxLDBzMjEsOS40LDIxLDIxUzMyLjYsNDIsMjEsNDJ6IE0yMSw1QzEyLjIsNSw1LDEyLjIsNSwyMXM3LjIsMTYsMTYsMTZzMTYtNy4yLDE2LTE2UzI5LjgsNSwyMSw1eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9nPjxjaXJjbGUgZmlsbD0iY3VycmVudENvbG9yIiBjeD0iMjEiIGN5PSIyMSIgcj0iMTIiLz48L3N2Zz4K);
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.8rem;
}
.about-text-2 .read-more {
  display: inline-block;
  height: 70px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #d90813;
  padding: 0 40px;
  border-radius: 8px;
  line-height: 70px;
  font-weight: 700;
}
.about-text-2 hr {
  width: 120px;
  height: 2px;
  background-color: #d90813;
  margin: 32px auto 32px 0;
  opacity: 1;
}

.about-thumb-3 img {
  width: 100%;
  display: block;
  border-radius: 22px;
  -webkit-box-shadow: -28.8px 28.8px 0 0 #e8e8e8;
  box-shadow: -28.8px 28.8px 0 0 #e8e8e8;
}

.about-text-3 {
  padding: 0 60px 0 65px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .about-text-3 {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-text-3 {
    padding: 0 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-text-3 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-text-3 {
    padding: 0;
  }
}
.about-text-3 h3 {
  font-size: 32px;
  color: #191919;
}
.about-text-3 p {
  font-size: 17px;
  line-height: 35px;
  color: #5c5c5c;
}
.about-text-3 .read-more {
  display: inline-block;
  height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #d90813;
  padding: 0 50px;
  border-radius: 8px;
  line-height: 60px;
}

.f-logo img {
  height: 6rem;
  margin-bottom: 16px;
}

.about-widget p {
  max-width: 250px;
  font-size: 17px;
  line-height: 38px;
}

.f-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ddd;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
}
.f-social a.facebook {
  background: #3c5a99;
}
.f-social a.instagram {
  background: #ef3790;
}

.footer-widget-wrap {
  padding: 4rem;
  background: #fff;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-wrap {
    padding: 2rem;
  }
}
.footer-widget-wrap .title {
  width: 100%;
  height: auto;
}
.footer-widget-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget-wrap.category-widget {
  background: #fafafa;
}

.widget-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  overflow: hidden;
}

.category-widget {
  padding: 8rem 4rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-widget {
    padding: 6rem 2rem;
  }
}
.category-widget ul li {
  margin-bottom: 20px;
}
.category-widget ul li a {
  font-size: 17px;
  color: #5c5c5c;
  font-weight: 600;
  border: 0;
  position: relative;
  padding-left: 19px;
}
.category-widget ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  border-color: #2f2f2f;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: top;
  left: -0.2rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.category-widget ul li a:hover {
  color: #d90813;
}
.category-widget ul li a:hover:before {
  border-color: #d90813;
}

.map-widget {
  position: relative;
  padding: 0;
}
.map-widget iframe {
  width: 100%;
  height: 100%;
}
.map-widget #myMap {
  width: 100%;
  height: 100%;
}

.info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 17px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .info-wrap {
    text-align: center;
  }
}
.info-wrap .icon {
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  color: #d90813;
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .info-wrap .icon {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}
.info-wrap .content {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .info-wrap .content {
    display: block;
    width: 100%;
  }
}

.copyright {
  font-size: 17px;
  padding: 25px 0;
  font-weight: 500;
  letter-spacing: 1px;
  border-top: 2px solid #f5f5f5;
}

.page-title-area {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  min-height: 420px;
  position: relative;
  z-index: 2;
}
.page-title-area:after {
  width: 100%;
  height: 80px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhZ2VyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2Mi45IDgwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2Mi45IDgwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cgkuc3Qxe2ZpbGw6I0Q5RDlEOTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02Mi45LDBIMHY4MGMwLjgsMCwyNC42LTAuMSw2Mi45LDAiLz4KPHJlY3QgeD0iMTcuMyIgeT0iMzguNiIgY2xhc3M9InN0MSIgd2lkdGg9IjI4LjMiIGhlaWdodD0iMi43Ii8+Cjwvc3ZnPgo=);
  background-color: #5d2727;
  z-index: 9;
  right: 0;
  left: 0;
  position: absolute;
  bottom: 0;
}
.page-title-area .shape {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  z-index: 3;
}
.page-title-area .price {
  position: absolute;
  left: 0;
  bottom: -123px;
  z-index: 99;
  background: #FFF;
  color: #2f2f2f;
  font-size: 28px;
  font-weight: 700;
  max-width: 520px;
  height: 75px;
  line-height: 80px;
  padding: 0 20px 0 20px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .page-title-area .price {
    left: -39px;
    max-width: 500px;
    height: 46px;
    line-height: 40px;
    padding: 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-title-area .price {
    left: -39px;
    max-width: 500px;
    height: 46px;
    line-height: 40px;
    padding: 0 0 0 30px;
    bottom: -106px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-title-area .price {
    bottom: -175px;
    z-index: 99;
    background: #FFF;
    color: #2f2f2f;
    font-size: 28px;
    font-weight: 700;
    max-width: 520px;
    height: 75px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .page-title-area .price {
    background: #FFF;
    color: #2f2f2f;
    font-size: 24px;
    padding-left: 20px;
    bottom: -150px;
  }
}
.page-title-area .price .amount {
  color: #d90813;
}
.page-title-area .price .amount span {
  font-size: 80%;
  font-weight: 500;
  color: #909090;
}
.page-title-area .back-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-title-area .back-btn a i {
  margin-right: 5px;
}
.page-title-area .page-title-wrap .title {
  font-size: 43px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-title-area .page-title-wrap .title {
    font-size: 30px;
  }
}
.page-title-area .page-title-wrap p {
  color: #fff;
  font-size: 17px;
}
.page-title-area .page-title-wrap span {
  color: #fff;
  display: block;
}
.page-title-area .page-title-wrap span svg {
  margin-top: -7px;
  margin-right: 5px;
}

.page-title-area-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-title-area-2:after {
  display: none;
}
.page-title-area-2 .page-title-wrap .title {
  font-size: 43px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-title-area-2 .page-title-wrap .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-title-area-2 .page-title-wrap .title {
    font-size: 30px;
  }
}
.page-title-area-2 .page-title-wrap p {
  font-size: 23px;
  line-height: 30px;
  margin: 0 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-title-area-2 .page-title-wrap p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-title-area-2 .page-title-wrap p {
    margin: 0;
  }
}

.choose-occasion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 100%;
  margin-top: -30rem;
  padding: 2.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  max-height: 600px;
  min-height: 500px;
  z-index: 100;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose-occasion {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .choose-occasion {
    margin-top: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}

.choose-occasion-header {
  padding-bottom: 16px;
  border-bottom: 2px solid #f5f5f5;
}
.choose-occasion-header h4 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #191919;
}
.choose-occasion-header p {
  font-size: 19.2px;
  font-weight: 400;
  line-height: 2.1;
  color: #5c5c5c;
}

.choose-occasion-body {
  padding: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 450px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .choose-occasion-body {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose-occasion-body {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .choose-occasion-body {
    padding: 0;
    margin: 0;
  }
}
.choose-occasion-body::-webkit-scrollbar {
  width: 3px;
}
.choose-occasion-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px slategrey;
}
.choose-occasion-body::-webkit-scrollbar-thumb {
  background-color: #d90813;
  outline: 1px solid #d90813;
}
.choose-occasion-body .occasion-container {
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.95rem 1.35rem 0.95rem 1.15rem;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 14px 0;
}
.choose-occasion-body .occasion-container.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
.choose-occasion-body .occasion-container:hover {
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.choose-occasion-body .occasion-container .occasion-date {
  text-align: center;
  padding-right: 16px;
  border-right: 2px solid #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.choose-occasion-body .occasion-container .occasion-date .date-day {
  font-size: 2.2rem;
  color: #d90813;
  font-weight: 700;
  line-height: 1;
}
.choose-occasion-body .occasion-container .occasion-date .date-mounth {
  color: #909090;
  font-size: 95%;
  line-height: 1;
}

.occasion-content {
  max-width: 56%;
  flex: 0 0 55%;
  margin-left: 20px !important;
}
.choose-occasion-body .occasion-container {
  justify-content: unset !important;
}
.occasion-price {
  margin-right: 17px;
}

.choose-occasion-body .occasion-container .occasion-content {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.choose-occasion-body .occasion-container .occasion-content .occasion-title {
  font-size: 1.32rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Futura-Medium";
  margin-bottom: 7px;
}
.choose-occasion-body .occasion-container .occasion-content .occasion-meta {
  margin-top: 0.5rem;
  font-size: 80%;
  line-height: 0;
}
.choose-occasion-body .occasion-container .occasion-content .occasion-meta span {
  margin-right: 10px;
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 425px) {
  .choose-occasion-body .occasion-container .occasion-content .occasion-meta span {
    margin-bottom: 10px;
  }
}
.choose-occasion-body .occasion-container .occasion-content .occasion-meta span i {
  color: red;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .choose-occasion-body .occasion-container .occasion-price {
    display: none;
  }
}
.choose-occasion-body .occasion-container .occasion-price .amount {
  color: #d90813;
  font-weight: 700;
}
.choose-occasion-body .occasion-container .occasion-price .amount span {
  font-size: 80%;
  font-weight: 500;
  color: #909090;
}
.choose-occasion-body .occasion-container .occasion-btn a {
  display: block;
  width: 35px;
  height: 35px;
  background: red;
  text-align: center;
  border-radius: 50%;
  line-height: 38px;
  color: #fff;
}

.course-details p {
  font-size: 17px;
  line-height: 30px;
}

.choose-occasion-header-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  padding-bottom: 16px;
  border-bottom: 2px solid #f5f5f5;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .choose-occasion-header-2 ul {
    display: inline-block;
  }
}
.choose-occasion-header-2 ul li {
  color: #d4d4d4;
  font-size: 17px;
  font-weight: 700;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.choose-occasion-header-2 ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .choose-occasion-header-2 ul li {
    margin-bottom: 20px;
  }
}
.choose-occasion-header-2 ul li i {
  font-size: 22px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .reg-form {
    overflow: hidden;
  }
}
.reg-form .input-wrap {
  margin-bottom: 20px;
}
.reg-form .input-wrap input[type=text],
.reg-form .input-wrap input[type=password],
.reg-form .input-wrap select,
.reg-form .input-wrap input[type=tel] {
  width: 100%;
  border: 2px solid #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
  outline: none;
}
.reg-form .input-wrap input[type=text]:focus,
.reg-form .input-wrap input[type=password]:focus,
.reg-form .input-wrap select:focus,
.reg-form .input-wrap input[type=tel]:focus {
  border-color: #d90813;
}
.reg-form .form-check-input:checked {
  background-color: #d90813;
  border-color: #d90813;
}
.reg-form .form-check-input:focus {
  border-color: #d90813;
  outline: 0;
  box-shadow: none;
}
.reg-form label {
  font-size: 17px;
  color: #5c5c5c;
  font-weight: 400;
  font-family: "ProximaNova-Regular";
  display: inline-block;
}
.reg-form .alert {
  padding: 12px 20px;
}
.reg-form .checkbox-wrap label {
  font-size: 17px;
  color: #5c5c5c;
  font-weight: 400;
  font-family: "ProximaNova-Regular";
  display: inline;
}
.reg-form .checkbox-wrap label a {
  color: #d90813;
}
.reg-form .submit-btn {
  display: inline-block;
  height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #d90813;
  padding: 0 30px;
  border-radius: 8px;
  line-height: 50px;
  border: 0;
}

.choose-occasion-2 {
  max-height: inherit;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .choose-occasion-2 {
    margin-top: -20rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose-occasion-2 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose-occasion-2 {
    max-height: inherit;
  }
}
@media (max-width: 767px) {
  .choose-occasion-2 {
    max-height: inherit;
  }
}
.choose-occasion-2 .choose-occasion-body {
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose-occasion-2 .choose-occasion-body {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose-occasion-2 .choose-occasion-body {
    height: auto;
  }
}
@media (max-width: 767px) {
  .choose-occasion-2 .choose-occasion-body {
    height: auto;
  }
}

.map-area {
  position: relative;
}
.map-area .map iframe {
  width: 100%;
  height: 300px;
}
.map-area .map:before {
  content: "";
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.7;
}
.map-area .map-text-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding-bottom: 50px;
}
.map-area .map-text-wrapper h3 {
  font-size: 32px;
}
.map-area .map-text-wrapper p {
  font-size: 17px;
  line-height: 30px;
}

.contact-form-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 12.8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12.8px rgba(0, 0, 0, 0.08);
  border-radius: 22px;
}

.contact-info-box {
  padding: 64px;
  background-color: #fcfcfc;
  background-size: cover;
  border-radius: 12.8px 0 0 12.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .contact-info-box {
    padding: 64px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info-box {
    padding: 64px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-box {
    padding: 64px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-box {
    padding: 40px 30px;
  }
}
.contact-info-box .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-info-box .f-social {
  border-top: 2px solid #f5f5f5;
  padding-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info-box .f-social {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info-box .info-wrap {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-box .info-wrap {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info-box .info-wrap .icon {
    display: block;
    margin: 0 auto 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-box .info-wrap .icon {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info-box .info-wrap .content {
    width: 100%;
  }
}

.contact-form-wrap {
  padding: 3rem;
}
.contact-form-wrap .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-form-wrap .input-wrap {
  margin-bottom: 20px;
}
.contact-form-wrap .input-wrap input {
  width: 100%;
  border: 2px solid #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
}
.contact-form-wrap .input-wrap textarea {
  width: 100%;
  border: 2px solid #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
  height: 150px;
}
.contact-form-wrap .submit-btn {
  display: inline-block;
  height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #d90813;
  padding: 0 30px;
  border-radius: 8px;
  line-height: 50px;
  border: 0;
}
.contact-form-wrap .checkbox-wrap label {
  font-size: 17px;
  color: #5c5c5c;
  font-weight: 400;
  font-family: "ProximaNova-Regular";
  display: inline;
}
.contact-form-wrap .checkbox-wrap label a {
  color: #d90813;
}

.team-wrap .thumb img {
  width: 100%;
}
.team-wrap .content {
  padding-top: 20px;
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .team-wrap .content {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-wrap .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .team-wrap .content {
    width: 90%;
  }
}
.team-wrap .content .title {
  font-size: 22px;
  margin-bottom: 15px;
}
.team-wrap .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-wrap .content ul li {
  margin-bottom: 10px;
}
.team-wrap .content ul li a {
  font-size: 19px;
  color: #7b7b7b;
}
.team-wrap .content ul li a:hover {
  color: #ff1313;
}
.team-wrap .content ul li i {
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  color: #d90813;
  margin-right: 15px;
}





.sk-chase {
  width: 40px;
  height: 40px;
  margin: 20px 10px 20px 125px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #d90813;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}

#BankIDSuccess, #BankIDFail {display: none;}

#BankIDFail a:link, #BankIDFail a:visited, #BankIDFail a:hover, #BankIDFail a:active {

  color: #d90813;

}



.shop__cart {
  position: relative !important;
  z-index: 1;
}

.shop__cart__number {
  position: absolute;
  right: -7px;
  top: -3px;
  width: 18px;
  height: 18px;
  background-color: #d90813;
  border-radius: 50%;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}


.carterrorlist li {margin-top: 5px; color: #f40200; font-size: 14px;}

/*# sourceMappingURL=main.css.map */
