.blog-section1 {
    padding:75px 0;
    background-color:#000;
    color:#fff;
}

.blog-section1 h1 {
    font-size: 45px;
    text-align: center;
    margin:0;
}

.blog-section1 a {
    color:inherit;
    text-decoration: none;
}

.blog-section1 a:hover {
    text-decoration: underline;
}


.blog-section2 {
    padding:50px 0;
    position: relative;
    z-index: 9;
}

.bs2c2-watermark {
    position: absolute;
    top:200px;
    right:0;
    z-index: 1;
}

.bs2c2-watermark2 {
    position: absolute;
    top:500px;
    left:0;
    z-index: 1;
}

.bs2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content:center;
    justify-content:space-between;
    justify-content:space-around;
    gap:35px;
}

.bs2-col1 {
    -webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.bs2-col2 {
    -webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
    min-width:350px;
    max-width:350px;

}



.article-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.single-article {
    -webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
    min-width:45%;
    position: relative;
    z-index: 9;
}

.single-article:first-child {
    min-width:100%;
    max-width:100%;
}

.sa-content {
    background-color: #efefef;
    padding:35px;
    min-height:338px
}

.single-article:first-child .sa-content {
    min-height:50px
}
.sa-content h3 {
    margin:0;
    font-size: 25px;
}
.sa-content a {
    color:inherit;
    text-decoration: none;
}

.published {
    margin:0;
}

.sa-img {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding:53% 0 0 0;
}

.sa-excerpt {
    min-height:157px;
}

.single-article:first-child .sa-excerpt {
    min-height: 50px;
}

.bs2c2-recent-posts-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom:15px;
}

.bs2c2-recent-posts-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100px;
    max-width: 100px;
}

.bs2c2-recent-posts-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bs2c2-recent-posts-col2 h5 {
    margin:0;
    font-size: 16px;
}

.bs2c2-recent-posts-col2 p {
    margin:0;
    color:#6b6b6b;
    font-size: 14px;
}

.bs2c2-section {
    border-bottom:1px solid #ccc;
    padding-bottom:25px;
    margin-bottom:25px;
}

.bs2c2-section h3 {
    margin-top:0;
}

.bs2c2-recent-posts-col2 a {
    color:inherit;
    text-decoration: none;
}
.bs2c2-recent-posts-col2 a:hover {
    text-decoration: underline;
}

.blog-section3 {
    padding:80px 0;
    background-color: #000;
    color:#fff;
}

.bs3-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
}

.bs3-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bs3-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bs3-col1 h2 {
    margin:0;
}

.bs3-col1 p {
    margin:0;
}

.input-box {
    border:1px solid #fff;
    padding:0 15px;
}

.input-box input[type=text] {
    border:0;
    outline:0;
    padding:20px;
    background-color: transparent;
    width:70%;
    color:#FFF;
    font-size: 20px;
}
.input-box button {
    float:right;
    margin-top:12px;
}


@media only screen and (max-width: 1100px) {
    .bs2-container {
        flex-direction: column;
    }

    .bs2-col2 {
        min-width:100%;
        max-width:100%;
        margin:0 auto;
    }
}

@media only screen and (max-width: 1023px) {
    .bs3-container {
        flex-direction: column;
    }

    .bs3-container {
        gap: 15px;
    }
    .bs3-col2 {
        min-width:600px;
        max-width:600px;
    }
}
@media only screen and (max-width: 900px) {
    .article-container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 700px) {
    .bs3-col2 {
        min-width:100%;
        max-width:100%;
    }
}