@font-face {
    font-family: "OpenSans";
    src: url("fonts/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CopperPlate";
    src: url("fonts/Copperplate-Light.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CopperPlate-reg";
    src: url("fonts/Copperplate-Regular.ttf");
    font-weight: 900;
    font-style: normal;
}

/* varibles */
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
footer,
header,
hgroup,
nav,
.h6,
.h5,
.h4,
.h3,
.h2,
.h1 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    transition: 0.2s ease-in-out;
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #707070;
}

ul {
    margin: 0;
}

strong {
    font-weight: bold;
}

b {
    font-weight: bold;
    color: #000;
}

i {
    font-style: italic;
}

button {
    border: none;
    background: none;
}

textarea {
    resize: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
}

div::-webkit-scrollbar {
    width: 0 !important;
}

div {
    overflow: -moz-scrollbars-none;
}

div {
    -ms-overflow-style: none;
}

button:focus {
    outline: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus,
input[type="checkbox"]:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

select:focus {
    outline: none;
}

body {
    font-family: "OpenSans";
    font-style: normal;
    font-size: 13px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #434343;
    background: #fff;
}
body.no-overflow {
    overflow: hidden;
}

@media (min-width: 991px) {
    body.chrome img {
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        -ms-interpolation-mode: nearest-neighbor;
    }
}

h1 {
    font-family: "CopperPlate";
    font-size: 59px;
    color: white;
    /* text-transform: uppercase; */
    line-height: 51.2px;
}

h2 {
    font-family: "CopperPlate";
    font-size: 56px;
    color: white;
    text-transform: capitalize;
    line-height: 62px;
}

h3 {
    font-family: "CopperPlate";
    font-size: 38px;
    color: white;
    text-transform: capitalize;
    line-height: 32px;
}

h4 {
    font-family: "CopperPlate";
    font-size: 26px;
    color: white;
    text-transform: capitalize;
}

h5 {
    font-family: "CopperPlate";
    font-size: 22px;
    color: white;
    text-transform: capitalize;
}

p {
    font-family: "OpenSans";
    font-size: 16px;
    color: white;
}

p.large {
    font-family: "OpenSans";
    font-size: 19px;
    color: white;
}

p.small {
    font-family: "OpenSans";
    font-size: 13px;
    color: white;
}

p.xsmall {
    font-family: "OpenSans";
    font-size: 12px;
    color: white;
}

p.ten {
    font-family: "OpenSans";
    font-size: 10px;
    color: white;
}

@media (max-width: 992px) {
    h1 {
        font-size: 36px;
        line-height: 35.2px;
    }

    h2 {
        font-size: 34px;
        line-height: 41px;
    }

    h3 {
        font-family: "CopperPlate";
        font-size: 31px;
        color: white;
        text-transform: uppercase;
        line-height: 28.2px;
    }

    h4 {
        font-size: 19px;
    }

    p.large {
        font-size: 17px;
    }
}

@media (max-width: 570px) {
    h1 {
        font-size: 29px;
        line-height: 28.2px;
    }

    h2 {
        font-size: 26px;
        line-height: 20px;
    }

    h3 {
        font-family: "CopperPlate";
        font-size: 24px;
        color: white;
        text-transform: uppercase;
        line-height: 19.2px;
    }

    h4 {
        font-size: 17px;
    }

    p.large {
        font-size: 13px;
    }
}

.section {
    display: flex;
    min-height: 90vh;
}
.section .description {
    min-width: 450px;
    display: flex;
    align-items: center;
    width: 30%;
}
.section .description h4 {
    margin-bottom: 5px;
}
.section .description .inner {
    padding: 0 20%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.section .description h3 {
    margin-bottom: 20px;
}
.section .description p {
    margin-bottom: 20px;
}
.section .image {
    width: 70%;
}

form {
    max-width: 740px;
    margin: 0 auto;
    font-family: "OpenSans";
    color: white;
}

input[type="text"],
input[type="email"],
textarea {
    font-family: "OpenSans";
    font-size: 16px;
    width: 100%;
    line-height: 35px;
    border: 1px solid #707070;
    padding: 0 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

textarea {
    line-height: 1.3;
    padding: 10px;
    min-height: 100px;
    resize: vertical;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

p.error_message {
    display: none;
    font-size: 12px;
    color: red;
    margin-bottom: 5px;
}

.my_btn {
    min-width: 150px;
    padding: 9px 43.2px;
    color: white;
    text-align: center;
    font-family: "OpenSans";
    font-size: 11px;
    text-transform: uppercase;
    background: #000;
    border: 1px solid white;
    transition: all 0.3s;
    cursor: pointer;
}
.my_btn:hover {
    background: #fff;
    color: #000;
}

.my_btn.red-hover:hover {
    background: #d9000d;
    color: white;
}

.my_btn.red {
    background: #d9000d;
    color: white;
    border: 1px solid black;
    transition: border-color 0.6s ease;
}

.my_btn.red:hover {
    border: 1px solid white;
}

/* hamburger */
.hamburger {
    padding: 10px 5px;
    padding-bottom: 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease,
        transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease,
        transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* hamburger end */
/* ---------- placeholder page --------------- */
.top_part {
    position: relative;
    padding: 0 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
    border-bottom: 1px solid #707070;
}
.top_part .row {
    height: 140px;
    transition: all 0.3s;
}
.top_part .row img {
    max-width: 180px;
    transition: all 0.3s;
}
.top_part .house_select {
    opacity: 0.6;
    transition: all 0.3s;
    cursor: pointer;
}
.top_part.scrolled .row {
    height: 90px;
}
.top_part.scrolled .row .logo {
    max-height: 60px;
}
.top_part.scrolled .row .house_select {
    max-height: 50px;
}

.main_content {
    display: flex;
    align-items: center;
    position: relative;
    min-height: calc(100vh - 140px);
    padding: 0 5%;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 140px;
}
.main_content .backgroundimg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.main_content #back1 {
    background: url("../img/slide_1.jpg") no-repeat center top;
    background-size: cover;
}
.main_content #back2 {
    background: url("../img/slide_2.jpg") no-repeat center top;
    background-size: cover;
    opacity: 0;
}
.main_content #back3 {
    background: url("../img/slide_3.jpg") no-repeat center top;
    background-size: cover;
    opacity: 0;
}
.main_content #back4 {
    background: url("../img/slide_1.jpg") no-repeat center top;
    background-size: cover;
}
.main_content #back5 {
    background: url("../img/slide_2.jpg") no-repeat center top;
    background-size: cover;
}
.main_content #back6 {
    background: url("../img/slide_3.jpg") no-repeat center top;
    background-size: cover;
}
@keyframes backgroundchangeFadeInOut {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    53% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes backgroundchangeFadeInOut {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    53% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* ---------- placeholder page end --------------- */

.black-bg {
    background-color: #000;
}

.grey-bg {
    background-color: #e4e4e4;
}

.black-font {
    color: #000 !important;
}

.grey-font {
    color: #3d3d3d !important;
}

.white-gradient {
    background: linear-gradient(270deg, #f5f5f5, #ffffff);
}

.white-gradient-reverse {
    background: linear-gradient(270deg, #ffffff, #f5f5f5);
}

.white-bg {
    background: white;
}

.max-width-12 {
    max-width: 1200px;
}

.mw-800 {
    max-width: 800px !important;
    margin: 0 auto;
}

/* NavBar */
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: white;
    backdrop-filter: blur(20px);
    opacity: 0.9;
    box-shadow: 5px 0px 7px #000000;
}

.mobile-nav {
    display: none;
}

@media screen and (max-width: 844px) {
    .navbar-expand-sm .navbar-collapse {
        display: none !important;
    }

    .mobile-nav {
        display: block;
        z-index: 9000;
        right: 20px;
        position: fixed;
        top: 15px;
    }
}

.nav-width {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
}

.nav-link {
    font-size: 13px;
    color: black;
}

.register_btn .nav-link {
    color: white;
}

.register_btn {
    background: red;
    color: white;
    padding: 2px 20px;
    text-transform: uppercase;
    flex-grow: 1;
    transition: box-shadow 0.3s;
    cursor: pointer;
}

.register_btn:hover {
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.register_btn a:hover {
    color: white;
}

.slide-nav-item {
    font-size: 16px;
    color: white;
    padding-bottom: 20px;
    padding-top: 20px;
}

.slide-nav-item:hover {
    background: white;
    color: black;
}

/* NavBar End */

/* NavBar Slide Start */

.slide-content {
    padding-top: 10vh;
    background-color: #000;
    position: fixed;
    top: 0px;
    left: auto;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 220px;
    -webkit-transform: translateX(220px);
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    -o-transform: translateX(220px);
    transform: translateX(220px);

    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 3001;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.slide-content.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#wrapper {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin-top: 67.33px;
}

.is-obscured {
    -webkit-transform: translateX(-220px);
    -moz-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    -o-transform: translateX(-220px);
    transform: translateX(-220px);
}

.slide-fade {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    opacity: 0;
    background: black;
    visibility: hidden;
    z-index: 2001;
}

.slide-fade.is-visible {
    opacity: 0.4;
    visibility: visible;
}

/* NavBar Slide End */

/* Hero Slider Start */
.hero-slider {
    /* min-height: 90vh; */
    position: relative;
    overflow: hidden;
}

.hero-slider.one {
    background: url("../img/slider_1.png") no-repeat center top;
}
.hero-subtitle {
    margin: 0 auto;
    max-width: 1200px;
}
.dark-mask:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    content: " ";
    background: #000000;
    opacity: 0.3;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.feature-img.dark-mask:before {
    height: 99.335% !important;
}

.center-container {
    position: absolute;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    color: #fff;
    transition: color 0.3s ease, opacity 0.3s ease 0.65s;
    z-index: 2;
}

.bottom-container {
    position: absolute;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 90%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    color: #fff;
    transition: color 0.3s ease, opacity 0.3s ease 0.65s;
    z-index: 2;
}

.right-container {
    position: absolute;
    text-align: center;
    right: -98px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    transition: color 0.3s ease, opacity 0.3s ease 0.65s;
    z-index: 2;
}

@media screen and (max-width: 993px) {
    .right-container {
        position: absolute;
        text-align: center;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        color: #fff;
        transition: color 0.3s ease, opacity 0.3s ease 0.65s;
        z-index: 2;
    }
}

.content {
    max-width: 800px;
    margin: 0 auto;
    width: 80%;
}

.slider-logo img {
    height: 102px;
}

.nested .slider-logo img {
    width: 367px;
}

.completed-slider .slider-logo img {
    height: 126px;
}

/* Hero Slider End */

/* Owl Carousel Hero */
.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.completed-slider .cover {
    background-position: top;
}

.owl-carousel .owl-slide {
    position: relative;
    height: calc(100vh - 68.33px);
    background-color: lightgray;
}

.house-slider .owl-slide,
.house-slider-nested .owl-slide {
    max-height: 620px;
    background-color: white;
}

.house-slider .my_btn,
.house-slider-nested .my_btn {
    padding: 9px 13.2px;
}

.house-slider .slider-logo > img,
.house-slider-nested .slider-logo > img {
    height: auto;
}

.owl-slide.nested {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.two-image-slider .owl-slide {
    position: relative;
    height: 70vh;
    background-color: lightgray;
}

.three-image-slider .owl-slide {
    position: relative;
    height: 93vh;
    background-color: lightgray;
}

.half-slider .owl-slide {
    position: relative;
    height: 65vh;
    background-color: lightgray;
}

.owl-slide-text {
    margin: 0 auto;
    max-width: 80%;
}

.owl-carousel .owl-item img {
    display: initial;
    width: 100% !important;
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-carousel .owl-slide-logo.is-transitioned {
    transition-delay: 0.1s;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

/* Owl Nav */
.owl-carousel .owl-nav {
    width: 100%;
    overflow-x: hidden;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: none;
}
.owl-carousel .nav-btn {
    height: 47px;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}
.owl-next {
    position: absolute;
    right: -13px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(../img/arrow-left.png) no-repeat scroll 0 0;
}
.owl-carousel .next-slide {
    background: url(../img/arrow-right.png) no-repeat scroll 0 0;
}

.owl-carousel .prev-slide.dark {
    background: url(../img/arrow-left-dark.png) no-repeat scroll 0 0;
}
.owl-carousel .next-slide.dark {
    background: url(../img/arrow-right-dark.png) no-repeat scroll 0 0;
}

@media (max-width: 496px) {
    .house-slider .owl-next {
        position: absolute;
        top: 73%;
        right: 32px;
    }

    .house-slider .owl-prev {
        position: absolute;
        top: 73%;
        left: 32px;
        width: 10%;
        z-index: 9;
    }
}

@media (min-width: 900px) {
    .owl-theme .owl-nav [class*="owl-"] {
        margin: 25px;
    }
}

@media (min-width: 497px) {
    .owl-theme .owl-nav [class*="owl-"] {
        margin: 10px;
    }

    .house-slider .owl-prev {
        position: absolute;
        top: 40%;
        left: -37px;
    }
    .house-slider .owl-next {
        position: absolute;
        top: 40%;
        right: -37px;
    }
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute;
}

.house-slider-nested .owl-dots {
    top: 320px;

    height: 28px !important;
}

@media (min-width: 1600px) {
    .house-slider-nested .owl-dots {
        top: 347px;
    }
}

@media (max-width: 1299px) {
    .house-slider-nested .owl-dots {
        top: 338px;
    }
}

@media (max-width: 991px) {
    .house-slider-nested .owl-dots {
        top: 373px;
    }
}

@media (max-width: 570px) {
    .house-slider-nested .owl-dots {
        top: 352px;
    }
}

@media (max-width: 480px) {
    .house-slider-nested .owl-dots {
        top: 345px;
    }
}

@media (max-width: 460px) {
    .house-slider-nested .owl-dots {
        top: 337px;
    }
}

@media (max-width: 435px) {
    .house-slider-nested .owl-dots {
        top: 330px;
    }
}

@media (max-width: 376px) {
    .house-slider-nested .owl-dots {
        top: 308px;
    }
}

@media (max-height: 670px) {
    .house-slider-nested .owl-dots {
        top: 312px;
    }
}

@media (max-height: 641px) {
    .house-slider-nested .owl-dots {
        top: 288px;
    }
}

@media (max-height: 600px) {
    .house-slider-nested .owl-dots {
        top: 267px;
    }
}

@media (max-height: 560px) {
    .house-slider-nested .owl-dots {
        top: 247px;
    }
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owl-dots {
    bottom: 10px;
    position: absolute;
    transform-style: preserve-3d;
    width: 100%;
    transition: color 0.3s ease 0s, opacity 0.3s ease 0.65s;
    z-index: 2;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 11px;
    background: white !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: black !important;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
}

.owl-carousel .owl-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
    opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

/* section {
    display: none;
} */

/* Owl Carousel Hero End */

/* Register Now Section */

#fullpage .register_block {
    height: 100vh;
}

.black_texture_bg {
    position: relative;
    background: url(../img/register_bg.png) no-repeat center top, rgb(0 0 0);

    background-size: cover;
}

.register_block .register_form input[type="text"],
.register_block .register_form input[type="email"],
.register_block .register_form input[type="phone"] {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 30px;
    background: none;
    border: none;
    letter-spacing: 1.2px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    color: #fff;
}

.register_block .register_form input::placeholder {
    color: #fff;
    opacity: 1;
}
.register_block .register_form input:-ms-input-placeholder {
    color: #fff;
}
.register_block .register_form input::-ms-input-placeholder {
    color: #fff;
}
.register_block .register_form .broker,
.register_block
    .register_form
    .project_interest
    .register_block
    .register_form {
    display: flex;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.register_block .register_form .subscribed {
    display: flex;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.register_block .register_form .broker .checkbox,
.register_block .register_form .project_interest .checkbox,
.register_block .register_form .subscribed {
    display: inline-block;
    position: relative;
}
.register_block .register_form .broker input,
.register_block .register_form .project_interest input,
.register_block .register_form .subscribed input {
    position: absolute;
    opacity: 0;
}

.register_block .register_form .broker label,
.register_block .register_form .project_interest label,
.register_block .register_form .subscribed label {
    padding-left: 60px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}
.register_block .register_form .broker label:before,
.register_block .register_form .project_interest label:before,
.register_block .register_form .subscribed label:before {
    position: absolute;
    top: 0px;
    display: block;
    left: 25px;
    width: 20px;
    content: "";
    height: 20px;
    margin-left: 5px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 50%;
}
.register_block
    .register_form
    .broker
    input[type="radio"]:checked
    + label:before {
    content: "";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 50px;
    color: #342f1f;
    text-align: center;
    line-height: 24px;
    background: #fff;
}

.register_block
    .register_form
    .project_interest
    input[type="radio"]:checked
    + label:before {
    content: "";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 50px;
    color: #342f1f;
    text-align: center;
    line-height: 24px;
    background: #fff;
}

.register_block
    .register_form
    .subscribed
    input[type="radio"]:checked
    + label:before {
    content: "";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 50px;
    color: #342f1f;
    text-align: center;
    line-height: 24px;
    background: #fff;
}

.sub-label {
    margin-left: -23px;
}

.register_block .register_form p.error_message {
    display: none;
    font-size: 12px;
    color: red;
    margin-bottom: 5px;
}
.register_block p.disclaimer {
    text-transform: none;
    font-size: 13px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.thank_you_container {
    display: none;
    height: 100%;
}

.thank_you_popup_container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}
.thank_you_popup_container .thank_you_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    width: 350px;
    max-width: 85%;
    padding: 35px 20px;
}
.thank_you_popup_container .thank_you_popup .close_icon {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}
.thank_you_popup_container .thank_you_popup h2 {
    color: #5d9844;
    margin-bottom: 10px;
}
.thank_you_popup_container .thank_you_popup p {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}
.thank_you_popup_container .thank_you_popup .logo {
    max-width: 80%;
}

.register-hide {
    display: none;
}

/* Two Image Slider */

.city-header {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 3;
}

/* .two-image-slider.completed-slider .center-container {
    top: 69%;
} */

.slider-selector.active {
    font-weight: bold;
}

.slider-selector h4 {
    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    -ms-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

    transition: all 0.2s ease;
}

.slider-selector h4:hover {
    color: grey !important;
    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;
}

.slider-selector.active h4:hover {
    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    -ms-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

    transition: all 0.2s ease;
    color: black !important;
}

.two-image-slider.hide {
    height: 0px !important;
    opacity: 0;
    visibility: hidden;
    /* -webkit-transition: all 0.2s ease-out;

    -moz-transition: all 0.2s ease-out;

    -ms-transition: all 0.2s ease-out;

    -o-transition: all 0.2s ease-out;

    transition: all 0.2s ease-out; */
}

.two-image-slider.active {
    display: block !important;
    height: 100% !important;
    opacity: 1;
    visibility: initial;
    /* -webkit-transition: all 0.3s ease-in;

    -moz-transition: all 0.3s ease-in;

    -ms-transition: all 0.3s ease-in;

    -o-transition: all 0.3s ease-in;

    transition: all 0.3s ease-in; */
}

.slider-selector {
    cursor: pointer;
}

.vl {
    position: absolute;
    border-left: 1px solid black;
    height: 43px;
    left: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(0%);
}
/* .completed-slider,
.current-slider {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
} */
/* .completed-slider {
    height: 300px;
} */

/* Four Square Section */

/* .four-square img:first-child {
    min-height: 519px;
} */

.four-square .max-width-3 {
    max-width: 1300px !important;
}

.four-square p {
    line-height: 29px;
}

.my_btn.large {
    padding: 27px 54.2px;

    font-size: 18px;
}

/* Contact Section */
.contact-section h5 {
    font-size: 1.4em;
}

.cool-blue:hover {
    color: #464686;
}

.contact-item {
    min-height: 390px;
    width: 371px;
}

@media (max-width: 540px) {
    .contact-item {
        min-height: 315px;
    }
}

@media (min-width: 1300px) {
    .pr-1300 {
        padding-right: 75px;
    }
}

.download-floorplans {
    right: 4px;
    display: block;
    font-size: 42px;
    position: absolute;
    z-index: 99999999;
    color: white;
    top: -21px;
}
@media (max-width: 891px) {
    .download-floorplans {
        top: 97%;
        left: 0;
        width: 100%;
        text-align: center;
        display: block;
        font-size: 42px;
        position: absolute;
        z-index: 99999999;
        color: white;
    }
}
.fancybox-infobar,
.fancybox-navigation {
    display: none;
}

/* .get-in-touch {
    padding-top: 14px !important;
} */

@media (min-width: 2031px) {
    .lg-fix {
        margin-top: -22px;
    }
}

/* andres delete disabled class */
.owl-carousel.disabled .owl-nav.disabled {
    display: none !important;
}

.about-img {
    max-width: 356px;
}

@media (max-width: 1000px) {
    .about-img {
        max-width: 256px;
    }
}

@media (max-width: 600px) {
    .about-img {
        max-width: 210px;
    }
}

@media all and (min-width: 507px) {
    .desktop-br {
        display: inline;
    }

    .mobile-br {
        display: none;
    }
}

@media all and (max-width: 506px) {
    .desktop-br {
        display: none;
    }

    .mobile-br {
        display: inline;
    }
}

.owl-theme .owl-nav [class*="owl-"] {
    background: none !important;
}

/*# sourceMappingURL=my_style.css.map */ ;
