.title-whoweare h1 {
    color: #fff;
    font-weight: 600;
}
.aboutus .img-about img {
    border-radius: 5px;
}
.aboutus .img-about {
justify-content: center;
}
.bar {
    position: relative;
    width: 100%;
    height: 25px;
    background-color: #d9e5fb;
    border-radius: 20px;
}
.bar-inner {
background: linear-gradient(45deg, #1de87f, #78a3f1);
border-radius: 20px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 0;
transition: 1s ease 0.3s;
}
.progress-text {
    display: flex;
    justify-content: space-between;
}
.progressb {
    margin-bottom: 20px;
    width: 100%;
}
.carrer-form {
    background-image: linear-gradient(#fff,rgb(230 248 255));
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    padding: 50px 0 50px;
}
.content-box-left {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 3px -5px #a9a9a9, 0 2px 5px #cfcfcf;
    padding: 50px;
}
.toggle-content {
    display: none;
}
.item-toggle {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
    margin-bottom: 30px;
    transition: all 500ms ease;
    padding: 31px 50px 31px 30px;
}
.toggle-slow {
    font-weight: 600;
}
.question-img {
    width: 300px;
    max-width: 100%;
    border-radius: 50%;
}
.toggle-title.active {
    color: #0a58ca;
    transition: all 500ms ease;
}
.toggle-title {
    cursor: pointer;
}
.progress-text span:first-child {
    font-weight: 600;
    font-size: 16px;
}
.progress-text span:nth-child(2) {
    color: #76a4ef;
}
.bg-area {
    background-repeat: no-repeat;
    background-size: cover;
    height: 380px;
    background-position: center;
    background-color: #00000073;
    background-blend-mode: overlay;
}
.bg-area .centext {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 380px;
    justify-content: center;
}
.aboutus .about-wrapper {
    display: flex;
    width: 100%;
}
.aboutus .img-about    {
    display: flex;
    width: 50%;
}
.aboutus .detail-about {
    display: flex;
    width: 50%;
    flex-direction: column;
}
.aboutus .img-about img   {
    height: 460px;
    width: 90%;
    object-fit: cover;
}
@media screen and (max-width:768px) {
    .aboutus .img-about , .aboutus .detail-about {
        width: 100%;
    }
    .aboutus .about-wrapper {
        flex-direction: column;
    }
    .bg-area {
        background-repeat: no-repeat;
        background-size: cover;
        height: 150px;
        background-position: center;
        background-color: #00000073;
        background-blend-mode: overlay;
    }
    .bg-area .centext {
        text-align: center;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 150px;
        justify-content: center;
    }
}
.testimonial-inner {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgb(51 51 51 / 10%);
    border-radius: 5px;
    padding: 35px 15px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-item {
    margin-right:5px;
}
.slick-active~* {
    opacity: .3;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
/* .testimonialslider2 {
    width:55vw;
} */
.testimonialslider2 .slick-list {
    padding: 0 24.3% 0 0!important;
}
.testimonialslider2 .testimonial-img span {
    color: var(--testimonial-c);
    font-size: 15px;
}
.testimonialslider2 .testimonial-img img  {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 0;
}
.testimonialslider2 .testimonial-img {
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}
.testimonialsection {
    background: #f8f8f8;
}
.slick-prev:before, .slick-next:before {
    color: #03a9f4 !important;
    font-size: 35px !important;
}


.tooltip-banner {
    border-radius: 5px;
    box-shadow: 0 5px 20px -10px rgba(37,38,40,.8);
    background-color: #fff;
    position: absolute;
    z-index: 1;
    min-width: 160px;
    right: 0px;
    bottom: 14%;
    display: none;
}
.content-left .position-relative:hover .tooltip-banner {
    display: block !important;
}
.tooltip-h {
    
    border-bottom: 1px solid rgb(217 229 251);
}
.inner-tooltip {
    padding: 6px 8px;
    font-size: 12px;
    color: #232323;
}
.tooltip-desc .inner-desc {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
    column-gap: 5px;
}
.color {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    display: block;
}
.inner-desc:first-child .color {
    background: linear-gradient(45deg, #1de87f, #78a3f1);
}
.inner-desc .color {
    background-color: #d9e5fb;
}
.progress-icon i {
    font-size: 30px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-style: inherit;
}
.icon-1:before {
    content: "\f015";
}
.icon-2:before {
    content: "\f275";
}
.icon-3:before {
    content: "\f1bb";
}
.icon-4:before {
    content: "\f494";
}
.statistics-section > div {
    padding-bottom: 10px;
}
.details-wrapper .item-flex {
    display: flex;
    column-gap: 10px;
}

.item-icon.left {
    font-size: 40px;
}
.box-it {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all .2s ease;
    background: #f8f9fa;
}
/* .box-it a {
    padding: 5px 12px 5px 12px;
    border-radius: 12px;
    background-color: var(--btn-color);
    color: var(--btn_font);
    font-size: 12px;
} */
.aboutus_slider .slick-next {
    right: 11px;
}
.aboutus_slider .slick-prev {
    left: 6px;
    z-index: 99;
}
.aboutus_slider .slick-prev:before, 
.aboutus_slider .slick-next:before {
    color: var(--btn-color) !important;
}
.aboutus_slider img {
    height: auto !important;
}
.aboutus_images_slider .slick-active~* {
    opacity: 1;
}