  .banner_style_one h5 {
            font-weight: 500;
            color: #fff;
            font-size: 24px;
        }

        .about_content .sub-title {
    font-size: 32px;
}

        .event_card {
            margin-top: -176px;
            z-index: 19999;
            position: relative;
        }

        .event_card .card {
            padding: 40px 48px;
            border-radius: 10px;
            background: #fff;
            position: relative;
            z-index: 1;
            border: 1px solid rgba(255, 255, 255, 0.1);
            min-height: 330px;
            box-shadow: 0px 0px 16px 0px rgba(1, 99, 168, 0.20);
        }

        .event_logo img {
            width: 166px;
            height: 68px;
            border: 1px solid #CBCBCB;
            border-radius: 6px;
            overflow: hidden;
            display: inline-block;
            padding: 4px;
            object-fit: contain;
        }

        .event_details h3 {
            font-size: 32px;
            font-weight: 500;
            margin-bottom: 14px;
        }

        .event_details p {
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 10px;
}
.event_details p span {
    font-weight: 700;
}

.banner h2 {
        font-size: 92px;
        font-style: normal;
        font-weight: 300;
        line-height: 50px;
        text-transform: capitalize;
    }
    
    .banner h2 strong {
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
    }
    
    .banner p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        margin-top: 16px;
        line-height: 28px;
    }

        .event_card .tab-content {
            margin-top: 40px;
        }

        .event_card .nav-pills .nav-link {
            color: #667085;
            font-size: 16px;
            padding: 14px 24px;
        }

        .event_card .nav-pills .nav-link.active {
            background-color: transparent;
            color: #0AA3DD;
            position: relative;
        }

        .event_card .nav-pills .nav-link.active:after {
            content: '';
            position: absolute;
            background-color: #0AA3DD;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
        }

        .event_card ul.nav.nav-pills {
            border-bottom: 1px solid #E2E2E4;
            justify-content: center;
        }

        .social_icons {
            display: flex;
            justify-content: center;
            gap: 16px;
        }

        .event_services .card {
    margin-bottom: 24px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .06);
    border: 0;
    border-radius: 20px;
}

        .event_services {
            padding: 54px 0px 32px;
        }

        .event_services .card-body {
    display: block;
    height: auto;
    text-align: center;
    min-height: 264px;
    padding: 28px 18px;
}

.event_services .card-body p {
    font-size: 16px;
    font-weight: 400;
    color: #344054;
}
        .title_v2 {
    text-align: center;
}
.title_v2 h2 {
    text-align: center;
}

.bar.bar-big {
    margin: 16px auto;
}

.btn-style-two {
        border-radius: 5px;
        border: 2px solid var(--secondary);
        padding: 10px 16px;
        color: #fff;
        position: relative;
        background: linear-gradient(180deg, #6FC74F 0%, #238600 100%);
        /* transition: all .3s ease .001s;
        -moz-transition: all .3s ease .001s;
        -webkit-transition: all .3s ease .001s;
        -ms-transition: all .3s ease .001s; */
    }
    .btn-style-two:before {
        content: '';
        width: 14px;
        height: 14px;
        background-color: var(--secondary);
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        position: absolute;
        animation: followPath 17s linear infinite;
    }
    .btn-style-two:hover {
        border-radius: 5px;
        border: 2px solid var(--secondary);
        padding: 10px 16px;
        color: #fff;
        background: linear-gradient(180deg, #6FC74F 0%, #238600 100%);
    }
    .btn-style-two i {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(-45deg);
    }
    .about_img_wrap .img-fluid {
    max-width: 58%;
    height: auto;
}
.about {
    padding: 66px 0px 58px;
}
.about_img_wrap:before {
    position: absolute;
    background-image: url(https://katalystengineering.com/wp-content/uploads/2025/03/about_line.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    right: 40px;
    height: 100%;
    content: "";
    width: 100%;
    background-color: transparent;
    bottom: auto;
}
.about_img_wrap:after {
    display: none;
}

ul.check_list_item li::after {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 18px;
}
.choose_us p.subtitle {
    color: #fff;
    font-size: 18px;
    margin-bottom: 32px;
}
ul.check_list_item li {
    margin-bottom: 22px;
    padding-left: 52px;
}

.event_contact .card {
    padding: 40px 48px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 16px 0px rgba(1, 99, 168, 0.20);
}
.contact_links li {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
}

.contact_links li:last-child {
    margin-bottom: 0px;
}

.contact_links li a {
    color: #344054;
}
.contact_links i {
    color: #0163a8;
    font-size: 22px;
}
.event_contact h2 {
    font-size: 28px;
}
.banner_overlay {
    background-color: rgb(0 0 0 / 23%);
}      
.event_services .bar.bar-big {
    display: block;
    height: 5px;
    width: 90px;
    background: #0FA3DD4D;
    margin: 16px auto;
    position: relative;
    border-radius: 30px;
}

.event_services .bar.bar-big:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0FA3DD;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}


.banner_style_one h2:before {
    content: '';
    position: absolute;
    top: -18%;
    right: 0;
    border: 3px dashed var(--white);
    width: 86px;
    height: 86px;
    border-radius: 50%;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.banner_style_one h2:after {
    position: absolute;
    left: 0;
    content: "";
    width: 500px;
    height: 500px;
    background: linear-gradient(180deg, rgba(51, 155, 214, 0.67) 20%, rgba(0, 99, 168, 0.67) 100%);
    z-index: -1;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
}

 