/* .header_mobile {
    padding: 10px;

} */

.video-container {
    width: 100%;
    height: 100vh;
    overflow-y: hidden;

}
.team-member-img.rnd img{border-radius: 50%;}
.octf-menu-mobile .mmenu-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.octf-menu-mobile .mmenu-toggle span.menu-text {
    color: #fff;
    margin-right: 50px;
    text-transform: uppercase;
}

.video-container video {
    width: 100%;

}

.de-video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
}

.de-video-content h4 {
    text-transform: uppercase;
    font-weight: 100;
}

#main-heading {
    min-height: 65px;
    margin-bottom: 20px;
    /* background-color: blue; */
}

h1#element {
    display: inline-block;
    line-height: 1 !important;
    /* background-color: brown; */
    margin-bottom: 0 !important;
    padding: 0;
    letter-spacing: 1px;
}

/* .widget-footer img.footer-logo {
    filter: brightness(0) invert(1);
} */

/* .team-clients {
     background-image: url(../images/bg/bg1-home4.webp);
 } */

.octf-main-header.is-stuck .panel-btn i {
    color: #fff;
}

.octf-main-header.is-stuck .octf-cta-header .toggle_search i {
    color: #fff;
}

.clients-slide .img-item {
    border: 1px solid lightgray;
}

.form-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.icon-box.key-details-box {
    min-height: 270px;
}



@media(max-width:1650px) {
    .skill-img-1 {
        margin: 0 -120px 0 0;
        padding: 0 0 0 30px;
    }
}

@media(max-width:1300px) {
    .hide-category {
        display: none;
    }

    .skill-img-1 {
        margin: 0 -20px 0 0;
        padding: 0 0 0 30px;
    }

    .support-box .icon-title h5 {

        line-height: 25px;
        font-size: 16px;
    }

    .container-large {
        padding-left: 50px;
        padding-right: 50px;
    }

    .projects-grid .projects-box .portfolio-info h5 {

        font-size: 18px;

    }

    .cta-2 h2 {
        font-size: 45px;
    }

    .cta-2 p {

        font-size: 18px;
        margin-bottom: 0;
    }

    .team-clients .container-fluid,
    .clients-skill .container-fluid {
        padding: 0 50px;
    }
}

.projects-box .projects-thumbnail .projects-box-content {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    height: 100%;
    padding: 20px;
}

.projects-box .projects-thumbnail .projects-box-content h5 {
    color: #fff;
}

.projects-box:hover .projects-thumbnail .projects-box-content {
    display: none;
}

@media(max-width:768px) {
    .de-video-content h1 {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #main-heading {
        min-height: 0;
        margin-bottom: 20px;
    }

    .de-video-content h3 {
        font-size: 20px;
    }
}

.hero-section {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content-container {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.1);
    height: 100vh;
    width: 100vw;

}

.hero-content {
    display: grid;
    place-content: center;
    height: 100vh;
    width: 100vw;
    max-width: 50vw;
    margin: auto;
}

.hero-content h1,
.hero-content p {
    text-align: center;
    color: #fff;
}

.hero-content h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    /* background: #dfdfdfb6; */
    /* padding: 10px; */
}

.hero-content p {
    font-weight: 300;

}

/* .about-bg {
    background-image: url(../images/about/about-bg.webp);
    background-size: cover;

} */

.about-content-1 p {
    font-size: 20px;
    /* font-weight: 300; */
    font-weight: 300;
}

.our-value {
    padding-top: 0;
    /* background: #262951; */
}

.value-tab-content p,
.skill-content-1 p,
.skill-content p {
    font-size: 20px;
    font-weight: 300;
}

/* p {
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
} */

.team-box .icon-box {
    min-height: 300px;
}

/* .team-box .icon-box:hover {
    background-color: #fff;
} */

.team-box .content-box h5,
.team-box .content-box p {
    /* box-shadow: none; */
    text-align: center;

}

.team-box .icon-main {
    width: 100%;
}

.team-box .icon-box:hover .icon-main img {
    filter: brightness(1) invert(0) !important;
}

.project .project-close-btn {
    background-color: #000;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
}

.project-close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 99999;


}

.project-key {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    /* display: flex;
    overflow-x: auto;
    column-gap: 20px; */
}

/* .project-key li .project-icon-box {
    width: 150px;
} */

.project-close-btn img {
    width: 30px;

}


.project-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project-icon-box .project-icon {
    width: 50px;
}

.project-key {
    list-style: none;
}

.modal-content-des p {
    font-size: 20px;
    font-weight: 300;
}

.ot-heading {
    margin-bottom: 0px;
}

.ot-heading .main-heading {
    text-align: center;
    color: #252850;
}

.services-detail-content p {
    font-size: 20px;
    font-weight: 300;
}

.services-detail-content ul li {
    font-size: 20px;
    font-weight: 300;
}

.modal-content-des ul li {
    font-size: 20px;
    font-weight: 300;
}

.key-details-container h5 {
    font-size: 22px;
}

.key-details-container .icon-box {
    padding: 20px !important;
    transition: all 0.3sease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
}


.key-details-container .icon-box.key-details-box {
    min-height: 285px;
}

.special-text {
    font-family: "Titillium Web", sans-serif;
    font-style: italic;
    /* color: #f39f18; */
    color: #fff;
    /* text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 1px; */
}

.hero-content-container {
    background-color: rgb(0 0 0 / 31%);
}

@media screen and (max-width: 600px) {
    .hero-section {
        height: 80vh;
    }

    .hero-content {
        max-width: 90vw;
    }

    .hero-content h1 {
        font-size: 33px;
        text-shadow: #000 2px 1px;
    }

    .our-skills {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 360px) {
    .octf-menu-mobile .mmenu-toggle span.menu-text {
        display: none;
    }

    .hero-content {
        max-width: 90vw;
    }

    .hero-content h1 {
        font-size: 33px;
        text-shadow: #000 2px 1px;
    }

    .projects-grid .projects-box .portfolio-info .portfolio-info-inner {
        font-size: 13px;
        line-height: 21px;
        padding: 10px;
    }
}

.text-style-one {
    font-size: 100px;
}

.link-box.link-center {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.icon-box:hover .link-center a {
    color: #fff;
}

.term-links {
    display: flex;
    justify-content: space-evenly;
}

.team-slider .grid-sizer {

    width: 100% !important;
}

.team-slider .projects-grid.pf_4_cols .project-item,
.team-slider .projects-grid.pf_4_cols .grid-sizer {
    width: 100%;
}

/* 
.owl-carousel .owl-stage-outer {

    display: flex;
    justify-content: center;
} */

.page-title.text-black strong {
    font-style: italic;
}

.feature-pointer li {
    text-align: left;
}

.icon-box:hover .feature-pointer li {
    color: #fff;
}

@media(max-width:768px) {
    .text-style-one {
        font-size: 50px !important;
    }
}

.modal-content-des li strong {
    font-weight: 300;
    font-size: 20px;
}

.banner-container {
    max-height: 100vh;
    overflow: hidden;
}

.banner-container img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.services-benefits p.sub-heading {
    font-size: 20px;
    font-weight: 300;
}

.projects-box.border {
    border: 1px solid lightgray;
}



/* before after start */

.before-after-container iframe {
    aspect-ratio: 16/9;
}

.before-after-container .video-container {
    margin: 2rem;
    max-height: 300px;
}

.before-after-container img {
    display: block;
    max-width: 100%;
}

.before-after-container main {
    display: grid;
    place-items: center;
    min-height: 100vh;
}

.before-after-container .container1 {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
}

.before-after-container .image-container {
    max-width: 800px;
    max-height: 90vh;
    aspect-ratio: 1/1;
}

.before-after-container .slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.before-after-container .image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
    filter: grayscale(100%)
}

.before-after-container .slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.before-after-container .slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.before-after-container .slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.before-after-container .slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

/* before after end */

.cookie-btn-group {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.cookie-btn-group button {
    border: 0;
    outline: 0;
    font-size: 16px;

}

.modal-dialog-bottom {
    bottom: 0;
}

#cookie-modal .modal {
    position: fixed;
    top: 80vh !important;
    right: 0 !important;
    z-index: 1050;
    display: none;

}