/* Header */
.header-01 {
    top: 0;
}
.header-01 .menu_1>ul>li ul li:hover>a {
    color: #ff950d;
}

/* Homepage */
.testimonial-section-3 .ts-author-thumb {
    margin-top: 2px;
}
.testimonial-slider-three.owl-carousel .ts-author-thumb img {
    width: 130px;
    border-radius: 0;
}

/*header menu*/

header.header-01.scrolled {
    position: fixed;
    top: 0;
    background: #0d203a;
    transition: all 0.5s ease-in-out;
    z-index: 11;
}

li.menu-item-has-children {
    position: unset !important;
}

li.menu-item-has-children ul.sub-menu {
    display: grid;
    width: 100%;
    left: 0;
    grid-template-columns: repeat(3, 1fr);
}


header.header-01.scrolled .row .col-md-12 {
    display: none;
}


/*header menu*/

/* about us */

section.commonSection.our_work.our-approach-section {
    padding: 80px 0px;
}

section.commonSection.our_work.our-approach-section h2.sec-title-2 {
    color: rgb(0, 0, 0);
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0px 0px 25px;
}

section.commonSection.our_work.our-approach-section h4 {
    color: #ff950d;
    font-size: 16px;
}

section.topbar-1.podcast-navbar.scrolled {
    z-index: 20;
}

@media (max-width: 500px) {

    .videoWrap_2 {
        position: relative;
        width: 100%;
    }

    .videoWrap_2 .play_video h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    section.commonSection.our_work.our-approach-section h2.sec-title-2 {
        text-wrap: wrap;
        font-size: 34px;
        letter-spacing: 1px;
        line-height: 50px;
    }

    section.commonSection.our_work.our-approach-section .ab_detail_wrap {
        padding: 0;
        padding-top: 40px;
    }

    .sec-title-2 {
        font-size: 36px !important;
        line-height: 42px !important;
    }

}

/* about us */



/* Careers */

#ov_video .story-item img {
    width: 100%;
}
#ov_video .story-item img {
    width: 100%;
}
#ov_video .story-item .thumb-icon {
    position: relative;
}
#ov_video .story-item .thumb-icon .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#ov_video .story-item .thumb-icon .play span.play-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    animation: waveBtn 2.5s infinite;
    background-image: linear-gradient(90deg, #ff950d, #ff7b0d, #ff610d, #e54f14, #cc4217);
}
#current_openings .row.cu_open_apply {
    align-items: center;
    border-bottom: 1px solid #b1b1b1;
    padding: 32px 0;
}
#current_openings .row.cu_open_apply .apply_now {
    text-align: right;
}

/* Contact Us */
#our_offices .singleClient_2 {
    background: #fff;
    border: none;
    overflow: hidden;
    padding: 40px 20px 46px 20px;
    position: relative;
    width: 100%;
}
#our_offices .singleClient_2::after {
    background: #ff950d;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 4px;
}
#our_offices .singleClient_2, #our_offices .singleClient_2::after {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
#our_offices .singleClient_2:hover {
    box-shadow: 0 10px 35px 0 #0000000d;
}
#our_offices .singleClient_2:hover:after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

/* Service Detail - Features */
#ov_features .feaure-item-1 p {
    min-height: unset;
}

/* Footer */
footer .widget.aboutwidget ul {
    padding-left: 0;
}
footer .widget.aboutwidget ul li {
    list-style: none;
}
footer .widget.aboutwidget a {
    margin-top: 5px;
    font-size: 15px;
}
footer .widget.aboutwidget .addr {
    margin-bottom: 20px;
}
footer .widget.aboutwidget .addr h5 {
    color: #aaa;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #current_openings .row.cu_open_apply .apply_now {
        text-align: left;
    }
    footer .services_links, footer .services_links ul {
        margin-bottom: 0 !important;
    }
    footer .services_head .footer-fst-content {
        display: none;
    }
    
        .menu_1 > ul {
        height: 85vh;
        overflow: scroll;
    }
    
    .menuButton a{
        color: #fff;
        background: unset;
    }
    
    li.menu-item-has-children ul.sub-menu {
    grid-template-columns: repeat(1, 1fr);
    display: none;
}
    
    li.menu-item-has-children {
    position: relative !important;
}
}

@media screen and (min-width: 768px) {
    #current_openings .row.cu_open_apply h4 {
        margin-bottom: 0;
    }
}

/*Careers form*/
.inputTxtError1 {
    border-color: red !important;
}
#careers_form {
    padding: 100px 0;
}
#careers_form h3.section-title {
    margin-bottom: 0;
}
#careers_form h6.skills {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
#careers_form ul li, ol li, .single-blog-section ul li, p {
    font-size: 15px;
}
#careers_form .sucess {
    display: none;
    padding-top: 30px;
}
#careers_form .sucess .row {
    justify-content: center;
    align-items: center;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em;
}
#careers_form .sucess img{
    max-width: 100%;
}
#careers_form input.form-control, #careers_form select {
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    background-color: #f1f2f3;
    height: 58px;
    box-shadow: none;
    padding: 0 20px;
    width: 100%;
}
#careers_form input:focus {
    box-shadow: unset;
}
#careers_form select:focus, #careers_form select:focus-visible {
    outline: 0;
}
#careers_form .form-group {
    display: table;
    width: 100%;
}
#careers_form .form-group--half {
    width: 49% !important;
}
#careers_form .left {
    float: left !important;
    margin-right: 2%;
}
#careers_form .right {
    float: right !important;
}
#careers_form label.form-label {
    width: 100%;
    text-align: unset;
    float: unset;
    margin: 0 0 10px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    display: block;
}
#careers_form .form-group label.form-label abbr {
    color: #cc0400;
    margin-right: 3px;
}
#careers_form .form-group.fileupload .form-group--half {
    display: block;
}
#careers_form input, #careers_form select {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    #careers_form .row.flex-reverse {
        flex-direction: column-reverse;
        /*gap: 30px;*/
    }
    #careers_form .row.align-items-center {
        gap: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .form-group--half {
        float: none !important;
        margin: 0;
    }
    #careers_form .form-group .form-group--half {
        width: 100% !important;
    }
}


/* Blog Inner */
.single-blog-section h3 {
    font-size: 1.4rem;
}
.blog-meta-in {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 18px 0 30px;
    font-size: 14px;
    width: fit-content;
}
.blog-meta-in span {
    align-items: flex-start;
}
.blog-meta-in span {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}