.service-overview-section {
    text-align: center;
    margin-top: 80px;
    filter: grayscale(0);
}

.service-overview-section:hover {
    filter: grayscale(0);
}

.service-overview-section h5 {
    color: #545454;
    font-family: Poppins-Light;
    font-size: 28px;
    margin-bottom: 40px;
}

.service-overview-section h2 {
    color: #025089;
    font-family: Poppins-Light;
    font-size: 34px;
    margin-bottom: 20px;
}

.service-overview-section .owl-service-overview {}

.service-overview-section .owl-service-overview .service-overview-cnt {
    margin-top: 40px;
}

.service-overview-section .owl-service-overview .service-overview-cnt .service-overview-cnt-img {
    text-align: center;
    margin-bottom: 30px;
}

.service-overview-section .owl-service-overview .service-overview-cnt .service-overview-cnt-img img {
    width: 54px;
    margin: 0 auto;
}

.service-overview-section .owl-service-overview .service-overview-cnt h5 {
    color: #025089;
    font-size: 22px;
    margin-bottom: 20px;
}

.service-overview-section .owl-service-overview {
    margin-top: 30px !important;
}

.service-overview-section .owl-service-overview .service-overview-cnt p {
    color: #545454;
    width: 90%;
    margin: 0 auto;
}

.service-overview-section .owl-service-overview .owl-dots {
    margin-top: 50px !important;
}

.service-overview-section .owl-service-overview .owl-dots .owl-dot:focus {
    outline: transparent;
    box-shadow: none;
}

.service-overview-section .owl-service-overview .owl-dots .owl-dot span {
    width: 100px;
    height: 5px;
    background-color: #d9d9d9;
}

.service-overview-section .owl-service-overview .owl-dots .owl-dot:hover span,
.service-overview-section .owl-service-overview .owl-dots .owl-dot.active span {
    background-color: #025089;
}

.poinering-section {
    text-align: center;
}

.poinering-section h2 {
    color: #025089;
    font-family: Poppins-EXtraLight;
    font-size: 34px;
    margin-bottom: 30px;
}

.poinering-section p {
    color: #545454;
    font-size: 18px;
    margin-bottom: 30px;
}

.poinering-section .owl-poinering {
    margin-top: 70px;
}

.poinering-section .owl-poinering .owl-poinering-cnt .owl-poinering-img img {
    width: 100%;
    height: 100%;
}

.poinering-section .owl-poinering .owl-poinering-cnt .owl-poinering-img {
    width: 172px;
    height: 172px;
    margin: 0 auto 20px;
}

.poinering-section .owl-poinering .owl-poinering-cnt h5 {
    color: #025089;
    font-family: Poppins-Regular;
    font-size: 22px;
    margin-bottom: 20px;
}

.poinering-section .owl-poinering .owl-poinering-cnt p {
    color: #545454;
    font-family: Poppins-Regular;
    font-size: 16px;
    margin-bottom: 20px;
}

.poinering-section .owl-poinering .owl-poinering-cnt a {
    text-transform: uppercase;
    color: #fff;
    background-color: #025089;
    border: 1.4px solid #025089;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}

.poinering-section .owl-poinering .owl-poinering-cnt a:hover {
    background-color: #fff;
    color: #025089;
}

.poinering-section .owl-poinering .owl-dots {
    margin-top: 40px !important;
}

.poinering-section .owl-poinering .owl-dots .owl-dot:focus {
    box-shadow: none;
    outline: transparent;
}

.poinering-section .owl-poinering .owl-dots .owl-dot span {
    width: 100px;
    height: 5px;
    background-color: #d9d9d9;
}

.poinering-section .owl-poinering .owl-dots .owl-dot.active span,
.poinering-section .owl-poinering .owl-dots .owl-dot:hover span {
    background-color: #025089;
}

.supercharge-section .supercharge-cnt {
    background-image: url(../images/brain-bg.webp);
    padding: 60px 30px;
}

.supercharge-section .supercharge-cnt h2 {
    color: #fff;
    font-family: Poppins-Regular;
    font-size: 32px;
    margin-bottom: 30px;
}

.supercharge-section .supercharge-cnt p {
    color: #fff;
    margin-bottom: 20px;
}

.supercharge-section .supercharge-cnt a {
    display: inline-block;
    color: #545454;
    background-color: #fff;
    border: 1.4px solid #fff;
    font-size: 15px;
    border-radius: 5px;
    font-family: Poppins-SemiBold;
    padding: 8px 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.supercharge-section .supercharge-cnt a:hover {
    background-color: transparent;
    color: #fff;
}

.transform-section {
    margin-top: 60px;
    text-align: center;
}

.transform-section h2 {
    color: #025089;
    font-family: Poppins-ExtraLight;
    font-size: 34px;
}

.transform-section .owl-transform {
    margin-top: 40px !important;
}

.transform-section .owl-transform .owl-transform-cnt .owl-transform-img {
    width: 290px;
    margin: 0 auto 30px;
}

.transform-section .owl-transform .owl-transform-cnt .owl-transform-img img {
    width: 100%;
}

.transform-section .owl-transform .owl-transform-cnt h5 {
    color: #025089;
    font-size: 22px;
    margin-bottom: 20px;
}

.transform-section .owl-transform .owl-transform-cnt p {
    color: #545454;
    margin-bottom: 25px;
}

.transform-section .owl-transform .owl-transform-cnt a {
    color: #fff;
    display: inline-block;
    background-color: #025089;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Poppins-SemiBold;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1.4px solid #025089;
    text-decoration: none;
}

.transform-section .owl-transform .owl-transform-cnt a:hover {
    background-color: #fff;
    color: #025089;
}

.transform-section .owl-transform .owl-dots {
    margin-top: 50px !important;
}

.transform-section .owl-transform .owl-dots .owl-dot:focus {
    box-shadow: none;
    outline: transparent;
}

.transform-section .owl-transform .owl-dots .owl-dot span {
    width: 100px;
    height: 5px;
    background-color: #d9d9d9;
}

.transform-section .owl-transform .owl-dots .owl-dot:hover span,
.transform-section .owl-transform .owl-dots .owl-dot.active span {
    background-color: #025089;
}

.owl-transform-img,
.transform-section,
.supercharge-cnt,
.owl-poinering-img,
.poinering-section {
    filter: grayscale(0);
}

.owl-transform-img:hover,
.transform-section:hover,
.supercharge-cnt:hover,
.owl-poinering-img:hover,
.poinering-section:hover {
    filter: grayscale(0);
}

@media(max-width:992px) {
    .service-overview-section .owl-service-overview .owl-dots {
        display: none;
    }

    .service-overview-section .owl-service-overview .owl-nav {
        display: block !important;
        margin-top: 40px !important;
    }

    .service-overview-section .owl-service-overview .owl-nav .owl-prev,
    .service-overview-section .owl-service-overview .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        border-radius: 50% !important;
        background-color: #025089 !important;
        font-size: 18px;
        color: #fff;
    }

    .service-overview-section .owl-service-overview .owl-nav .owl-prev:focus,
    .service-overview-section .owl-service-overview .owl-nav .owl-next:focus {
        outline: none !important;
    }

    .transform-section .owl-transform .owl-dots,
    .poinering-section .owl-poinering .owl-dots {
        display: none;
    }

    .transform-section .owl-transform .owl-nav,
    .poinering-section .owl-poinering .owl-nav {
        display: block !important;
        margin-top: 40px;
    }

    button:focus {
        outline: 5px auto transparent !important;
    }

    .transform-section .owl-transform .owl-nav .owl-prev,
    .transform-section .owl-transform .owl-nav .owl-next,
    .poinering-section .owl-poinering .owl-nav .owl-prev,
    .poinering-section .owl-poinering .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        border-radius: 50% !important;
        color: #fff;
        background-color: #025089 !important;
        font-size: 18px;
    }

    .transform-section .owl-transform .owl-nav .owl-prev:focus,
    .transform-section .owl-transform .owl-nav .owl-next:focus {
        outline: none !important;
        box-sizing: none;
    }

}

@media(max-width:600px) {
    .service-overview-section {
        margin-top: 60px;
    }

    .service-overview-section h5 {
        margin-bottom: 30px;
    }

    .service-overview-section h2 {
        font-size: 30px;
    }

    .transform-section h2,
    .poinering-section h2 {
        font-size: 29px;
    }

    .poinering-section h2 br {
        display: none;
    }

    .transform-section h2 br {
        display: none;
    }

    .supercharge-section .supercharge-cnt {
        text-align: center;
    }
}