.videobg {
    background-color: #000000;
}

.s3 {
    position: absolute;
    top: 180px;
    z-index: 3;
}

.s4 {
    position: absolute;
    bottom: 103px;
    z-index: 3;
}

.s5 {
    position: absolute;
    bottom: 83px;
    z-index: 3;
}

.offcanvas__social {
    padding-left: 76px;
    padding-top: 100px;
}

.swiper-slide {
    display: inline-table;
}

.counter__number {
    font-size: 80px;
}

.service__img-wrapper span {
    background-color: #000000;
}

.highlight-color {
    color: #376baa;
}

.service__list-6 li.active a {
    color: #376baa !important;
}

.solution__area {
    margin-top: 96px;
}

.message_sent {
    margin-top: 20px;
    font-size: 20px;
}

.swiper {
    cursor: grab;
}

.contact-img-div {
    max-width: 350px;
    text-align: center;
    margin: 0px auto;
    padding-top: 20px;
}

.mbe-logo {
    width: 80%;
}

.mbe-logo-img {
    margin: 0px auto;
}

.mbe-logo-img,
.contact-img {
    width: 100%;
    max-width: 225px;
}

.contact-img-text {
    text-align: center;
}

.contact-us-container {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-items: center;
}

#footer-width {
    width: 80%;
}

.menu-social li a i {
    font-size: 30px;
    margin: 11px 33px;
}

.team__area-6 .sec-title-wrapper {
    max-width: 100%;
}

.hero__sub-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4;
    color: var(--gray-3);
    max-width: 100%;
    position: relative;
    right: 0px;
    bottom: -45px;
}

.about__area .sec-title {
    max-width: 100%;
}

.fp-map {
    z-index: 10;
}

.fp-workflow {
    padding-top: 20px;
}

.about__title-wrapper {
    padding-bottom: 20px;
    padding-left: 0px;
}

.fp-service {
    background-color: #163253;
}

.fp-portfolio {
    background-color: #111111;
}

.menu_container2,
.menu_container {
    display: inline-block;
    cursor: pointer;
}

.menu_container2 .bar1,
.menu_container2 .bar2,
.menu_container2 .bar3 {
    background-color: #000000;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.hero__area {
    height: 100vh;
}

.hero__content a {
    overflow: visible;
    padding-bottom: 5px;
}

.hero__content a span {
    right: -30px;
}

.swiper-slide h2 {
    font-size: 90px;
    color: rgb(204 204 204 / 50%);
    font-weight: bold;
    text-transform: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.animation__service_page h4 {
    color: #376baa;
    margin-bottom: 15px;
    font-size: 20px;
}

.header__logo-2 {
    cursor: pointer;
}

.logo {
    height: 60px;
}

.logo-modal {
    height: 40px;
}

video.fullscreen {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    &::-webkit-media-controls {
        display: none !important;
    }
}

.vid-container {
    position: relative;
    display: grid;
    place-items: center;
    /* height: 70vh;
    width: 70vw; */
    margin: 0 auto;
    background: #ccc;
}

.content {
    z-index: 1;
}

.footer__logo {
    width: 250px;
}

.testimonial__area {
    margin-top: 140px;
    margin-bottom: 140px;
}

.offcanvas__menu-wrapper.mean-container {
    padding-top: 0px !important;
}

.hero__title {
    font-size: 136px;
    margin-top: 0px;
}

.testimonial-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.testimonial-item {
    padding: 25px 25px 10px 25px;
}

.testimonial-details h2,
.testimonial-details h3,
.testimonial-details p {
    margin-bottom: 10px;
}

.padd-top {
    padding-top: 50px;
}

.padd-bottom {
    padding-bottom: 50px;
}

.hero__area::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.header__area-3 {
    background-color: rgb(0 0 0 / 0%);
}

.main-menu-3>li>a {
    color: #ffffff;
}

.sticky-3 .main-menu-3>li>a {
    color: #000000;
}

.header__area-3.sticky-3 {
    background-color: rgb(0 0 0 / 65%);
    border-bottom: 1px solid var(--white-2);
}

.hero__content {
    padding-top: 270px;
    padding-bottom: 80px;
}

.footer__copyright {
    grid-column: span 8;
}

.footer__copyright p {
    max-width: none;
}

.team_center {
    justify-content: center;
}

.hero__title-wrapper {
    margin-left: -255px;
}

#myteam {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 100px;
}

.team__area-6 {
    width: 90%;
    padding-left: 0px;
    margin: 0px auto;
}

@media only screen and (max-width: 1431px) {
    .hero__content {
        padding-top: 120px;
        padding-bottom: 45px;
    }
}

@media only screen and (max-width: 1400px) {
    .hero__title {
        font-size: 90px;
    }
    .hero__title::after {
        right: -98px;
    }
}

@media only screen and (max-width: 1340px) {
    .main-menu-3>li {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1219px) {
    .main-menu-3>li {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer__widget {
        grid-column: span 6;
    }
    .footer__widget-2 {
        grid-column: span 6;
    }
    .footer__widget-3 {
        grid-column: span 6;
    }
    .footer__widget-4 {
        grid-column: span 6;
    }
    .footer__copyright {
        grid-column: span 12;
    }

}

@media only screen and (max-width: 1193px) {
    .main-menu-3>li {
        padding: 0 25px;
    }
    
    .header__area-3 {
        background-color: unset;
    }
}

@media only screen and (max-width: 1170px) {
    .hero__title {
        font-size: 86px;
    }
    .testimonial__inner-2 {
        padding: 60px 20px;
        margin-right: -186px;
        width: 100%;
    }

    .swiper-slide h2 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 994px) {
    .hero__title {
        font-size: 79px;
    }

    .hero__sub-title {
        right: 0px;
    }
}

@media only screen and (max-width: 850px) {
    .hero__title {
        font-size: 70px;
    }

    .hero__title-wrapper {
        margin-left: -60px;
        width: 533px;
    }

    .hero__content {
        padding-top: 180px;
        padding-bottom: 0px;
    }

    .roll__slide h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 773px) {
    .hero__title {
        font-size: 54px;
    }
}

@media only screen and (max-width: 770px) {
    #myteam {
        gap: 20px;
    }

    #myfootercontainer {
        max-width: 100%;
    }
    
    .footer__inner {
        grid-template-columns: repeat(12, 1fr);
    }

    .footer__widget {
        grid-column: span 6;
    }

    .footer__widget-2 {
        grid-column: span 6;
    }

    .footer__widget-3 {
        grid-column: span 6;
        margin-right: 0px;
    }

    .footer__widget-4 {
        grid-column: span 6;
    }

    .footer__copyright {
        grid-column: span 12;
    }

}

@media only screen and (max-width: 650px) {
    .hero__title {
        font-size: 54px;
    }

    .hero__title-wrapper {
        margin-left: 0px;
        width: 533px;
    }

    .roll__slide h2 {
        font-size: 45px;
    }

    .contact-us-container {
        grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 610px) {

    #myteam {
        display: grid;
    }

    .footer__widget {
        grid-column: span 12;
    }

    .footer__widget-2 {
        grid-column: span 12;
    }

    .footer__widget-3 {
        grid-column: span 12;
        margin-right: 0px;
    }

    .footer__widget-4 {
        grid-column: span 12;
    }

    .footer__copyright {
        grid-column: span 12;
    }

}

@media only screen and (max-width: 540px) {
    .hero__title {
        font-size: 47px;
    }

    .hero__title-wrapper {
        width: 418px;
    }

    #myteam {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        padding: 10px;
    }
}

@media only screen and (max-width: 470px) {
    .hero__title {
        font-size: 37px;
    }

    .hero__title-wrapper {
        width: 328px;
    }

    .swiper-slide h2 {
        font-size: 60px;
    }

    .counter__number {
        font-size: 50px;
    }

    .swiper-slide h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .swiper-slide h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 330px) {
    .hero__title {
        display: none;
    }
    .roll__slide h2 {
        font-size: 25px;
    }
}