.blog-banner {
    position: relative;
    padding: 1.5rem 0;
    background-image: url(../images/blog-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    z-index: 1;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-banner h1 {
    font-size: 38px;
    margin: 0 0 0.6rem;
    color: #FF992A;
}

.blog-banner ul {
    margin: 0;
    padding: 0;
}

.blog-banner .breadcrumb_last {
    color: #FF992A;
}

.blog-banner li a {
    color: #fff !important;
    margin-right: 0.4rem;
}

.blog-banner li a:hover {
    color: #FF992A !important;
}

.blog-page img {
    max-width: 100%;
}

.blog-wrap {
    padding: 5rem 0;
}

.blog-page .row {
    display: flex;
    flex-wrap: wrap;
}

.blog-page .col-lg-8 {
    max-width: 100%;
    flex-basis: 100%;
}

.blog-page .col-lg-4 {
    max-width: 100%;
    flex-basis: 100%;
}

span.event {
    font-size: 14px;
    color: #FF992A;
    background-color: rgba(255, 165, 45, .25);
    padding: 4px 9px;
    border-radius: 21px;
    /* font-family: 'Roboto'; */
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    margin-bottom: 1rem;
}

.blog-page h2 {
    margin: 0 0 0.3rem;
    font-size: 34px !important;
    color: #2F2525;
    font-weight: 400;
    line-height: 1.3;
}

.block-left h6 {
    font-size: 16px;
    font-weight: 600;
    color: #2F2525;
    margin: 0 0 2rem;
}

.blog-card {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 2rem;
}

.blog-card:last-child {
    margin-bottom: 0;
}

.blog-page p {
    margin: 0 0 1rem;
}

.category-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    line-height: 1;
}

.category-bar .category-left,
.category-bar .category-right ul {
    display: flex;
    flex-wrap: wrap;
}

.category-bar a img {
    transition: .5s ease;
}

.category-bar a:hover img {
    transform: rotate(360deg);
}

.category-bar span {
    font-size: 16px;
    font-weight: 500;
    color: #303030;
}

.category-bar a {
    color: #3067F7 !important;
    font-weight: 500;
}

.category-bar a:hover {
    color: #FF992A !important;
}

.category-item {
    padding: 0 0.5rem;
}

.category-left,
.category-right {
    margin: 0 -0.5rem;
}

.category-left img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.6rem;
}

.share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.share li img {
    display: inline-block;
    vertical-align: middle;
}

.share li:first-child img {
    padding-right: 0.6rem;
}

.share li {
    padding: 0 0.3rem;
}

.blog-page .btn-orange {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #FFA52D;
    border-radius: 3px;
    color: #fff !important;
    padding: 13px 17px;
    margin-top: 0.5rem;
    display: inline-block;
    transition: .3s ease;
    line-height: 1;
}

.btn-orange:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.sidebar {
    padding-left: 57px;
}

.sidebar .bg-gray {
    padding: 22px 53px 35px;
    background: #F6F6F6;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    margin-bottom: 2rem;
}

h2.underline {
    position: relative;
    margin-bottom: 1.3rem;
    padding-bottom: 0.3rem;
}

h2.underline:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 44px;
    background-color: #2F2525;
}

.sidebar .follow ul {
    margin: 0 -6px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.sidebar .follow li {
    padding: 0 6px;
}

.sidebar li img {
    transition: .5s ease;
}

.sidebar li a:hover img {
    transform: rotate(360deg);
}

.newsletter-form input {
    padding: 14px 21px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    margin-top: 0;
    margin-bottom: 20px !important;
    background-color: transparent !important;
    width: 100% !important;
    height: 65px !important;
}

.newsletter-form input:focus {
    outline: 0;
}

.newsletter-form input::placeholder {
    font-size: 17px;
    font-weight: 500;
    color: rgba(47, 37, 37, .59)
}

.newsletter-form input[type=submit] {
    background-color: #FF992A !important;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    height: auto;
    padding: 18px 15px !important;
    text-transform: uppercase;
    border-color: #FF992A !important;
    transition: .3s ease;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0 !important;
    height: auto !important;
}

.newsletter-form input[type=submit]:hover {
    background-color: transparent !important;
    color: #FF992A;
}

.recent-blog .blog-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.blog-item:last-child {
    margin-bottom: 0 !important;
}

.blog-item .image-holder {
    max-width: 32%;
    flex-basis: 32%;
}

.blog-item .text-holder {
    max-width: 68%;
    flex-basis: 68%;
    padding-left: 1.4rem;
}

.blog-item h6 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 0.2rem;
}

.blog-item h6 a {
    color: #424242 !important;
    transition: .3s ease;
}

.blog-item h6 a:hover {
    color: #FF992A !important;
}

.blog-item small {
    display: block;
    font-size: 13px;
    color: #2D3473;
    margin-bottom: 1rem;
}

.blog-item .link {
    font-size: 14px;
    text-decoration: underline;
    color: #FF992A;
}

.category.bg-gray {
    margin-bottom: 0 !important;
}

.category ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4.5px;
}

.category li {
    padding: 0 4.5px;
}

.category li a {
    font-size: 13px;
    color: #2D3473 !important;
    background-color: rgba(45, 52, 115, .1);
    padding: 4px 9px;
    border-radius: 21px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px;
}

.category li a:hover {
    color: #FF992A !important;
    background-color: rgba(255, 165, 45, .25);
}

.insights {
    position: relative;
    padding: 85px 0;
    background-image: url(../images/insights-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    z-index: 1;
    min-height: 559px;
}

@media(min-width:0\0) {
    .insights {
        height: 559px;
    }
}

.insights:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(45, 52, 115, .95);
    z-index: -1;
}

.insights__wrapper {
    margin: 0 auto;
    max-width: 606px;
}

.insights__title {
    margin: 0 auto;
    max-width: 460px;
    text-align: center;
}

.insights h2,
.insights .newsletter-form input {
    color: #fff !important;
}

.insights .newsletter-form {
    padding-top: 1rem;
}

.insights .newsletter-form input::placeholder {
    color: rgba(255, 255, 255, .59);
}

@media(min-width:992px) {

    .blog-page .row {
        margin: 0 -15px;
    }

    .blog-page .col-lg-8 {
        max-width: 59.66667%;
        flex-basis: 59.66667%;
        padding: 0 15px;
    }

    .blog-page .col-lg-4 {
        max-width: 40.33333%;
        flex-basis: 40.33333%;
        padding: 0 15px;
    }
}

@media(min-width:1440px) {
    .blog-page .container {
        max-width: 1310px;
    }
}

@media(max-width:1439px) {
    .blog-banner {
        min-height: 320px;
    }

    .blog-wrap {
        padding: 3rem 0;
    }

    .blog-page h2 {
        font-size: 30px !important;
    }

    span.event {
        margin-bottom: 0.3rem;
    }

    .block-left h6 {
        margin: 0 0 1.3rem;
    }

    .category-bar {
        padding: 0.5rem 0;
    }

    .blog-page .btn-orange {
        margin-top: 0;
    }

    .sidebar {
        padding-left: 20px;
    }

    .sidebar .bg-gray {
        padding: 20px 30px;
    }

    .newsletter-form input {
        padding: 10px 15px !important;
        height: 55px !important;
    }

    .newsletter-form input::placeholder {
        font-size: 15px;
    }

    .newsletter-form input[type=submit] {
        padding: 15px 18px !important;
        font-size: 18px;
    }

    .insights {
        padding: 50px 0;
        min-height: 450px;
    }

}

@media(max-width:1199px) {

    .blog-page h2 {
        font-size: 24px !important;
    }

    .blog-card h2 br {
        display: none;
    }

    .category-left img {
        height: 15px;
        padding-right: 0.4rem;
    }

    .category-bar span {
        font-size: 14px;
    }

    .sidebar {
        padding-left: 0;
    }

    .sidebar .bg-gray {
        padding: 20px;
        margin-bottom: 1.4rem;
    }

    .sidebar li img {
        height: 40px;
    }

    .recent-blog .blog-item {
        margin-bottom: 15px;
    }

    .blog-item .text-holder {
        padding-left: 1rem;
    }

    .blog-item small {
        margin-bottom: 0.4rem;
    }

    .blog-item h6 {
        font-size: 15px;
    }

    .insights {
        padding: 40px 0;
        min-height: auto;
    }
}

@media(max-width:991px) {

    .blog-banner {
        min-height: 250px;
    }

    .blog-banner h1 {
        font-size: 30px;
    }

    .blog-wrap {
        padding: 2rem 0;
    }

    .blog-wrap .row {
        margin-bottom: 0;
    }

    .blog-page h2 {
        font-size: 20px !important;
    }

    .block-left h6 {
        font-size: 14px;
    }

    .blog-page .btn-orange {
        padding: 10px 15px;
    }

    .sidebar {
        margin-top: 1.5rem;
    }

    .blog-item .image-holder {
        max-width: 18%;
        flex-basis: 18%;
    }

    .blog-item .text-holder {
        max-width: 82%;
        flex-basis: 82%;
    }
}

@media(max-width:767px) {
    .sidebar li img {
        height: 35px;
    }

    .insights {
        padding: 30px 0;
    }
}

@media(max-width:575px) {
    .category-bar {
        display: block;
    }

    .category-bar .category-right {
        margin-top: 0.5rem;
    }

    .blog-banner {
        min-height: 200px;
    }

    .sidebar .bg-gray {
        padding: 20px 15px;
    }

    .blog-item .image-holder {
        max-width: 25%;
        flex-basis: 25%;
    }

    .blog-item .text-holder {
        max-width: 75%;
        flex-basis: 75%;
    }

    .newsletter-form input {
        height: 45px !important;
        margin-bottom: 10px !important;
    }
}