@media (max-width: 767px) {

    .social-soul-banner-area{
        background-image: url(../images/cover/header-mobile.png);
        background-repeat: no-repeat;
        background-position-x: 20%;
        background-position-y: 10%;
        height: 700px;
      }
    
    .ss-banner-left-content-area{
        height: 600px;
        min-height: auto;
    }

    .ss-banner-left-content-area h1 {
        color: #164276;
        font-size: 35px;
        font-size: 900;
        padding-top: 0px;
        margin-top: 320px;
        background: rgba(255, 255, 255, .6);
    }

    .ss-banner-left-content-area h3 {
        color: #ef4323;
        font-size: 23px;
        padding-top: 10px;
        background: rgba(255, 255, 255, .6);
    }

    .ss-display-desktop{
        display: none;
    }

    .ss-display-mobile{
        display: block;
    }

    .ss-welcome-content-area h5 {
        padding-top: 20px;
        color: #ef4323;
        letter-spacing: 4px;
    }

    .ss-welcome-content-area h2 {
        color: #164276;
        font-size: 45px;
        font-weight: 700;
    }

    .view-more-btn a{
        margin: auto;
        margin-top: 20px;
    }

    .ss-welcome-image-area .view-more-btn a{
        margin: auto;
    }

    .ss-our-client-area h3 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 35px;
        color: #164276;
        margin: auto;
        text-align: center;
    }

    .ss-project-heading1 h3 {
        font-size: 35px;
        font-weight: 500;
        color: #164276;
        text-align: center;
        margin: auto;
        margin-left: 10px;
    }

    .ss-project-heading2 {
        margin-left: 100px;
    }

    .ss-project-body-area {
        margin-top: 10px;
        display: block;
    }

    .ss-project-img-icon img {
        margin-top: -80%;
        margin-left: 40%;
        width: 70px;
    }

    .ss-project-section {
        padding-top: 70px;
        padding-bottom: 0px;
    }

    .ss-project-body {
        background-image: url(../images/social-soul/video-background.png);
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .ss-featured-project-section {
        background-image: url(../images/social-soul/background-img-1.png);
        background-position: center;
        min-height: 500px;
        background-repeat: no-repeat;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .ss-featured-project-title h3 {
        font-size: 35px;
        font-weight: 600;
        color: #164276;
        float: left;
        text-align: center;
    }

    .ss-featured-project-title{
        margin: auto;
    }

    .ss-service-area {
        width: 100%;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ss-service-section {
        background-color: #ff922a;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .ss-service-area-box {
        border-radius: 10px;
        background-color: #fff;
        min-height: auto;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .ss-service-title h3 {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        text-align: left;
        float: left;
        padding-left: 20px;
    }

    .ss-footer-banner-first-area h2 {
        color: #164276;
        font-weight: 700;
        font-size: 30px;
    }

    .ss-footer-banner-first-area-button {
        display: block;
    }

    .ss-footer-banner-first-area-button .view-more-btn a{
        margin: inherit;
    }

    .ss-footer-banner-first-area-button .view-more-btn1 a{
        margin-left: 0px;
        margin-top: 15px;
    }

    .ss-footer-title-logo img{
        padding-left: 10px;
    }

    .ss-about-left-block {
        margin-top: 10px;
    }

    .ss-about-content-left-block p {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        margin-right: 0px;
    }

    .ss-about-left-block h2 {
        color: #164276;
        font-size: 50px;
        font-weight: 700;
    }

    .ss-about-vision-mission {
        background-image: url(../images/social-soul/background-img-1.png);
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ss-about-vision-mission {
        background-image: url(../images/social-soul/background-img-1.png);
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .ss-about-vision-mission-left-block {
        background-color: #fff;
        border-radius: 25px;
        min-height: 200px;
        margin-right: 10px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
        box-shadow: 2px 2px #ddd;
        margin-bottom: 30px;
    }

    .ss-about-vision-mission-right-block {
        background-color: #fff;
        border-radius: 25px;
        min-height: 200px;
        margin-right: 10px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
        box-shadow: 2px 2px #ddd;
        margin-bottom: 30px;
    }

    .ss-footer-title-social{
        position: initial;
        right: 420px;
        padding-top: 20px;
        text-align: left;
        margin: auto;
    }

    .ss-footer-section .row{
        display: block;
    }

    .ss-welcome-image-area img {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

@media(max-width: 575px){


}