#logo img {
    width: 275px;
    max-height: 100%;
    margin-top: 15px;
}

a.btn-info span {
    font-size: 10px;
    line-height: 2;
}

a.btn-info {
    width: 50%;
    height: 73px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 12px;
    background: none;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    a.btn-info {
        width: 80%;
    }
}

@media screen and (max-width: 424px) {
    a.btn-info {
        height: 90px;
    }
}

a.btn-info:hover {
    background: #c1272c;
    color: #fff;
    border: 1px solid #c1272c;
}

ul.sub-menu li a:hover {
    text-decoration: none;
}

#about {
    padding: 50px 0;
}

h2, #about h2, #reviews h2, #we-social h2, #marketing h2, #featured h2, #properties h2 {
    margin-top: 10px;
    font-size: 65px;
    line-height: 115px;
    position: relative;
    font-weight: 900;
}

h2 span, #about h2 span, #reviews h2 span, #we-social h2 span, #marketing h2 span {
    font-weight: 500;
    color: #e79d42;
    font-size: 65px;
}

#marketing h2, #marketing h2 span {
    color: white;
}

#about a:hover {
    background: #e79d42;
}

.heading-border:before,
.heading-border:after {
    content: '';
    display: block;
    background-color: #dc212f;
    position: absolute;
    bottom: 5px;
    max-width: 520px;
    width: 100%;
    height: 1px;
}

#marketing .heading-border:before,
#marketing .heading-border:after {
    background-color: #fff;
}

.left-border-bottom:before {
    left: 0;
}

.left-border-bottom:after {
    width: 171px;
    height: 5px;
    left: 0;
    bottom: 3px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #052b60;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #052b60;
}

#reviews {
    background: transparent url(https://www.toptal.com/designers/subtlepatterns/patterns/dot-grid.png);
}


/* properties Style */
.position {
    position: relative;
}

.title h2 {
    margin-top: 15px;
}

.pad {
    padding: 2px 2px;
}

.bg-img {
    background: url(/wp-content/uploads/2019/02/image_2019-02-15_10-05-48.png) 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 450px;
}

.bg-img.bg2 {
    background: url(/wp-content/uploads/2019/02/image_2019-02-15_10-05-48.png) 50% 50% no-repeat;
    background-size: cover;
}

.bg-img.bg3 {
    background: url(/wp-content/uploads/2019/02/image_2019-02-15_10-05-48.png) 50% 50% no-repeat;
    background-size: cover;
}


.bg-img:after {
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.34);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.bg-img:after {
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.34);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.btn {
    background-color: #dc212f;
    border-color: #dc212f;
    color: #fff;
    border-radius: 0px;
}

.text {
    position: relative;
    z-index: 99;
    display: inline-block;
    width: 100%;
}

.btn-text {
    position: relative;
    z-index: 99;
}

.expro-slider__content--price {
    font-size: 2.438em;
    margin-top: 20px !important;
}

h3 {
    /*color: #FFF;*/
    text-transform: uppercase;
    /*font-size: 25px;*/
    line-height: 35px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    /*margin-bottom: 20px;*/
}

h4 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.btn-text {
    display: block;
    /*background-color: rgba(3,34,65,0.93);*/
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 3;
    overflow: hidden;
    transition: opacity 0.3s linear;
    opacity: 0;
    right: 50px;
    bottom: 30px;
    left: 50px;
}

.position:hover .btn-text {
    opacity: 1;
}

.position:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    transition: all .45s cubic-bezier(.72, .1, .14, 1);
    display: none;
}

.position .logo-div {
    display: block;
    font-size: 20vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    z-index: 0;
    opacity: 0;
    transition: transform 0.3s linear;
    background: url(../img/logo-514.png) 50% 50% no-repeat;
    width: 190px;
    height: 190px;
}

.position:hover .logo-div {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
}


.full {
    display: inline-block;
    width: 100%;
    float: left;
}

.bx-wrapper .bx-controls-direction a {
    width: 35px;
    height: 73px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 15px 5px;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: block !important;
}

.bx-wrapper .bx-prev {
    left: 3px;
    background: url(../img/arrow-left.png) no-repeat;
    background-size: 15px auto;
    background-position: 50% 50%;
}

.bx-wrapper .bx-next {
    right: 3px;
    background: url(../img/arrow-right.png) no-repeat;
    background-size: 15px auto;
    background-position: 50% 50%;
}

ul#menu-footer-menu, ul#menu-footer-menu-fr {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    ul#menu-footer-menu {
        margin-top: 0;
    }
}

#footer .text-content h5 {
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding-top: 15px;
}

#footer .footer-menu ul li {
    display: inline-block;
    padding: 0px 10px;
    border-right: 2px solid #fff;
    line-height: 10px;
}
#footer .footer-menu ul li:last-child {
    border-right: none;
}

#footer ul.sub-menu {
    margin-top: 0;
}

#footer .footer-menu ul li ul li {
    width: 100%;
    padding: 0;
}


#footer .footer-menu ul li a{
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}


#footer .socialMedia li a {
    border: none;
    padding: 15px 5px;
}

.menu-footer-menu-container {
    margin-top: 40px;
}

.dark_section {
    background-color: rgba(0, 0, 0, 0.7);
}

#marketing .dark_section {
    padding: 100px 0;
}

#marketing p, #marketing h3, #marketing i {
    color: white;
}

#marketing h3 {
    text-transform: uppercase;
}

.right {
    background: #1d459b;
    color: #fff;
}

.right h4,
.right h5,
.right a,
.right i {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    h2, #about h2, #reviews h2, #we-social h2, #marketing h2, #featured h2, #properties h2 {
        font-size: 32px;
    }

    h2 span, #about h2 span, #reviews h2 span, #we-social h2 span, #marketing h2 span {
        font-size: 32px;
    }
}
