
header .navbar .navbar-brand .logo {
    width: 226px !important;
}

.bg-blue {
    background-color: #7575ff !important ;
}



.body_content blockquote {
    border-left: 6px solid #7575ff;
    padding: 15px 25px;
    font-size: 24px;
    color: #0b2238;
    font-weight: 500;
}



/* 
.banner_demo7 {
    background-color: #7575ff !important ;
} */


.service-item {
    background-color: #F9FAFA;
    padding:8rem 0;
}

.service-item h3 {
    margin-top: 2rem;
    font-size: 1.875rem;
}

.service-item img {
    width:100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 0.25rem;
}

.service-item:nth-child(even) {
  background: white;
  direction: rtl;
}

.service-details {
    direction: ltr;
}

.service-details p {
    font-size: 16px;
}

.service-clients img {
    margin: 0 10px;
}




.times:after {
    color: #ff5858;
    font-size: 18px;
    content: '✘';
}

.check:after {
    color: green;
    font-size: 18px;
    font-weight: 700;
    content: '✓';
}

th {
    background-color: #f7fafc;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #E2E6E9;
}


.table-bordered th, .table-bordered td {
    border: 1px solid #E2E6E9;
}

.table:before {
    content: "";
}