:root {
    --primary: #273542;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #d6594b;
}

#wp {
    position: fixed;
    z-index: 10000;
    height: 60px;
    width: 200px;
    right: 20px;
    top: 550px;
    border-radius: 50px;
    background-color: rgb(77 95 227);
    font-size: 30px;
    text-align: center;
    box-shadow: 2px 2px 3px #000000;
    color: #FFF;
}




@media only screen and (min-width: 960px) {

       .flexmagdy {
        position: absolute;
        top: 0;
        -webkit-transition: top linear 50ms;
        -moz-transition: top linear 50ms;
        -o-transition: top linear 50ms;
        transition: top linear 50ms;
    }

    .flexmagdy.fixed {
        position: fixed;
        top: 130px;
    }





}


@media (max-width: 767.98px) {
    .wpAgent {
        /*display: flow-root;*/
        clear: both;
        display: inline;
        position: fixed;
        z-index: 10000;
        width: 100%;
        height: 54px;
        bottom: 0;
        padding: 5px;
        /*border-radius: 50px;*/
        background-color: #757579;
        /*font-size: 30px;*/
        text-align: center;
        box-shadow: 2px 2px 3px #000000;
        color: #FFF;
    }
}
.roundedimage{
    padding:5px 5px;
}
@media (min-width: 767.98px) {
    .wpAgent {
        /*z-index: 5;*/
        display: none;
    }
}

/*.mobile-property-contact {
    z-index: 5;
}*/
/*@media (max-width: 767.98px) {
    .visible-on-mobile {
        display: block;
    }
}*/

    /*#mainNav {
    background: #273542;
    height: 99px;
}*/

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }


    .itemcopy {
        background: #c3212e;
    }

    .copyright {
        color: rgb(255,255,255);
    }


    ul {
    }

    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    #mainNav {
        /*border-bottom: 1px solid rgba(33,37,41,.1);*/
        background: rgb(39,53,66);
        font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
        /*transition: all .2s;*/
    }



        #mainNav.is-fixed .navbar-nav > li.nav-item > a {
            color: #a3212a;
        }

        #mainNav .navbar-nav > li.nav-item > a {
            font-size: 14px;
            font-family: 'Cairo';
            color: #a3212a;
        }

        #mainNav .navbar-nav > li.nav-item > a {
            padding: 10px 14px;
        }



    /**, *::before, *::after {
    padding-bottom: 4px;
}*/

    .list-inline {
        padding-top: 20px;
    }

    /*@media only screen and (max-width: 600px) {

    img {*/
    /*  border: 2px solid;
    box-shadow: 4px 2px rgb(35,51,66);*/
    /*width: 100%;
        object-fit: cover;
        object-position: bottom;
    }
}*/

    .img-fluid {
        height: 300px;
    }

    footer {
        padding: 0px 0 0px;
        padding-top: 30px;
    }

    @media only screen and (min-width: 992px) {
        #mainNav.is-visible {
            transform: translate3d(0, 0, 0);
        }
    }

    #myFooter h5 {
        color: #c9202c;
    }

    #myFooter a {
        color: #a3212a;
    }

    #myFooter .social-networks a {
        color: #893e3e;
    }

    #myFooter {
        margin-top: 30px;
        /* position: relative;
  
    height: 100%;*/
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -60px;
        padding-top: 50px;
        margin-top: 50px;
        background: #e6e6e6;
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    /* On smaller screens, decrease text size */

    @media only screen and (max-width: 300px) {
        .prev, .next, .text {
            font-size: 11px
        }
    }

    /*.owl-prev{
    background-color:#c3212e
}*/

    .testimonial-carousel .owl-nav {
        position: absolute;
        width: 100%;
        height: 40px;
        top: calc(50% - 20px);
        left: 0;
        display: flex;
        justify-content: space-between;
        z-index: 1;
    }

        .testimonial-carousel .owl-nav .owl-prev,
        .testimonial-carousel .owl-nav .owl-next {
            position: relative;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            background: var(--primary);
            border-radius: 40px;
            font-size: 20px;
            transition: .5s;
        }

    .owl-nav {
        position: absolute;
        top: 50%;
        left: -25px;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
    }

        .owl-nav .owl-prev,
        .owl-nav .owl-next {
            margin: 7px 0;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            background: var(--primary);
            border-radius: 40px;
            font-size: 20px;
            transition: .5s;
        }

            .owl-nav .owl-prev:hover,
            .owl-nav .owl-next:hover {
                background: var(--dark);
            }

    @media (max-width: 768px) {
        .owl-nav {
            left: 25px;
        }
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: #DDDDDD;
    }


    /*** Icon ***/
    .icon {
        padding: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF !important;
        border-radius: 50px;
        /*border: 1px dashed var(--primary) !important;*/
    }

    .text-format {
        color: #BF0411;
    }

    .formatimage {
        height: 500px;
        width: 500px;
        border-radius: 30px;
        border: 2px solid;
        box-shadow: 2px 2px 3px #000000;
    }

    .rounded {
        margin: 15px 15px;
    }

    /*
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }*/

    address {
        color: #a3212a;
    }

theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}

