@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    outline: 0;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
body::-webkit-scrollbar {
    width: 4px;
    background: #000;
}
body::-webkit-scrollbar-thumb {
    background-color: #333;
    border: 1px solid #333;
}
::-moz-selection {
    color: #fff;
    background: #3170fa;
}
::selection {
    color: #fff;
    background: #3170fa;
}
img {
    max-width: 100%;
    height: auto !important;
    image-rendering: -webkit-optimize-contrast;
}
.trs {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control::placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
::-webkit-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
:-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
::-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
:-ms-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
select:required:invalid {
    color: #888 !important;
}
:focus {
    outline: none !important;
    box-shadow: none !important;
}
a, a:hover {
    text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5500s ease-in-out 0s;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    cursor: pointer !important;
    color: #2d2d2d !important;
}
select::-ms-expand {
    display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], input[type="number"], textarea, select {
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px !important;
    color: #666666;
}
.form-control:focus, .form-select:focus {
    border-color: #3170fa !important;
    box-shadow: none !important;
}
textarea {
    resize: none;
    line-height: 26px !important;
}
.form-floating > textarea.form-control {
    min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
    font-size: 15px;
    color: #999;
}
.form-floating > .form-control:focus ~ label {
    color: #2d2d2d;
}
.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 500;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #3170fa;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
    cursor: pointer;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.15)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: -125%;
    }
}
@keyframes shine {
    100% {
        left: -125%;
    }
}
.hash_anchor {
    scroll-margin-top: 60px;
}
.nothing_display {
    width: 100%;
    padding: 50px 0;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #3170fa;
}
/************************* header *************************/
.menu_bg {
    position: relative;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.s_menu_bg {
    height: auto !important;
    position: relative;
    z-index: 9;
    left: 0;
    padding: 5px 0;
    background: #fff;
    animation: fadeIn 2s ease-in-out;
}
.logo img {
    width: 200px;
}
.s_menu_bg .logo img {
    width: 150px;
}
.s_menu_bg .navbar-nav > li > .nav-link {
    color: #000;
}
.s_menu_bg .menu_icon {
    background-color: transparent;
}
.s_menu_bg .menu_icon > span {
    background: #3170fa;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.7em 0.5em 0 0;
    border-radius: 0.25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
    content: "+";
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
    content: "-";
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-nav.sm-collapsible .has-submenu {
    padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
    position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -0.3em;
    margin-right: 1em;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 2em;
}
.navbar-nav .scroll-up, .navbar-nav .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: 0.5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
    white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
    white-space: nowrap;
}
.navbar .has-megamenu {
    position: static !important;
}
.navbar .megamenu {
    padding: 1rem;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
    padding: 8px;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
    top: auto;
    margin-top: 8px;
}
.navbar {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.navbar-nav > li > .nav-link {
    color: #000;
    display: block;
    position: relative;
    padding: 15px 0 !important;
    font-size: 20px;
    font-weight: 400;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link, .navbar-nav > li.active > a.highlighted {
    color: #000;
}

.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:before, .navbar-nav > li.active > a.highlighted:before {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	margin: 0 auto;
    color: transparent;
    content: "";
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
   	transform: scale(0);
	background: #8b8a8a;
}
.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:hover:before, .navbar-nav > li.active > a.highlighted:before, .navbar-nav > li > a.highlighted:before {
    visibility: visible;
    -webkit-transform: scale(1);
   	transform: scale(1);
}

.navbar .dropdown-item {
    width: auto;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 !important;
    padding: 8px;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item.highlighted {
    background-color: #000 !important;
    color: #fff !important;
}
.navbar .dropdown-menu {
    animation: fadeIn 1s;
}
.menu_icon {
    width: 42px;
    float: right;
    padding: 5px;
    display: none;
    border: none;
    z-index: 9;
}
.menu_icon > span {
    height: 2px;
    float: left;
    background: #fff;
    margin: 3px 0;
}
.menu_icon:hover span {
    width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
    border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.navbar .nav-link, .navbar .dropdown-item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.megamenu h5 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 0 8px 8px 8px;
}
/***************************** btn *****************************/
.btn-flip {
	opacity: 1;
	outline: 0;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
    font-weight: 500;
	position: relative;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
}
.btn-flip:hover:after {
	opacity: 1;
	transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
	opacity: 0;
	transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	color: #fff;
	display: block;
	transition: 0.5s;
	position: absolute;
	background: #3170fa;
	padding: 5px 20px;
	border-radius: 5px;
	content: attr(data-back);
	transform: translateY(-50%) rotateX(90deg);
}
 .btn-flip:before {
	top: 0;
	left: 0;
	opacity: 1;
	color: #fff;
	display: block;
	line-height: 40px;
	transition: 0.5s;
	position: relative;
	background: #3170fa;
	padding: 5px 20px;
	border-radius: 5px;
	content: attr(data-front);
	transform: translateY(0) rotateX(0);
}
.banner_btn:after, .banner_btn:before {
    background: #909194;
    color: #fff;
}
/***************************** Banner *****************************/
.banner {
    width: 100%;
    float: left;
    position: relative;
}
.home_banner {
	object-fit: cover;
	min-height: 700px;
}
.banner_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}
.banner_text span {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_text span img {
    width: 250px;
}
.banner_text span h1 {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}
.banner_text span h1 p {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
}
.banner_text span h4 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}
.banner_text span h5, .banner_text span h5 i {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
	font-style: normal;
}
.banner_text span h5 p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}
/************************* overview *************************/
.overview h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.overview h4 {
    color: #000;
    font-weight: 400;
    font-size: 18px;
	line-height: 30px;
}
/************************* Amenities *************************/
.amenities {
    background: #eef0f5;
}
.amenities h2 {
	width: max-content;
    font-size: 30px;
    font-weight: 600;
    color: #000;
	position: relative;
}
.amenities h2:before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
	background: #000;
}
.amenities h4 {
    color: #000;
    font-weight: 400;
    font-size: 18px;
	line-height: 30px;
}
.amenities h6 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.amenities_bg {
    min-height: 400px;
    background: #fff url(../images/amenities_bg.webp) no-repeat center center;
    background-size: cover;
}
.amenities_icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    align-content: center;
}
.amenities_carousel h5 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
/************************* owl *************************/
.owl-theme .owl-nav button span {
	font-size: 40px;
    font-weight: 200;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
	color: #000 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
}
/************************* apartment_type *************************/
.apartment_type_section {
	width: 100%;
	float: left;
    background: #f3f3f3;
}
.apartment_type .row {
    background: #edeff4;
}
.apartment_type h2 {
	width: max-content;
    font-size: 30px;
    font-weight: 600;
    color: #000;
	position: relative;
}
.apartment_type h2:before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
	background: #000;
}
.apartment_type h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.apartment_type h4 {
    color: #000;
    font-weight: 400;
    font-size: 18px;
	line-height: 30px;
}
.apartment_type span {
   	display: inline-flex;
    align-items: center;
    border: 1px solid #9ab7f6;
    color: #605f5f;
    border-radius: 8px;
    padding: 8px 14px;
    font-weight: 500;
    font-size: 16px;
}
.apartment_type_img {
   	width: 100%;
    max-height: 350px;
    min-height: 260px;
    object-fit: cover;
}
.floorplan h5 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
/************************* location *************************/
.location h2 {
	width: max-content;
    font-size: 30px;
    font-weight: 600;
    color: #000;
	position: relative;
}
.location h2:before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
	background: #000;
}
.location h4 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
	line-height: 30px;
}
/************************* payment_plan *************************/
.payment_plan h2 {
	width: max-content;
    font-size: 30px;
    font-weight: 600;
    color: #000;
	position: relative;
}
.payment_plan h2:before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
	background: #000;
}
.payment_plan h3 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
	line-height: 30px;
}
.payment_plan h3 span {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.payment_plan h4 {
    color: #000;
    font-weight: 700;
    font-size: 30px;
	line-height: 30px;
}
.payment_plan h4 span {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.payment_plan_bg {
	width: 100%;
    background: #d8d8d8;
}
.payment_plan_img {
	width: 550px;
	object-fit: cover;
	margin: 60px 0 60px -60px;
}
/************************* photos *************************/
.photos h2 {
	width: max-content;
    font-size: 30px;
    font-weight: 600;
    color: #000;
	position: relative;
}
.photos h2:before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
	background: #000;
}
.photos_bimg {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}
.photos_simg {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.photos_more {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    display: flex;
    z-index: 1;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/************************* faq *************************/
.faq h2 {
	width: max-content;
    font-size: 30px;
    font-weight: 600;
    color: #000;
	position: relative;
}
.faq h2:before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
	background: #000;
}
.faq h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
	line-height: 30px;
}
.card-body {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
/************************* callback *************************/
.callback {
	width: 100%;
	float: left;
	background: #fff url("../images/callback.webp") no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
	position: relative;
    overflow: hidden;
}
.callback_bg {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0 20px;
}
.callback h2 {
	width: max-content;
    font-size: 30px;
    font-weight: 600;
    color: #000;
	position: relative;
}
.callback h2:before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
	background: #000;
}
.contact_form {
	margin: 200px 0;
    background: rgba(255, 255, 255, 0.7);
}
.callback .form-floating > label {
    color: #333;
    font-size: 16px !important;
    font-weight: 300 !important;
}
.callback .form-floating > .message {
    color: #333;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.callback .form-floating > .form-control {
    height: 50px !important;
}
.callback .form-floating > textarea.form-control {
    height: 100px !important;
}
/************************* footer *************************/
.footer h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.footer h4 {
    color: #000;
    font-weight: 400;
    font-size: 16px;
	position: relative;
	line-height: 30px;
}
.footer h4:before {
	width: 200px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0%;
    content: "";
    background: #000;
    margin: 0 auto;
    right: 0%;
    transform: translate(0%, 0%);
}
.footer h5 {
    color: #000;
    font-weight: 400;
    font-size: 16px;
	line-height: 30px;
}
.footer h6 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
	line-height: 30px;
}
.footer_contact i {
    font-size: 20px;
    color: #000;
}
.footer_link a, .footer_link span {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.footer_link a:hover {
    color: #b1cfff;
}
.footer_logo {
    width: 250px;
}
/************************* social_media *************************/
.social_media a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    line-height: 1;
    margin: 3px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #000;
}
.social_media a i {
    font-size: 14px;
    color: #fff;
}
.social_media a:hover, .social_media a:hover i {
    color: #fff;
}
.social_media a.fb:hover, .social_media a.fb:focus {
    background: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
    background: #000;
}
.social_media a.im:hover, .social_media a.im:focus {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
.social_media a.yt:hover, .social_media a.yt:focus {
    background: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
    background: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
    background: #0067ff;
}
.social_media a.tik:hover, .social_media a.tik:focus {
    background: #767676;
}
.social_media a.sc:hover, .social_media a.sc:focus {
    background: #fffc00;
}
.social_media a.wa:hover, .social_media a.wa:focus {
    background: #34af23;
}
/***************************** swiper *****************************/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet-active {
    background: #668cc9;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
/*******************************scrollToTop*******************************/
#scroll {
    position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
    width: 30px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    text-indent: -9999px;
    display: none;
    border-radius: 20px;
    z-index: 999;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color: #3170fa;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 500;
}
.modal-header .close {
    padding: 0;
    font-size: 18px;
    color: #f00;
    background: none;
    border: none;
}
.modal-content {
    background: none;
    border: none;
}
.modal-open .modal {
    padding: 0 !important;
}
.video-modal-body {
    background: #000 !important;
    padding: 0;
}
.modal-body label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.modalclose {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #3170fa;
    color: #fff;
    border-radius: 50%;
    z-index: 9;
    border: none;
}
@media (min-width: 200px) and (max-width: 1399.98px) {}
@media (min-width: 200px) and (max-width: 1299.98px) {}
@media (min-width: 200px) and (max-width: 991.98px) {
    .navbar .offcanvas {
        width: 300px !important;
        border-left: none !important;
    }
    .navbar .offcanvas-body::-webkit-scrollbar {
        width: 4px;
        background: #f1f1f1;
    }
    .navbar .offcanvas-body::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
        border: 1px solid #fff;
    }
    .menu_icon {
        display: block;
    }
    .navbar .dropdown-item {
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 10px 12px !important;
        font-weight: bold;
    }
    .megamenu h5 {
        font-size: 14px;
        padding: 8px 0;
        text-align: center;
        border-bottom: 1px solid #dedede;
    }
    .navbar-nav > li > .nav-link {
        color: #000;
        font-size: 14px !important;
        text-align: center;
        margin: 0 0 10px 0 !important;
		padding: 15px 0 !important;
    }
    .navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {}
    .has-megamenu:hover .megamenu {
        display: none;
    }
    .navbar .megamenu {
        max-width: 100% !important;
    }
	.menu_bg {
		position: fixed;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {}
@media (min-width: 200px) and (max-width: 991.98px) {
	.payment_plan_img {
		width: 350px;
		margin: 20px 0 20px -20px;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.banner_text span img {
		width: 150px;
	}
    .banner_text span h1, .photos_more {
        font-size: 40px;
    }
	.banner_text span h1 p {
		font-size: 30px;
	}
	.banner_text span h5, .banner_text span h5 i, .banner_text span h4, .overview h2, .amenities h2, .apartment_type h2, .location h2, .payment_plan h2, .photos h2, .faq h2, .callback h2, .footer h2, .payment_plan h3, .payment_plan h4 {
		font-size: 20px;
	}
	.overview h4, .banner_text span h5 p, .navbar-nav > li > .nav-link, .amenities h4, .amenities_carousel h5, .floorplan h5, .location h4, .faq h5, .footer h6, .footer_contact i, .apartment_type h3, .apartment_type h4, .btn-flip {
    	font-size: 16px;
	}
	.amenities h6, .apartment_type span, .payment_plan h3 span, .payment_plan h4 span, .card-body, .callback .form-floating > label, .callback .form-floating > .message, .footer h4, .footer h5, .footer_link a, .footer_link span {
		font-size: 14px !important;
	}
	.home_banner {
		min-height: 600px;
	}
	.photos_bimg {
		min-height: 400px;
		max-height: 400px;
	}
	.photos_simg {
		min-height: 300px;
		max-height: 300px;
	}
	.contact_form {
		margin: 100px 0;
		background: rgba(255, 255, 255, 0.7);
	}
	.amenities_bg {
		min-height: 300px
	}
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.callback {
		background-attachment: scroll;
	}
	.footer_logo {
		width: 200px;
	}
	.apartment_type_img {
		max-height: 260px;
	}
	.photos_bimg {
		min-height: 300px;
		max-height: 300px;
	}
	.photos_simg {
		min-height: 200px;
		max-height: 200px;
	}
	.banner_text span h5, .banner_text span h5 i {
		font-size: 18px;
	}
	.banner_text span h5 p {
		font-size: 14px;
	}
}
@media (min-width: 200px) and (max-width: 480.98px) {
    .xsm-100 {
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 350.98px) {
    .xxsm-100 {
        width: 100%;
    }
}