footer {
    background-color: #000;
}

.footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 25px;
    color: hsla(0, 0%, 100%);
}

.footer__list {
    list-style: none;
    padding: 0;
}

.footer__list > li {
    margin-bottom: 13px;
    color: #ffffff;
}

.footer__list > li > a {
    margin-bottom: 13px;
    color: #969090;
    margin-left: 0;
}

.copyright {
    color: #A7A7A7;
    text-align: center;
    margin-top: 20px;
}

.header_Calendar {
    color: #ffffff;
}

img.logo_footer {
    width: 60%;
    margin-top: 50px;
}


img.instagram {
    width: 35px;
}

img.fb {
    width: 35px;
}

img.youtube {
    width: 50px;
}


@media only screen and (max-width: 992px) {
    img.logo_footer.d-block.mx-auto {
        width: 30%;
    }
    .nav-1 li.nav-item {
        /* padding: 4px; */
        margin: 20px 0;
    }
}

@media only screen and (max-width: 550px) {

    .owl-item p.text-center {
        font-size: 13px;
    }

}
.blue {
    width: 100%;
    height: 10px;
    background: #2b56c6;
}


.pink {
    width: 100%;
    height: 10px;
    background: #FE5379;
}

.dropdown-menu.show {
    background: #2f3033;
    min-width: 20px!important;
    left: 25px;
    color: #fff;
}

a.dropdown-item {
    color: #fff;
}

.pricing__downloads.d-flex.justify-content-center a.store {
    margin-left: 5px;
}


@media only screen and (max-width: 400px) {

    .pricing__downloads.d-flex {
        display: block!important;
        text-align: center;
        margin: auto auto auto 5px;
    }


}

.owl-carousel, .view_modes {
    display: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

/*.owl-carousel.owl-carousel_2 .owl-dots {*/
/*    margin: -5px 0 0 0;*/
/*}*/

/*button.owl-dot {*/
/*    height: 12px;*/
/*    background: #dedede;*/
/*    border-radius: 50%;*/
/*    margin-left: 10px;*/
/*    border: none;*/
/*}*/

.owl-dots {
    /* position: absolute; */
    /* top: 100px; */
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
}

/*button.owl-dot.active {*/
/*    background: #505050;*/
/*}*/

.owl-dots {
    width: 100%;
}

.owl-carousel_2 h5 {
    color: #FFFFFF;
}

@media only screen and (max-width: 992px) {

    .owl-carousel, .view_modes {
        display: block;
    }

    .filter_Phone {
        display: none;
    }
    .phone {
        margin: 0 auto!important;
    }

    .nav-1 ul.navbar-nav.ml-auto {
        margin: 40px;
    }
}
.modal-dialog {
    height: 100%;
}
.modal-content {
    /* height: 90%; */
}
.modal-dialog {
    width: 96%;
    max-width: 100%;
}

.owl-carousel.owl-carousel_2 .owl-dots {
    top: 50px;
}

.owl-item .phone {
    /* top: 60px; */
}

.owl-carousel_2 .phone {
    /* top: 50px; */
}
.owl-item {
    padding-bottom: 50px;
}

button.owl-dot {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
}


