.home3 .flat-row.row-blog {
    background-color: #fff;
}

.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 100px 0;
}

.entry-content .more-link {
    text-align: center;
}

.flat-latest-blog .entry .feature-post {
    float: none;
    margin-right: 0;
    width: 100%;
    padding-left: 0;
}

.entry .feature-post {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 346px;
    height: auto;
    padding-left: 65px;
}

.pro-content p {
    height: 80px;
    overflow-y: auto;
    padding-right: 5px;
    color: #212121;
    font-size: 14px;
    line-height: 22px;
}


.pro-content p::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
border-radius: 10px;
}

.pro-content p::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}

.pro-content p::-webkit-scrollbar-thumb
{
border-radius: 10px;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #191d23), color-stop(0.72, #222932), color-stop(0.86, #000307));
}




.flat-latest-blog.style1 .entry .entry-title {
    font-size: 18px;
}

.flat-latest-blog .entry .feature-post img {
    width: 100%;
    height: 225px;
}

.entry .entry-title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2.3px;
}

.entry .entry-title a {
    color: #202020;
}

.entry .entry-title a:hover {
    color:#2bb0ef;
}

.flat-latest-blog .entry .feature-post .entry-image img {
    width: 100%;
    height: auto;
}

.entry .entry-content {
    border-top: 1px dashed #e5e5e5;
    padding-top: 8px;
}

.entry-content p {
    font-size: 13px !important;
    text-align: left;
    color: #2f2f2f;
    height: 90px;
    overflow-y: auto;
    background: none;
    font-family: 'Droid Serif', serif !important;
    line-height: 20px;
	overflow-x: hidden;
}

.entry-content p::-webkit-scrollbar-track, -moz-scrollbar-track, -o-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.entry-content p::-webkit-scrollbar, -moz-scrollbar, -o-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.entry-content p::-webkit-scrollbar-thumb, -moz-scrollbar-thumb, -o-scrollbar-thumb
{
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #2bb0ef), color-stop(0.72, #2498d0), color-stop(0.86, #2078a2));
	background-image: -moz-gradient(linear, left bottom, left top, color-stop(0.44, #2bb0ef), color-stop(0.72, #2498d0), color-stop(0.86, #2078a2));
	background-image: -o-gradient(linear, left bottom, left top, color-stop(0.44, #2bb0ef), color-stop(0.72, #2498d0), color-stop(0.86, #2078a2));
}

.services-section {
    margin-top: 35px;
    margin-bottom: 30px;}




.entry .more-link a {
    z-index: 1;
    position: relative;
    margin-top: 20px;
    display: block;
    width: 115px;
    padding: 6px 0 6px 15px;
    border: 1px solid #2b1e1e;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2b1e1e;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
}

.entry .more-link a:hover{ color:#2bb0ef;}

.entry .more-link a:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.entry .more-link a i {
    color: #202020;
    font-size: 17px;
    position: absolute;
    right: 14px;
    top: 5px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.entry .more-link a:hover {
    background-color: #2f2f2f;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

@media (max-width:767px){
	.flat-latest-blog.style1 {
    margin-bottom: 20px;
}

.flat-latest-blog.style1 .entry .entry-title {
    font-size: 18px;
    margin-top: 10px;
}
	}