/* ! SECTION MAIN */
.section-main .main-banner {
    position: relative;
}

/* ! SECTION MAIN :: VIDEO */
.section-main .video-background {
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
.section-main .bg-video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.section-main .video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/service-apartments-bg-01.jpg') center/cover no-repeat;
}

/* ! SECTION MAIN :: CONTENT */
.section-main .main-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.section-main .main-content .scale-content {
    transform: scale(calc(var(--scale-factor) + 0.2));
}
.section-main .main-content .wrapper {
    margin: 0 auto;
}
.section-main .main-content .boxer-logo {
    max-width: 400px;
	display: block;
	margin: 0 auto 40px;
	padding: 0;
}
.section-main .main-content .boxer-text .title {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 3em;
    line-height: 1.1em;
    font-weight: 700;
    display: block;
    margin: 0 auto 40px;
	text-align: center;
}
.section-main .main-content .boxer-text .sub-title {
    font-family:"Adobe-Caslon-Pro-BoldItalic";
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1.1em;
    font-weight: 700;
    font-style: italic;
	display: inline-block;
}
.section-main .main-content .boxer-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.section-main .main-content .btn-register_now {
    background-image: url('../images/btn-register_now-04.png');
	color: #ffffff;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .section-main .main-content .scale-content {
        transform: scale(var(--scale-factor));
    }
}
@media (min-width: 1400px) {
}





/* ! SECTION CONCEPT */
.section-concept .wrapper-concept {
	position: relative;
    background-color: #3d4e5f;
	padding: 0 0 80px;
}
.section-concept .wrapper-concept:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0.72;
}
.section-concept .wrapper-concept:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0.31;
}
.section-concept .wrapper-container {
	position: relative;
}

/* ! SECTION CONCEPT :: VIDEO */
.section-concept .wrapper-concept .video-background {
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
.section-concept .wrapper-concept .bg-video {
    min-width: 101%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
    margin-left: -0.5%;
}
.section-concept .wrapper-concept .video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/service-apartments-bg-02.jpg') center/cover no-repeat;
}

/* ! SECTION CONCEPT :: CONTENT TOP */
.section-concept .wrapper-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 66.8%;
}
.section-concept .wrapper-top .container {
	position: relative;
	height: 100%;
}
.section-concept .wrapper-top .scale-content {
    transform: scale(calc(var(--scale-factor) + 0.2));
}
@media (min-width: 992px) {
    .section-concept .wrapper-top .scale-content {
        transform: scale(1);
    }
}

/* ! SECTION CONCEPT :: CONTENT TOP - TITLE */
.section-concept .wrapper-top .boxer-title {
	position: absolute;
	top: -2%;
	left: 0;
	width: 100%;
	padding: 0 12px;
}
.section-concept .wrapper-top .boxer-title .title {
    font-family: 'Lato', sans-serif;
    color: #231f20;
	font-size: 2.5em;
	line-height: 1.1em;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.section-concept .wrapper-top .boxer-title .sub-title {
    font-family:"Adobe-Caslon-Pro-BoldItalic";
    color: #231f20;
	font-size: 1.4em;
	line-height: 1.1em;
    font-weight: 700;
    font-style: italic;
    display: block;
    text-align: center;
}
@media (min-width: 768px) {
    .section-concept .wrapper-top .boxer-title {
		top: 2%;
    }
    .section-concept .wrapper-top .boxer-title .title {
        font-size: 2.5em;
    }
}
@media (min-width: 992px) {
    .section-concept .wrapper-top .boxer-title {
		top: 7%;
    }
    .section-concept .wrapper-top .boxer-title .title {
        font-size: 2.5em;
    }
}
@media (min-width: 1200px) {
    .section-concept .wrapper-top .boxer-title .title {
        font-size: 3em;
    }
}

/* ! SECTION CONCEPT :: CONTENT TOP - TEXT */
.section-concept .wrapper-top .boxer-content {
	position: absolute;
	top: 42%;
	left: 5%;
	width: 100%;
	padding: 0 12px;
	max-width: 420px;
	transform-origin: 0 0;
}
.section-concept .wrapper-top .boxer-content p {
    font-family: 'Gotham-Book';
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 0.6rem;
}
.section-concept .wrapper-top .boxer-content p:last-child {
    margin-bottom: 0;
}
.section-concept .wrapper-top .boxer-content b {
    font-family: 'Gotham-Medium';
    font-weight: 500;
}
@media (min-width: 576px) {
    .section-concept .wrapper-top .boxer-content {
		left: 2%;
    }
}
@media (min-width: 768px) {
    .section-concept .wrapper-top .boxer-content {
		max-width: 416px;
    }
    .section-concept .wrapper-top .boxer-content p {
        font-size: 1.3em;
        margin-bottom: 1.2rem;
    }
}
@media (min-width: 992px) {
    .section-concept .wrapper-top .boxer-content {
		max-width: 356px;
    }
    .section-concept .wrapper-top .boxer-content p {
        font-size: 1.1em;
        margin-bottom: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .section-concept .wrapper-top .boxer-content {
		max-width: 425px;
    }
    .section-concept .wrapper-top .boxer-content p {
        font-size: 1.3em;
    }
}
@media (min-width: 1400px) {
    .section-concept .wrapper-top .boxer-content p {
        margin-bottom: 1.7rem;
    }
}

/* ! SECTION CONCEPT :: CONTENT BOTTOM */
.section-concept .wrapper-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33.2%;
}
.section-concept .wrapper-bottom .container {
	position: relative;
	height: 100%;
}
.section-concept .wrapper-bottom .scale-content {
    transform: scale(calc(var(--scale-factor) + 0.2));
}
@media (min-width: 992px) {
    .section-concept .wrapper-bottom .scale-content {
        transform: scale(1);
    }
}

/* ! SECTION CONCEPT :: CONTENT BOTTOM - TEXT */
.section-concept .wrapper-bottom .boxer-content {
	position: absolute;
	top: 34%;
	right: 0;
	width: auto;
	padding: 0 12px;
	transform-origin: 100% 0;
}
.section-concept .wrapper-bottom .boxer-content p {
    font-family: 'Gotham-Book';
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 0.6rem;
    white-space: nowrap;
}
.section-concept .wrapper-top .boxer-content p:last-child {
    margin-bottom: 0;
}
.section-concept .wrapper-bottom .boxer-content strong {
    font-family: 'Gotham-Bold';
    font-weight: 700;
}
@media (min-width: 768px) {
    .section-concept .wrapper-bottom .boxer-content p {
        font-size: 1.3em;
        margin-bottom: 1.2rem;
    }
}
@media (min-width: 992px) {
	.section-concept .wrapper-bottom .boxer-content {
		width: 50%;
	}
    .section-concept .wrapper-bottom .boxer-content p {
        font-size: 1.1em;
        margin-bottom: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .section-concept .wrapper-bottom .boxer-content p {
        font-size: 1.3em;
    }
}
@media (min-width: 1400px) {
    .section-concept .wrapper-bottom .boxer-content p {
        margin-bottom: 1.7rem;
    }
}





/* ! SECTION ICON */
.section-concept .wrapper-icon {
	position: relative;
    background-color: rgba(187, 191, 192, 0.46);
    padding: 80px 0;
}
.section-concept .wrapper-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0.31;
}
.section-concept .wrapper-icon:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0.31;
}

/* ! SECTION ICON :: ICON */
.section-concept .wrapper-icon .icon-list {
	max-width: 400px;
	margin: 0 auto -20px;
}
.section-concept .wrapper-icon .box-icon {
	max-width: 195px;
	margin: 0 auto;
	padding: 0 0 20px;
}
.section-concept .wrapper-icon .box-icon .icon {
	max-width: 85px;
	margin: 0 auto 8px;
}
.section-concept .wrapper-icon .box-icon h6 {
    font-family: 'Gotham-Book';
    color: #231f20;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 400;
	margin: 0;
	text-align: center;
}
@media (min-width: 992px) {
	.section-concept .wrapper-icon .icon-list {
		max-width: 850px;
	}
    .section-concept .wrapper-icon .box-icon h6 {
        font-size: 17px;
    }
}





/* ! SECTION REGISTRATION */
.section-registration .wrapper-register {
    position: relative;
    background-color: #3d4e5f;
    padding: 3rem 0;
}
@media (min-width: 992px) {
    .section-registration .wrapper-register {
        padding: 80px 0;
    }
}

/* ! SECTION REGISTRATION :: FROM TITLE */
.section-registration .wrapper-register .boxer-title .title {
    color: #ffffff;
}
.section-registration .wrapper-register .boxer-title .sub-title {
    color: #ffffff;
}

/* ! BODY :: FROM */
.section-registration .wrapper-register .boxer-form p {
    color: #ffffff;
}
.section-registration .wrapper-register .boxer-form .label-input {
    color: #ffffff;
}
.section-registration .wrapper-register .boxer-form .input {
    color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.section-registration .wrapper-register .boxer-form .input::placeholder {
    color: #c6c6c5;
}
.section-registration .wrapper-register .boxer-form .input:-ms-input-placeholder {
    color: #c6c6c5;
}
.section-registration .wrapper-register .boxer-form .input::-ms-input-placeholder {
    color: #c6c6c5;
}
.select2-container ul li {
    color: #231f20;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background: transparent;
}
.section-registration .wrapper-register .boxer-form .boxer-checkbox .checktext {
    color: #ffffff;
}
.section-registration .wrapper-register .boxer-form .boxer-checkbox .checktext a {
    color: #ffffff;
}