@font-face {

    font-family: 'General Sans';

    src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'),

        url('../fonts/GeneralSans-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'General Sans';

    src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),

        url('../fonts/GeneralSans-Semibold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'General Sans';

    src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),

        url('../fonts/GeneralSans-Regular.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'General Sans';

    src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'),

        url('../fonts/GeneralSans-Italic.woff') format('woff');

    font-weight: 300;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'General Sans';

    src: url('../fonts/GeneralSans-Light.woff2') format('woff2'),

        url('../fonts/GeneralSans-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'General Sans';

    src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2'),

        url('../fonts/GeneralSans-Extralight.woff') format('woff');

    font-weight: 200;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'General Sans';

    src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'),

        url('../fonts/GeneralSans-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}





/* ***** Common Css **** */

:root {

    scroll-behavior: initial;

}



* {

    margin: 0;

    padding: 0;

    text-decoration: none;

    list-style: none;

    box-sizing: border-box;

}

a:hover,

a:focus,

a:active {

    text-decoration: none;

}

ol,

ul {

    margin: 0;

    padding: 0;

}

img {

    display: block;

}

figure{margin: 0;}

a,button {

    transition: 0.4s linear;

    -webkit-transition: 0.4s linear;

    text-decoration: none;

}



body {    

    font-family: 'General Sans';

    font-size: 14px;

    font-weight: 400;

    color: #000;

    background: #fff;

    text-decoration: none;    

}

.main-wrpper {

    height:auto;

    width: 100%;

}

.container{

    max-width: 1520px;

}

h1,h2{

    font-family: "Lexend", sans-serif;

}

.swiper-wrapper {

    transition-timing-function: linear !important;

}



/* ***** End Common Css **** */



/* **** Header **** */

header {

    position: relative;

    top: 0px;

    left: 0;

    right: 0;

    background: #fff;

    padding: 0;

    z-index: 120;

    overflow: hidden;

    transition: 0.4s linear;

    -webkit-transition: 0.4s linear;

}

.navbar .container .navbar-brand,

.navbar .container-fluid .navbar-brand {

    margin-left: 0;

}

header .container{

    max-width: 1760px;

}

.navbar-brand {

    float: none;

    height: auto;

    padding: 20px 80px 20px 0;

    position: relative;

    background: #0586BA;

    margin: 0;

}

.navbar-brand:after{

    position: absolute;

    content: '';

    width: 100%;

    height: 100%;

    background: #0586BA;

    top: 0;

    left: -100%;

}

.navbar-brand:before{

    position: absolute;

    content: '';

    border-bottom: 57px solid #003D56;

    border-right: 27px solid transparent;

    top: 0;

    right: -27px;

}

.navbar-brand img {

    max-width: 100%;

    height: 95px;

}

.navbar {

    background: transparent;

    position: relative;

    width: 100%;

    left: 0;

    top: 0;

    border: none;

    border-radius: 0;

    margin: 0;

    padding: 0;

    z-index: 120;

    transition: 0.4s linear;

    -webkit-transition: 0.4s linear;

}

.nav-row{

    display: flex;

    align-items: center;

    flex-flow: column;

    width: 100%;

    padding: 0;

}

.topbar{

    padding: 13px 0 12px 60px;

    display: flex;

    align-items: center;

    width: 100%;

}

.top-mail p{

    margin: 0;

    font-size: 20px;

    font-weight: 500;

    color: #000;

    line-height: 30px;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.top-mail p i{

    margin-right: 5px;

}

.top-mail p:hover{

    color: #0586BA;

}

.top-social-bx{

    display: flex;

    align-items: center;

    margin: 0 0 0 auto;

}

.top-social-bx h4{

    margin: 0 10px 0 0;

    font-size: 20px;

    font-weight: 500;

    color: #000;

    line-height: 30px;

}

.top-social-bx a{

    margin-right: 25px;

}

.top-social-bx a:last-child{

    margin: 0;

}

.top-social-bx a:hover{

    opacity: 0.60;

}

.navbar-nav{

    padding: 15px 0 15px 60px;

    background: #000;

    position: relative;

    width: 100%;

}

.navbar-nav:after{

    position: absolute;

    content: '';

    width: 100%;

    height: 100%;

    background: #000;

    top: 0;

    right: -100%;

}

.navbar-nav ul{

    display: flex;

    align-items: center;

    width: 100%;

}

.navbar-nav ul li{

    margin-right: 25px;

}

.navbar-nav ul li:last-child{

    margin: 0;

}

.navbar-nav ul li a{

    font-size: 20px;

    font-weight: normal;

    color: rgba(255, 255, 255, 0.60);

    display: block;

    line-height: 30px;

    padding: 10px 0;

    display: block;

}

.navbar-nav ul li a.active,

.navbar-nav ul li a:hover{

    color: #fff;

}

.navbar-nav ul li.btn-cnt a{

    padding: 10px 10px 10px 20px;

    background: #0586BA;

    display: flex;

    align-items: center;

    font-weight: 600;

    color: #fff;

}

.navbar-nav ul li.btn-cnt{

    margin: 0 0 0 auto;

}

.navbar-nav ul li.btn-cnt a i{

    min-width: 30px;

    width: 30px;

    height: 30px;

    background: #fff;

    margin: 0 0 0 10px;

    color: #000;

    font-size: 14px;

    font-weight:400;

    display: block;

    line-height: 30px;

    text-align: center;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.navbar-nav ul li.btn-cnt:hover a{

    background: #fff;

    color: #0586BA;

}

.navbar-nav ul li.btn-cnt:hover a i{

    background: #0586BA;

    color: #fff;

}

/* **** End Header **** */



/* **** toggler **** */

.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}

.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }

.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}

.navbar-toggler:active, .navbar-toggler:focus { outline: none; }

.navbar-light .navbar-toggler-icon {width: 14px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}

.navbar-light .navbar-toggler-icon:after,

.navbar-light .navbar-toggler-icon:before {width: 30px;position: absolute;height: 2px;background-color: #000;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}

.navbar-light .navbar-toggler-icon:after {top: 8px;width: 22px;}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);width: 30px;}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);width: 30px;}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}

/* **** End toggler **** */



/* **** Home Page **** */

.hero-banner{

    position: relative;

}

.hero-banner-back{

    position: relative;

}

.hero-banner-back:after{

    position: absolute;

    content: '';

    width: 100%;

    height: 100%;

    background: radial-gradient(130.51% 65.37% at 50% 34.63%, rgba(0, 0, 0, 0) 0%, #000000 100%);

    top: 0;

    left: 0;

}

.hero-banner-back img{

    width: 100%;

}

.banner-center{

    position: absolute;

    bottom: 50px;

    left: 0;

    right: 0;

}

.banner-data{

    max-width: 865px;

}

.banner-data h1{

    font-size: 70px;

    font-weight: normal;

    color: #fff;

    line-height: 80px;

    margin: 0 0 20px;

}

.banner-data h1 span{

    position: relative;

    z-index: 1;

}

.banner-data h1 span:after{

    position: absolute;

    content: '';

    width: 100%;

    height: 10px;

    background: url('../images/title-shap1.png') 0 0 no-repeat;

    background-size: 100% 100%;

    bottom: 10px;

    left: 0;

    z-index: -1;

}

.banner-data p{

    font-size: 20px;

    font-weight: normal;

    color: rgba(255, 255, 255, 0.60);

    line-height: 30px;

    margin: 0 0 30px;

}

.btn-main{

    display: flex;

    align-items: center;

    width: fit-content;

    padding: 10px 10px 10px 20px;

    background: #0586BA;

    font-size: 20px;

    font-weight: 600;

    color: #fff;

    line-height: 30px;

}

.btn-main i{

    min-width: 30px;

    width: 30px;

    height: 30px;

    background: #fff;

    margin: 0 0 0 11px;

    color: #000;

    font-size: 14px;

    font-weight:400;

    display: block;

    line-height: 30px;

    text-align: center;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.btn-main:hover{

    background: #000;

    color: #fff;

}

.btn-main:hover i{

    background: #0586BA;

    color: #fff;

}

.banner-data .btn-main:hover{

    background: #fff;

    color: #0586BA;

}



.about-wrp{

    padding: 150px 0;

    overflow: hidden;

}

.about-wrp .row{

    align-items: center;

}

.about-img img{

    width: 100%;

}

.titlebar{

    margin: 0 0 20px;

}

.titlebar h2{

    font-size: 60px;

    font-weight: normal;

    color: #000;

    line-height: 70px;

    margin: 0;

    text-transform: capitalize;

}

.titlebar h2 span{

    position: relative;

    z-index: 1;

}

.titlebar h2 span:after{

    position: absolute;

    content: '';

    width: 100%;

    height: 10px;

    background: url('../images/title-shap1.png') 0 0 no-repeat;

    background-size: 100% 100%;

    bottom: 0;

    left: 0;

    z-index: -1;

}

.about-data{

    padding: 0 0 0 15px;

}

.about-data p{

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

    margin: 0 0 20px;

}





.multifamily-wrp{

    padding: 80px 0;

    background: #F7F7F7;

}

.multifamily-wrp .titlebar{

    margin: 0 auto 50px;

    max-width: 885px;

    text-align: center;

}

.multifamily-wrp .titlebar p{

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

    margin: 20px auto 0;

}

.multifamily-slider .swiper-slide{

    padding: 15px;

}

.multifamily-block{

    background: #0586BA;

}

.multifamily-box{

    position: relative;

    padding: 20px;

    background: #fff;

    border: 1px solid #D9D9D9;

    display: flex;

    flex-flow: column;

    height: 100%;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.multifamily-block:hover .multifamily-box{

    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);

    transform: matrix(1, -0.05, 0.05, 1, 0, 0);

}

.multifamily-img img{

    width: 100%;

    height: 285px;

    object-fit: cover;

}

.multifamily-data{

    padding: 20px 0 0;

}

.multifamily-data h3{

    font-size: 25px;

    font-weight: 600;

    color: #000;

    line-height: 35px;

    margin: 0 0 10px;

}

.multifamily-data p{

    margin: 0;

    min-height: 160px;

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

}

.multifamily-slider{

    position: relative;

}

.multifamily-slider .swiper-nav{

    display: flex;

    align-items: center;

    width: 100%;

}

.multifamily-slider .swiper-button-next,

.multifamily-slider .swiper-button-prev{

    width: 50px;

    height: 50px;

    line-height: 50px;

    background: #000;

    text-align: center;

    color: #fff;

    font-size: 16px;

    display:block;

    position: absolute;

    top: 50%;

    left:-50px;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.multifamily-slider .swiper-button-next{

    right: -50px;

    left: auto;

}

.multifamily-slider .swiper-button-next:after,

.multifamily-slider .swiper-button-prev:after{

    display: none;

}

.multifamily-slider .swiper-button-next:hover,

.multifamily-slider .swiper-button-prev:hover{

    background: #0586BA;

    color: #fff;

}



.why-commorical-invest-wrp{

    padding: 150px 0;

    position: relative;

}

.why-commorical-invest-head{

    margin: 0 0 50px;

}

.why-commorical-invest-head h2{

    margin: 0;

    font-size: 60px;

    font-weight: normal;

    color: #000;

    line-height: 70px;

}

.why-commorical-invest-head h2 span{

    position: relative;

    z-index: 1;

}

.why-commorical-invest-head h2 span:after{

    position: absolute;

    content: '';

    width: 100%;

    height: 10px;

    background: url('../images/title-shap1.png') 0 0 no-repeat;

    background-size: 100% 100%;

    bottom: 0;

    left: 0;

    z-index: -1;

}

.why-commorical-invest-head p{

    text-align: right;

    margin: 0;

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

}

.why-choose-list ul{

    display: flex;

    flex-wrap: wrap;

    position: relative;

    z-index: 1;

}

.why-choose-list ul li{

    width: 33.33%;

    position: relative;

    display: flex;

    flex-flow: column;

    margin: 0 0 30px;

}

.why-icon-block{

    position: relative;

    padding: 85px 0;

    margin: 0 0 100px;

}

.why-icon-block figure{

    width: 85px;

    height: 85px;

    background: #fff;

    border: 1px solid #D9D9D9;

    box-shadow: 0px 37px 15px rgba(0, 0, 0, 0.01), 0px 21px 12px rgba(0, 0, 0, 0.05), 0px 9px 9px rgba(0, 0, 0, 0.09), 0px 2px 5px rgba(0, 0, 0, 0.1);

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto ;

    z-index: 2;

    position: relative;

}

.why-data-box{

    position: relative;

    padding: 20px;

    background: #fff;

    border: 1px solid #D9D9D9;

    width: 100%;

    display: flex;

    flex-flow: column;

    height: 100%;

}

.why-data-box:after{

    position: absolute;

    content: '';

    width: 1px;

    height: 100%;

    border-right: 1px dashed #D9D9D9;

    top:-100%;

    right: 0;

    left: 0;

    margin: 0 auto;

    display: block;

}

.why-data-box h3{

    font-size: 25px;

    font-weight: 600;

    color: #000;

    line-height: 35px;

    text-align: center;

    margin: 0 auto 10px;

}

.why-data-box p{

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

    text-align: center;

    margin: 0 auto;

}

.why-choose-list ul li:after{

    position: absolute;

    content: '';

    width: 100%;

    height: 1px;

    border-bottom: 1px dashed #D9D9D9;

    top:50%;

    right: 0;

    left: 0;

    margin: 0 auto;

    display: table;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

}

.why-choose-list ul li.updownbox{



}

.why-choose-list ul li.updownbox .why-icon-block{

    margin: 100px 0 0;

}

.why-choose-list ul li.updownbox .why-data-box:after{

    position: absolute;

    content: '';

    width: 1px;

    height: 110%;

    border-bottom: 1px dashed #D9D9D9;

    top: auto;

    bottom:-110%;

    right: 0;

    left: 0;

    margin: 0 auto;

    display: table;

}

.why-shop{

    position: absolute;

    bottom: 0;

    right: 0;

}





.our-process-wrp{

    padding: 80px 0;

    background: #F7F7F7;

    position: relative;

}

.our-process-wrp .titlebar{

    max-width: 985px;

    margin: 0 auto 100px;

}

.our-process-wrp .titlebar h2{

    text-align: center;

}

.our-process-wrp .titlebar p{

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

    text-align: center;

    margin: 20px auto 0;

}



.process-row{

    margin: 0 auto;

    position: relative;

    max-width: 1380px;

}

.process-row ul li{

    position: relative;

    height: 100%;

    display: flex;

    flex-flow: column;    

}

.process-row ul li .row{

    align-items: center;

    min-height: 420px;

}

.process-row ul li:after{

    position: absolute;

    content: '';

    width: 1px;

    height: 50%;

    background: linear-gradient(to bottom, rgba(217,217,217,1) 0%,rgba(255,255,255,0) 100%);

    bottom: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

    display: block;

}

.process-row ul li:before{

    position: absolute;

    content: '';

    width: 1px;

    height: 50%;

    background: linear-gradient(to top, rgba(217,217,217,1) 0%,rgba(255,255,255,0) 100%);

    top: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

    display: block;

}

.process-img{

    max-width: 470px;

    background: #FFFFFF;

    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);

    transform: rotate(-15deg);

    -webkit-transform: rotate(-15deg);

    padding: 10px;

}

.process-img img{

    width: 100%;

}

.number-bx{

    width: 63px;

    height: 63px;

    background: #FFFFFF;

    border: 1px solid #D9D9D9;

    box-shadow: 0px 37px 15px rgba(0, 0, 0, 0.01), 0px 21px 12px rgba(0, 0, 0, 0.05), 0px 9px 9px rgba(0, 0, 0, 0.09), 0px 2px 5px rgba(0, 0, 0, 0.1);

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    margin: 0 auto;

    transform: translateY(-50%) rotate(-45deg);

    -webkit-transform: translateY(-50%) rotate(-45deg);

    z-index: 2;

}

.number-bx span{

    width: 63px;

    height: 63px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 32px;

    font-weight: 600;

    color: #0586BA;

    transform: translateY(0) rotate(45deg);

    -webkit-transform: translateY(0) rotate(45deg);    

}

.process-data{

    max-width: 600px;

    margin: 0 0 0 auto;

}

.process-data h3{

    font-size: 32px;

    font-weight: 600;

    color: #000;

    margin: 0 0 20px;

    line-height: 32px;

}

.process-data p{

    margin: 0;

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

}

.process-row ul li:nth-child(even) .row{

    flex-flow: row-reverse;

}

.process-row ul li:nth-child(even) .row .process-img{

    margin: 0 0 0 auto;

    transform: rotate(15deg);

    -webkit-transform: rotate(15deg);

}

.process-row ul li:nth-child(even) .row .process-data{

    margin: 0;

}





.we-filtered-wrp{

    padding: 150px 0;

    position: relative;

}

.filter-head{

    margin: 0 0 70px;

}

.filter-head .row{

    align-items: center;

}

.filter-head .titlebar{

    margin: 0;

    text-align: right;

}

.filter-head p{

    max-width: 575px;

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

    margin: 0;

}

.filtered-row{

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

#one{order: 1;}

#two{order: 2;}

#three{order: 3;}

.filter-list{

    width: 28%;

}

.filter-center{

    width: 44%;

}

.filter-list ul li{

    margin: 0 0 30px;

    padding: 0 20px 10px 0;

    border-bottom: 1px solid #D9D9D9;

    text-align: right;

}

.filter-list ul li h3{

    font-size: 25px;

    font-weight: 600;

    color: #0586BA;

    line-height: 35px;

    margin: 0 0 10px;

}

.filter-list ul li p{

    font-size: 25px;

    line-height: 35px;

    font-weight: 600;

    color: #000000;

    margin: 0;

}

.filter-list:last-child ul li{

    text-align: left;

    padding: 0 0px 10px 20px;

}

.filter-block{

    max-width: 500px;

    height: 500px;

    margin: 0 auto;

    border-radius: 100%;

    background: #FFFFFF;

    border: 12.0488px solid #0586BA;

    box-shadow: 0px 20.0813px 80.3252px rgba(0, 0, 0, 0.15);

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}

.filter-block h2{

    max-width: 90%;

    font-size: 32px;

    font-weight: 600;

    line-height: 42px;

    text-transform: capitalize;

    color: #000;

    text-align: center;

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    margin: 0 auto;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

}



.deal-mechanic-wrp{

    padding: 80px 0;

    background: #F7F7F7;

}

.deal-mechanic-wrp .titlebar{

    margin: 0 auto 50px;

    max-width: 820px;

}

.deal-mechanic-wrp .titlebar h2{

    text-align: center;

}

.deal-mechanic-wrp .titlebar p{

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

    text-align: center;

    margin:20px 0 0;

}

.deal-box{

    position: relative;

    border:1px solid #D9D9D9;

    background: #fff;

    padding: 20px;

    display: flex;

    flex-flow: column;

    height: 100%;

}

.deal-box h3{

    font-size: 25px;

    font-weight: 600;

    color: #000;

    line-height: 35px;

    padding: 0 0 20px;

    margin: 0 0 20px;

    border-bottom: 1px solid #D9D9D9;

    text-transform: capitalize;

}

.deal-box p{

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

    margin: 0;

}

.deal-box figure{

    position: absolute;

    bottom: 10px;

    right: 10px;

}





.professional-wrp{

    padding: 150px 0 25px;

}

.professional-head{

    margin: 0 0 50px;

}

.professional-head .titlebar{

    margin: 0;

}

.professional-head .titlebar h2 span{

    display: table;

}
.professional-head .titlebar h2 span:after{
    bottom: 10px;
}

.professional-head p{

    margin: 0 0 0 auto;

    max-width: 547px;

    font-size: 20px;

    font-weight: 400;

    color: #757575;

    line-height: 30px;

    text-align: right;

}

.professional-row{

    margin: 0 0 50px;

}

.professional-data{

    padding: 0 40px 0 0;

}

.professional-data h3{

    font-size: 30px;

    font-weight: 600;

    color: #000;

    line-height: 40px;

    padding: 0 0 20px;

    margin: 0 0 20px;

    border-bottom: 1px solid #D9D9D9;

}

.professional-row p{

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

    margin: 0 0 20px;

}

.professional-row h4{

    font-size: 20px;

    font-weight: 600;

    color: #000;

    line-height: 30px;

    margin: 0 0 20px;

}

.professional-img{

    padding: 20px;

    background: #F7F7F7;

    border: 1px solid #D9D9D9;

}

.professional-img img{

    width: 100%;

}

.professional-row:nth-child(odd) .row{

    flex-flow: row-reverse;

}

.professional-row:nth-child(odd) .row .professional-data{

    padding: 0 0 0 40px;

}

.professional-row ul{

    padding: 0 0 0 15px;

}

.professional-row ul li{

    margin: 0 0 10px;

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

    padding: 0 0 0 20px;

    position: relative;

}

.professional-row ul li:after{

    position: absolute;

    content: '';

    width: 5px;

    height: 5px;

    background: #757575;

    border-radius: 100%;

    top: 13px;

    left: 0;

}



.contact-wrp{

    padding: 75px 0 150px;

    overflow: hidden;

}

.contact-row{

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

.contact-map{

    width: 65%;

}

.contact-form{

    width: 35%;

    padding: 20px;

    background: #FFFFFF;

    border: 1px solid #D9D9D9;

    box-shadow: 0px 312px 125px rgba(0, 0, 0, 0.01), 0px 176px 105px rgba(0, 0, 0, 0.05), 0px 78px 78px rgba(0, 0, 0, 0.09), 0px 20px 43px rgba(0, 0, 0, 0.1);

}

.contact-map{

    height: 550px;

    filter: grayscale(100%);

}

.contact-form h2{

    font-size: 60px;

    font-weight: normal;

    color: #000;

    line-height: 70px;

    position: relative;

    z-index: 1;

    display: table;

    margin: 0 0 30px;

}

.contact-form h2:after{

    position: absolute;

    content: '';

    width: 100%;

    height: 10px;

    background: url('../images/title-shap1.png') 0 0 no-repeat;

    background-size: 100% 100%;

    bottom: 10px;

    left: 0;

    z-index: -1;

}

.contact-form .form-group{

    margin: 0 0 30px;

}

.contact-form .form-group label{

    font-size: 20px;

    font-weight: 600;

    color: #000;

    line-height: 20px;

    display:block;

    margin: 0 0 10px;

}

.input-box{

    position: relative;

}

.input-box .form-control{

    padding: 15px 20px;

    height: auto;

    box-shadow: none;

    border: 1px solid #D9D9D9;

    border-radius: 0;

    font-size: 18px;

    font-weight: normal;

    color: #000;

    resize: none;

}

.input-box .form-control::placeholder{

    color: #757575;

}

.input-box:after{

    position: absolute;

    content: '';

    width: 55px;

    height: 2px;

    background: #0586BA;

    /* bottom: 0; */

    top: 57px;

    left: 20px;

}



.msg-textarea.input-box:after {

    top: 165px;

}



.contact-form .btn-main{

    border: none;

}



footer{

    background: #000000;

    padding: 80px 0;

}

.footer-top{

    padding: 0 0 30px;

}

.about-footer figure{

    margin: 0 0 30px;

}

.about-footer figure img{

    height: 95px;

}

.about-footer p{

    font-size: 16px;

    font-weight: normal;

    color: rgba(255, 255, 255,  0.60);

    line-height: 26px;

    margin: 0 0 30px;

    padding: 0 0 20px;

    position: relative;

}

.about-footer p:after{

    position: absolute;

    content: '';

    width: 60%;

    height: 1px;

    background: #F2F2F2;

    bottom: 0;

    left: 0;

    opacity: 0.20;

}

.about-footer ul li{

    margin: 0 0 10px;

}

.about-footer ul li:last-child{

    margin: 0;

}

.about-footer ul li a{

    display: flex;

    align-items: center;

    font-size: 16px;

    font-weight: normal;

    color: #fff;

    line-height: 26px;

}

.about-footer ul li a figure{

    min-width: 24px;

    max-width: 24px;

    margin: 0 12px 0 0;

}

.about-footer ul li a figure img{

    width: 100%;

    height: auto;

    margin: 0;

}

.about-footer ul li a:hover{

    opacity: 0.70;

}



.quicklinks-rw h3{

    font-size: 32px;

    font-weight: 600;

    color: #fff;

    line-height: 42px;

    margin: 0 0 30px;

}

.quicklinks-rw-col{

    display: flex;

    flex-wrap: wrap;

    margin: 0 -25px;

}

.quicklinks-rw-col .quicklinksbx{

    width: 50%;

    padding: 0 25px;

}

.quicklinks-rw-col .quicklinksbx ul li{

    margin: 0 0 10px;

}

.quicklinks-rw-col .quicklinksbx ul li a{

    font-size: 20px;

    font-weight: 600;

    color: #fff;

    line-height: 30px;

    display: block;

}

.quicklinks-rw-col .quicklinksbx ul li a:hover{

    color: #0586BA;

}



.subscribe-box{

    margin: 0 0 0 auto;

    max-width: 415px;

}

.subscribe-box h3{

    font-size: 32px;

    font-weight: 600;

    color: #fff;

    margin: 0 0 30px;

}

.join-bx{

    padding: 20px;

    background: rgba(255, 255, 255, 0.10);

    box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);

}

.join-bx h4{

    margin: 0 0 30px;

    font-size: 25px;

    font-weight: 600;

    color: #fff;

    line-height: 35px;

}

.join-bx .form-group{

    margin: 0;

    position: relative;

    display: flex;

    align-items: flex-start;

}

.join-bx .form-group .form-control{

    padding: 12px 20px 12px 40px;

    background: #fff;

    border: none;

    border-radius: 0;

    height: auto;

    box-shadow: none;

    font-size: 18px;

    font-weight: normal;

    color: #000;

}

.join-bx .form-group .form-control::placeholder{

    color: #757575;

}

.join-bx .form-group .mailic{

    position: absolute;

    top: 18px;

    left: 10px;

}

.join-bx .form-group button{

    width: 51px;

    height: 51px;

    min-width: 51px;

    background: #0586BA;

    border: none;

    color: #fff;

    font-size: 18px;

    text-align: center;

}

.join-bx .form-group button:hover{

    background: #fff;

    color: #0586BA;

}



.copyright{

    padding: 30px 0 0;

    border-top: 1px solid rgba(255, 255, 255, 0.20);

}

.copyright .row{

    align-items: center;

}

.copyright p{

    margin: 0;

    font-size: 20px;

    font-weight: normal;

    color: rgba(255, 255, 255, 0.60);

    line-height: 30px;

}

.copyright p a{

    color: rgba(255, 255, 255, 0.60);

}

.copyright p a:hover{

    color: #fff;

}



.footer-socialbx{

    display: flex;

    align-items: center;

    justify-content: flex-end;

}

.footer-socialbx a{

    margin-right: 25px;

}

.footer-socialbx a:last-child{

    margin: 0;

}

.footer-socialbx a:hover{

    opacity: 0.60;

}

/* **** End Home Page **** */



/* **** About Page **** */

.inner-banner{

    position: relative;

}

.inner-banner:after{

    position: absolute;

    content: '';

    background: radial-gradient(130.51% 65.37% at 50% 34.63%, rgba(0, 0, 0, 0) 0%, #000000 100%);

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

}

.inner-banner img{

    width: 100%;

}

.inner-banner .banner-center{

    z-index: 5;

}

.inner-banner .banner-center h1{

    margin: 0;

}



.about-pg-wrp{

    padding: 150px 0;

}

.about-pg-wrp .row{

    align-items: center;

}

.about-pg-img{

    padding: 10px;

    background: #FFFFFF;

    box-shadow: 0px 8.60583px 21.5146px rgba(0, 0, 0, 0.15);

}

.about-pg-img img{

    width: 100%;

}

.about-pg-data{

    padding: 0 0 0 30px;

}

.about-pg-data p{

    font-size: 20px;

    font-weight: normal;

    color: #757575;

    line-height: 30px;

    margin: 0 0 20px;

}

.about-pg-data p strong{

    font-weight: 600;

    color: #000;

}



.about-professional-wrp{

    padding: 80px 0 30px;

    background: #F7F7F7;

}

.about-cnt-wrp{

    padding: 150px 0;

}

/* **** End About Page **** */







.wpcf7-form.invalid .wpcf7-response-output{

    border: 0px;

    padding: 0;

    margin: 10px 0 0 0;

    color: #dc3232;

}



header a.btn-cnt {

    padding: 10px 50px 10px 20px !important;

    position: relative;

}



header a.btn-cnt::before {

    content: "";

    position: absolute;

    right: 10px;

    height: 30px;

    width: 30px;

    background-color: #fff;

    transition: 0.4s;

}



header a.btn-cnt:after {

    content: "";

    background: url(../images/right-arw.svg) no-repeat;

    position: absolute;

    right: 12px;

    height: 12px;

    width: 20px;

    top: 50%;

    transform: translateY(-50%);

    transition: 0.4s;



}



header .btn-cnt:hover a.btn-cnt::before{

    background-color:  #0586BA;

}

header .btn-cnt:hover a.btn-cnt:after {

    filter: invert(1);

}



/*typography*/



.typography-main-title {

    margin-bottom: 30px;

}

.typography-content h1 {

font-size: 70px;

font-weight: 400;

line-height: 80px;

}

.typography-content h2 {

font-size: 60px;

font-weight: 400;

line-height: 70px;

}

.typography-content h3 {

font-size: 50px;

font-weight: 400;

line-height: 60px;

}

.typography-content h4 {

font-size: 40px;

font-weight: 400;

line-height: 50px;

}

.typography-content h5 {

font-size: 30px;

font-weight: 400;

line-height: 40px;

}

.typography-content h6 {

font-size: 25px;

font-weight: 400;

line-height: 30px;

}

.alignright {

  float: right;

  margin: 20px 0 20px 20px;

}



.aligncenter {

  float: none;

  display: block;

  margin: 20px auto;

}



.alignleft {

  float: left;

  margin: 20px 40px 20px 0;

}

.typography-content {

    padding: 30px 0;

}



.section-404 {

        padding: 100px 0;

}



.section-404 .detail-404 {

        display: flex

;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}



.section-404 .detail-404 h2 {

    font-size: 40px;

}

/*typography*/


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    background: #dc3232;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.wpcf7 form.sent .wpcf7-response-output{
    background: #46b450;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.swiper-slide {
    height: auto !important;
    text-align: center;
}
.swiper-content {
    height: 100% !important
}
.multifamily-block{height: 100%;}