.navbar {
    background: rgb(255, 255, 255);
}

.section-hero {
    background: rgb(59, 158, 241);
    background: linear-gradient(180deg, rgba(59, 158, 241, 1) 0%, rgba(62, 119, 222, 1) 39%, rgba(0, 91, 255, 1) 100%);
}

.t-text-danger {
    color: #FF0301;
    font-weight: 800;
}

.btn.is-small {
    padding: 0.6rem 0.9rem;
    line-height: 1;
    font-weight: bold;
    border-radius: 25px;
    color: #f5f5f5;
    text-decoration: none;
    background-color: #23bdee;
}

.btn-link {
    color: #23bdee !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.text-primary {
    color: #23bdee !important;
}

/* hero */
.bsb-hero-2 {
    background-color: #23bdee;
}

.bsb-hero-2 h2,
.bsb-hero-2 p {
    color: #fff;
}

/* logos */
.logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.logo3_logo.on-white {
    opacity: .8;
}

.logo3_logo {
    opacity: .6;
    max-height: 3.5rem;
}

/*---------------------------------------
  Services              
-----------------------------------------*/
.card img {
    height: 320px;
    width: 100%;
}

/* ------------------------
overlay
---------------------------*/
.overlay .card {
    border-radius: 18px;
    color: #f5f5f5
}

.overlay .card img {
    border-radius: 4px;
}


.ht-card-overlay {
    background: rgb(1, 1, 1);
    background: linear-gradient(90deg, rgb(104, 104, 104) 0%, rgb(34, 34, 34) 39%, rgb(0, 0, 0) 100%);
}

.ht-card-overlay img {
    opacity: 0.2;

}


/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;

}

.timeline-section .container {
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 25px;
    background-color: #f5f5f5;
}

.timeline-section-qbo {
    position: relative;
}

.timeline-section .headings h2 {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.timeline-container .backword {
    z-index: -1 !important;
}


.timeline-container .vertical-scrollable-timeline {
    list-style-type: none;
    position: relative;
    padding-left: 127px;
}

.section-overlay+.container {
    position: relative;
}

.section-overlay {
    background: rgb(59, 158, 241);
    background: linear-gradient(180deg, rgba(59, 158, 241, 1) 0%, rgba(62, 119, 222, 1) 39%, rgba(0, 91, 255, 1) 100%);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 32px;
}

.timeline-container .vertical-scrollable-timeline {
    list-style-type: none;
    position: relative;
    padding-left: 127px;
}

.timeline-container .vertical-scrollable-timeline li {
    position: relative;
    padding: 20px 0px 65px 145px;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d8d8d8;
    border-radius: 50%;
    z-index: 1;
    transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
    font-size: 25px;
    color: var(--white);
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    content: "";
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    position: absolute;
    background-color: #d8d8d8;
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
    background-color: #4467f6;
    ;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
    background-color: #4467f6;
    ;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
    width: 8px;
    height: 87%;
    background-color: #d8d8d8;
    position: absolute;
    left: 169px;
    top: 0;
    overflow: hidden;
}

.timeline-container a {
    margin: 40px 36px;
}

section {
    padding: 35px 0px;
}

section.pricing-details {
    background-color: #23bdee !important;
}

.btn-primary {
    background-color: #23bdee !important;
}

.bsb-pricing-2 .nav-link {
    color: #23bdee;
}

.pricing-details .bord-primary {
    border-color: #23bdee;
}


.features .headings h2 {
    color: #000000;
}

.features .icons-align {
    align-items: center;
}

.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f5f5ff;
    transition: ease-in-out 0.3s;
}

.features .icon-box h3 a {
    color: #000000;
}

.features .icon-box i {
    padding: 1px 10px;
    align-items: baseline;
    font-size: 25px;

}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #23bdee;
    width: 40px;
    color: #f5f5ff;
    height: 40px;
    border-radius: 25px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background-color: #fff;
    color: #23bdee;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

.contact {
    background-color: #F6C566 !important;
}

.img-height {
    min-height: 400px;
}

@media screen and (max-width: 600px) {
    .card img {
        margin-bottom: 15px;
        height: 402px;
        width: 100%;
    }
    .overlay .card {
        border-radius: 18px;
        color: #f5f5f5;
        margin-bottom: 15px;
    }
}