.ptop100 {
    margin-top: 100px
}

.property-box {
    border: 0;
    background-color: transparent;
    padding: 0 5px;
}

.isotope .isotope-item,
.gtco-card-item,
.property-box img {
    margin: 0 !important;
}

.swapertext {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gtco-card-item i {
    color: #FFF;
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 20px;
}

/*  .gtco-card-item:hover i{ color: #FFF; font-size: 50px;  } */
.gtco-card-item h2 {
    color: #FFF;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 25px;
}

.gtco-card-item:hover h2,
.gtco-card-item:hover span,
.gtco-card-item:focus h2,
.gtco-card-item:focus span {
    color: #FFF !important
}

.overlay {
    background: rgba(0, 0, 0, .6);
    display: block !important;
}

#propertybg {
    background-image: none;
}

#gtco-features,
#gtco-features-2,
#gtco-products,
#gtco-services,
#gtco-subscribe,
.gtco-footer,
.gtco-section {
    padding: 4em 0
}

.bgHero {
    background: #FFF;
    /*  background: url('../images/corpbg.jpg') no-repeat;
    background-size: cover */
}

@media (max-width: 768px) {

    #gtco-features,
    #gtco-features-2,
    #gtco-products,
    #gtco-services,
    #gtco-subscribe,
    .gtco-footer,
    .gtco-section {
        padding: 50px 0 0 0;
    }

    .property-box {
        width: 100% !important
    }

    .ptop100 {
        margin-top: 50px;
    }
}

@media(max-width:480px) {
    .gtco-card-item h2 {
        font-size: 19px;
    }

    .gtco-card-item i {
        display: none
    }
}

.owl-dots {
    bottom: -40px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #ccc !important
}

.owl-carousel button.owl-dot.active {
    background: #333 !important
}

.owl-theme .owl-dots .owl-dot span {
    display: none
}

.owl-theme .owl-dots .owl-dot {
    width: 20px;
    height: 20px
}

.popup {
    width: 800px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center
}

.popup .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.popup .swaptxt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup h2 {
    color: #FFF;
    font-size: 25px
}
.popup h3 {
    color: #FFF;
    font-size: 22px
}
.popup p {
    color: #FFF;
    font-size: 18px
}

.popup a {
    background-color: #fecb00;
    color: #333;
    padding: 10px 40px;
    margin-top: 50px;
    display: inline-block;

}

.fancybox-button svg path {
    color: #FFF
}