/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Top Header */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
body #sp-header {
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li > a {
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.sp-menu-separator {
    text-transform: uppercase;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}

/*** Block Styles ***/
/* Button */
.btn-design, .btn-primary {
	position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 400;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0;
    padding: 7px 25px;
    font-weight: 500;
    border: none;
    box-shadow: none;
}
.btn-design:hover, .btn-primary:hover {
  	background-color: #1d2939!important;
}

/* Title */
.title-design h4 {
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 600;
}
.title-design h3 {
    color: #171717;
    font-size: 48px;
    font-weight: 500;
    padding-bottom: 30px;
  	margin-bottom: 30px;
    position: relative;
}
.title-design h3:before {
	position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 76px;
    width: 15%;
    height: 2px;
    background-color: #000;
}

/* Slider */
.slider-item h2 {
    background-color: rgba(21,32,46,0.4);
  	display: inline-block;
    padding: 0 15px !important;
}
.slider-item p {
    background-color: rgba(21,32,46,0.4);
  	display: inline-block;
  	padding: 15px;
}

/* Membership */
#membership .btn-design {
    width: 100%;
}
.membership-right {
    border: 40px solid rgb(29, 41, 57);
}

/* Apartment */
.apartment-title h4 {
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 0px;
    padding-top: 37px;
    text-transform: uppercase;
}
.apartment-title h3 {
    color: #171717;
    font-size: 48px;
    font-weight: 500;
    padding-bottom: 20px;
}
.apartment-title h3:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    line-height: 30px;
    line-height: 40px;
    margin-top: 18px;
    bottom: 0px;
    width: 15%;
    height: 2px;
    background-color: #000;
}
.apartment-item .sppb-addon-content {
    position: absolute;
    top:0px;
    background-color: #fff;
    padding: 30px;
}
.apartment-sub {
    position: relative;
    cursor: pointer;
    padding: 260px 36px 40px 40px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.apartment-item h5 {
    color: #171717;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 20px;
}
.apartment-item h5:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    line-height: 30px;
    line-height: 40px;
    margin-top: 18px;
    top: 50px;
    width: 15%;
    height: 2px;
    background-color: #000;
}
.apartment-item p {
    line-height: 32px;
}
#apartment a.btn-design {
    color: #fff;
}
#apartment a.btn-design em strong {
  	display: none;
}
#apartment a.btn-design em {
    padding-left: 10px;
}

/* Discover */
.discover-left h3:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto!important;
    line-height: 30px;
    line-height: 40px;
    margin-top: 18px;
    top: 90px;
}
.discover-sub {
    background-color: #ffffff;
    border: 1px solid #ebeef1;
    padding: 40px;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.discover-right img {
    border: 13px solid #ffffff;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}
.discover-right {
    position: relative;
    cursor: pointer;
}
.discover-right img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.discover-right:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/* Check */
.check-sub {
    background-color: #ffffff;
    padding: 28px 28px 27px 31px;
    border-width: 1px;
    border-color: #ebeef1;
    border-top-width: 3px;
    border-top-color: #cbaa5c;
    border-style: solid;
}

/* Wedding */
.wedding-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.wedding-item img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.wedding-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}
.wedding-item .sppb-addon-text {
    position: relative;
    padding: 30px;
}
.wedding-item .sppb-addon-text h3:before {
    left: 0;
    right: 0;
    margin: 0 auto!important;
}
.wedding-sub {
    background-color: rgb(255, 255, 255);
    border: 40px solid rgb(231, 234, 238);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Service */
.service-title .sppb-addon-content h3::before {
    left: 0;
    right: 0;
    margin: 0 auto!important;
    width: 5%;
}
.service-item {
    cursor: pointer;
}
.service-item .sppb-icon .sppb-icon-container i {
    font-size: 44px;
    color:#171717;
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0px;
    font-style: normal;
}
.service-item .sppb-icon-container i {
	box-shadow: 0 0 0 4px rgb(247, 247, 247);
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.service-item .sppb-icon-container i:after {
	display: none;
}
.service-item i {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 70px;
    line-height: 70px !important;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.service-item .sppb-addon-content:hover .sppb-icon-container i {
	background: #c77b209c;
	color: #ffffff!important;
	border: 8px solid;
	line-height: 50px !important;
}

.service-item .sppb-icon-container i:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

/* Testimonial */
.testimonial {
    position: relative;
    z-index: 1;
}
#testimonial .sppb-addon-testimonial-review {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    font-style: italic;
    padding-left: 111px;
    letter-spacing: 0px;
}
.testimonial:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}
#testimonial .fa-quote-left {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    float: left;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin-right: 40px;
    height: 80px;
    line-height: 80px;
    width: 79px;
}
#testimonial .sppb-addon-testimonial-client-url {
    letter-spacing: 4px;
    font-size: 13px;
    line-height: 22px;
}
#testimonial .sppb-addon-testimonial-footer {
    float: right;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}

/* About */
.about-img .sppb-addon-single-image-container, .about-img .sppb-addon-single-image-container img {
  	width: 100%;
}

/* Bottom Area */
.acym_module_form {
	margin-top: -20px;
}
.acym_module_form input {
	max-width: 100% !important;
}
.acym_module_form .btn-primary {
	padding: 10px 20px !important;
	border: none;
}
.acym_module_form .btn-primary:hover {
	background: #000 !important;
}

/* Footer Copyright */
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 {
	text-align: left;
}
#sp-footer2 {
	text-align: right;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
/* Mobile Standard Layout */
@media (max-width: 768px) {
  	.apartment-title h3,
    .title-design h3 {
        font-size: 28px!important; 
        padding-bottom:0px!important;
    }
    #wedding .title-design h3 {
        font-size:26px!important;
        padding-bottom:0px!important;
    }
    .apartment-sub.apartment-sub-2 {
        margin-top: 200px!important;
        margin-bottom: 280px!important;
    }
    .apartment-sub.apartment-sub-2 .apartment-item h5:before {
        display:none!important;
    }
    #about .sppb-btn-custom,
    #discover-1 .sppb-btn-custom {
        text-align: center!important;
        margin-bottom:30px!important;
    }
    #about .sppb-text-left {
        text-align: center!important;
    }
    .title-design h3:before { 
        display:none!important;
    }
    #service .title-design h3:before {
        display:none!important;
    }
    #about .sppb-addon-single-image-container {
        margin-bottom:30px!important;
    }
    #membership .sppb-col-md-8 {
        padding-right: 15px!important; 
    }
    #membership .sppb-col-md-4 {
        padding-left: 15px!important;
    }
    #wedding .sppb-addon-text h3:before {
        display:none!important;
    }
    #busines .sppb-addon-single-image-container,
    .business-left .sppb-addon-single-image-container,
    #busines .sppb-text-center .sppb-img-responsive,
    #busines2 .sppb-text-center .sppb-img-responsive {
        width:100%!important;
        max-width:100%!important;
    }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link,
.btn-design, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, .title-design h3:before,
.apartment-item h5::before, .apartment-title h3:before, #testimonial .fa-quote-left {
 	background-color: var(--background-color) !important;
}
.article-list .article .article-header h2 a:hover, .article-list .article .readmore a:hover, .article-list .article .readmore a:active,
.apartment-sub:hover h5,
.counter-item h3, .tabs .sppb-nav-tabs>li.active>a {
  	color: var(--text-color) !important;
}
.page-item.active .page-link,
.tabs .sppb-tab-content, .tabs .sppb-nav-tabs>li.active>a, .service-item .sppb-addon-content:hover .sppb-icon-container i {
  	border-color:var(--text-color)!important;
}
.check-sub {
    border-top-color: var(--text-color)!important;
}