/* style.css */

/* Blockquote styles from inline <style> tag */
blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
    box-shadow: 0px 19px 10px -15px rgba(50, 50, 50, 0.25);
    padding: 10px 20px;
    font-size: 17.5px;
}

blockquote:before {
    content: "\201C";
    font-weight: bold;
    font-size: 100px;
    color: #eee;
    position: absolute;
    left: 105px;
    margin-top: 0.1em;
    font-family: 'Georgia';
}

blockquote:after {
    content: "\201D";
    font-weight: bold;
    font-size: 100px;
    color: #eee;
    position: absolute;
    right: 150px;
    margin-top: -0.1em;
    font-family: 'Georgia';
}

/* Page banner area styles from inline style attribute */
.banner__inner-page {
    position: relative;
    background: linear-gradient(135deg, #002b98, #00060c);
    overflow: hidden;
}

.banner__inner-page div:nth-child(1) {
    /* Light white overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 1;
}

.banner__inner-page .shape2 {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 2;
}

.banner__inner-page .shape1 {
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 2;
}

.banner__inner-page .shape3 {
    position: absolute;
    right: 0;
    top: 10%;
    z-index: 2;
}

.banner__inner-page .container {
    position: relative;
    z-index: 3;
}

.banner__inner-page .text-white {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner__inner-page .breadcrumb-list {
    font-size: 18px;
    color: #ffffff;
}

.banner__inner-page .breadcrumb-list a {
    color: #ffffff;
    text-decoration: underline;
}

/* Blog single area image styles from inline style attribute */
.blog-single-area .container center .image img {
    height: 397px;
    width: 770px;
}

/* Blog single title color from inline style attribute */
.blog__content .blog-single__title {
    color: #02a9f8;
}

/* SMART image style from inline style attribute */
.blog__content center .image img {
    width: 770px;
}

/* Row with background and box-shadow from inline style attribute */
.blog-single-area .row {
    text-align: center;
    background: #00abdb;
    margin: 1.5em 0;
    -webkit-box-shadow: inset 0px 0px 0px 10px #337ab7;
    -moz-box-shadow: inset 0px 0px 0px 10px #337ab7;
    box-shadow: inset 0px 0px 0px 10px #337ab7;
}

.blog-single-area .row .col-md-5 img {
    margin-bottom: 0;
}

.blog-single-area .row .col-xs-12 {
    margin: 1em 0;
}

.blog-single-area .row .row {
    margin: 0 5px;
}

.blog-single-area .row h3 {
    color: white;
    text-align: center;
}

.blog-single-area .row .btn {
    border-color: white;
    width: 230px;
    margin-top: 100px;
}

.blog-single-area .row .btn a {
    color: white;
    text-decoration: none;
}

/* Related Reading Section */
.blog-single-area .blog__content>div:nth-child(24) {
    /* Targeting the clear: both div */
    clear: both;
}

.blog-single-area .blog__content a[style*="width: 130px"] {
    width: 130px;
    text-decoration: none;
    padding: 5px;
    float: left;
}

.blog-single-area .blog__content a[style*="border-left:solid 0.5px #fff;"] {
    border-left: solid 0.5px #fff;
}

.blog-single-area .blog__content a img {
    width: 130px;
    height: auto;
    border: 0px;
}

.blog-single-area .blog__content #titles {
    padding-left: 3px;
    border: 0pt none;
    margin: 3px 0pt 0pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}