#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fbfbfb;
    z-index: 999999;
}
#preloader #status {
    position: fixed;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    width: 187px;
    height: 187px;
    margin: 0 auto;
    background: url(../images/loader.gif);
    background-size: cover;
    background-position: center;
    opacity: 1;
    transform: translate(-50%, -50%);
    visibility: visible;
    transition: all ease-in-out 0.5s;
    z-index: 9999999999;
}

header#header .header-top {
    background-color: #0a7aff;
    padding-bottom: 5px;
    padding-top: 5px;
}
header#header .header-top .element {
    line-height: 0;
}
.mobile-categories img {
}

.mobile-categories .tm-portfolio-content-wrapper {
    position: absolute;
    bottom: 20px;
    margin: 20px;
    padding: 20px;

    background-color: rgba(0, 0, 0, 0.342);
}
.mobile-categories .tm-portfolio-content-wrapper a {
    color: white;
}
.mobile-categories .tm-portfolio-inner {
    position: relative;
}

.btn-theme-colored2 {
    color: #fff;
    background-color: #03489b;
    border-color: #03489b;
    box-shadow: 0 7px 20px rgb(4 30 53 / 20%);
}
.btn-theme-colored2:hover {
    background-color: #0a7aff;
    border-color: #0a7aff;
}
/* .btn-theme-colored2 {
    color: #fff;
    background-color: #5c5d5e;
    border-color: #5c5d5e;
    box-shadow: 0 7px 20px rgb(4 30 53 / 20%);
}
.btn-theme-colored2:hover{
    background-color: #0A7AFF;
    border-color: #0A7AFF;
} */

.product .product-header .special {
    box-shadow: 0 7px 20px rgba(198, 164, 126, 0.2);
    background-image: linear-gradient(to right, #0a7aff 0%, #dbc6ae 51%, #0a7aff 100%);
}

.product .product-header:hover .special {
    box-shadow: 0 10px 20px rgba(198, 164, 126, 0.5);
    background-position: right center;
}

.product .product-header .special {
    border-radius: 15px;
    background-size: 200% auto;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    font-size: 1rem;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 0 12px;
    text-transform: uppercase;
    z-index: 3;
    box-shadow: 0px 10px 30px rgb(5 5 5 / 8%);
    transition: all 0.3s ease-in-out;
}

.author-thumb img {
    border-radius: 50%;
}

.ereco_testimonial {
    min-height: 380px;
}

.modal {
    /* width:30%; */
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
}


.product-single .product-image-slider .tm-owl-thumbs .tm-owl-thumb-item {

    padding: 3px 5px;

}


.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
    width: 250px;
}

.styled-icons a {
    margin-right: 0px;
}
.img-icon-service-box.style2{
    box-shadow:5px -6px 20px 0px #12111187;
}

@media (max-width: 1199.98px){
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
        padding-left: 30px !important;
    }
}


