header {
    background-color: #040e21;
    margin: 0px;
    padding-bottom: 1px;
    padding-top: 20px;
    position: relative;
}

/*----------------- Banner -------------------*/
.banner {
    background-image: url(../images/about_banner.jpg);
    padding: 89px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-bottom: 90px;
}

.caption {

}

.caption h1 {
    font-size: 50px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}

/*----------------- Blog -------------------*/
.search {
    margin-top: 20px;
}

.search .form-control {
    border-color: #fff;
    box-shadow: none;
    border-radius: 60px;
    color: #7b868a;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    height: 49px;
    text-transform: inherit;
}

.search .btn-search {
    background-color: #3cbc10;
    border-color: #3cbc10;
    border-radius: 60px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    height: 49px;
    text-transform: uppercase;
    outline: none;
}

.search .btn-search:hover, .search .btn-search:focus {
    background-color: #3cbc10;
    border-color: #3cbc10;
    color: #fff;
    outline: none;
}

.nospc {
    padding-right: 0px !important;
}

/*----------------- Feature -------------------*/
.featured {
    clear: both;
    margin-bottom: 80px;
    position: relative;
    width: 100%;
}

.featured h3 {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    font-weight: normal;
    left: 0px;
    margin: 0px 0px;
    padding: 12px 25px 25px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.featured h3 span {
    background-color: #e643b4;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    margin-top: -25px;
    padding: 6px 8px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.post {
    clear: both;
    float: left;
    width: 100%;
}

.post img {
    margin-bottom: 15px;
}

.post h3 {
    color: #333;
    font-family: 'Montserrat-Bold';
    font-size: 26px;
    font-weight: normal;
    margin: 0px 0px 10px;
}

.post h3 a {
    color: #333;
}

.post h3 a:hover {
    color: #0094d6;
    text-decoration: none;
}

.post h5 {
    color: #aaa;
    display: block;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    margin: 0px;
    text-transform: capitalize;
}

.post h5 span {
    color: #3cbc10;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}

.post p {
    color: #666;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    line-height: 27px;
    margin: 0px;
}

.post .avatar {
    border-radius: 100%;
    height: 50px;
    margin-right: 15px;
    vertical-align: middle;
}

.photo img {
    width: 100%;
}

hr.line {
    border-top: 1px solid #f5f5f5;
    float: left;
    height: 1px;
    margin: 8% 0px;
    width: 100%;
}

/*----------------- Sidebar -----------------*/
.sidebar {

}

.sidebar h3 {
    color: #2d2e32;
    font-family: 'Montserrat-Light';
    font-size: 36px;
    margin-bottom: 15px;
}

.are-you {
    background: #11294f;
    background: -moz-linear-gradient(top, #11294f 0%, #2c698f 100%);
    background: -webkit-linear-gradient(top, #11294f 0%, #2c698f 100%);
    background: linear-gradient(to bottom, #11294f 0%, #2c698f 100%);
    clear: both;
    margin-bottom: 50px;
    padding: 40px 15px;
    text-align: center;
}

.are-you h3 {
    color: #fff;
    font-family: 'Montserrat-Light';
    font-size: 30px;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 25px;
}

.are-you h3 span {
    font-family: 'Montserrat-Bold';
}

.are-you p {
    color: #fff;
    font-family: 'Montserrat-Light';
    font-size: 18px;
    margin: 20px;
}

.are-you .btn-talk {
    font-size: 19px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    max-width: 320px;
    width: 100%;
    line-height: 48px;
    border-radius: 60px;
    background-color: #f88e1f;
    border: 0;
    text-transform: uppercase;
    box-shadow: 0 1px 33px rgba(0, 0, 0, 0.25);
    transition: all .3s;
}

.are-you .btn-talk:hover, .are-you .btn-talk:focus {
    background-color: #71c340;
    color: #fff;
}

.category {
    background-color: #f8f8f8;
    margin-bottom: 14%;
    padding: 0px;
    width: 100%;
}

.category ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.category ul li {
    border-bottom: 1px solid #e9e9e9;
    color: #222222;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    text-transform: uppercase;
}

.category ul li a {
    color: #222222;
    display: block;
    padding: 25px 25px;
}

.category ul li a img {
    float: right;
    margin-top: -4px;
}

.category ul li a:hover {
    background-color: #e843b5;
    color: #fff;
    text-decoration: none;
}

.category ul li a:hover img {
    filter: brightness(0) invert(1);
}

.blog-box {
    transition: all .3s;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 25px;
}

.blog-box:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 4px 4px;
}

.blog-box:hover img {
    width: 100%;
    border: 5px solid #fff;
    border-radius: 5px;
}

.blog-box img {
    width: 100%;
    transition: all .3s;
    transition: all .3s;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.blog-box figcaption {
    padding: 10px 15px;
}

.blog-box h5 {
    font-size: 18px;
    font-family: Montserrat-SemiBold;
}

.blog-box h6 {
    font-size: 12px;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
}

.blog-box1 h6 {
    color: #e843b5;
}

.blog-box2 h6 {
    color: #e3530b;
}

.blog-box3 h6 {
    color: #29aae3;
}

/*----------------- Blog Post Style -----------------*/

.main-content h1 {
    color: #333333;
    font-family: 'Montserrat-Light';
    font-size: 49px;
    margin: 0px 0px 20px;
    padding-top: 40px;
    line-height: normal;
}

.main-content .catelink span {
    background-color: #e643b4;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    padding: 6px 15px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.author {
    margin-bottom: 25px;
    display: flex;
    width: 100%;
}

.author .avatar {
    border-radius: 100%;
    height: 50px;
    margin-right: 15px;
    vertical-align: middle;
}

.author h5 {
    color: #aaa;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    margin: 0;
    text-transform: capitalize;
    display: inline-flex;
    flex-direction: row;
}

.author h5 span.user {
    color: #3cbc10;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}

.txtright {
    text-align: right;
}

.a2a_default_style a {
    float: none !important;
    display: inline-block;
}

.blog-post h3 {
    color: #222;
    font-size: 36px;
    font-weight: normal;
}

.blog-post h4 {
    color: #222;
    font-size: 30px;
}

.blog-post h5 {
    color: #222;
    font-size: 24px;
}

.blog-post h6 {
    color: #999;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.blog-post h6 span {
    color: #106ed0;
}

.blog-post p {
    font-family: 'Montserrat-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 30px;
}

.blog-post hr {
    float: left;
    height: 2px;
    margin: 6% 0px;
    width: 100%;
}

.subhead {
    font-family: 'Montserrat-Regular' !important;
}

.subsubhead {
    font-family: 'Montserrat-Bold';
!important;
}

.quote, .blog-post blockquote {
    margin-bottom: 40px;
    padding: 0px;
    width: 100%;
    border: 0;
}

.blog-post blockquote:before {
    content: ' ';
    width: 53px;
    height: 42px;
    background-image: url('../images/quote.png');
    display: block;
}

.quote h3, .blog-post blockquote h3 {
    color: #333;
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    margin: 20px 0px;
}

.blog-post blockquote h3:after {
    content: ' ';
    width: 40px;
    height: 2px;
    background-color: #e3530b;
    display: block;
    margin-top: 25px;
}

.quote h4, .blog-post blockquote h4 {
    color: #333;
    font-family: 'Montserrat-Bold';
    font-size: 24px;;
    text-transform: uppercase;
}

.quote h4 span, .blog-post blockquote h4 span {
    color: #666;
    font-family: 'Montserrat-Light';
    font-size: 18px;
}

.quote p, .blog-post blockquote p {
    color: #333;
    font-family: 'Montserrat-Light';
    font-size: 21px;
    font-style: italic;
    text-transform: none;
    margin: 30px 0px;
}

h3.inte {
    clear: both;
    color: #2d2e32;
    font-family: 'Montserrat-Bold';
    font-size: 21px;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list li {
    background: url("../images/tickmark.png") no-repeat left 5px;
    padding-left: 27px;
    color: #5f5f5f;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    margin-bottom: 15px;
}

.related h2, .comments h2 {
    color: #2d2e32;
    font-size: 48px;
    text-align: left;
}

.pagination {
    width: 100%;
    text-align: center;
    padding: 0px 0;
    margin-top: 0;
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: bold;
}

.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}

nav.pagination h2 {
    display: none;
}

.title-link {
    color: inherit;
}

.title-link:hover {
    color: inherit;
}

.full-w-img {
    width: 100%;
}

/*========================= Responsive =========================*/
@media (min-width: 1680px) {
    /* Banner */
    .banner {
        padding: 89px 0;
    }

    .caption h1 {
        font-size: 60px;
    }
}

@media (min-width: 1920px) {

}

@media (max-width: 1679px) {
    /*Banner*/
    .banner form .col-sm-9 {
        width: 72%;
    }

    .banner form .col-sm-3 {
        width: 28%;
    }
}

@media (max-width: 1400px) {
    .are-you h3 {
        line-height: 41px;
    }
}

@media (max-width: 1200px) {
    /*Banner*/
    .search .btn-search {
        font-size: 14px;
    }

    .banner form .col-sm-9 {
        width: 65%;
    }

    .banner form .col-sm-3 {
        width: 35%;
    }

    .category ul li a {
        padding: 25px 15px;
    }

    .category ul li {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    /* Banner */
    .banner {
        padding: 89px 0;
    }

    .caption h1 {
        font-size: 40px;
    }

    .are-you h3 {
        font-size: 24px;
        line-height: 33px;
    }

    .are-you .btn-talk {
        font-size: 16px;
        max-width: 220px;
    }

    .category ul li {
        font-size: 12px;
    }

    .category ul li a img {
        margin-top: -4px;
        width: 25px;
    }

    .main-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .form-group.col-xs-7 {
        padding-left: 0;
    }

    .form-group.col-xs-5 {
        padding-right: 0;
    }

    header .navbar {
        min-height: 75px;
    }


    .cct-blog-content .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: inline-block;
        width: 100%;
    }

    .cct-blog-content .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 800px) {
    /* Banner */
    .banner {
        padding: 89px 0;
    }

    .post .avatar {
        height: 40px;
    }

    .post h3 {
        font-size: 19px;
    }

    .post h5 {
        font-size: 11px;
    }

    .post p {
        font-size: 15px;
        line-height: 20px;
    }

    .are-you .btn-talk {
        font-size: 12px;
    }

    .category ul li {
        font-size: 14px;
    }

    .category ul li img {
        width: 23px !important;
        margin-top: -2px !important;
    }

    .category ul li a {
        padding: 15px 10px;
    }

    .main-content h1 {
        font-size: 28px;
    }

}

@media (max-width: 768px) {
    .banner {
        margin-bottom: 30px;
    }

    .featured {
        margin-bottom: 30px;
    }

    .txtright, .author h5 {
        text-align: center;
    }
}

@media (max-width: 640px) {
    /* Header */
    header {
        background: transparent;
        position: absolute;
        z-index: 10;
    }

    .search, .main-content, .sidebar, .post div {
        padding: 0px !important;
    }

    .featured h3 {
        font-size: 15px;
    }

    .featured h3 span {
        font-size: 10px;
    }

    .sidebar {
        clear: both;
    }

    .are-you {
        margin-top: 30px;
        float: left;
        clear: both;
    }

    .category ul li {
        font-size: 13px;
    }

    .category ul li a img {
        margin-top: -4px;
        width: 26px;
    }

    .txtright {
        padding: 0px 0px 10px;
    }

    .txtright h5 {
        margin: 0px;
        text-align: left;
    }

    .quote p {
        font-size: 16px;
    }

    /*banner*/
    .banner .col-sm-5.caption {
        padding-left: 0;
        padding-right: 0;
    }

    .banner {
        padding: 130px 0 63px;
    }
}

@media (max-width: 480px) {
    /* Banner */
    .banner {
        padding: 89px 0;
    }
}

@media (max-width: 375px) {
    /* Banner */
    .banner {
        padding: 89px 0;
    }

    .search .form-control {
        font-size: 11px;
        height: 40px;
    }

    .search .btn-search {
        font-size: 10px;
        height: 40px;
    }


    .are-you .btn-talk {
        line-height: 25px;
        padding: 6px 12px 5px;
    }

}