/* font */
@font-face {
    font-family: WorkSans-Light;
    src: url('../fonts/worksans-roman.ttf');
}

@font-face {
    font-family: WorkSans-Medium;
    src: url('../fonts/WorkSans-Medium.otf');
}

@font-face {
    font-family: WorkSans-SemiBold;
    src: url('../fonts/WorkSans-SemiBold.otf');
}

@font-face {
    font-family: WorkSans-Bold;
    src: url('../fonts/WorkSans-Bold.otf');
}

@media (max-width:512px) {
    .text-xs-left {
        text-align: left !important
    }

    .text-xs-right {
        text-align: right !important
    }

    .text-xs-center {
        text-align: center !important
    }
}

html {
    position: relative;
    height: 100%;
}

body {
    font-family: WorkSans-Light;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    font-size: 15px;
    color: #202f38;
}

.nopadding {
    padding: 0px !important;
}

.sec-pad {
    padding: 60px;
}

.row {
    margin: 0px;
}

a, a:hover {
    color: inherit;
}

p, ul {
    font-size: 16px;
    color: #827b7b;
}

.h5, h5 {
    font-size: 1.1rem;
}

.bolder {
    font-family: WorkSans-Bold !important;
}

.bold {
    font-family: WorkSans-SemiBold !important;
}

.medium {
    font-family: WorkSans-Medium !important;
}

.theme-color {
    color: #5089a9 !important;
}

.light-bg {
    background-color: #f5f5f5;
}


.top-header {
    padding-top: 30px;
    padding-bottom: 30px;
}

ul.header-li {
    display: inline-flex;
    align-items: center;
}

.header-li li {
    list-style: none;
    display: inline-block;
    margin: 0px 20px;
    text-align: left;
}

.header-li li h5 {
    font-size: 1.1rem;
}

.header-li li a:hover {
    color: #5089a9;
    text-decoration: none;
}

.header-li li .media span.fa {
    font-size: 26px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #5089a9;
    background-color: #dee9ef;
    justify-content: center;
    align-items: center;
    display: flex;
}

.header {
    background-color: #5089a9;
}

.nav-link {
    display: block;
    padding: .7rem 1rem;
    font-size: 16px;
    color: #fff !important;
    position: relative;
}

.nav-item:hover a::before, .nav-item.active a::before {
    width: 100%;
    left: 0;
    right: auto;
}

.nav-item a::before {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: #fff;
    position: absolute;
    bottom: 5px;
    right: 0;
    -webkit-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    -o-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
}

.nav-item {
    margin: 0px 1.2rem;
}

.navbar-toggler {
    padding: .2rem .65rem;
    font-size: 1.1rem;
    position: absolute;
    top: -60px;
    right: 0px;
}

.navbar-toggler:focus {
    outline: 0;
}

.content-height h1 {
    color: #fff;
    font-family: WorkSans-Bold;
    font-size: 3.8rem;
}

.content-height p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
}

.content-height {
    text-align: left;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 55%;
    padding: 0px 0px 0px 70px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.details-link:hover {
    text-decoration: none;
}

.detail-box {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    width: 100%;
    display: inline-flex;
    align-items: center;
    transition: all ease .5s;
}

.detail-box:hover {
    transform: translateY(-10px);
}

.detail-box .img-sec {
    background-color: #5089a9;
    display: block;
    padding: 30px 28px;
}

.detail-box .content {
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.detail-box .content h5 {
    font-size: 1.1rem;
}

.detail-box .content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title {
    margin-bottom: 40px;
}

.title p {
    color: #5089a9;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.title h2 {
    font-family: WorkSans-Medium;
    font-size: 1.8rem;
    line-height: 1.3;
}

.title h2 small {
    line-height: 1.4;
}

.services-box {
    padding: 50px 10px 30px 40px;
    border-left: 1px solid #c9dae4;
    min-height: 350px;
    cursor: pointer;
}

.services-box:hover .service-icon {
    background-color: #ffffff;
    border: 2px solid #5089a9;
}

.services-box:hover h5 {
    color: #5089a9;
}

.services-box ul li {
    position: relative;
}

.services-box ul li:before {
    content: '-';
    display: inline-block;
    position: absolute;
    top: -1px;
    color: #827b7b;
}

.services-box ul li p {
    margin-bottom: 5px;
    padding-left: 15px;
}

.service-icon {
    background-color: #dee9ef;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 12px;
    position: absolute;
    left: -14px;
    top: 30px;
    transition: all ease .5;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.my-btn {
    border-radius: 50px;
    border: 2px solid #5089a9;
    background-color: #5089a9;
    color: #fff;
    padding: .75rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
}

.my-btn:hover {
    background-color: transparent;
    color: #5089a9;
}

a.property-link:hover {
    text-decoration: none !important;
    color: #fff;
}

.property-box {
    background-color: #5089a9;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
    transition: all ease .5s;
}

.property-box:hover {
    transform: translateY(-10px);
}

.property-box .img {
    height: 320px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.property-box p {
    color: #fff;
    font-size: 15px;
    padding: 12px 20px;
}

.special-margin {
    margin-bottom: 45px;
}

.special-margin .margin {
    margin-bottom: -130px;
}

.socials li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px;
}

.socials li span {
    color: #8fb5ca;
    font-size: 43px;
}

.socials li a:hover span {
    color: #5089a9;
}

.footer-link {
    font-size: 14px;
}

.footer-link a {
    color: #5089a9;
}

.team-box {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    transition: all ease .5s;
    /* min-width: 405px; */
}

/*.team-box:hover{
    transform: translateY(-10px);
}*/
.team-img {
/*    height: 140px;
    width: 130px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.team-box .media-body {
    padding: 0px 20px;
}

.team-box h5 {
    font-size: 1.1rem;
    margin-bottom: 5px !important;
}

.team-box p {
    font-size: 16px;
}

.inner-title {
    font-family: WorkSans-Bold;
    font-size: 28px;
    text-align: center;
}

.map {
    width: 100%;
    height: 450px;
}

.contact-details {
    margin-top: -8rem;
    padding: 6rem 1rem;
}

.contact-details .service-icon {
    background-color: #dee9ef;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 12px;
    position: absolute;

    left: -21px;

    top: 30px;
    font-size: 21px;
    transition: all ease .5;
}

.contact-details .services-box {
    padding: 46px 10px 30px 40px;
    border-left: 0px solid #c9dae4;
    border: 1px solid #c9dae4;
    min-height: 171px;
}

.hour-details p {
    font-size: 14px;
    color: #000000f0;
    margin-bottom: 6px
}

.hour-details p.day {
    color: #5089a9;
    font-family: WorkSans-Bold;
}

.team-details {
    margin-top: 10px;
}

.team-details p {
    margin-bottom: 4px;
    font-size: 14px;
    color: #5089a9;
}

.team-inner .team-box {
    margin-bottom: 15px !important;
}

.liens-details h5 {
    font-size: 1.3rem;
    margin-bottom: 5px !important;
}

.liens-details p {
    font-size: 16px;
}

.liens-box {
    overflow: hidden;
}

.liens-box a:hover, .property-box a:hover {
    text-decoration: none;
}


.liens-box {
    margin-bottom: 30px;
}

.liens-box img {
    transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
}

.client-box img {
    height: 60px;
    text-align: left;
    margin: 20px auto;
}

.client-box a {
    text-decoration: none;
}

.client-box:hover h5 {
    color: #5089a9;
}

.img-box {
    position: relative;
    overflow: hidden;
}

.item-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.63);
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    overflow: hidden;
    opacity: 0;
}

.liens-box:hover .item-overlay {
    opacity: 1;
}

.item-overlay i {
    color: #fff;
    height: 54px;
    width: 54px;
    -webkit-border-radius: 54px;
    -khtml-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
    border-radius: 54px;
    background-color: #5089a9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.liens-box:hover img {
    -webkit-transform: scale(1.15);
    -khtml-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.p-details-box {
    background-color: #fff;
    padding: 15px;
    position: relative;
}

.p-details-box h5 {
    font-family: WorkSans-SemiBold;
}

.peb {
    position: absolute;
    top: 4px;
    right: 20px;
    width: 68px;
    height: 20px;
}

.peb.peb-e {
    background: url(../img/peb/peb_e.png) center no-repeat;
}

.peb.peb-g {
    background: url(../img/peb/peb_g.png) center no-repeat;
}

.peb.peb-d {
    background: url(../img/peb/peb_d.png) center no-repeat;
}

.peb.peb-a {
    background: url(../img/peb/peb_a.png) center no-repeat;
}

.peb.peb-b {
    background: url(../img/peb/peb_b.png) center no-repeat;
}

.peb.peb-c {
    background: url(../img/peb/peb_c.png) center no-repeat;
}

.peb.peb-e {
    background: url(../img/peb/peb_e.png) center no-repeat;
}

.peb.peb-f {
    background: url(../img/peb/peb_f.png) center no-repeat;
}

.p-details-box li {
    color: #827b7b;
    margin-bottom: 6px;
}

.liens-box:hover h5, .property-box:hover h5 {
    color: #5089a9;
}

.offer {
    width: fit-content;
    background-color: #5089a9;
    color: #fff;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 13px;
}

.p-img-box img {
    width: 100%;
    height: auto;
}

.property-boxes .property-box {
    margin-bottom: 30px;
}

.text-cust-right {
    text-align: right;
}

.p-price {
    font-family: WorkSans-Bold;
    font-size: 30px;

}

#sync1 .item {
    background: #0c83e7;
    margin: 5px;
    color: #FFF;
    overflow: hidden;
    text-align: center;
}

#sync2 .item {
    background: #C9C9C9;
    margin: 5px;
    color: #FFF;
    overflow: hidden;
    text-align: center;
    border: 1px solid #f3f3f3;
    cursor: pointer;
}

.property-slider-img {
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.property-mini-slider-img {
    width: 100%;
    height: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .6;
}

#sync2 .current .item .property-mini-slider-img {
    opacity: 1;
}

.text-black {
    color: #000;
}

.box001 .service-icon {
    background-color: #dee9ef;
    height: 40px;
    width: 40px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 12px;
    font-size: 18px;
    position: static;
}

.p-more-details .detail-box {
    padding: 20px 20px;
    display: block;
    align-items: center;
    margin-bottom: 30px;
}

.p-more-details .detail-box .fa {
    font-size: 36px;
    margin-bottom: 15px;
    color: #5089a9;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 47px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

.column {
    display: inline-block;
    width: 100px;
}

.column img {
    width: 100px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #0000;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white !important;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.mySlides img {
    width: 100%;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(255, 255, 255, 0);
}

.prev, .next {
    color: #fff !important;
    background-color: #000;
    border-radius: 50px;
    padding: 0px 10px;
}


.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #5089a9;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 0px;
    background-color: #f5f5f5;
    color: #5089a9 !important;
}

.nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #5089a9c4;
}

.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #5089a9 !important;
}

.nav-pills .nav-item:hover a::before, .nav-pills .nav-item.active a::before {
    width: 0%;
    left: 0;
    right: auto;
}

.nav-pills .nav-item {
    margin: 0px 0rem;
    width: 159px;
}

.nav-pills .nav-link small {
    font-size: 60%;
}