:root {
    --clr-theme: #b01e41;
    --clr-base: #232323;
    --clr-light-bg: #fff0f3;
    --clr-white: #fff;
    --clr-grey: #f4f7fc;
}

.logo h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--clr-theme);
    margin: 0;
}
.logo h1 span {
    display: block;
    font-size: 20px;
    color: var(--clr-base);
}

.service-custom-carousel.owl-carousel .owl-dot {
    margin-bottom: -10px;
    margin-top: 30px;
}

.service-custom-carousel.owl-carousel .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 7px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7;
    border-radius: inherit;
    transform: rotate(45deg);
}

.service-custom-carousel.owl-carousel .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #0cb8b6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.service-custom-carousel.owl-carousel .owl-nav {
    margin: 0;
}

.service-custom-carousel.owl-carousel .owl-nav .owl-prev,
.service-custom-carousel.owl-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: var(--clr-theme);
    font-size: 25px;
    height: 40px;
    left: -60px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.service-custom-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -60px;
}
.fun-factor-area .fun-fact span {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin-top: -5px;
    display: inline-block;
}
.our-services-area .single-item .item {
    background: var(--clr-theme);
    text-align: center;
    padding: 20px 10px 10px;
    box-shadow:
        rgb(225 252 255) 3px 3px 6px 0px inset,
        rgb(239 253 255) -3px -3px 6px 1px inset;
}
.our-services-area .single-item .item h4 {
    color: var(--clr-grey);
    font-size: 18px;
}
.our-services-area .single-item .item p {
    color: var(--clr-white);
}
.testimonials-inner .item {
    margin-bottom: 50px;
}
.host-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}
.feature-entry-items .item {
    height: 100%;
}
.department-single-area .widget {
    padding: 25px 15px 15px;
}

@media only screen and (max-width: 767px) {
    footer .f-item.link li {
        line-height: 24px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        line-height: 24px;
    }
    nav.bootsnav.nav-box .container {
        padding: 0 15px;
    }
    .navbar-brand {
        padding: 10px 0;
    }
    .navbar-brand h1 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 800;
        color: var(--clr-theme);
        margin: 0;
        text-align: left;
    }
    .navbar-brand h1 span {
        display: block;
        font-size: 16px;
        color: var(--clr-base);
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .site-heading h2 {
        font-size: 30px;
    }
    .department-single-area ol {
        padding-left: 15px;
    }
    .host-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .contact-area .contact-items .content {
        padding: 30px;
    }
}
