.service__item-popup{
    display: none;
}
.service__item-popup.active{
    display: block;
}
.change-lag-btn{
        color: blue;
    font-size: 15px;
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211,212,213,.5);
    display: flex;
    left: 10px;
    position: fixed;
    margin-top: 10px;
    font-weight: bolder;
}
.testimonial-section
{
    overflow-x: unset;
    overflow-y: unset;
}

.banner-content.wow.animate__fadeInUp.animated {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body{
    background-color: #efefef;
}
.navbar-top {
    padding-bottom: 7px;
}
section.banner-section {
    background-color: white;
}
section.service-section.py-25 {
    background-color: rgba(0, 0, 0, 0.123);
}

a.service__item {
    border-radius: 7px;
    /* box-shadow: 0px 0px 27px white; */
}
.service__item-popup-inner {
    background-color: var(--section-bg);
    padding: 25px 20px;
    margin-top: 30px;
    border: 0px solid;
    border-radius: 6px; 
    /* box-shadow: 0px 0px 27px white; */
}

.service-slider::-webkit-scrollbar,
.service-inner-slider::-webkit-scrollbar {
    display: none;
}

.testimonial__item {
    max-width: 300px;
    background-color: var(--section-bg-2);
    border-radius: 12px;
}

.service-slider {
    overflow: auto;
    display: flex;
    scroll-behavior: smooth
}

.contact-card {
    min-width: 200px;
}

/* .contact-section {
    max-width: 700px;
} */

.service__item-icon {
    width: 120px;
}

/* .service-slider .service__item {
    min-width: 80px;
} */

.about-section {
    background-color: #0000 !important;
}

.about__wrapper-content {
    background-color: #0000;
}

.service-inner-slider {
    display: flex;
    overflow: auto;
}

.service-inner-slider-item {
    min-width: 80px;
    margin: 0 5px;
    background-color: var(--section-bg-2);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bolder;
    color: #176dac;
}
body > section{
    margin: 0px 35px !important;
    
}
body > section{
    margin: 20px 35px;
    
}
body > section:nth-child(odd){
    background-color: var(--section-bg);
    
}
body > section:nth-child(even){
    background-color: rgba(0, 0, 0, 0.123);
    
}
footer{
    background-color: #0461a5;
}
footer .footer-bottom{
    background-color: var(--section-bg);
}
.footer__wrapper-widget {
max-height: 250px;
}
.footer__wrapper-widget img{
    max-height: 200px;
}
.owl-stage{
    max-width: 100%;
}
.cta-wrapper .app-btns{
    position: absolute;
    z-index: 11111111111;
    right: 0;
    width: 180px;
}
.cta-wrapper .app-btns img{
    width: 150px;
}