.blog-area .section-title h2 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto
}

.blog-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    border-radius: 15px 15px 0 0
}

.blog-card:hover .content::before {
    top: 30px;
    height: 78%;
    width: 2px;
    background-color: #c61b5f
}

.blog-card .blog-img {
    position: relative
}

.blog-card .blog-img a {
    display: block
}

.blog-card .blog-img a img {
    border-radius: 15px 15px 0 0
}

.blog-card .blog-img .date {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 15px 10px 30px;
    font-family: roboto, sans-serif;
    text-align: center;
    background-color: #c61b5f;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-clip-path: polygon(17% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(17% 0, 100% 0%, 100% 100%, 0% 100%)
}

.blog-card .content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 20px
}

.blog-card .content::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7ebee;
    -webkit-transition: .7s;
    transition: .7s
}

.blog-card .content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    max-width: 270px
}

.blog-card .content h3 a {
    color: #08577c
}

.blog-card .content p {
    margin-bottom: 15px
}

.blog-card .content .blog-btn {
    background-color: #c61b5f;
    padding: 8px 24px;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    font-size: 15px
}

.blog-card .content .blog-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    height: 50%;
    background-color: #08577c;
    z-index: -1;
    -webkit-transition: all .7s;
    transition: all .7s;
    opacity: 0
}

.blog-card .content .blog-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 0;
    height: 50%;
    background-color: #08577c;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s
}

.blog-card .content .blog-btn:hover {
    color: #fff
}

.blog-card .content .blog-btn:hover::before {
    width: 100%;
    color: #fff;
    opacity: 1
}

.blog-card .content .blog-btn:hover::after {
    width: 100%;
    opacity: 1;
    color: #fff
}

.blog-card .content .blog-btn-two {
    background-color: transparent;
    padding: 6px 20px;
    color: #071232;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    border-radius: 50px;
    border: 1px solid #071232
}

.blog-card .content .blog-btn-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    height: 50%;
    background-color: #071232;
    z-index: -1;
    -webkit-transition: all .7s;
    transition: all .7s;
    opacity: 0
}

.blog-card .content .blog-btn-two::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 0;
    height: 50%;
    background-color: #071232;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s
}

.blog-card .content .blog-btn-two:hover {
    color: #fff
}

.blog-card .content .blog-btn-two:hover::before {
    width: 100%;
    color: #fff;
    opacity: 1
}

.blog-card .content .blog-btn-two:hover::after {
    width: 100%;
    opacity: 1;
    color: #fff
}

.blog-card-bg {
    position: relative
}

.blog-card-bg a {
    display: block
}

.blog-card-bg a img {
    border-radius: 0 !important
}

.blog-card-bg:hover .content::before {
    background-color: #fff
}

.blog-item {
    background-color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    border-radius: 15px;
    position: relative
}

.blog-item::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: #f7ebee;
    -webkit-transition: .7s;
    transition: .7s;
    opacity: 0;
    border-radius: 15px
}

.blog-item:hover::before {
    height: 100%;
    opacity: 1
}

.blog-item a {
    display: block
}

.blog-item a img {
    border-radius: 15px
}

.blog-item .content {
    padding: 20px
}

.blog-item .content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-item .content ul li {
    display: inline-block;
    font-size: 16px;
    color: #555;
    margin-right: 25px
}

.blog-item .content ul li:last-child {
    margin-right: 0
}

.blog-item .content ul li i {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 2px
}

.blog-item .content ul li:last-child {
    margin-right: 0
}

.blog-item .content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    max-width: 270px
}

.blog-item .content h3 a {
    color: #08577c
}

.blog-item .content p {
    margin-bottom: 15px
}

.blog-item .content .read-btn {
    background-color: transparent;
    padding: 8px 24px;
    color: #9e6e7d;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #9e6e7d
}

.blog-item .content .read-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    height: 50%;
    background-color: #9e6e7d;
    z-index: -1;
    -webkit-transition: all .7s;
    transition: all .7s;
    opacity: 0
}

.blog-item .content .read-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 0;
    height: 50%;
    background-color: #9e6e7d;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s
}

.blog-item .content .read-btn:hover {
    color: #fff
}

.blog-item .content .read-btn:hover::before {
    width: 100%;
    color: #fff;
    opacity: 1
}

.blog-item .content .read-btn:hover::after {
    width: 100%;
    opacity: 1;
    color: #fff
}

.blog-item .content .blog-btn-two {
    background-color: transparent;
    padding: 6px 20px;
    color: #071232;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    border-radius: 50px;
    border: 1px solid #071232
}

.blog-item .content .blog-btn-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    height: 50%;
    background-color: #071232;
    z-index: -1;
    -webkit-transition: all .7s;
    transition: all .7s;
    opacity: 0
}

.blog-item .content .blog-btn-two::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 0;
    height: 50%;
    background-color: #071232;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s
}

.blog-item .content .blog-btn-two:hover {
    color: #fff
}

.blog-item .content .blog-btn-two:hover::before {
    width: 100%;
    color: #fff;
    opacity: 1
}

.blog-item .content .blog-btn-two:hover::after {
    width: 100%;
    opacity: 1;
    color: #fff
}


.side-bar-question h3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.blog-article {
    margin-bottom: 30px
}

.blog-article .blog-article-img {
    margin-bottom: 30px
}

.blog-article .blog-article-title {
    margin-bottom: 30px
}

.blog-article .blog-article-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
    max-width: 500px
}

.blog-article .blog-article-title ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blog-article .blog-article-title ul li {
    display: inline-block;
    color: #08577c;
    margin-right: 30px;
    position: relative
}

.blog-article .blog-article-title ul li i {
    color: #c61b5f
}

.blog-article .blog-article-title ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    width: 1px;
    height: 20px;
    background-color: #c61b5f;
    right: -20px
}

.blog-article .blog-article-title ul li:last-child {
    margin-right: 0
}

.blog-article .blog-article-title ul li:last-child::before {
    display: none
}

.blog-article .article-content p {
    margin-bottom: 20px
}

.blog-article .article-content .blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 40px;
    background-color: #f7ebee;
    padding: 30px
}

.blog-article .article-content .blockquote::before {
    content: '\ee34';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 120px;
    font-weight: 400;
    color: #fff;
    font-family: boxicons;
    line-height: 0
}

.blog-article .article-content .blockquote::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    background-color: #c61b5f
}

.blog-article .article-content .blockquote p {
    font-size: 20px;
    color: #555;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 20px
}

.blog-article .another-content p {
    margin-bottom: 20px
}

.blog-article .another-content .content-img {
    margin-top: 40px;
    margin-bottom: 30px
}

.blog-article .blog-status {
    margin-top: 30px;
    margin-bottom: 30px
}

.blog-article .blog-status ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blog-article .blog-status ul li {
    display: inline-block;
    color: #08577c;
    margin-right: 30px;
    position: relative
}

.blog-article .blog-status ul li i {
    color: #c61b5f
}

.blog-article .blog-status ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    width: 1px;
    height: 20px;
    background-color: #c61b5f;
    right: -20px
}

.blog-article .blog-status ul li:last-child {
    margin-right: 0
}

.blog-article .blog-status ul li:last-child::before {
    display: none
}

.blog-article .blog-share {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555
}

.blog-article .blog-share ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 520px
}

.blog-article .blog-share ul li {
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 135px;
    font-weight: 700
}

.blog-article .blog-share ul li:last-child {
    margin-right: 0
}

.blog-article .blog-share ul li a {
    color: #08577c;
    text-align: center
}

.blog-article .blog-share ul li a:hover {
    color: #c61b5f
}

.blog-article .comments-wrap {
    padding-top: 30px
}

.blog-article .comments-wrap .title {
    font-size: 30px;
    margin-bottom: 30px;
    color: #08577c
}

.blog-article .comments-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-article .comments-wrap ul li {
    position: relative;
    padding: 30px;
    padding-left: 140px;
    margin-bottom: 30px;
    background-color: #f7ebee
}

.blog-article .comments-wrap ul li:last-child {
    margin-bottom: 0
}

.blog-article .comments-wrap ul li img {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 90px;
    height: 90px
}

.blog-article .comments-wrap ul li h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500
}

.blog-article .comments-wrap ul li span {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    color: #8b8b8b
}

.blog-article .comments-wrap ul li p {
    margin-bottom: 0
}

.blog-article .comments-wrap ul li a {
    position: absolute;
    top: 27px;
    right: 30px;
    color: #071232;
    font-weight: 600
}

.blog-article .comments-wrap ul li a:hover {
    color: #c61b5f
}

.blog-article .comments-form {
    margin-top: 40px
}

.blog-article .comments-form .contact-form h2 {
    font-size: 26px;
    margin-bottom: 30px
}

.blog-article .comments-form .contact-form .form-group .form-control {
    border-color: #c61b5f;
    background-color: transparent;
    border-radius: 0
}


.blog-style-area .section-title h2 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
}

.blog-style-card {
    background-color: #f7ebee;
    z-index: 1;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    position: relative;
    padding: 20px
}

.blog-style-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: .7s;
    transition: .7s;
    opacity: 0;
    border-radius: 15px
}

.blog-style-card:hover::before {
    width: 100%;
    opacity: 1
}

.blog-style-card .blog-style-img {
    padding-left: 15px
}

.blog-style-card .blog-style-img a {
    display: block
}

.blog-style-card .blog-style-content {
    padding: 0 20px
}

.blog-style-card .blog-style-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-style-card .blog-style-content ul li {
    display: inline-block;
    font-size: 16px;
    color: #555;
    margin-right: 25px;
    margin-bottom: 10px
}

.blog-style-card .blog-style-content ul li:last-child {
    margin-right: 0
}

.blog-style-card .blog-style-content ul li i {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 2px
}

.blog-style-card .blog-style-content ul li:last-child {
    margin-right: 0
}

.blog-style-card .blog-style-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    max-width: 270px
}

.blog-style-card .blog-style-content h3 a {
    color: #08577c
}

.blog-style-card .blog-style-content p {
    margin-bottom: 15px
}

.blog-style-card .blog-style-content .read-btn {
    background-color: transparent;
    padding: 8px 24px;
    color: #08577c;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    border: 1px solid #c61b5f
}

.blog-style-card .blog-style-content .read-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    height: 50%;
    background-color: #c61b5f;
    z-index: -1;
    -webkit-transition: all .7s;
    transition: all .7s;
    opacity: 0
}

.blog-style-card .blog-style-content .read-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 0;
    height: 50%;
    background-color: #c61b5f;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s
}

.blog-style-card .blog-style-content .read-btn:hover {
    color: #fff
}

.blog-style-card .blog-style-content .read-btn:hover::before {
    width: 100%;
    color: #fff;
    opacity: 1
}

.blog-style-card .blog-style-content .read-btn:hover::after {
    width: 100%;
    opacity: 1;
    color: #fff
}