@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*!
Theme Name: web
Theme URI: https://www.africanindustries.com/
Author: Ram Kumar Sarkar
Author URI: https://www.africanindustries.com/
Description: This was a bespoke theme
Version: 1.0.0
*/

@font-face {
    font-family : 'Helvetica'; 
    src : url('fonts/Helvetica.ttf');
    font-weight : normal;
    font-style : normal;
}
@font-face {
    font-family : 'Helvetica-Bold'; 
    src : url('fonts/Helvetica-Bold.ttf');
    font-weight : normal;
    font-style : normal;
}
@font-face {
    font-family : 'helvetica-rounded-bold'; 
    src : url('fonts/helvetica-rounded-bold-5871d05ead8de.otf');
    font-weight : normal;
    font-style : normal;
}
@font-face {
    font-family : 'Quincy-CF-Bold-Italic'; 
    src : url('fonts/Quincy-CF-Bold-Italic.ttf');
    font-weight : normal;
    font-style : normal;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: Helvetica;
    font-weight: 300;
	font-size: 15px;
	line-height: 28px;
	color: #000000;
}
.Helvetica-Bold {
	font-family: Helvetica-Bold;
}
.helvetica-rounded-bold {
	font-family: helvetica-rounded-bold;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
}
a, a:hover {
	-webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
	color: #968C83;
}
.page-header {
  -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
}
.page-header.activ-header {
  position: fixed !important;
  animation: smoothScroll 1s forwards;
   -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
#navbar-top {
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
	width: 100%;
	top: 0;
	z-index: 99;
}
.activ-header {
	box-shadow: rgba(33, 35, 38, 0.5) 0px 10px 10px -10px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}
#navbar-top #header-logo {
  -webkit-transition: all ease-out .5s;
-moz-transition: all ease-out .5s;
-o-transition: all ease-out .5s;
transition: all ease-out .5s;
}
.mob-header-logo {
  display: none;
}
.activ-header .mob-header-logo {
  display: block !important;
}
.activ-header #header-logo {
  display: none !important;
}
#header-logo .logo {
  padding-top: 40px;
}
.down-arr-img img {
  width: 46px;
  vertical-align: top;
}
.breadcrumb-outer {
  background: #e6e6e0;
}
.headermenu {
  float: right;
}
.globeicon img {
  width: 36px;
}
.headermenu ul > .mega-parentmenu.mega-current-menu-item.mega-menu-item-has-children.parentmenu > a {
  color: #ed1c24 !important;
}
.headermenu ul > .mega-current-menu-parent.mega-menu-item-has-children {
	position: relative;
}
.headermenu ul > .mega-current-menu-parent.mega-menu-item-has-children::before {
	content: "";
	border-bottom: 1px solid red !important;
}
.mega-sub-menu > .mega-current-menu-item a {
  background-color: #ed1c24 !important;
  color: #fff !important;
}
/*------- Font Family -------- */
.Quincy-CF-Regular {
  font-family: Quincy-CF-Regular;
}
/* -------- Font Size ---------- */
@media screen and (max-width: 991px) {
.fs-mob-6 {
	font-size: 16px !important;
}
}
@media screen and (max-width: 767px) {
.container, .container-fluid {
  width: 90%;
}
}
/*------- Colour Style ------- */
.bg-red {
	background-color: #ed1c24;
}
.color-white {
	color: #fff;
}
.color-black {
  color: #303030;
}
.border-color-clay {
  border-color: #ADAC99 !important;
}
.af-black {
	color: #000000;
}
.af-slate {
  color: #484A4A;
}
.af-sand {
	color: #D4CCB8;
}
.af-stone {
	color: #968C83;
}
.bor-af-stone {
	border-color: #968C83 !important;
}
.archerfield-stone {
  color: #968C83;
  border-color: #968C83 !important;
}
.af-707070 {
	border-color: #707070 !important;	
}
.card-box-shadow {
	box-shadow: 0px 18px 20px #1A181829 !important;
	 -webkit-box-shadow: 0px 18px 20px #1A181829 !important;
	-moz-box-shadow: 0px 18px 20px #1A181829 !important;
	 -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
}
.bc-C4C4C4 {
	border-color: #C4C4C4 !important;
}
.text-underline-offset {
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
}
.dc-thick-1 {
	text-decoration-thickness: 1px;
}
.dc-thick-2 {
	text-decoration-thickness: 2px;
}
/*------- Button Style ------- */
.as-hover:hover {
  background: #968C83;
  color: #fff;
}
.btn-hover-stone:hover {
	background: #6C645C !important;
}
.btn-hover-stone:focus {
	background: #6C645C !important;
	border: 3px solid #000000 !important;
	color: #fff !important;
}
.as-bgfill {
  background: #968C83;
  color: #fff;
}
.slate-bgfill {
	background: #484A4A;
	  color: #fff;
}
.archerfield-slate {
	border-color: #484A4A !important;
}
/*------- Colour Style End ------- */

.carousel-item img.img-fluid{
	width:100%;
} 
.lm-btn a:hover {
	font-weight: 500 !important;
	color: #968C83;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;
  z-index: 9;
  width: 10%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(0,0,0,0.2);
  border-radius: 100%;
}
.carousel-control-prev-icon {
  background-image: url("/wp-content/themes/web/img/icons/lightbox-left-arrow-white-icon.svg");
}
.carousel-control-next-icon {
  background-image: url("/wp-content/themes/web/img/icons/lightbox-right-arrow-white-icon.svg");
}
/* ------- Footer Style ------- */
.footer-outer {
  background-image: url("/wp-content/uploads/2025/06/animation-svg-llods.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: relative;
}
.footer-outer::before {
  content: "";
  background: rgba(15,98,172,0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.footer-logo img {
  width: 100%;
  max-width: 200px;
}
.fab, a {
	-moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.footercontact {
  line-height: 48px;
}
.footercontact i {
	color: #ed1c24 !important;
}
.footercontact a {
  color: #fff;
}
.footercontact a:hover {
  color: #ed1c24 !important;
}
.footersocial li a .fab, .footercontact i {
  background: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  align-content: center;
  border-radius: 100%;
  font-size: 20px;
  color: #005baa;
  border: 1px solid #fff;
}
.footersocial li a .fab:hover {
  background: #005baa;
  color: #fff;
  border: 1px solid #005baa;
}
.headersocial li a .fab {
	background: #005baa;
	color: #fff;
	border: 1px solid #005baa;
}
.headersocial li a .fab:hover {
	background: #ed1c24;
	color: #fff;
	border: 1px solid #ed1c24;
}
.footer-links li {
  border-right: 1px solid #fff;
  line-height: 12px !important;
  padding: 0 8px 0px 5px;
}
.footer-links li:first-child {
	padding-left: 0 !important;
}
.footer-links li:last-child {
	border-right: none;
	padding-right: 0 !important;
}
.footer-links li a:hover {
  color: #005baa;;
}
.ls-none {
  list-style: none !important;
}
.footer-submenu li a:hover {
  color: #ED1C24;
}
.footer-submenu li a {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  line-height: 32px;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
.activ-header .fix-left, .activ-header .fix-right {
  padding-top: 1.5rem !important;
}
body .fs-5 {
  font-size: 1.2em !important;
}
.carousel-indicators li {
	margin: 10px !important;
}
.mob-menu {
  display: none;
}
.staylist-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30px;
  display: block;
}
.lfull {
  height: 60vh;
}
.lthin {
  height: 40vh;
}
.rfull {
	height: 70vh;
}
.rthin {
	height: 30vh;
}
.carousel-indicators li {
  margin: 10px 4px !important;
  width: 7px !important;
  height: 7px !important;
}
}
@media screen and (max-width: 767px) {
body .fs-5 {
  font-size: 1.15em !important;
}
.footer-submenu {
  display: none;
}
.foo-menu-item li.fp-menu {
  border-bottom: 1px solid #CECECE;
  position: relative;
  padding: 10px 0 10px 0;
}
.foo-menu-item li.fp-menu a {
  border-bottom: none;
  display: block;
  width: 50%;
  padding: 0;
}
.foo-menu-item li.fp-menu::before {
  content: "";
  background: url("/wp-content/themes/web/img/icons/right-arrow.png");
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  display: block;
  width: 24px;
  height: 24px;
  right: 0;
  position: absolute;
  top: 18px;
  cursor: pointer;
}
.foo-menu-item li.fp-menu.rotate::before {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s linear;
}
.footer-submenu li a {
  width: 100% !important;
  display: block !important;
  position: relative;
  z-index: 9;
}
.bb-none-mob {
  border-bottom: none !important;
}
.fp-menu a {
  font-family: Quincy-CF-Regular;
}
#header-logo img {
  max-width: 200px;
}

.carousel-indicators li {
  margin: 10px 4px !important;
  width: 7px !important;
  height: 7px !important;
}
.mob-fs-15 {
	font-size: 15px !important;
} 
.btn-section .fs-5 {
  font-size: 15px !important;
}
.description ul {
  margin-left: 5% !important;
}
.booking-btn a {
  background: #fff;
  color: #000 !important;
}
.tag-count h3 {
  border-right: none !important;
  font-size: 14px !important;
  margin: 5px !important;
  font-weight: normal;
}
.accordion-button::after {
  background-size: 70% !important;
  background-position: center center;
}
.down-arr-img {
  margin-top: -10px;
}
.rm-icon img {
  max-width: 70px !important;
}
.accordion-button.fs-4 {
  font-size: 16px !important;
  line-height: 24px;
  padding: 20px;
  font-weight: 500 !important;
}
.tab-scroller.fixed {
	top: 60px !important;
}
#menu #offcanvasRight, #menu #offcanvascalender, #page #offcanvasRight, #page #offcanvascalender {
  left: 7%;
  right: 7%;
  width: 86%;
  top: 2%;
  bottom: 2%;
  border-radius: 10px;
}
#menu #offcanvasRight .offcanvas-body, #page #offcanvasRight .offcanvas-body, #menu #offcanvascalender .offcanvas-body, #page #offcanvascalender .offcanvas-body {
  padding-left: 30px;
  padding-right: 30px;
}
#menu #offcanvasRight .offcanvas-header, #page #offcanvasRight .offcanvas-header, #menu #offcanvascalender .offcanvas-header, #page #offcanvascalender .offcanvas-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#menu #offcanvascalender .offcanvas-body .btn.blk-book.btn-outline-light.w-75, #page #offcanvascalender .offcanvas-body .btn.blk-book.btn-outline-light.w-75 {
  width: 100% !important;
}
#menu #offcanvasRight .rowslist-1 .py-4, #page #offcanvasRight .rowslist-1 .py-4 {
  padding-top: 0 !important;
}
.golf-ex-menu {
  display: none;
}
#offcanvasRight .offcanvas-body {
  margin-top: -20px;
}
}
/*------- Footer Style End ------ */
.carousel-indicators {
  position: relative;
}
.carousel-indicators li {
  display: inline-block;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #484A4A !important;
  border-radius: 100% !important;
  position: relative;
  top: 0px;
  background: #fff;
}
.carousel-indicators li.active {
	background: #968C83 !important;
}
.object-fit {
  object-fit: cover;
}
.stay-bg {
  position: absolute;
  left: 0;
  right: 17rem;
  bottom: 0;
  display: block;
  top: 30px;
}
.stay-bg.stay-bgmob {
  width: 100%;
  right: 0;
  top: -40px;
  height: 40%;
}
.social-icons {
  max-width: 40px;
}
.z-index {
  z-index: 9;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
.social-icons {
  max-width: 35px;
}
}
.breadcrumb {
  margin: 0;
  padding: 0 5px 0 5px;
  line-height: normal;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
  line-height: normal;
}
.ulli-border-right::after {
  border-right: 1px solid #484A4A;
  content: "";
  margin: 0 5px 0 5px;
  height: 25px;
}
.bg-left-center {
  width: 90%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.bg-right-center {
  width: 90%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
}
.bg-center {
  width: 80%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bg-top-right-stay-img {
  margin-right: 3rem;
}
.Right.bg-top-right-stay-img {
  margin-right: 0;
}
.bg-top-right {
  height: 75%;
  width: 90%;
  top: 0;
  right: 0;
}
.bg-top-center {
  width: 90%;
  height: 50%;
  display: block;
  top: 0;
  right: 0;
}
.bg-bottom-center {
  width: 90%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.bg-full {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 575px) {
.hamburger-icon img {
  max-width: 40px;
}
.mob-header-logo img, #header-logo2 img {
  width: 90% !important;
  max-width: 160px !important;
}
#header-logo img {
  width: 90%;
  max-width: 160px;
}
/*
.header-logo-mob, .mob-header-logo {
  position: absolute;
  left: -30px;
  bottom: 15px;
  width: 125%;
  height: 100%;
}

#header-logo2 {
  position: absolute;
  top: -15px;
  left: -30px;
  bottom: 0;
  width: 125%;
  height: 100%;
}
*/
.hero-heading.display-5 {
  font-size: 1.5em;
}
}
.offcanvas {
  background: #F5F5F5;
  overflow: scroll;
}
.offcanvas.offcanvas-start {
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  transition: all 0.7s ease-in-out;
  overflow: visible !important;
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
   -webkit-transition: all 0.7s ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  transition: all 0.7s ease-in-out;
}
.carousel-item {
-webkit-transition: all 1s ease-in-out !important;
  -o-transition: 1s all ease-in-out !important;
  transition: all 1s ease-in-out !important;
}
#header-primary-menu.navbar-nav .menu-item {
  padding: 0;
}
#header-primary-menu.navbar-nav .menu-item a {
  color: #484D4D;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #CECECE;
  padding: 20px 0px 20px 0px;
  display: block;
  margin: 0 24px 0 24px;
  position: relative;
}
#header-primary-menu .parent-active a {
  border-bottom: none !important;
}
#header-primary-menu .sub-menu {
  list-style: none;
  display: none;
  background: #F5F5F5;
}
#header-primary-menu .sub-menu li a {
  border-bottom: 1px solid transparent !important;
  color: #484D4D !important;
  font-size: 14px !important;
  padding: 10px 0px 10px 0px !important;
  margin: 0px 10px 0px 10px !important;
}
#header-primary-menu .sub-menu li a:hover {
  border-bottom: 1px solid #CECECE !important;
}
#header-primary-menu .parent-active {
  background: #ed1c24;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#header-primary-menu .parent-active a {
  color: #fff !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#header-primary-menu .menu-item-has-children a::before {
  content: "";
  background: url("/wp-content/themes/web/img/icons/down-arrow-black.png");
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  right: 0;
}
#header-primary-menu .parent-active a::before {
	background: url("/wp-content/themes/web/img/icons/down-arrow-white.png");
}
#header-primary-menu .sub-menu li a::before {
  background: none !important;
}
#header-primary-menu li:last-child a {
  border-bottom: none !important;
}
.slick-dots {
  margin: 0;
  padding: 0 10px 0 15px;
  list-style: none;
  text-align: left;
  width: 90%;
  line-height: 50px;
  align-content: center;
  align-items: center;
  align-self: center;
  vertical-align: middle;
  display: flex;
  position: relative;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  padding: 0px 3px 0 3px;
  vertical-align: middle;
  align-content: center;
  align-items: center;
  align-self: center;
}
.slick-dots li button {
  font-size: 0;
  background: #4d4d4d;
  border: 2px solid #ed1c24;
  width: 20px;
  height: 20px;
  align-content: center;
  align-items: center;
  align-self: center;
}
.slick-dots .slick-active button {
  background: #ed1c24;
}
.slick-prev {
	right: 65px;
	background: url("/wp-content/themes/web/img/icons/arrow-left-circle.svg") !important;
}
.slick-next {
  right: 15px;
  background: url("/wp-content/themes/web/img/icons/arrow-right-circle.svg") !important;
}
.slick-prev, .slick-next {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 100% !important;
	z-index: 9;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 8px;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: 0 0;
	-webkit-transition: 1s cubic-bezier(.5,1,.75,1);
	-moz-transition: 1s cubic-bezier(.5,1,.75,1);
	transition: 1s cubic-bezier(.5,1,.75,1);
	stroke-dasharray: 301.59px 301.59px;
	stroke-dashoffset: 301.59px;
	transition: all 0s;
	transition-timing-function: ease;
	transition-timing-function: ease;
	transition-timing-function: ease;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.4,.08,0,.97);
}
.link-arrow {
  background-image: url("/wp-content/themes/web/img/icons/right-arrow-solid-cards.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px;
}
.description ul {
  line-height: 32px;
  margin-left: 20%;
  padding: 30px 0 30px 0;
  font-weight: 400;
}
.description ul li {
  margin-bottom: 10px;
}
.description ul li:last-child {
  margin-bottom: 0;
}
.twi-desc p {
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
.himg-slider {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
}
.bg-full-stay-img {
  padding: 20px 0px 20px 60px;
}
.Left.bg-full-stay-img {
  padding: 20px 60px 20px 0;
}
}
@media screen and (max-width: 991px) {
.border-bottom-mob-none {
	border-bottom: none !important;
}
.twi-desc {
  width: 100% !important;
  line-height: 26px !important;
  font-size: 17px !important;
}
.bg-top-right-stay-img {
  margin-right: 1.5rem;
}
.twi-desc ul li {
	line-height: 26px !important;
	margin-bottom: 10px !important;
}
.highlighted-item li::before {
  top: 22px !important;
}
.highlighted-btn .btn-section {
  position: relative !important;
}
}
.description a {
  color: #0166B1;
}
#hs_carousel {
  margin-top: -1px;
}
.down-arrow {
  z-index: 999;
}
.mob-header-logo img, #header-logo2 img {
  max-width: 130px;
}
.hamburger-icon img {
  width: 32px !important;
  height: 40px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.bounce {
  animation: bounce 2s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-fill-mode: both;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.rm-icon img {
  max-width: 110px;
  width: 100%;
}
@media screen and (min-height: 400px) {
	body {
		min-height: 480px;
	}
}
.menus-tabs li a.nav-link {
	cursor: pointer;
}
.menus-tabs li a.nav-link.active {
  background: transparent;
  color: #000000;
  font-weight: bold;
	position: relative;
}
.menus-tabs li a.nav-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #968C83;
  position: absolute;
  left: 0;
  bottom: 0;
}
.items-row > div:last-child {
  display: none !important;
}
.item-row .twi-desc ul {
  margin: 0;
  padding: 0px 0px 0px 15px;
}
.item-row .twi-desc ul li {
  margin: 0 0 30px 20px;
}
.item-row .twi-desc ul li::marker {
  color: #5B5D5D;
  font-size: 30px;
}
/*
.accommodation-btn {
  margin-top: 20px;
}
.accommodation-btn a {
  border: 1px solid #5B5D5D;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 500;
}
*/
.offcan-desc {
  font-weight: 400;
}
.offcan-desc a {
  color: #303030;
  font-weight: 500;
}
.booking-btn a:hover {
	background: #fff;
	color: #000 !important;
}
.twi-desc ul {
	margin: 0;
}
.twi-desc ul li {
  line-height: 34px;
  margin-bottom: 20px;
}
.twi-desc ul li:last-child {
  margin-bottom: -30px;
}
.treat-items .treat-items-list:last-child .border-bottom {
  border-bottom: none !important;
}
.card-hover:hover {
  box-shadow: 0px 0px 10px #e6e6e0 !important;
  -webkit-box-shadow: 0px 0px 10px #e6e6e0 !important;
	-moz-box-shadow: 0px 0px 10px #e6e6e0 !important;
  border-color: #d5d5d4 !important;
}
.banner-below-content h2 {
  max-width: 635px;
  margin: auto;
}
.close-container {
  position: relative;
  margin: auto;
  width: 30px;
  height: 50px;
  margin-top: 100px;
  cursor: pointer;
}
.close-container.btn-close {
  font-size: 0;
}
.close-container .leftright {
  height: 3px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: #000;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}
.close-container .rightleft {
  height: 3px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: #000;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}
.close-container label {
  color: #000;
  font-size: .6em !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .3s ease-in;
  opacity: 0;
}
.close-container .close {
  margin: 30px 0 0 0;
  position: absolute;
}
.close-container:hover .leftright{
  transform: rotate(-45deg);
  background-color: #968C83;
}
.close-container:hover .rightleft{
  transform: rotate(45deg);
  background-color: #968C83;
}
.close-container:hover label {
  opacity: 1;
  font-size: 8px !important;
}
.cf-label {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: normal;
  margin-top: 15px;
}
.wedding-form p {
  margin-bottom: 0 !important;
}
.wedding-form p br {
  display: none !important;
}
.wedding-form input[type="text"],
.wedding-form input[type="email"],
.wedding-form input[type="tel"],.wedding-form
.wedding-form input[type="number"],
.wpcf7-select, .wpcf7-textarea, .wpcf7-date {
  border: 2px solid #707070 !important;
  outline: none;
  box-sizing: border-box;
  transition: .3s;
  line-height: 24px;
  padding: 12px 0px 12px 10px;
  width: 100%;
  margin: 0;
  background: #f7f7f7;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #484A4A;
}
.wedding-form input[type="text"]:focus,
.wpcf7-textarea:focus,
.wedding-form input[type="radio"]:focus,
.wedding-form input[type="checkbox"]:focus,
.wedding-form input[type="email"]:focus,
.wedding-form input[type="tel"]:focus,
.wedding-form input[type="number"]:focus, .wpcf7-select:focus, .wpcf7-date:focus {
  box-shadow: 0px 0px 10px #e6e6e0 !important;
-webkit-box-shadow: 0px 0px 10px #e6e6e0 !important;
-moz-box-shadow: 0px 0px 10px #e6e6e0 !important;
}
.wpcf7-select {
  padding: 14px 0 14px 10px;
    -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
  appearance: menulist-button;
  height: 56px;
  color: #484A4A;
}
.wpcf7-submit {
  background: transparent;
  border: none;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  font-weight: 500;
}
.wpcf7-textarea {
  resize: none;
  height: 52px;
}
::-webkit-input-placeholder {
  color: #000000;
}
::-moz-placeholder { 
  color: #000000;
}
:-ms-input-placeholder {
  color: #000000;
}
:-moz-placeholder {
  color: #000000;
}
.wpcf7-spinner {
  display: none;
}
.rowslist-3 .border-bottom {
  border-bottom: none !important;
}
.tab-scroller.fixed .scroller .default-arr {
  display: none;
}
.tab-scroller .scroller .fixed-image-arr {
  display: none;
}
.tab-scroller.fixed .scroller .fixed-image-arr {
  display: block !important;
}
.tab-scroller.fixed .scroller.scroller-left, .tab-scroller.fixed .scroller.scroller-right {
	top: 37px;
}
.tab-scroller.fixed {
  height: 80px;
}
.highlighted-item li:last-child {
  border-bottom: none !important;
}
.highlighted-section {
  background: #e6e6e063;
}
.highlighted-item li {
  list-style: none;
  position: relative;
}
.highlighted-item li:hover {
  background: #e6e6e0;
  transition: all .5s ease-in;
}
.bor-af-968C8352 {
	border-color: #968C8352;
}
.highlighted-image {
}
.highlighted-section {
  overflow: hidden;
}
.highlighted-item li::before {
  content: "";
  background-image: url("/wp-content/themes/web/img/icons/right-arrow.png");
  width: 15px;
  height: 15px;
  position: absolute;
  left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  top: 30px;
}
#fancybox-overlay {
	background-color: rgba(0, 0, 0, 0.7) !important;
}