* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html{height: 100%;}

:focus {
    outline: 0
}
body {
    color: #333;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-family: Lato, Arial, sans-serif;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
h1{
    text-align: center;
}
section {
    flex: 1 0 auto;  
    background-color: #f4f4f4;
    padding: 60px 0;
    padding-bottom: 125px;    
}
.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

.blog-detail-box{
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
    width: 27%;
    min-height: 475px;
    display: inline-block;
    margin: 0 3%;
    margin-bottom: 7.5%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    cursor: pointer;
    background: #000000;
    color: #fff;
    transition: all 0.3s;
    border-radius: 15px;
}
/*.blog-detail-box:hover{
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0,0,0,0.15);
}*/
.blog-title-date{
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0 5px;
}

.blog-img{
    width: 100%;
    height: auto;
}


.blog-display-section{
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
}

.blog-title{
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}

.blog-description-container{
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 10px;
    font-size: 17px;
}

.blog-details-section{
    padding: 0 15px;
    padding-bottom: 20px;
}
footer {
    background-color: #333;
    padding: 35px 50px;
    font-size: 80%;
    text-align: center;
}
.social-links{
    float: none;
}
.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
    border: 0;
    color: #888;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 22px;
}

.footer-nav li a:active,
.footer-nav li a:hover {
    color: #ddd
}

.fa-facebook-square,
.fa-linkedin-in,
.fa-instagram,
.fa-whatsapp,
.fa-twitter {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.fa-facebook-square:hover {
    color: #3b5998
}

.fa-twitter:hover {
    color: #33CCFF
}

.fa-linkedin-in:hover {
    color: #4875B4
}

.fa-instagram:hover {
    color: #8a3ab9
}

.fa-whatsapp:hover {
    color: #25d366
}

.whatsapp-link{
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
}

.whatsapp-link a{
    display: flex !important;
    align-items: center;
}


.whatsapp-link span{
    font-size: 60%;
    padding-left: 5px;
}

footer p {
    color: #ddd;
    margin-top: 25px;
    text-align: center;
}

.blog-img-box{
    max-height: 250px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width:1560px) {
    .signup-email-container {
        margin-bottom: -5px;
    }
    
}
@media only screen and (max-width:1444px) {

    .signup-email-container {
        margin-bottom: -5px;
    }
}
@media only screen and (max-width:1440px) {

}
@media only screen and (max-width:1200px) {
    .blog-display-section {
        width: 90%;
        margin-top: 8%;
    }
    .blog-detail-box {
        width: 39.5%;
        margin: 0 5%;
        margin-bottom: 7.5%;
    }
}
@media only screen and (max-width:1023px) {
    .blog-detail-box {
        width: 43%;
        margin: 0 3%;
        margin-bottom: 7.5%;
    }
}
@media only screen and (max-width:767px) {
    .blog-detail-box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20%;
        min-height: auto;
    }
    .blog-display-section {
        width: 85%;
        margin-top: 15%;
    }
    .blog-title-date {
        font-size: 13px;
    }
    .blog-title {
        font-size: 19px;
    }
    .blog-description-container{
        font-size: 16px;
    }
}