section {
}

.title {
    text-align: center;
}

.os-animation.animated {
    opacity: 1;
}
.os-animation {
    opacity: 0;
}
.bounceIn {
    animation-name: bounceIn;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeIn {
    animation-name: fadeIn;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

.title-separator {
    margin: -15px auto 16px;
    display: block;
    position: relative;
    height: 2px;
    width: 7px;
}

.title-separator:before, .title-separator:after {
    border-top: 2px solid rgb(221, 221, 221);
    display: block;
    height: 1px;
    content: " ";
    width: 87px;
    position: absolute;
    left: -100px;
    top: 7px;
}

.title i {
    color: rgb(102, 102, 102);
    margin-top: 0px;
    font-size: 14px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
}

*:before, *:after {
    box-sizing: border-box;
}

.title-separator:after {
    right: -100px;
    left: auto;
}
.title-separator:before, .title-separator:after {
    border-top: 2px solid rgb(221, 221, 221);
    display: block;
    height: 1px;
    content: " ";
    width: 87px;
    position: absolute;
    left: -100px;
    top: 7px;
}
h6 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: rgb(170, 170, 170);
}
.intro_features {
    width: 100%;
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
    cursor: pointer;
    height: 100%;
    display: table;
	line-height:17px;
}

.intro_features .icon {
    width: 17%;
    vertical-align: middle;
    font-size: 24px;
    color: rgb(0, 0, 0);
    text-align: center;
    border-right: 1px solid rgb(221, 221, 221);
    height: 100%;
    display: table-cell;
	background: radial-gradient(ellipse at center center , rgb(113, 206, 232) 0%, rgb(32, 153, 215) 100%) repeat scroll 0% 0% transparent;
}

.intro_features .icon:hover{
    background: radial-gradient(ellipse at center center , rgb(113, 206, 232) 0%, rgb(32, 153, 215) 100%) repeat scroll 0% 0% transparent;
}

.animate {
    transition: all 0.3s ease 0s;
}
.intro_features .content {
    padding: 10px 15px;
    float: left;
    width: 100%;
}

.intro_features .content:hover{
    background: radial-gradient(ellipse at center center , rgb(113, 206, 232) 0%, rgb(32, 153, 215) 100%) repeat scroll 0% 0% transparent;
	color:#fff;
}

.intro_features p {
    margin-bottom: 0px;
}
.why-choose-us h4, p {
    clear: none;
}


