/* ==========================================================================
   JRp - Radmilovic Jovan
   ========================================================================== */

/* -----------------------------------------------------------------------------
- Navbar Section HEADER ========================================================
--------------------------------------------------------------------------------*/



header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.active1 a {
    color: #555!important;
    text-decoration: none;
    box-shadow: none;
    border-bottom: 1px solid #aaa;
}
.nav-area {
    width: 100%;
    height: 150px;
    background-color: rgba(19, 19, 19, .75);
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    //border-bottom: 1px solid #c8c28e;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar {
    position: relative;
}
.navbar .phone {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.navbar-header {
    height: 150px;
    max-width: 100%;
}
.navbar> .container .navbar-brand {
    padding: 0px;
}
.navbar-brand {
    position: absolute;
    left: 0;
    height: 100%;
    padding: 0;
    margin: 0;
}
.navbar-header h1 {
    margin: 0;
}
.navbar-nav {
    float: right;
    margin-top: 32px;
    margin-right: 8%;
}
.navbar-default {
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
}
.disabled{
    pointer-events:none;
}
.navbar-default .navbar-nav > li {
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #aaa;
    padding: 3px 25px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar .buildings,
.navbar .buildings-mobile {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 80px;
}
.navbar .buildings-mobile {
    z-index: 0;
    opacity: 0;
}
.navbar .buildings {
    z-index: 10;
    opacity: 1;
}
.navbar .menu-down-mobile {
    display: none;
}
.navbar .menu-down-desktop,
.navbar .menu-down-mobile {
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #eee;
    display: inline-block;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid #c8c28e;
}
.navbar .menu-down-desktop .menu-down-nav,
.navbar .menu-down-mobile .menu-down-nav {
    margin-left:160px;
    margin-top: 13px;
}
@media (max-width: 996px) {
    .navbar .menu-down-desktop .menu-down-nav li,
    .navbar .menu-down-mobile .menu-down-nav li{
        float: left;
        list-style: none;
        padding: 0 5px;
    }
}
.navbar .menu-down-desktop .menu-down-nav li,
.navbar .menu-down-mobile .menu-down-nav li{
    float: left;
    list-style: none;
    padding: 0 15px;
}
.navbar .menu-down-desktop .menu-down-nav li a,
.navbar .menu-down-mobile .menu-down-nav li a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    color: #aaa;
    padding: 3px 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar .menu-down-desktop .menu-down-nav li a:hover,
.navbar .menu-down-mobile .menu-down-nav li a:hover{
    color: #555;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav >.active > a,
.navbar-default .navbar-nav >.active > a:focus,
.navbar-default .navbar-nav >.active:hover > a,
.navbar-default .navbar-nav >.open > a,
.navbar-default .navbar-nav >.open > a:focus,
.navbar-default .navbar-nav >.open:hover > a {
    color: #555!important;
    text-decoration: none;
    background-color: #fff;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .active > a {
    box-shadow: none;
    border-bottom: 1px solid #aaa;
}

/* stroke */
.stroke ul li a,
.stroke ul li a:after,
.stroke ul li a:before {
    transition: all .5s;
}
.stroke ul li a {
    position: relative;
}
.stroke ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
}
.stroke ul li a:hover:after {
    width: 100%;
}
.stroke ul li.active a:hover::after {
    width: 0;
}
.stroke ul li.active1 a:hover::after {
    width: 0;
}
/* / stroke end */

/* --------------- Social links DESKTOP start --------------- */
.navbar .social-mobile .social-link {
    display: none;
}
.menu-down-desktop .social-desktop .social-link {
    margin: 0;
    padding-right: 100px;
    text-align: right;
    display: inline-block;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-down-desktop .social-desktop .social-link li {
    display: inline-block;
    margin: 0;
}
.menu-down-desktop .social-desktop .social-link a {
    font-size: 18px;
    line-height: 24px;
    color: #aaa;
    margin: 0px 12px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-down-desktop .social-desktop .social-link a:hover {
    color: #555;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-down-desktop .social-desktop .social-link li:last-child a {
    margin-right: 0px;
}
.stroke ul.social-link li a::after {
    width: 0%;
    height: 0px;
}
.storke ul.social-link li a:hover::after {
    width: 0px;
}
@media (max-width: 996px) {
    .menu-down-desktop .social-desktop .social-link {
        padding-right: 80px;
    }
}
@media (max-width: 767px) {
    .menu-down-desktop .social-desktop .social-link {
        display: none;
    }
}
/* --------------- / Social links DESKTOP end --------------- */

/* --------------- Social links MOBILE start --------------- */

@media (max-width: 767px) {
    .navbar .social-mobile .social-link {
        position: absolute;
        left: 10px;
        bottom: 0px;
        display: inline-block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 100;
    }
    .navbar .social-mobile .social-link li {
        display: inline-block;
        margin: 0;
    }
    .navbar .social-mobile .social-link a {
        font-size: 20px;
        line-height: 24px;
        color: #aaa;
        margin: 0px 10px;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .navbar .social-mobile .social-link a:hover {
        color: #555;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .navbar .social-mobile .social-link li:last-child a {
        margin-right: 0px;
    }
    .stroke ul.social-link li a::after {
        width: 0%;
        height: 0px;
    }
    .storke ul.social-link li a:hover::after {
        width: 0px;
    }
}
/* --------------- / Social links MOBILE end --------------- */

.dropdown-menu {
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    opacity: 0;
    background-color: rgba(19, 19, 19, 0.9);
    pointer-events: none;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transform: rotateX(-20deg) translateY(-10px);
    -moz-transform: rotateX(-20deg) translateY(-10px);
    -ms-transform: rotateX(-20deg) translateY(-10px);
    -o-transform: rotateX(-20deg) translateY(-10px);
    transform: rotateX(-20deg) translateY(-10px);
    box-shadow: none;
    -webkit-box-shadow: none;
    min-width: auto;
    border-radius: 0px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.ie .dropdown-menu {
    display: none;
}
.dropdown-menu li {
    margin-bottom: 0;
    position: relative;
}
.dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px 10px 20px;
}
.dropdown:hover .dropdown-menu,
.open > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: painted;
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotate(0deg) translate(0px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li:hover > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active:hover > a,
.sub-menu li:hover a {
    background-color: #fff;
    color: #fff!important;
}
.sub-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    opacity: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    transform-origin: right center 0;
    -webkit-transform: rotateY(0deg) translateX(50%);
    -moz-transform: rotateY(0deg) translateX(50%);
    -ms-transform: rotateY(0deg) translateX(50%);
    -o-transform: rotateY(0deg) translateX(50%);
    transform: rotateY(0deg) translateX(50%);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px 10px 20px;
    display: block;
    background-color: rgba(19, 19, 19, 0.9);
}
.dropdown-menu li .sub-menu li a {
    padding: 10px 40px 10px 20px;
}
.dropdown li:hover ul {
    opacity: 1;
    display: block;
    pointer-events: painted;
    -webkit-transform: rotateY(0deg) translateX(100%);
    -moz-transform: rotateY(0deg) translateX(100%);
    -ms-transform: rotateY(0deg) translateX(100%);
    -o-transform: rotateY(0deg) translateX(100%);
    transform: rotateY(0deg) translateX(100%);
}
.mega-dropdown {}
.mega-dropdown-menu {
    width: 700px;
    padding: 35px;
    left: -100px;
}
.mega-dropdown-menu ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu li {
    width: 100%;
    padding-left: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mega-dropdown-menu li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    color: #fff!important;
    text-transform: uppercase;
    padding: 8px 0px;
}
.dropdown-header {
    width: 100%!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    background-color: transparent;
}
.dropdown-menu .divider {
    height: 2px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(19, 19, 19, .75);
}
.mega-dropdown-menu li:hover {
    background-color: #d32d0b;
}
.mega-dropdown-menu li:first-child {
    background-color: transparent;
}
.mega-dropdown-menu li:nth-child(2) {
    background-color: rgba(19, 19, 19, .75);
}
.sticky {
    position: fixed;
    height: auto;
    z-index: 10000;
    top: 0px;
    background-color: rgba(19, 19, 19, .75);
    border-bottom: none;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sticky .navbar-nav > li > a {
    padding: 25px 20px;
}
.sticky .dropdown-menu {
    background-color: rgba(19, 19, 19, .75);
}
.sticky .dropdown-menu > li {
    border-bottom: 1px solid rgba(19, 19, 19, .75);
}
.sticky .dropdown-menu > li:last-child {
    border-bottom: 0px;
}
.navbar-brand .logo {
    height: 150px;
    position: relative;
    z-index: 10;
    //margin-top: -35px;
    // margin-left: -14px;
}
.navbar-default .navbar-nav > li:hover > a, 
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active:hover > a {
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%)!important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    max-height: 420px;
    border-color: transparent;
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    margin-bottom: 6px;
    background-color: #c8c28e;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-toggle.open span {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-default .navbar-toggle.open span:nth-child(3) {
    opacity: 0;
}
.navbar-default .navbar-toggle.open span:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    transform: rotate(45deg) translate(-11px, -11px);
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default {
    background-color: #fff !important;
}

@media (max-width: 1400px) {
    .navbar-nav {
        margin-right: 0;
    }
}
@media (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    .navbar-nav {
        float: right;
        margin-top: 32px;
        margin-right: 0;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 3px 12px;
    }
}
@media (max-width: 996px) {
    .navbar-default .navbar-nav > li > a {
        padding: 3px 5px;
    }
    .navbar .menu-down-desktop .menu-down-nav li a {
        padding: 3px 10px;
    }
}
@media (max-width: 767px) {
    .navbar-collapse {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .navbar-toggle {
        margin-top: 12px !important;
    }
    .container-fluid {
        margin: 0;
        padding: 0;
    }
    .navbar {
        position: relative;
        border-bottom: 1px solid #c8c28e;
    }
    .navbar .buildings {
        opacity: 0;
    }
    .navbar .buildings-mobile {
        z-index: 10;
        opacity: 1;
        bottom: -1px;
    }
    .navbar .phone {
        position: absolute;
        top: 10px;
        left: 20px;
        z-index: 10;
        opacity: 1;
    }
    .navbar .phone a {
        font-size: 35px;
        color: #c8c28e;
    }
    .navbar-toggle {
        z-index: 100;
    }
    .navbar-brand {
        position: relative;
        height: 100%;
        padding: 0;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .navbar-header h1 {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        margin: 0;
        z-index: 0;
    }
    .navbar-nav {
        float: none;
        width: auto;
        text-align: center;
        margin-top: 3px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .active1 a {
        border-bottom: none;
    }
    /*.menu-down-nav .active1 {
        color: #555!important;
        text-decoration: none;
    }
    .menu-down-nav > li:hover > a, 
    .menu-down-nav > .active > a,
    .menu-down-nav > .active > a:focus,
    .menu-down-nav > .active:hover > a {
        box-shadow: none;
        border-bottom: 1px solid #aaa;
    }*/
    .navbar .menu-down-desktop {
        display: none;
    }
    .navbar .menu-down-mobile {
        display: block;
        position: relative;
        height: 100%;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: none;
    }
    .navbar .menu-down-mobile .menu-down-nav {
        height: 100%;
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    .navbar .menu-down-mobile {
        border-bottom: 1px solid #c8c28e;
        -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }
    .stroke ul li a:hover:after {
        width: 0;
    }
    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .active > a {
        border-bottom: none;
    }
    .navbar .menu-down-mobile .menu-down-nav li {
        float: none;
        padding-top: 20px;
        padding-bottom: 5px;
    }
}
/* ----------------------------------
- Navbar Section HEADER end
----------------------------------*/



/* -----------------------------------------------------------------------------
- first SLIDER Section START ===================================================
------------------------------------------------------------------------------*/
/*.swiper-container {
    width: 100%;
    height: auto;
}*/
.home-swiper-container {
    width: 100%;
    height: 100%;
}
.home-swiper-slide {
    background-size: cover;
    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;
}
.your-class {
    position: relative;
    height: 100%;
    width: 100%;
}
.your-class div {
    width: 100%;
    height: 820px;
    text-align: center;
    margin: auto;
    background-size: cover;
    background-position: center;
    position: relative;
}
/*.your-class div .nesto {
    position: absolute;
    left: 100px;
    top: 200px;
    width: 70%;
    height: 70%;
    display: flex;
    background: red;
    transition-duration: .8s;
}*/
.your-class div img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.your-class div responsive {
    max-width:100%;
    max-height:100%;
}
.your-class div .center{
    position: absolute;
    top: 50%;
    left: 50%; 
    bottom: 0;
    transform: translate(-50%, -50%);
}
.your-class button {
    display: none !important;
}
.your-class ul {
    display: none !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
#mobile-img {
    display: none;
}
#desktop-img {
    display: block;
}
#garage-slider-mobile {
    display: none;
}
#garage-slider-desktop {
    display: block;
}
@media (max-width: 1200px) {

}
@media (max-width: 996px) {
    .your-class div {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    #desktop-img {
        display: none !important;
    }
    #mobile-img {
        display: block;
    }
    #garage-slider-desktop {
        display: none !important;
    }
    #garage-slider-mobile {
        display: block;
    }
}

/*#indicator
{
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.2s ease left;
}
nav a:hover
{
    color: #fff;
}
nav #navbar .nav li:hover:before, nav #navbar .nav li:hover:after
{
    transform: scale(1);
}
nav #navbar .nav li:nth-child(1):hover ~ #indicator
{
    background: linear-gradient(130deg, yellow, red);
}
nav #navbar .nav li:nth-child(2):hover ~ #indicator
{
    left: 34%;
    background: linear-gradient(130deg, #00e2ff, #89ff00);
}
nav #navbar .nav li:nth-child(3):hover ~ #indicator
{
    left: 70%;
    background: linear-gradient(130deg, purple, palevioletred);
}*/



/* -----------------------------------------------------------------------------
- Contact footer fixed start ===================================================
------------------------------------------------------------------------------*/
.contact-footer {
    display: none;
}
@media (max-width: 767px) {
    .contact-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        left: 0px;
        bottom: 0px;
        background-color: rgba(0,0,0, .3);
        padding: 15px 25px;
        z-index: 9;
    }
    .contact-footer button {
        border: 1px solid #fff;
        background: rgba(0,0,0,0);
        width: 135px;
        text-align: center;
        padding: 0;
    }
    .contact-footer button a {
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        color: #fff;
        transition: ease-in-out .3s;
    }
    .contact-footer button a:hover {
        background: rgba(0,0,0,.5);
        transition: ease-in-out .3s;
    }
}



/* ----------------------------------             ----------------------------------
- P33 page start                         AND      - LOCATION page start
----------------------------------                ----------------------------------*/
.full-width-page {
    padding-top: 150px;
    overflow: hidden;
    height: 100vh;
    position: relative;
    top: 0;
    box-sizing: border-box;
}
.custom-page {
    height: 100%;
    background-color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    z-index: 1;
    position: relative;
}
.full-width-page .custom-page .custom-img {
    height: 100%;
    width: 50%;
}
.full-width-page .custom-page .custom-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    cursor: pointer;
}
.full-width-page .custom-page .page-text {
    width: 50%;
    position: relative;
    height: 100%;
}
.full-width-page .page-text .scrollable-area {
    height: 100%;
    overflow: auto;
    overflow-y: auto;
    min-width: 0;
    min-height: 0;
}
.full-width-page .page-text .text-content {
    padding: 20px 40px;
    width: 100%;
}
.full-width-page .page-text .text-content h1 {
    color: #beb779;
    font-size: 44px;
    position: relative;
    margin-bottom: 50px;
    font-weight: normal;
}
.full-width-page .page-text .text-content h1:after {
    content: "";
    height: 4px;
    width: 63px;
    background: #beb779;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.full-width-page .page-text .text-content h5 {
    font-size: 19px;
    font-weight: 700;
    color: #555;
}
.full-width-page .page-text .text-content p {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    line-height: 1.857;
    margin-bottom: 50px;
}

@media (max-width: 966px) {
    .full-width-page {
        overflow: unset;
    }
    .full-width-page .custom-page .custom-img {
        width: 100%;
        height: auto;
    }
    .full-width-page .custom-page .page-text {
        width: 100%;
    }
    .full-width-page .custom-page .page-text .scrollable-area {
        overflow-y: initial !important;
        height: auto !important;
    }
    .full-width-page .page-text .text-content {
        padding: 25px 25px;
        background-color: #fbfbfb;
    }
    .full-width-page .page-text .text-content h1 {
        font-size: 22px;
    }
    .full-width-page .page-text .text-content h1:after {
        width: 30px;
        height: 3px;
    }
    .full-width-page .page-text .text-content h5 {
        font-size: 16px;
    }
    .full-width-page .page-text .text-content p {
        font-size: 13px;
    }
}

/* ----- only LOCATION page ----- */
.location .near-by {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.location .near-by li {
    font-size: 15px;
    color: #30373f;
    font-weight: 600;
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.location .near-by li:before {
    color: #beb779;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-weight: 900;
    display: inline-block;
    padding-right: 10px;
    font-size: 7px;
    vertical-align: middle;
}
.location .near-by li span {
    display: block;
    margin-left: 20px;
    color: #aaa;
    font-size: 14px;
    padding: 0 10px;
}
.location .near-by li span i {
    margin: 0 10px;
}
@media (max-width: 768px) {
    .location .near-by li {
        width: 100%;
        display: block;
        font-size: 14px;
    }
    .location .near-by li span {
        display: block;
        margin-left: 20px;
        color: #aaa;
        font-size: 14px;
        padding: 0 5px;
    }
}
/* ------------ / P33 and / LOCATION page end ------------------------------- */



/* -----------------------------------------------------------------------------
- APARTMENTS page start ========================================================
------------------------------------------------------------------------------*/
.apartments {
    background-color: #fbfbfb;
    max-width: 100%;
    width: 100%;
    padding-top: 240px;
    padding-bottom: 90px;
}
.apartments .kinds-of-apartments {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.apartments .kinds-of-apartments .apartment-box {
    width: 24%;
    margin: 2% 0.5%;
    display: block;
    margin-bottom: 50px;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.apartments .kinds-of-apartments .apartment-box:hover {
    box-shadow: 2px 5px 35px -16px rgba(51,56,63,1);
    background-color: #eee;
    text-decoration: none;
}
.apartments .kinds-of-apartments a:focus {
    outline-offset: -2px;
}
.apartments .kinds-of-apartments .apartment-box .apar-img {
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
}
.apartments .kinds-of-apartments .apartment-box .apar-img {

}
.apartments .kinds-of-apartments .apartment-box .apar-text {
    padding: 30px 55px 45px;
    color: #aaa;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.apartments .kinds-of-apartments .apartment-box .apar-text:hover {
    color: #555;
}
.apartments .kinds-of-apartments .apartment-box .apar-text h3 {
    margin: 20px 0;
    font-size: 24px;
}
.apartments .kinds-of-apartments .apartment-box .apar-text p {
    margin: 15px 0;
    font-size: 16px;
}
.apartments .kinds-of-apartments .apartment-box .apar-text p:nth-child(2) {
    color: #aaa;
}
.apartments .kinds-of-apartments .apartment-box .apar-text p:nth-child(3) {
    margin: 15px 0;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
    color: #beb779;
}
.apartments .kinds-of-apartments .apartment-box:hover .apar-text .hvr-bounce-to-top::before {
    background: #808080;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}

.hvr-bounce-to-top::before {
    background: #ACACAC;
}
/*
.apartments .kinds-of-apartments .apartment-box:active .apar-text .to-top:active,
.apartments .kinds-of-apartments .apartment-box:focus .apar-text .to-top:focus,
.apartments .kinds-of-apartments .apartment-box:hover .apar-text .to-top:hover {
    color: #fff;
}
.apartments .kinds-of-apartments .apartment-box .apar-text .to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.apartments .kinds-of-apartments .apartment-box:active .apar-text .to-top:active::before,
.apartments .kinds-of-apartments .apartment-box:focus .apar-text .to-top:focus::before,
.apartments .kinds-of-apartments .apartment-box:hover .apar-text .to-top:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
.to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
*/
@media (max-width: 1200px) {
    .apartments .kinds-of-apartments .apartment-box {
        width: 32.3%;
    }
}
@media (max-width: 996px) {
    .apartments .kinds-of-apartments .apartment-box {
        width: 49%;
    }
}
@media (max-width: 768px) {
    .apartments {
        background-color: #f6f6f6;
        padding-top: 140px;
    }
    .apartments .kinds-of-apartments {
        max-width: 350px;
    }
    .apartments .kinds-of-apartments .apartment-box {
        width: 100%;
        margin-left: 14%;
        margin-right: 14%;
        margin-top: 10%;
        margin-bottom: 0px;
        -webkit-transition: opacity 0.3s 0.4s ease-in-out;
        -moz-transition: opacity 0.3s 0.4s ease-in-out;
        -ms-transition: opacity 0.3s 0.4s ease-in-out;
        -o-transition: opacity 0.3s 0.4s ease-in-out;
        transition: opacity 0.3s 0.4s ease-in-out;
    }
    .apartments .kinds-of-apartments .apartment-box .apar-text {
        padding: 10px 10px 15px;
        -webkit-transition: opacity 0.3s 0.4s ease-in-out;
        -moz-transition: opacity 0.3s 0.4s ease-in-out;
        -ms-transition: opacity 0.3s 0.4s ease-in-out;
        -o-transition: opacity 0.3s 0.4s ease-in-out;
        transition: opacity 0.3s 0.4s ease-in-out;
    }
    .apartments .kinds-of-apartments .apartment-box .apar-text h3 {
        margin: 15px 0;
        font-size: 20px;
    }
    .apartments .kinds-of-apartments .apartment-box .apar-text p:nth-child(3) {
        font-size: 16px;
    }
}
/* ------------ / APARTMENTS page end ---------------------------------------- */



/* -----------------------------------------------------------------------------
- APARTMENT page start =========================================================
------------------------------------------------------------------------------*/
.single-apartment {
    background-color: #fbfbfb;
    max-width: 100%;
    width: 100%;
    padding-top: 240px;
    padding-bottom: 90px;
}
.single-apartment .single-body {
    background-color: #fff;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 70px 50px;
    margin-bottom: 50px;
    position: relative;
    border-bottom: solid 1px #beb779;
}
.single-apartment .single-body .apartment-title {

}
.apartment-title h1 {
    text-align: center;
    font-size: 44px;
    font-weight: 600 !important;
    color: #beb779;
    font-weight: normal;
    letter-spacing: 2px;
    display: block;
    vertical-align: middle;
    position: relative;
}
.apartment-title h1::after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 200px;
    background: #beb779;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0px);
}
.single-apartment .single-body .apartment-info {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    padding: 20px;
}

/* back to all button start */
a.back-to-all {
    color: #aaa;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    margin: 20px;
    z-index: 10;
    transition: 0.3s;
}
.back-to-all div {
    float: left;
}
.back-to-all div i {
    padding-right: 10px;
    font-size: 20px;
    display: inline-block;
}
.back-to-all div p {
    display: inline-block;
}
.back-to-all:hover {
    color: #555;
}
/* /back to all button end */

.single-apartment .single-body .project-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.single-apartment .single-body .project-left {
    width: 45%;
    padding-top: 40px;
    margin-right: 9.9%;
}
.single-apartment .single-body .project-right {
    width: 45%;
    padding-top: 40px;
}
.single-apartment .single-body .project-center {
    width: 45%;
    padding-top: 40px;
    margin: auto;
}
.single-apartment .single-body .project-title {
    font-size: 22px;
    text-align: center;
    color: #555;
    font-weight: normal;
    line-height: 2;
    border-bottom: 1px solid #555;
}
.single-apartment .single-body .project-right .project-box {
    /*margin-top: 100px;*/
}
.single-apartment .single-body .project-view2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.single-apartment .single-body .project-view2 .project-left .project-box {
    text-align: center;
}
.single-apartment .single-body .project-view2 .project-right .project-box {
    margin-top: 0px;
    text-align: center;
}
.single-apartment .single-body .project-view3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 40px 0;
}
/* Little MODAL start */
#myImg {
    cursor: pointer;
    transition: 0.3s;
}
#myImgHhover {
    opacity: 0.8;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    height: 90%;
}
/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation */
.modal-content, #caption {  
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
}
/* The Close Button */
.close {
    position: absolute;
    top: 160px;
    right: 28%;
    color: #beb779;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 11;
    opacity: 1;
}
.close:hover,
.close:focus {
    color: #beb779;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .close {
        top: 145px;
        right: 17%;
    }
}
@media (max-width: 996px) {
    .close {
        right: 10%;
    }
}
@media (max-width: 768px) {
    .modal-content {
        width: 100%;
        height: auto;
    }
    .close {
        top: 155px;
        right: 30px;
    }
}
/* Little MODAL end */

/* ---------- Swiper slider on only apartment page start ---------- */
.swiper-container {
    width: 100%;
    /*height: 100%;*/
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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-button-next, .swiper-button-prev {
    cursor: pointer;
    color: var(--swiper-navigation-color,#beb779);
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,#beb779);
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
}
/* ---------- Swiper slider end ---------- */

.contact-line {
    text-align: center;
    border-top: 2px solid #beb779;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    position: relative;
}
.contact-line a {
    font-size: 20px;
    color: #beb779;
    padding: 15px 35px;
    margin-top: 30px;
    display: inline-block;
    border: solid 1px #beb779;
}
.contact-line a.hvr-bounce-to-top:active,
.contact-line a.hvr-bounce-to-top:focus,
.contact-line a.hvr-bounce-to-top:hover {

}
.contact-line a.hvr-bounce-to-top::before {
    background: #beb779 !important;
}

/* back to all button down start */
a.back-to-all-down {
    color: #aaa;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 10;
    transition: 0.3s;
}
a.back-to-all-down div {
    float: left;
}
a.back-to-all-down div i {
    padding-right: 10px;
    font-size: 20px;
    display: inline-block;
}
a.back-to-all-down div p {
    display: inline-block;
}
a.back-to-all-down:hover {
    color: #555;
}
.single-apartment .single-body .buildings-mobile {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 80px;
}
/* / back to all button down end */

@media (max-width: 1200px) {

}
@media (max-width: 996px) {
    .single-apartment .single-body .project-left {
        width: 100%;
        padding-top: 40px;
        margin-right: 0;
    }
    .single-apartment .single-body .project-right {
        width: 100%;
        padding-top: 40px;
    }
    .single-apartment .single-body .project-center {
        width: 100%;
    }
}
@media (max-width: 768px) {
    a.back-to-all {
        top: -50px;
    }
    .single-apartment .single-body {
        padding: 30px 15px;
        margin-bottom: 50px;
    }
    .single-apartment .single-body .project-left {
        padding-top: 20px;
    }
    .single-apartment .single-body .project-right {
        padding-top: 20px;
    }
    .single-apartment .single-body .project-right .project-box {
        margin-top: 30px;
    }
    .apartment-title h1 {
        font-size: 25px;
        letter-spacing: 1px;
    }
    .apartment-title h1::after {
        height: 3px;
        width: 100px;
    }
    .single-apartment .single-body .apartment-info {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        padding: 20px;
    }
    .single-apartment .single-body .project-view3 {
        padding: 20px 0;
    }
    .contact-line {
        margin-bottom: 50px;
    }
    .contact-line a {
        font-size: 16px;
        padding: 15px 25px;
    }
}
/* ------------ / APARTMENT page end ---------------------------------------- */



/* -----------------------------------------------------------------------------
- GARAGE page start ============================================================
------------------------------------------------------------------------------*/
.garage-slider {
    width: 60%;
}
.garage .custom-page .page-text {
    width: 40%;
    position: relative;
    height: 100%;
}
@media (max-width: 1200px) {

}
@media (max-width: 966px) {
    .garage-slider {
        width: 100%;
    }
    .garage .custom-page .page-text {
        width: 100%;
    }
}
@media (max-width: 768px) {

}
/* ------------ / GARAGE page end ------------------------------------------- */



/* -----------------------------------------------------------------------------
- MATERIALS page start ===================================================
------------------------------------------------------------------------------*/
.materials .custom-page .page-text {
    height: 100%;
}
.materials .page-text .text-content h1 {
    margin-left: 15px;
}
.materials li strong {
    margin: 0;
    padding: 0;
}
.materials li {
    padding-left: 5px;
    position: relative;
    margin: 10px 0;
    font-size: 16px;
}
.materials li::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 7px;
    width: 7px;
    margin-right: 0.5rem;
    background-color: #beb779;
    position: absolute;
    top: 6px;
    left: -12px;
}
.materials .text-color {
    color: #beb779;
}
@media (max-width: 768px) {
    .materials ul {
        padding-bottom: 40px;
    }
    .materials li {
        font-size: 14px;
    }
}
/* ------------ / MATERIALS page end ------------------------------------------- */



/* -----------------------------------------------------------------------------
- PREMISES page start ==========================================================
------------------------------------------------------------------------------*/
.premises .kinds-of-apartments .apartment-box {
    width: 46%;
    margin: 2% 2%;
}
.premises .kinds-of-apartments .apartment-box .apar-text .hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.premises .kinds-of-apartments .apartment-box .apar-text .hvr-bounce-to-top::before {

}
.premises .kinds-of-apartments .apartment-box:hover .apar-text .hvr-bounce-to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #808080;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
@media (max-width: 1200px) {

}
@media (max-width: 966px) {

}
@media (max-width: 768px) {
    .premises .kinds-of-apartments .apartment-box {
        width: 90%;
        margin: 5% 5%;
    }
}

.single-premises .single-body .project-right .project-box {
    margin-top: 0px;
}
.single-premises .single-body .project-view .project-text {
    font-size: 20px;
    text-align: justify;
    padding: 10px 40px;
}
.single-premises .single-body .project-view .project-text p {
    margin-bottom: 10px;
}
@media (max-width: 1200px) {

}
@media (max-width: 966px) {

}
@media (max-width: 768px) {
    .single-premises .single-body .project-view .project-text {
        font-size: 14px;
        padding: 10px 20px;
    }
    .single-premises .contact-line {
        margin-top: 0px;
    }
}
/* ------------ / PREMISES page end ----------------------------------------- */



/* -----------------------------------------------------------------------------
- GALLERY page start ==========================================================
------------------------------------------------------------------------------*/
.scrolling-gallery {
    padding-top: 150px;
}
.scrolling-gallery .custom-page {
    padding: 20px;
}
.scrolling-gallery .text-content {
    position: relative;
    display: block;
    padding-top: 20px;
}
.scrolling-gallery .text-content h2 {
    color: #beb779;
    font-size: 44px;
    position: relative;
    margin-bottom: 30px;
    font-weight: normal;
}
.scrolling-gallery .text-content h2::after {
    content: "";
    height: 4px;
    width: 63px;
    background: #beb779;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.my-gallery,
.my-gallery1,
.my-gallery2 {
    width: 100%;
    float: left;
}
.my-gallery img, 
.my-gallery1 img, 
.my-gallery2 img {
    width: 100%;
    height: auto;
}
.my-gallery figure,
.my-gallery1 figure,
.my-gallery2 figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 300px;
}
.my-gallery figcaption, .my-gallery1 figcaption, .my-gallery2 figcaption {
    display: none;
}
.my-gallery,
.my-gallery1,
.my-gallery2 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    verflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 10;
}
.my-gallery {
    margin-bottom: 20px;
    border: 2px solid #eee;
    padding: 3px 3px 0 3px;
}
figure {
    flex: 0 0 auto;
}
.my-gallery figure a, .my-gallery1 figure a, .my-gallery2 figure a {
    width: 100%;
    height: 300px;
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.my-gallery figure a img, .my-gallery1 figure a img, .my-gallery2 figure a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
}
.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    margin-top: 50px
}
.pswp__caption {
    display: none;
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 100px;
    height: 44px;
    width: 100%;
    opacity: 1;
}
.pswp__button--share {
    display: none;
}
@media (max-width: 1200px) {

}
@media (max-width: 966px) {

}
@media (max-width: 768px) {
    .scrolling-gallery .custom-page {
        padding: 10px;
    }
    .scrolling-gallery .scrollable-area {
        margin-bottom: 70px;
    }
    .scrolling-gallery .text-content {
        padding-top: 10px;
    }
    .scrolling-gallery .text-content h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .scrolling-gallery .text-content h2::after {
        height: 3px;
        width: 30px;
        bottom: -10px;
    }
    .my-gallery figure, .my-gallery1 figure, .my-gallery2 figure {
        width: 200px;
    }
    .my-gallery figure a, .my-gallery1 figure a, .my-gallery2 figure a {
        height: 200px;
    }
    .pswp__item {
        margin-top: 0px
    }
    .pswp__container, .pswp__zoom-wrap {
        top: 10px;
    }
}
/* ------------ / GALLERY page end ------------------------------------------ */



/* -----------------------------------------------------------------------------
- CONTACT page start ===========================================================
------------------------------------------------------------------------------*/

/* ------------ google map -------------- */
.map-content {
    width: 50%;
    position: relative;
    height: 100%;
}
.map-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
#map {
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {

}
@media (max-width: 966px) {
    .map-content {
        width: 100%;
        height: 400px !important;
    }
}
@media (max-width: 768px) {
    .map-content {
        height: 400px !important;
    }
}
@media (max-width: 600px) {
    .map-content {
        height: 320px !important;
    }
}

/* ------------ direction link start -------------- */
.direction-link {
    position: absolute;
    margin: 60px 0px 0px 20px;
    z-index: 100;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    padding: 8px 20px 8px 20px;
    background: #0094de;
    background-image: url('direction-icon.png');
    background-position: left center;
    background-repeat: no-repeat;
}
a.direction-link:hover {
    text-decoration: none;
    background: #0072ab;
    color: #FFF;
    background-image: url('direction-icon.png');
    background-position: left center;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .direction-link {
        margin: 10px;
        margin-top: 60px;
        font-size: 13px;
        font-weight: bold;
        line-height: 20px;
        padding: 5px 12px 5px 12px;
    }
}
/* ------------ / direction link end -------------- */
/* ------------ / google map end -------------- */

.contact .custom-page .page-text .text-content h1 {
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
    display: block;
    vertical-align: middle;
    position: relative;
}
.contact .custom-page .page-text .text-content h1:after {
    content: "";
    display: inline-block;
    height: 3px;
    width: 100px;
    background: #beb779;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0px);
}
.contact .page-text .text-content p {
    margin-bottom: 20px;
}
.contact .info-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #beb779;
}
.contact .info-details {
    width: 27%;
}
.contact #info-map {
    width: 46%;
}
.contact .info-details .info-img {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.contact .info-details .info-img img {
    height: 35px;
    max-width: 40px;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: top;
}
.contact .info-details p {
    display: inline-block;
    font-size: 14px;
    color: #555;
    font-weight: 600;
    line-height: 1.857;
}
.contact .info-details p a {
    text-decoration: none;
    font-size: 14px;
    color: #beb779;
    font-weight: 600;
    line-height: 1.857;
    transition: 0.3s;
}
.contact .info-details p a:hover {
    color: #a69e5b;
}
.contact-form {
    width: 50%;
    position: relative;
    height: 100%;
}
.contact .info-contact {
    position: relative;
}
.contact .info-contact img.buildings-mobile {
    position: absolute;
    right: 0;
    bottom: -1px;
}
@media (max-width: 1600px) {
    .contact .info-details p {
        display: block;
    }
    .contact .info-details .info-img {
        margin-bottom: 15px;
    }
}
@media (max-width: 1200px) {
    .contact .info-details .info-img img {
        margin: 0 auto 10px;
    }
    .contact .info-details .info-img {
        margin-bottom: 0px;
    }
    .contact .info-details {
        width: 100%;
    }
    .contact #info-map {
        width: 100%;
    } 
}
@media (max-width: 966px) {
    .contact .info-details {
        width: 27%;
    }
    .contact #info-map {
        width: 46%;
    } 
    .contact .info-details p {
        display: inline-block;
    }
    .contact .custom-page .custom-img {
        width: 100%;
    }
}@media (max-width: 768px) {
    .contact .info-contact {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
}
@media (max-width: 610px) {
    .contact .info-details {
        width: 100%;
        text-align: center;
    }
    .contact #info-map {
        width: 100%;
    } 
    .contact .info-details p {
        display: block;
    }
}
@media (max-width: 500px) {

    .contact .info-details p {

    }
}

/* ------------ CONTACT FORM start -------------- */
.contact-form {
    position: relative;
    width: 100%;
}
.contact-form .project-title {
    margin-left: 2%;
}
.contact-form .reservation-form .form-row {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
}
.contact-form .reservation-form .form-row .input-form {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: none;
    clear: both;
}
.contact-form .reservation-form .comment-row {
    margin-left: 2%;
    margin-right: 2%;
}
.wpcf7-form-control-wrap {
    display: block;
    margin-top: 15px;
}
.wpcf7-form-control {
    border: 1px solid #beb779 !important;
    background: #fbfbfb !important;
}
.wpcf7-form-control:checked,
.wpcf7-form-control:focus {
    background: #fff !important;
}
.submit-wrapper {
    margin-left: 2%;
}
.submit-wrapper .submit-wrap {
    margin-top: 25px;
}
.submit-wrapper .submit-wrap .wpcf7-submit {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    background: #fbfbfb;
    border: 2px solid #beb779 !important;
    color: #beb779;
    -webkit-transition: .3s;
    transition: .3s;
}
.submit-wrapper .submit-wrap .wpcf7-submit:hover,
.submit-wrapper .submit-wrap .wpcf7-submit:active,
.submit-wrapper .submit-wrap .wpcf7-submit:checked,
.submit-wrapper .submit-wrap .wpcf7-submit:focus {
    background: #beb779 !important;
    color: #fff;
}
.submit-wrapper .submit-wrap .fa-spinner::before {
    content: "\f110";
    color: #beb779;
}
.submit-wrapper .reset-btn {
    margin-top: 15px;
    background: #fbfbfb;
    border: 1px solid #beb779 !important;
    color: #beb779;
    -webkit-transition: .3s;
    transition: .3s;
}
.submit-wrapper .reset-btn:hover {
    background: #beb779 !important;
    color: #fff;
}
@media (max-width: 1200px) {

}
@media (max-width: 966px) {
    .contact-form .project-title {
        margin: auto;
        text-align: center;
    }
    .submit-wrapper {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    .submit-wrapper .submit-wrap {
        text-align: center;
    }
    .submit-wrapper .submit-wrap input {
        margin-left: 10px;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 610px) {
    .contact-form .reservation-form .form-row .input-form {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
}
/* ------------ / CONTACT FORM end -------------- */
/* ------------ / CONTACT page end ------------------------------------------ */



/* -----------------------------------------------------------------------------
- INVESTITOR page start ========================================================
------------------------------------------------------------------------------*/
.investitor .custom-page .custom-img {
    width: 30%;
}
.investitor .custom-page .custom-img img {
    height: 100%;
}
.investitor .custom-page .page-text {
    position: relative;
    width: 70%;
    z-index: 100;
}
.investitor .custom-page .page-text .first {
    position: absolute;
    opacity: 0;
}
.investitor .custom-page .page-text a {
    display: inline-block;
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.investitor .custom-page .page-text a.bank {
    width: 300px;
}
.investitor .custom-page .page-text .text-content {
    position: relative;
    text-align: center;
    background: transparent;
    z-index: 100;
}
.investitor .custom-page .page-text .text-content .investitor-text a {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #555;
    font-weight: 600;
    line-height: 1.857;
    display: inline;
    transition: .3s ease;
}
.investitor .custom-page .page-text .text-content .investitor-text a:hover {
    color: blue;
}
.investitor .custom-page .page-text .text-content p:last-of-type {
    margin-bottom: 0;
}
.investitor .custom-page .page-text .opacity {
    position: absolute;
    right: 0;
    width: auto;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
@media (max-width: 1200px) {

}
@media (max-width: 966px) {

}
@media (max-width: 768px) {
    .investitor .custom-page .custom-img {
        width: 100%;
        max-height: 300px;
    }
    .investitor .custom-page .page-text {
        width: 100%;
    }
    .investitor .custom-page .page-text .text-content p {
        text-align: justify;
    }
    .investitor .custom-page .page-text a {
        width: 250px;
    }
    .investitor .custom-page .page-text a.bank {
        width: 150px;
        margin-bottom: 50px;
    }
}
/* ------------ / INVESTITOR page end --------------------------------------- */



/* -----------------------------------------------------------------------------
- HOUSING LOAN page start ======================================================
------------------------------------------------------------------------------*/
.loan .custom-page .custom-img {
    width: 70%;
}
.loan .custom-page .page-text {
    width: 30%;
}
.loan .custom-page .page-text .text-content {
    text-align: center;
}
.loan .custom-page .page-text .text-content h1::after {
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%);
}
.loan .custom-page .page-text .text-content p {
    text-align: center;
}
.loan .custom-page .page-text .text-content .bank {
    display: inline-block;
    width: 200px;
}
@media (max-width: 1200px) {

}
@media (max-width: 966px) {

}
@media (max-width: 768px) {
    .loan .custom-page .custom-img {
        width: 100%;
        max-height: 300px;
    }
    .loan .custom-page .page-text {
        width: 100%;
    }
    .loan .custom-page .page-text .text-content p {
        text-align: justify;
    }
    .loan .custom-page .page-text .text-content .bank {
        margin-bottom: 50px;
    }
}
/* ------------ / HOUSING LOAN page end ------------------------------------- */



/* -----------------------------------------------------------------------------
- PROGRESS OF WORK page start ==================================================
------------------------------------------------------------------------------*/
.progress-of-work {
    display: flex;
    width: 100%;
    padding: 4% 2%;
    box-sizing: border-box;
    height: 100%;
}
.box {
    flex: 1;
    overflow: hidden;
    margin: 0 2%;
    box-shadow: 0 20px 30px rgba(0,0,0,.1);
    line-height: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.box > img {
    width: 200%;
    height: calc(100% - 10vh);
    object-fit: cover; 
    transition: .5s;
}
.box > span {
    font-size: 3.8vh;
    color: #aaa;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 2.6;
}
.box:hover { flex: 1 1 50%; }
.box:hover > img {
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {

}
@media (max-width: 966px) {

}
@media (max-width: 768px) {
    .progress-of-work {
        padding-bottom: 70px;
    }
    .box {
        -webkit-transition: opacity 0.9s 0.9s ease-in-out;
        -moz-transition: opacity 0.9s 0.9s ease-in-out;
        -ms-transition: opacity 0.9s 0.9s ease-in-out;
        -o-transition: opacity 0.9s 0.9s ease-in-out;
        transition: opacity 0.9s 0.9s ease-in-out;
    }
}
/* ------------ / PROGRESS OF WORK page end --------------------------------- */



.soon {
    position: relative;
}
.soon h1 {
    color: #beb779;
    font-size: 90px;
    text-align: center;
    width: auto;
    margin-top: 200px;
}
.soon h1::after {
    content: "";
    display: inline-block;
    height: 3px;
    width: 200px;
    background: #beb779;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0px);
}
@media (max-width: 768px) {
    .soon h1 {
        font-size: 70px;
        margin-top: 100px;
    }
}