.home .__title {
    font-size: 4rem !important;
}

.top-bar {
    background-color: rgb(255 255 255 / 50%);
}

.color_white {
    color: #fff !important;
}
.color_white .__year {
    color: #fff !important;
}
.color_white .__title {
    color: #fff !important;
}
.color_white p {
    color: #fff !important;
}
.color_white .p_small {
    color: rgb(255 255 255 / 75%) !important;
}
.color_white .timeline .__item:before {
    border-top: 1px solid #fff;
}
.color_white .timeline .__ico {
    border: 2px solid #fff;
}
.color_white .timeline .__ico:before {
    background-color: #fff;
}

.img_300 {
    max-width: 300px;
}

.max-height-100 {
    max-height: 100px;
}

.max-height-150 {
    max-height: 150px;
}

.height-100 {
    height: 100px !important;
}

.height-150 {
    height: 150px;
}

.section--dark-bg .contact-form .textfield,
.section--dark-bg .contact-form .textfield:focus,
.section--dark-bg .contact-form .textfield:hover {
    color: #fff !important;
}

.invalid-feedback {
    color: #ed1c24;
    padding-block: 10px;
}

.WHO_ARE_WE_sub_title {
    color: #000;
    font-weight: 600;
}

@media only screen and (max-width: 992px) {
    .top-bar__logo img {
        height: auto;
        padding-block: 25px;
    }
    .top-bar__navigation .submenu {
        border-top: 0px solid transparent;
    }

    .top-bar--style-1 .top-bar__navigation a:not(.custom-btn) {
        color: #fff;
    }
}


.prod_headding{
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 50px;
    border-bottom: 1px solid #ed1c24;
}
.prod_headding h2{
    color: #ed1c24;
}

#btn-to-top:before{
    width: 10px !important;
    height: 24px !important;
}