body {
    color: #000000;
}

.text-black__bold {
    color: #000000!important;
    font-weight: 600;
}

.highlight {
    color: #984658!important;
    border-color: #984658!important;
}

.text-header {
    color: #984658!important;
    font-weight: 600;
}

.text-header_about {
    color: #260101!important;
    /* font-size: 22px; */
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.bg-yellow {
    background-color: #f2cf63;
}

.bg-light_mistaya {
    background-color: #f5f2ed;
}

.aboutimg_bg_color {
    color: #ffffff!important;
    background-color: rgb(0 0 0 / 35%);
}

.img_max-100 {
    max-width: 100px;
}

.theme_button.yellow:before,
.theme_button.yellow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.theme_button.yellow:before {
    background-color: #f2cf63;
}

.theme_button.yellow:after {
    opacity: 0;
    border: 2px solid #f2cf63;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.theme_button.yellow:hover:before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

.theme_button.yellow:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.border-shadow_yellow {
    /* border: 5px solid #ffc100;
    box-shadow: 0px 1px 5px -1px #a4a4a4de; */
    max-width: 65%;
}

.technology_hover h5:hover {
    background-color: rgb(24 37 73 / 80%);
}

.w_250 {
    width: 250px;
}

.top_70 {
    top: 70px;
}

.divider_2_full_width {
    /* width: 30px; */
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.img-custom {
    width: 200px!important;
    height: 200px!important;
    margin: auto;
}

.ls .theme_button {
    color: #000000;
    font-weight: 900;
}

.ls .theme_button:hover {
    color: #ffffff;
    background-color: #d1a272;
}

.footer-header_title {
    color: #984658;
}

.footer-link a {
    color: #000000;
    font-weight: 600;
}

.footer {
    background-color: #260101;
    color: #fff;
}

@media (max-width: 767px) {
    .page_footer .widget>h3,
    .page_footer .widget-title {
        margin: 0 0 5px;
    }
    .nav-tabs>li {
        width: 100%;
    }
    .intro_section .flex-direction-nav .flex-next {
        top: 40%;
    }
    .intro_section .flex-direction-nav .flex-prev {
        top: 40%;
    }
}