/* Blog page */
.single-blog-wrapper {
    position: relative;
    z-index: 1;
}

.single-blog-wrapper .single-blog-content-wrapper {
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    padding: 70px 7%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        width: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 24px;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.85;
    font-weight: 300;
    color: #fff;
    font-family: 'Roboto';
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
        font-size: 14px;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote {
    margin-bottom: 50px;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 {

    font-size: 15px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    font-weight: 300;

    font-style: italic;

}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 i {
    margin-right: 30px;
    font-size: 30px;
    color: #e2001a;
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote span {
    margin-left: 60px;
    font-size: 13px;
    font-weight: 400;
    color: #fecb00;
    float: right;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img.no-image-class {
    width: 300px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 5px 50px;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a h5 {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:hover img,
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:focus img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.blog-small-desc {

    color: #2a2a2a;
    font-weight: 300;
    font-size: 0.85rem;

}

.blog-wrapper .single-blog-area .hover-content > a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    color: #e1071a;
}
.blog-date {
    font-size: 0.7rem;
    color: #a5a5a5;
    margin-top: -10px;
    font-weight: 300;
    padding-bottom: 10px;
}

/*********************************
 Follow Us
*********************************/

.follow_us_contents {
    margin-top: 32px;
}

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

.social li {
    margin-right: 12px;
}

.social li:last-child {
    margin-right: 0px;
}

.social li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social li a i {
    color: #FFFFFF;
}

.social li:hover a {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}
*/

.share {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    color: #2d2d2d;
    font-weight: 300 !important;
    font-size: 2.5em !important;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.news-row {
    background: white;
    -webkit-box-shadow: -8px 9px 9px -9px rgba(0,0,0,0.31);
    -moz-box-shadow: -8px 9px 9px -9px rgba(0,0,0,0.31);
    box-shadow: -8px 9px 9px -9px rgba(0, 0, 0, 0.22);
    margin: 60px 0px;
}

.news-wrapper {
    padding: 40px;
}
.circle_button {
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
    margin-top: 8px;
    background: #e1071a;
    margin-left: 0px;
}

.fa-long-arrow-right {
    padding-left: 0px;
    font-size: 0.6rem;
    margin-top:-10px;
}
.main_button a {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}
.circle_button:hover {
color:black!important;
}

.author-style {
    color: #c5c5c5;
    font-size: 0.8rem;
    padding-bottom: 10px;
    font-style: italic;
    margin-top: -10px;
}
.main_button:hover {
    background: #e2001a !important;
    color: white;
}

@media only screen and (max-width: 1280px) {
.news-content p{
    font-size:0.8rem;
    
    
    }
}
@media only screen and (max-width: 992px) {
.news-content p{
    padding: 10px;
    
    
    }
    .news-content p {
    font-size: 0.7rem;
}
    .news-wrapper {
    padding: 10px;
}
    .news-content p {
    padding: 3px;
}
    .news-row {
  
    margin: 30px 0px;
}
    .services-section-wrapper {
    padding: 0px 0px;
    padding-bottom: 0px;
    padding-top: 30px;
}
}

/* CSS modified */
.breadcrumb-section {
    padding-left: 7%;
    padding-right: 7%;
}
ul.social {
    list-style: none;
}
.brandcarousel-heading {
    background-color: #efefef;
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 i {
    margin-right: 30px;
    font-size: 30px;
    color: #01a650;
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote span {
    margin-left: 60px;
    font-size: 13px;
    font-weight: 400;
    color: #01a650;
    float: right;
}
.related-content .related-document iframe {
    width: 50%;
    height: 42vw;
}
.news-link-wrap > div {
    position: absolute;
    right: 30px;
    bottom: 20px;
}