.font-size{
    font-size: 36px;
}
.h3-font-size{
    font-size: 20px;
    font-weight: bold;
}
.h2-font-size{
    font-size: 30px;
}
.line-color{
    border-color: #C52D2F;
}
.h1-font-size{
     color: #000; 
}
.content-section#services {
    margin-top: 0px;
}

.service-item {
    position: relative;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}

.service-item a:hover {
    color: black;
	border:none;
}



.service-item .service-icon {
    font-size: 3em;
    padding: 60px 0;
}
.service-item-op .service-icon-op {
    font-size: 3em;
    padding: 60px 0;
}
.service-item .service-content {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.service-item .service-content .inner-service {
    padding: 20px;
}
.service-item .service-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    margin-bottom: 15px;
}

#service-1 {
    background-color:#1ABC9C;
}
#service-2 {
    background-color:#4792AA;
}
#service-3 {
    background-color:#6C5E6D;
}

size-w-img{
    width:100px;
   
}
.border-style{
    border-color: red;
}
.font-color{
    color:red;
}