/* Header */

.about .header {
    margin-bottom: 100px;
}

.about .solutions-banner {
    padding-bottom: 0;
    height: 30vh;
}

@media (max-width: 1201px) {
    .about .header {
        margin-bottom: 0;
    }

    .about-s0 .elem.left {
        padding-top: 40px;
        margin-top: 0;
    }
}

/*  */
.about-s0 {
    padding-bottom: 100px;
    overflow: hidden;
}

.about-s0 .elem {
    width: 48%;
}

.elem.right.big {
    width: 64%;
}

.elem.right.big {
    width: 33%;
}

.about-s0.hubspot-integration-services-page {
    display: flex;
}

.about-s0.smaller-padding {
    padding-bottom: 30px;
}


.about-s0 .d-flex {
    justify-content: space-between;
    /* align-items: center; */
}

.about-s0 .about-pic {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.about-s0 .about-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-s0 .elem.right {
    position: relative;
    padding: 50px 0 30px 0;
}

.about-s0 .elem.right.no-padding-bottom {
    padding-bottom: 0;
}

.hubspot-main.hubspot-main-newdesign .section-title-5 {
    font-size: 20px;
}

.hubspot-main.hubspot-main-newdesign .section-title-5 {
    font-size: 20px;
}

@media (max-width: 992px) {
    .hubspot-main.hubspot-main-newdesign .section-title-5 {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .hubspot-main.hubspot-main-newdesign .section-title-5 {
        font-size: 18px;
    }
}




.about-s0-bg,
.about-s0-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-s0-bg::before {
    content: "";
    background-image: url(../../images/new/svg/bubble-4.svg);
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
}

.about-s0 .elem.right .section-title-9 {
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
}

.about-s0 .elem.right .section-text-3 {
    text-align: center;
    font-size: 24px;
    padding-left: 0;
}

.about-s0 .elem.right .section-text-2 {
    width: 75%;
    margin: 20px auto;
    text-align: center;
}

@media (max-width: 380px) {
    .about-s0.about1 {
        padding-bottom: 60px;
    }
    .about-s0{
        padding-bottom: 40px;
    }
}


/* Interested? */

.about .dt-s4.laptop-section {
    position: relative;
}

.about .about-laptop-bg,
.about .about-laptop-bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.about .about-laptop-bg::before {
    content: "";
    background-image: url(../../images/new/svg/bg-design-3.svg);
    background-size: 100%;
    background-position: top 0 left 0;
    background-repeat: no-repeat;
}

@media (max-width: 380px) {
    .about .dt-s4.laptop-section.about2 {
        margin-bottom: 50px;
    }
}


/* Our Team */

.about-s1 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
}

.about-s1 .top-area {
    text-align: center;
}

.about-s1 .section-title-1 {
    margin-bottom: 20px;
}

.ourTeam {
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.ourTeam-elem {
    margin: 30px 5px;
    width: 25%;
}

.ourTeam-photo {
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.ourTeam-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.ourTeam-elem .section-text-2 {
    font-weight: 700;
    margin-top: 25px;
}

.ourTeam-function {
    font-size: 18px;
}

@media (max-width: 769px) {
    .ourTeam {
        justify-content: space-evenly;
    }
}


/* Careers */

.careers {
    position: relative;
    padding-top: 80px;
    padding-bottom: 20px;
    background-color: #fff;
}

.careers-bg,
.careers-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.careers-bg::before {
    content: "";
    background-image: url(../../images/new/svg/bg-design-3.svg);
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: top 100px left 0;
}

.careers .opti-container-md {
    z-index: 2;
    position: relative;
}

.careers-elem {
    width: 50%;
}

.careers-elem img {
    max-width: 100%;
}


/* Laptop */

.home-s7.laptop-section.aboutUs {
    margin-bottom: 0;
}

.careers.about4 .careers-bg {
    display: none;
}


/* Three boxes */

.three-boxes.aboutUs {
    padding-top: 80px;
}

.solutions.about .three-boxes.hp .bg-design-11 {
    top: -13%;
}

@media (min-width: 1600px) {

    .solutions-submenu::before,
    .solutions-submenu::after {
        display: none;
    }

    .solutions-submenu {
        margin-top: -48px;
    }
}

@media (max-width: 1400px) {
    .solutions-submenu {
        margin-top: -75px;
    }
}

@media (max-width: 1201px) {
    .about-s0 .about-pic {
        width: 120px;
        height: 120px;
    }

    .about-s0-bg::before {
        top: 2%;
    }

    .about .about-laptop-bg::before {
        background-size: 140%;
    }

    .about .careers-bg::before {
        background-size: 160%;
    }

    .solutions.about .three-boxes.hp .bg-design-11 {
        top: -11%;
    }
}

@media (max-width: 1100px) {
    .about .solutions-submenu-list {
        width: 95%;
        border-radius: 6px;
    }

    .about .solutions-submenu-list a {
        border-radius: 6px;
        padding: 7px 10px;
    }

    .about .solutions-submenu {
        margin-top: -35px;
    }

    .about-s0 .d-flex {
        flex-wrap: wrap;
    }

    .about-s0 .elem.left {
        width: 100%;
        order: 1;
        padding-top: 40px;
        margin-top: 0;
    }

    .about-s0 .elem.right {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .about-s0-bg::before {
        background-image: url(../../images/new/svg/contact-bubble-1.svg);
        background-size: 90%;
        background-position: top 50px left 70px;
    }

    .about-s0 .elem.right {
        position: relative;
        padding: 120px 0 185px 0;
    }

    .about .solutions-submenu {
        padding-bottom: 20px;
    }

    .about .solutions-submenu::before,
    .solutions-submenu::after {
        display: none;
    }

    .about-s0 .about-pic {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 1025px) {
    .about-s1 {
        padding-top: 40px;
    }

    .about-s0.about1 .elem.right {
        position: relative;
        padding: 120px 0 50px 0;
    }
}

@media (max-width: 991px) {
    .about-s0-bg::before {
        background-image: url(../../images/new/svg/contact-bubble-1.svg);
        background-size: 120%;
        background-position: top 50px left -40px;
        width: calc(100% + 50px);
        left: -25px;
    }

    .about .about-laptop-bg::before {
        background-size: 130%;
        top: 10%;
        height: 200%;
    }

    .ourTeam-elem {
        width: 25%;
    }

    .ourTeam-photo {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 901px) {
    .about .solutions-submenu-list {
        width: 75%;
        border-radius: 6px;
    }

    .about .solutions-submenu::before,
    .about .solutions-submenu::after {
        display: none;
    }

    .about .solutions-submenu {
        margin-top: -55px;
    }

    .careers-elem.right {
        display: none;
    }

    .careers-elem {
        margin-bottom: 100px;
        width: 100%;
    }

    .careers-bg,
    .careers-bg::before {
        top: -23%;
        height: 150%;
    }

    .about .about-laptop-bg::before {
        top: -40%;
    }

    .about-s1 {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 769px) {

    .about-s0.hubspot-integration-services-page {
        flex-direction: column;
    }

    .width-fitcontent .solutions-submenu-list {
        justify-content: center;
    }

    .about-s0 .elem.right {
        position: relative;
        padding: 120px 0 90px 0;
    }

    .about .about-laptop-bg::before {
        background-size: 200%;
        height: 230%;
    }

    .about section.dt-s4.laptop-section .elem.right br {
        display: none;
    }

    .ourTeam-photo {
        width: 120px;
        height: 120px;
    }

    .solutions.about .three-boxes.hp .bg-design-11 {
        top: -9%;
    }
}

@media (max-width: 700px) {
    .about-s0-bg::before {
        background-size: 140%;
    }

    .about-s0-bg::before {
        width: calc(100% + 50px);
        left: -25px;
    }

    .about .careers-bg::before {
        background-size: 220%;
    }
}

@media (max-width: 600px) {
    .about .solutions-submenu-list {
        width: 95%;
    }
     .about-s0{
        padding-bottom: 40px;
    }
}

@media (max-width: 580px) {
    .about-s0 .about-pic {
        width: 160px;
        height: 160px;
    }

    .about-s0-bg::before {
        background-size: 168%;
        background-position: top 50px left -210px;
    }

    .about section.dt-s4.laptop-section .elem.right {
        width: 100%;
    }

    .ourTeam-photo {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 450px) {
    .about-s0-bg::before {
        background-size: 200%;
    }

    .ourTeam-elem {
        width: 45%;
        margin: 15px 0;
    }

    .ourTeam-photo {
        width: 140px;
        height: 140px;
    }

    .about .careers-bg::before {
        background-size: 300%;
    }

    .three-boxes.aboutUs .opti-container-md {
        padding-top: 0;
    }
}

@media (max-width: 380px) {
    .about-s0-bg::before {
        background-size: 230%;
    }

    .about .about-laptop-bg::before {
        background-size: 335%;
        height: 190%;
    }

    .ourTeam-photo {
        width: 100px;
        height: 100px;
    }

    .about-s0 .elem.right {
        padding: 120px 0 85px 0;
    }

    .about-s0 .elem.right .section-title-9 {
        font-size: 26px;
    }

    .about-s0 .elem.right .section-text-3 {
        font-size: 22px;
    }

    .about-s0 .elem.right .section-text-2 {
        width: 100%;
    }

    .about .careers-bg::before {
        background-size: 350%;
    }

    .about .box-title {
        font-size: 26px;
    }

    .careers.about4 {
        padding-top: 30px;
    }

    .ourTeam-function {
        font-size: 15px;
    }

    .solutions.about .three-boxes.hp {
        margin-top: 30px;
    }
}

@media (max-width: 340px) {
    .about-s0-bg::before {
        background-size: 260%;
        background-position: top 50px left -310px;
    }
}

@media (max-height: 800px) {
    .about .solutions-banner {
        padding-bottom: 30px;
    }
}