.blog-page .cmsitem{

}
.section-sub-title.cmsitem img{
    padding: 4px;
    border: 1px solid #ddd;
}
.txt-cnt {
    text-align: center;
}
.error{
    color: red;
}

.description img {
    border: 1px solid #eee;
    padding: 5px;
    margin: 10px;
}

.btn.send-btn {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    background: #00b3f0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    padding: 14px 23px;
    margin-top: 30px;
}
.btn.reset-btn {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    background: #999;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    padding: 14px 23px;
    margin-top: 30px;
}

.welcome-section .welcome-text .content {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
}

.welcome-section .welcome-text .title {
    font-family: 'Poppins';
    color: #00b3f0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 3px;
}

.welcome-section .welcome-text .title:after {
    content: '';
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #fff;
    margin-left: 27px;
}

.welcome-section .what-we-do-content .title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    background: #00b3f0;
    padding: 10px 19px;
    border-radius: 0;
    margin-bottom: 9px;
    display: inline-block;
}

.welcome-section .what-we-do-content .content {
    color: #fff;
    font-family: 'Lato';
    font-style: italic;
    font-size: 20px;
    letter-spacing: .03em;
    line-height: 30px;
}

.sec-pad {
    padding: 50px 0;
}

.form-control {
    height: 45px;
}

.inner-banner {
    background: #0075a2;
    background-size: cover;
    padding-top: 169px;
    padding-bottom: 6px;
}

.contact-form-area {
    padding: 0px;
}

.header .header-navigation.stricky-fixed .navbar-brand:before {
    background: #4db2ea;
}

.imgresponsive {
    width: 100%;
}

.header .navbar-brand {
    padding: 15px;
    background: none;
}

.navbar-brand img {
    max-width: 250px;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 600px;
}

.blog-post-style-one h3 {
    font-size: 19px;
}
@media (max-width: 540px) {
    .navbar-brand img {
        max-width: 200px;
    }
}
.blog-post-pagination ul li a{
    line-height:auto;
    height: auto;
    border: none;
}
.blog-post-style-one .img-box {
    min-height: 200px;
}
.blog-post-style-one .img-box img {
    max-width: 360px;
}

.footer .footer-top .footer-widget .head-title {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

/*BLACK TRANSPARANCEY FOR SLIDER*/
#minimal-bootstrap-carousel .item:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.5);
}
/*END*/

.blog-post-style-one a.read-more{
    margin: 0px;
}
.header .header-navigation .thm-container{
    padding: 0 30px 0 0px;
}