.icon-social {
    color: rgba(6, 22, 58, 1) !important;
    font-size: 19px !important;
    text-align: left !important;
    width: 35px !important;
}

.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer {
    opacity: .0;
}

.color {
    color: rgba(93, 101, 118, 1) !important;
}

.ti {
    color: #10886B !important;
    position: absolute !important;
    left: 0 !important;
    top: 4px !important;
    font-size: 15px !important;
}

.envelope-style {
    color: #10886B !important;
    font-size: 15px !important;
    position: absolute !important;
    left: 8px !important;
    top: 17px !important;
}

.padd-bot {
    padding-bottom: 50px;
}

.footer .first-footer {
    padding: 52px 0 2px;
}

#totop {
    bottom: 54px;
    background-color: #E87636 !important;
}

.button-lang {
    background-color: #10886B;
    margin: 0 10px;
    border-color: none;
}

.button-lang:hover {
    background-color: #00A559;
    border-color: none;
}

.div-lang {
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .div-lang {
        top: 20px;
    }
}

.background {
    background-color: #BB0104;
}

.sep-red:after {
    border-bottom-color: #BB0104
}

.back-green {
    background: #10886Bhea;
}

.image-overlay-content .circle-shape.ttm-top-view-overlay {
    left: -50px;
}

@media (max-width: 1270px) {
    .image-overlay-content .circle-shape.ttm-top-view-overlay {
        left: -14px
    }
}

@media (max-width: 1199px) {
    .image-overlay-content .circle-shape.ttm-top-view-overlay {
        left: 52px
    }
}

.icon-headphones::before {
    font-family: themify;
    content: "\e69d";
    font-style: normal;
}

.btn-outline-secondary {
    border: none;
}

.btn-outline-secondary:hover {
    background-color: #010E24;
    color: #ffffff !important;
}

.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-secondary:focus {
    box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #10886B !important;
    color: #ffffff !important;
}

.btn-outline-secondary:active {
    background-color: #010E24 !important;
    color: #ffffff !important;
}

.show > .btn-outline-secondary.dropdown-toggle {
    background-color: #010E24 !important;
    color: #ffffff !important;
}

.btn-outline-secondary {
    color: #ffffff;
}

.custom-icon {
    position: relative !important;
    color: black !important;
    font-size: 14px !important;
    top: 0 !important;
}

.top-contact.ttm-highlight:after {
    background-color: #000;
}

.icon-user::before {
    font-family: themify;
    content: "\e602";
    font-style: normal;
}

.image-overlay-content .circle-shape p {
    font-size: 13px;
}

.image-overlay-content .rectangle-shape.ttm-bottom-view-overlay {
    right: 187px;
}

.bg-black {
    background-color: black !important;
}

.img-promo_1 {
    margin-top: 40px;
    height: 87%;
}

.dropdown-item:hover > .submenu {
    display: block;
}

ul div.submenu {
    position: absolute !important;
    display: none !important;
    right: -320px !important;
    width: 320px !important;
    top: -5px !important;
}

ul.sub-menu li.has-submenu:hover div.submenu {
    display: block !important;
}

div.submenu ul {
    display: block !important;
    position: static !important;
}

#rev_slider_4_1 {
    height: 600px !important;
}

#article-ul-ol ul {
    list-style: disc;
}

#article-ul-ol ol {
    list-style: disc;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

article.ttm-blog-classic {
    margin-top: 40px;
    margin-bottom: 0;
}

.product-hover:hover {
    cursor: pointer;
}

.img-fluid {
    width: 100%;
}

.page-link {
    color: #00886D;
}

.page-item.active .page-link {
    background-color: #00886D;
    border-color: #00886D;
}

.page-link:hover {
    color: #00886D;
}

.modal {
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    /* width: 80%; */
    max-width: 700px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    /* position: absolute; */
    /* top: 100px; */
    /* right: 35px; */
    color: #f1f1f1;
    /* font-size: 40px; */
    /* font-weight: bold; */
    /* transition: 0.3s; */
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.modal-backdrop {
    z-index: 0;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.oest-ul-padding {
    padding-left: 50px !important;
}

.moliduval-button-margin {
    margin-left: 50px;
}

.nyco-button-margin {
    margin-left: 25px;
}

.submenu ul {
    overflow: auto !important;
    max-height: 400px !important;
}

@media (min-width: 320px) and (max-width: 1199px) {

    ul div.submenu {
        position: relative !important;
        display: none !important;
        left: 30px !important;
        width: 100% !important;
        top: -5px !important;
    }

}

.owl-carousel .owl-nav span {
    font-size: 80px;
    position: absolute;
    top: 44%;
}

.owl-carousel .owl-nav .owl-prev span {
    left: -18px;
}

.owl-carousel .owl-nav .owl-next span {
    right: -18px;
}

.gallery-max-height {
    max-height: 700px;
}

.popup-gallery button.owl-next {
    position: absolute;
    top: 36%;
    right: 0;
}

.popup-gallery button.owl-prev {
    position: absolute;
    top: 36%;
    left: 0;
}

@media (max-width: 777px) {
    .about-us-section {
        margin-top: -100px;
    }
}

@media (min-width: 778px) and (max-width: 1500px) {
    .about-us-section {
        margin-top: -200px;
    }
}




