.header .navbar-brand .logo {
    width: 140px;
    height: 45px;
}

.footer {
    background-color: #363435;
}

.footer .widget-links ul li a {
    color: #b5babd;
}

.footer .widget-contact .widget-content .address p, 
.footer .widget-contact .widget-content .phone, 
.top-bar .headline a,
.top-bar .top-contact .contact-infos a, .top-bar .top-contact .contact-infos p {
    color: #b5babd;
}

.bg-overlay-theme3::before{
    background-image: linear-gradient(180deg, var(--global--color-primary) 0%, var(--global--color-primary) 86%);
}

.more-features.more-features-2 .btn{
    color: #fff;
}

.bg-overlay-theme4::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(70%, #363435));
    background-image: -o-linear-gradient(top, #00000000 0%, #363435 70%);
    background-image: linear-gradient(180deg, #00000000 0%, #363435 70%);
}

.bg-overlay-theme5::before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(46%, var(--global--color-primary)), color-stop(144%, var(--global--color-primary)));
    background-image: -o-linear-gradient(top, var(--global--color-primary) 46%, var(--global--color-primary) 144%);
    background-image: linear-gradient(180deg, var(--global--color-primary) 46%, var(--global--color-primary) 144%);
}

.blog-entry .entry-content .entry-img-wrap .entry-category{
    background-color: var(--global--color-primary);
}

.intro_video{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: fill;
    z-index: 0;
}

.slide.bg-overlay::before{
    z-index: 2;
}

.position-relative{
    z-index: 3;
}

.header.header-topbar {
    height: 100px;
}

.slide.bg-overlay-dark-slider-2::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), color-stop(82%, rgba(20, 25, 28, 0)));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(20, 25, 28, 0) 82%);
    background-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(20, 25, 28, 0) 82%);
}

.services .service-panel{
    height: 400px;
}

.services-1 .service-panel{
    height: auto;
}

.carousel-dots .owl-dots .owl-dot span{
    background-color: #cfcccc;
}

.bg-overlay-theme::before{
    background-image: linear-gradient(180deg, #CC3B41 0%, #A41E23 82%);
}

.contact-icon-top{
    color: #000;
}

.contact-icon-top:hover{
    color: #A41E23;
}

.services .service-panel::after{
    display: none;
}

.features.features-1{
    min-height: 550px;
}

.preloader .dual-ring img{
    width: 110px;
    object-fit: cover;
}

.preloader .dual-ring {
    display: flex;
    width: 120px;
    height: 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse;
    position: relative;
}

.preloader .dual-ring::after {
    width: 140px;
    height: 140px;
    border: 4px solid #cf4245;
    border-color: #cf4245 #cf4245 #cf4245 transparent;
    position: absolute;
}