.services {
    margin-bottom: 50px;
}

.services .icon {
    color: #03a9f4;
    font-size: 38px;
    padding-left: 15px;
    float: left;
    background: #efefef;
    padding: 20px;
    width: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #03a9f4;
}
.icon {
    font-family: 'elegant-theme-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-strategy::before {
    content: "\e03b";
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.services-content {
    padding: 30px 20px 20px 89px;
    margin-top: 30px;
    background: #efefef;
    border: 1px solid #fff;
    text-align: left;
}

.services-content h5 {
    margin-bottom: 20px;
}

p {
    font-size: 14px;
    line-height: 22.4px;
    color: #6c7279;
	text-align:justify;
}

.RTS_P{
	padding:0% 0%;
}

.dev-tab p{ font-size:16px; }

.dummy_a{ color:#1a1b1e; cursor:pointer; }