/*=======  COMMON CSS  =======*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Poppins", sans-serif; */

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #616161;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.8;
}
.inline-custom-captcha {
    color: #fff;
}
.inline-custom-captcha > label {
    display: block;
}
.inline-custom-captcha input {
    width: 40%;
    border-radius: 0 !important;
    text-align: center;
    font-size: 20px !important;
    color: #000000 !important;
}
.inline-custom-captcha > label .captcha_display {
    background: #f9eeee;
    color: #000;
    padding: 10px 20px;
    font-size: 20px;
    font-style: italic;
    user-select: none;
    margin: 0 10px;
}
.widget {
    border: none;
}
form#resarvationForm .btn {
    font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea,
button,
select {
  border: none;
}

input,
textarea,
select {
  width: 100%;
  background-color: #fff;
  padding: 0 25px;
  height: 55px;
  font-weight: 700;
  font-size: 15px;
  color: #616161;
}

textarea {
  height: 90px;
  padding-top: 20px;
  resize: none;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #F858A3;
}

.input-group {
  position: relative;
}

.input-group input,
.input-group textarea,
.input-group select {
  padding-right: 50px;
}

.input-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-group select::-ms-expand {
  display: none;
}

.input-group .icon {
  position: absolute;
  right: 25px;
  font-size: 14px;
  color: #3ab9fe;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-group.textarea .icon {
  top: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slick-slide img {
  display: inline-block;
}

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

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #14212b;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a, a:hover {
  color: #F26B38;
}

/*=======  Common Classes  =======*/
.main-btn {
    line-height: 48px;
    border: 2px #F37839 solid;
    font-size: 15px;
    font-weight: 500;
    border-radius: 35px;
    cursor: pointer;
    padding: 0 70px;
    background: linear-gradient(to right, rgba(241,89,55,1) 63%,rgba(243,120,57,1) 100%);
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media (max-width: 1199px) {
  .main-btn {
    padding: 0 40px;
    font-size: 16px;
    line-height: 48px;
  }
}

@media (max-width: 575px) {
  .main-btn {
    padding: 0 18px;
    font-size: 14px;
    line-height: 40px;
  }
.main-btn.main-btn-2 {
    line-height: 40px !important;
}

}

/*.main-btn::after {
    position: absolute;
    left: -28px;
    top: 0px;
    bottom: 4px;
    background-color: #14212b;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: '';
    z-index: -1;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}*/

.main-btn:hover {
  color: #fff;
}

.main-btn:hover::after {
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 30px;
    height: auto;
    left: 0;
}

.main-btn.main-btn-2 {
    background: #F858A4 !important;
    color: #fff;
    border: 1px #F858A3 solid;
    line-height: 48px;
}
.main-btn.main-btn-2:hover{
    background: #044BAB !important;
    border: 1px #044BAB solid;
}
/*.main-btn.main-btn-2::after {
  background-color: #A1A1A130;
}*/

/*.main-btn.main-btn-2:hover {
  color: #fff;
}*/

.main-btn.main-btn-3 {
    background-color: #F37839;
    color: #fff;
}

.main-btn.main-btn-3::after {
  background-color: #ffffff30;
}

.main-btn.main-btn-4:hover {
  color: #14212b;
}

.main-btn.main-btn-4:hover::after {
  background-color: #fff;
}

@media (max-width: 1199px) {
  .view-moore-btn .main-btn {
    padding: 0 35px;
  }
}

.bg-img-c {
  background-size: cover;
  background-position: center;
  background-color: #979797;
}

.section-title .title-tag {
  font-size: 20px;
  font-weight: 700;
  color: #3ab9fe;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .section-title .title-tag {
    font-size: 18px;
  }
}

.section-title .title-tag::before, .section-title .title-tag::after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #3ab9fe;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.section-title .title-tag::after {
  left: auto;
  right: 0;
}

.section-title.left-border .title-tag {
  padding-left: 45px;
}

.section-title.left-border .title-tag::before {
  display: block;
}

.section-title.both-border .title-tag {
  padding: 0 45px;
}

.section-title.both-border .title-tag::before, .section-title.both-border .title-tag::after {
  display: block;
}

.section-title .title {
    font-size: 40px;
    line-height: 1.1;
    color: #044BAB;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 1199px) {
  .section-title .title {
    font-size: 30px;
  }



}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 34px;
  }
.banner-right:after {
    width: 300px !important;
    height: 300px !important;
}
.banner-right {
    padding: 0px !important;
}
.banner-section .single-banner{
    padding-bottom: 0px !important;
}
.banner-itmes img{
    /*display: none !important;*/
}
.banner-video img {
    display: block !important;
    border-radius: 25px;
    width: 90%;
}
.banner-right{
    display: none;
}


}


.mobile-text{
    padding-bottom: 40px;
    text-align: center;
}
.mobile-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}
.mobile-text h4 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 399px) {
  .section-title .title {
    font-size: 24px;
  }
}

.section-gap {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .section-gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-gap-bottom {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .section-gap-bottom {
    padding-bottom: 70px;
  }
}

.section-gap-top {
  padding-top: 70px;
}

@media (max-width: 991px) {
  .section-gap-top {
    padding-top: 70px;
  }
.faq-illustration-img {
    width: 290px !important;
    margin: 0 auto;
    margin-top: -276px !important;
    margin-bottom: -73px !important;
}


}

.grey-bg {
  background-color: #f5f5f5;
}

@media (min-width: 1600px) {
  .container-1600 {
    max-width: 1600px;
  }
}

@media (min-width: 1600px) {
  .container-fluid.p-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (max-width: 399px) {
  .row .col-tiny-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.line-bottom {
  border-bottom: 2px solid #e9e9e9;
}

.line-top {
  border-top: 2px solid #e9e9e9;
}

.client-slider .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*======= Preloader =======*/
div#preloader {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#preloader .loader-cubes {
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

div#preloader .loader-cubes .loader-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

div#preloader .loader-cubes .loader-cube::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  background: #3ab9fe;
}

div#preloader .loader-cubes .loader-cube.loader-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

div#preloader .loader-cubes .loader-cube.loader-cube2::before {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

div#preloader .loader-cubes .loader-cube .loader-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

div#preloader .loader-cubes .loader-cube .loader-cube4::before {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

div#preloader .loader-cubes .loader-cube .loader-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

div#preloader .loader-cubes .loader-cube .loader-cube3::before {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

/*=======  Utilitis =======*/
.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 60px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

/*=======  Animations  =======*/
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*======= Header =======*/

.site-logo{
   max-width: 200px;
}
header {
    position: absolute;
    width: 100%;
    z-index: 11;
    padding-top: 35px;
}
header .header-nav {
/*    position: absolute;*/
    /* background-color: #fff; */
    width: 100%;
    z-index: 11;
}
.banner-content {
    padding-top: 0%;
    /* padding-bottom: 14%; */
}
.banner-section .banner-slider {
    background: url(../../assets/img/summer-time-essentials-people.jpg);
	background: url(https://swipe.events/wp-content/uploads/2024/10/brijax._a_photo_of_10_people_of_various_ethnicities_and_gende_b5c20b18-7480-406a-90ac-e7e12e7d5674_2.png) !important;
    min-height: 800px;
    max-height: 800px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
/*     background-attachment: fixed; */
}
.Reserve-section{
  background-attachment: fixed !important;
}
span#error_msg {
  display: block;  
  background: red;
  color: #fff;
  margin-top: 20px;
}
span#error_msg:empty{
  display: none;
}
.banner-section .single-banner {
    min-height: 800px;
}
.video-modal .modal-header{
    padding: 0px;
}

.video-modal iframe{
    display: block;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 32px;
    text-shadow: none;
    color: #2e2e2e;
    width: 40px;
    height: 40px;
    background: #ffffff90;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    right: -40px;
    top: -40px;
    opacity: 1 !important;
}
@media (max-width: 575px) {
  header .header-nav {
    top: 0;
  }
}

header .header-nav .nav-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-nav .nav-container .navbar-toggler {
  border: 1px solid #F26B38;
  background-color: transparent;
  cursor: pointer;
  display: none;
  padding: 15px;
  margin-left: 30px;
}

header .header-nav .nav-container .navbar-toggler span {
  position: relative;
  background-color: #F26B38;
  border-radius: 0;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}

header .header-nav .nav-container .navbar-toggler span:first-child {
  margin-top: 0;
}

header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}

header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}

header .header-nav .nav-container .navbar-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 12;
  display: none;
}
.navbar-btn .main-btn-3 i {
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    vertical-align: sub;
}
header .header-nav .nav-container .navbar-close .cross-wrap {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}

header .header-nav .nav-container .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
}

header .header-nav .nav-container .navbar-close .cross-wrap span:first-child {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .header-nav .nav-container .navbar-close .cross-wrap span:last-child {
  bottom: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .header-nav .nav-container .menu-items {
  position: relative;
}

header .header-nav .nav-container .menu-items ul li {
  display: inline-block;
}

header .header-nav .nav-container .menu-items ul li.has-submemu {
  position: relative;
}

header .header-nav .nav-container .menu-items ul li.has-submemu::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: '\f107';
  position: absolute;
  right: 5px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1599px) {
  header .header-nav .nav-container .menu-items ul li.has-submemu::after {
    right: -4px;
  }
}

header .header-nav .nav-container .menu-items ul li a {
  color: #14212b;
  padding: 0 10px;
    margin: 0 5px;
  line-height: 100px;
  position: relative;
  font-weight: 500;
  font-family: "Oxanium", sans-serif;
}

@media (max-width: 1599px) {
  header .header-nav .nav-container .menu-items ul li a {
    padding: 0 10px;
    margin: 0 5px;
  }
}

@media (max-width: 1199px) {
  header .header-nav .nav-container .menu-items ul li a {
    margin: 0 5px;
    padding: 0 6px;
    font-size: 16px;
  }
}

header .header-nav .nav-container .menu-items ul li a:hover {
  color: #F26B38;
}

header .header-nav .nav-container .menu-items ul li .submenu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

header .header-nav .nav-container .menu-items ul li .submenu li {
  display: block;
}

header .header-nav .nav-container .menu-items ul li .submenu li a {
  display: block;
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px !important;
  color: #616161;
}

header .header-nav .nav-container .menu-items ul li .submenu li a:hover {
  background-color: #3ab9fe;
  color: #fff !important;
}

header .header-nav .nav-container .menu-items ul li .submenu li .submenu {
  left: 100%;
  top: 50%;
}

header .header-nav .nav-container .menu-items ul li .submenu li:hover .submenu {
  top: 0;
}

header .header-nav .nav-container .menu-items ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

header .header-nav .nav-container .menu-items ul li .dd-trigger {
  display: none;
}

header .header-nav .nav-container .offcanvas-toggler {
  background-color: #3ab9fe;
  cursor: pointer;
  border-radius: 5px;
  height: 65px;
  width: 65px;
  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;
}

header .header-nav .nav-container .offcanvas-toggler span span {
  background-color: #fff;
  border-radius: 0;
  display: block;
  height: 3px;
  margin-top: 10px;
  padding: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 40px;
  cursor: pointer;
}

header .header-nav .nav-container .offcanvas-toggler span span:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  header .header-nav .nav-container .offcanvas-toggler {
    display: none;
  }
}

header .header-nav .nav-container .language-selection {
  position: relative;
  margin-right: 15px;
}

@media (max-width: 575px) {
  header .header-nav .nav-container .language-selection {
    display: none;
  }
}

header .header-nav .nav-container .language-selection .language-btn {
  height: 65px;
  display: block;
  border: 3px solid #819cb0;
  line-height: 60px;
  width: 100px;
  text-align: center;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  header .header-nav .nav-container .language-selection .language-btn {
    height: 52px;
    line-height: 48px;
  }
}

header .header-nav .nav-container .language-selection .language-btn i {
  position: relative;
  top: 2px;
  margin-left: 8px;
}

header .header-nav .nav-container .language-selection .language-list {
  position: absolute;
  background-color: #fff;
  width: 100px;
  left: 0;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
}

header .header-nav .nav-container .language-selection .language-list li {
  display: block;
}

header .header-nav .nav-container .language-selection .language-list li a {
  display: block;
  padding: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  color: #616161;
  text-align: center;
  font-size: 16px;
}



header .header-nav .nav-container.breakpoint-on {
  padding: 15px 0;
}

header .header-nav .nav-container.breakpoint-on .nav-menu {
  background-color: #14212b;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li {
  display: block;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li::after {
  display: none;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
  line-height: 45px !important;
  font-size: 15px;
  margin: 0 0;
  padding: 0px 15px;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
  box-shadow: none;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a {
  color: #fff;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a:hover {
  background-color: transparent;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li .submenu li a {
  padding: 0px 20px 0 50px;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

header .header-nav .nav-container.breakpoint-on .nav-menu.menu-on {
  left: 0;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item,
header .header-nav .nav-container.breakpoint-on .navbar-close,
header .header-nav .nav-container.breakpoint-on .navbar-toggler {
  display: block;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item {
  text-align: center;
  margin-top: 40px;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn {
  background-color: #fff;
  color: #14212b;
}

/*header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn::after {
  background-color: #3ab9fe;
}*/

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn:hover {
  color: #fff;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .menu-social-link a {
  color: #fff;
  padding: 10px;
}

/*header .header-nav::before {
  content: '';
  left: 0;
  top: 0;
  background-color: #3ab9fe;
  width: 445px;
  height: 100%;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%);
}*/

@media (max-width: 1599px) {
  header .header-nav::before {
    width: 265px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 185px 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 185px 100%, 0% 100%);
  }
}

@media (max-width: 1199px) {
  header .header-nav::before {
    width: 245px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 165px 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 165px 100%, 0% 100%);
  }
}

@media (max-width: 991px) {
  header .header-nav::before {
    width: 220px;
  }
}

/*header.sticky-header.sticky-on .header-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
}*/

header.sticky-header.sticky-on .header-nav .nav-container .menu-items ul li a {
  line-height: 100px;
}

header.sticky-header.header-two.sticky-on .header-nav {
  background-color: #14212b;
}

@media (max-width: 767px) {
  header .header-topbar {
    display: none;
  }
.nav-pushed-item{
    display: none !important;
  }

}

header .header-topbar .header-topbar-inner {
  border-bottom: 2px solid #526676;
  padding: 20px 0;
}

@media (max-width: 767px) {
  header .header-topbar .contact-info,
  header .header-topbar .social-links {
    text-align: center;
  }
}

header .header-topbar .contact-info li,
header .header-topbar .social-links li {
  display: inline-block;
}

header .header-topbar .contact-info li,
header .header-topbar .contact-info li a,
header .header-topbar .social-links li,
header .header-topbar .social-links li a {
  color: #616161;
}

header .header-topbar .contact-info li a:hover,
header .header-topbar .social-links li a:hover {
  color: #3ab9fe;
}

header .header-topbar .contact-info li {
  margin-right: 50px;
}

@media (max-width: 1199px) {
  header .header-topbar .contact-info li {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  header .header-topbar .contact-info li {
    margin-right: 10px;
    font-size: 15px;
  }
}

header .header-topbar .contact-info li i {
  margin-right: 15px;
  color: #3ab9fe;
}

header .header-topbar .social-links li {
  margin-left: 15px;
  font-size: 15px;
}

header.header-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

header.header-two .header-nav {
  background-color: transparent;
}

header.header-two .header-nav::before {
  display: none;
}

header.header-two .header-nav .nav-container .menu-items ul li a, header.header-two .header-nav .nav-container .menu-items ul li.has-submemu::after {
  color: #fff;
}

header.header-two .header-nav .nav-container .menu-items ul li .submenu li a:hover {
  background-color: #14212b;
}

header.header-two .header-topbar .contact-info li,
header.header-two .header-topbar .contact-info li a,
header.header-two .header-topbar .social-links li,
header.header-two .header-topbar .social-links li a {
  color: #fff;
}

header.header-two .header-topbar .contact-info li a:hover,
header.header-two .header-topbar .social-links li a:hover {
  color: #3ab9fe;
}

header.header-two .header-topbar .social-links li a {
  color: #7d91a0;
}

header.header-three {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

@media (min-width: 1800px) {
  header.header-three .container-fluid {
    max-width: 1780px;
  }
}

header.header-three .header-nav {
  background-color: transparent;
}

header.header-three .header-nav::before {
  display: none;
}

/*======= Banner =======*/
.banner-section {
  position: relative;
/*  overflow: hidden;*/
}

.banner-section .single-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
/*    padding: 90px 0;
    background: #F5F5F5; */
    z-index: 1;
}
.banner-section .single-banner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/gradiant-overlay.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: -1;
}
.banner-section .single-banner:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 220px;
    background: url(../img/banner-bottom-shape.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}
.banner-right {
    padding: 0 60px;
    position: relative;
}
.banner-itmes{
    position: relative;
}
.g-recaptcha > div {
    margin: 0 auto 15px auto;
}
.banner-itmes .banner-video {
    position: absolute;
    width: 320px;
    height: calc(100% - 44px);
    left: 13%;
    top: 2.8%;
    /* padding: 50px 87px; */
    border-radius: 30px !important;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    z-index: 11;
    padding-bottom: 0;
    margin-bottom: 0;
}
.banner-video video{
    min-height: auto;
    height: 100%;
    background: #0d61c6;
    margin-bottom: 0 !important;
}
.banner-right img {
    display: inline-block;
    z-index: 11;
    position: relative;
}
.color-text{
    color: #F26B38;
}
.banner-left-col-items {
    background: #fff;
    border-radius: 20px;
    padding: 25px 50px;
    transform: translate(-180px, 50px) rotate(-12deg);
}
.banner-left-col-items h5 {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
}
.banner-right-col-items {
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    transform: translate(120px, 175px) rotate(-5deg);
    position: absolute;
    top: 0;
    z-index: 11;
}
.banner-left-col-items h5 {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
}
.banner-right-col-items h5 {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
}
.banner-left-bottom-col-items {
    background: #fff;
    border-radius: 20px;
    padding: 12px 22px;
    transform: translate(-52px, -85px) rotate(8deg);
    z-index: 11;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 10px 15px 30px -7px #41414120;
}
.banner-left-bottom-col-items ul li {
    display: flex;
    align-items: center;
    grid-gap: 7px;
    margin: 7px 0;
}
.banner-left-bottom-col-items ul li h6 {
    background: #E9EDEF;
    padding: 9px 14px;
    border-radius: 10px 10px 10px 0;
    font-size: 13px;
}
.display-only-mobile{
    display: none;
}
.banner-bottom-text{
    margin-top: -170px;
    position: relative;
    z-index: 11;
}
.faq-text{
    position: absolute;
    bottom: 15px;
}

@media (max-width: 991px) {
  .banner-section .single-banner {
    padding: 100px 0;
    font-size: 18px;
  }
.banner-section .single-banner {
    padding: 20px 0 120px 0;
}

}



.banner-section .single-banner .banner-content h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1.1;
}
.banner-content h4 {
    font-weight: 400;
    padding-top: 20px;
}


@media (max-width: 1199px) {

  .banner-section .single-banner .banner-content h1 {
    font-size: 42px;
  }
  .banner-itmes .banner-video {
      width: 200px;
      height: 422px;
      left: 20%;
      top: 7.5%;
      border-radius: 22px !important;
  }
.site-logo {
    max-width: 200px;
}
.banner-section .single-banner .banner-content .promo-text {
    font-size: 22px !important;
    line-height: 30px !important;
}


}

@media (max-width: 991px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 28px;
  }
.banner-video video {
    min-height: 270px;
    height: 270px;
    width: 125px;
    left: 0;
    top: -2px;
    position: absolute;
    border-radius: 17px;
}
.site-logo {
    max-width: 140px;
}
.banner-section .banner-slider {
    min-height: 640px;
    max-height: 640px;
}
.banner-section .single-banner {
    min-height: 640px;
}
.banner-section .single-banner .banner-content .btn-wrap {
    margin-top: 15px;
}
.banner-video video {
    min-height: 270px !important;
    height: 100% !important;
    width: 100%;
}
.banner-right {
    padding: 0 30px;
}
.banner-itmes .banner-video {
    width: calc(100% - 27px);
    height: calc(100% - 31px);
    left: 14px;
    top: 15px;
    border-radius: 22px !important;
}
.banner-itmes {
    padding: 0px;
    max-width: 100%;
    margin: auto;
    background: #0c5fc5;
    border-radius: 50px;
}


}

@media (max-width: 767px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 42px;
  }
.banner-left-bottom-col-items, .banner-left-col-items, .banner-right-col-items{
    display: none;
}
.display-only-mobile{
    display: block;
}
.display-only-desktop{
    display: none;
}
.banner-content{
    padding-top: 0px;
}
.banner-content .promo-left{
    background: #F858A4;
    font-size: 20px;
    padding: 4px 25px 4px 40px;
    border-radius: 0 20px 20px 0;
    margin-left: -15px;
}
.banner-section .single-banner .banner-content .btn-wrap {
    margin-top: 20px !important;
    padding: 0 20px;
}
.banner-section .single-banner .banner-content .btn-wrap li {
    margin-right: 0px;
    width: 100%;
    text-align: center;
}
.banner-section .single-banner .banner-content .btn-wrap li a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 45px !important;
    margin: 10px 0;
}

.banner-section .banner-slider {
    background: url(../../assets/img/mobile-banner.svg);
    background: url(https://swipe.events/wp-content/uploads/2024/10/brijax._a_photo_of_10_people_of_various_ethnicities_and_gende_b5c20b18-7480-406a-90ac-e7e12e7d5674_2.png);
    min-height: 1050px;
    max-height: 1050px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.banner-itmes{
    padding: 0px;
    max-width: 300px;
    margin: auto;
    background: #0c5fc5;
    border-radius: 40px;
}
.mobile-section {
    margin-top: -250px;
    position: relative;
    z-index: 1;
}
.promo-text-bottom {
    font-size: 20px !important;
    font-weight: 700 !important;
    padding-top: 40px !important;
}
.banner-mobile-video .banner-video video {
    min-height: initial !important;
    height: 100% !important;
    border-radius: 7px !important;
    max-width: 100%;
}
.banner-video video {
    min-height: 270px;
    height: 270px;
    width: 345px;
    left: 0;
    top: 0px;
    position: inherit;
    border-radius: 17px;
}
.banner-section .single-banner.success-banner{
    align-items: flex-start;
    padding-top: 100px;
}

}

@media (max-width: 575px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 399px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 28px;
  }
}

.banner-section .single-banner .banner-content .promo-text {
    /* text-transform: uppercase; */
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    /* letter-spacing: 3px; */
    margin-bottom: 12px !important;
    position: relative;
    line-height: 30px;
}


@media (max-width: 991px) {
  .banner-section .single-banner .banner-content .promo-text {
        font-size: 16px !important;
        letter-spacing: 0px;
        line-height: 22px !important;
  }
}

@media (max-width: 767px) {
  .banner-section .single-banner .banner-content .promo-text {
    font-size: 15px;
    letter-spacing: 0px;
    padding-left: 0px;
  }
.banner-section .single-banner .banner-content .promo-text {
    font-size: 24px;
    letter-spacing: 0px;
    padding: 0 24px;
    line-height: 32px;
}
.banner-itmes .banner-video {
    position: absolute;
    width: 280px;
    margin: auto;
    right: 0;
    left: 0;
    height: 580px;
    top: 20px;
    display: block;
    z-index: 1;
    border-radius: 43px !important;
    /* border-radius: 0px !important; */
    overflow: hidden;
}
.border-rounded {
    width: 165px !important;
    height: 165px !important;
    padding: 6px !important;
}
.round-shap-middle {
    padding: 12px !important;
}
.round-shap {
    margin-top: 30px !important;
}



}



@media (max-width: 399px) {
  .banner-section .single-banner .banner-content .promo-text {
    letter-spacing: 0px;
    padding-left: 0px;
  }
}

.banner-section .single-banner .banner-content .btn-wrap {
  margin-top: 40px;
}

.banner-section .single-banner .banner-content .btn-wrap li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.banner-section .single-banner .banner-content p {
  margin-top: 15px;
}

.banner-section .single-banner .banner-shapes > div {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3ab9fe;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: -1;
}

.banner-section .single-banner .banner-shapes .one {
  width: 345px;
  height: 425px;
  opacity: 0.57;
}

@media (max-width: 1599px) {
  .banner-section .single-banner .banner-shapes .one {
    width: 185px;
    height: 265px;
  }
}

@media (max-width: 1199px) {
  .banner-section .single-banner .banner-shapes .one {
    width: 165px;
    height: 245px;
  }
}

.banner-section .single-banner .banner-shapes .two {
  width: 520px;
  height: 650px;
  opacity: 0.37;
}


.banner-section .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70px;
  background-color: transparent;
  color: #fff;
  font-size: 50px;
  opacity: 0.3;
  line-height: 1;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
}

@media (max-width: 1199px) {
  .banner-section .slick-arrow {
    font-size: 40px;
    left: 40px;
  }
}

@media (max-width: 767px) {
  .banner-section .slick-arrow {
    font-size: 35px;
    left: 15px;
  }
}

.banner-section .slick-arrow.next-arrow {
  left: auto;
  right: 70px;
}

@media (max-width: 1199px) {
  .banner-section .slick-arrow.next-arrow {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .banner-section .slick-arrow.next-arrow {
    right: 15px;
  }
}

.banner-section .slick-arrow:hover {
  opacity: 1;
}



/* ======== featuresection ======== */

.feature-section{
/*    background:#fff;*/
    position: relative;
    z-index: 1;
}



/*=======  Services  =======*/
.service-section {
  position: relative;
  z-index: 1;
}

.service-section.shape-style-one::before, .service-section.shape-style-one::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 380px;
  height: 380px;
  content: '';
  background-color: #3ab9fe;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
}

@media (max-width: 1599px) {
  .service-section.shape-style-one::before, .service-section.shape-style-one::after {
    height: 250px;
    width: 250px;
  }
}

@media (max-width: 991px) {
  .service-section.shape-style-one::before, .service-section.shape-style-one::after {
    height: 220px;
    width: 220px;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-one::before, .service-section.shape-style-one::after {
    height: 130px;
    width: 130px;
  }
}

.service-section.shape-style-one::after {
  width: 520px;
  height: 520px;
  opacity: 0.15;
}

@media (max-width: 1599px) {
  .service-section.shape-style-one::after {
    height: 390px;
    width: 390px;
  }
}

@media (max-width: 991px) {
  .service-section.shape-style-one::after {
    height: 350px;
    width: 350px;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-one::after {
    height: 220px;
    width: 220px;
  }
}

.service-section.shape-style-one .dots-line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  z-index: -1;
}

@media (max-width: 1599px) {
  .service-section.shape-style-one .dots-line {
    right: 1%;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-one .dots-line {
    max-width: 330px;
  }
}

.service-section.shape-style-two::before {
  position: absolute;
  left: 90px;
  top: 200px;
  content: '';
  z-index: -1;
  background-image: url(../img/icons/star.png);
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .service-section.shape-style-two::before {
    left: 20px;
    top: 150px;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-two::before {
    background-size: 40px 40px;
  }
}

@media (max-width: 575px) {
  .service-section.shape-style-two::before {
    left: 15px;
    top: 50px;
    background-size: 30px 30px;
  }
}

.service-section.shape-style-two::after {
  position: absolute;
  right: 140px;
  top: 150px;
  content: '';
  z-index: -1;
  background-image: url(../img/icons/star.png);
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .service-section.shape-style-two::after {
    right: 50px;
    top: 100px;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-two::after {
    background-size: 30px 30px;
  }
}

@media (max-width: 575px) {
  .service-section.shape-style-two::after {
    right: 20px;
    top: 20%;
    background-size: 25px 25px;
  }
}

.service-section.service-line-shape .line-one,
.service-section.service-line-shape .line-two {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1199px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 200px;
  }
}

.service-section.service-line-shape .line-one {
  left: 0;
  top: 0;
}

@media (max-width: 575px) {
  .service-section.service-line-shape .line-one {
    display: none;
  }
}

.service-section.service-line-shape .line-two {
  right: 0;
  bottom: 0;
}

.service-boxes .service-box {
  margin-top: 50px;
  background-color: #fff;
  padding: 50px;
  position: relative;
}

@media (max-width: 1199px) {
  .service-boxes .service-box {
    padding: 40px 20px;
  }
}

.service-boxes .service-box .icon {
  margin-bottom: 30px;
}

.service-boxes .service-box .icon img {
  max-width: 100px;
}

@media (max-width: 1199px) {
  .service-boxes .service-box .icon img {
    max-width: 80px;
  }
}

.service-boxes .service-box h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 399px) {
  .service-boxes .service-box h3 {
    font-size: 22px;
  }
}

.service-boxes .service-box .service-link {
  font-size: 40px;
  margin-top: 25px;
  line-height: 1;
  color: #616161;
}

.service-boxes .service-box::after {
  position: absolute;
  content: '';
  left: 15px;
  right: 15px;
  bottom: -10px;
  height: 10px;
  background-color: #eceded;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service-boxes .service-box:hover::after {
  background-color: #3ab9fe;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
}

.service-boxes .service-box-two {
  border-radius: 10px;
  padding: 40px 15px 60px;
  background-color: #fff;
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .service-boxes .service-box-two {
    padding: 30px 15px 50px;
  }
}

.service-boxes .service-box-two .icon {
  font-size: 75px;
  color: #3ab9fe;
}

.service-boxes .service-box-two h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-two h3 {
    font-size: 22px;
  }
}

.service-boxes .service-box-two .service-link {
  font-size: 14px;
  margin-top: auto;
  color: #616161;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
          box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
}

.service-boxes .service-box-two:hover .service-link {
  color: #fff;
  background-color: #3ab9fe;
}

.service-boxes .service-box-three {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  text-align: center;
  padding: 40px 20px 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-three {
    padding: 40px 15px 20px;
    font-size: 16px;
  }
}

.service-boxes .service-box-three .icon {
  margin-bottom: 30px;
}

.service-boxes .service-box-three .icon img {
  max-width: 100px;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-three .icon img {
    max-width: 80px;
  }
}

.service-boxes .service-box-three h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-three h3 {
    font-size: 22px;
  }
}

.service-boxes .service-box-three .service-link {
  color: #616161;
  margin-top: 15px;
  font-size: 24px;
}

.service-boxes .service-box-three:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 32px 0px rgba(215, 215, 215, 0.4);
}


.feature-desc p {
    font-size: 16px;
}

/*=======  Feature Boxes  =======*/
.feature-boxes .feature-box {
    /* height: 450px; */
    position: relative;
    padding: 40px 30px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    border: 2px #ffffff60 solid;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
   transition: all 0.3s ease-out 0s;

}
.feature-box .icon-img {
    border-radius: 50%;
    border: 2px #A422A2 solid;
    margin-bottom: 20px;
}
.feature-box-middle .icon-img {
    border-radius: 50%;
    border: 2px #2056B5 solid;
    margin-bottom: 20px;
}
.feature-box .icon-img {
    padding: 15px;
    width: 75px;
}
.feature-boxes .feature-box:hover {
    transform: translate(0px, -10px);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.feature-boxes .feature-box:hover .feature-desc h4{
    color: #2056B5;
}
.feature-boxes .feature-box:hover .feature-desc p{
    color: #252531;
}

/*.feature-boxes .feature-box:hover .icon-img{
    background: linear-gradient(to right, rgba(243,120,57,1) 0%,rgba(241,89,55,1) 100%);
    border:2px #F47A3A solid;
}*/

@media (max-width: 1199px) {
  .feature-boxes .feature-box {
    padding: 15px 8px;
  }
.feature-desc p {
    font-size: 16px;
    line-height: 24px;
}
.count-down h2 {
    font-size: 24px;
}


}


.feature-boxes .feature-box .feature-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-boxes .feature-box .feature-desc a,
.feature-boxes .feature-box .feature-desc h4,
.feature-boxes .feature-box .feature-desc p {
  color: #222222;
}

.feature-boxes .feature-box .feature-desc h4 {
    font-size: 24px;
    /* letter-spacing: 1px; */
    font-weight: 600;
    margin-bottom: 15px;
    color: #932BE5;
}
.feature-boxes .feature-box-middle .feature-desc h4 {
    color: #2056B5;
}


@media (max-width: 1199px) {
  .feature-boxes .feature-box .feature-desc h4 {
    font-size: 20px;
  }
}

.feature-boxes .feature-box .feature-desc .feature-link {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1;
}

/*.feature-boxes .feature-box::before, .feature-boxes .feature-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 80px);
  height: 300px;
  background-color: #3ab9fe;
  opacity: 0.4;
  content: '';
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: -2;
}*/

.feature-boxes .feature-box::after {
  opacity: 0.8;
  height: 250px;
  z-index: -1;
  width: 100%;
}

.feature-boxes .feature-box:hover .feature-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


.count-down {
    margin: auto;
    padding: 20px;
}
.count-down .flipdown {
    margin: auto;
    margin-top: 30px;
}
.count-down h1 {
    text-align: center;
    font-weight: 400;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 10px;
}


.flipdown.flipdown__theme-dark .rotor:after {
    border-top: none !important;
}

.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front {
    background: rgb(23,75,187);
    background: linear-gradient(180deg, rgba(23,75,187,1) 0%, rgba(127,57,185,1) 85%, rgba(141,45,151,1) 100%);
}
.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
    background: rgb(23,75,187);
    background: linear-gradient(180deg, rgba(141,45,151,1) 0%, rgba(171,49,184,1) 100%);
}
/*.flipdown .rotor-leaf {
    background: linear-gradient(to bottom, rgba(23, 75, 187, 1) 0%, rgba(141, 45, 151, 1) 100%) !important;
}*/

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+1):nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+1):nth-child(n+2):nth-child(-n+3):after {
    /* background-color: #151515; */
    background: linear-gradient(180deg, rgba(23, 75, 187, 1) 0%, rgba(127, 57, 185, 1) 49%, rgba(141, 45, 151, 1) 100%);
}
.flipdown .rotor-group:nth-child(n+1):nth-child(n+2):nth-child(-n+3):after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 115px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.flipdown .rotor-group-heading:before {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    /*bottom: -30px;
    position: absolute;
    left: 0;
    right: 0;*/
    margin: 0 auto;
    text-align: center !important;
}
.flipdown .rotor-group-heading {
    position: absolute;
    width: 105px;
    bottom: -35px;
    display: block;
    max-width: 105px;
}
.count-down h2 {
    color: #044BAB;
    font-weight: 700;
}



/* Reserve section */

.Reserve-section {
    position: relative;
    z-index: 1;
    padding: 350px 0;
}
.Reserve-section:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/gradiant-overlay.svg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: -1;
}
.Reserve-section:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 220px;
    background: url(../img/banner-bottom-shape.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}
.shape-top {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
}
.shape-top:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    width: 100%;
    height: 220px;
    background: url(../img/shape-top.svg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.Reserve-section .section-title h2{
    color: #fff;
}
.Reserve-section .section-title p{
    color: #fff;
}
.form-col form input {
    opacity: 50%;
    border-radius: 30px;
    min-height: 45px;
    margin-bottom: 15px;
    padding: 10px 25px;
    font-size: 14px;
    color: #000;
}
.form-col form input::placeholder {
  color: #000;
  opacity: 1;
}

.form-col form input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-col form button {
    background: #F858A4;
    padding: 10px 100px;
    border-radius: 30px;
    border: none;
}
.form-col form button:hover {
    background: #044BAB;
    border: none;
}
.round-shap {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
.round-shap img{
    width: 220px;
}

/*======= Why Choose Us =======*/
.wcu-section .wcu-text {
  color: #c2d9eb;
}
.how-it-content h5 {
    font-size: 20px;
    color: #F26B38;
}
.how-it-content p {
    font-size: 15px;
    color: #252531;
    margin-top: 15px;
}
.how-it-work-icon {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    background: #3E3E46;
    border-radius: 50%;
    text-align: center;
    padding: 15px;
    position: relative;
}

.how-it-work-icon .how-it-work-conunt {
    width: 20px;
    height: 20px;
    background: #F26338;
    border-radius: 50%;
    text-align: center;
    padding: 3px;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.how-works-text-col-left {
    display: flex;
    align-items: start;
    grid-gap: 10px;
    width: 300px;
}
.how-works-text-col-right {
    display: flex;
    align-items: start;
    grid-gap: 10px;
}
.how-works-text-1 {
    transform: translate(80px, -75px);
    position: relative;
    z-index: 1;
}
.how-works-text-2 {
    transform: translate(50px, 130px);
    position: relative;
    z-index: 1;
}
.how-works-text-3 {
    transform: translate(200px, 190px);
    position: relative;
    z-index: 1;
}
.how-works-text-4{
    transform: translate(-185px, -52px);
}
.how-works-text-5 {
    transform: translate(-60px, 52px);
}
.how-works-text-6 {
    transform: translate(-155px, 140px);
    max-width: 330px;
    min-width: 330px;
    width: 330px;
}
.how-it-work-section{
    padding-bottom: 200px;
}
.how-works-text-3 .left-content-work-text {
    /* margin-top: 58px; */
    transform: translate(100px, 50px);
}




/*=======  FAQ Looop  =======*/
.faq-section {
  position: relative;
  z-index: 11;
}

.faq-section .faq-content {
  padding-right: 50px;
}

@media (max-width: 1199px) {
  .faq-section .faq-content {
    padding-left: 0;
  }
}

.faq-section .faq-loop.accordion .card {
    border: none;
    /* margin-top: 12px; */
    /* box-shadow: 1px 1px 6px 2px #DC411F20; */
    /* border-radius: 10px; */
    border-bottom: 1px #a1a1a1 solid;
}
/*.faq-section .faq-loop.accordion .card .show{
    box-shadow: 1px -1px 15px 3px #DC411F20;
}*/

.faq-section .faq-loop.accordion .card .card-header {
  padding: 0;
  border: none;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0;
}

.faq-section .faq-loop.accordion .card .card-header h6 {
    font-size: 16px;
    padding: 20px 40px 20px 0px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}
.faq-section .faq-loop.accordion .card .card-header {
    /*background: #F5F5F5;
    border-radius: 10px;*/
}



.faq-section .faq-loop.accordion .card .card-header h6 span.icons {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* background: linear-gradient(to right, rgba(243, 120, 57, 1) 0%, rgba(241, 89, 55, 1) 100%); */
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #222;
    font-size: 30px;
    font-weight: 300;
}
.faq-section .faq-loop.accordion .card .card-header h6 span.icons i{
    font-weight: 500;
}
.faq-section .faq-loop.accordion .card .card-header.active-header span.icons, .faq-section .faq-loop.accordion .card .card-header:hover span.icons {
    background: #fff;
    color: #932BE5;
}

/*.faq-section .faq-loop.accordion .card .card-header.active-header, .faq-section .faq-loop.accordion .card .card-header:hover {
   background: linear-gradient(180deg, rgba(23, 75, 187, 1) 0%, rgba(127, 57, 185, 1) 85%, rgba(141, 45, 151, 1) 100%);
}*/

.faq-section .faq-loop.accordion .card .card-header.active-header h6, .faq-section .faq-loop.accordion .card .card-header:hover h6 {
  color:#932BE5;
}

.faq-section .faq-loop.accordion .card .card-body {
  padding: 0px 20px 20px 0px;
  font-size: 15px;
  line-height: 1.4;
}


.faq-section .faq-loop.accordion.grey-header .card .card-header {
  background-color: #f5f5f5;
}

.faq-section .faq-loop.accordion.grey-header .card .card-header.active-header, .faq-section .faq-loop.accordion.grey-header .card .card-header:hover {
  background-color: #3ab9fe;
}

.faq-section .faq-loop.accordion.border-style .card .card-header {
  background-color: #fff;
  border: 2px solid #eaeaea;
}

.faq-section .faq-loop.accordion.border-style .card .card-header.active-header, .faq-section .faq-loop.accordion.border-style .card .card-header:hover {
  background-color: #fff;
}

.faq-section .faq-loop.accordion.border-style .card .card-header.active-header h6, .faq-section .faq-loop.accordion.border-style .card .card-header:hover h6 {
  color: #14212b;
}

.faq-section .faq-loop.accordion.border-style .card .card-header.active-header {
  border-color: #3ab9fe;
  border-bottom-color: transparent;
}

.faq-section .faq-loop.accordion.border-style .card .card-body {
  background-color: #fff;
  color: #616161;
  border-left: 2px solid #3ab9fe;
  border-right: 2px solid #3ab9fe;
  border-bottom: 2px solid #3ab9fe;
}

/*.faq-section.with-illustration .faq-illustration-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(50% + 15px);
}*/

.faq-illustration-img {
    width: 430px;
    margin: 0 auto;
    /* transform: translate(0px, -12px); */
    margin-top: -230px;
    margin-bottom: -50px;
    z-index: 111;
    position: relative;
}
.count-down-mobile{
    display: none;
}

@media (max-width: 767px) {


.how-works-text-1 {
    transform: translate(0px, 0px);
    position: relative;
    z-index: 1;
}
.how-works-text-2 {
    transform: translate(0px, 0px);
    position: relative;
    z-index: 1;
}
.how-works-text-3 {
    transform: translate(0px, 0px);
    position: relative;
    z-index: 1;
}
.how-works-text-4{
    transform: translate(0px, 0px);
}
.how-works-text-5 {
    transform: translate(0px, 0px);
}
.how-works-text-6 {
    transform: translate(0px, 0px);
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.how-works-text-3 .left-content-work-text {
    transform: translate(0px, 0px);
}
.how-works-text-col-left {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.how-it-work-icon {
    margin: 0 auto;
}
.how-works-text-col-right {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.how-it-work-section {
    padding-bottom: 90px;
}
.section-title .title {
    font-size: 24px;
    text-align: center;
}

.faq-illustration-img{
    display: none;
}
.Reserve-section {
    padding: 230px 0 170px 0;
    background: url(https://swipe.events/wp-content/uploads/2024/10/brijax._a_photo_of_10_people_of_various_ethnicities_and_gende_b5c20b18-7480-406a-90ac-e7e12e7d5674_2.png) !important;
    background-size: cover !important;
    background-position: center center !important;
}
h2 {
    font-size: 25px;
}
.form-col form button {
    width: 100%;
}

.Reserve-section:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: url(../img/mobile-shape-bottom.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}
.shape-top:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    width: 100%;
    height: 130px;
    background: url(../img/mobile-shape-top.svg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.faq-section .faq-content {
    padding-right: 0px;
}
.banner-section .single-banner:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: url(../img/mobile-shape-bottom.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}  
.flipdown .rotor-group-heading {
    position: absolute;
    width: 65px;
    bottom: -30px;
    display: block;
    max-width: 65px;
}
.feature-boxes .feature-box {
    flex-wrap: nowrap;
    grid-gap: 20px;
    text-align: left;
    border-bottom: 1px #ddd solid;
    border-radius: 0;
}
.feature-desc{
    width: 75%;
}
.feature-box .icon-img {
    padding: 10px;
    width: 65px;
    min-width: 65px;
}
.Reserve-section .section-title p {
    line-height: 22px;
    padding-top: 10px;
}
.count-down-mobile{
    display: block;
}
.count-down{
    display: none;
}


}

.count-down-mobile h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
}
.count-down-mobile h3 {
    color: #fff;
    font-size: 24px;
}
.faq-section.with-shape .circle-img {
  background-size: cover;
  background-position: center;
  height: 270px;
  width: 270px;
  position: absolute;
  right: 160px;
  top: 130px;
  z-index: -1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(104, 102, 102, 0.34);
          box-shadow: 0px 10px 60px 0px rgba(104, 102, 102, 0.34);
}

@media (max-width: 1800px) {
  .faq-section.with-shape .circle-img {
    right: 4%;
  }
}

@media (max-width: 1599px) {
  .faq-section.with-shape .circle-img {
    display: none;
  }
}

@media (max-width: 1024px) {
.faq-illustration-img {
    width: 350px;
    margin: 0 auto;
    /* transform: translate(0px, -12px); */
    margin-top: -260px;
    margin-bottom: -62px;
    z-index: 111;
    position: relative;
}
.border-rounded {
    width: 180px !important;
    height: 180px !important;
}
.round-shap {
    margin-top: 80px;
}
header {
    padding-top: 5px;
}
.banner-video video {
    min-height: 420px;
    height: 420px;
}

}

#countdown{
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 24px 0;
  top: 0; bottom: 0; left: 0; right: 0;
}

#countdown:before{
  content:"";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
  background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  position: absolute;
  top: 48px; left: -10px;
}



#countdown #tiles{
  position: relative;
  z-index: 1;
}

#countdown #tiles > span{
  /*width: 92px;
  max-width: 92px;
  font: bold 48px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #bbb, #eee); 
  background-image:    -moz-linear-gradient(top, #bbb, #eee);
  background-image:     -ms-linear-gradient(top, #bbb, #eee);
  background-image:      -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);*/
  font-size: 32px;
  color: #fff;
  margin: 0 15px;
  padding: 0px 0;
  display: inline-block;
  position: relative;
}

#countdown #tiles > span:before{
  content:"";
  width: 100%;
  height: 13px;
  display: block;
  padding: 0 3px;
  position: absolute;
  z-index: -1;
}

#countdown #tiles > span:after{
  content:"";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 48%; left: 0;
}

#countdown .labels{
  width: 100%;
  height: 25px;
  text-align: center;
/*  position: absolute;*/
  bottom: 4px;
}

#countdown .labels li {
    width: 60px;
    font-size: 13px;
    /* font: bold 15px 'Droid Sans', Arial, sans-serif; */
    color: #fff;
    /* text-shadow: 1px 1px 0px #000; */
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}


/*=======  Footer  =======*/
footer {
    position: relative;
    padding-top: 125px;
    z-index: 1;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 0px;
    z-index: 1;
}
footer:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    width: 100%;
    height: 175px;
    background: url(../img/footer-shape.svg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
footer .footer-widget h3 {
    color: #fff;
    font-size: 42px;
    margin: 30px 0;
}
footer .widget {
  margin-bottom: 20px;
}
footer .footer-widget .footer-menu-vartical ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px #fff solid;
    line-height: 16px;
}
footer .footer-widget .footer-menu-vartical ul li:last-child {
    border-right: none;
}
.footer-menu-vartical{
    padding: 30px 0;
}
footer .widget a.main-btn-3:hover{
    color: #fff;
}

@media (max-width: 991px) {
  footer .widget {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  footer .widget {
    font-size: 16px;
  }
footer .footer-widget h3 {
    color: #fff;
    font-size: 24px;
    margin: 30px 0;
}
footer .widget, footer .widget a {
    font-size: 10px !important;
}
footer {
    padding-top: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 0px;
}
footer:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    width: 100%;
    height: 80px;
    background: url(../img/mibile-footer-shape.svg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.footer-logo img {
    width: 60px !important;
}
.footer-menu-vartical {
    padding: 15px 0;
}
footer .widget {
    margin-bottom: 22px;
}


}


footer .widget, footer .widget a {
    color: #fff;
    font-size: 13px;
}

footer .widget a:hover {
  color: #fff;
}

footer .widget .widget-title,
footer .widget .footer-logo {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 10px;
}
.footer-logo img {
    width: 130px;
}

@media (max-width: 767px) {
  footer .widget .widget-title,
  footer .widget .footer-logo {
    font-size: 22px;
  }
}

footer .widget .social-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}
footer .widget .social-links li a {
    border-radius: 50%;
    border: 1px #fff solid;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 44px;
}
footer .widget .social-links li a:hover {
    background: #F26B38;
    border: 1px #F26B38 solid;
    color: #fff;
}

@media (max-width: 991px) {
  footer .widget.newsletter-widget .newsletter-form button {
    position: relative;
    margin-top: 20px;
  }
}

footer .widget.nav-widget ul li {
    line-height: 28px;
}

footer .widget.nav-widget ul li a:hover {
  padding-left: 5px;
}

footer .widget.contact-widget .contact-infos {
  margin-top: 20px;
}

footer .widget.contact-widget .contact-infos li {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  footer .widget.contact-widget .contact-infos li {
    font-size: 16px;
  }
}

footer .widget.contact-widget .contact-infos i {
  margin-right: 10px;
  color: #3ab9fe;
}

@media (max-width: 1199px) {
  footer .widget.contact-widget .contact-infos i {
    margin-right: 5px;
  }
}

footer .widget.insta-feed-widget {
  padding-left: 45px;
}

@media (max-width: 991px) {
  footer .widget.insta-feed-widget {
    padding-left: 0;
  }
}

footer .footer-copyright {
  padding: 15px 0;
  position: relative;
}

footer .footer-copyright .copyright-text {
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  footer .footer-copyright .copyright-text span {
    width: 100%;
    text-align: center;
  }
  footer .footer-copyright .copyright-text span:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
}

footer .footer-copyright .back-to-top {
  position: absolute;
  left: 50%;
  top: 0;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 2px solid #1d2d3a;
  line-height: 75px;
  color: #3ab9fe;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #14212b;
}

@media (max-width: 767px) {

footer .footer-copyright .back-to-top {
    height: 55px;
    width: 55px;
    line-height: 55px;
}


}

footer .footer-copyright .back-to-top:hover {
  background-color: #3ab9fe;
  color: #fff;
}

footer .line-one,
footer .line-two,
footer .line-three,
footer .line-four {
  position: absolute;
  z-index: -1;
}

footer .line-one {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .line-two {
  right: 0;
  top: 0;
}

footer .line-three {
  left: 0;
  top: 0;
}

footer .line-four {
  right: 0;
  bottom: 0;
}

footer.grey-bg-footer {
  background-color: #f5f5f5;
}

footer.grey-bg-footer .widget,
footer.grey-bg-footer .widget a {
  color: #616161;
}

footer.grey-bg-footer .widget a:hover {
  color: #fff;
}

footer.grey-bg-footer .widget .widget-title {
  color: #14212b;
}

footer.grey-bg-footer .widget.newsletter-widget,
footer.grey-bg-footer .widget.newsletter-widget .newsletter-form input {
  border-color: #dddddd;
}

footer.grey-bg-footer .footer-copyright {
  border-color: #dddddd;
}

footer.grey-bg-footer .footer-copyright .copyright-text {
  color: #616161;
}

footer.grey-bg-footer .footer-copyright .back-to-top {
  border-color: #dddddd;
  background-color: #fff;
}

footer.grey-bg-footer .footer-copyright .back-to-top:hover {
  background-color: #3ab9fe;
}

/* login */


.login-content h3 {
    color: #fff;
    font-size: 36px;
}
.login-content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}
.login-content{
    margin-bottom: 30px;
}
.login-success {
    width: 130px;
    margin-bottom: 25px;
}


.banner-section .login-banner:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 220px;
    background: url(../img/login-shape.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}


.social-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}
.social-links li a {
    border-radius: 50%;
    border: 1px #fff solid;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 40px;
    color: #fff;
}
.social-links li a:hover {
    background: #1C3F9D;
    border: 1px #1C3F9D solid;
    color: #fff;
}
.socail-bottom h5 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}
.socail-bottom h6{
    color: #fff;
    line-height: 40px;
    margin-top: 20px;
}
.login-form-col h4 {
    text-align: center;
    color: #044BAB;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 25px;
}
.login-form-col form input {
    border-radius: 30px;
    border: 1px #044BAB solid;
    max-width: 100%;
    width: 100%;
    min-height: 45px;
    font-size: 14px;
    padding: 10px 20px;
}
.login-form-col form button {
    border-radius: 30px;
    background: #F858A4;
    border: 1px #F858A4 solid;
    max-width: 100%;
    width: 100%;
    min-height: 45px;
    font-size: 14px;
    padding: 10px 20px;
}
.login-from {
    margin-top: -150px;
    position: relative;
    z-index: 11;
}
.login-footer-col {
    background: url(../../assets/img/login-footer.svg);
    background-size: cover;
    background-position: center center;
    /* height: 100px; */
    width: 100%;
    background-repeat: no-repeat;
}
.login-footer {
    position: relative;
    z-index: 11;
    margin-top: 30px;
}
.login-footer-col p.copyright-text{
    color:#fff;
    font-size: 14px;
}
.login-footer-col ul li{
    display: inline-block;
}
.login-footer-col ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
.login-pre-register-content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
}
.login-pre-register-content h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px;
}
.login-pre-register img {
    /* transform: scale(1.0); */
    width: 110px;
}
.login-pre-register h4{
    color: #fff;
    line-height: 40px;
    padding-top: 10px;
}
.login-pre-register button {
    background: #F858A4;
    width: 100%;
    color: #fff;
    padding: 12px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 30px;
    margin-top: 15px;
}
.login-pre-register-content{
    padding-top: 75px;
}

@media (max-width: 480px) {

.site-logo {
    max-width: 250px;
    padding: 0 20px;
}
.banner-section .single-banner .banner-content .promo-text {
    font-size: 30px !important;
    padding: 15px 24px !important;
    line-height: 36px !important;
    font-weight: 300;
}
.feature-desc p {
    font-size: 15px;
}
.feature-boxes .feature-box {
    padding: 25px 0px;
}
.faq-section .faq-loop.accordion .card .card-header h6 span.icons {
    font-size: 20px;
}
.faq-section .faq-loop.accordion .card .card-header h6 {
    font-size: 16px;
}
.faq-section .faq-loop.accordion .card .card-header h6 span.icons {
    right: 5px;
}


}

@media (max-width: 767px) {

.login-header{
    max-width: 140px;
}
.login-success {
    width: 115px;
    margin-bottom: 25px;
}
.login-content {
    padding-top: 0;
    margin-bottom: 5px;
}
.login-content h3 {
    font-size: 30px;
}
.login-content h4 {
    font-size: 22px;
    line-height: 32px;
}
.socail-bottom h6 {
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
}
.login-form-col h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.login-form-col form input {
    margin-bottom: 10px;
    opacity: 0.8;
    border: 1px #fff solid;
}
.banner-section .login-banner:after{
    display: none;
}
.login-form-col ul {
    margin-top: 10px;
}
.login-form-col ul li a{
    color: #fff;
    font-size: 14px;
}
.login-form-col p{
    font-size: 14px;
}
.login-pre-register img {
    width: auto;
}
.banner-section .single-banner {
    min-height: 1050px;
}


}



@media only screen and (max-width: 2100px) and (min-width: 1700px) {

.banner-section .single-banner:after {
    height: 310px;
}
.shape-top:before {
    height: 285px;
}
.Reserve-section {
    padding: 400px 0;
}
.Reserve-section:after {
    height: 310px;
}
footer {
    padding-top: 150px;
}
footer:before {
    height: 250px;
}
.banner-section .login-banner:after {
    height: 220px;
}
.banner-bottom-text {
    margin-top: -220px;
}
.faq-text {
    position: absolute;
    bottom: 50px;
}
.Reserve-section {
    margin-top: -40px;
}
.round-shap {
    margin-top: 100px;
}

}

@media only screen and (max-width: 2560px) and (min-width: 2100px) {

.banner-section .single-banner:after {
    height: 340px;
}
.shape-top:before {
    height: 310px;
}
.Reserve-section:after {
    height: 340px;
}
.Reserve-section {
    padding: 420px 0;
}
footer:before {
    height: 280px;
}
.banner-section .login-banner:after {
    height: 220px;
}
.banner-bottom-text {
    margin-top: -220px;
}
.faq-text {
    position: absolute;
    bottom: 50px;
}
.Reserve-section {
    margin-top: -40px;
}
.round-shap {
    margin-top: 140px;
}
footer {
    padding-top: 190px;
}



}

@media only screen and (max-width: 5600px) and (min-width: 2560px) {

.banner-section .single-banner:after {
    height: 430px;
}
.banner-section .banner-slider {
    min-height: 1100px;
    max-height: 1100px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.banner-section .single-banner {
    min-height: 1100px;
}
.shape-top:before {
    height: 400px;
}
.Reserve-section:after {
    height: 430px;
}
.Reserve-section {
    padding: 550px 0;
}
footer:before {
    height: 340px;
}
footer {
    padding-top: 230px;
    margin-top: -130px;
}
.banner-section .login-banner:after {
    height: 220px;
}
.feature-section {
    margin-top: -140px;
}
.count-down-section{
    padding-top: 50px;
}
.round-shap {
    margin-top: 240px;
}

}



.border-rounded {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    padding: 8px;
    background: #fff;
    -webkit-animation: Active 10s linear infinite;
    -moz-animation: Active 10s linear infinite;
    -o-animation: Active 10s linear infinite;
    -ms-animation: Active 10s linear infinite;
    animation: Active 10s linear infinite;
    margin: 0 auto;
    position:relative;
    /* box-shadow: 1px 0px 0px 10px #fff; */
}
.fill {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* background-color: #fff; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* margin: -60px 0 0 -60px; */
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
.round-shap-middle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 18px;
}
.feature-boxes.row.justify-content-center > div:last-child > div {
    border-bottom: none;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.reserve_btn,.main-btn{
    text-transform:uppercase;
}

























































