#social-media-content {
    padding: 70px 0;
}

#social-media-content .head-title {
    position: relative;
    text-align: center;
}

#social-media-content .head-title h2 {
    font-weight: bold;
    color: #000;
    padding-bottom: 2em;
}

#social-media-content .head-title h2:before {
    position: absolute;
    content: '';
    left: 10.5em;
    top: 22px;
    height: 3px;
    width: 6.2em;
    background: #f44438;
}

#social-media-content .social-mdia-para p {
    text-align: center;
}

#social-media-content .icon-one {
    position: absolute;
    left: -70px;
    top: 33em;
    display: inline-block;
}

#social-media-what-we-do-content {
    padding: 70px 0;
}

#social-media-what-we-do-content .social-content-item {
    padding: 30px;
    transition: all ease-in .5s;
    margin-bottom: 20px;
    background: #fff;
}

#social-media-what-we-do-content {
    position: relative;
}

#social-media-what-we-do-content .icon-one {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

#social-media-what-we-do-content .social-content-item .social-content-item-details {
    text-align: justify;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.social-content-item .social-content-item-title {
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.social-content-item:hover {
    transform: scale(1.08);
    box-shadow: 0px 3px 8px 0px #00000047;
}


/* call to action  */

.small-section {
    padding: 70px 0;
    text-align: center;
    background-color: #7678E2;
}

.banner-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff;
}

.btn-mod.btn-round {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-mod.btn-w {
    color: #111;
    background: rgba(255, 255, 255, .8);
}

.btn-mod.btn-medium {
    height: auto;
    padding: 8px 37px;
    font-size: 12px;
}

.btn-mod,
a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34, 34, 34, .9);
    border: 2px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus {
    color: #111;
    background: #fff;
}

.content-wrap {
    background-image: url(../images/background/grey-white-5.png);
    background-repeat: no-repeat;
    background-size: cover;
}


/* call to action end */

.text .link-btn {
    text-align: left !important;
}

.text .link-btn a {
    text-align: left !important;
    padding: 7px 30px 7px;
}

.text .btn-style-one {
    border: 1px solid #f4463a;
    background: #fff;
    text-transform: capitalize;
    padding: 15px 50px 15px;
    color: #f4463a;
}

.text .btn-style-one:hover {
    color: #fff;
    background: #f4463a;
    /* background: transparent; */
}


/*media query for mobile start*/

@media only screen and (max-width: 767px) {
    #social-media-what-we-do-content .social-content-item {
        margin: 1em;
    }
    #social-media-content .head-title h2:before {
        position: absolute;
        content: '';
        left: 1em;
        top: 23px;
        height: 2px;
        width: 8.1em;
        background: #f44438;
    }
    #social-media-content .head-title h2 {
        font-weight: bold;
        color: #000;
        padding-bottom: 1em;
    }
    #social-media-content .social-mdia-para p {
        text-align: justify;
    }
    #social-media-content {
        padding: 40px 0;
    }
}


/*media query for mobile end*/