.header_cmn{
    color: #969595;
    font-size: 27px;
    font-weight: bold;
}
.header_cmn_sml{
    color: #969595;
    font-size: 18px;
    font-weight: bold;
}
.header_cmn span{
    color: #10aeb4;
}
.header_cmn_sml span{
    color: #10aeb4;
}
.cmn_text{
    color: #c1c1c1;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 0.9em;

}
.cmn_text a{
    color: #10aeb4;
    cursor: pointer;
    font-weight: bold;

}
section.light {
    background: #ffffff;
}
.verticle_line{
    width: 1px;
    margin: auto;
    border-left-style: dashed;
    border-left-width: 2px;
    border-color: #eaeaea;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.round{
    width: 100px;
    border-radius: 72px;
    border-style: dashed;
    border-width: 2px;
    border-color: #eaeaea;
    height: 100px;
    padding-top: 38px;
    font-size: 16px;
    color: #8e8e8e;
    font-weight: bold;
    margin-left: auto;
    cursor: pointer;
    margin-right: auto;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;


}
.round:hover{
    color: #10aeb4;
    border-color: #eaeaea;
}
.technologies{
    border: solid 1px #efefef;
    color: #d8d8d8;
    cursor: pointer;
    padding: 2px 14px;
    float: left;
    margin: 10px 5px 0 0;

    -webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
}
.technologies:hover{
    color: #10aeb4;

}
.tec_single_block{
    margin-top: 50px;
}

.logo_color_icon{
    width: 90px;
}

.logo_icon{
    width: 90px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.7;
    -webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;

}
.logos .tech-icon{
    width: 77px;
    float: left;
    margin-right: 25px;
    height: 92px;

}

    .industry-heading{
    margin: 3em 0;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: none;
    color: #FFF;
    letter-spacing: 1px;

    }
.logo_icon:hover{

    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;

}
.logos{
    margin-top: 60px;
    margin-bottom: 60px;
}
.infra-logos{
    margin-top: 20px;
    margin-bottom: 0px;
}
.monitor-4{
    width: 100%; margin: 10px 0 10px 0 !important;
}
.monitor{
    width: 100%; margin: 10px 0 10px 0 !important;
}
@media only screen and (max-width : 1200px) {
    .logos{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .monitor{
        margin: 10px 0 10px 0!important;
    }
    .monitor-4{
        margin: 10px 0 10px 0 !important;
    }
}

@media only screen and (min-width : 900px) {
    .industries{
        width: 14% !important;
    }
}