@import url('https://fonts.googleapis.com/css?family=Open+Sans:400');

h1, h2 {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0
}

a, h3, h4, h5, h6, p {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.7em;
    margin-bottom: 20px;
    color: #131313
}

h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #131313
}

p {
    color: #181a1b;
    font-size: 16px
}

a {
    color: #000;
    text-decoration: none
}

a:focus, a:hover {
    color: #00008b;
    text-decoration: none
}
.red {
    color: #ff0000;
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}
.none {
    display: none;
}

.btn {
    padding: 8px 25px;
    text-transform: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-right: 4px;
    margin-bottom: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px
}

.btn:active, .btn:focus, .btn:hover {
    box-shadow: none !important;
    outline: 0 !important
}

.btn-lg {
    padding: 20px 50px;
    font-size: 18px
}

.btn-light {
    background: #00008b;
    color: #fff;
    border: none
}
#profireal-pb .btn-light {
    background: #679956;
}

.btn-light:active, .btn-light:focus, .btn-light:hover {
    background: #616161 !important;
    color: #fff;
    visibility: visible;
    opacity: 1
}

.btn-dark {
    background: #131313;
    color: #fff;
    border: none;
    border-radius: 30px;
}

.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
    background: #00008b !important;
    visibility: visible;
    color: #fff
}
#profireal-pb .btn-dark:focus, #profireal-pb .btn-dark:hover {
    background: #679956 !important;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn.with-arrow:hover {
    padding-right: 50px
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1
}

.hide {
    display: none
}

.width-100 {
    width: 100%
}

section {
    position: relative;
    background-color: #fff;
    z-index: 3
}

footer {
    position: relative;
    z-index: 3
}

.relative {
    position: relative
}

.overflow-hidden {
    overflow: hidden
}

.owl-item {
    float: left;
    max-width: 100%
}

.owl-stage-outer {
    overflow: hidden
}

#preloader {
    position: fixed;
    background: #131313;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    z-index: 10000
}

#status {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .5s ease-in-out
}

.loader-revolve {
    height: 32px;
    width: 32px
}

.loader-revolve::after {
    position: absolute;
    display: block;
    background: #fff;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    -webkit-animation: loader-revolve-1 2s cubic-bezier(.77, 0, .175, 1) infinite;
    animation: loader-revolve-1 2s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-revolve-1 {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0);
        opacity: 0
    }
}

@keyframes loader-revolve-1 {
    0% {
        transform: scale(0);
        opacity: 0
    }
    50% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(0);
        opacity: 0
    }
}

.loader-revolve span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    -webkit-animation: loader-revolve-2 2s cubic-bezier(.77, 0, .175, 1) infinite;
    animation: loader-revolve-2 2s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-revolve-2 {
    0% {
        -webkit-transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes loader-revolve-2 {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loader-revolve span::after, .loader-revolve span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 12px;
    width: 12px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: loader-revolve-3 2s cubic-bezier(.77, 0, .175, 1) infinite;
    animation: loader-revolve-3 2s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-revolve-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1)
    }
    50% {
        -webkit-transform: translate3d(-16px, 0, 0) scale(.5)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1)
    }
}

@keyframes loader-revolve-3 {
    0% {
        transform: translate3d(0, 0, 0) scale(1)
    }
    50% {
        transform: translate3d(-16px, 0, 0) scale(.5)
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1)
    }
}

.loader-revolve span::after {
    -webkit-animation: loader-revolve-4 2s cubic-bezier(.77, 0, .175, 1) infinite;
    animation: loader-revolve-4 2s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-revolve-4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1)
    }
    50% {
        -webkit-transform: translate3d(16px, 0, 0) scale(.5)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1)
    }
}

@keyframes loader-revolve-4 {
    0% {
        transform: translate3d(0, 0, 0) scale(1)
    }
    50% {
        transform: translate3d(16px, 0, 0) scale(.5)
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1)
    }
}

#navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.logo {
    padding-top: 28px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.logo a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
    text-transform: uppercase
}

.navigation-menu .navbar-nav li a,
.navigation-menu .navbar-nav li button {
    color: rgba(255, 255, 255, .71);
    font-size: .9em;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 18.15px;
    padding: 20px 13px;
    -webkit-transition: .3s;
    transition: .3s
}
.navigation-menu .navbar-nav li button {
    background: none;
    border: none;
}

.navigation-menu .navbar-nav .active {
    color: #fff
}

.navigation-menu .navbar-nav li a:hover,
.navigation-menu .navbar-nav li button:hover {
    color: #fff;
    background: 0 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.nav li a:focus, .nav li a:hover {
    color: rgba(255, 255, 255, .8);
    background: 0 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#rewardModal .close,
#redemptionModal .close {
    position: absolute;
    right: 20px;
    top: 15px;
}
#rewardModal h3,
#redemptionModal h3 {
    margin-bottom: 20px;
}
#rewardModal .modal-title,
#redemptionModal .modal-title {
    font-size: 42px;
    color: #f0f0f0;
}
#rewardModal .modal-footer button,
#rewardModal .modal-footer input,
#rewardModal .modal-footer a,
#redemptionModal .modal-footer button,
#redemptionModal .modal-footer input,
#redemptionModal .modal-footer a {
    margin-bottom: 0;
    margin-right: 5px;
    margin-left: 5px;
}
#rewardModal .text-info,
#redemptionModal .text-info {
    margin-bottom: 20px;
    font-size: 14px;
    color: #181a1b;
}

#modal-contact .close {
    position: absolute;
    right: 15px;
}
#modal-contact p {
    font-size: 24px;
    padding: 20px 0;
}
#modal-contact p.smaller-p {
    padding-top: 0;
    font-size: 18px;
}
#modal-contact .modal-body {
    display: flex;
}
.type-offer {
    margin-bottom: 0;
}
.type-offer label {
    float: inherit;
    padding-left: 30px;
    font-weight: 400;
}

.btn-secondary {
    background-color: #f0f0f0;
    border-radius: 30px;
}

.navbar {
    margin: 0
}

.nav-bg {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.nav-bg .logo {
    padding-top: 5px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.nav-bg .logo a {
    color: #131313
}

.nav-bg .navigation-menu .navbar-nav li a,
.nav-bg .navigation-menu .navbar-nav li button {
    color: #131313;
    padding: 20px 13px;
    -webkit-transition: .3s;
    transition: .3s
}

.nav-bg .navigation-menu .navbar-nav li a:hover,
.nav-bg .navigation-menu .navbar-nav li button:hover {
    color: #00008b
}
#profireal-pb .nav-bg .navigation-menu .navbar-nav li a:hover,
#profireal-pb .nav-bg .navigation-menu .navbar-nav li button:hover {
    color: #679956;
}

.nav-bg .navbar-nav > .active > a, .nav-bg .navbar-nav > .active > a:focus, .nav-bg .navbar-nav > .active > a:hover {
    color: #00008b !important;
    background-color: transparent
}
#profireal-pb .nav-bg .navbar-nav > .active > a, #profireal-pb .nav-bg .navbar-nav > .active > a:focus, #profireal-pb .nav-bg .navbar-nav > .active > a:hover{
    color: #679956 !important;
}

#home {
    height: 75vh
}
#home .container {
    position: relative;
}

#home .container.marioglos,
#home .container.vladimirskrobak {
    position: static;
}

.home-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 0 !important;
    background-image: url(/templates/default-makler/assets/img/bg-blue.webp)
}

.profireal {
    background-image: url(/templates/default-makler/assets/img/bg-green.webp)
}

.overlay:after {
    position: absolute;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 1
}

.profile-pic {
   /* position: fixed;*/
    position: absolute;
    right: 0;
    z-index: 2
}

.profile-pic img {
    height: 75vh
}

.home-text h1 {
    color: #fff;
    font-size: 4em;
    line-height: 80px;
}

.home-text h2 {
    margin-bottom: 10px
}

.home-text h2, .home-text h2 a {
    color: #fff
}

.home-text h3 a {
    color: #fff !important;
    font-size: 1.1em
}

.home-text h3 {
    color: rgba(255, 255, 255, .66);
    letter-spacing: 2px;
    margin-bottom: 10px
}

.arrow {
    color: #fff;
    font-size: 3em;
    white-space: nowrap;
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all 750ms ease-in-out;
    -ms-transition: all 750ms ease-in-out;
    -o-transition: all 750ms ease-in-out;
    transition: all 750ms ease-in-out;
    z-index: 100
}

.lift {
    bottom: 64px
}

.display-table {
    display: table;
    width: 100%;
    height: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle
}

.headline {
    /*position: fixed;
    top: 15%;*/

    position: absolute;
    top: 150px;
    z-index: 2;
    padding-left: 15px
}

#about {
    padding: 70px 0;
    background: #fff
}

#about h2 {
    margin-top: 0
}

.description {
    max-width: 100%
}

.description p, .facts p {
    margin-bottom: 20px
}

.social-icons {
    padding-left: 0
}

.social-icons li {
    display: inline-block;
    display: -moz-inline-stack;
    list-style: none;
    margin: 0;
    padding: 0
}

.social-icons li a {
    color: #131313;
    background: rgba(42, 41, 41, 0);
    display: inline-block;
    display: -moz-inline-stack;
    width: 50px;
    height: 40px;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.social-icons li a:hover {
    color: #00008b;
}
#profireal-pb .social-icons li a:hover {
    color: #679956;
}

.social-icons li a i {
    font-size: 1.3em
}

.facts {
    float: right
}

.count-item {
    margin-right: 0;
    margin-bottom: 20px
}

.numscroller {
    color: #131313;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    position: relative
}

.count-name-intro {
    color: #131313;
    font-size: 1.3em;
    font-weight: 600;
    font-family: 'Lato', sans-serif
}

.plus-after:after {
    content: "+";
    position: absolute;
    padding-left: 2px
}

#skills {
    padding: 95px 0 50px;
    background: #f2f2f2
}

#skills h2 {
    margin-bottom: 50px
}

.skills-right {
    float: right
}

.progress-box {
    margin-bottom: 50px
}

.progress-box p {
    font-weight: 600;
    margin-bottom: 10px
}

.progress {
    background-color: rgba(26, 26, 26, .31);
    height: 20px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-box .progress {
    box-shadow: none;
    height: 3px
}

.progress-box .progress-bar {
    transition-duration: 2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.bg-color-base {
    background: #00008b !important
}
#profireal-pb .bg-color-base {
    background: #679956 !important;
}

.color-heading {
    color: #131313 !important
}

#portfolio {
    padding: 90px 0 80px;
    background: #fff
}

#port-image .mix {
    display: none
}

.filter {
    position: relative;
    display: inline-block;
    color: #131313;
    font-size: 1em;
    font-weight: 600;
    padding: 6px 17px;
    margin: 0 3px;
    font-family: 'Lato', sans-serif
}

.filter-btn {
    padding: 6px 10px;
    margin-top: 30px;
    margin-bottom: 35px;
    cursor: pointer
}

.filter-btn .active {
    background-color: #131313;
    color: #fff;
    border-radius: 7px;
    border: none;
    margin-left: 0;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s
}

.filter-btn .active:hover {
    background-color: #00008b;
}
#profireal-pb .filter-btn .active:hover {
    background-color: #679956;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 1em;
    max-width: 1000px;
    list-style: none;
    text-align: center
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 2px 0;
    min-width: 358px;
    max-width: 358px;
    max-height: 290px;
    width: 48%;
    text-align: center;
    cursor: pointer
}

.port-desc {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #131313;
    margin: 8px 5px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    line-height: 1.2em;
    text-align: center
}

.port-desc *, .port-desc :after, .port-desc :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.port-desc:before {
    position: absolute;
    background-color: #fff;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.port-desc img {
    max-width: 100%;
    vertical-align: top
}

.port-desc figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    padding: 0 30px
}

.port-desc h3 {
    text-transform: uppercase;
    margin: 0 0 6px;
    letter-spacing: 2px
}

.port-desc p {
    margin: 0 0 10px;
    opacity: .6
}

.port-desc .icons {
    width: 100%
}

.port-desc a {
    margin: 2px;
    display: inline-block
}

.port-desc a i {
    background-color: #333;
    color: #131313;
    text-align: center;
    border-radius: 3px;
    display: block;
    line-height: 34px;
    width: 34px
}

.port-desc a i:before {
    color: #fff
}

.port-desc.hover:before, .port-desc:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.port-desc.hover figcaption, .port-desc:hover figcaption {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1
}

.services {
    padding: 70px 0;
    background: #f2f2f2
}

.services h2 {
    margin-bottom: 30px
}

.services-item i {
    margin-bottom: 20px
}
.services-item h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #131313;
    font-size: 18px;
}

#sales-process {
    padding: 70px 0;
}

#sales-process img {
    width: 100px
}

#sales-process .item {
    min-height: 200px;
    padding: 5px 0
}

#sales-process p {
    padding: 15px 15px 0;
}

.video_sec {
    padding: 0 0 70px 0;
}

/*#short_video {
    padding-top: 70px;
}*/

#references_video {
    padding-top: 70px;
}

.video_sec iframe, .video_sec video {
    width: 100%;
    height: 200px;
    outline: 0
}
#visual_3d iframe, #mgm_in_television iframe {
    height: 250px;
}

#social_propagation {
    padding: 0 0 70px 0
}

#social_propagation img {
    width: 100%;
    height: 170px;
    object-position: center;
    object-fit: cover;
    border: 1px solid #fafafa;
}
#social_propagation .item {
    padding-bottom: 15px;
}
#open_house img {
     width: 100%;
     height: 260px;
     object-position: 100% 0;
     object-fit: cover;
}

#hire {
    padding: 95px 0 90px;
    background: #fff
}

#hire p {
    width: 30em;
    max-width: 100%
}

#hire .btn {
    margin-top: 60px;
    float: right
}

#testimonial {
    padding: 70px 0;
    position: relative;
    width: 100%;
    /*height: 100%;*/
    background: #f2f2f2
}

#testimonial .overlay {
    position: absolute;
    background: rgba(153, 195, 230, .1);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1
}

.flex-control-paging li a {
    background: rgba(0, 0, 0, .66)
}

.flex-control-paging li a.flex-active {
    background: #000
}

.flex-control-paging li a:hover {
    background: #464646
}

#testimonial .flexslider {
    position: relative;
    z-index: 2;
    margin: 0 auto
}

.testimonial-slider .avatar {
    width: 82px;
    height: 82px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    border: 3px solid #fff;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden
}

.testimonial-slider .avatar img {
    width: 82px;
    height: auto
}

.testimonial-slider p {
    font-weight: 400;
    line-height: 22px
}

#testimonial li {
    text-align: center
}

.quotation2 .quotation-icon:first-child {
    margin-top: 140px
}

.quotation2 .quotation-icon {
    background: 0 0;
    font-size: 1.2em
}

.quotation-icon {
    font-size: 20px;
    text-align: center;
    font-weight: 500
}

.quotation2 .text-q {
    font-size: 1.2em;
    text-align: center;
    padding: 50px 10px
}

#testimonial img {
    max-width: 200px;
    border-radius: 50%;
    height: 200px;
    object-fit: cover
}

#testimonial .flexslider {
    padding-top: 10px
}

#blog {
    padding: 70px 0;
    background: #fff
}
#blog h2 {
    margin-bottom: 0;
}

.blog-item {
    width: 100%;
    float: left
}

.blog-item .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 20px
}

.blog-item .blog-img img {
    position: relative;
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.blog-item .blog-desc h4 {
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center
}

.blog-item .blog-desc h4 a {
    color: #252525;
    text-decoration: none
}

.blog-item .blog-desc p {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.blog-item:hover .blog-img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

#contact {
    padding: 70px 0;
    background: #f2f2f2
}

#contact h2 {
    margin-bottom: 45px
}

#contact .address-icons p {
    color: #131313;
    margin-bottom: 30px
}

#contact-form button {
    margin-top: 15px
}

#contact i.fa {
    color: #131313;
    font-size: 2em;
    line-height: 45px;
    margin-bottom: 10px
}

#contact .text-danger {
    color: #636363;
    text-align: left
}

label {
    float: left
}

label.error {
    color: #515769;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 15px 0
}
.form-control {
    height: 45px;
    padding: 15px 12px;
    font-size: 16px;
    border-radius: 30px;
    border: 0;
    box-shadow: none;
}
.modal .form-control {
    background-color: #f0f0f0;
}
#contact .form-control {
    display: block;
    background-color: #fff;
    color: #131313;
    width: 100%;
    padding: 15px 12px;
    line-height: 1.42857143;
    background-image: none;
    border: 0;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent
}

.form-control::-webkit-input-placeholder {
    color: #595959;
    font-size: .9em
}

.form-control:-moz-placeholder {
    color: #595959;
    font-size: .9em
}

.form-control::-moz-placeholder {
    color: #595959;
    font-size: .9em
}

.form-control:-ms-input-placeholder {
    color: #595959;
    font-size: .9em
}

textarea {
    resize: none
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

#error, #success {
    display: none
}

#error p, #success p {
    display: block
}

#success p {
    color: #fff;
    background: #00008b;
    text-align: center;
    padding: 10px;
    border: none;
    margin-top: 20px;
    border-radius: 2px
}


#error p {
    color: #fff;
    background: #636363;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    border: none;
    margin-top: 10px
}
.check-ok {
    display: flex;
    align-items: center;
    justify-content: center;
}
#header {
    background-color: #777;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    margin-bottom: 50px
}

#header .overlay-blog:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1
}

#header .page-heading, #header .post-heading, #header .site-heading {
    color: #fff;
    padding: 100px 0 50px
}

#header .page-heading, #header .site-heading {
    text-align: center
}

#header .page-heading h1, #header .site-heading h1 {
    font-size: 50px;
    margin-top: 0
}

#header .page-heading .subheading, #header .site-heading .subheading {
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    margin: 10px 0 0
}

#header .post-heading h1 {
    font-size: 35px
}

#header .post-heading .meta, #header .post-heading .subheading {
    display: block;
    line-height: 1.1
}

#header .post-heading .subheading {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px
}

#header .post-heading .meta {
    font-style: italic;
    font-weight: 300;
    font-size: 20px
}

#header .post-heading .meta a {
    color: #fff
}

.post-container {
    margin: 0 auto;
    width: 45em;
    padding: 60px 0
}

.post-container img {
    max-width: 100%;
    padding: 40px 0
}

#footer {
    padding: 20px 0 27px;
    background: #fff
}

#footer-post {
    padding: 20px 0 0;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    margin-top: 100px
}

#footer p {
    color: #131313
}

.social-icons-footer {
    margin: 0 auto;
    padding: 0
}

.social-icons-footer li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block
}

.social-icons-footer li a {
    color: #131313;
    background: rgba(42, 41, 41, 0);
    font-size: 1.3em;
    display: -moz-inline-stack;
    display: inline-block;
    width: 50px;
    height: 40px;
    padding: 10px 10px 8px 10px;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    margin-bottom: 0
}

.social-icons-footer li a:hover {
    color: #131313
}

#footer {
    padding: 20px 0 27px;
    background: #fff
}

#footer-post {
    background: #f3f3f3;
    padding: 30px 0;
    margin-top: 100px
}

#footer p {
    color: #131313
}

.social-icons-footer {
    margin: 0 auto;
    padding: 0
}

.social-icons-footer li {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

.social-icons-footer li a {
    color: #131313;
    background: rgba(42, 41, 41, 0);
    font-size: 1.3em;
    display: -moz-inline-stack;
    display: inline-block;
    padding: 10px 10px 8px 10px;
    width: 50px;
    height: 40px;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    margin-bottom: 0
}

.social-icons-footer li a:hover {
    color: #00008b;
}
#profireal-pb .social-icons-footer li a:hover {
    color: #679956;
}

.main_footer {
    background-color: #fff;
    padding: 60px 0 55px 0
}

.padding-0-75 {
    padding: 0 75px
}

.main_footer .footer_block {
    font-size: 14px;
    color: #000
}

.main_footer .footer_block img {
    height: 75px;
    padding-right: 20px
}

.real_estate_agent {
    border-radius: 50%;
    padding-right: 0 !important;
    width: 75px;
    object-fit: cover
}

.narks {
    padding-right: 0 !important
}

.margin-top-30 {
    margin-top: 30px
}

.margin-btm-15 {
    margin-bottom: 15px
}
.margin-btm-10 {
    margin-bottom: 10px
}

.main_footer .copy {
    margin-top: 3px;
    margin-bottom: 10px
}

.main_footer .footer_block_title {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 24px
}

.qub_list {
    padding: 0 0 0 2px
}

.qub_list li {
    position: relative;
    padding-left: 18px;
    list-style: none
}

.anchor-contact, .qub_list a {
    text-decoration: none !important;
    color: #000
}

.anchor-contact:hover, .qub_list a:hover {
    color: #00008b;
    text-decoration: none
}
#profireal-pb .anchor-contact:hover, #profireal-pb .qub_list a:hover {
    color: #679956;
}

.qub_list li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: #282828
}

.social_wg a {
    display: inline-block;
    margin: -8px 10px 0 0;
    color: #000;
    font-size: 30px
}

.social_wg a:nth-child(1):hover {
    color: #3b5998
}

.social_wg a:nth-child(2):hover {
    color: #c32aa3
}

.social_wg a:nth-child(3):hover {
    color: #0e76a8
}

.social_wg a:nth-child(4):hover {
    color: red
}

.fa-heart, .la-heart {
    color: #e74c3c
}

#demo {
    height: 100vh
}

.demo-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat
}

.overlay-demo:after {
    position: absolute;
    background: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: -1
}

#demo h1 {
    margin: 80px 0 10px;
    color: #131313
}

#demo h4 {
    margin-bottom: 90px;
    color: #131313
}

#demo a {
    text-decoration: none
}

.demo-boxes img {
    margin-bottom: 15px;
    border: none;
    border-radius: 8px
}

#demo .demo-boxes a > h4 {
    color: #131313
}

.footer-demo p {
    margin: 0 auto
}

.overlay-50percent {
    position: absolute;
    background-color: #00008b;
    height: 53%;
    width: 100%;
    bottom: 0
}
#profireal-pb .overlay-50percent,
#profireal-pb .overlay-bm {
    background-color: #679956;
}
.banner-modal {
    margin-bottom: 70px;
}
.banner-modal h4 {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #fff;
}
.banner-modal p {
    font-size: 1.2em;
    color: #fff;
}
.overlay-bm {
    position: absolute;
    background-color: #00008b;
    height: 100%;
    width: calc(100% - 30px);
    bottom: 0
}
.btn-white {
    cursor: pointer;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    border-radius: 30px;
}
.btn-white:hover {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}
#profireal-pb .btn-white:hover {
    background: #679956;
}

.banner-modal .text,
.banner-modal .btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 50px;
}
.personal_banner {
    padding-bottom: 100px;
    margin-top: -40px
}

.personal_banner a, .personal_banner h4, .personal_banner p {
    color: #fff
}

.personal_banner .photo {
    padding: 0
}

.personal_banner .photo img {
    width: 150px;
    object-fit: cover;
    min-height: 200px;
    transform: rotateY(180deg);
    filter: contrast(.9)
}

.personal_banner .text {
    position: absolute;
    left: 200px;
    bottom: 20px
}

.personal_banner .phone {
    position: absolute;
    right: 50px;
    bottom: 25px
}

.personal_banner a {
    font-size: 1.5em;
    font-weight: 800
}

.personal_banner p {
    font-size: 1.2em
}

.personal_banner h4 {
    font-size: 1.8em;
    text-transform: uppercase
}

.personal_banner .phone span {
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 65px;
    margin-bottom: -20px
}

.padding15-overlay-right {
    position: absolute;
    right: 0;
    height: 53%;
    width: 15px;
    background: #fff;
    bottom: 0;
    z-index: 3
}

.owl-carousel-blog {
    position: relative
}

.owl-carousel-blog .owl-dots, .owl-carousel-certif .owl-dots {
    display: none
}

.owl-nav button {
    background-color: #202020;
    border: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    outline: 0;
    position: absolute;
    transition: .2s
}

.owl-carousel-certif button {
    width: 40px;
    height: 40px
}

.owl-nav button:hover {
    background-color: #f4f4f4;
    color: #202020
}

.owl-nav button span {
    font-size: 45px
}

.owl-carousel-certif .owl-nav button span {
    font-size: 30px
}

.owl-nav .owl-prev {
    left: 0;
    top: calc(35% - 25px)
}

.owl-nav .owl-next {
    right: 0;
    top: calc(35% - 25px)
}

.owl-carousel-certif .owl-prev {
    top: calc(50% - 20px)
}

.owl-carousel-certif .owl-next {
    top: calc(50% - 20px)
}

.owl-nav .disabled {
    visibility: hidden
}

.certificate img {
    margin-bottom: 5px
}


body.cookiewarning div.cookiewarning {
    padding: 1em;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: #f2f2f2;
}
body div.cookiewarning {
    display: none;
}
div.cookiewarning h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
div.cookiewarning p {
    font-size: 14px;
}
.cookiewarning .btn-warning {
    transition: .5s;
    position: relative;
    cursor: pointer;
    z-index: 0;
}
.cookiewarning .btn-warning {
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #000;
    border: none;
    margin-top: 5px;
    float: right;
    font-size: 14px;
    border-radius: 10px;
    outline: none;
    transition: .3s;
}
.cookiewarning .btn-warning:hover {
    background-color: #000080;
}
#profireal-pb .cookiewarning .btn-warning:hover {
    background-color: #679956;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.mt-15px {
    margin-top: 15px;
}