.view-featured #sp-main-body {
	padding:0;
}
#sp-main-body {
  padding: 50px 0;
}
#sp-top-bar {
    position: absolute;
	margin: 0 auto;
	width: 100%;
	top: 0;
	z-index: 999;
	background: none;
}
#sp-top-bar div.mod-languages ul li.lang-active {
  border-radius: 0;
  background: none !important;
}
#sp-top-bar div.mod-languages ul li.lang-active a {
	text-decoration: underline;
}
.tp-home #sp-header {
    background: none;
	box-shadow: none;
	position: absolute;
	width: 100%;
	top: 10px;
}
.tp-home #sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  animation: spFadeInDown 0.5s;
}
#sp-header.header-sticky {
  background: #000;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  text-transform: uppercase;
}
#sp-slideshow .tp-caption.medium_light_white, .medium_light_white h1 {
	font-size: 90px !important;
	font-weight: 500;
	line-height: 1.25em;
	text-transform: uppercase;
	letter-spacing: 3px !important;
	color: #fff;
	margin-bottom: 10px;
}
#sp-slideshow h6 {
  font-size: 18px !important;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  letter-spacing: 15px;
  align-items: center;
  display: inline-flex;
}
#sp-slideshow a.btn-default {
  background: #AE8859;
  border-radius: 0;
  color: #fff;
  font-weight: 300 !important;
  padding: 14px 24px !important;
  letter-spacing: 2px !important;
  position: relative;
}
#sp-slideshow a.btn-default span {
  position: relative;
  z-index: 2;
  font-size: 15px !important;
}
#sp-slideshow a.btn-default::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #323232;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sp-slideshow a.btn-default:hover::after {
	 width: 100%;
left: 0;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
}
#sp-slideshow .defaultimg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.3;
}
#sp-slideshow {
	position: relative;
}
#sp-slideshow .rrssb-buttons.large-format li a {
  background: none;
}
#sp-slideshow .rrssb-buttons {
  position: absolute;
  left: 10%;
  bottom: 100px;
  z-index: 99;
}
#sp-slideshow .rrssb-buttons.large-format li a .rrssb-icon {
  height: 20px;
  left: 0;
  padding-top: 0;
  width: 20px;
}
#sp-slideshow .rrssb-buttons li {
    width: 40px !important;
	text-align: center;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 100px;
	margin: 5px;
	line-height: 18px;
}
#sp-slideshow .rrssb-buttons li:hover {
	background: #fff;
}
#sp-slideshow .rrssb-buttons li:hover a .rrssb-icon svg path {
  fill: #272727;
}
#sp-slideshow .rrssb-buttons li a .rrssb-text {
  display: none;
}
#sp-slideshow .rrssb-buttons li a {
  background: none !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	padding: 12px 20px 12px 40px;
	position: relative;	
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::before {
  content: "+";
  color: inherit;
  margin-left: 0px;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sp-about-us a.btn-default {
	text-decoration: underline;
	color: #000000 ;
	background: #FFFFFF;
	padding: 0 20px;
	font-size: 17px;
	line-height: 55px;
	border-radius: 0;
	-webkit-transition: all 240ms linear 0ms;
-khtml-transition: all 240ms linear 0ms;
-moz-transition: all 240ms linear 0ms;
-ms-transition: all 240ms linear 0ms;
-o-transition: all 240ms linear 0ms;
transition: all 240ms linear 0ms;
border-radius: 0;
}
#sp-about-us p {
	margin-top:30px;
	font-size: 17px;
	font-weight: 500;
}
#sp-about-us .ct-counter-number {
  line-height: 1;
  font-size: 40px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 35px;
}
#sp-about-us .ct-counter-inner:hover .line-top:after {
  opacity: 1;
  width: 24px;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
#sp-about-us .line-top {
  position: relative;
  width: 24px;
  height: 2px;
  overflow: hidden;
}
#sp-about-us .line-top::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #d5dce1;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#sp-about-us .line-top::after {
  z-index: 1;
  content: "";
  height: 2px;
  width: 0;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sp-about-us .ct-counter-title {
  font-size: 18px;
  font-weight: 400;
  color: #777;
}
#sp-about-us .item--sub-title {
  text-transform: uppercase;
  font-size: 14px;
padding-right: 10px;
display: inline-block;
border-bottom: 2px solid #d8dfe5;
border-right: 2px solid #d8dfe5;
letter-spacing: 0.2em;
color: #000000 ;
margin-bottom: 20px;
}
#sp-about-us .item--title {
  line-height: 60px;
  margin-bottom: 0px;
  font-size: 50px;
  color: #000000 ;
  color: #1b2336;
  font-weight: 600;
}
#sp-about-us a.btn-default:hover {
	color: #fff ;
	background: #000;
}
#sp-intro .container-inner {
	background-color: #fff;
	box-shadow: 0 0 25px rgba(34, 34, 34, 0.12);
	padding: 40px 60px;
	margin: -85px 0px 0px 0px;
	position:relative;
	
}
#sp-intro .container-inner p {
	font-size: 20px;
    font-weight: 500;
	margin:0;
	padding-top:10px;
}
#sp-intro .btn-default {
  background: #AE8859;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  padding: 14px 24px;
  letter-spacing: 2px;
  font-size: 15px;
  position: relative;
}
#sp-intro .btn-default span {
  position: relative;
  z-index: 2;
}
#sp-intro .btn-default::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #323232;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sp-intro .btn-default:hover::after {
	 width: 100%;
left: 0;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
}
#sp-feature h3.module-title  {
	text-align:center;
	padding-bottom: 20px;
}
#sp-feature  h3.module-title .title-left {
	text-transform: uppercase;
	margin-bottom: 1.1em;
	font-size: H1;
	line-height: 18px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1.6px;
	color: #0f0f0f;
}
#sp-feature  h3.module-title .title-right {
	font-size: 50px;
	color: #0f0f0f;
	display:block;
	line-height: 1em;
	font-weight: 700;
}
#sp-feature .bt-cs .bt-inner {
  margin: 0 15px;
  position: relative;
  padding: 0;
}
#sp-feature  .post-thumbnail  {
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  overflow: hidden;
}
#sp-feature  .post-thumbnail::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
}
#sp-feature .bt-cs .bt-inner img {
	-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
#sp-feature .bt-cs .bt-inner:hover img {
  transform: scale(1.1);
}
#sp-feature .entry-content-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
}
#sp-feature .entry-content-wrapper h5 a {
	color: #fff;
	font-size: 24px;
}
#sp-services {
	background:#fff url(../images/bg-project.png) repeat-x top left;
}
#sp-services h3.sp-module-title  {
	font-size: 40px;
    font-weight: bold;
	padding-bottom: 30px;
	text-align: center;
}

#sp-services .box-container {
	padding: 25% 5% 0% 5%;	
}
#sp-services h4 a.bt-title {
	font-size: 50px;
    font-weight: bold;
	color: #0f0f0f;
}
#sp-services .bt-introtext {
	padding:20px 15px;
	background:#fff;
	margin:20px 0; 
}
#sp-services .readmore a {
	color: #6a6e71;
	background:#fff;
	font-size: 15px;
    font-weight: 700;
	padding: 12px 44px;
	margin-top: 10px;
    display: inline-block;
	text-decoration: underline;
}
#sp-services .readmore a:hover {
	color: #fff;
	background:#AE8859;
}
#sp-new h3.module-title  {
	text-align:center;
	padding-bottom: 20px;
}
#sp-new h3.module-title .title-left {
	text-transform: uppercase;
	font-size: 14px;
    letter-spacing: 0.2em;
	color: #000;
	padding-right: 10px;
	display: inline-block;
	border-bottom: 2px solid #d8dfe5;
	border-right: 2px solid #d8dfe5;
}
#sp-new h3.module-title .title-right {
	font-size: 60px;
	color: #1b2336;
	display:block;
}
#sp-new .bt-cs .bt-date {
    color: #777;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#sp-new h4 a.bt-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
#sp-new .bt-cs .bt-row {
  padding: 20px 0;
}
#sp-new .bt-row-separate {
  border: 1px solid #edf2f5;
  clear: both;
}
#sp-bottom {
  padding: 40px 0 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 15px;
  color: #ae8859;
  letter-spacing: 2px;
}
.acym_module_form table, .acym_module_form td, .acym_module_form tr {
  width: 100%;
}
#sp-bottom .acym__user__edit__email  {
  background: #f7f7f7;
  border: none;
  margin: 5px 0;
  padding: 10px 20px 10px 20px;
  border-radius: 0;
}
#sp-bottom .acym_module_form .acysubbuttons input {
  max-width: 100%;
  width: 100%;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #272727;
  border-radius: 0;
}
#sp-bottom h5.entry-title , #sp-bottom .acym_introtext {
  margin-bottom: 1.5em;
font-size: 24px;
font-weight: 400;
color: #272727;
}
#sp-bottom .entry-content p {
	line-height: 30px;
}
#sp-footer .container-inner {
  border-top: 1px solid #eee;
}
#sp-footer {
  text-align: center;
}
#sp-title .sp-page-title-heading {
  margin-bottom: 20px;
}
#sp-title i {
	font-size: 24px;
}
.sc_item_subtitle {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #0f0f0f;
}
.sc_item_title {
	font-size: 50px;
	line-height: 1em;
	color: #0f0f0f;
	padding: 30px 0 50px;
}
#sp-timeline {
	background:#f7f7f7;
}

#sp-timeline  h3.module-title .title-left {
	text-transform: uppercase;
	margin-bottom: 1.1em;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1.6px;
	color: #0f0f0f;
}
#sp-timeline  h3.module-title .title-right {
	font-size: 50px;
	color: #0f0f0f;
	display:block;
	line-height: 1em;
	font-weight: 700;
}
.services.bt-cs .post_content_wrap {
  padding: 3.2em 2.9em 3.8em 2.9em;
  box-sizing: border-box;
	display: -webkit-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
	align-self: center;
	background:#f7f7f7;
	min-height: 372px;
}
.services.bt-cs .post_content_wrap h4 {
	margin:12px 0 27px;
	font-size:40px;
	
}
.services.bt-cs .post_content_wrap h4 a {
	color: #0f0f0f;
}
.services.bt-cs .post_content_wrap .readmore {
	margin-top:30px;
}
.services.bt-cs .post_content_wrap .readmore a {
	color: #0f0f0f;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
}
.services.bt-cs img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}
.services.bt-cs .bt-inner:hover img {
	-webkit-transform: scale(1.07, 1.07);
-ms-transform: scale(1.07, 1.07);
transform: scale(1.07, 1.07);
}
.services.bt-cs .bt-center {
  overflow: hidden;
}
.news.bt-cs .box {
	position: absolute;
	padding: 20px 40px;
	bottom: 30px;
	left: 0;
	right: 0;
}
.news.bt-cs .box a{
	color: #fff;
	padding-top: 10px;
    display: inline-block;
}

.contact-form .btn-primary {
	margin-top:20px;
}
.contact-miscinfo i {
	color: #AE8859;
	margin-right:10px;
}
#sp-contact-bottom .container-inner {
	background-color: #fff;
	box-shadow: 0 0 25px rgba(34, 34, 34, 0.12);
	padding: 40px 60px;
	position:relative;
}
#sp-contact-bottom .container-inner p {
	font-size: 20px;
    font-weight: 500;
	margin:0;
	padding-top:10px;
}
#sp-contact-bottom .btn-default {
  background: #AE8859;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  padding: 14px 24px;
  letter-spacing: 2px;
  font-size: 15px;
  position: relative;
}
#sp-contact-bottom .btn-default span {
  position: relative;
  z-index: 2;
}
#sp-contact-bottom.btn-default::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #323232;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sp-contact-bottom .btn-default:hover::after {
	 width: 100%;
left: 0;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.section-title h2 {
  color: #282828;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 800;
  display: block;
}
.section-title > span {
  margin-bottom: 15px;
  display: block;
}
.section-title h2 span {
  display: block;
}
.section-title h2::after {
  content: ' ';
  background: #AE8859;
  height: 2px;
  width: 85px;
  display: inline-block;
}
.col-amenities {
	padding:40px 30px;
}
.col-amenities  h2{
  margin-bottom: 32px;
}
.col-amenities .elementor-heading {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #eee;
  margin: 0px 16px 0px 0px;
  --e-column-margin-right: 16px;
  --e-column-margin-left: 0px;
  padding: 16px 0px 16px 0px;
}
@media (max-width: 767px) {
	#sp-slideshow .rrssb-buttons {
	  display: none;
	}
	#sp-logo .logo-image {
	  height: 50px;
	}
	#sp-top2 .text-center {
	  text-align: right !important;
	}
	#sp-menu .burger-icon > span {
	  background: #fff;
	 
	}
    .offcanvas-menu .pt-4 {
		  background: #000;
		}
	.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	  background-color: #fff;
	}
	#sp-slideshow .tp-caption.medium_light_white, .medium_light_white h1 {
	  font-size: 20px !important;
	}
	#sp-slideshow a.btn-default {
	  padding: 14px 15px !important;
	  top: 12px;
	}
	#sp-slideshow a.btn-default span {
	  font-size: 12px !important;
	  vertical-align: bottom;
	}
	#sp-about-us .ct-counter-number {
	  padding-top: 15px;
	display: inline-block;
	}
	#sp-about-us .ct-counter-title {
	  display: inline-block;
	  position: relative;
	  top: -10px;
	  left: 30px;
	}
	#sp-about-us .item--sub-title {
	  display: none;
	}
	#sp-about-us .item--title {
	  line-height: 50px;
	  font-size: 30px;
	}
	#sp-intro .btn-default {
	  padding: 10px 15px;
	  font-size: 14px;
	  margin-top: 10px;
	}
	#sp-feature .entry-content-wrapper h5 a {
	  font-size: 18px;
	}
	.sp-page-title {
	  padding: 25px 0;
	}
	#sp-title .sp-page-title-heading {
	  font-size: 20px;
	}
	#sp-contact-bottom .btn-default {
	   padding: 10px 15px;
	  font-size: 14px;
	  margin-top: 10px;
	}
	.sc_item_title {
	  font-size: 40px;
	}
}