/*
@File: Atoli HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Top Header Style
** - Navbar Area Style
** - Main Banner Area CSS  Style
** - Banner Form Area CSS  Style
** - Inner Banner Area CSS  Style
** - About Area CSS  Style
** - Choose Area CSS Style
** - Gallery Area CSS Style
** - Services Area CSS Style
** - Reservation Area Style
** - Ability Area Style
** - Specialty Area Style
** - Room Area Style
** - Testimonials Area Style
** - Faq Area Style
** - Contact Area Style
** - Map Area Style
** - User All Form Style
** - Team Area Style
** - Booking Area Style
** - Checkout Area Style
** - Blog Area Style
** - Restaurant Item  Style
** - Pagination Area Style
** - 404 Error Area Style
** - Coming Soon Area Style
** - Footer Area Style
** - Other Area Style


*******************************************

/*================================================
Default CSS
=================================================*/


@media only screen and (max-width: 600px) {
  .inner-banner {
    padding-top: 84px;
  }
}



@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap");

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  color: #555555;
  font-weight: 400;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #292323;
  line-height: 1.4;
}

h3 {
  font-size: 22px;
  font-weight: 800;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-0 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.ml-45 {
  margin-left: 45px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.section-bg {
  background-color: #F5F5F5;
}

.section-bg-2 {
  background-color: #FEF7F6;
}

/*================================
Default Btn Style 
===================================*/
.default-btn {
  display: inline-block;
  padding: 12px 42px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 0;
  height: 50%;
  background-color: #1B2132;
  z-index: -1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 0;
  height: 50%;
  background-color: #1B2132;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.default-btn:hover {
  color: #ffffff !important;
}

.default-btn:hover::before {
  width: 100%;
  color: #ffffff !important;
  opacity: 1;
}

.default-btn:hover::after {
  width: 100%;
  opacity: 1;
  color: #ffffff !important;
}

.btn-bg-one {
  background-color: #0088CC;
}

.btn-bg-two {
  background-color: #C890FF;
}

.btn-bg-three {
  background-color: #EE786C;
}

/*================================
Default Btn Style End
===================================*/
/*================================
Section Title Style 
===================================*/
.section-title span {
  line-height: 0;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin: 0;
  color: #0088CC;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.4;
  color: #292323;
  margin-bottom: 0;
}

.section-title p {
  padding-top: 17px;
  margin-bottom: 0;
}

.sp-color {
  color: #EE786C !important;
}

/*================================
Section Title Style End
===================================*/
/*================================
Top Header
===================================*/
.top-header {
  padding: 7px 0 10px;
}

.top-header-bg {
  background-color: #1B2132;
}

.header-right {
  text-align: right;
  z-index: 1;
  position: relative;
}

.header-right ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-right ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 7px;
  color: #ffffff;
  margin-right: 35px;
}

.header-right ul li::before {
  content: '';
  position: absolute;
  top: 5px;
  right: -20px;
  height: 20px;
  width: 1px;
  background-color: #ffffff;
}

.header-right ul li:last-child {
  margin-right: 0;
}

.header-right ul li:last-child::before {
  display: none;
}

.header-right ul li i {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 52%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-right ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 25px;
}

.header-right ul li:hover i {
  color: #0088CC;
}

.header-right ul li:hover a {
  color: #0088CC;
}

.language-top {
  margin-top: 0;
  z-index: 55555;
  position: relative;
}

.language-top .language-top-dropdown {
  display: inline-block;
}

.language-top .language-top-dropdown img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 3px;
}

.language-top .language-top-dropdown .btn {
  font-weight: 600;
  font-size: 15px;
  padding: 0;
  border: 0;
  color: #ffffff;
}

.language-top .language-top-dropdown .btn i {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.language-top .language-top-dropdown .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0088CC;
}

.language-top .language-top-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 170%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.language-top .language-top-dropdown .dropdown-menu a {
  font-size: 15px;
  font-weight: 600;
  padding: 7px 10px;
  border-bottom: 1px solid #f1f1f1;
  border-left: 3px solid transparent;
  color: #292323;
  width: 100%;
}

.language-top .language-top-dropdown .dropdown-menu a:hover {
  background-color: transparent;
  border-left: 3px solid #0088CC;
  padding-left: 18px;
  border-radius: 0 50% 50% 0;
  color: #0088CC;
}

.language-top .language-top-dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}

.language-top .language-top-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  top: 135%;
}

.language-top .language-top-dropdown .dropdown-toggle::after {
  display: none;
}

.side-nav .nav-flag-dropdown {
  display: inline-block;
}

/*================================
Top Header End
===================================*/
/*=================================
Navbar Area
====================================*/
.main-nav {
  position: inherit;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: inherit;
  padding: 0;
  width: 100%;
  height: auto;
}

.main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #0088CC !important;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #292323;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #0088CC !important;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #0088CC !important;
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px dashed #ee786c4f;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #292323 !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 400;
  padding: 10px 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #0088CC !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #0088CC !important;
  border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #0088CC !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-btn {
  margin-bottom: -8px;
}

.nav-btn .default-btn {
  padding: 10px 30px;
}

.nav-two {
  position: absolute;
  background-color: #ffffff;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 5555;
  padding: 0;
  width: 1240px;
  margin: 0 auto;
  height: auto;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.nav-two .navbar {
  padding-left: 0;
  padding-right: 0;
}

.nav-two nav .navbar-nav .nav-item:hover a,
.nav-two nav .navbar-nav .nav-item .active {
  color: #C890FF !important;
}

.nav-two nav .navbar-nav .nav-item a:hover,
.nav-two nav .navbar-nav .nav-item a :focus {
  color: #C890FF !important;
}

.nav-two nav .navbar-nav .nav-item a.active {
  color: #C890FF !important;
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #C890FF !important;
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.nav-two nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.nav-two nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #C890FF !important;
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #C890FF !important;
}

.nav-three nav .navbar-nav .nav-item:hover a,
.nav-three nav .navbar-nav .nav-item .active {
  color: #EE786C !important;
}

.nav-three nav .navbar-nav .nav-item a:hover,
.nav-three nav .navbar-nav .nav-item a :focus {
  color: #EE786C !important;
}

.nav-three nav .navbar-nav .nav-item a.active {
  color: #EE786C !important;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #EE786C !important;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.nav-three nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.nav-three nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #EE786C !important;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #EE786C !important;
}

.side-nav-responsive {
  display: none;
}

.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: 12px;
}

.side-nav-responsive .dot-menu .circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.side-nav-responsive .dot-menu .circle-inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #1B2132;
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #0088CC;
}

.side-nav-responsive .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side-nav-responsive .container .container {
  position: absolute;
  top: 55px;
  right: 0;
  max-width: 250px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.side-nav-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.side-nav-responsive .side-nav-inner {
  padding: 10px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #1B2132;
  padding: 10px 0;
}

.side-nav-responsive .side-nav-inner .side-nav .side-item {
  padding-left: 10px;
  position: relative;
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .side-item:last-child {
  padding-right: 10px;
  padding-left: 0;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item {
  margin-right: 0;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list {
  margin-top: 0;
  z-index: 55555;
  position: relative;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list .language-list-dropdown {
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list .language-list-dropdown img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 3px;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list .language-list-dropdown .btn {
  font-weight: 500;
  font-size: 15px;
  padding: 0;
  border: 0;
  color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list .language-list-dropdown .btn i {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list .language-list-dropdown .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #C890FF;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list .language-list-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 170%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list .language-list-dropdown .dropdown-menu a {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 10px;
  border-bottom: 1px solid #f1f1f1;
  border-left: 3px solid transparent;
  color: #292323;
  width: 100%;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list .language-list-dropdown .dropdown-menu a:hover {
  background-color: transparent;
  border-left: 3px solid #C890FF;
  padding-left: 18px;
  border-radius: 0 50% 50% 0;
  color: #C890FF;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list .language-list-dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list .language-list-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  top: 135%;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-list .language-list-dropdown .dropdown-toggle::after {
  display: none;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .menu-icon {
  line-height: 1;
  position: relative;
  top: 10px;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .menu-icon .menu-icon-one {
  font-size: 35px;
  color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .menu-icon .menu-icon-one:hover {
  color: #0088CC;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.sticky-nav .nav-two {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  width: 100%;
}

.option-item {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  margin-top: -13px;
}

.option-item:last-child {
  margin-right: 0;
}

.option-item .language-list {
  top: -2px;
  z-index: 55555;
  position: relative;
}

.option-item .language-list .language-list-dropdown {
  display: inline-block;
}

.option-item .language-list .language-list-dropdown img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 3px;
}

.option-item .language-list .language-list-dropdown .btn {
  font-weight: 500;
  font-size: 15px;
  padding: 0;
  border: 0;
  color: #292323;
}

.option-item .language-list .language-list-dropdown .btn i {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.option-item .language-list .language-list-dropdown .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #C890FF;
}

.option-item .language-list .language-list-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 170%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.option-item .language-list .language-list-dropdown .dropdown-menu a {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 10px;
  border-bottom: 1px solid #f1f1f1;
  border-left: 3px solid transparent;
  color: #292323;
  width: 100%;
}

.option-item .language-list .language-list-dropdown .dropdown-menu a:hover {
  background-color: transparent;
  border-left: 3px solid #C890FF;
  padding-left: 18px;
  border-radius: 0 50% 50% 0;
  color: #C890FF;
}

.option-item .language-list .language-list-dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}

.option-item .language-list .language-list-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  top: 135%;
}

.option-item .language-list .language-list-dropdown .dropdown-toggle::after {
  display: none;
}

.option-item .menu-icon {
  line-height: 1;
  position: relative;
  top: 10px;
  z-index: 5;
}

.option-item .menu-icon .menu-icon-one {
  font-size: 35px;
  color: #C890FF;
}

.option-item .menu-icon .menu-icon-one:hover {
  color: #292323;
}

.nav-item-btn {
  display: none;
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Sidebar Modal
====================================*/
.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 400px;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  padding: 40px;
}

.sidebar-modal .sidebar-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.sidebar-modal .sidebar-header .sidebar-logo {
  display: inline-block;
}

.sidebar-modal .sidebar-header .close-btn {
  display: inline-block;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: #1B2132;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  margin-top: 15px;
  float: right;
}

.sidebar-modal .sidebar-header .close-btn:hover {
  background-color: #C890FF;
}

.sidebar-modal .sidebar-about {
  margin-bottom: 30px;
}

.sidebar-modal .sidebar-about .title h2 {
  margin-bottom: 0;
  font-size: 24px;
}

.sidebar-modal .sidebar-about .title p {
  margin-bottom: 0;
  font-size: 15px;
}

.sidebar-modal .contact-us {
  margin-bottom: 30px;
}

.sidebar-modal .contact-us h2 {
  font-size: 20px;
  margin-bottom: 25px;
}

.sidebar-modal .contact-us ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-modal .contact-us ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  color: #555555;
}

.sidebar-modal .contact-us ul li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .contact-us ul li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 28px;
  color: #292323;
}

.sidebar-modal .contact-us ul li a {
  display: block;
  color: #555555;
}

.sidebar-modal .contact-us ul li a:hover {
  color: #292323;
}

.sidebar-modal .sidebar-room-feed {
  margin-bottom: 30px;
}

.sidebar-modal .sidebar-room-feed h2 {
  margin-bottom: 25px;
  font-size: 20px;
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li {
  display: inline-block;
  padding-left: 100px;
  position: relative;
  margin-bottom: 20px;
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li img {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li .content {
  max-width: 170px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li .content h3 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li .content h3 a {
  color: #555555;
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li .content h3:hover a {
  color: #292323;
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li .content span {
  font-size: 15px;
}

.sidebar-modal .sidebar-follow-us h2 {
  font-size: 20px;
  margin-bottom: 25px;
}

.sidebar-modal .sidebar-follow-us .social-wrap {
  line-height: 1;
}

.sidebar-modal .sidebar-follow-us .social-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-modal .sidebar-follow-us .social-wrap li {
  display: inline-block;
  padding-right: 10px;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a i {
  font-size: 20px;
  color: #292323;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.9);
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

/*=================================
Sidebar Modal
====================================*/
/*=================================
Main Banner Area
====================================*/
.banner-area {
  background-image: url(../img/home-one.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff85), to(#ffffff00));
  background-image: linear-gradient(to right, #ffffff85, #ffffff00);
  z-index: -1;
}

.banner-content {
  padding: 160px 0 230px;
  max-width: 650px;
  margin-right: auto;
  position: relative;
}

.banner-content h1 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: #292323;
}

.banner-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #292323;
}

.banner-area-three {
  background-image: url(../img/home-three.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-max {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 0 162px;
}

.banner-area-two {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff85), to(#FEF4F2));
  background-image: linear-gradient(to right, #ffffff85, #FEF4F2);
  padding-top: 180px;
  padding-bottom: 85px;
}

.banner-another {
  max-width: 540px;
  margin-left: auto;
  position: relative;
}

.banner-another h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: #292323;
}

.banner-another p {
  font-size: 17px;
  margin-bottom: 30px;
  color: #555555;
}

.banner-another .banner-shape {
  position: absolute;
  top: -80px;
  left: -70px;
}

.banner-another .banner-shape img {
  height: 550px;
}

.banner-img {
  max-width: 600px;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.banner-img::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 30px;
  right: -30px;
  width: 100%;
  height: 90%;
  background-image: url(../img/home-two/home-two-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
  opacity: 0.5;
}

.banner-img img {
  border-radius: 50px;
}

/*=================================
Main Banner Area End
====================================*/
/*=================================
Banner Form Area 
====================================*/
.banner-form {
  position: relative;
  z-index: 1;
  margin-top: -70px;
  background-color: #F5F5F5;
  padding: 25px 40px 22px;
  border-radius: 15px;
  max-width: 870px;
  margin-right: auto;
}

.banner-form .form-group {
  position: relative;
  margin-bottom: 0;
  position: relative;
}

.banner-form .form-group i {
  font-size: 20px;
  position: absolute;
  top: 55%;
  left: 95px;
}

.banner-form .form-group label {
  font-weight: 600;
  color: #1B2132;
  margin-bottom: 0;
}

.banner-form .form-group .form-control {
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  border: none;
  color: #555555;
  background-color: transparent;
  font-weight: 500;
  border-radius: 0;
}

.banner-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.banner-form .default-btn {
  float: right;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.banner-form .nice-select {
  height: 40px;
  width: 100%;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #0088CC;
  color: #ffffff;
  z-index: 1;
}

.banner-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  z-index: 1;
}

.banner-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #555555;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 55;
}

.banner-form .nice-select .list .option:hover {
  background-color: #0088CC !important;
  color: #ffffff;
}

.banner-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.banner-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #555555;
  right: auto;
  top: 42%;
  left: 35px;
}

/*=================================
Banner Form Area End
====================================*/
/*================================
Inner Banner
==================================*/
.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.inner-banner .inner-title {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}

.inner-banner .inner-title ul li a {
  color: #ffffff;
}

.inner-banner .inner-title ul li a:hover {
  color: #EE786C;
}

.inner-banner .inner-title ul li i {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 5px;
}

.inner-banner .inner-title h3 {
  margin-top: 10px;
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/inner-banner1.jpg);
}

.inner-bg2 {
  background-image: url(../img/inner-banner/inner-banner2.jpg);
}

.inner-bg3 {
  background-image: url(../img/inner-banner/inner-banner3.jpg);
}

.inner-bg4 {
  background-image: url(../img/inner-banner/inner-banner4.jpg);
}

.inner-bg5 {
  background-image: url(../img/inner-banner/inner-banner5.jpg);
}

.inner-bg6 {
  background-image: url(../img/inner-banner/inner-banner6.jpg);
}

.inner-bg7 {
  background-image: url(../img/inner-banner/inner-banner7.jpg);
}

.inner-bg8 {
  background-image: url(../img/inner-banner/inner-banner8.jpg);
}

.inner-bg9 {
  background-image: url(../img/inner-banner/inner-banner9.jpg);
}

.inner-bg10 {
  background-image: url(../img/inner-banner/inner-banner10.jpg);
}

.inner-bg11 {
  background-image: url(../img/inner-banner/inner-banner11.jpg);
}

.inner-bg12 {
  background-image: url(../img/inner-banner/inner-banner12.jpg);
}

/*=================================
About Area 
====================================*/
.about-img {
  max-width: 540px;
  margin-left: auto;
  margin-bottom: 70px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.about-img img {
  border-radius: 15px;
}

.about-img::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -70px;
  width: 70%;
  height: 115%;
  background-color: #F5F5F5;
  z-index: -1;
  border-radius: 50px;
}

.about-img-2 {
  max-width: 630px;
  margin-left: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.about-content {
  max-width: 560px;
  margin-right: auto;
  margin-left: 30px;
  margin-bottom: 30px;
}

.about-content .section-title {
  margin-bottom: 20px;
}

.about-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-content ul li {
  display: block;
  padding-left: 70px;
  position: relative;
  margin-bottom: 25px;
}

.about-content ul li i {
  font-size: 50px;
  color: #0088CC;
  position: absolute;
  top: -10px;
  left: 0;
}

.about-content ul li .content h3 {
  margin-bottom: 5px;
}

.about-content ul li .content p {
  margin-bottom: 0;
  max-width: 400px;
}

.about-content .about-form {
  margin-top: 30px;
  background-color: #FEF7F6;
  padding: 25px 15px;
  border-radius: 15px;
}

.about-content .about-form .form-group {
  position: relative;
  margin-bottom: 20px;
  position: relative;
}

.about-content .about-form .form-group i {
  font-size: 20px;
  position: absolute;
  top: 60%;
  right: 10px;
}

.about-content .about-form .form-group label {
  font-weight: 600;
  color: #1B2132;
  margin-bottom: 10px;
}

.about-content .about-form .form-group .form-control {
  height: 45px;
  padding: 0 15px;
  border: none;
  color: #292323;
  background-color: #ffffff;
  font-weight: 400;
  border-radius: 50px;
  font-size: 15px;
}

.about-content .about-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 5;
}

.about-content .about-form .default-btn {
  float: right;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.about-content .about-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 42px;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #0088CC;
  color: #ffffff;
}

.about-content .about-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-content .about-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #292323;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.about-content .about-form .nice-select .list .option:hover {
  background-color: #0088CC !important;
  color: #ffffff;
}

.about-content .about-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.about-content .about-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #555555;
  right: auto;
  top: 45%;
  right: 20px;
}

/*=================================
About Area End
====================================*/
/*=================================
Choose Area
====================================*/
.choose-area .section-title h2 {
  max-width: 600px;
  margin: 0 auto;
}

.choose-card {
  background-color: #F5F5F5;
  padding: 30px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.choose-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.choose-card:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.choose-card:hover::before {
  height: 100%;
  opacity: 1;
}

.choose-card:hover i {
  background-color: #FEF7F6;
}

.choose-card i {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  font-size: 45px;
  color: #EE786C;
  border-radius: 50px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}

.choose-card h3 {
  margin-bottom: 10px;
}

.choose-card p {
  margin-bottom: 15px;
}

.choose-card .read-btn {
  padding: 6px 16px;
  color: #292323;
  border: 1px solid #EE786C;
}

.choose-card .read-btn:hover {
  color: #ffffff;
  background-color: #EE786C;
}

/*=================================
Choose Area End
====================================*/
/*=================================
Gallery Area
====================================*/
.gallery-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery-tab .tabs li {
  display: inline-block;
  background-color: #F5F5F5;
  margin: 0 -3px;
}

.gallery-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: #555555;
  padding: 10px 24px;
}

.gallery-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #EE786C;
}

.gallery-tab .tabs li.active a {
  color: #ffffff;
  background-color: #EE786C;
}

.gallery-tab .tabs li.current a {
  color: #ffffff;
  background-color: #EE786C;
}

.single-gallery {
  position: relative;
  margin-bottom: 30px;
}

.single-gallery:hover .gallery-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-gallery:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.single-gallery .gallery-icon {
  position: absolute;
  text-align: center;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 45px;
  background-color: #EE786C;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .7s;
  transition: .7s;
}

.single-gallery .gallery-icon:hover {
  background-color: #1B2132;
  color: #ffffff;
}

.single-gallery .gallery-icon:hover::before {
  border-color: #1B2132;
}

.single-gallery .gallery-icon::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #EE786C;
  -webkit-animation: scale 1s linear 2s infinite;
  animation: scale 1s linear 2s infinite;
}

/*=================================
Gallery Area End
====================================*/
/*=================================
Services Area 
====================================*/
.services-area {
  position: relative;
}

.services-area .section-title h2 {
  max-width: 650px;
  margin: 0 auto;
}

.services-area .owl-nav {
  margin-top: 0;
}

.services-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -5%;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  list-style: 40px;
  background-color: #ffffff !important;
  color: #292323 !important;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.services-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #0088CC !important;
}

.services-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -5%;
  color: #555555 !important;
  font-size: 25px !important;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  list-style: 40px;
  background-color: #ffffff !important;
  color: #292323 !important;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.services-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #0088CC !important;
}

.services-item {
  background-color: #F5F5F5;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.services-item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.services-item:hover i {
  background-color: #F5F5F5;
}

.services-item i {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  font-size: 65px;
  color: #0088CC;
  border-radius: 50px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}

.services-item h3 {
  margin-bottom: 10px;
}

.services-item h3 a {
  color: #292323;
  display: block;
}

.services-item p {
  margin-bottom: 10px;
  display: block;
}

.services-item .get-btn {
  display: inline-block;
  color: #0088CC;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}

.services-item .get-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #0088CC;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  opacity: 0.5;
}

.services-item .get-btn:hover {
  color: #1B2132;
  letter-spacing: 0.50px;
}

.services-item .get-btn:hover::before {
  background-color: #1B2132;
  opacity: 1;
}

.services-area-two .section-title h2 {
  max-width: 450px;
  margin: 0 auto;
}

.services-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
}

.services-card:hover {
  background-color: #FEF7F6;
}

.services-card:hover i {
  background-color: #ffffff;
}

.services-card:hover h3 a {
  color: #C890FF;
}

.services-card i {
  width: 90px;
  height: 90px;
  background-color: #F5F5F5;
  font-size: 45px;
  color: #C890FF;
  border-radius: 50px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}

.services-card h3 {
  margin-bottom: 10px;
}

.services-card h3 a {
  color: #292323;
  display: block;
}

.services-card p {
  margin-bottom: 10px;
  display: block;
}

.services-card .get-btn {
  display: inline-block;
  color: #C890FF;
  font-weight: 600;
  position: relative;
}

.services-card .get-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #C890FF;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  opacity: 0.5;
}

.services-card .get-btn:hover {
  color: #292323;
  letter-spacing: 0.25px;
}

.services-card .get-btn:hover::before {
  background-color: #292323;
  opacity: 1;
}

.services-area-three .section-title h2 {
  max-width: 650px;
  margin: 0 auto;
}

.service-item-two {
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.service-item-two:hover .read-btn {
  color: #ffffff !important;
  background-color: #EE786C;
}

.service-item-two i {
  font-size: 75px;
  color: #EE786C;
  position: absolute;
  top: 30px;
  left: 30px;
  line-height: 1;
}

.service-item-two .content {
  padding-left: 100px;
}

.service-item-two .content h3 {
  margin-bottom: 10px;
}

.service-item-two .content h3 a {
  color: #292323;
  display: block;
}

.service-item-two .content p {
  margin-bottom: 15px;
}

.service-item-two .content .read-btn {
  padding: 6px 16px;
  color: #292323;
  border: 1px solid #EE786C;
}

.service-item-two .content .read-btn:hover {
  color: #ffffff;
  background-color: #EE786C;
}

.service-article .service-article-img {
  margin-bottom: 30px;
}

.service-article .service-article-title h2 {
  font-size: 26px;
  margin-bottom: 20px;
  max-width: 500px;
}

.service-article .service-article-content p {
  margin-bottom: 20px;
}

.service-article .service-article-content .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 40px;
  background-color: #FEF7F6;
  padding: 30px;
}

.service-article .service-article-content .blockquote::before {
  content: '\f10c';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 120px;
  font-weight: 400;
  color: #EE786C;
  font-family: Flaticon;
  line-height: 0;
  opacity: 0.2;
}

.service-article .service-article-content .blockquote::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  background-color: #EE786C;
}

.service-article .service-article-content .blockquote p {
  font-size: 20px;
  color: #555555;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 20px;
}

.service-article .service-facility-content {
  margin-bottom: 20px;
}

.service-article .service-facility-content h2 {
  font-size: 26px;
  color: #292323;
  margin-bottom: 15px;
}

.service-article .service-facility-content p {
  margin-bottom: 15px;
}

.service-article .service-facility-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.service-article .service-facility-content ul li {
  display: block;
  margin-bottom: 10px;
}

.service-article .service-facility-content ul li:last-child {
  margin-bottom: 0;
}

.service-article .service-facility-content ul li:hover {
  color: #EE786C;
}

.service-article .service-facility-content ul li:hover i {
  color: #292323;
}

.service-article .service-facility-content ul li i {
  color: #EE786C;
  margin-right: 10px;
}

.service-article .more-services h2 {
  font-size: 26px;
  color: #292323;
  margin-bottom: 20px;
}

.services-bar-widget {
  margin-bottom: 35px;
  background-color: #F5F5F5;
}

.services-bar-widget .title {
  font-size: 20px;
  color: #292323;
  padding: 20px 20px 0;
  font-weight: 700;
}

.services-bar-widget .side-bar-categories {
  padding: 10px 15px 20px;
}

.services-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.services-bar-widget .side-bar-categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background-color: rgba(0, 136, 204, 0.8);
  border: 1px solid #ee786c7a;
}

.services-bar-widget .side-bar-categories ul li:hover {
  background-color: #;
}

.services-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #1B2132;
  font-weight: normal;
  padding: 8px 20px;
  font-weight: 600;
}

.services-bar-widget .side-bar-categories ul li a:hover {
  color: #ffffff;
}

.services-bar-widget .side-bar-list {
  padding: 10px 15px 20px;
}

.services-bar-widget .side-bar-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.services-bar-widget .side-bar-list ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  background-color: #FEF7F6;
  border: 1px solid #ee786c7a;
}

.services-bar-widget .side-bar-list ul li:hover {
  background-color: #EE786C;
}

.services-bar-widget .side-bar-list ul li a {
  display: inline-block;
  color: #1B2132;
  font-weight: normal;
  padding: 8px 20px;
  font-weight: 600;
  position: relative;
  width: 100%;
}

.services-bar-widget .side-bar-list ul li a i {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 24px;
  text-align: right;
}

.services-bar-widget .side-bar-list ul li a:hover {
  color: #ffffff;
}

/*=================================
Services Area End
====================================*/
/*=================================
Reservation Area 
====================================*/
.reservation-content {
  margin-bottom: 30px;
}

.reservation-content .section-title {
  margin-bottom: 25px;
}

.reservation-content .section-title h2 a {
  display: block;
  color: #292323;
}

.reservation-img {
  margin-bottom: 30px;
}

.reservation-img img {
  border-radius: 50px;
}

.reservation-tab {
  margin-top: 20px;
}

.reservation-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reservation-tab .tabs li {
  display: inline-block;
  background-color: #F5F5F5;
  margin: 0 -3px;
}

.reservation-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: #555555;
  padding: 10px 24px;
}

.reservation-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #EE786C;
}

.reservation-tab .tabs li.active a {
  color: #ffffff;
  background-color: #EE786C;
}

.reservation-tab .tabs li.current a {
  color: #ffffff;
  background-color: #EE786C;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.reservation-widget-content {
  padding: 25px 30px 0;
  margin-bottom: 30px;
  background-color: #F5F5F5;
  border-radius: 15px;
}

.reservation-widget-content h2 {
  font-size: 26px;
  margin-bottom: 25px;
}

.reservation-room {
  background-color: #ffffff !important;
}

.reservation-room:hover {
  background-color: #FEF7F6 !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.reservation-room .content p {
  border-bottom: 1px solid #EE786C !important;
}

.reservation-room .content .book-btn {
  background-color: #EE786C !important;
  border-radius: 0 !important;
}

.reservation-room .content .book-btn:hover {
  background-color: #1B2132 !important;
}

/*=================================
Reservation Area End
====================================*/
/*=================================
Ability Area 
====================================*/
.ability-content .section-title {
  margin-bottom: 30px;
}

.ability-content .section-title p {
  max-width: 500px;
}

.ability-content .ability-counter {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 23px 30px 30px;
  border-radius: 15px;
  text-align: center;
}

.ability-content .ability-counter h3 {
  font-size: 45px;
  color: #C890FF;
  margin-bottom: 0;
}

.ability-content .ability-counter p {
  font-size: 20px;
  margin-bottom: 0;
  color: #292323;
  font-weight: 600;
}

.ability-img {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-left: 30px;
}

.ability-img img {
  border-radius: 15px;
}

.ability-img::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -70px;
  top: -30px;
  width: 70%;
  height: 112%;
  background-color: #ffffff;
  border-radius: 50px;
}

.ability-img-2 {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.ability-img-2 img {
  border-radius: 50px;
}

.ability-img-2::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -30px;
  top: 30px;
  width: 70%;
  height: 90%;
  background-color: #EE786C;
  border-radius: 50px;
}

.text-color {
  color: #EE786C !important;
}

/*=================================
Ability Area End
====================================*/
/*=================================
Specialty Area 
====================================*/
.specialty-area .section-title h2 {
  max-width: 540px;
  margin: 0 auto;
}

.specialty-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.specialty-img::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 30px;
  left: -30px;
  background-image: url(../img/specialty/specialty-img2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 90%;
  border-radius: 50px;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.specialty-img img {
  border-radius: 50px;
}

.specialty-img-3 {
  margin-bottom: 30px;
}

.specialty-img-3 img {
  border-radius: 50px;
}

.specialty-list {
  margin-left: 30px;
}

.specialty-list .section-title {
  margin-bottom: 30px;
}

.specialty-list .section-title h2 {
  max-width: 540px;
}

.specialty-list .specialty-list-card {
  background-color: #F5F5F5;
  margin-bottom: 25px;
  padding: 30px;
  padding-left: 130px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.specialty-list .specialty-list-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-radius: 15px;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.specialty-list .specialty-list-card:hover::before {
  width: 100%;
  opacity: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.specialty-list .specialty-list-card:hover i {
  background-color: #F5F5F5;
}

.specialty-list .specialty-list-card i {
  position: absolute;
  left: 30px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  background-color: #ffffff;
  color: #0088CC;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-size: 50px;
  margin-bottom: 15px;
}

.specialty-list .specialty-list-card h3 {
  margin-bottom: 10px;
}

.specialty-list .specialty-list-card p {
  margin-bottom: 0;
}

/*=================================
Specialty Area End
====================================*/
/*=================================
Room Area
====================================*/
.room-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.room-card:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.room-card:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.room-card a {
  display: block;
  overflow: hidden;
}

.room-card a img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.room-card .content {
  padding: 20px;
  position: relative;
}

.room-card .content h3 {
  margin-bottom: 10px;
}

.room-card .content h3 a {
  display: block;
  color: #292323;
}

.room-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.room-card .content ul li {
  font-size: 16px;
  color: #0088CC;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-weight: 600;
}

.room-card .content ul li:last-child {
  margin-right: 0;
}

.room-card .content ul li:last-child::before {
  display: none;
}

.room-card .content ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  right: -12px;
  background-color: #0088CC;
  width: 2px;
  height: 15px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.room-card .content .rating {
  position: absolute;
  top: 24px;
  right: 20px;
  font-size: 16px;
  color: #0088CC;
  display: inline-block;
}

.room-area-two {
  margin-bottom: 20px;
}

.room-area-two .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.room-area-two .owl-dots .owl-dot span {
  background-color: #c890ff54 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 14px !important;
  height: 14px !important;
}

.room-area-two .owl-dots .owl-dot.active span {
  background-color: #C890FF !important;
}

.room-area-two .owl-dots .owl-dot:hover span {
  background-color: #C890FF !important;
}

.room-item {
  margin-bottom: 30px;
  background-color: #FEF7F6;
  border-radius: 15px;
}

.room-item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.room-item a {
  display: block;
}

.room-item a img {
  border-radius: 15px;
}

.room-item .content {
  padding: 20px 20px 30px;
  position: relative;
}

.room-item .content h3 {
  margin-bottom: 10px;
}

.room-item .content h3 a {
  display: block;
  color: #292323;
}

.room-item .content p {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C890FF;
}

.room-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.room-item .content ul li {
  font-size: 16px;
  color: #C890FF;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  font-weight: 600;
}

.room-item .content ul li span {
  color: #292323;
}

.room-item .content ul li:last-child {
  margin-right: 0;
}

.room-item .content ul li:last-child::before {
  display: none;
}

.room-item .content ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  background-color: #292323;
  width: 2px;
  height: 15px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.room-item .content .book-btn {
  position: absolute;
  bottom: 25px;
  right: 20px;
  background-color: #C890FF;
  padding: 6px 18px;
  color: #ffffff;
  border-radius: 50px;
}

.room-item .content .book-btn:hover {
  background-color: #1B2132;
}

.room-card-two {
  background-color: #ffffff;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
  border-radius: 15px;
}

.room-card-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #F5F5F5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  border-radius: 15px;
}

.room-card-two:hover::before {
  width: 100%;
  opacity: 1;
}

.room-card-two .room-card-img {
  padding-left: 15px;
}

.room-card-two .room-card-img a {
  display: block;
}

.room-card-two .room-card-img a img {
  border-radius: 15px;
}

.room-card-two .room-card-content {
  padding: 0 20px 0;
  position: relative;
}

.room-card-two .room-card-content h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  max-width: ;
}

.room-card-two .room-card-content h3 a {
  color: #292323;
}

.room-card-two .room-card-content span {
  color: #EE786C;
}

.room-card-two .room-card-content .rating {
  font-size: 16px;
  color: #EE786C;
  display: inline-block;
  position: absolute;
  top: 44px;
  right: 30px;
}

.room-card-two .room-card-content p {
  margin-bottom: 10px;
  margin-top: 5px;
}

.room-card-two .room-card-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.room-card-two .room-card-content ul li {
  display: inline-block;
  color: #292323;
  font-size: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.room-card-two .room-card-content ul li:last-child {
  margin-right: 0;
}

.room-card-two .room-card-content ul li i {
  font-size: 18px;
  color: #EE786C;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.room-card-two .room-card-content .book-more-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #EE786C;
  padding: 6px 18px;
  color: #ffffff;
}

.room-card-two .room-card-content .book-more-btn:hover {
  background-color: #1B2132;
}

.side-bar-form {
  margin-bottom: 30px;
  background-color: #F5F5F5;
  padding: 30px 20px;
  border-radius: 15px;
}

.side-bar-form h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.side-bar-form .form-group {
  position: relative;
  margin-bottom: 20px;
  position: relative;
}

.side-bar-form .form-group i {
  font-size: 20px;
  position: absolute;
  top: 60%;
  right: 10px;
  color: #EE786C;
}

.side-bar-form .form-group label {
  font-weight: 600;
  color: #1B2132;
  margin-bottom: 10px;
}

.side-bar-form .form-group .form-control {
  height: 45px;
  padding: 0 15px;
  border: none;
  color: #292323;
  background-color: #ffffff;
  font-weight: 400;
  border-radius: 5px;
}

.side-bar-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.side-bar-form .default-btn {
  float: right;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.side-bar-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 42px;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #0088CC;
  color: #ffffff;
}

.side-bar-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.side-bar-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #292323;
  padding-left: 20px;
  padding-right: 20px;
}

.side-bar-form .nice-select .list .option:hover {
  background-color: #0088CC !important;
  color: #ffffff;
}

.side-bar-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.side-bar-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #EE786C;
  right: auto;
  top: 45%;
  right: 20px;
}

.side-bar-plan {
  margin-bottom: 30px;
  background-color: #F5F5F5;
  padding: 0 20px 30px;
  border-radius: 15px;
}

.side-bar-plan h3 {
  padding-top: 30px;
  font-size: 22px;
  margin-bottom: 20px;
}

.side-bar-plan ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-bar-plan ul li {
  display: inline-block;
  padding: 7px 10px;
  margin: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  background-color: #ffffff;
}

.side-bar-plan ul li:hover {
  background-color: #EE786C;
  border-color: #EE786C;
}

.side-bar-plan ul li a {
  color: #555555;
}

.side-bar-plan ul li:hover a {
  color: #ffffff;
}

.room-details-slider {
  position: relative;
}

.room-details-slider .owl-nav {
  margin-top: 0;
}

.room-details-slider .owl-nav .owl-prev {
  position: absolute;
  top: 42%;
  left: 3%;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  list-style: 40px;
  background-color: #ffffff !important;
  color: #292323 !important;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.room-details-slider .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #EE786C !important;
}

.room-details-slider .owl-nav .owl-next {
  position: absolute;
  top: 42%;
  right: 3%;
  color: #555555 !important;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  list-style: 40px;
  background-color: #ffffff !important;
  color: #292323 !important;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.room-details-slider .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #EE786C !important;
}

.room-details-item {
  margin-bottom: 30px;
}

.room-details-item img {
  border-radius: 15px;
}

.room-details-title {
  margin-bottom: 30px;
  border-bottom: 1px solid #BABABD;
  padding-bottom: 15px;
}

.room-details-title h2 {
  font-size: 26px;
  margin-bottom: 20px;
  max-width: 650px;
}

.room-details-title ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.room-details-title ul li {
  display: inline-block;
  color: #555555;
  margin-right: 35px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.room-details-title ul li:hover {
  color: #EE786C;
}

.room-details-title ul li:last-child {
  margin-right: 0;
}

.room-details-content p {
  margin-bottom: 20px;
}

.room-details-review {
  margin-bottom: 30px;
}

.room-details-review h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.room-details-review .review-ratting {
  margin-bottom: 20px;
}

.room-details-review .review-ratting h3 {
  font-size: 16px;
  color: #555555;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 500;
}

.room-details-review .review-ratting i {
  color: #EE786C;
  display: inline-block;
}

.room-details-review .form-group {
  margin-bottom: 20px;
}

.room-details-review .form-group .form-control {
  height: 50px;
  color: #292323;
  border: 1px solid #c4c0c0be;
  background-color: #F5F5F5;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  font-weight: 500;
}

.room-details-review .form-group .form-control:focus {
  outline: none;
  border-color: #292323;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.room-details-review .form-group textarea.form-control {
  height: auto;
}

.room-details-review .default-btn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.room-details-other .room-details-text {
  margin-bottom: 30px;
}

.room-details-other .room-details-text h2 {
  font-size: 26px;
  margin-bottom: 0;
}

/*=================================
Room Area End
====================================*/
/*=================================
Testimonials Area
====================================*/
.testimonials-area {
  position: relative;
}

.testimonials-area .section-title h2 {
  max-width: 650px;
  margin: 0 auto;
}

.testimonials-area .owl-nav {
  margin-top: 0;
}

.testimonials-area .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -5%;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  list-style: 40px;
  background-color: #ffffff !important;
  color: #292323 !important;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.testimonials-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #0088CC !important;
}

.testimonials-area .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -5%;
  color: #555555 !important;
  font-size: 25px !important;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  list-style: 40px;
  background-color: #ffffff !important;
  color: #292323 !important;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.testimonials-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #0088CC !important;
}

.testimonials-item {
  background-color: #F5F5F5;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.testimonials-item i {
  color: #0088CC;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}

.testimonials-item p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.testimonials-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.testimonials-item ul li {
  display: inline-block;
  padding-left: 70px;
  position: relative;
}

.testimonials-item ul li img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: unset !important;
}

.testimonials-item ul li h3 {
  margin-bottom: 0;
}

.testimonials-item ul li span {
  margin-bottom: 0;
}

.testimonials-img {
  position: relative;
  margin-left: 50px;
  margin-bottom: 30px;
}

.testimonials-img img {
  border-radius: 15px;
}

.testimonials-img .content {
  position: absolute;
  bottom: 60px;
  left: -50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px 50px;
  border-radius: 15px;
}

.testimonials-img .content h3 {
  margin-bottom: 0;
}

.testimonials-img .content span {
  margin-bottom: 0;
}

.testimonials-area-two {
  margin-bottom: 30px;
}

.testimonials-area-two .section-title h2 {
  max-width: 650px;
  margin: 0 auto;
}

.testimonials-area-two .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.testimonials-area-two .owl-dots .owl-dot span {
  background-color: #c890ff54 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 14px !important;
  height: 14px !important;
}

.testimonials-area-two .owl-dots .owl-dot.active span {
  background-color: #C890FF !important;
}

.testimonials-area-two .owl-dots .owl-dot:hover span {
  background-color: #C890FF !important;
}

.testimonials-content {
  background-color: #FEF7F6;
  padding: 70px 40px;
  position: relative;
  left: -100px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.testimonials-content::before {
  content: '\f10c';
  position: absolute;
  font-family: Flaticon;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  font-size: 250px;
  color: #C890FF;
  margin: 0 auto;
  text-align: center;
  opacity: 0.08;
}

.testimonials-content i {
  font-size: 50px;
  color: #C890FF;
  line-height: 1;
}

.testimonials-content p {
  padding-top: 10px;
  margin-bottom: 10px;
}

.testimonials-content span {
  margin-bottom: 0;
}

.testimonials-img-two {
  position: relative;
  z-index: 1;
  margin-left: 30px;
  margin-bottom: 30px;
}

.testimonials-img-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 30px;
  left: -30px;
  width: 70%;
  height: 90%;
  background-color: #FFF8E6;
}

.testimonials-area-another {
  margin-bottom: 30px;
}

.testimonials-area-another .section-title h2 {
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-area-another .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.testimonials-area-another .owl-dots .owl-dot span {
  background-color: #ee786c96 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
}

.testimonials-area-another .owl-dots .owl-dot.active span {
  background-color: #EE786C !important;
}

.testimonials-area-another .owl-dots .owl-dot:hover span {
  background-color: #EE786C !important;
}

.testimonials-area-three {
  margin-bottom: 30px;
}

.testimonials-area-three .section-title h2 {
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-slider-area .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.testimonials-slider-area .owl-dots .owl-dot span {
  background-color: #ee786c87 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
}

.testimonials-slider-area .owl-dots .owl-dot.active span {
  background-color: #EE786C !important;
}

.testimonials-slider-area .owl-dots .owl-dot:hover span {
  background-color: #EE786C !important;
}

.testimonials-slider-content {
  margin-bottom: 30px;
  margin-left: 30px;
}

.testimonials-slider-content i {
  color: #EE786C;
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.testimonials-slider-content p {
  margin-bottom: 15px;
}

.testimonials-slider-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.testimonials-slider-content ul li {
  display: inline-block;
  padding-left: 70px;
  position: relative;
}

.testimonials-slider-content ul li img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: unset !important;
}

.testimonials-slider-content ul li h3 {
  margin-bottom: 0;
}

.testimonials-slider-content ul li span {
  margin-bottom: 0;
}

/*=================================
Testimonials Area End
====================================*/
/*=================================
Faq Area 
====================================*/
.faq-img {
  margin-bottom: 30px;
}

.faq-img img {
  border-radius: 50px;
}

.faq-content {
  max-width: 540px;
  margin-right: auto;
  margin-bottom: 30px;
}

.faq-content .section-title {
  margin-bottom: 30px;
}

.faq-content .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-content .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #0088CC;
}

.faq-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-content .faq-accordion .accordion .accordion-title {
  padding: 10px 60px 10px 20px;
  color: #292323;
  text-decoration: none;
  position: relative;
  display: block;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-weight: 600;
}

.faq-content .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 30px;
  height: 30px;
  color: #0088CC;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
}

.faq-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\edc2";
}

.faq-content .faq-accordion .accordion .accordion-title.active i .accordion-content p {
  margin-top: -5px;
}

.faq-content .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.faq-content .faq-accordion .accordion .accordion-content p {
  margin-top: -6px;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 3px;
}

.faq-content .faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-content-bg .faq-accordion .accordion .accordion-item {
  border: none !important;
  background-color: #ffffff;
  border-radius: 10px;
}

.faq-content-bg .faq-accordion .accordion .accordion-title i {
  color: #292323;
}

.faq-content-bg .faq-accordion .accordion .accordion-title.active i::before {
  content: "\ec90";
}

.faq-content-bg2 .faq-accordion .accordion .accordion-item {
  border: none !important;
  background-color: #ffffff;
}

.faq-content-bg2 .faq-accordion .accordion .accordion-item .accordion-title i {
  color: #292323;
}

.faq-img-2 {
  margin-bottom: 30px;
  margin-left: 30px;
}

.faq-img-2 img {
  border-radius: 0 50px 0 50px;
}

.faq-img-3 {
  margin-bottom: 60px;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.faq-img-3::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -30px;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 112%;
  background-color: #ffffff;
  text-align: center;
}

.faq-form .contact-form .section-title {
  margin-bottom: 30px;
}

/*=================================
Faq Area End
====================================*/
/*=================================
Contact Area 
====================================*/
.contact-content .section-title {
  margin-bottom: 30px;
}

.contact-content .contact-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.contact-content .contact-img img {
  border-radius: 50px;
}

.contact-content .contact-img::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 30px;
  left: -30px;
  width: 70%;
  height: 87%;
  background-color: #EE786C;
  border-radius: 50px;
}

.contact-form {
  padding: 50px 30px;
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F5F5F5;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}

.contact-form .form-group.checkbox-option p a {
  color: #EE786C;
}

.contact-form .form-group.checkbox-option p a:hover {
  color: #C890FF;
}

.contact-form .form-group .form-control {
  height: 50px;
  color: #292323;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  font-weight: 500;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #292323;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 0;
  outline: none;
  padding: 14px 60px;
  width: 100%;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #292323;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #292323;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #292323;
}

.contact-form .form-group .form-control::placeholder {
  color: #292323;
}

.contact-another-content .section-title {
  margin-bottom: 30px;
}

.contact-item {
  margin-bottom: 30px;
  background-color: #F5F5F5;
  padding: 30px;
}

.contact-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-item ul li {
  display: block;
  position: relative;
  padding-left: 85px;
  margin-bottom: 20px;
}

.contact-item ul li:last-child {
  margin-bottom: 0;
}

.contact-item ul li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;
  color: #EE786C;
  font-size: 40px;
  text-align: center;
  border-radius: 5px;
}

.contact-item ul li .content {
  padding-top: 7px;
  padding-bottom: 7px;
  width: 80%;
}

.contact-item ul li .content span {
  display: block;
  color: #555555;
  font-size: 17px;
  font-weight: 600;
}

.contact-item ul li .content span a {
  display: block;
  color: #555555;
}

.contact-item ul li .content span a:hover {
  color: #EE786C;
}

.contact-another-img {
  margin-bottom: 30px;
}

.contact-another-img img {
  border-radius: 50px;
}

/*=================================
Contact Area End
====================================*/
/*=================================
Map Area 
====================================*/
.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/*=================================
Map Area End
====================================*/
/*=================================
User All Form
====================================*/
.user-all-form {
  margin-bottom: 30px;
}

.user-all-form .contact-form {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}

.user-all-form .contact-form .section-title {
  margin-bottom: 30px;
}

.user-all-form .contact-form .agree-label label {
  font-weight: 500;
  color: #292323;
  margin-left: 10px;
}

.user-all-form .contact-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #292323;
  font-weight: 500;
}

.user-all-form .contact-form .forget:hover {
  color: #EE786C;
}

.user-all-form .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.user-all-form .contact-form .account-desc a {
  color: #0088CC;
}

.user-all-form .contact-form .account-desc a:hover {
  color: #EE786C;
}

/*=================================
User All Form End
====================================*/
/*=================================
Team Area 
====================================*/
.team-area .section-title h2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.team-area .owl-nav {
  margin-top: 0;
}

.team-area .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -5%;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  list-style: 40px;
  background-color: #ffffff !important;
  color: #292323 !important;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.team-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #0088CC !important;
}

.team-area .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -5%;
  color: #555555 !important;
  font-size: 25px !important;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  list-style: 40px;
  background-color: #ffffff !important;
  color: #292323 !important;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.team-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #0088CC !important;
}

.team-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.team-item:hover .content {
  bottom: 0;
}

.team-item:hover .content .social-link {
  opacity: 1;
}

.team-item a {
  display: block;
}

.team-item a img {
  border-radius: 15px;
}

.team-item .content {
  background-color: #F5F5F5;
  padding: 20px;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  border-radius: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
}

.team-item .content h3 {
  margin-bottom: 0px;
  font-size: 24px;
}

.team-item .content h3 a {
  color: #292323;
}

.team-item .content span {
  color: #555555;
}

.team-item .content .social-link {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.team-item .content .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.team-item .content .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
}

.team-item .content .social-link li:nth-child(1) a {
  background-color: #3b5998;
}

.team-item .content .social-link li:nth-child(1) a:hover {
  background-color: #292323;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.team-item .content .social-link li:nth-child(2) a {
  background-color: #55acee;
}

.team-item .content .social-link li:nth-child(2) a:hover {
  background-color: #292323;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.team-item .content .social-link li:nth-child(3) a {
  background-color: #3f729b;
}

.team-item .content .social-link li:nth-child(3) a:hover {
  background-color: #292323;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.team-item .content .social-link li:nth-child(4) a {
  background-color: #ff0000;
}

.team-item .content .social-link li:nth-child(4) a:hover {
  background-color: #292323;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.team-area-two .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.team-card {
  position: relative;
  margin-bottom: 30px;
}

.team-card a {
  display: block;
}

.team-card a img {
  border-radius: 15px;
}

.team-card:hover .social-link {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-card .content {
  background-color: #FEF7F6;
  padding: 20px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  border-radius: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 80%;
  margin: 0 auto;
}

.team-card .content h3 {
  margin-bottom: 0px;
  font-size: 24px;
}

.team-card .content h3 a {
  color: #292323;
}

.team-card .content span {
  color: #555555;
}

.team-card .social-link {
  position: absolute;
  top: 30px;
  right: 30px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.team-card .social-link li {
  display: block;
  margin-bottom: 10px;
}

.team-card .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
}

.team-card .social-link li:nth-child(1) a {
  background-color: #3b5998;
}

.team-card .social-link li:nth-child(1) a:hover {
  background-color: #292323;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.team-card .social-link li:nth-child(2) a {
  background-color: #55acee;
}

.team-card .social-link li:nth-child(2) a:hover {
  background-color: #292323;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.team-card .social-link li:nth-child(3) a {
  background-color: #3f729b;
}

.team-card .social-link li:nth-child(3) a:hover {
  background-color: #292323;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.team-card .social-link li:nth-child(4) a {
  background-color: #ff0000;
}

.team-card .social-link li:nth-child(4) a:hover {
  background-color: #292323;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.team-area-three {
  margin-bottom: 20px;
}

.team-area-three .section-title h2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.team-area-three .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.team-area-three .owl-dots .owl-dot span {
  background-color: #ee796c6b !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
}

.team-area-three .owl-dots .owl-dot.active span {
  background-color: #EE786C !important;
}

.team-area-three .owl-dots .owl-dot:hover span {
  background-color: #EE786C !important;
}

.team-style-area .section-title h2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
Team Area End
====================================*/
/*=================================
Booking Area
====================================*/
.book-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.book-img img {
  border-radius: 50px;
}

.book-img .book-shape {
  position: absolute;
  z-index: -1;
  top: 50px;
  left: -50px;
}

.book-img .book-shape img {
  border-radius: 0;
  height: 460px;
}

.book-content {
  margin-bottom: 30px;
  margin-left: 20px;
}

.book-content .section-title {
  margin-bottom: 20px;
}

.book-content-two {
  margin-bottom: 30px;
}

.book-content-two .section-title {
  margin-bottom: 20px;
}

.book-img-2 {
  position: relative;
  z-index: -1;
  margin-bottom: 30px;
  margin-top: 30px;
}

.book-img-2::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -30px;
  width: 60%;
  height: 112%;
  background-color: #FFF8E6;
  right: -30px;
}

.booking-form {
  margin-bottom: 30px;
  background-color: #F5F5F5;
  padding: 30px 20px;
  border-radius: 15px;
}

.booking-form h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.booking-form .form-group {
  position: relative;
  margin-bottom: 20px;
  position: relative;
}

.booking-form .form-group i {
  font-size: 20px;
  position: absolute;
  top: 60%;
  right: 10px;
  color: #C890FF;
}

.booking-form .form-group label {
  font-weight: 600;
  color: #1B2132;
  margin-bottom: 10px;
}

.booking-form .form-group .form-control {
  height: 45px;
  padding: 0 15px;
  border: none;
  color: #292323;
  background-color: #ffffff;
  font-weight: 400;
  border-radius: 5px;
}

.booking-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.booking-form .default-btn {
  float: right;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.booking-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 42px;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #0088CC;
  color: #ffffff;
}

.booking-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.booking-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #292323;
  padding-left: 20px;
  padding-right: 20px;
}

.booking-form .nice-select .list .option:hover {
  background-color: #0088CC !important;
  color: #ffffff;
}

.booking-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.booking-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #C890FF;
  right: auto;
  top: 45%;
  right: 20px;
}

/*=================================
Booking Area End
====================================*/
/*=================================
Checkout Area 
===================================*/
.billing-details {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 50px 30px 25px 30px;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.billing-details h3 {
  font-size: 24px;
  color: #292323;
  margin-bottom: 15px;
  font-weight: 600;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  color: #555555;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.billing-details .form-group label span {
  color: #EE786C;
}

.billing-details .form-group .form-control {
  height: 50px;
  color: #2d3652;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group .form-control:focus,
.billing-details .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #555555;
}

.billing-details .form-group .form-message {
  font-size: 16px;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  padding: 18px 18px;
  font-weight: 400;
  width: 100%;
}

.billing-details .form-group .form-message:focus,
.billing-details .form-group .form-message :hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #555555;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #555555;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #292323 !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option:focus {
  border: none;
  outline: none;
}

.billing-details .form-group .nice-select .list .option .selected {
  background-color: transparent;
}

.billing-details .form-group .nice-select:after {
  right: 20px;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-input {
  width: 15px;
  height: 15px;
}

.billing-details .form-check .form-check-label {
  color: #555555;
  margin-left: 5px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: #292323 !important;
  color: #ffffff !important;
  border: none;
  outline: none;
}

.payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.payment-box .payment-method p [type="radio"]:checked {
  display: none;
}

.payment-box .payment-method p [type="radio"]:checked+label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #292323;
  position: relative;
  margin-bottom: 8px;
}

.payment-box .payment-method p [type="radio"]:checked+label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.payment-box .payment-method p [type="radio"]:checked+label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #EE786C;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.payment-box .payment-method p [type="radio"]:not(:checked)+label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #172541;
  position: relative;
  margin-bottom: 8px;
}

.payment-box .payment-method p [type="radio"]:not(:checked)+label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #292323;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.payment-box .order-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #EE786C;
}

.payment-box .order-btn::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #C890FF;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.payment-box .order-btn:hover {
  color: #ffffff;
  border: none;
}

.payment-box .order-btn:hover::before {
  left: auto;
  right: 0;
  width: 100%;
}

.billing-details .form-group .nice-select .option:hover,
.billing-details .form-group .nice-select .option.focus,
.billing-details .form-group .nice-select .option.selected.focus {
  background-color: #292323 !important;
  color: #ffffff !important;
}

/*=================================
Checkout Area End
===================================*/
.terms-conditions-img {
  margin-bottom: 30px;
}

.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 24px;
  color: #292323;
  margin-bottom: 15px;
}

.single-content p {
  margin-bottom: 15px;
}

/*=================================
Blog Area
====================================*/
.blog-area .section-title h2 {
  max-width: 640px;
  margin: 0 auto;
}

.blog-card {
  background-color: #ffffff;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
  border-radius: 15px;
}

.blog-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #F5F5F5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  border-radius: 15px;
}

.blog-card:hover::before {
  width: 100%;
  opacity: 1;
}

.blog-card .blog-img {
  padding-left: 15px;
}

.blog-card .blog-img a {
  display: block;
}

.blog-card .blog-img a img {
  border-radius: 15px;
}

.blog-card .blog-content {
  padding: 0 20px 0;
}

.blog-card .blog-content span {
  font-size: 16px;
  color: #0088CC;
  margin-bottom: 10px;
}

.blog-card .blog-content h3 {
  margin-top: 10px;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  max-width: 270px;
}

.blog-card .blog-content h3 a {
  color: #292323;
}

.blog-card .blog-content p {
  margin-bottom: 10px;
}

.blog-card .blog-content .read-btn {
  color: #0088CC;
  display: block;
}

.blog-card .blog-content .read-btn:hover {
  color: #292323;
}

.blog-card .blog-color span {
  color: #C890FF;
}

.blog-card .blog-color .read-btn {
  color: #C890FF;
}

.blog-item {
  background-color: #F5F5F5;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 15px;
  position: relative;
}

.blog-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  border-radius: 15px;
}

.blog-item:hover::before {
  height: 100%;
  opacity: 1;
}

.blog-item a {
  display: block;
}

.blog-item .content {
  padding: 20px;
}

.blog-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-item .content ul li {
  display: inline-block;
  font-size: 16px;
  color: #555555;
  margin-right: 25px;
}

.blog-item .content ul li:last-child {
  margin-right: 0;
}

.blog-item .content ul li i {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.blog-item .content ul li:last-child {
  margin-right: 0;
}

.blog-item .content h3 {
  margin-top: 10px;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  max-width: 270px;
}

.blog-item .content h3 a {
  color: #292323;
}

.blog-item .content p {
  margin-bottom: 15px;
}

.blog-item .content .read-btn {
  background-color: transparent;
  padding: 8px 24px;
  color: #292323;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #EE786C;
}

.blog-item .content .read-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 0;
  height: 50%;
  background-color: #EE786C;
  z-index: -1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}

.blog-item .content .read-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 0;
  height: 50%;
  background-color: #EE786C;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.blog-item .content .read-btn:hover {
  color: #ffffff;
}

.blog-item .content .read-btn:hover::before {
  width: 100%;
  color: #ffffff;
  opacity: 1;
}

.blog-item .content .read-btn:hover::after {
  width: 100%;
  opacity: 1;
  color: #ffffff;
}

.blog-article {
  margin-bottom: 30px;
}

.blog-article .blog-article-img {
  margin-bottom: 30px;
}

.blog-article .blog-article-title {
  margin-bottom: 30px;
  border-bottom: 1px solid #EE786C;
  padding-bottom: 15px;
}

.blog-article .blog-article-title h2 {
  font-size: 30px;
  margin-bottom: 20px;
  max-width: 650px;
}

.blog-article .blog-article-title ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-article .blog-article-title ul li {
  display: inline-block;
  color: #292323;
  margin-right: 30px;
  position: relative;
}

.blog-article .blog-article-title ul li i {
  color: #EE786C;
}

.blog-article .blog-article-title ul li:last-child {
  margin-right: 0;
}

.blog-article .article-content p {
  margin-bottom: 20px;
}

.blog-article .article-content .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 40px;
  background-color: #FEF7F6;
  padding: 30px;
}

.blog-article .article-content .blockquote::before {
  content: '\f10c';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 120px;
  font-weight: 400;
  color: #EE786C;
  font-family: Flaticon;
  line-height: 0;
  opacity: 0.2;
}

.blog-article .article-content .blockquote::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  background-color: #EE786C;
}

.blog-article .article-content .blockquote p {
  font-size: 20px;
  color: #555555;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 20px;
}

.blog-article .another-content p {
  margin-bottom: 20px;
}

.blog-article .another-content .content-img {
  margin-top: 40px;
  margin-bottom: 30px;
}

.blog-article .another-content .content-img img {
  border-radius: 15px;
}

.blog-article .comments-wrap .title {
  font-size: 30px;
  margin-bottom: 30px;
  color: #292323;
}

.blog-article .comments-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .comments-wrap ul li {
  position: relative;
  padding: 30px;
  padding-left: 95px;
  margin-bottom: 30px;
  background-color: #F5F5F5;
}

.blog-article .comments-wrap ul li:last-child {
  margin-bottom: 0;
}

.blog-article .comments-wrap ul li img {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
}

.blog-article .comments-wrap ul li h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.blog-article .comments-wrap ul li span {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  color: #8b8b8b;
}

.blog-article .comments-wrap ul li p {
  margin-bottom: 0;
}

.blog-article .comments-wrap ul li a {
  position: absolute;
  top: 27px;
  right: 30px;
  color: #EE786C;
  font-weight: 600;
}

.blog-article .comments-wrap ul li a:hover {
  color: #292323;
}

.blog-article .comments-form {
  margin-top: 40px;
}

.blog-article .comments-form .contact-form h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

.blog-article .comments-form .contact-form .form-group .form-control {
  border-color: #FEF7F6;
  border-radius: 0;
}

.side-bar-wrap {
  margin-bottom: 30px;
}

.side-bar-widget {
  margin-bottom: 30px;
}

.search-widget {
  margin-bottom: 30px;
  background-color: #F5F5F5;
  padding: 20px;
}

.search-widget .search-form {
  position: relative;
}

.search-widget .search-form .form-control {
  height: 50px;
  border: none;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}

.search-widget .search-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #EE786C;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
}

.search-widget .search-form button i {
  color: #ffffff;
}

.search-widget .search-form button:hover {
  background-color: #1B2132;
}

.side-bar-widget {
  margin-bottom: 30px;
  background-color: #F5F5F5;
}

.side-bar-widget .title {
  font-size: 20px;
  color: #292323;
  padding: 20px 0 0 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #555555;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../img/blog/blog-item-img1.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../img/blog/blog-item-img2.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../img/blog/blog-item-img3.jpg);
}

.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 700;
  max-width: 215px;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #292323;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #EE786C;
}

.side-bar-widget .widget-popular-post .item .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-bar-widget .widget-popular-post .item .info ul li {
  display: inline-block;
  margin-right: 15px;
}

.side-bar-widget .widget-popular-post .item .info ul li:last-child {
  margin-right: 0;
}

.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  margin: 0;
  padding: 10px 20px 20px;
}

.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  padding: 7px 15px;
  margin: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #555555;
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff;
}

.side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #EE786C;
  border-color: #EE786C;
}

.side-bar-widget .side-bar-widget-tag li a {
  color: #555555;
}

.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
}

/*=================================
Blog Area End
====================================*/
/*=================================
Restaurant Item 
====================================*/
.restaurant-item {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #FEF7F6;
  border-radius: 5px;
}

.restaurant-item .restaurant-img {
  padding-left: 15px;
}

.restaurant-item .restaurant-content {
  padding: 20px;
}

.restaurant-item .restaurant-content h3 {
  font-size: 20px;
  color: #292323;
  margin-bottom: 10px;
}

.restaurant-item .restaurant-content h3 a {
  color: #292323;
  display: block;
}

.restaurant-item .restaurant-content h3 a:hover {
  color: #EE786C;
}

.restaurant-item .restaurant-content p {
  margin-bottom: 10px;
}

.restaurant-item .restaurant-content h4 {
  font-size: 30px;
  color: #EE786C;
  margin-bottom: 0;
}

/*=================================
Restaurant Item End
====================================*/
/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #EE786C;
  background-color: #F5F5F5;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 50px;
}

.pagination-area .page-numbers:hover {
  background-color: #EE786C;
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  background-color: #EE786C;
  color: #ffffff;
}

/*==============================
Pagination Area End
=================================*/
/*=================================
404 Error Area
===================================*/
.error-area .error-content {
  text-align: center;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.7;
  font-weight: 700;
  color: #1B2132;
}

.error-area .error-content h1 span {
  color: #EE786C;
}

.error-area .error-content h3 {
  margin: 30px 0 0;
  position: relative;
  color: #292323;
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #292323;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url(../img/inner-banner/inner-banner9.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.coming-soon-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 800px;
  height: 100%;
  -webkit-animation: radius-border 7s linear infinite alternate forwards;
  animation: radius-border 7s linear infinite alternate forwards;
  background-color: #000000;
  opacity: 0.3;
  margin: auto;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 60px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 20px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #ffffff;
  padding-left: 15px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #ffffff;
  color: #292323;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #555555;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}

.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #EE786C;
  color: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content ul li a {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #1B2132;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
/*=================================
Footer Area
====================================*/
.footer-bg {
  background-color: #1B2132;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 20px;
}

.footer-widget h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
  color: #ffffff;
}

.footer-widget p {
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-widget .footer-list-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list-contact li {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.footer-widget .footer-list-contact li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list-contact li i {
  color: #ffffff;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
}

.footer-widget .footer-list-contact li a {
  color: #ffffff;
}

.footer-widget .footer-list-contact li:hover i {
  color: #0088CC;
}

.footer-widget .footer-list-contact li:hover a {
  color: #0088CC;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: #ffffff;
  font-weight: 500;
}

.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.footer-widget .footer-list li a:hover {
  color: #0088CC;
}

.footer-widget .footer-form .form-group {
  margin-bottom: 15px;
}

.footer-widget .footer-form .form-group .form-control {
  border: 0;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.footer-widget .footer-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.footer-widget .footer-form .form-group .form-control:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.footer-widget .footer-form .default-btn {
  width: 100%;
  border: none;
}

.footer-widget .footer-form .validation-danger {
  font-size: 16px;
  margin-top: 15px;
  color: red;
}

.copy-right-area {
  padding: 15px 0;
  border-top: 1px solid #0088CC;
}

.copy-right-area .copy-right-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.copy-right-area .copy-right-text p a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.copy-right-area .copy-right-text p a:hover {
  color: #0088CC;
  border-color: #0088CC;
}

.copy-right-area .social-icon .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.copy-right-area .social-icon .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.copy-right-area .social-icon .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid #ffffff;
}

.copy-right-area .social-icon .social-link li:hover a {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 50px;
  color: #1B2132;
}

.text-align1 {
  text-align: left;
}

.text-align2 {
  text-align: right;
}

.copy-right-top {
  border-top: 1px solid #C890FF;
}

/*=================================
Footer Area End
====================================*/
/*==================================
Back To Top Button 
=====================================*/
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.top-btn {
  background-color: #1B2132;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #1B2132;
  box-shadow: 0 0 15px #1B2132;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  -webkit-transition: .9s;
  transition: .9s;
}

.top-btn:hover {
  background-color: #0088CC;
  -webkit-box-shadow: 0 0 15px #0088CC;
  box-shadow: 0 0 15px #0088CC;
}

/*==============================
Back To Top Button 
=================================*/
/*==============================
PreLoader CSS 
=================================*/
.preloader {
  background: #1B2132;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  text-align: center;
}

.sk-cube-area {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-cube-area .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-cube-area .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -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%;
}

.sk-cube-area .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-cube-area .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-area .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-cube-area .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-cube-area .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-cube-area .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-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(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    000 -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(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*==============================
PreLoader CSS End
=================================*/
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes radius-border {

  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes radius-border {

  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/*# sourceMappingURL=style.css.map */
/* *************** Fonts ************** */
@font-face {
  font-family: 'Futura BdCn BT';
  src: local('Futura BdCn BT Bold'), local('FuturaBT-BoldCondensed'),
    url('https://www.belltechwebtools.com/STAGING/bba-strong/assets/fonts/FuturaBT-BoldCondensed.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: local('Futura Bold'), local('Futura-Bold'),
    url('https://www.belltechwebtools.com/STAGING/bba-strong/assets/fonts/Futura-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*==================  Home page Styling ==============*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li,
ol li {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
  font-family: "Jost", sans-serif;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  margin: 0 0 0 0;
}

h2,
h3 {
  font-family: 'Futura', sans-serif;
}

h2 {
  font-size: 44px;
}

:root {
  --blue: #23539D;
  --white: #ffffff;
  --black: #000000;
  --gray: #4a4a4a
}

.blue {
  color: var(--blue);
}

a.allBtns,
.samebg-btn-calendar {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 30px;
  border-radius: 5px;
  transition: ease-in 300ms;
  border: 1px solid;
}

a.blueBtn,
.samebg-btn-calendar,
.ann_businesses_sec .blogContent a:hover {
  background: var(--blue);
  color: var(--white);
  border-color: #23539D;
}

a.blueBtn:hover,
.samebg-btn-calendar:hover,
.ann_businesses_sec .blogContent a:hover {
  background: #fff !important;
  color: #23539D;
}

a.yellowBtns {
  background: #fff;
  color: #000;
  border-color: #fff;
}

a.yellowBtns:hover {
  background: #FFD600;
  color: #000;
  border-color: #FFD600;
}

footer .newsLetter a {
  font-size: 18px;
  margin-bottom: 15px;
}

@font-face {
  font-family: 'Futura BdCn BT';
  src: url(../fonts/Futura_BdCn_BT_Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Futura';
  src: url(./assets/fonts/FUTURA75BOLD.TTF);
}

.topHeadersec {
  background: #23539D;
  padding: 11px 0;
}

.topHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topHeader p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 0;
}

.topHeader .headerSocial ul li a img {
  width: 28px;
}

.topHeader p i {
  color: #FFD600;
}

.topHeader .headerSocial ul {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 0;
  padding: 0px !important;
}

nav.navbar {
  box-shadow: 0px 4px 10px 0px #00000040;
}

.navbar-brand {
  margin: 0px !important;
}

.navbar a.navbar-brand img {
  width: 120px;
}

.navbar-nav {
  gap: 5px;
}

ul.navbar-nav li a {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 14px;
}

ul.navbar-nav,
.nav-link:focus,
.nav-link:hover {
  color: #23539D;
}

a.renewBtn:focus {
  color: #fff !important;
}

ul.navbar-nav li a::before {
  content: '';
  height: 3px;
  width: 0;
  background: #23539D !important;
  position: absolute;
  left: 8px;
  bottom: 8px;
  transition: all 0.3s;
}

ul.navbar-nav li a:hover::before {
  width: 20px;
}

ul.navbar-nav li a.renewBtn,
a.renewBtn {
  background: #23539D;
  padding: 5px 20px 5px 20px !important;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 33.24px;
  border: 1px solid #23539D;
}

ul.navbar-nav li a.renewBtn::before {
  display: none;
}

ul.navbar-nav li a.renewBtn:hover,
.renewBtn:hover {
  background: #fff;
  color: #fff !important;
  border-color: var(--blue) !important;
  color: var(--blue) !important;
}

li.nav-item .dropdown a.dropdown-item {
  padding: 5px 8px;
}

.nav-item .dropdown ul.dropdown-menu {
  padding: 0 0;
  border: none;
}

.navbar-collapse ul.dropdown-menu {
  box-shadow: none !important;
  border-width: 0;
  margin-bottom: 15px !important;
  background: none;
}

.dropdown-menu {
  --bs-dropdown-min-width: 140px !important;
  min-width: 140px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu[data-bs-popper] {
  right: auto;
  margin-top: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

ul.dropdown-menu li {
  margin-bottom: 3px;
}

ul.dropdown-menu li a::before {
  display: none;
}

ul.dropdown-menu li a.dropdown-item {
  background: #23539D;
  padding: 10px !important;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  transition: ease-in 300ms;
}

ul.dropdown-menu li a.dropdown-item:hover {
  background: #000;
}

/* =========================================== Navbar Styling Ends ========================================== */

/* ===================================== Banner Styling Start =================================== */

.bannerContent {
  background: linear-gradient(270deg, rgba(35, 83, 157, 0.9) 2.01%, rgba(19, 45, 84, 0.9) 100%);
  padding: 180px 130px 180px 50px;
  position: relative;
  height: 100%;
}

.homeBanner .container-fluid {
  --bs-gutter-x: 0;
}

.homeBanner .row {
  --bs-gutter-x: 0;
}

.bannerContent h1 {
  font-family: 'Futura BdCn BT';
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3;
}

.bannerContent p {
  font-family: 'Futura', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.08px;
  letter-spacing: 0.1em;
  color: #FFD600;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.homeBanner .bannerImg,
.homeBanner .bannerImg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bannersideText {
  width: 30%;
  position: absolute;
  right: -20px;
  top: 60%;
}

.bannersideText p {
  font-family: Futura;
  font-size: 130px;
  font-weight: 700;
  line-height: 195.6px;
  letter-spacing: 0.9em;
  transform: rotate(270deg);
  opacity: 0.2;
  color: #fff;
}

/* =======================================  Banner Styling Ends ============================= */

/* ====================================== How to help Styling Starts =========================== */
.howtoHelp {
  padding: 60px 0;
}

.howtoHelp .upperContent h2,
.charityLogos h2 {
  font-weight: 700;
  line-height: 1.4;
  color: #23539D;
  margin-bottom: 30px;
}

.howtoHelp .upperContent p,
.charityLogos p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 35px;
}

.howtoHelp .helpBox {
  position: relative;

}

.howtoHelp .helpBox img {
  aspect-ratio: 1;
  object-fit: cover;
}

.howtoHelp .helpBox h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  transition: ease-in 500ms;
  position: absolute;
  top: 8px;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, 0);
}

.helpBox::after {
  content: '';
  width: 85%;
  height: 85%;
  border: 1px solid #fff;
  position: absolute;
  z-index: 9;
  left: 8%;
  top: 8%;
  opacity: 0;
  transition: ease-in 800ms;
}

.boxhover {
  height: 18%;
  background: rgba(35, 83, 157, 0.7);
  padding: 11px 0;
  position: absolute;
  width: 100%;
  top: 0;
  transition: ease-in 500ms;
}

.howtoHelp .helpBox p,
.howtoHelp .helpBox a {
  font-size: 18px;
  opacity: 0;
  margin-bottom: 0;
  position: absolute;
  top: 27%;
  color: #fff;
  padding: 0 40px;
  text-align: center;
  transition: ease-in 800ms;
  line-height: 1.4;
}

.howtoHelp .helpBox a {
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 20px;
  z-index: 99;
  color: #000;
  background: #fff;
}

.helpBox:hover .boxhover {
  height: 100%;
}

.helpBox:hover h3 {
  transform: translate(-50%, 80%);
}

.helpBox:hover p,
.helpBox:hover.helpBox::after,
.helpBox:hover a {
  opacity: 1;
}

.helpBox a:hover {
  background: #FFD600;
  border-color: #FFD600;
}

.lrnmoreBtn {
  margin-top: 45px;
  text-align: center;
}

.why_bba .lrnmoreBtn {
  text-align: left;
}

/* ===================================  How to help Styling Ends ================================= */

/* =============================  Slider Styling Starts ========================== */

.eventSec {
  background: linear-gradient(270deg, rgba(35, 83, 157, 0.9) 2.01%, rgba(19, 45, 84, 0.9) 100%);
  padding: 0 0 100px 0;
  position: relative;
  z-index: 99;
  padding: 100px 0 200px;
}

.eventContent {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 99;
  margin-top: 50px;
}

section.eventSec::before {
  content: '';
  width: 82%;
  height: 54%;
  position: absolute;
  top: 27%;
  left: 0%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: -1;
}

.eventContent::after {
  content: '';
  width: 1px;
  height: 2%;
  background: #ffffff;
  position: absolute;
  left: 82%;
  top: 27%;
}

.eventContent::before {
  content: '';
  width: 1px;
  background: #fff;
  height: 11%;
  bottom: 19%;
  right: 18%;
  position: absolute;
  z-index: 999999999;
}

.eventText {
  padding: 0 70px 0 50px;
}

.eventContent h2 {
  font-weight: 700;
  line-height: 1.4;
  color: #fff !important;
  font-size: 44px;
}

.eventContent p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff !important;
}

.eventContent p.subHead {
  font-family: 'Jost', sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  color: #FFD600 !important;

}

.eventContent a {
  margin-top: 30px;
}

.sliderContent {
  position: relative;
  z-index: -1;
}

.sliderContent .dateBox {
  font-family: 'Jost', sans-serif;
  color: #23539D;
  background: #fff;
  padding: 8px 30px;
  position: relative;
  left: 66%;
  top: 66px;
  z-index: 999;
  width: 80px;
}

.sliderContent .dateBox p {
  font-size: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sliderContent .dateBox p span {
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
}

.sliderCaption {
  padding: 15px 27px;
  background: #23539D;
  height: 110px;
}

.sliderCaption p {
  font-size: 18px;
  font-family: 'Jost', sans-serif;
  color: #fff;
}

.sliderContent img {
  background: #fff;
}

.owl-nav {
  text-align: right !important;
}

.owl-nav button {
  background: #fff !important;
  height: 43px;
  width: 43px;
  padding: 10px;
}

/* .owl-stage-outer {
  background: linear-gradient(70deg, #2E4B76, #33568C);
} */

/* =============================================== Slider Styling Ends ================================ */
.exclusiveSec {
  padding: 60px 0;
}

.exclusiveSec .benefitRight h3.subHead {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.exclusiveSec .benefitRight h2 {
  font-weight: 700;
  line-height: 1.3;
  color: var(--blue);
}

.exclusiveSec .benefitRight p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--gray);
  margin-top: 25px;
}

.exclusiveSec .benefitRight a {
  margin-top: 40px;
}



.benefitLeft {
  display: flex;
  gap: 28px;
}

.benefitBox {
  padding: 30px 20px;
  border: 1px solid var(--blue);
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  flex-direction: column;
  background: var(--blue);
}

.benefitBox h3 {
  font-family: 'Jost', sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.benefitBox span {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  display: block;
}

.benefitBox p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

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

.benefitBox a {
  background: #fff;
  color: var(--blue);
  border: 1px solid #fff;
}

.benefitBox:hover a {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.benefitBox a:hover {
  color: var(--white);
}

.benefitBox:hover {
  background: #fff;
  color: #fff;
}

.benefitBox:hover h3 {
  color: var(--blue);
}

.benefitBox:hover p {
  color: var(--black);
}

.benefitBox:hover span {
  color: var(--black);
}

/* ============================== Community Styling Starts ===================================== */

.communitySec {
  padding: 0 0 40px 0;
  text-align: center;
  background: rgba(255, 214, 0, 0.1);
}

.communitySec .row {
  --bs-gutter-x: 0;
}

.communitySec .container-fluid {
  --bs-gutter-x: 0;
  overflow: hidden;
}

.communitySec .upperContent {
  padding: 60px 0 25px 0;
}

ul#tabs-nav {
  display: flex;
  gap: 40px;
  justify-content: center;
}

ul#tabs-nav li {
  padding: 8px 10px;
  cursor: pointer;
}

.tab-content {
  padding: 10px 0;
}

.galleryImg {
  height: 100%;
}

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

.communitySec .upperContent h2 {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--blue);
  margin-bottom: 15px;
}

.galleryImgbox {
  display: grid;
  grid-template-columns: 50% 50%;
}

.galleryImgbox iframe {
  width: 100% !important;
}

.galleryPage_glsec .galleryImgbox iframe {
  aspect-ratio: 16/9;
  height: 100%;
}

.galleryPage_glsec .galleryImgbox,
.tab-contentVideo .galleryImgbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.viewallBtn {
  margin-top: 44px;
}

.galleryImgbox img {
  width: 100%;
}

/* ================================ Sponcers Styling ========================== */
.sponsersSec {
  padding: 40px;
}

.sponsersSec .upperPart h2 {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--blue);
}

.sponsersSec .upperPart p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin: 15px 0;
}

.sponsersSec .sponcerLogo {
  display: flex;
  flex-wrap: wrap;
  /*  display: grid;*/
  /*  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10%;*/
  gap: 20px;
  justify-content: center;
}

.sponsersSec img {
  box-shadow: 2px 2px 10px 0px #00000040;
  background: #fff;
  height: 120px;
  width: 120px;
}

/* ====================================  Featured Business Styling ============================ */
.featuredbusinessSec {
  background: rgba(35, 83, 157, 0.1);
  padding: 60px 0;
}

.featuredbusinessSec h2 {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--blue);
  margin-bottom: 0;
}

.featuredbusinessSec .upperPart p {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  color: var(--gray);
  font-size: 18px;
}

.businessVideos {
  padding-top: 40px;
}

.businessVideos {
  display: flex;
  gap: 60px;
}

.videoCaption {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 20px;
  justify-content: space-between;
  background: #fff;
  padding: 33px 40px;
  min-height: 340px;
  align-items: center;

}

.businessVideo video {
  width: 500px;
  height: 310px;
}

.videoCaption a {
  max-width: max-content;
  font-size: 18px;
  font-weight: 400;
}

/* ====================================  Video Section Styling Ends ======================== */

/* ================================== what is BBA Styling starts ===================== */

.aboutBba {
  padding: 60px 0;
  background: rgba(35, 83, 157, 0.1);
}

.aboutBba h2 {
  font-weight: 700;
  line-height: 78.24px;
  color: var(--blue);
}

.aboutBba p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33.24px;
  color: var(--gray);
}

.aboutContent h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45.64px;
  color: var(--blue);
  margin-top: 25px;
  margin-bottom: 22px;
}

.aboutContent img {
  width: 185px;
}

.whybbaImg img:first-child {
  width: 220px;
  ;
}

.whybbaImg img:last-child {
  width: 120px;
}

/* ================================= What about BBA Styling Ends ================= */

/* ====================== Charity Styling Starts =================== */

.charitySec {
  background: var(--blue);
  padding: 60px 0;
}

.eventSec .container-fluid {
  --bs-gutter-x: 0;
  overflow: hidden;
}

.charitySec h3.subHead {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #FFD600;
}

.charitySec h2 {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin: 20px 0 40px;
  font-size: 40px;
}

.upperContentbox {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}

.charityimgBox {
  width: 45%;
}

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

.charitySec .sliderImg img {
  object-fit: cover;
  object-position: top;
}

.charityContentbox {
  width: 60%;
}

.charityContentbox p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33.24px;
  color: #fff;
  margin-bottom: 44px;

}


.charityBtns {
  display: flex;
  gap: 28px;
}

.slider-container {
  display: flex;
  overflow: hidden;
  align-items: stretch;
}

.left-slide .slick-slide h1 {
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Futura', sans-serif;
  color: #fff;
}

.slider-container .right-slide {
  width: 50%;
}

.slider-container .left-slide {
  width: 50%;
}

.right-slide .sliderImage img {
  width: 100%;
  object-fit: cover !important;
}

.left-slide .slick-slide {
  width: 100% !important;
}

.right-slide .slick-slide {
  position: absolute !important;
}

.right-slide .slick-slide.slick-current.slick-active {
  left: 0 !important;
  position: relative !important;
}

.left-slide .slick-slide.slick-current.slick-center {
  position: unset;
}

.charitySec .slick-track {
  transform: none !important;
}

.right-slide>div,
.right-slide .slick-track,
.right-slide .slick-current.slick-active,
.right-slide .slick-current.slick-active>div {
  height: 100% !important;
}

.right-slide .slick-list.draggable {
  overflow: visible !important;
}

.left-slide .slick-list.draggable {
  padding: 0 0 !important;
  overflow: visible !important;
}

.left-slide .slick-slide {
  padding: 33px;
  background: #e1e1e133;
  color: #fff;
  margin-left: 0;
  /* transition: ease-in 0.5s all; */
}

.left-slide .slick-slide.slick-current {
  width: calc(100% + 17px) !important;
  margin-left: -15px;
  background-color: #fff;
  border: 3px solid #23539D;
  color: #000;
  /* transition: ease-in 0.5s all; */
}

.left-slide .slick-slide.slick-current h1 {
  color: #23539d;
}

.left-slide .slide-current {
  border: none;
}

.left-slide .slick-slide img {
  opacity: 0;
  transform: translateX(-30px);
  transition: ease-in 600ms;
}

.left-slide .slick-slide.slick-current img {
  opacity: 1;
  transform: translateX(0);
}

.left-slide .slick-slide a {
  background: var(--white);
  color: #000;
  border: 1px solid #ffffff;
}

.left-slide .slick-slide a:hover {
  background: #FFD600;
  color: #000;
  border-color: #FFD600;
}

.left-slide .slick-slide.slick-current a {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.left-slide .slick-slide.slick-current a:hover {
  background: #fff;
  color: var(--blue);
  border-color: var(--blue);
}


/* =============================  Charity Section Styling Ends ======================= */

/* ========================= Blog Styling ======================== */
.blogSec {
  padding: 60px 0;
}

.blogSec h2 {
  color: #23539D;
  margin-bottom: 20px;
  font-weight: 700;
}

.blogSec p.pageDesc {
  margin-bottom: 30px;
}

.blogBox {
  border: 1px solid #1A478C;
  padding: 30px 36px 36px 36px;
  transition: ease-in 300ms;
  height: 100%;
  background: #1A478C;
}

.blogSec h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 0;
  transition: ease-in 300ms;
}

.blogContent {
  flex-wrap: wrap;
  gap: 20px;
  padding: 25px 0 0 0;
}

.blogSec .blogContent p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28.9px;
  margin-bottom: 0;
  color: #fff;
  transition: ease-in 300ms;
}

.blogSec .blogContent a {
  padding: 10px 30px 10px 30px;
  gap: 10px;
  border-radius: 5px;
  border: 2px solid;
  color: #fff;
  transition: ease-in 300ms;
}

.blogBox:hover {
  background: #fff;
}

.blogBox:hover h3 {
  color: var(--blue);
}

.blogBox:hover p {
  color: #000;
}

.blogBox:hover a {
  background: #fff;
  color: #000;
  border-color: var(--blue);
}

.blogSec .blogContent a:hover {
  background: #FFD600;
}

.blogBtn {
  margin-top: 40px;
}

/* ============================= Blog Styling Ends ====================== */

/* ==========================  Web Sponcers Starts ====================== */

.webSponcers {
  background: rgba(35, 83, 157, 0.1);
  padding: 60px 0;
}

.webSponcers h2 {
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 20px;
}

.websponcerImg img {
  background: #fff;
  width: 207px;
  margin: 5px;
}

/* ================================== Web Sponcers Ends ========================== */

/* ================================= Map Styling Starts ======================= */
.mapSec .container-fluid {
  --bs-gutter-x: 0;
  overflow: hidden;
}

.mapSec iframe {
  width: 100%;
  vertical-align: bottom;
}

/* =========================== Footer Styling ===================== */

footer {
  background: #23539D;
  padding: 90px 0 0 0;
}

footer .footerDetail img {
  width: 178px;
}

footer .footerDetail p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--white);
  margin-top: 30px;
}

footer h3 {
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 43.35px;
  color: #FFD600;
}

footer .quickLinks a {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33.24px;
  color: #fff;
}

footer .contactInfo ul li {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33.24px;
  color: #fff;
  display: flex;
  gap: 15px;
}

footer .contactInfo ul li i {
  color: #FFD600;
}

footer .contactInfo ul li a {
  color: #fff;
  display: flex;
  gap: 15px;
}

footer .quickLinks ul {
  margin-bottom: 0px;
}

.footerSocialicons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 160px;
}

.footerSocialicons img {
  width: 35px;
}

.newsLetter input:first-child {
  background: #4F75B1;
  width: 100%;
  border: none;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 33.24px;
  color: #fff;
  margin-bottom: 24px;
  padding: 5px 10px;
}

.newsLetter input:focus-visible {
  border: none;
  outline: none;
}

.newsLetter input::placeholder {
  color: #fff;
}

.newsLetter input:last-child {
  padding: 10px 30px;
  border-radius: 5px;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33.24px;
  border: none;
}

.copyRight {
  background: #1A478C;
  margin-top: 40px;
}

.copyrightContent {
  padding: 10px 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyrightContent p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}

a.tbbc img {
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

/********************* Board Member Page Styling *************************/

/*==================== Banner Styling Starts =========================*/

.boardmemberBanner {
  background: url(https://www.belltechwebtools.com/STAGING/bba-strong/assets/images/bba_board_members_banner.jpg) no-repeat;
  background-size: cover;
  background-position: 100%;
  position: relative;
  padding: 155px 0;
  z-index: 99;
}

.boardmemberBanner::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(35, 83, 157, 0.7);
  z-index: -1;
}

.boardmemberBanner h1 {
  font-family: 'Futura';
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;

}

/*==================== Banner Styling Ends =========================*/

/*================= Member List Styling Starts ====================*/
.memberList {
  padding: 60px 0 0 0;
  overflow: hidden;
}

.memberImgbox img {
  border-radius: 5px;
  width: 100%;
}

.memberImgbox .profileDetail {
  background: rgba(35, 83, 157, 1);
  border-radius: 5px;
  margin-top: 5px;
}

.memberImgbox .profileDetail h3 {
  font-family: 'Futura';
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: rgba(255, 214, 0, 1);
  padding-top: 15px;
  margin-bottom: 0;
}

.memberImgbox .profileDetail p {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.9px;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;

}

.memberAbout {
  padding: 30px 0 30px 65px;
  position: relative;
  background: rgba(244, 244, 244, 1);
  height: 100%;
}

.memberAbout::before {
  content: '';
  width: 80vw;
  height: 100%;
  position: absolute;
  left: 0;
  background: rgba(244, 244, 244, 1);
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

.memberList .row {
  --bs-gutter-x: 50px;
}

.memberAboutrevers::before {
  right: 0;
  left: unset;
}

.memberAbout.memberAboutrevers {
  padding: 30px 65px 30px 0;
}

.memberAbout p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  line-height: 33.24px;
  color: rgba(74, 74, 74, 1);
}

.aboutLinks a {
  display: flex;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  gap: 7px;
  align-items: center;
}

.aboutLinks a i {
  color: rgba(35, 83, 157, 1);
  font-size: 18px;
}

/*======================= Member List styling Ends =================*/

/*================== Announcements Styling Starts ===========*/

.announcementimgBg {
  background: url(https://www.belltechwebtools.com/STAGING/bba-strong/assets/images/announcementimgBg.png) no-repeat;
}

.announcementsText h2 {
  font-family: 'Futura';
  font-size: 40px;
  font-weight: 700;
  line-height: 52.16px;
  color: rgba(35, 83, 157, 1);
}

.announcementsText p {
  font-family: 'Jost';
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: rgba(74, 74, 74, 1);

}

/*================== Announcements Styling Ends =============*/

/*================== Business Directory Styling Starts ===========*/
.listingBox .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 85px;
  justify-content: center;
}

.businesseDirectory {
  background: url(https://www.belltechwebtools.com/STAGING/bba-strong/assets/images/business-directory.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.directoryBox {
  box-shadow: 4px 4px 15px 0px #00000040;
  text-align: center;
  padding: 0 30px 20px;
  border-radius: 5px;
  min-height: 100%;
  position: relative;
}

.directoryBox::after {
  content: '';
  width: 80%;
  height: 80%;
  background: url(https://www.belltechwebtools.com/STAGING/bba-strong/assets/images/directoryBg.png) no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: ease-in 300ms;
}

.directoryBox:hover::after {
  opacity: 0.1;
  z-index: 1;
}

.directoryBox h3 {
  font-family: 'Futura';
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.directoryBox .img_wrapper {
  aspect-ratio: 2;
  max-width: 75%;
  margin: auto;
}

.directoryBox .img_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  top: -40px;
}

.directoryBox p {
  font-size: 16px;
  line-height: 1.6;
  color: #4A4A4A;
  margin-bottom: 0;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listingBox .hide {
  display: none;
}

.directoryBox * {
  position: relative;
  z-index: 2;
}



/*========================== Business directory styling ends =====================*/

/*===================== Business directory listing styling starts ==============*/

.directorydetailBox {
  border: 0.5px solid #000000;
  border-radius: 5px;
  padding: 30px 0;
  min-height: 800px;
  position: relative;
  transition: ease-in 500ms;
}

/* .directorydetailBox:hover {
  background: rgba(35, 83, 157, 0.8);
  color: #fff;
} */

.directorydetailBox::before {
  content: '';
  width: 90%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(https://www.belltechwebtools.com/STAGING/bba-strong/assets/images/directoryBg.png) no-repeat;
  background-position: center;
  transform: translate(-50%, -40%);
  z-index: -1;
  opacity: 0;
  transition: ease-in 500ms;
}

.directorydetailBox:hover::before {
  opacity: 0.2;
  top: 48%;
}

.listingdetailBox .row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px;
}

.directorydetailBox iframe {
  border-radius: 10px;
  height: 198px;
}

.directorydetailBox h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding: 30px 50px 30px;
}


.detailSocialmedia {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.restaurant-img {
  aspect-ratio: 1.5;
  padding: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  margin: 0 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.restaurant-img img,
.restaurant-img iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.detailSocialmedia img {
  width: 25px;
  padding: 0 0;
  box-shadow: none;
  background: none;
}

.detailName {
  background: var(--blue);
  margin: 30px 0;
  transition: ease-in 500ms;
  padding: 5px;
}

.directorydetailBox .detailName p {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  padding: 0 0;
  margin: 0px;
}

.directorydetailBox p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 50px;
}

.directorydetailBox .detailContact p {
  padding: 0 0;
}

.directorydetailBox .detailContact {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px;
}

.detailContact p a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #4A4A4A;
  display: inline-block;
}

.detailContact .detailcontactIcons ul {
  padding: 0px;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.detailContact .detailcontactIcons a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #4A4A4A;
}

.detailContact .detailcontactIcons a i {
  font-size: 16px;
  color: #000;
}

.listingdetailBox .room-card-content {
  margin: 0px;
}

.contentListingBox p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* **************** Dynamic Listing Page *************** */
.dynamic_listing_banner {
  position: relative;
}

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

.dyn_img_wrapp {
  padding: 0px;
  aspect-ratio: 3.5;
  position: relative;

}

.dynamic_listing_banner .dyn_img_wrapp::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(35, 83, 157, 0.7);
  z-index: 1;
}

.dynamic_listing_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  z-index: 3;
}

.dynamic_listing_title h1 {
  font-family: 'Futura';
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.whybba_banner {
  background-image: url('https://www.belltechwebtools.com/STAGING/bba-strong/assets/images/WhyBBABanner.jpg');
}

.membership_sec {
  background: rgba(35, 83, 157, 0.1);
}

.membership_sec .blogBox {
  padding: 40px 15px;
  height: 100%;
  transition: ease-in 300ms;
}

.membership_sec .blogBox .blogContent {
  padding-top: 0px;
  color: #fff;
  transition: ease-in 300ms;
}

.membership_sec .blogBox ul {
  text-align: left;
  padding: 0px;
  padding-left: 20px;
  font-family: 'Jost';
}

.blogBox .blogImg {
  aspect-ratio: 1.5;
}

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

.membership_sec .blogBox ul li {
  list-style: disc;
}

.membership_sec h3 {
  line-height: 1.3;
  font-size: 25px;
}

.membership_sec .blogBox:hover .blogContent {
  color: #000;
}

/* ************* Accessbility **************** */
.accessbility_banner {
  background-image: url('https://www.belltechwebtools.com/STAGING/bba-strong/assets/images/banner-accessibility.png');
}

/* ************* Renew **************** */
.flex-width-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 80%;
  padding: 0px !important;
}

.flex-width-box>li {
  list-style: none !important;
  width: calc(50% - 8px);
}

.flex-width-box>li:last-child {
  width: 100%;
}

.joinnow_btn button {
  padding: 10px 30px;
  background: var(--blue);
  border-radius: 5px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  border: none;
  transition: 0.5s ease all;
  font-family: 'Jost';
}

.joinnow_btn button:hover {
  background: #000;
  transition: 0.5s ease all;
}

/* ************ Contact Page ************ */
.contact_banner {
  background-image: url('https://www.belltechwebtools.com/STAGING/bba-strong/bannerimages/contactpagebanner.jpg');
}

.contact_detail_sec .contact-item li {
  display: flex !important;
  align-items: center;
  margin-bottom: 0px !important;
  padding: 0px !important;
  column-gap: 20px;
}

.contact_detail_sec .contact-item ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0px !important;
}

.contact_detail_sec .contact-item ul li i {
  position: unset !important;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;
  color: var(--blue);
  font-size: 40px;
  text-align: center;
  border-radius: 5px;
}

.contact_detail_sec .contact-item ul li .content span,
.contact_detail_sec .contact-item ul li .content span a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: 'Jost';
}

.contact_detail_sec .contact-form .form_btn {
  border: 0;
  outline: none;
  padding: 10px 60px;
  width: 100%;
  background: var(--blue);
  font-family: 'Jost';
  font-size: 23px;
  line-height: 1.3;
  color: #fff;
  transition: 0.5s ease all;
  border-radius: 5px;
}

.contact_detail_sec .contact-form .form_btn:hover {
  background: var(--black);
  transition: 0.5s ease all;
}

/* *************** Join Now ***************** */
.joinnow_banner {
  background-image: url('https://www.belltechwebtools.com/STAGING/bba-strong/bannerimages/joinnowformpagebanner.jpg');
}

.joinnow_form_row {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.joinnow_form_row label {
  font-family: 'Jost';
}

.joinnow_form_row .form-control {
  color: #595C5F !important;
}

.joinnow_btn button {
  padding: 10px 30px;
  background: var(--blue);
  border-radius: 5px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  border: none;
  transition: 0.5s ease all;
  font-family: 'Jost';
}

.joinnow_btn button:hover {
  background: #000;
  transition: 0.5s ease all;
}

.select_box_parent {
  position: relative;
}

.select_box_parent:before {
  content: "\f282";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: bootstrap-icons !important;
  font-weight: 400 !important;
}

/* ************* Gallery Page *************** */
.gallery_banner {
  background-image: url('https://www.belltechwebtools.com/STAGING/bba-strong/newimg/GallerypageBanner.jpg');
}

.gallery_photos_sec .galleryImgbox img {
  aspect-ratio: 1.5;
  object-fit: cover;
  padding: 5px;
}

/*============================= Listing pages styling ============================*/
.business_logo {
  margin-bottom: 20px;
}

.business_info_wrapper h3 {
  font-size: 40px;
  color: #23539D;
}

.social_links {
  display: flex;
  gap: 20px;
}

.business_info ul {
  display: flex;
  gap: 56px;
}

.business_info ul li a {
  color: #4a4a4a;
  text-decoration: underline;
  font-weight: 500;
}

.business_info ul li a i {
  color: #23539D;
}

.business_info_wrapper p.mainDisc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

p.owner {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid #000;
  color: #000;
  max-width: max-content;
  padding: 12px 50px 12px 25PX;
  border-radius: 0 10px 10px 0;
}

.member_since {
  margin-top: 20px;
}

.inner_wrapper h3 {
  font-size: 24px;
  text-align: center;
}

.inner_wrapper p {
  font-weight: 500;
  color: #000;
  text-align: center;
}

.business_info p {
  margin: 0px !important;
}

.business_info ul li,
.business_info ul li a {
  display: flex;
  column-gap: 10px;
}

/*================================== Event Page Styling Starts ========================*/
.eventpageContent {
  padding: 60px 0;
}

.eventBanner {
  background: url(https://www.belltechwebtools.com/STAGING/bba-strong/assets/images/bba_events_banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

p.pageDesc {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.main_live_event_box {
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
  border-bottom: 1px dotted #23539D;
  align-items: center;
  gap: 30px;
}

.live_event_details {
  width: 70%;
}

.live_event_image_box {
  width: 30%;
}

.main_live_event_box .event__name h2 {
  color: #23539D;
  font-size: 25px;
}

.live_event_details .event_live_time {
  margin: 10px 0;
}

.event_live_date span.event_live_dateformate {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
}

.event_live_time span.event_live_timeformate {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.live_event_details button.samebg-btn-calendar {
  padding: 12px 22px;
  font-size: 15px;
}


.live_event_image {
  width: 220px;
}

.live_event_image img {
  width: 100%;
}

.atcb-list {
  width: max-content;
  position: absolute;
  background: #fff;
  box-shadow: rgba(35, 83, 157, 0.25) 0px 14px 28px, rgba(35, 83, 157, 0.22) 0px 10px 10px;
  padding: 5px;
  border-radius: 5px;
  /*  bottom: -102%;*/
  display: none;
}

.atcb-item a {
  color: #000;
  margin: 5px 0;
  padding: 10px 15px;
  transition: ease-in 300ms;
  display: block;
}

.atcb-item a:hover {
  background: #23539D;
  color: #fff;
}

.flex-width-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 80%;
  padding: 0px !important;
}

.flex-width-box>li {
  list-style: none !important;
  width: calc(50% - 8px);
}

.flex-width-box>li:last-child {
  width: 100%;
}

/*====================== Dashboard Styling ======================*/
.addproductSec {
  padding: 60px 0;
}

.addproductSec label {
  font-size: 18px;
  color: #000;
}

.addproductSec select,
.addproductSec input,
.addproductSec textarea {
  border: 1px solid #23539D;
}

.addproductSec .form-control:focus {
  box-shadow: none;
  border-color: #23539D;
}

.addproductSec .form-group.row {
  margin: 15px;
}

.addproductSec .subcategoryform .form_group {
  display: flex;
  gap: 20px;
}

.addproductSec .subcategoryform .form_group a button {
  opacity: 1;
  background: red;
  font-size: 16px;
  padding: 10px 20px;
}

.addproductSec .successMessage {
  text-align: center;
  color: green;
  font-size: 18x;
}

.addproductSec .errorMessage {
  text-align: center;
  color: red;
  font-size: 18x;
}

#list_status,
#short_status,
#m_list_status {
  margin-right: 5px;
}


/* ================ Charity Page Styling ============================ */
.charityBanner {
  background: url(https://www.belltechwebtools.com/STAGING/bba-strong/assets/images/cahrityimg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.charitylogoBox {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border: 1px solid #23539D;
  padding: 30px;
  border-radius: 10px;
  min-height: 100%;
  transition: ease-in 300ms;
}

.charitylogoBox .charityLOgO img {
  width: 150px;
}

.charitylogoBox h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #23539D;
  margin-bottom: 0;
}

.charitylogoBox p {
  color: #000;
}

.charitylogoBox a {
  margin: 5px 0;
  color: #000;
}

.charitylogoBox:hover {
  background: #23539D;
  color: #fff;
}

.charitylogoBox:hover,
.charitylogoBox:hover h3,
.charitylogoBox:hover p,
.charitylogoBox:hover a {
  color: #fff;
}

/* ===================  Renew Page Styling ================== */

.renew_banner {
  background: url(https://www.belltechwebtools.com/STAGING/bba-strong/assets/images/membership.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.business_info_wrapper .restaurant-imgg img {
  box-shadow: 3px 3px 3px 0px #4a4a4a;
  width: 80%;
}

.restaurant-video {
  padding: 30px 0;
}

.restaurant-video iframe {
  width: 80%;
}

/*=================================responsive =======================*/
.desktop_hidden {
  display: none;
}

.hideBusiness {
  display: none;
}

/* ------------------- New Gallery 1 July 2024 ------------------ */
.gallery_box {
  display: flex;
  gap: 8px;
}

.gallery_box .gallery_col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(33.33334% - 5px);
}

.upperContent .gallery_upperContent {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.new_gallery {
  column-count: 3;
  column-gap: 10px;
}

.new_gallery .new_gallery_img {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

.new_gallery .new_gallery_img img {
  width: 100%;
}

/* ====================  Featured  */
.featuredFaq_container>div.faqInnerContainer {
  padding: 15px 10px 0;
  box-shadow: 0 0 2px 1px #23539d;
  border: 1px solid;
}

.featured_contianer,
.faqInnerContainer {
  width: 100%;
}

.featured_contianer {
  margin-bottom: 15px;
}

.featured_contianer .heading_box h3,
.yearParentBox h3 {
  color: #23539D;
  text-align: center;
  margin: 0;
}

.featured_contianer .businessVideos {
  padding: 5px 0px;
  gap: 30px;
}

.featured_contianer .featuredContent_box {
  background: #fff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  display: none;
}

.featured_contianer .businessVideo {
  border: 2px solid #000;
  border-radius: 4px;
}

.featured_contianer .videoCaption {
  min-height: auto;
  padding: 25px 32px;
}

.featured_contianer .heading_box,
.yearParentBox {
  background: #fff;
  display: flex;
  margin-bottom: 15px;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  padding: 6px 20px;
  cursor: pointer;
}

.featured_contianer .heading_box .icon_box .bi,
.yearParentBox .bi {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  text-align: center;
}

.featured_contianer.featured_toggler .heading_box .icon_box .bi-plus-lg,
.faqInnerContainer.featured_toggler .yearParentBox .icon_box .bi-plus-lg {
  opacity: 0;
}

.featured_contianer .heading_box .icon_box .bi-plus-lg,
.faqInnerContainer .yearParentBox .icon_box .bi-plus-lg {
  opacity: 1;
}

.featured_contianer .heading_box .icon_box,
.yearParentBox .icon_box {
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #23539D;
  color: #fff;
  position: relative;
}

.announcements_faqBox .heading_box,
.announcements_faqBox .yearParentBox {
  margin-bottom: 4px;
}

.featuredFaq_container .faqInnerContainer .featured_contianer:nth-child(1) .featuredContent_box {
  display: block;
}

.yearParentBox h3 {
  text-align: center;
  width: 100%;
  font-size: 35px;
}

.featuredBoxes {
  display: none;
}

.currentYearBox .featuredBoxes {
  display: block;
}

.ann_businesses_sec .blogBox {
  background: transparent;
}

.ann_businesses_sec .blogBox h3 {
  color: var(--blue);
}

.ann_businesses_sec .blogBox p {
  color: #000;
}

.ann_businesses_sec .blogBox a {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

/* .ann_businesses_sec .blogContent a:hover {
  background: #FFD600;
} */

/* =================== Responsive ======================= */

@media screen and (max-width:1500px) {
  .bannerContent {
    padding-left: 25% !important;
  }
}

@media screen and (max-width: 1400px) {
  .eventText {
    padding: 0 50px;
  }
}

@media screen and (max-width:1200px) {

  .navbar {
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
    top: 120px;
    width: 100%;
    background: rgb(255, 255, 255);
    right: 0px;
    z-index: 9;
  }

  .navbar .container {
    position: relative;
  }

  .navbar-collapse {
    width: 250px;
  }

  .navbar-collapse ul {
    padding: 0;
    row-gap: 0px;
    margin-bottom: 0px !important;
    box-shadow: 0px 0px 2px 0px #fff;
    background: #23539d;
  }

  .navbar-collapse ul li {
    border-bottom: 1px solid #fff;
    padding: 0 15px;
  }

  .navbar-nav li a {
    font-size: 18px;
    color: #fff !important;
    padding: 3px 0;
  }

  ul.navbar-nav li a::before {
    left: 0;
  }

  ul.navbar-nav li a:hover::before {
    width: 25px;
  }

  ul.dropdown-menu {
    width: max-content;
  }

  #navbarSupportedContent {
    z-index: 9999;
  }

  .listingdetailBox>div>.row>div {
    padding: 0 10px;
    margin-top: 20px;
  }

  .howtoHelp .helpBox h3 {
    top: 3px;
    font-size: 25px;
  }

  .navbar-nav {
    gap: 10px;
  }

  .helpBox:hover h3 {
    transform: translate(-50%, 90%);
  }

  .howtoHelp .helpBox img {
    aspect-ratio: 2 / 2.5;
  }

  .howtoHelp .helpBox p {
    top: 24%;
    line-height: 1.1;
  }

  .benefitRight {
    text-align: center;
  }

  .businessVideo video {
    height: unset;
  }

  .eventText {
    padding: 0 30px 0 15px;
  }

  .eventContent h2 {
    font-size: 38px;
    line-height: 1.4;
  }

  .eventContent p.subHead {
    font-size: 22px;
  }

  .charitySec h2 br {
    display: none;
  }

  .directoryBox {
    padding: 0px 12px 20px;
  }

  .mobile_hidden {
    display: none;
  }

  .desktop_hidden {
    display: block !important;
  }

}

@media screen and (max-width: 1024px) {
  section.eventSec::before {
    display: none;
  }

  .benefitRight {
    text-align: center;
    margin-bottom: 30px;
  }

  .upperContentbox {
    flex-direction: column;
  }

  .charityimgBox,
  .charityContentbox {
    width: 100%;
    text-align: center;
  }

  .blogBox {
    margin-bottom: 20px;
  }

  footer .newsLetter a {
    font-size: 16px;
    padding: 10px 20px;
  }

  footer .row {
    --bs-gutter-y: 30px;
  }

  .businessVideos {
    flex-direction: column;
  }

  .eventContent {
    display: flex;
    position: unset;
  }

  .owl-theme .owl-nav {
    text-align: center !important;
  }

  .howtoHelp .helpBox {
    margin-bottom: 20px;
  }

  .bannerContent {
    padding: 100px;
    padding-left: 18% !important;
  }

  .eventContent::after {
    display: none;
  }

  .eventContent h2 {
    font-size: 32px;
    line-height: 1.4;
  }

  .eventContent p.subHead {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .eventContent p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .eventContent::before {
    display: none;
  }

  .charityBtns {
    justify-content: center;
  }

  .owl-stage-outer {
    background: none;
  }
}

@media screen and (max-width:991px) {
  .navbar .navbar-toggler {
    box-shadow: none !important;
    border: none !important;
  }

  .navbar-collapse ul li:last-child {
    border-bottom: none;
  }

  .bookform_box .row>div {
    margin-top: 0px !important;
  }

  .pb-mob20 {
    padding-bottom: 20px;
  }

  .pt-mob20 {
    padding-top: 20px;
  }

  .row_gap_mob {
    row-gap: 20px;
  }

  .navbar-collapse {
    z-index: 99999 !important;
  }

  .boardmemberBanner h1,
  .dynamic_listing_title h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 34px;
  }

  .membership_sec h3 {
    font-size: 22px;
  }

  .boardmemberBanner {
    padding: 100px 15px;
  }

  .navbar .container {
    position: relative;
  }

  .joinnow_form_row {
    width: 100% !important;
  }

  .memberList .boardmembers_row>div {
    padding: 0px 5px !important;
  }

  .memberImgbox .profileDetail h3 {
    font-size: 19px;
  }

  .howtoHelp .helpBox img {
    aspect-ratio: 1;
  }

  .navbar-nav {
    gap: 20px;
  }

  .videoCaption {
    min-height: 250px;
  }

  .homeBanner .row {
    flex-direction: column-reverse;
  }

  .slider-container {
    flex-direction: column;
  }

  .slider-container>div {
    width: 100% !important;
  }

  .bannersideText {
    right: 0px;
  }

  .eventSec {
    padding: 60px 0 60px;
  }

  .eventContent {
    justify-content: center;
    margin-top: 20px;
  }

  .eventText {
    padding: 0 0;
    text-align: center;
  }

  .sponsersSec .sponcerLogo {
    gap: 15px;
  }

  .charitySec h2 {
    font-size: 34px;
  }

  .charityBtns {
    justify-content: center;
  }

  .howtoHelp .upperContent h2 {
    line-height: 1.3;
  }

  .blogBtn {
    margin-top: 0;
  }
}

@media screen and (max-width:767px) {
  .topHeader .headerSocial ul {
    gap: 15px;
    padding: 0px !important;
  }

  .main_live_event_box {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .live_event_details,
  .live_event_image_box {
    width: 100%;
    text-align: center;
  }

  .live_event_image {
    margin: 0 auto 20px;
  }

  .atcb-list {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .live_event_details {
    padding: 0 20px;
  }

  .dyn_img_wrapp {
    aspect-ratio: 2;
  }

  .directorydetailBox .detailContact {
    position: relative;
    padding-bottom: 0px;
  }

  .room-card-img .restaurant-img {
    margin-bottom: 20px;
  }

  footer * {
    --bs-gutter-y: 0px !important;
  }

  .copyrightContent {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }

  .copyrightContent p {
    line-height: 1.3;
    padding-top: 10px;
  }

  footer {
    padding-top: 40px;
  }

  .copyRight {
    margin-top: 40px;
  }

  .blogSec h2 {
    margin-bottom: 30px;
  }

  .restaurant-img img,
  .restaurant-img iframe {
    padding: 0px !important;
  }

  .boardmembers_row .memberImgbox {
    max-width: 70%;
    margin: auto;
  }

  .memberListrevers .boardmembers_row {
    flex-direction: column-reverse;
    row-gap: 10px;
  }

  .memberAbout {
    padding: 20px !important;
  }

  .memberAbout::before {
    display: none !important;
  }

  .memberList {
    padding: 0px 20px 40px;
  }

  .memberFirst {
    padding-top: 60px !important;
  }

  .memberLast {
    padding-bottom: 0px !important;
  }

  .topHeader {
    flex-direction: column-reverse;
    row-gap: 10px;
  }

  .navbar .navbar-toggler {
    padding: 0px !important;
  }

  .navbar .headerBtn {
    width: 30%;
  }

  .navbar .headerLogo {
    width: calc(70% - 35px);
    padding-right: calc(30% - 35px);
    text-align: center;
  }

  .navbar .headerLogo .navbar-brand {
    margin: 0px !important;
  }

  .navbar .headerBtn .nav-link.renewBtn {
    max-width: 100px;
    text-align: center;
    line-height: 1 !important;
    padding: 10px 15px !important;
    font-size: 18px;
  }

  .rev_column {
    display: flex;
    flex-direction: column-reverse;
  }

  .rev_column_gap {
    display: flex;
    row-gap: 20px;
  }

  .bannerContent {
    padding: 60px !important;
  }

  .bannersideText {
    right: 0;
  }

  .bannersideText p {
    font-size: 100px;
    line-height: 1.4;
  }

  .eventSec .owl-nav {
    display: flex;
    justify-content: center;
    padding: 20px auto 20px;
  }

  section.eventSec::before {
    border: none;
  }

  .eventContent {
    padding-top: 30px;
    justify-content: center;
  }

  .benefitBox {
    height: 100%;
  }

  .businessVideo,
  .businessVideos {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .upperContentbox>div {
    width: 100%;
  }

  .upperContentbox {
    flex-direction: column;
  }

  .blogImg {
    text-align: center;
  }

  .blogBox {
    padding: 10px 15px 20px 15px;
  }

  .lrnmoreBtn {
    margin-top: 10px;
  }

  .charitySec h2 {
    font-size: 34px;
    line-height: 1.5;
  }

  .blogContent a {
    font-size: 20px;
  }

  .videoCaption p {
    font-size: 18px;
  }

  .howtoHelp .helpBox h3 {
    margin-bottom: 0;
    top: 13px;
  }

  .helpBox:hover h3 {
    transform: translate(-50%, 140%);
  }

  .howtoHelp .helpBox p {
    top: 45%;
  }

  .eventsecSlider {
    padding: 0 20px;
  }

  footer .row {
    row-gap: 40px;
  }

  .charitylogoBox {
    min-height: auto;
  }
}

@media screen and (max-width:576px) {
  .navbar-collapse {
    top: 100px !important;
    right: 10px !important;
  }

  .boardmemberBanner h1,
  .dynamic_listing_title h1 {
    font-size: 38px;
  }

  h2,
  .business_info_wrapper h3 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  .main_live_event_box .event__name h2 {
    font-size: 20px;
  }

  .business_info ul {
    flex-direction: column;
    row-gap: 9px;
  }

  .topHeader p {
    font-size: 14px;
    text-align: center;
  }

  .contact_detail_sec .contact-item ul li .content span,
  .contact_detail_sec .contact-item ul li .content span a {
    font-size: 14px;
  }

  .contact_detail_sec .contact-item ul li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
  }

  ul#tabs-nav {
    column-gap: 20px;
    padding: 0px;
  }

  .directoryBox {
    min-height: auto;
  }

  .galleryImgbox {
    grid-template-columns: 100%;
  }

  .social_links {
    gap: 5px;
  }

  .boardmembers_row .memberImgbox {
    max-width: 100%;
  }

  .memberListrevers .boardmembers_row {
    flex-direction: column-reverse;
    row-gap: 10px;
  }

  .charitySec h2 {
    font-size: 34px;
  }

  .eventText {
    text-align: center;
    padding: 0 30px;
  }

  .charityContentbox p {
    text-align: center;
  }

  .charityBtns {
    justify-content: center;
  }

  .navbar a.navbar-brand img {
    width: 100px;
  }

  .navbar .headerBtn .nav-link.renewBtn {
    max-width: 85px;
    padding: 8px 10px !important;
    font-size: 16px;
  }

  .communitySec .upperContent {
    padding: 60px 20px 40px;
  }

  .howtoHelp .helpBox h3 {
    top: 24px;
  }

  .bannerContent {
    padding: 60px 40px 60px;
    padding-left: 40px !important;
  }

  .galleryImgbox img,
  .galleryImg img,
  .galleryImg iframe,
  .galleryImgbox iframe {
    padding-bottom: 15px;
  }

  .howtoHelp .helpBox p,
  .helpBox::after {
    opacity: 1 !important;
  }

  .boxhover {
    height: 100% !important;
  }

  .helpBox h3 {
    transform: translate(-50%, 140%) !important;
  }

}

@media screen and (max-width:480px) {
  .aboutContent {
    text-align: center;
  }

  .videoCaption {
    display: block;
    padding: 25px 20px;
  }

  .videoCaption img {
    width: 115px;
  }

  .bannerContent h1 {
    font-size: 50px;
  }

  .exclusiveSec .benefitRight h3.subHead {
    font-size: 20px;
  }

  .charitySec h2 {
    font-size: 28px;
  }

  .charitySec h3.subHead {
    font-size: 24px;
  }

  .charityBtns {
    flex-direction: column;
    align-content: center;
  }

  .charityBtns a {
    width: max-content;
  }
}

.hidden {
  display: none;
}

#searchbox input {
  display: block;
  padding: 7px 15px;
  max-width: 270px;
  width: 100%;
  color: #000;
  border-color: #000;
}

.newsError {
  border: 1px solid red !important;
}

/* ===================== Business Detail page badge design section =============== */

/* .business_info_wrapper .badgedark a,.business_info_wrapper .badgelight a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background: #ccc;
  width: max-content;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
}
.business_info_wrapper .badgelight a{
  background: #fff !important;
}
.business_info_wrapper .badgedark a h3,.business_info_wrapper .badgelight a h3{
  color: #000 !important;
}
.business_info_wrapper .badgedark a div span.membersince,.business_info_wrapper .badgelight a div span.membersince{
  color: #000 !important;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  margin-right: 10px;
}
.business_info_wrapper .badgedark a div span.mdate,.business_info_wrapper .badgelight a div span.mdate{
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: #23539D !important;
} */