.header-main .header-logo {
    max-width: 190px !important;
}
.p1-bg {
    background: linear-gradient(90deg, rgba(8, 141, 193, 1) 0%, rgba(6, 49, 120, 1) 100%) !important;
}
.services-content-wrap .service-inner:hover .arrows-right {
    border-color: rgb(8, 141, 193) !important;
    background: linear-gradient(90deg, rgba(8, 141, 193, 1) 0%, rgba(6, 49, 120, 1) 100%) !important;
   
}


.swiper-dot .swiper-pagination-bullet {
    background: linear-gradient(90deg, rgba(8,141,193,1) 0%, rgba(6,49,120,1) 100%);
   
}
.swiper-pagination-bullet .swiper-pagination-bullet-active{
    border-color: rgb(8,141,193);
}
.p1-clr {
    color: rgb(8,141,193) !important;
}
.section-title h6::before{
    background: rgb(8,141,193) !important;
}
.choose-wrapper .choose-item:hover .icon {
    background: rgb(8,141,193) !important;
}

.choose-wrapper .choose-item:hover .red {
    color: rgb(255, 255, 255);
    background: rgb(8,141,193);
}
.faq-content .accordion-item .accordion-header .accordion-button {
    color: rgb(8,141,193) !important;
}

.header-main .main-menu ul li .submenu li:hover > a {
    background: linear-gradient(90deg, rgba(8,141,193,1) 0%, rgba(6,49,120,1) 100%);
    color: #fff !important;
}

.banner-section .banner-controller .array-button button {
    border: 1px solid rgb(8,141,193) !important;
}

.array-button .array-next{
    background: linear-gradient(90deg, rgba(8,141,193,1) 0%, rgba(6,49,120,1) 100%) !important;
} 
.services-content-wrap .service-inner:hover h3 a {
     color: rgb(8,141,193) !important;
}

.footer-widget li a{
    color:#fefefe;
        line-height: 50px;
}
.social-text li a{
    color:#0e0e0e;
}
.choose-item{
   border: 1px solid rgb(8,141,193) !important;
   border-radius: 20px;
}
.choose-item img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}
.choose-wrapper{
    display: grid !important;
}

.array-button .array-prev:hover {
   background: linear-gradient(90deg, rgba(8,141,193,1) 0%, rgba(6,49,120,1) 100%) !important;
}

