:root {
    --theme-bg-gradient: linear-gradient(to right, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    --theme2-bg-gradient: linear-gradient(to right, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    --clr-blue: rgba(2, 209, 255, 1);
    --clr-white: #fff;
    --clr-secondary: #e4751e;
    --clr-black: #000;
    --clr-primary: #089bab;
    --clr-dark: #0e3340;
}
.footer1__top p {
    font-size: 14px;
    color: var(--clr-white);
}
.contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-list li i {
    color: var(--clr-white);
    display: inline-block;
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 100%;
    background: var(--theme2-bg-gradient);
    text-align: center;
    line-height: 45px;
}
.header__logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header__logo img {
    max-width: 60px;
}
.header__logo h1 {
    font-size: 24px;
    color: var(--clr-primary);
    margin: 0;
    font-weight: bold;
}
.header__logo h1 span {
    display: block;
    font-size: 16px;
    color: var(--clr-secondary);
}
.header__middle1--right {
    padding-top: 12px;
}
.testimonial2__wrapper .testimonial2__item {
    margin-bottom: 50px;
}
.testimonial2__wrapper .testimonial2__item:last-child {
    margin-bottom: 0;
}
.sidebar2__recent-post ul li a {
    padding: 10px 20px;
    display: block;
    color: var(--clr-white);
    border-bottom: 1px dotted var(--clr-white);
    background: transparent;
    transition: all 0.3s ease;
}
.sidebar2__recent-post ul li a:hover {
    background: var(--clr-secondary);
}
.service_details1 ol li strong {
    color: var(--clr-primary);
}
.service_details1 ol ul li strong {
    color: var(--clr-secondary);
}
.sidebar2 {
    position: sticky;
    top: 80px;
}
.service_details1 h5 {
    color: var(--clr-secondary);
    font-weight: bold;
    margin-bottom: 15px;
}
.service1__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.about2 h3 {
    font-size: 30px;
    line-height: normal;
    color: var(--clr-primary);
    font-weight: bold;
    margin-bottom: 30px;
}
.about2 video {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .header__top1--social {
        padding: 0;
    }
    .header__top1--social::before {
        display: none;
    }
    .header__logo img {
        max-width: 42px;
    }
    .header__logo h1 {
        font-size: 20px;
        font-weight: 700;
    }
    .header__logo h1 span {
        font-size: 14px;
        font-weight: 600;
    }
    .slider1__img-01 {
        background-position: center right;
        position: relative;
    }
    .slider1__img-01::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        content: "";
        opacity: 0.6;
    }
    .counter1__item {
        margin-bottom: 20px;
    }
    .blog2 .owl-carousel .owl-nav button.owl-prev,
    .blog2 .owl-carousel .owl-nav button.owl-next {
        height: 36px;
        width: 36px;
        font-size: 16px;
        top: 45%;
    }
    .blog2 .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }
    .blog2 .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }
    .service1__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .service1__thumb {
        margin-bottom: 20px;
    }
    .service1__content {
        padding-top: 20px;
    }
    .testimonial1 .title2 h2 {
        line-height: normal;
    }
    .page_title__content h1 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0;
    }
    .page_title__bread-crumb ul li a {
        font-size: 16px;
    }
    .about2 h3 {
        font-size: 21px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .about2__item--thumb img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: top center;
    }
    .about2__item--content h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .about2 video {
        margin-bottom: 15px;
        height: auto;
    }
    .testimonial2__content p {
        font-size: 16px;
        line-height: 28px;
    }
    .info1__content p {
        font-size: 14px;
    }
}
