
.story_img {
    width: 100%;
}

.Montserrat {
    font-family: montserrat;
}

.story_heading {
    color: #eb0000;
    display: inline-block;
    font-size: 46px;
    font-weight: 700;
    margin: 50px 0 35px;
}

.gradient_text {
    background: -webkit-linear-gradient(to right, #ffc000, #EB0000, #0000ff);
    background: -o-linear-gradient(to right, #ffc000, #EB0000, #0000ff);
    background: -moz-linear-gradient(to right, #ffc000, #EB0000, #0000ff);
    background: linear-gradient(to right, #ffc000, #EB0000, #0000ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.story_p {
    color: black;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 25px;
    text-align: left;
}

.story_s {
    font-weight: 700;
}

.our_story_div {
    text-align: center;
}

.trpn {
    background: #f8f8f8 none repeat scroll 0 0;
    margin-top: 50px;
    padding: 60px 0;
}

.trpn_div_inner {
    text-align: center;
}

.story_heading.story_heading_second {
    color: #000;
    font-size: 43px;
    margin: 0 0 50px;
}

.clear {
    clear: both;
}

.trpn_img {
    width: 100%;
}

.story_p.trnp_p {
    font-size: 25px;
    margin-top: 10px;
}

.trpn_div_inner.trpn_div_inner_2 {
    text-align: left;
}

.wireless_div {
    margin-top: 60px;
}

.wireless_inner {
    background: #f8f8f8 none repeat scroll 0 0;
    box-shadow: 0 2px 3px 1px #ddd;
    padding: 60px 0 40px;
    text-align: center;
    position: relative;
}

.wireless_inner::after {
    background:-webkit-linear-gradient(to right,#ffc000,#EB0000,#0000ff);
    background:-o-linear-gradient(to right,#ffc000,#EB0000,#0000ff);
    background:-moz-linear-gradient(to right,#ffc000,#EB0000,#0000ff);
    background:linear-gradient(to right,#ffc000,#EB0000,#0000ff);
    top: 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
    display: none;
}

/*.wireless_div_short > .col-md-4:hover .wireless_inner::after {
    display: block;
}*/

.csr_s {
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin: 40px 0 15px;
}

.csr_p {
    font-size: 18px;
}

.crs_p_div {
    min-height: 156px;
    padding: 0 10px;
}

.same_img {
    margin: 80px 0;
    width: 100%;
}

.mtt_members {
    overflow: hidden;
    position: relative;
    margin: 50px 0 0;
}

.mt_text {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    padding-top: 12%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.mt_text > h3 {
    font-size: 46px;
    font-weight: 900;
    margin: 0;
}

.mt_member {
    float: left;
    width: 16.666%;
}

.mt_member > img {
    width: 100%;
}

footer {
    margin: 0;
}

.mt_text_2 {
    margin: 60px 0 0;
    text-align: center;
}

.mt_text_2 .story_heading.story_heading_second {
    margin: 0;
}

@media (max-width:768px) {

p br {
    display: none;
}

.mt_member {
    width: 33.3%;
}

.wireless_inner {
    margin-bottom: 20px;
}

.story_inner {
    padding: 0 25px;
}

.mt_text.hidden.visible-xs {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
}

.mt_text.hidden.visible-xs > h3 {
    color: #000;
    font-size: 26px;
    padding: 0 25px;
}

}