a {
    text-decoration: none;
}

.content_block_one .content-box .list-style-one li {
    width: 100%;
    font-weight: bold;
}

.feature-section .feature-content-wrap .feature-block-one .inner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-section .feature-content-wrap .feature-block-one .inner-box h3 {
    text-align: center;
}

.feature-section .feature-content-wrap .feature-block-one .inner-box h3.text-wrap {
    width: 50%;
}

.mobile-bottom-fixed {
    display: none;
}

.feature-section .feature-content-wrap .feature-block-one .inner-box,
.funfact-section .funfact-content-wrap .funfact-block .inner-box,
.feature-block-one .inner-box .icon-box,
.testimonial-block-one .inner-box,
.accordion, .service-details-content .image-box, .default-sidebar .sidebar-widget {
    border: 1px solid var(--theme-color);
}

/* .feature-block-one .inner-box:hover {
    transform: scale(1.2);
} */

.feature-block-one .inner-box h3 a:hover {
    text-decoration: none;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.flat {
    transform: translateX(150px);
}

.reveal.reverse {
    transform: translateY(-150px);
}

.reveal.flat.reverse {
    transform: translateX(-150px);
}

.reveal.active, .reveal.reverse.active, .reveal.flat.active, .reveal.flat.reverse.active {
    transform: translateY(0);
    opacity: 1;
}

.menu-area .mobile-nav-toggler {
    background: var(--theme-color);
}

.header-top .social-links,
.main-footer .social-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
}

.header-top .top-inner .social-links li,
.main-footer .logo-widget .social-links li {
    margin-right: unset;
}

.header-top .social-links img,
.main-footer .social-links img ,
.mobile-menu .social-link img{
    width: 33px;
}

.header-top .top-inner .info-list {
    display: flex;
    justify-content: space-between;
}

.header-top .top-inner .info-list li {
    margin-right: 10px;
}

.banner-section .content-box h2 span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #ff8400;
    font-size: 52px;
}

.banner-section .content-box h2 span:before {
    background: #ff8400;
}

.banner-section .content-box h2 {
    font-weight: normal;
    font-size: 52px;
    margin-bottom: 5px;
}

.stat-text {
    position: absolute;
    top: -90px;
    right: 0;
    background-color: #ff8400;
    border-radius: 50px;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    color: var(--theme-color);
}

.btn-orange {
    background-color: #ff8400 !important;
}

.scroll-text {
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 10px;
    padding-right: 20px;
}

.scroll-text p {
    text-align: justify;
}

/*
*  STYLE 3
*/

.scroll-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scroll-text::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scroll-text::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.half-content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    margin-top: 34px;
}

.content_block_one .content-box .lower-box .experience-box {
    margin: unset;
    width: auto;
}
.content_block_one .content-box .lower-box .experience-box h3{
    font-size: 28px;
    font-weight: bold;
}

.sec-title h2{
    color:#ff8400;
}
.sec-title .sub-title{
    font-weight: bold;
}

.main-footer{
   background-color:  #212121;
}

footer svg{
    width: 20px;
    height: 20px;
    fill: white;
    position: absolute;
    left: 0px;
    top: 6px;
}

footer .social-links svg{
    position: relative;
    left: unset;
    top: unset;
}

div#bcio-whatsapp-widget p {
    color: white;
}

#bcio-whatsapp-widget div:nth-child(2) {
    padding-bottom: 20px;
}

div#bcio-whatsapp-widget > div > div:nth-child(2) p:nth-child(2) {
    display: none;
}

/*MOBILE*/

@media (max-width: 769px) {
    .banner-section {
        padding: 137px 0px 115px 0px;
    }

    .banner-section .pattern-layer {
        background-image: url(../images/shape/shape-1-gray.png);
        visibility: visible;
        animation-duration: 1500ms;
        animation-delay: 0ms;
        animation-name: slideInDown;
    }

    .header-top .top-inner {
        display: none;
    }

    .header-lower .btn-box {
        display: none;
    }

    .header-lower .logo-box {
        width: 50%;
    }

    .banner-section .banner-content-wrap {
        flex-direction: column-reverse;
    }

    .about-section .about-content-wrap {
        align-items: center;
    }

    .image_block_one .image-box{
        display: flex;
        justify-content: center;
    }
    .about-section .about-content-wrap .image_block_one .text-box {
        display: none;
    }

    .about-section .about-content-wrap .image_block_one .image-2 {
        margin: unset;
        width: 72%;
    }

    .about-section .about-content-wrap .content_block_one .content-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-section .about-content-wrap .content_block_one .sec-title h2 {
        font-size: 28px;
    }

    .about-section .about-content-wrap .content_block_one .sec-title,
    .about-section .about-content-wrap .content_block_one p {
        text-align: center;
    }


    .about-section .about-content-wrap .content_block_one .list-style-one li {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 10px;
    }


    .about-section .about-content-wrap .content_block_one .list-style-one li:before {
        position: relative;
    }

    .feature-section {
        padding: 20px 0px;
    }

    .feature-section .feature-content-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 0 10px;
    }

    .feature-section .feature-content-wrap .feature-block {
        padding: 0px;
    }

    .feature-section .feature-content-wrap .feature-block-one .inner-box {
        padding: 10px 0px;
        margin: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }



    .feature-section .feature-content-wrap .feature-block-one .inner-box h3 {
        font-size: 16px;
        text-align: center;
        margin: unset;
    }

    .feature-section .feature-content-wrap .feature-block-one .inner-box h3.text-wrap {
        width: 100%;
    }

    .chooseus-section .chooseus-block-one .inner-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .chooseus-section .chooseus-block-one .inner-box p {
        text-align: center;
    }

    .funfact-section .funfact-content-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 0 10px;
    }

    .funfact-section .funfact-content-wrap .funfact-block {
        padding: unset;
    }

    .funfact-section .funfact-content-wrap .funfact-block .inner-box {
        padding: 10px 5px;
        margin: unset;
    }

    .funfact-section .funfact-content-wrap .funfact-block .inner-box .count-outer {
        font-size: 30px;
    }

    .funfact-block-one .inner-box .text {
        font-size: 13px;
    }

    .faq-section {
        padding: 30px 0p;
    }

    .faq-section .accordion {
        margin-bottom: 10px;
    }

    .faq-section p {
        font-size: 15px;
    }

    .faq-section .acc-content {
        padding: 10px 40px;
    }

    .testimonial-block-one .inner-box {
        padding: 20px 30px
    }

    .testimonial-block-one .inner-box p {
        font-size: 16px;
    }

    .testimonial-block-one .inner-box .author-box {
        margin-bottom: 30px;
        padding: 0px 0px 0px 90px;
    }

    .testimonial-block-one .inner-box .author-box h3 {
        font-size: 18px;
    }

    .testimonial-block-one .inner-box .icon-box {
        font-size: 45px;
        margin-bottom: 10px;
        line-height: normal;

    }

    .testimonial-block-one .inner-box .author-box .author-thumb {
        width: 70px;
        height: 70px;
    }

    .scroll-to-top {
        display: none;
    }

    .mobile-bottom-fixed {
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 999;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 10px;
        width: 100%;
        background: var(--theme-color);
        padding: 10px 0;
        border-top: 1px solid white;
        justify-items: center;
    }

    .mobile-bottom-fixed img {
        width: 50px;
        height: auto;
    }

    .stat-text {
        /* position: relative;
        top: unset;
        right: unset;
        font-size: 18px;
        padding: 10px;
        margin: 20px 0;
        display: inline-block;
        margin: 10px 0; */
        display: none;
    }

    .banner-section .content-box .upper-text {
        font-size: 18px;
        margin-bottom: unset;
        text-align: center;
    }

    .banner-section .content-box h2, .banner-section .content-box h2 span {
        font-size: 32px;
        text-align: center;
    }

    .banner-section .content-box p {
        margin-bottom: 15px;
        text-align: justify;
        font-size: 15px;
    }

    .banner-section .image-box .image {
        display: flex;
        justify-content: center;
    }

    .banner-section .image-box img {
        width: 70%;
    }

    .header-top {
        padding-top: unset;
    }

    .banner-section .theme-btn span {
        padding: 12px 34px;
    }

    .banner-section .btn-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }

    .half-content-wrap {
        display: grid;
        grid-template-columns: 1fr ;
        column-gap: 20px;
        margin-top: 34px;
    }


    .feature-section .feature-content-wrap{
        transform: unset;
    }
    .mobile-menu .social-links img{
        width: 33px;
    }

}

/*MOBILE end*/