/*-----------------
    PAGE BARNER
------------------*/
.top-area.single-page {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    height: auto;
}

.page-banner-area {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-area-bg {
        background-position: center center !important;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area-bg {
        background-position: center center !important;
    }
}

/* --------------------------
    4. BARNER AREA
----------------------------- */

.banner-area {
    align-items: center;
    display: flex;
    height: 400px;
    width: 100%;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.banner-area-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-area-bg::after {
    background: #00152e none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-title h1 {
    font-size: 48px;
    line-height: 1.1;
}

.breadcrumb {
    padding: 0;
}

.breadcumb {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.breadcumb a span {
    color: #ffffff;
    transition: all 0.3s ease 0s;
}

.breadcumb a:hover span,
.breadcumb span {
    color: #ffffff;
    margin: 0 3px;
    display: inline-block;
}

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

.info li {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}

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

.info li i {
    margin-right: 5px;
}

@media only screen and (min-width: 1920px) {
    .banner-area {
        height: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .page-title h1 {
        line-height: 1.1;
    }
}

@media only screen and (max-width: 767px) {
    .page-title h1 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .page-title h1 {
        font-size: 28px;
    }
}

/* ---------------------------
    404 PAGE
---------------------------- */
.error404 {
    background: url(../img/404-bg.png)no-repeat scroll left center;
}

.error__page__img {
    margin-bottom: 40px;
}

.content-header h3 {
    font-size: 36px;
    margin-bottom: 30px;
}

.page-search form {
    position: relative;
    height: 60px;
    background: #e1e6ff none repeat scroll 0 0;
    margin-top: 20px;
    margin-bottom: 50px;
}

.page-search form input {
    height: 100%;
    padding: 20px;
    width: calc(100% - 60px);
    background: transparent;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.page-search button {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    background: #438FF9;
    font-size: 20px;
    color: #ffffff;
    transition: 0.3s;
    border: 0;
    border-radius: 0;
}

.page-search button:hover,
.page-search button:focus {
    background: #0B0C12;
    color: #ffffff;
    outline: 0;
}

.page-search .search-main-form a {
    text-transform: capitalize;
    background: #438FF9 none repeat scroll 0 0;
    padding: 15px 30px;
    border-radius: 50px;
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.page-search .search-main-form a:hover {
    color: #438FF9;
    background: #ffffff;
}

/*==============================================
        BLOG POSTS
===============================================*/
/* ---------------------
    POST AUTHOR
----------------------- */
.cliper-post-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    background: #E5E9F2;
}

/* ---------------------
    BLOG ITEM DEFAULT
----------------------- */
.single-post-item {
    position: relative;
}

.no-social-count {
    padding-left: 0;
}

.single-post-item .post-top-meta img {
    border: 1px solid #e7eaff;
    border-radius: 50%;
    height: 40px;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 0;
    width: 40px;
}

.single-post-item .meta-comment-tag {
    font-size: 14px;
}

.single-post-item .meta-comment-tag ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-post-item .meta-comment-tag ul li {
    display: inline-block;
    margin-left: 30px;
}

.single-post-item .meta-comment-tag ul li a {
    display: inline-block;
    margin-left: 5px;
}

.single-post-item .post-top-meta {
    margin-bottom: 30px;
    border-bottom: 1px solid #e7eaff;
    padding-bottom: 15px;
}

.single-post-item .post-top-meta>div {
    display: inline-block;
}

.meta-comment-tag {
    font-weight: 300;
}

.post-date-and-category {
    border-top: 1px solid #e7eaff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
    padding-top: 30px;
}

.post-date-and-category ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-date-and-category ul li {
    display: inline-block;
    margin-right: 30px;
}

.post-date-and-category ul li a {
    margin-left: 5px;
}

.single-post-item .post-top-meta .post-author a,
.single-post-item h2 a {
    color: #252525;
}

.single-post-item .post-top-meta .post-author a:hover,
.single-post-item h2 a:hover {
    color: #438FF9;
}

.post-social-share-and-like-count .like-count a {
    border: 1px solid;
    border-radius: 50%;
    color: #438FF9;
    display: block;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    width: 40px;
    margin-bottom: 5px;
}

.post-social-share-and-like-count .like-count a:hover,
.post-social-share-and-like-count .like-count a.liked {
    background: #ff3d46 none repeat scroll 0 0;
    border-color: #ff3d46;
    color: #ffffff;
}

.post-social-share-and-like-count .like-count {
    margin-bottom: 10px;
    text-align: center;
}

.post-social-share-and-like-count {
    left: -60px;
    position: absolute;
    top: 0;
}

.post-social-share-and-like-count ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-social-share-and-like-count ul li {
    display: block;
}

.post-social-share-and-like-count ul li a {
    border-radius: 50%;
    display: block;
    height: 40px;
    margin-bottom: 5px;
    padding-top: 7px;
    text-align: center;
    width: 40px;
}

.post-social-share-and-like-count ul li a.facebook {
    color: #3b5999;
}

.post-social-share-and-like-count ul li a.twitter {
    color: #55acee;
}

.post-social-share-and-like-count ul li a.youtube {
    color: #cd201f;
}

.post-social-share-and-like-count ul li a.google-plus {
    color: #dd4b39;
}

.post-social-share-and-like-count ul li a.linkedin {
    color: #0077B5;
}

.post-social-share-and-like-count ul li a.soundcloud {
    color: #ff3300;
}

.post-social-share-and-like-count ul li a:hover {
    background: #438FF9 none repeat scroll 0 0;
    box-shadow: 0 16px 32px rgba(83, 104, 253, .2);
    color: #ffffff;
}

.single-post-item .post-media {
    margin-bottom: 40px;
    margin-bottom: 30px;
    position: relative;
}

.single-post-item .post-details {
    padding-left: 40px;
    position: relative;
    overflow: hidden;
}

.post.sticky .post-details:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    content: "\e6de";
    font-family: "themify";
    display: block;
    font-size: 80px;
    color: #438FF9;
    left: auto;
    padding-top: 14px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    opacity: .3;
}

.post-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.post-title a {
    color: #1A152E;
}

.post-title a:hover {
    color: #438FF9;
}

/* ----------------------------
    READE MORE SINGLE CAT - TAG
------------------------------*/
a.post_readmore {
    color: #438FF9;
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
    line-height: 1;
    position: relative;
    min-height: 15px;
    font-weight: 400;
}

a.post_readmore:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #438FF9;
    border-right: 2px solid #438FF9;
    content: "";
    position: absolute;
    right: -11px;
    top: 0;
    transform: rotate(45deg);
    transform-origin: 0 0;
}

a.post_readmore:after {
    display: inline-block;
    position: relative;
    content: "";
    height: 2px;
    width: 10px;
    background: #438FF9;
    right: 0;
    transition: 0.3s;
    left: 8px;
    opacity: 0;
    margin: 3px;
}

a.post_readmore:hover:after {
    width: 40px;
    opacity: 1;
}

/* --------------------------
    READ MORE
--------------------------- */
.posts__readmore a {
    color: #828893;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    display: inline-block;
}

.posts__readmore a:hover {
    padding-right: 20px;
    padding-left: 0;
    color: #438FF9
}

.posts__readmore a i {
    line-height: 1;
    font-weight: 700;
    position: relative;
    top: 0;
    position: absolute;
    right: 100%;
    transition: .3s;
    bottom: 0;
    display: inline-flex;
    align-items: center;
}

.posts__readmore a:hover i {
    right: 0%;
}

/*==============================
    POST FORMATS
================================*/
/* ==== GLOBAL POST STYLE ====*/

::-webkit-search-cancel-button {
    -webkit-appearance: none !important;
            appearance: none !important;
}

::search-cancel-button {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}

/* .page-content > * {
    margin-bottom: 20px;
} */
.entry-content> :last-child,
.entry-summary> :last-child,
body:not(.search-results) .entry-summary> :last-child,
.page-content> :last-child,
.comment-content> :last-child,
.textwidget> :last-child {
    margin-bottom: 0;
}

.page-content .alignright {
    margin-top: 20px;
    display: inline-block;
}

.page-content blockquote,
.post-details blockquote,
.comments-area blockquote {
    border-radius: 10px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 31px;
    padding: 110px 30px 30px;
    position: relative;
    text-align: center;
    background: #f8f9fa url("../img/blog/quote_bg.png") no-repeat scroll 95% center;
    border: 0 none;
    margin: 50px 0;
    padding: 50px;
}

.page-content blockquote h2,
.post-details blockquote h2,
.comments-area blockquote h2 {
    letter-spacing: 1px;
    line-height: 1.6;
    margin-top: 20px;
    text-transform: capitalize;
}
table,
.page-content table,
.post-details table,
.comments-area table {
    width: 100%;
    border-left: 1px solid #e0deff;
    border-top: 1px solid #e0deff;
    margin-bottom: 30px;
}
table th,
table tr,
.page-content table th,
.page-content table tr,
.page-content table td,
.post-details table th,
.post-details table tr,
.post-details table td,
.comments-area table th,
.comments-area table tr,
.comments-area table td {
    border-bottom: 1px solid #e0deff;
    border-right: 1px solid #e0deff;
    padding: 10px;
}

.page-content dl,
.post-details dl,
.comments-area dl {}

.page-content dl dd,
.post-details dl dd,
.comments-area dl dd {
    margin-bottom: 20px;
}

.page-content dd,
.post-details dd,
.comments-area dd,
.page-content dt,
.post-details dt,
.comments-area dt {
    line-height: inherit;
}

/*.page-content img{
    margin-top: 20px;
    margin-bottom: 20px;
}*/

.kingcomposer .page-content img {
    margin: auto;
}

.page-content>ul,
.page-content>ol,
.post-content>ul,
.post-content>ol {
    margin-bottom: 30px;
}

.comment-content>ul,
.comment-content>ol {
    margin-bottom: 30px;
}

.post-content ul,
.post-content ol {
    clear: both;
}

.post-content ul li,
.post-content ol li {
    margin-bottom: 5px;
}

figure.wp-block-audio {
    margin-bottom: 20px;
}

p.has-large-font-size,
p.has-large-font-size + p {
    line-height: 1.2;
}

.page-links p {
    margin-bottom: 20px !important;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.post-content form {
    width: 100%;
    border: 1px solid #e0deff;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
}

.comment-respond form {
    margin-top: 20px;
}

.post-content form input {
    border-radius: 50px;
    width: auto;
    min-width: 120px;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 5px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    border-color: #438FF9;
}

.post-content form span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.post-content form br {
    display: none;
}

.post-content form input[type="submit"] {
    background: #438FF9;
    color: #ffffff;
    border-color: #438FF9;
    transition: 0.3s;
}

.post-content form input[type="submit"]:hover {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    color: #438FF9;
}

.wp-block-button {
    margin-bottom: 20px;
}

.wp-block-cover.has-background-dim {
    color: #ffffff;
}

.wp-block-latest-posts,
.wp-block-latest-posts,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-latest-comments,
.wp-block-categories,
.wp-block-archives {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.wp-block-latest-posts li,
.wp-block-latest-posts li,
.wp-block-latest-posts li,
.wp-block-latest-comments li,
.wp-block-latest-comments li,
.wp-block-categories li,
.wp-block-archives li {
    margin-top: 15px;
}

.wp-block-latest-posts .children,
.wp-block-latest-posts .children,
.wp-block-latest-posts .children,
.wp-block-latest-comments .children,
.wp-block-latest-comments .children,
.wp-block-categories .children,
.wp-block-archives .children {
    margin-left: 15px;
}

.wp-block-archives select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

code {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-details>[class^="wp-block-"] {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.wp-block-archives-dropdown {
    margin-bottom: 30px;
}

pre.wp-block-code {
    background: #fff;
}

pre.wp-block-preformatted {
    /*background: #fff;*/
    /*padding: 15px;*/
    margin-top: 10px;
}

.wp-block-table .has-fixed-layout {
    background: #fff;
}

.wp-block-table .has-fixed-layout * {
    border-color: #ece3e3 !important;
}

pre.wp-block-verse {
    background: #f8f9fa;
    padding: 10px;
}

pre {
    padding: 10px;
    background: #f8f9fa;
}

code {
    padding: 5px 15px;
    background: #f8f9fa;
}


.wp-block-calendar {
    background: #f8f9fa;
    margin-bottom: 30px;
}

.wp-block-calendar nav.wp-calendar-nav {
    padding: 7px;
}


.wp-block-search__inside-wrapper input {
    border-radius: 0 !important;
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    background: #ffffff;
    margin-bottom: 30px;
    text-align: left;
}

form.wp-block-search__button-outside label {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 15px;
}

.wp-block-search .wp-block-search__input {
    margin: 0;
    padding: 20px;
    border: 1px solid #e0deff;
    transition: 0.3s;
    border-radius: 3px 0 0 3px;
}

.wp-block-search .wp-block-search__button {
    width: 130px;
    margin: 0;
    border-radius: 0 3px 3px 0;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #e0deff;
    border-left: 0;
    transition: 0.3s;
}

.wp-block-search .wp-block-search__button:hover {
    color: #ffffff;
    background: #438FF9;
    border-color: #438FF9;
}


.wp-block-media-text__content .has-large-font-size + p {
    line-height: 1.6;
}

.wp-block-group.has-background {
    padding: 20px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-social-share-and-like-count {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .post-social-share-and-like-count {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .post-social-share-and-like-count {
        display: none;
    }

    .post-details blockquote h2,
    .comments-area blockquote h2,
    .page-content blockquote h2 {
        font-size: 18px;
    }

    .post-details blockquote,
    .comments-area blockquote,
    .page-content blockquote {
        padding: 30px;
    }

    .post-content form input[type="submit"] {
        margin-top: 20px;
    }
}

/*------ FORMAT STANDARD ----*/
/* .single .format-standard .post-content > p:first-of-type {
    overflow: hidden;
}

.single .format-standard .post-content > p:first-of-type::first-letter {
    color: #438FF9;
    float: left;
    font-size: 90px;
    font-weight: 600;
    margin-right: 10px;
    line-height: 1;
    overflow: hidden;
    clear: both;
} */

/*------ POST FORMAT STICKY -----*/
.post.sticky {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 20px 20px 0;
    border: 4px double #438FF9;
    ;
}
.post.sticky.single-post-item .post-details{
    padding: 30px;
}

/* ----- FORMAT LINK -----*/
.format-link .post-content a {
    background: #f6f9ff;
    padding: 30px;
    display: block;
    text-align: center;
    border-radius: 5px;
    text-decoration: underline;
    position: relative;
}

.format-link .post-content a:before {
    content: "\e62d";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    opacity: .3;
    font-family: themify;
}

/*------ FORMAT CHAT ------*/
.format-chat .post-content p {
    background: #f6f9ff;
    padding: 15px;
    margin-right: 20px;
}

.format-chat .post-content p:nth-child(2n) {
    margin-left: 20px;
    margin-right: 0;
}

/*------ FORMAT GALLERY ------*/

.format-gallery .owl-carousel .owl-item img {
    max-width: 100%;
    width: 100%;
}

.format-gallery .owl-carousel .owl-nav>div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
    color: #0a0c19;
    height: 60px;
    left: 60px;
    opacity: 0;
    padding-top: 17px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 60px;
}

.format-gallery .owl-carousel .owl-nav>div:hover {
    background: #438FF9;
    color: #ffffff;
}

.format-gallery .owl-carousel .owl-nav>div.owl-next {
    left: auto;
    right: 60px;
}

.format-gallery .owl-carousel:hover .owl-nav>div.owl-next {
    opacity: 1;
    right: 20px;
    visibility: visible;
}

.format-gallery .owl-carousel:hover .owl-nav>div.owl-prev {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

.format-gallery .owl-carousel .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.format-gallery .owl-carousel .owl-dots>div {
    display: inline-block;
    width: 20px;
    height: 10px;
    border-radius: 3px;
    transition: 0.3s;
    background: #ffffff;
}

.format-gallery .owl-carousel .owl-dots>div.active {
    background: #438FF9;
    width: 30px;
}

/*------- FORMAT VIDEO ------*/
.format-video .post-video-popup {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.post-video-popup {
    background: #438FF9 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    height: 80px;
    line-height: 1;
    margin-right: 30px;
    padding-left: 10px;
    padding-top: 2px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 80px;
    border: 0;
}

.post-video-popup:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #438FF9;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, .3);
}

.format-video .post-video-popup {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/*------- FORMAT QUOTE --------*/
.single-post-item.format-quote {
    background: #f8f8ff;
    font-size: 18px;
    padding: 50px;
    text-align: center;
}

.format-quote .post-details {
    padding: 0;
}

.format-quote .post-details::before,
.format-quote .post-details::after {
    display: none;
}

.format-quote .cliper-post-author {
    margin-top: 30px;
}

.format-quote .cliper-post-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}

.post-quote {
    background: #438FF9 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 16px 32px rgba(83, 104, 253, .2);
    color: #ffffff;
    height: 50px;
    margin: 0 auto 30px;
    padding-top: 11px;
    width: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .post.sticky {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .post.sticky {
        padding: 20px;
    }
}


.post-pagination {
    text-align: center;
    overflow: hidden;
    clear: both;
}

.post-pagination .navigation,
.post-pagination .navigation {
    border-bottom: 1px solid #e1e6ff;
    border-top: 1px solid #e1e6ff;
    margin: 50px 0;
    padding: 50px 0;
    text-align: center;
    display: block;
    margin-bottom: 0;
}

.post-pagination ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-pagination ul li {
    align-items: center;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-flex;
    margin: 5px;
    place-content: center;
    text-align: center;
}

.post-pagination ul li a,
.post-pagination ul li span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0deff;
    border-radius: 50px;
    color: #7886a0;
    display: block;
    height: 50px;
    padding-top: 11px;
    width: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.post-pagination ul li a:hover,
.post-pagination ul li span.current {
    background: #438FF9;
    border-color: #438FF9;
    color: #ffffff;
}
.post-pagination ul li a:before, .post-pagination ul li span:before {
    background: #438FF9;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}
.post-pagination ul li a:hover:before, .post-pagination ul li span.current:before {
    opacity: 1;
}

/*--------------------------
    SINGLE POST DETAILS
---------------------------*/

.single .post-details {
    margin: 0;
    padding: 30px !important;
}

.single .post-details p {
    margin-bottom: 20px;
}

.single .post-details p:last-of-type {
    margin-bottom: 0;
}

.single .post-details img {
    margin-bottom: 30px;
}

.single .post-details img:last-of-type {
    margin-bottom: 0;
}

.post-bottom-meta {
    margin-top: 50px;
    /* margin-bottom: 50px; */
    overflow: hidden;
    border-top: 1px solid #e1e6ff;
    padding-top: 20px;
}

.post-bottom-meta ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cliper-share-post {
    float: right;
    text-align: right;
}

.cliper-post-tags {
    float: left;
}

.post-bottom-meta>div {
    float: none !important;
    text-align: left;
}
.post-bottom-meta .cliper-post-tags,
.post-bottom-meta .cliper-share-post {
    margin-top: 30px;
}
.cliper-share-post h4,
.cliper-post-tags h4 {
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-right: 20px;
}

.cliper-share-post h4,
.cliper-share-post ul,
.cliper-post-tags h4,
.cliper-post-tags ul {
    display: inline-block;
}

.cliper-share-post li,
.cliper-post-tags li {
    display: inline-block;
}

.cliper-post-tags li {
    margin-left: 5px;
}

.cliper-post-tags li:first-child {
    margin-left: 0;
}

.cliper-share-post li a {
    background: #ffffff;
    border-radius: 50%;
    border: solid 1px #e0deff;
    display: block;
    font-size: 14px;
    height: 35px;
    margin-right: 10px;
    text-align: center;
    padding-top: 3px;
    width: 30px;
    width: 35px;
}

.cliper-share-post li a:hover {
    background: #438FF9;
    border-color: #438FF9;
    color: #ffffff;
}

.cliper-post-tags li a {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 0;
    color: #438FF9;
    height: 30px;
    margin-bottom: 8px;
}

/*----------------------------
    SPECIFIC PAGINATION STYLE
----------------------------*/
nav.navigation.comments-pagination {
    border-top: 1px solid #e1e6ff;
    padding-top: 50px;
}

.page-links.post-pagination {
    padding-top: 50px;
}

nav.navigation.comments-pagination {
    margin-bottom: 50px;
    border-top: 0;
    padding-top: 0;
}

.single-post-pagination {
    border-bottom: 1px solid #e1e6ff;
    border-top: 1px solid #e1e6ff;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

/*----------------------------
    POSTS NAVIGATION
----------------------------*/
.posts-navigation,
.comment-navigation {
    border: 2px solid #e1e6ff;
    padding: 30px;
    overflow: hidden;
    background: #ffffff;
}

.comment-navigation {
    margin-top: 50px;
}

.posts-navigation .screen-reader-text,
.comment-navigation .screen-reader-text {
    display: none;
}

.posts-navigation .nav-links>div,
.comment-navigation .nav-links>div {
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    height: 18px;
}

.posts-navigation .nav-links>div.nav-previous,
.comment-navigation .nav-links>div.nav-previous {
    float: left;
}

.posts-navigation .nav-links>div.nav-next,
.comment-navigation .nav-links>div.nav-next {
    float: right;
}

.posts-navigation .nav-links>div i,
.comment-navigation .nav-links>div i {
    line-height: 1;
    font-size: 14px;
}

/*----------------------------
    SINGLE PAGE NAVIGATION
----------------------------*/
.sigle-page-nvaigation {
    margin-top: 50px;
    position: relative;
    z-index: 9;
}

.sigle-page-nvaigation::after {
    background: #1A152E none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}

.sigle-page-nvaigation ul {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.sigle-page-nvaigation ul li {
    overflow: hidden;
}

.sigle-page-nvaigation ul li:first-child {
    float: left;
}

.sigle-page-nvaigation ul li:last-child {
    float: right;
}

.sigle-page-nvaigation ul li a {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e1e6ff;
    border-radius: 5px;
    display: block;
    height: 40px;
    letter-spacing: 1px;
    padding: 7px 20px;
    text-transform: capitalize;
}

.sigle-page-nvaigation ul li a:hover {
    background: #438FF9 none repeat scroll 0 0;
    border-color: #438FF9;
    color: #ffffff;
}

/*---------------------------
    SINGLE POST NAVGATION
-----------------------------*/
.single-post-navigation {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    word-break: break-word;
    margin-top: 50px;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e1e6ff;
    align-items: center;
    justify-content: space-between;
}

.single-post-navigation h3 {
    font-size: 18px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.single-post-navigation-center-grid {
    font-size: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.single-post-navigation-center-grid a {
    color: #2B1B9A;
}

.single-post-navigation-center-grid a:hover,
.single-post-navigation-center-grid a:focus {
    color: #438FF9;
}

.prev-post {
    float: left;
    max-width: calc(50% - 50px);
}

.next-post {
    float: right;
    text-align: right;
    max-width: calc(50% - 50px);
}

.prev-post a,
.next-post a {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    color: #2B1B9A;
}

.next-post .arrow-link,
.prev-post .arrow-link {
    position: relative;
}

.next-post .arrow-link {
    left: 0;
    top: 50%;
}

.post-pagination h3 {
    line-height: 1;
    margin: 5px 0 0;
}

.next-post .arrow-link {
    left: auto;
    right: 0;
}

.prev-post:hover .arrow-link {
    opacity: 1;
}

.next-post:hover .arrow-link {
    opacity: 1;
}

.title-with-link {
    transition: 0.3s;
    overflow: hidden;
}

.title-with-link span {
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
}

/* .prev-post:hover a .title-with-link {
    -webkit-transform: translateX(-30px);
    transform: translateX(30px);
}

.next-post:hover a .title-with-link {
    -webkit-transform: translateX(30px);
    transform: translateX(-30px);
} */

@media (min-width: 768px) and (max-width: 991px) {

    .prev-post,
    .next-post {
        display: inline-block;
    }

    .prev-post h3,
    .next-post h3 {
        display: none;
    }
    
    .post-pagination {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    
    .prev-post,
    .next-post {
        display: inline-block;
    }
    
    .prev-post h3,
    .next-post h3 {
        display: none;
    }
    .post-pagination {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 420px) {
    .cliper-share-post h4, .cliper-post-tags h4{
        margin-bottom: 20px;
    }
}


/*----------------------
    RELATED POST
-----------------------*/
.related-post-warapper {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e0deff;
}

.related-post {
    margin-top: 50px;
}

.single-related-post {
    position: relative;
    min-height: 350px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.single-related-post img {
    width: 100%;
}

.related-details {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    color: #cdd3e0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 100%;
}

.related-post .post-details h4 {
    font-size: 20px;
}

.related-details a {
    color: #cdd3e0;
}

.related-details a:hover {
    color: #ffffff;
}

.related-post .post__grid__layout__2 {}

.related-post .post__grid__layout__2 .post-details {
    padding: 20px !important;
    box-shadow: 0 6px 30px rgba(0,0,0,0.07);
    border-radius: 10px;
    width: calc( 100% - 40px );
    position: relative;
    left: 20px;
    z-index: 9;
    background: #fff;
}
.related-post .post__grid__layout__2 .post-details.has__post__thumb {
    margin-top: -60px;
}
.related-post .post__grid__layout__2 img {
    border-radius: 10px;
}

.related-post .post__grid__layout__2 h3 {
    font-size: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.related-post .post__grid__layout__2 .post-details ul.info {
    display: flex;
    flex-direction: row-reverse;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 10px;
}

.related-post .post__grid__layout__2 .post-details li.post_category a {
    color: #438FF9;
    text-transform: uppercase;
}
.related-post .post__grid__layout__2 .post-details li.post_comment {
    display: none;
}

.related-post .post__grid__layout__2 .post-details ul.info i {
    display: none;
}

.posts__readmore__icon a {
    width: 44px;
    height: 44px;
    color: #438FF9;
    font-weight: 700;
    border: 2px solid;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    text-shadow: 0px 0px 0px #438FF9;
    border-radius: 50%;
    margin-top: 20px;
}
.posts__readmore__icon a:hover{
    background: #438FF9;
    color: #ffffff;
    border-color: #438FF9;
}

@media (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .related-post {
        padding-bottom: 0;
    }
}

/*-----------------------------
    POST AUTHOR
----------------------------*/
.post-author-biography {
    border-top: 1px solid #e1e6ff;
    margin-top: 50px;
}

.posts-author {
    background: #ffffff;
    border: 1px solid #e1e6ff;
    margin-top: 50px;
    overflow: hidden;
    padding: 30px;
}

.posts-author img.alignleft {
    border: 1px solid #8392A5;
    margin-top: 0;
    margin-bottom: 10px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding: 5px;
    background: #E5E9F2;
}

.writen-by {
    color: #438FF9;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.posts-author h3 {
    font-size: 20px;
}

/*-------------------
    COMMENTS LIST
--------------------*/
.comments-area {
    background: transparent;
}

.all-comments {
    border-top: 1px solid #e1e6ff;
    margin-top: 50px;
    padding-top: 50px;
}

.comment-list {
    margin-top: 50px;
}

.comment-list>ul,
ul.children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-comment {
    border-top: 1px solid #e1e6ff;
    margin-top: 50px;
    padding-left: 100px;
    padding-top: 50px;
    position: relative;
    list-style-type: none;
}

.single-comment .single-comment {
    margin-left: -50px;
}

.single-comment.pingback-comment {
    padding-left: 0;
}

.comment-author {
    border-radius: 50%;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    height: 80px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 80px;
}

.comment-meta {
    overflow: hidden;
    padding-bottom: 15px;
}

.comment-left-meta {
    float: left;
}

.comment-reply {
    float: none;
    margin-top: 20px;
}

.comment-list #reply-title {
    margin-top: 50px;
}

.comment-reply-title small {
    margin-left: 10px;
}

.comment-reply a {
    display: inline-block;
}

.comment-reply a i {
    margin-right: 5px;
}

.comment-reply a:hover {
    color: #438FF9;
}

.comment-meta h4 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
}

.comment-meta .comment-date {
    color: #438FF9;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
}

.no-comments.mt50 {
    border-top: 1px solid #e1e6ff;
    border-bottom: 1px solid #e1e6ff;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
}

/*-------------------
    COMMENT FORM
----------------------*/
.comment-box {
    margin-top: 50px;
}

.comment-box {
    border-top: 1px solid #e1e6ff;
    margin-top: 50px;
    padding-top: 50px;
}

.cliper-comment-form {
    margin-top: 50px;
}

.cliper-comment-form {
    background: #ffffff;
    padding-bottom: 20px;
    border-radius: 3px;
}

.cliper-comment-form textarea {
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 15px;
    max-height: 140px;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.cliper-comment-form input {
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    margin-bottom: 15px;
    max-height: 140px;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.cliper-comment-form input:focus,
.cliper-comment-form textarea:focus {
    border-color: #438FF9;
    border-bottom: 1px solid #438FF9;

}

.cliper-comment-form input[type="submit"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #438FF9;
    border-radius: 5px;
    color: #438FF9;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 0;
    padding: 13px 30px;
    text-transform: uppercase;
    width: auto;
    min-height: 50px;
}

.cliper-comment-form input[type="submit"]:hover {
    background: #438FF9 none repeat scroll 0 0;
    color: #ffffff;
}
.cliper-comment-form input[type="submit"]:hover ~ i {
    color: #ffffff;
}
.cliper-comment-form i.fas.fa-angle-right {
    color: #438ff9;
    right: 0;
    position: absolute;
    left: 29%;
    z-index: 10;
    font-size: 17px;
    padding-top: 16px;
}

.comments-title,
.reply-title {
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.comments-title span,
.reply-title span {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
}

a#cancel-comment-reply-link {
    font-size: 14px;
}
form#commentform {
    -webkit-box-shadow: 2px 3px 14px 7px rgb(0 0 0 / 8%);
    box-shadow: 2px 3px 14px 7px rgb(0 0 0 / 8%);
    padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .single-post-item {
        padding-left: 0;
    }

    .post-social-share-and-like-count {
        display: none;
    }

    .single-post-item .post-details {
        padding-left: 0;
    }

    .single-post-item .post-details::before,
    .single-post-item .post-details::after {
        display: none;
    }

    .comment-box {
        margin-bottom: 50px;
    }

    .no-comments.mt50 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .comments-area {
        border-top: 0;
        margin-top: 0;
        background: inherit;
        padding: 0;
    }

    .single-post-item {
        padding-left: 0;
    }

    .post-social-share-and-like-count {
        display: none;
    }

    .single-post-item .post-details {
        padding-left: 0;
    }

    .single-post-item .post-details::before,
    .single-post-item .post-details::after {
        display: none;
    }

    .post-title {
        font-size: 24px;
    }

    .format-quote {
        padding: 20px !important;
    }

    .cliper-share-post {
        margin-top: 50px;
        text-align: center;
        width: 100%;
    }

    .cliper-post-tags {
        text-align: center;
        width: 100%;
    }

    .single-comment .single-comment {
        margin-left: -100px;
    }

    .comment-reply {
        display: inline-block !important;
    }

    .posts-author {
        text-align: center;
    }

    .posts-author img {
        float: none;
        margin-bottom: 30px;
    }

    .comment-box {
        margin-bottom: 50px;
    }

    .no-comments.mt50 {
        margin-bottom: 50px;
    }
}

/*=========================================================
    POST VARIANT & META
==========================================================*/
/* -----------------------------
    BLOG COLUMNS VARIANT
------------------------------- */
.single-post-item .post-media {
    margin-bottom: 0;
}

.single-post-item .post-details {
    border: 1px solid #e1e6ff;
    padding: 0;
    padding-top: 20px;
}

.single-post-item .post-details:before,
.single-post-item .post-details:after {
    display: none;
}

/* --------------------
    TOP META
----------------------- */
.post__comments__author {
    position: absolute;
    left: 30px;
    text-align: center;
}

.post__comments__author .cliper-post-author img {
    display: block;
    margin: 0 auto 5px;
}

.post__comment__count a {
    display: block;
}

.post__comments__author .post__comment__count {
    margin-top: 25px;
}

.post__comments__author .cliper-author-link {
    color: #001737;
    font-size: 14px;
    font-weight: 500;
}

.post__comments__author .post__comment__count i {
    font-size: 24px;
    color: #001737;
}


/* ----------------------
    POST TOP CAT COM/AUT
-------------------------*/
.cliper-post-date__and__category {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1;
}

.cliper-post-date__and__category>div {
    display: inline-block;
    margin-right: 5px;
}

.cliper-post-date__and__category>div.single__category {
    margin-left: 10px;
    margin-right: 0;
}

.cliper-post-date__and__category a {
    color: #438FF9;
}


/* ---------------------------
TOP META - Date, Social, Author
-----------------------------*/
.post__top__meta_alt {
    color: #9D9D9D;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cliper-post-author-date-comments {
    display: flex;
    gap: 18px;
}

.post__top__meta_alt .cliper-post-date-publish,
.post__top__meta_alt .post__comment__text {
    position: relative;
}

.post__top__meta_alt .cliper-post-date-publish:before,
.post__top__meta_alt .post__comment__text:before {
    content: "";
    position: relative;
    height: 10px;
    width: 2px;
    background: #9D9D9D;
    right: 7px;
    display: inline-block;
}

.cliper-post-author-date-comments .cliper-post-author a,
.cliper-post-author-date-comments .cliper-post-date-publish a {
    font-weight: 400 !important;
    color: #9D9D9D;
}
.cliper-post-author-date-comments .cliper-post-author a:hover,
.cliper-post-author-date-comments .cliper-post-date-publish a:hover {
    color: #438FF9;
}

.cliper-post-author-date-comments i {
    display: none;
}

@media( max-width:320px ){
    .post__top__meta_alt .post__comment__text {
        display: none;
    }
    
    .sticky .post__top__meta_alt .cliper-post-date-publish {
        display: none;
    }
    .post-pagination ul li{
        margin: 0 1px;
    }

}

.cliper-post-top-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.cliper-post-top-share ul li {
    display: inline;
}

.cliper-post-top-share ul li a {
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    text-align: center;
}

/* --------------------
    SIGNLE POST TOP META
---------------------- */
.single__post__top__meta {
    position: relative;
    padding-left: 140px;
    min-height: 90px;
    margin-bottom: 30px;
}

.single__post__top__meta .cliper-post-author {
    position: absolute;
    left: 30px;
    text-align: center;
}

.single__post__top__meta .cliper-post-author img {
    display: block;
    margin: 0 auto 5px;
}

/* ---------------------
    POST AGO META
----------------------- */
.post__ago__meta {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    opacity: .7;
}

.post__ago__meta .author {
    margin-left: 10px;
}

.post__ago__meta .author-link {
    font-style: italic;
}

.post__ago__meta .edit-link {
    margin-left: 15px;
}

/*----------------------
    SINGLE POST MULTIMETA
-----------------------*/
.single__post__multimeta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
}

.single__multimeta {
    float: left;
    width: 25%;
    height: 100%;
    text-align: left;
    line-height: 1;
}

.multimeta__text {
    font-size: 18px;
    font-weight: 600;
}

.multimeta__text a {
    color: #ffffff;
}

.multimeta__text i {
    display: none;
}

.multimeta__title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #438FF9;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.multimeta__title:before {
    position: absolute;
    content: "";
    background: #438FF9;
    width: 6px;
    height: 6px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 992px) {
    .single__post__multimeta {
        display: none;
    }
}

/* ---------------------
    SPEACIFIC POST STYLE
------------------------*/
.post.sticky {
    padding: 0;
}

.single-post-item.format-quote {
    background: #ffffff;
    box-shadow: 20px 0 50px rgba(85, 92, 121, .08);
}

.format-quote .post-details {
    padding: 30px;
}

/* ========================================================
    PAGES STYLE - ARCHIVE / SEARCH / ERROR / PAGE
==========================================================*/
/* ---------------------
    SEARCH PAGE
----------------------- */
.search-results .post-details {
    padding: 30px;
}

/*==========================================================
    WIDGETS STYLE
===========================================================*/

/* ---------------------
    GLOBAL WIDGET STYLE
----------------------- */
.nice-select .option {
    word-break: break-word;
    white-space: normal;
}

.cliper-single-widgets {
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 20px 0 50px rgba(85, 92, 121, .08);
    padding: 40px;
}

.cliper-single-widgets:last-child {
    margin: 0;
}

.cliper-single-widgets h4 {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.cliper-single-widgets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cliper-single-widgets h3 {
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
    padding: 0;
}


/*----------------------
    ABOUT
-----------------------*/
.widget_about {
    text-align: center;
}

.cliper-single-widgets .about-details h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.widget_about img {
    margin: 0 auto 30px;
    width: 140px;
}

.widget_about .social-bookmark {
    margin-top: 30px;
}

.widget_about .social-bookmark li a {
    display: inline-block;
    width: 40px;
    color: #b3bed3;
}

.widget_about .social-bookmark li a.facebook:hover {
    color: #3b5999;
}

.widget_about .social-bookmark li a.twitter:hover {
    color: #55acee;
}

.widget_about .social-bookmark li a.google-plus:hover {
    color: #dd4b39;
}

.widget_about .social-bookmark li a.youtube:hover {
    color: #cd201f;
}

.widget_about .social-bookmark li a.linkedin:hover {
    color: #0077B5;
}

.widget_about .social-bookmark li a.instagram:hover {
    color: #e4405f;
}

/*----------------------
    SEARCH
-----------------------*/
.cliper-single-widgets .search-main-form {

    background: #e1e6ff none repeat scroll 0 0;
    height: 60px;
    padding: 20px;
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: -8px;
}

.cliper-single-widgets .search-main-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    height: 100%;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: calc(100% - 60px);
}

.cliper-single-widgets .search-main-form button {
    background: #438FF9 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 60px;
}

.cliper-single-widgets .search-main-form button:hover {
    background: #438FF9 none repeat scroll 0 0;
    color: #ffffff;
}

/*---------------------
    CATEGORIES / PAGES / MENU / ARCHIVE
---------------------*/
.widget-area .widget_archive li,
.widget-area .widget_categories ul li{
    border-top: 1px dashed #e0deff;
    margin-top: -7px;
    padding-top: 5px;
}

.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_pages ul li:first-child,
.widget_nav_menu ul li:first-child {
    border: 0 none;
}

.widget_archive ul li li,
.widget_categories ul li li,
.widget_pages ul li li,
.widget_nav_menu ul li li {
    border: 0 none;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a {
    display: block;
    padding: 5px 0 5px 0;
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 1.3;
    position: relative;
}

.widget_archive>ul>li:last-child a,
.widget_categories>ul>li:last-child a,
.widget_pages>ul>li:last-child a,
.widget_nav_menu>ul>li:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_archive ul li a:before,
.widget_categories ul li a:before {
    content: "";
    background: url(../img/right__arrow.png)no-repeat scroll center center;
    width: 30px;
    height: 10px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    display: none;
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover {
    color: #438FF9;
}

.widget_archive ul li a span,
.widget_categories ul li a span,
.widget_pages ul li a span,
.widget_nav_menu ul li a span {
    font-size: 13px;
    text-align: center;
    /* background: #ffffff;
    color: #091222; */
    height: calc(100% - 2px);
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    transition: 0.3s;
    border-radius: 50px 0 0 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.widget_archive ul li a span:before,
.widget_categories ul li a span:before,
.widget_pages ul li a span:before,
.widget_nav_menu ul li a span:before {
    content: "(";
}

.widget_archive ul li a span:after,
.widget_categories ul li a span:after,
.widget_pages ul li a span:after,
.widget_nav_menu ul li a span:after {
    content: ")";
}

.widget_archive ul li a:hover span,
.widget_categories ul li a:hover span,
.widget_pages ul li a:hover span,
.widget_nav_menu ul li a:hover span {}

/* --------------------
    EXTRAS
---------------------- */
.widget_pages ul li a,
.widget_nav_menu ul li a {
    margin: 0;
    background: transparent;
    height: inherit;
    padding: 10px 0;
    color: #1A152E;
    font-size: inherit;
}

.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover {
    color: #438FF9;
}

.widget_pages ul li,
.widget_nav_menu ul li {}

.widget_pages ul.children,
.widget_nav_menu ul.sub-menu {
    padding-left: 15px;
}

/*----------------------
    RECENT
-----------------------*/
.widget_recent_entries li {
    border-bottom: 1px solid #e3eeff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget_recent_entries li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.widget_recent_entries li a {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.widget_recent_entries li .post-date {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
}

/*-----------------------
    RECENT WITH THUMB
------------------------*/
.widget_post_with_thumb li {
    margin-bottom: 20px;
    border-bottom: 1px solid #e3eeff;
    padding-bottom: 20px;
    overflow: hidden;
}

.single__widget__post {
    display: flex;
}

.widget_post_with_thumb li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget__post__thumb {
    flex: 1 0 auto;
}
.widget_post_with_thumb li img {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    height: auto;
    max-width: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}

.widget__post__content {
    display: flex;
    flex-direction: column;
}


.widget_post_with_thumb li a {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.widget__post__content .post-date {order: -1;margin-bottom: 5px;}

.widget_post_with_thumb li .post-date {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
}

.widget_post_with_thumb li .post-date i {
    margin-right: 5px;
}

/*-----------------------
    RECENT COMMENTS
-------------------------*/
.widget_recent_comments li {
    border-bottom: 1px solid #e3eeff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget_recent_comments li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.widget_recent_comments li span {
    display: block;
}

.widget_recent_comments li span {
    font-weight: 700;
    font-size: 14px;
}

.widget_recent_comments li a {
    display: block;
    margin-bottom: 5px;
}

.widget_recent_comments li>a {
    font-weight: 500;
    display: inline-block;
}

.widget_recent_comments li .post-date {
    font-size: 14px;
}

/*---------------------
    INSTAGRAM OR GALLEY
-----------------------*/
.widget_instagram {
    overflow: hidden;
}

.widget_instagram li {
    float: left;
    padding: 5px;
    width: 33.33%;
}

.widget_instagram li img {
    border-radius: 0;
}

.widget_instagram ul {
    margin-left: -5px;
    margin-right: -5px;
}

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

ul.instagram li {
    width: 33.33%;
    float: left;
    padding: 2.5px;
}

/*---------------------
    POST SHARE
-----------------------*/
.widget_social_profile li {
    display: inline-block;
}

.widget_social_profile li a {
    display: block;
    height: 40px;
    margin: 0 5px;
    padding-top: 8px;
    text-align: center;
    width: 40px;
    border: 1px solid #e1e6ff;
    color: #bdc5ff;
    padding-top: 6px;
}

.widget_social_profile li a:hover {
    background: #438FF9 none repeat scroll 0 0;
    border-color: #438FF9;
    color: #ffffff;
}

/*-------------------
    TAGCLOUD
--------------------*/
.tagcloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e1e6ff;
    display: inline-block;
    font-size: 16px !important;
    margin: 5px;
    padding: 6px 10px;
    border-radius: 3px;
}

.tagcloud a:hover {
    background: #438FF9 none repeat scroll 0 0;
    border-color: #438FF9;
    color: #ffffff;
}

/*-----------------------
    CALENDAR
------------------------*/

#wp-calendar {
    margin: 0;
    width: 100%;
}

#wp-calendar>caption {
    background: #438FF9 none repeat scroll 0 0;
    /* background: linear-gradient(90deg, #0045FF 0%, #BD29F2 100%); */
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    caption-side: top;
}

#wp-calendar th {
    background: #f6f9ff;
    padding: 5px 0;
    text-align: center;
    color: #252525;
    font-size: 14px;
}

#wp-calendar tfoot td {
    border: medium none;
    padding-top: 5px;
}

#wp-calendar tfoot td#next {
    text-align: right;
}

#wp-calendar tbody td {
    border: 1px solid #e6eeff;
    padding: 5px 0;
    text-align: center;
}

#wp-calendar tbody td a {
    position: relative;
}

#wp-calendar tbody td a:before {
    background: #e6eeff;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    margin: 0;
    top: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

#wp-calendar tbody td#today {
    border: 1px solid #438FF9;
}

#wp-calendar tfoot tr {
    border: 1px solid #e6eeff;
}

#wp-calendar tfoot tr td {
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#wp-calendar tbody td#today {
    position: relative;
}

#wp-calendar tbody td#today:before {
    height: calc( 100% + 2px );
    width: calc( 100% + 2px );
    position: absolute;
    left: -1px;
    top: -1px;
    content: "";
    z-index: 1;
    border-top: 1px solid #438FF9;
    border-left: 1px solid #438FF9;
}

.footer-area #wp-calendar tbody td a:before {
    display: none;
}

/*-----------------------
    RSS
------------------------*/
.widget_rss li {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6eeff;
    padding-bottom: 20px;
}

.widget_rss li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.widget_rss li a {
    font-weight: 500;
}

.widget_rss li .rss-date {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #438FF9;
}

.widget_rss li cite {
    color: #252525;
    letter-spacing: 1px;
    margin-top: 5px;
    display: block;
}

.widget_rss li cite:before {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #438FF9;
    content: "";
    position: relative;
    top: -5px;
    margin-right: 10px;
}

/*-----------------------
    TEXT
------------------------*/
.widget_text p {
    margin-bottom: 20px;
}

/*-----------------------
    META
------------------------*/
.widget_meta ul li li {
    border: 0 none;
}

.widget_meta ul li a {
    display: block;
    margin-bottom: 10px;
    padding: 3px 0 3px 0px;
    position: relative;
}

.widget_meta ul li:last-child a {
    margin-bottom: 0;
}

.widget_meta ul li a:before {
    font-family: "themify";
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.widget_meta>ul>li:first-child a:before {
    content: "\e602";
}

.widget_meta>ul>li:nth-child(2) a:before {
    content: "\e682";
}

.widget_meta>ul>li:nth-child(3) a:before {
    content: "\e75f";
}

.widget_meta>ul>li:nth-child(4) a:before {
    content: "\e643";
}

.widget_meta>ul>li:last-child a:before {
    content: "\e749";
}

/*-----------------------
    BARNER
------------------------*/

.cliper-single-widgets.widget_banner {
    padding: 0;
}

/*------------------------
    SEARCH FORM STYLE
-------------------------- */
.search-control {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.mode-search .search-control {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.search-button.close {
    opacity: 0;
}

.mode-search #mainnav-area {
    opacity: 0;
    visibility: hidden;
}

input#search:focus {
    border-bottom: 2px solid;
}
.search-background {
    position: absolute;
    background: #438FF9;
    width: 50px;
    height: 50px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
    margin-left: 29px;
    opacity: 0;
    z-index: -1;
    right: 0;
    top: 0;
    transform: scale(0);
}

.mode-search .search-background {
    transform: scale(100);
    opacity: 1;
    z-index: 1;
}

.search-close {
    position: absolute;
    right: 80px;
    top: 80px;
    z-index: 999;
    background: transparent;
    font-size: 50px;
    padding: 0;
    border: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.mode-search .search-close {
    opacity: 1;
    visibility: visible;
}

.search-main-form-style-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.mode-search .search-main-form-style-one {
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

.search-main-form-style-one input {
    width: 100%;
    padding: 50px;
    background: transparent;
    border: 0;
    color: #ffffff !important;
    font-size: 63px;
    border-bottom: 2px solid;
}

.search-main-form-style-one form ::-webkit-input-placeholder {
    color: #ffffff;
}

.search-main-form-style-one form :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.search-main-form-style-one form ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.search-main-form-style-one form :-ms-input-placeholder {
    color: #ffffff;
}

/* -----------------------
    CONTACT WIDGET
------------------------- */

.contact_widget p {
    margin-bottom: 10px;
}

.contact_widget p:last-child {
    margin-bottom: 0;
}

.contact_widget .fa {
    margin-right: 10px;
}

.contact_widget i {
    bottom: -3px;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
}

/* -------------------------
    WIDGET SUBSCRIBER
-------------------------- */
.subscriber-form-group {
    height: 60px;
    position: relative;
    background: #e1e6ff none repeat scroll 0 0;
}

.subscriber-form-group input {
    left: 0;
    padding-right: 110px;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 10px 20px;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
}

.subscriber-form-group button {
    background: #438FF9;
    border: 0 none;
    color: #ffffff;
    height: 100%;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 60px;
    transition: 0.3s;
    border-radius: 0 !important;
}

.subscriber-form-group button:hover {
    background: #438FF9 none repeat scroll 0 0;
    color: #ffffff;
}

.subscrier_msg {
    text-align: center;
    width: 100%;
    display: none;
}

.subscrier_msg.valid {
    position: absolute;
    left: 0;
}

/* --------------------------
    BLOG PAGE FOOTER
---------------------------*/
.footer-area .cliper-single-widgets {
    background: inherit;
    border: 0 none;
    padding: 0;
    margin-bottom: 50px;
    box-shadow: 0 0 0;
}

/*.footer-area .cliper-single-widgets:last-child{
    margin-bottom: 0;
}*/
.footer-area .cliper-single-widgets h3 {
    text-align: left;
    line-height: 1;
    color: #ffffff;
}

.footer-area .cliper-single-widgets h3:after {
    display: none;
}

.footer-area .cliper-single-widgets ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-area .cliper-single-widgets ul li a {
    display: block;
}

.footer-area .widget_social_profile {
    text-align: inherit;
}

.footer-area .widget_social_profile ul li {
    display: inline-block;
}

/* --------------------------
    FOOTER WIDGETS
----------------------------- */

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

.footer-area .nice-select {
    color: #294479;
}

.footer-area .cliper-single-widgets .sbSelector {
    color: #252525;
}

.footer-area .cliper-single-widgets .sbHolder ul li a {
    background: #f6f9ff;
    border-color: #c3cad6;
    color: #294479 !important;
}

.footer-area .cliper-single-widgets .sbHolder ul li a:hover {
    color: #438FF9;
}

.footer-area .sbOptions a:hover {
    color: #438FF9;
}

.footer-area .sbHolder ul li a {
    background: inherit;
}

/* ---------------
    WIDGET RSS
------------------ */
.footer-area .widget_rss li {
    border-color: #7971af;
}

.footer-area .widget_rss li .rss-date {
    font-size: 12px;
}

.footer-area .widget_rss li .rss-date,
.footer-area .widget_rss li cite {
    color: #ffffff;
}

.footer-area .widget_rss li cite:before {
    background: #ffffff;
}

/* --------------------------
MENU / PAGES / META / ARCHIVE
----------------------------*/
.footer-area .widget_nav_menu ul.sub-menu,
.footer-area .widget_pages ul.children {
    padding-left: 15px;
}

.footer-area .tagcloud a,
.footer-area .widget_meta ul li a,
.footer-area .widget_archive ul li a,
.footer-area .widget_categories ul li a,
.footer-area .widget_pages ul li a,
.footer-area .widget_nav_menu ul li a {}

.footer-area .tagcloud a {
    background: #294479 none repeat scroll 0 0;
    border-color: #294479;
}

.footer-area .widget_archive ul li a:before,
.footer-area .widget_categories ul li a:before {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.footer-area .widget_archive ul li a:hover,
.footer-area .widget_categories ul li a:hover {
    color: #ffffff;
}

.footer-area .tagcloud a:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #438FF9;
}

.footer-area .widget_pages ul li,
.footer-area .widget_nav_menu ul li {
    margin-bottom: 0;
}

.footer-area .widget_pages ul li a,
.footer-area .widget_nav_menu ul li a {
    background: transparent;
    padding: 0;
    height: auto;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
    color: #b9c9ff;
}

.footer-area .widget_pages ul li a:hover,
.footer-area .widget_nav_menu ul li a:hover {
    color: #ffffff;
}

.widget_pages ul li a:before,
.widget_nav_menu ul li a:before,
.footer-area .widget_pages ul li a:before,
.footer-area .widget_nav_menu ul li a:before {
    display: inline-block;
    content: "...";
    top: -4px;
    position: relative;
    margin-right: 10px;
    opacity: .5;
    font-size: 20px;
    line-height: 1;
    transition: 0.3s;
}

.footer-area .widget_pages ul li a:hover:before,
.footer-area .widget_nav_menu ul li a:hover:before {
    opacity: 1;
}

/* -------------------
    WIDGET CONTACT
---------------------- */
.footer-area .contact_widget {
    font-size: 18px;
    text-transform: capitalize;
}

/* ------------------
    COMMENTS
--------------------- */
.footer-area .widget_recent_comments li {
    border-color: #7971af;
}

.footer-area .widget_recent_comments li>a {
    display: inline-block !important;
}

/* -------------------
    POST WITH THUMB
-------------------- */

.footer-area .cliper-single-widgets.widget_post_with_thumb li {
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}

.footer-area .cliper-single-widgets.widget_post_with_thumb li:last-child {
    margin-bottom: 0;
}

.footer-area .widget_post_with_thumb li img {
    border-radius: 50%;
}

.footer-area .widget_post_with_thumb li a {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: inherit;
    color: #fff;
}

.footer-area .widget_post_with_thumb li a:hover {
    color: #9089be;
}

.footer-area .cliper-single-widgets ul li .post-date {
    font-size: 12px;
    letter-spacing: unset;
    color: #438FF9;
    text-transform: uppercase;
}

/* --------------------
    WIDGET SUBSCRIBER
----------------------- */
.footer-area .subscriber-form-group {
    overflow: hidden;
}

.footer-area label.subscrier_msg {
    display: none;
    overflow: hidden;
    position: inherit;
}

.footer-area label.subscrier_msg.error {
    display: block;
}

.footer-area label.subscrier_msg.valid {
    display: block;
    overflow: hidden;
    position: inherit;
}

.footer-area .subscriber-form-group input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.footer-area .subscriber-form-group input {
    border: 2px solid #e1e6ff;
    border-radius: 5px;
}

.footer-area .subscriber-form-group button {
    background: #438FF9 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    height: calc(100% + 4px);
    letter-spacing: 1px;
    right: -2px;
    text-transform: uppercase;
    top: -2px;
    transition: all 0.3s ease 0s;
    width: auto;
    padding: 10px 20px;
}

.footer-area .subscriber-form-group button:hover {
    background: #ffffff;
    color: #438FF9;
}

/* ---------------------
    FOOTER SOCIAL WIDGET
---------------------- */
.footer-area .social_widget li a {
    border: 2px solid #e1e6ff;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 40px;
    margin: 0 5px 0 0;
    padding-top: 8px;
    text-align: center;
    width: 40px;
}

.footer-area .social_widget li a.facebook:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #438FF9;
}

.footer-area .social_widget li a.twitter:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #438FF9;
}

.footer-area .social_widget li a.google-plus:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #438FF9;
}

.footer-area .social_widget li a.pinterest:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #438FF9;
}

.footer-area .social_widget li a.instagram:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #438FF9;
}

/* ---------------------
    FOOTER SOCIAL
----------------------- */
.footer-area .social-profile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-area .social-profile ul li {
    display: inline-block;
}

.footer-area .social-profile ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 2.4;
    border: 2px solid;
    border-radius: 50%;
    margin: 0 5px;
    text-align: center;
}

/* ------------------------
    FOOTER COPYRIGHT SOCIAL
--------------------------*/
.footer-area .footer-bottom .social-profile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-area .footer-bottom .social-profile ul li {
    display: inline-block;
}

.footer-area .footer-bottom .social-profile ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 2.4;
    border: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding-top: 3px;
}

/* ---------------------------
    HEADER WIDGETS
----------------------------- */
.header-widgets .widget_archive ul,
.header-widgets .widget_categories ul,
.header-widgets .widget_pages ul,
.header-widgets .widget_meta ul,
.header-widgets .widget_recent_comments ul,
.header-widgets .widget_recent_entries ul,
.header-widgets .widget_nav_menu ul {
    text-align: left;
}

/* -----------------------
    FOOTER MENU
-------------------------- */
.footer_menu {
    text-align: right;
}

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

.footer_menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.footer_menu ul li a {
    display: block;
}

.footer_menu ul li:after {
    width: 2px;
    height: 15px;
    background: #ffffff;
    content: "";
    top: 5px;
    bottom: 0;
    right: -14px;
    transform: rotate(15deg);
    position: absolute;
    opacity: .3;
    display: none;
}

.footer_menu ul li:last-child {
    margin: 0;
}

.footer_menu ul li:last-child:after {
    display: none;
}

@media only screen and (max-width: 991px) {
    .footer-logo {
        text-align: center;
    }

    .footer_menu {
        text-align: center;
        margin-bottom: 19px;
    }

    .footer-copyright {
        margin-bottom: 20px;
    }
}

/* --------------
    GIVE FORMS
-----------------*/
.single-give_forms .widget-area .widget {
    margin-bottom: 50px;
}

.single-give_forms .widget-area .widget:last-child {
    margin-bottom: 0;
}

/*====================================
************** EXTRAS ****************
=====================================*/
.single__post__top__meta {
    padding: inherit;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    text-align: inherit;
}

.single__post__top__meta .cliper-post-author {
    position: inherit;
    left: inherit;
    text-align: inherit;
}

.single__post__top__meta>div {
    display: inline-block;
    min-height: 50px;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 0;
    padding-top: 15px;
}

.single__post__top__meta .cliper-post-author a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    float: left;
}

.single__post__top__meta .cliper-post-author a.cliper-author-thumbnail img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    margin-bottom: 0;
}

.single__post__top__meta a.cliper-author-link {
    margin-top: 7px;
    font-weight: 500;
}

/* ================================
    BREADCRUMB / META STYLE
================================== */
.breadcumb {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}

.single-post-item ul.info {
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e6ff;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    opacity: .7;
}

.cliper-single-random-category a {
    display: inline-block;
    color: #438FF9;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
}

.posts__bottom__meta {
    margin-top: 40px;
    overflow: hidden;
    align-items: center;
    display: block;
}

.posts__bottom__meta .cliper-post-author {
    float: left;
}

.posts__bottom__meta .posts__readmore {
    float: right;
    margin-top: 6px;
}

a.cliper-author-link {
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
}

.single__post__top__meta {
    padding: 0;
    margin-top: -15px;
    height: auto;
    min-height: auto;
}

/*--------------------------
    TAGS
---------------------------*/
.cliper-post-tags li a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #7A7A7A;
    padding: 3px 10px;
    height: auto;
    margin-left: 5px;
    border-radius: 3px;
    background: #F3F3F3;
}

.cliper-post-tags li a:hover {
    background: #438FF9;
    border-color: #438FF9;
    color: #ffffff;
}

/* -------------------------
    WIDGETS STYLE
-------------------------- */
.widget-area {
    position: relative;
    z-index: 1;
}

.blog-posts-list {
    padding-right: 20px;
}

.cliper-single-widgets {
    position: relative;
    background: #ffffff;
    margin-bottom: 60px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.07);
    padding: 0;
    border-radius: 10px;
}

.single-download .cliper-single-widgets {
    margin-bottom: 30px;
}

.cliper-single-widgets:before {
    width: 0%;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #00abe9 0%, #0030ff 100%);
    transition: 0.5s;
}

.cliper-single-widgets:hover:before {
    width: 0%;
}

.cliper-single-widgets h3 {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    text-transform: capitalize;
    text-align: left;
    line-height: 1;
}

.cliper-single-widgets h3:before {
    width: 3px;
    height: 18px;
    background: #438FF9;
    content: "";
    display: inline-block;
    z-index: 1;
    margin-right: 20px;
    position: relative;
    top: 2px;
    margin-left: -25px;
}
.footer-area .cliper-single-widgets h3:before {
    margin-left: 0;
}
.comments-area {
    padding: 0;
    padding-top: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-posts-list {
        padding: 0;
    }
    form#commentform {
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-posts-list {
        padding: 0;
    }

    .posts__bottom__meta {
        margin-top: 20px;
    }

    .posts__bottom__meta .cliper-post-author {
        display: none;
    }

    .posts__bottom__meta .posts__readmore {
        float: none;
    }
}

/* ------ cliper_MARKET_COMMENT EXTRAS------- */
/*--------------------*/
.post__top__meta {
    margin-bottom: 13px;
}

.post__top__meta .cliper-post-date__and__category {
    margin-bottom: 0;
}

a.post_readmore_button {
    color:#ffffff;
    background: #438FF9;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 3px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 1px;
}
a.post_readmore_button:hover {
    background: #2B1B9A;
}
a.post_readmore_button i {
    margin-left: 6px;
}

.single-post-item {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.single-post-item .post-media {
    border-radius: 0;
    overflow: hidden;
}

.single-post-item .post-details {
    border: 0;
}

.single .single-post-item {
    box-shadow: 0 0 0;
    background: inherit;
    border-radius: 0;
    overflow: inherit;
}

.single .single-post-item .post-media {
    border-radius: 0;
    overflow: inherit;
}

.single .single-post-item .post-details {
    border: inherit;
}

.single .related-post .single-post-item {
    box-shadow: 0 10px 80px rgb(54 65 90 / 10%);
}

/*-----------------*/

.widget_media_gallery figure img {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
}

.widget_media_gallery figure>div {
    padding: 5px;
}


.single__post__top__meta {
    margin-top: 0;
}

.single__post__top__meta a {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    color: #1A152E;
    display: inline-block;
}

.single__post__top__meta a:hover {
    background: #438FF9 !important;
    color: #ffffff !important;
}

.single__post__top__meta .cliper-post-date__and__category {
    padding: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}

.cliper-post-date__and__category {
    width: 100%;
}

.cliper-post-date__and__category ul {
    margin: 0;
    padding-left: 20px;
}


.single__post__top__meta .cliper-share-post li a {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
    background: #ffffff;
    height: 35px;
    padding: 10px 0 0;
    border-radius: 50px;
    border: 0;
}

@media only screen and (max-width: 767px) {
    .single__post__top__meta .cliper-post-date__and__category {
        display: block;
        text-align: center;
    }

    .single__post__top__meta .cliper-post-date__and__category .cliper-share-post {
        margin-top: 25px;
    }
}

.single .post.single-post-item .post-details {
    padding: 0 !important;
    border: 0;
    background: inherit;
}

.single .post.single-post-item .post-media {
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.single__cliper-post-author {
    display: inline-flex;
    align-items: center;
    text-align: left;
    margin-top: 30px;
}

.single__cliper-post-author .cliper-author-thumb__wrap {
    width: 60px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 13px;
    border: 3px solid;
    box-sizing: border-box;
}

.single__cliper-post-author .cliper-author-thumb__wrap img {
    border-radius: 50%;
}

.single__cliper-post-author .cliper-author-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.widget-area .cliper-single-widgets {
    padding: 30px 25px;
}


/*** NEW CSS ***/

.page-content blockquote, .post-details blockquote, .comments-area blockquote {
    background: #438FF91A!important;
    border: 0 none;
    margin: 50px 0;
    padding: 50px;
	position: relative;
}


.post-details blockquote:before {
    background-color: transparent;
    position: absolute;
    left: 50px;
    font-size: 24px;
    top: 30px;
    color: #438FF9;
    bottom: inherit;
    text-align: left;
    transition: 0.3s;
    transform: rotate(0deg) scale(1);
    font-family: 'FontAwesome';
    content: "\f10d";
}


.post-details blockquote p, .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	    font-size: 20px!important;
		color: #292929;
		font-weight: 600;
		line-height: 1.3em!important;
		margin-bottom: 10px!important;
		font-style: normal;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 50px 100px;
}


blockquote.has-text-color.has-cliper-light-nav-gray-color {
    padding: 50px 90px;
}


.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #FF3524;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    max-width: 80%;
    background: transparent!important;
    padding: 0!important;
}

.wp-block-pullquote blockquote p {
    font-size: 2.25em!important;
    font-style: italic!important;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote:before {
    left: 5px;
	top: -65px;
}

blockquote.has-text-color.has-cliper-light-nav-gray-color p {
		font-size: 20px!important;
		color: #292929;
		font-weight: 600;
		line-height: 1.3em!important;
		margin-bottom: 10px!important;
		font-style: normal;
}


.related-post .post__grid__layout__2 .post-details.have-not-img {
	left: 0px;
	width: 100%;
}

.tagcloud a, .wp-block-tag-cloud a {
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e1e6ff;
    display: inline-block;
    font-size: 16px !important;
    margin: 5px;
    padding: 6px 10px!important;
    border-radius: 3px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.8em;
	color: #515151;
    font-family: 'Poppins', sans-serif;
}

.wp-block-tag-cloud a:hover {
    background: #438FF9 none repeat scroll 0 0;
    border-color: #438FF9;
    color: #ffffff;
}

pre {
    padding: 25px;
    background: #e9f0f7;
    overflow: hidden;
    word-wrap: break-word;
}

.single-post-item .post-media img {
    border-radius: 10px;
}


ul.wp-block-page-list li a {
    margin: 0;
    background: transparent;
    height: inherit;
    padding: 10px 0;
    color: #1A152E;
    font-size: inherit;
    text-transform: capitalize;
    line-height: 1.3;
    position: relative;
}

ul.wp-block-page-list li  {
    color: #515151;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 43px;
}

ul.wp-block-page-list li a:before {
        display: inline-block;
    content: "...";
    top: -4px;
    position: relative;
    margin-right: 10px;
    opacity: .5;
    font-size: 20px;
    line-height: 1;
    transition: 0.3s;
}

.blog__widgets__wrap ul.wp-block-page-list li ul.submenu-container {
    padding-left: 15px;
}

.blog__widgets__wrap .wp-block-latest-comments li a {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.blog__widgets__wrap .wp-block-latest-comments a.wp-block-latest-comments__comment-link {
    display: inline-block!important;
    font-size: 16px!important;
    font-weight: 500!important;
}


.blog__widgets__wrap ul.wp-block-latest-posts li a {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.blog__widgets__wrap .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0;
    color: #515151;
    margin-right: 12px;
}

.blog__widgets__wrap .wp-block-latest-posts__featured-image img {
    width: 100%;
    margin-bottom: 15px;
}

.wp-block-search .wp-block-search__input {
    margin: 0;
    background: #e1e6ff;
	border-top-left-radius: 3px!important;
    border-bottom-left-radius: 3px!important;
}

.wp-block-search .wp-block-search__button {
    background: #438FF9;
	color: #fff;
	border-top-right-radius: 3px!important;
    border-bottom-right-radius: 3px!important;
}

.wp-block-search .wp-block-search__button:hover {
    color: #32373c;
    background: #fff;
    border-color: #438FF9;
}

.blog__widgets__wrap ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
    margin-bottom: 10px;
}

.blog__widgets__wrap .wp-block-archives-dropdown {
    margin-bottom: 0px;
}

.wp-block-video figcaption, .blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    font-size: 14px;
    text-align: left;
}

.wp-block-media-text {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.wp-block-columns.alignwide figure.wp-block-image {
    margin-top: 10px;
}

.wp-block-columns.alignwide blockquote:before {
    font-size: 20px;
    top: 8px;
}

.wp-block-columns.alignwide blockquote {
    padding: 50px 25px;
}

.offcanvas__content__close__trigger {
    line-height: 55px;
}


.related-post .post__grid__layout__2 img{
    min-height: 166px;
    object-fit: cover;
}


blockquote.wp-block-quote.has-text-align-right.extraclass {
    text-align: right;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0;
}

.blog__content__wrap .wp-block-pullquote blockquote p {
    font-style: normal!important;
}


pre {
	margin-top: 15px;
    background-color: whitesmoke;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
    background-image: linear-gradient(#f8f8f8 50%, rgb(67 143 249 / 10%) 50%);
    background-size: 38px 38px;
    border: 1px solid #d4d4d4;
    display: block;
    line-height: 19px;
    margin-bottom: 20px;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 4px;
    word-break: break-word;
}



footer.footer-area .cliper-single-widgets a, footer.footer-area .cliper-single-widgets {
    color: #fff!important;
}

.footer-area .tagcloud a {
    background: #007bff none repeat scroll 0 0;
    border-color: #007bff;
}

.footer-area .tagcloud a:hover {
    background: #fff!important;
    border-color: #fff;
    color: #007bff!important;
}

.footer-area .widget_recent_comments li {
    border-color: rgb(248 248 248 / 30%);
}

.single .post-details ul.wp-block-rss {
    margin-top: 15px;
}

.single .post-details p.wp-block-tag-cloud {
    margin-bottom: 25px;
}


.post-content ul, .post-content ol {
    padding-left: 18px;
}

.post-content ul li ul, .post-content ol li ol {
    padding-left: 24px;
}

.single-post-item.format-quote {
    background: #fff;
    font-size: inherit;
    padding: 0;
    text-align: left;
	box-shadow: none;
}


.post-details.post-quote-custom {
    padding: 0;
    text-align: left;
    background: transparent;
}

body.single-format-quote .post-details blockquote:before {
    top: 10px;
}

.wp-block-button__link {
    background-color: #438FF9;
	padding: 8px 25px;
	letter-spacing: 1;
}

.wp-block-button__link:hover {
    background: #2B1B9A;

}

.blog__content__wrap .wp-block-search .wp-block-search__input {
    padding: 30px 20px;
}

.comment-content>ul, .comment-content>ol {
    padding-left: 18px;
}

.comment-content>ul li ul, .comment-content>ol li ol {
    padding-left: 24px;
}



/*new banner css*/

.banner-area-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	background-image: url(../img/header_bg.png);
}

.banner-area-bg::after {
	display: none;
}

.banner-area .breadcumb span.active:last-child {
    color: #438ff9!important;
}

span.bredcrumb-separator.active {
    color: #438ff9!important;
}

.banner-area .breadcumb a:hover {
    color: #438ff9;
}



.page-title h1, .page-title, .breadcumb, .breadcumb a, .breadcumb a span, .page-title p, .breadcumb span {
   color: #5e5e5e!important;
}



