@media only screen and (min-width: 1200px) {
   .container {
        max-width: 1220px;
    }
}


.widget-title .title {

    color: #0c036e;
}

.slider-content .main-btn, .slider-content .main-btn.btn-white {
	border-radius: 50px;
	padding: 0 40px;
}


.widget-title .title {

    color: #0c036e;
}
.post, .page {
    margin: 0;
}
.heading-border{position:relative}
.heading-border::before{
	position:absolute;left:0;bottom:-5px;content:"";width:100px;height:2px;background-color:#0C036E
}
.widget-contact .widget-info .footer-social .social li a {

    background: #ffffff;
    color: #000000;
   
}
.footer-area {
    background: #0C036E !important;

}
.widget-title .title {
    color: #ffffff;
}
.widget-link ul li a {

    color: #ffffff;

}
.widget-link ul li a {
 

    text-transform: capitalize;
    font-weight: 400;
}

.widget-about img {width:200px}


/* Blog css  */
.hippo-pagination .pagination {
    margin-top: 20px;
}

.hippo-pagination .pagination .page-item {
    margin: 0 10px
}

@media only screen and (max-width: 575px) {
    .hippo-pagination .pagination .page-item {
        margin:0 8px
    }
}

.hippo-pagination .pagination .page-item.active .page-link {
    background-color: #0C036E;
    border-color: #0C036E;
    color: #fff
}

.hippo-pagination .pagination .page-item .page-link {
    width: 45px;
    height: 45px;
    padding: 0;
    line-height: 43px;
    font-size: 14px;
    text-align: center;
    color: #0f1328;
    border: 1px solid;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s linear
}

@media only screen and (max-width: 575px) {
    .hippo-pagination .pagination .page-item .page-link {
        width:40px;
        height: 40px;
        line-height: 38px
    }
}

.hippo-pagination .pagination .page-item .page-link:focus {
    box-shadow: none
}

.hippo-pagination .pagination .page-item .page-link:hover {
    background: #0C036E;
    border-color: #0C036E;
    color: #fff
}

.hippo-pagination .pagination .page-item .page-link i {
    line-height: 46px;
    font-size: 15px
}

@media only screen and (max-width: 575px) {
    .hippo-pagination .pagination .page-item .page-link i {
        line-height:42px
    }
}

.page-banner-area {
    position: relative;
    z-index: 1
}

.page-banner-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(15,19,40,0.65);
    width: 100%;
    height: 100%;
    z-index: -1
}

.page-banner {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner {
        padding-top:100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 767px) {
    .page-banner {
        padding-top:100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 767px) {
    .page-banner {
        padding-top:80px;
        padding-bottom: 80px
    }
}

.page-banner .title {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner .title {
        font-size:45px
    }
}

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

@media only screen and (max-width: 575px) {
    .page-banner .title {
        font-size:30px
    }
}

.page-banner .breadcrumb {
    margin-bottom: 0;
    margin-top: 15px
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner .breadcrumb {
        margin-top:10px
    }
}

@media only screen and (max-width: 767px) {
    .page-banner .breadcrumb {
        margin-top:5px
    }
}

.page-banner .breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 18px
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .page-banner .breadcrumb .breadcrumb-item {
        font-size:16px
    }
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f108";
    font-family: flaticon !important;
    font-size: 12px;
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        font-size:11px
    }
}

@media only screen and (max-width: 575px) {
    .page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        font-size:10px
    }
}

.page-banner .breadcrumb .breadcrumb-item.active {
    color: #0C036E
}

/* .blog-standard-wrapper {
    margin-top: -50px
} */

.single-blog-post {
    margin-top: 50px
}

.single-blog-post .blog-post-thumb {
    overflow: hidden;position:relative
}
.single-blog-post .blog-post-thumb .meta-date{position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #f7f7fa;
/*     -webkit-transform: translateY(-100%);
    transform: translateY(-100%); */

}

.single-blog-post .blog-post-thumb .meta-date span {
    border-bottom: 3px dotted#0C036E;
}
.single-blog-post .blog-post-thumb a {
    display: block
}

.single-blog-post .blog-post-thumb a img {
    width: 100%
}

.single-blog-post:hover img {
    transform: scale(1.1)
}

.blog-post-content {
    padding: 10px;
    /* box-shadow: 0 0 50px 0 rgba(162, 162, 162, 0.16); */
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .blog-post-content {
        padding:30px
    }
}

@media only screen and (max-width: 575px) {
    .blog-post-content {
        padding:25px
    }
}

.blog-post-content .blog-post-meta {
    margin-bottom: 15px
}

@media only screen and (max-width: 767px) {
    .blog-post-content .blog-post-meta {
        margin-bottom:15px
    }
}

.blog-post-content .blog-post-meta span {
    font-size: 16px
}

@media only screen and (max-width: 575px) {
    .blog-post-content .blog-post-meta span {
        font-size:14px
    }
}

.blog-post-content .blog-post-meta span+span {
    margin-left: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-post-content .blog-post-meta span+span {
        margin-left:40px
    }
}

@media only screen and (max-width: 767px) {
    .blog-post-content .blog-post-meta span+span {
        margin-left:30px
    }
}

@media only screen and (max-width: 575px) {
    .blog-post-content .blog-post-meta span+span {
        margin-left:18px
    }
}

.blog-post-content .blog-post-meta span i {
    font-size: 20px;
    margin-right: 3px;
    color: #0C036E;
    position: relative;
    top: 4px;
    transition: all 0.3s linear
}

@media only screen and (max-width: 575px) {
    .blog-post-content .blog-post-meta span i {
        font-size:18px;
        margin-right: 3px
    }
}
.blog-post-thumb a img{width:100%; border-radius:8px}
.blog-post-thumb a{display:block}
.blog-post-content .blog-post-meta span:hover a {
    color: #0f1328
}

.blog-post-content .blog-post-meta a:hover i {
    color: #0f1328
}

.blog-post-content .title {
    font-size: 30px;
    font-weight: 600;
    color: #0f1328;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .blog-post-content .title {
        font-size:28px
    }
}

@media only screen and (max-width: 575px) {
    .blog-post-content .title {
        font-size:24px
    }
}

.blog-post-content .title:hover {
    color: #0C036E
}

.blog-post-content p {
    margin-bottom: 25px
}

.single-blog .post-audio iframe {
    height: 500px
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog .post-audio iframe {
        height:420px
    }
}

@media only screen and (max-width: 767px) {
    .single-blog .post-audio iframe {
        height:340px
    }
}

@media only screen and (max-width: 575px) {
    .single-blog .post-audio iframe {
        height:250px
    }
}

.post-video {
    position: relative
}

.post-video .video-btn {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 106px;
    font-size: 26px;
    background: #fff;
    color: #0C036E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s linear
}

@media only screen and (max-width: 767px) {
    .post-video .video-btn {
        width:75px;
        height: 75px;
        line-height: 79px;
        font-size: 20px
    }
}

.post-video .video-btn i {
    position: relative;
    left: 3px
}

.post-video .video-btn:hover {
    background-color: #0C036E;
    color: #fff
}

.blog-post-gallery {
    margin-top: 50px
}

.blog-post-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #0C036E;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    z-index: 22;
    cursor: pointer;
    transition: all 0.3s linear
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .blog-post-gallery .slick-arrow {
        line-height:56px;
        font-size: 15px
    }
}

.blog-post-gallery .slick-arrow.next {
    right: 30px;
    left: auto
}

.blog-post-gallery .slick-arrow:hover {
    background-color: #0f1328;
    color: #fff
}

.sidebar-widget {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(162, 162, 162, 0.16);
    margin-top: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget {
        padding:25px
    }
}

.sidebar-widget .widget-title {
    margin-bottom: 30px;
    position: relative
}

.sidebar-widget .widget-title::before {
    content: "";
    position: absolute;
    background-color: #ddd;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px
}

.sidebar-widget .widget-title::after {
    content: "";
    position: absolute;
    background-color: #0C036E;
    width: 70px;
    height: 2px;
    left: 0;
    bottom: -5px
}

.sidebar-widget .widget-title .title {
    font-size: 24px;
    font-weight: 500;
    color: #0f1328
}

.sidebar-widget .search-form {
    position: relative
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 60px;
    background-color: #e7e7e8;
    border: 0;
    border-radius: 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #545454
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        padding:0 15px
    }
}

.sidebar-widget .search-form button {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #0C036E;
    padding: 0 25px;
    color: #fff;
    font-size: 18px
}

.sidebar-widget .search-form button i {
    position: relative;
    top: 3px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .search-form button {
        padding:0 22px
    }
}

@media only screen and (max-width: 575px) {
    .sidebar-widget .search-form button {
        padding:0 20px
    }
}

.sidebar-widget .search-form button:hover {
    background-color: #0f1328;
    color: #fff
}

.sidebar-widget .popular-feeds .popular-post li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    overflow: hidden
}

.sidebar-widget .popular-feeds .popular-post li:first-child {
    border-top: 0;
    padding-top: 0
}

.sidebar-widget .popular-feeds .popular-post li:last-child {
    padding-bottom: 0
}

.sidebar-widget .popular-feeds .popular-post li .popular-thumb a img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 15px
}

.sidebar-widget .popular-feeds .popular-post li .popular-text {
    flex: 1
}

.sidebar-widget .popular-feeds .popular-post li .popular-text .title {
    font-size: 18px;
    font-weight: 600;
    color: #0f1328;
    margin-bottom: 8px
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .sidebar-widget .popular-feeds .popular-post li .popular-text .title {
        margin-bottom:5px
    }
}

.sidebar-widget .popular-feeds .popular-post li .popular-text .title:hover a {
    color: #0C036E
}

.sidebar-widget .popular-feeds .popular-post li .popular-text .popular-meta {
    font-size: 14px
}

.sidebar-widget .category li {
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #ddd
}

.sidebar-widget .category li:first-child {
    border-top: 0;
    padding-top: 0
}

.sidebar-widget .category li:last-child {
    padding-bottom: 0
}

.sidebar-widget .category li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #0f1328
}

.sidebar-widget .category li a .number {
    float: right
}

.sidebar-widget .category li:hover a {
    color: #f31717
}

.sidebar-widget .instapost {
    overflow: hidden;
    margin: 0 -5px
}

.sidebar-widget .instapost li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px
}

.sidebar-widget .instapost li a {
    display: block;
    width: 100%;
    position: relative;
    transition: all 0.3s linear
}

.sidebar-widget .instapost li a:hover::before {
    opacity: 1;
    visibility: visible
}

.sidebar-widget .instapost li a:hover i {
    opacity: 1;
    visibility: visible
}

.sidebar-widget .instapost li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(243,23,23,0.75);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear
}

.sidebar-widget .instapost li a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear
}

.sidebar-widget .instapost li a img {
    width: 100%
}

.sidebar-tags-wrapper .popular-tag li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 3px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-tags-wrapper .popular-tag li {
        padding:0 2px
    }
}

@media only screen and (max-width: 575px) {
    .sidebar-tags-wrapper .popular-tag li {
        padding:0 1px
    }
}

.sidebar-tags-wrapper .popular-tag li a {
    background: #e7e7e8;
    font-weight: 600;
    font-size: 16px;
    height: 35px;
    line-height: 37px;
    text-transform: capitalize;
    color: #0f1328;
    padding: 0 10px;
    display: block
}

.sidebar-tags-wrapper .popular-tag li:hover a {
    background-color: #0C036E;
    color: #fff
}

.blog-details-wrapper {
    margin-top: -50px
}

.blog-details-wrapper .blog-details-post {
    padding-bottom: 80px;
    margin-top: 50px
}

.blog-details-thumb img {
    width: 100%
}

.blog-details-content .blog-post-meta {
    margin-bottom: 20px;
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .blog-details-content .blog-post-meta {
        margin-bottom:15px;
        margin-top: 20px
    }
}

.blog-details-content .blog-post-meta span {
    font-size: 16px
}

@media only screen and (max-width: 575px) {
    .blog-details-content .blog-post-meta span {
        font-size:14px
    }
}

.blog-details-content .blog-post-meta span+span {
    margin-left: 50px
}

@media only screen and (max-width: 767px) {
    .blog-details-content .blog-post-meta span+span {
        margin-left:30px
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-content .blog-post-meta span+span {
        margin-left:20px
    }
}

.blog-details-content .blog-post-meta span i {
    font-size: 20px;
    margin-right: 3px;
    color: #0C036E;
    position: relative;
    top: 3px;
    transition: all 0.3s linear
}

@media only screen and (max-width: 575px) {
    .blog-details-content .blog-post-meta span i {
        font-size:18px;
        margin-right: 3px
    }
}

.blog-details-content .blog-post-meta span:hover a {
    color: #0f1328
}

.blog-details-content .blog-post-meta a:hover i {
    color: #0f1328
}

.blog-details-content .title {
    font-size: 30px;
    font-weight: 600;
    color: #0f1328;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .blog-details-content .title {
        font-size:28px
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-content .title {
        font-size:24px
    }
}

.blog-details-content p {
    margin-bottom: 15px
}

.blog-details-text .blog-quote {
    margin-top: 25px;
    margin-bottom: 25px
}

.blog-inner-img img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.blog-inner-text .title {
    font-size: 24px
}

.blog-details-share {
    display: flex;
    border-top: 2px solid #ddd;
    padding-top: 30px;
    margin-top: 40px
}

.blog-details-share .share-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f1328;
    margin-right: 15px
}

.blog-details-share .social li {
    margin-left: 30px
}

.blog-details-share .social li:first-child {
    margin-left: 0
}

.blog-details-share .social li a {
    width: 0;
    height: 0;
    line-height: 35px;
    border-radius: 0;
    color: #545454;
    font-size: 18px
}

.blog-details-share .social li:hover:nth-child(1) a {
    color: #4867AA
}

.blog-details-share .social li:hover:nth-child(2) a {
    color: #1DA1F2
}

.blog-details-share .social li:hover:nth-child(3) a {
    color: #B23A94
}

.blog-details-share .social li:hover:nth-child(4) a {
    color: #DD5144
}

.blog-details-comments .comment-title .title {
    font-size: 25px;
    font-weight: 600;
    color: #0f1328;
    margin-bottom: 20px;
    position: relative;
    display: inline-block
}

.blog-details-comments .comment-title .title::before {
    content: "";
    background-color: #ddd;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.blog-details-comments ul li .single-comment {
    margin-top: 30px;
    position: relative
}

.blog-details-comments ul li .single-comment .comment-thumb {
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3
}

@media only screen and (max-width: 575px) {
    .blog-details-comments ul li .single-comment .comment-thumb {
        position:relative;
        top: 0;
        text-align: center;
        transform: translateY(0)
    }
}

.blog-details-comments ul li .single-comment .comment-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
    .blog-details-comments ul li .single-comment .comment-thumb img {
        width:80px;
        height: 80px;
        border-radius: 50%
    }
}

.blog-details-comments ul li .single-comment .comment-content {
    border: 1px solid #f5f2f2;
    border-radius: 5px;
    padding: 40px 80px;
    margin-left: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-comments ul li .single-comment .comment-content {
        padding:35px 75px
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-comments ul li .single-comment .comment-content {
        padding:35px 60px;
        margin-left: 30px
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-comments ul li .single-comment .comment-content {
        padding:22px;
        margin-left: 0;
        margin-top: 20px
    }
}

.blog-details-comments ul li .single-comment .comment-content .author-name {
    margin-bottom: 10px;
    position: relative
}

.blog-details-comments ul li .single-comment .comment-content .author-name .name {
    font-size: 16px;
    font-weight: 500;
    color: #0f1328
}

.blog-details-comments ul li .single-comment .comment-content .author-name .date {
    font-size: 14px;
    text-transform: uppercase;
    color: #0C036E;
    font-weight: 500
}

.blog-details-comments ul li .single-comment .comment-content .author-name .reply {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0
}

.blog-details-comments ul li .single-comment .comment-content .author-name .reply i {
    position: relative;
    top: 1px
}

.blog-details-comments ul li .single-comment .comment-content .author-name .reply:hover {
    color: #0C036E
}

.blog-details-comments ul li .children {
    padding-left: 80px
}

@media only screen and (max-width: 575px) {
    .blog-details-comments ul li .children {
        padding-left:0
    }
}

.blog-form {
    padding-top: 45px;
    padding-right: 80px
}

@media only screen and (max-width: 575px) {
    .blog-form {
        padding-right:0
    }
}

.blog-form .comment-title {
    margin-bottom: 20px
}

.blog-form .comment-title .title {
    font-size: 25px;
    font-weight: 600;
    color: #0f1328;
    position: relative;
    display: inline-block
}

.blog-form .comment-title .title::before {
    content: "";
    background-color: #ddd;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.blog-form .single-form {
    margin-top: 30px
}

.blog-form .single-form label {
    display: block;
    font-size: 16px;
    color: #0f1328
}

.blog-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 55px;
    border: 1px solid transparent;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #545454;
    transition: all 0.3s linear
}

.blog-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    border-color: #0C036E
}

.blog-form .single-form textarea {
    height: 178px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding-top: 10px;
    transition: all 0.3s linear
}

.blog-form .single-form textarea:focus {
    border-color: #0C036E
}

.comment-btn {
    margin-top: 30px
}
.blog-sidebar .widget-title {
    padding-bottom: 0;
}

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 2px 0 0;
  border: 1px solid #e4e4e4;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 400;
  color: #111;
}
.page-numbers.current,
a.page-numbers:hover {
  background: #0C036E;
  color: #fff;
}




.blog-standard-area .search-form .search-submit, .blog-standard-area .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #0C036E;
    padding: 12px 20px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    width: 106px;
}

.blog-standard-area .search-form .search-submit {
    border-radius: 0;
}

.blog-details-content .blog-post-meta span img{width:40px;border-radius:50px}
.blog-details-content .blog-post-meta span+span {
    margin-left: 10px;
}

/* Blog Research link  */
.research-link li {
    line-height: 35px;
}
.research-link li a{font-size:20px;font-weight:600}
.research-link li a:hover{text-decoration:underline}
.pickup-box{box-shadow: 0 0 5px 0 #6d9eff;
    border: 6px solid #0C036E;position:relative; margin-top:50px}
.pickup-box span.pick-cap{    
	font-size: 1.1875rem;
    line-height: 1.3125rem;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -10px;
    margin: 0;
    padding: 6px 16px 8px 14px;
    color: #fff;
    background-color: #0C036E;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .14);}

.single-product .page-banner-area {
    /* display: none; */
    border-top: 1px solid#000;
}
/* .single-product .page-banner-area .container{
     display: none; 
	
}
 */
.single-product .blog-standard-area .blog-details-wrapper .sticky-post{
     display: none; 
	
}
.single-product .blog-standard-area .blog-details-wrapper .row .col-lg-8{width:100%}
.single-product .blog-standard-area .blog-details-wrapper .row .col-lg-4{  display: none; }

 /* Header Menu */
.header-bottom-wrapper {
    display: block;
    text-align: center;
	padding: 10px 0;
}

@media only screen and (max-width: 991px) {
   .header-bottom-wrapper {
    	display: flex;
   }
}

.header-right {
    justify-content: center;
	margin-top: 15px;
}

.header-logo a {
    display: inline-block;
}

.header-toggle .menu-toggle {
    display: inline-block !important;
}

@media only screen and (max-width: 991px) {
   .wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
	    display: block !important;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
		display: block !important;
	}
}
#wp-megamenu-main-menu {
    z-index: 999 !important;
    
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #0C036E;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #0C036E;
    font-size: 1.25em;
	font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #0C036E;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #0C036E;
}



/* Header top css  */

.header-top {
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 15px !important;
}

/* .news-container ul {
    display: flex;
    list-style: none;
    justify-content: center;
    animation: scroll 30s infinite linear;
}


.news-container ul li {
    white-space: nowrap;
    padding: 0 30px;
    color: #fff;
}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-1400px);
    }
} */

.news-container ul {
    display: flex;
    list-style: none;
    justify-content: center;
    animation: scroll 45s infinite linear;
}

.news-container ul:hover {
    animation-play-state: paused; 
}
/* 
.news-container ul li {
    white-space: nowrap;
    padding: 0 30px;
    color: #fff;
    list-style-type: disc;
    padding-left: 0;
    padding-right: 30px;
} */


.news-container ul li {
    white-space: nowrap;
    color: #fff;
    list-style-type: disc;
    padding-left: 50px;
    padding-right: 70px;
}
@keyframes scroll {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-1400px);
    }
}

.news-container ul li {
    padding-left: 120px;
    padding-right: 120px;
}

/* Feat css  */

.single-feat {
    padding-left: 15px;
    padding-right: 15px;
}

.single-feat .feat-content {
    padding-right: 35px;
}

.single-feat .feat-content .title {
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    color: #000;
}

.single-feat .feat-content p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-top: 20px;
}

.single-feat .feat-content .main-btn {
    margin-top: 35px;
    background-color: #045cb4;
    font-weight: 600;
    height: 48px;
    color: #fff;
    line-height: 45px;
    border-radius: 50px;
    padding: 0 40px;
}

.single-feat .feat-content .main-btn:hover {
    background-color: #0C036E;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .single-feat .feat-content {
        padding-right: 0;
    }

    .single-feat .feat-img {
        margin-top: 40px;
    }
}


.feat-active, .product-active, .menu-product-active {
    position: relative;
  }
  
  .feat-active .slick-arrow, .product-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  
  .feat-active .slick-arrow i, .product-active .slick-arrow i {
    width: 45px;
    height: 45px;
    background: #dddddd;
    color: #0f1328;
    border: 1px solid transparent;
    text-align: center;
    display: block;
    line-height: 42px;
    font-size: 14px;
    border-radius: 50%;
    z-index: 9;
    transition: all 0.3s linear;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .feat-active .slick-arrow i, .product-active .slick-arrow i {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
    }
  }
  
  .feat-active .slick-arrow i:hover, .product-active .slick-arrow i:hover {
    background: #0C036E;
    color: #ffffff;
  }
  
  .feat-active .slick-arrow.next, .product-active .slick-arrow.next {
    left: auto;
    right: -50px;
  }

  @media only screen and (max-width: 1199px) {
    .feat-active .slick-arrow.next, .product-active .slick-arrow.next {
        left: auto;
        right: 0;
    }

    .feat-active .slick-arrow, .product-active .slick-arrow {
        left: 0;
    }
  }



 /*Menu widget slide css*/
  .menu-product-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  
  .menu-product-active .slick-arrow i {
    width: 45px;
    height: 45px;
    background: #dddddd;
    color: #0f1328;
    border: 1px solid transparent;
    text-align: center;
    display: block;
    line-height: 42px;
    font-size: 14px;
    border-radius: 50%;
    z-index: 9;
    transition: all 0.3s linear;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-product-active .slick-arrow i {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
    }
  }
  
  .menu-product-active .slick-arrow i:hover {
    background: #0C036E;
    color: #ffffff;
  }
  
  .menu-product-active .slick-arrow.next {
    left: auto;
    right: 30px;
  }

  @media only screen and (max-width: 1199px) {
    .menu-product-active .slick-arrow.next {
        left: auto;
        right: 0;
    }

     .menu-product-active .slick-arrow {
        left: 0;
    }
  }

  /* Product css  */

  .konnect-product-area {
    overflow: hidden;
  }

  .konnect-product-item .product-img a {
    display: block;
  }
  .konnect-product-item .product-img a img {
    width: 100%;
  }

  .konnect-product-item .product-content .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #045cb4;
    margin-top: 15px;
  }

  .konnect-product-item .product-content .price {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
  }

  .konnect-product-item .product-img {
    overflow: hidden;
  }

 .konnect-product-item:hover .product-img img {
    transform: scale(1.03);
 }

/* Product css  */

.konnect-blog-left .single-blog {
    background: #e1e1e1;
    border-radius: 20px;
    padding: 30px;
}

.konnect-blog-left .single-blog .blog-img {
    overflow: hidden;
}

.konnect-blog-left .single-blog .blog-img a {
    display: block;
}

.konnect-blog-left .single-blog .blog-img a img {
    width: 100%;
    transition: all 0.3s linear
}

.konnect-blog-left .single-blog .blog-content .date {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-top: 30px;
}

.konnect-blog-left .single-blog .blog-content .title {
    font-size: 30px;
    line-height: 42px;
    color: #000;
    margin-top: 5px;
}

@media only screen and (max-width: 991px) {
    .konnect-blog-left .single-blog .blog-content .title {
        font-size: 24px;
        line-height: 36px;
    }
	
.single-feat .feat-content .title {
    font-size: 26px;
    line-height: 40px;
}
	
}

.konnect-blog-left .single-blog .blog-content .text {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
}

.konnect-blog-left .single-blog .blog-content .main-btn {
    margin-top: 25px;
    background-color: #045cb4;
    font-weight: 600;
    height: 48px;
    color: #fff;
    line-height: 45px;
    border-radius: 50px;
    padding: 0 40px;
}

.konnect-blog-left .single-blog .blog-content .main-btn:hover {
    background-color: #0C036E;
    color: #ffffff;
}

.konnect-blog-left .single-blog:hover .blog-img a img {
    transform: scale(1.05);
}

.konnect-blog-right {
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .konnect-blog-right {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .konnect-blog-right {
        padding-left: 0;
        margin-top: 30px;
    }
}

.konnect-blog-item {
    border-top: 2px solid #e1e1e1;
	padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.konnect-blog-item:first-child {
    border-top: 0;
}

.konnect-blog-item .blog-content .date {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.konnect-blog-item .blog-content .title {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin-top: 5px;
}

.konnect-blog-item .blog-content .text {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
}

.konnect-blog-right .blog-btn {
    text-align: center;
}

.konnect-blog-right .main-btn {
    margin-top: 30px;
    background-color: #045cb4;
    font-weight: 600;
    height: 48px;
    color: #fff;
    line-height: 45px;
    border-radius: 50px;
    padding: 0 40px;
}

.konnect-blog-right .main-btn:hover {
    background-color: #0C036E;
    color: #ffffff;
}

.konnect-blog-item:hover {
    background: #ebebeb;
}

/* 
.header-right {

    margin-top: 0;
} */

.summary.entry-summary .woocommerce-product-details__short-description{
	margin-bottom: 10px;
}

.woocommerce-Tabs-panel--description h2 {
	margin-bottom: 10px;
}

.related.products h2 {
	margin-bottom: 40px;
}


.related.products .button {
	background: #0C036E;
	color: #fff;
}
.related.products .button:hover {
	color: #0C036E;
}

.woo-product-thumb-widget {
    display: flex;
    margin-left: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 30px 20px 30px 20px;
}
.woo-product-thumb-widget li {
	margin-top: 15px;
}

.woo-product-thumb-widget li a img {
	margin-bottom: 10px;
}

.woo-product-thumb-widget li + li {
	margin-left: 15px;
}
.woo-product-thumb-widget li {
    margin-top: 0;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
}
.woo-product-thumb-widget li a{display:block}
.woo-product-thumb-widget li a img{display:block; width:100%;max-width:100%}
.news-container ul li {font-weight:700}
.footer-area {
    background: #045cb4 !important;
}
.widget-link ul li a:hover {
    color: #ddd;

}
.footer-copyright {
    border-top: 0px solid #2c3252;

}

.footer-social .social {
    padding-top: 22px
}

.footer-social .social li {
    display: inline-block;
    margin-right: 10px
}

.footer-social .social li a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #f31717;
    transition: all 0.3s linear;
    border-radius: 50%
}

.footer-social .social li a:hover {
    color: #fff
}


#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
 
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}


/* Custom product category widget  */
.custom-pro-widget .product-categories {
    list-style: none;
    padding: 0;
    margin: 0;
/*     display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px; */
}

.custom-pro-widget .product-categories li {
/*     display: flex;
    flex-direction: column; */
    overflow: hidden;
   margin-left:15px;margin-right:15px
 
}

.custom-pro-widget .product-categories li a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.custom-pro-widget .product-categories li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    transition: transform 0.3s ease; border-radius: 8px;
}

.custom-pro-widget .product-categories li:hover img {
    transform: scale(1.1);
}

.custom-pro-widget .product-categories li .category-title {
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    transition: background-color 0.3s ease;
}

.custom-pro-widget .product-categories li:hover .category-title {
    background-color: rgba(0, 0, 0, 0.6);
}
.custom-pro-widget .product-categories li a h4 {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.custom-pro-widget{position:relative}
.page-banner-area{background: #045cb4 !important;}
.page-banner-area::before {

    background: none;
   
}

/*
 * Woocommerce product css
 * */
.woocommerce ul.products li.product a img {
  
    background-color: #f3f5f6;
    border-radius: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {

    text-transform: capitalize;
}
.woocommerce ul.products li.product .price {
  
    font-weight: 600;font-size:15px
 
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 5px;
    border: 1px solid#0f1328;
    font-weight: 600;
    font-size: 14px;
    background: transparent;
    border-radius: 50px;
    padding: 13px 22px;
    color: #0f1328;
}

.woocommerce ul.products li.product .button:hover{
	background:#045cb4;color:#fff
}

.page-content .search-form{position:relative}
.page-banner .archive-description{color:#fff}

/* .konnect-product-area .konnect-product-item {
    background-size: contain;

}

.konnect-product-area .product-active .product-thumb a img {
    background-color: #f3f5f6;
    border-radius: 20px;
    border: 1px solid#E1E1E1;
} */

.konnect-product-area .product-active .custom-col {
    padding: 10px;
    background: #fff;
    margin: 20px 10px;    box-shadow: 0 8px 10px 0 rgba(123, 123, 123, .2);
    -webkit-box-shadow: 0 8px 10px 0 rgba(123, 123, 123, .2);
    -moz-box-shadow: 0 8px 10px 0 rgba(123, 123, 123, .2);
}
/* .konnect-product-area .product-active .product-thumb{width:250px;margin-right:20px} */
.konnect-product-area .product-active .product-content .title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    margin-top:0px;

    text-align: left;
    font-weight: 700;
}
.konnect-product-area .product-active .product-content .price {

    text-align: left;
}

.konnect-product-area .product-active  .product-content {
    text-align: left;
}
.konnect-product-area .product-active .product-content a.btn:hover{background:#045cb4}
.konnect-product-area .product-active .product-thumb a img {
    border: 1px solid#0C036E;
    /* border-radius: 8px; */
    box-shadow: 0 8px 10px 0 rgb(123 123 123 / 77%);
/*     padding: 8px; */
}

/* Ajax journal search */



.journal-search  .openBtn {
/*   background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px; */
  cursor: pointer;
}

.journal-search .openBtn:hover {
  background: #045cb4;
}

.journal-search .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.journal-search .overlay-content {
  position: relative;
  top: 15%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.journal-search .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.journal-search .overlay .closebtn:hover {
  color: #ccc;
}

.journal-search .overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.journal-search .overlay input[type=text]:hover {
  background: #f1f1f1;
}

.journal-search .overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.journal-search .overlay button:hover {
  background: #bbb;
}
.journal-search .overlay-content .name-list{      text-align: left;
    padding: 20px;
    background: #f1f1f1;
    height: 600px;
    overflow-y: scroll;}




.journal-search .overlay-content .name-list ul{  display:grid;  
  grid-template-columns:repeat(auto-fit, minmax(200px , 1fr));
  grid-gap:10px;}
.journal-search .overlay-content .name-list ul li{}
.journal-search .overlay-content .name-list ul li a{color:#111;    font-weight: 700;}
.journal-search .overlay-content .name-list ul li a:hover{text-decoration:underline;color:#000}



#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {

    height: 55px!important;
}
div.asl_w .probox .promagnifier {
    display:none
}
.journal-search .overlay .closebtn {

    top: 100px;
    right: 190px;

}

#ajaxsearchlite1 .probox, div.asl_w .probox {
       height: 55px !important;
    background-color: #045cb4 !important;
    background-image: -moz-radial-gradient(center,ellipse cover,#045cb4,#045cb4) !important;
    background-image: -webkit-gradient(radial,center center,0,center center,100%,#045cb4,#045cb4) !important;
    background-image: -webkit-radial-gradient(center,ellipse cover,#045cb4,#045cb4) !important;
    background-image: -o-radial-gradient(center,ellipse cover,#045cb4,#045cb4) !important;
    background-image: -ms-radial-gradient(center,ellipse cover,#045cb4,#045cb4) !important;
    background-image: radial-gradient(ellipse at center,#045cb4,#045cb4) !important;
    border: 0 solid #045cb4;
  
}
div.asl_r .results .item .asl_content {

    align-items: center;
    display: flex;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a, div.asl_r .results .item .asl_content h3 a:hover {
 
    font-weight: 700 !important;;
    font-family: Open Sans;
    color: #1454a9;
    font-size: 18px !important;;
    line-height: 17px;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {

    font-size: 20px !important;
 
}

.konnect-product-area .product-active .product-content .title {
    font-size: 18px;
}
.konnect-product-area .product-active .custom-col {
   
    padding: 30px 30px;
}

.privacy-container h1, .privacy-container h2, .privacy-container h3, .privacy-container h4, .privacy-container h5{margin-bottom:15px}
.privacy-container p, .privacy-container span{margin-bottom:15px}
.privacy-container ul{margin-bottom:15px}
.privacy-container ul li{margin-bottom:10px}

@media only screen and (max-width: 767px) {
    .page-banner {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}
.blog-details-wrapper {
    margin-top: 0;
}

.single-product .woocommerce-product-gallery__image a  img {
    background-color: #f3f5f6;
    border-radius: 20px;
}


.header-bottom-wrapper .header-logo{
    margin-top:15px
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: capitalize;
    font-weight: 500 !important;
    letter-spacing: normal;
}
.custom-pro-widget .product-categories li a h4 {
    text-transform: capitalize;

}


@media(max-width: 1400px) {

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0 5px;
	font-weight:600!important;
	font-size: 16px;

}
	
}
.single-product .blog-details-wrapper .blog-details-post {

    margin-top: 0px;
}

    .single-product div.product div.images a {
        pointer-events: none;
    }


.flexslider {
     margin: 0px; 
     background: transparent; 
     border: 0px solid #fff; 
    
}

.feat-area .flexslider .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 32px;
    height: 36px;
    margin: -20px 0px 0px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
/*     background: rgba(0, 0, 0, 0.8); */
    padding: 6px 8px 8px 8px;
}
.feat-area .flexslider .thumbnails li {position:relative}
.feat-area .flexslider .thumbnails .flex-active-slide:before {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid #045cb4;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out 0s; 
}

/* .feat-area .flexslider .thumbnails .pro-thumb{position:relative}
.feat-area .flexslider .thumbnails .pro-thumb span {
    position: absolute;
    right: 10px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    top: 12px;
    padding: 3px 11px;
    font-size: 14px;
} */

.flexslider {
  position: relative;
}

.progress-bar {
  position: absolute;
    bottom: -25px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #ddd;
}

.progress {
  width: 0;
  height: 100%;
  background-color: #045cb4;
}

/* Woocommerce css */

h2.woocommerce-loop-product__title{display:none}

.custom-product-thumbnail {
    width: 100%; /* Adjust the width as needed */
    height: 0;
    padding-bottom: 100%; /* This maintains a 1:1 aspect ratio. Adjust as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hardcover_front li img {
    max-height: 250px;
    max-width: 100%;
    height: 250px;
}

/*
	1. container
*/

.book {
	position: relative;
	width: 160px; 
	height: 250px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;  margin: 40px auto;
}

/*
	2. background & color
*/

/* HARDCOVER FRONT */
.hardcover_front li:first-child {
	background-color: #eee;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* reverse */
.hardcover_front li:last-child {
	background: #fffbec;
}

/* HARDCOVER BACK */
.hardcover_back li:first-child {
	background: #fffbec;
}

/* reverse */
.hardcover_back li:last-child {
	background: #fffbec;
}

.book_spine li:first-child {
	background: #eee;
}
.book_spine li:last-child {
	background: #333;
}

/* thickness of cover */

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
	background: #999;
}

/* page */

figure.book .page > li {
	background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
	border-radius: 0px 5px 5px 0px;
}
figure.book .page li img{height:250px}
/*
	3. opening cover, back cover and pages
*/

.hardcover_front {
	-webkit-transform: rotateY(-34deg) translateZ(8px);
	-moz-transform: rotateY(-34deg) translateZ(8px);
	transform: rotateY(-34deg) translateZ(8px);
	z-index: 100;
}

.hardcover_back {
	-webkit-transform: rotateY(-15deg) translateZ(-8px);
	-moz-transform: rotateY(-15deg) translateZ(-8px);
	transform: rotateY(-15deg) translateZ(-8px);
}

figure.book .page li:nth-child(1) {
	-webkit-transform: rotateY(-28deg);
	-moz-transform: rotateY(-28deg);
	transform: rotateY(-28deg);
}

figure.book .page li:nth-child(2) {
	-webkit-transform: rotateY(-30deg);
	-moz-transform: rotateY(-30deg);
	transform: rotateY(-30deg);
}

figure.book .page li:nth-child(3) {
	-webkit-transform: rotateY(-32deg);
	-moz-transform: rotateY(-32deg);
	transform: rotateY(-32deg);
}

figure.book .page li:nth-child(4) {
	-webkit-transform: rotateY(-34deg);
	-moz-transform: rotateY(-34deg);
	transform: rotateY(-34deg);
}

figure.book .page li:nth-child(5) {
	-webkit-transform: rotateY(-36deg);
	-moz-transform: rotateY(-36deg);
	transform: rotateY(-36deg);
}

/*
	4. position, transform & transition
*/

.hardcover_front,
.hardcover_back,
.book_spine,
.hardcover_front li,
.hardcover_back li,
.book_spine li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hardcover_front,
.hardcover_back {
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

.hardcover_front {
	-webkit-transition: all 0.8s ease, z-index 0.6s;
	-moz-transition: all 0.8s ease, z-index 0.6s;
	transition: all 0.8s ease, z-index 0.6s;
}

/* HARDCOVER front */
.hardcover_front li:first-child {
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.hardcover_front li:last-child {
	-webkit-transform: rotateY(180deg) translateZ(2px);
	-moz-transform: rotateY(180deg) translateZ(2px);
	transform: rotateY(180deg) translateZ(2px);
}

/* HARDCOVER back */
.hardcover_back li:first-child {
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.hardcover_back li:last-child {
	-webkit-transform: translateZ(-2px);
	-moz-transform: translateZ(-2px);
	transform: translateZ(-2px);
}

/* thickness of cover */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
	position: absolute;
	top: 0;
	left: 0;
}

/* HARDCOVER front */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
	width: 4px;
	height: 100%;
}

.hardcover_front li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_front li:first-child:before {
	-webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
	width: 4px;
	height: 160px;
}

.hardcover_front li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}
.hardcover_front li:last-child:before {
	box-shadow: 0px 0px 30px 5px #333;
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}

/* thickness of cover */

.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
	width: 4px;
	height: 100%;
}

.hardcover_back li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.hardcover_back li:first-child:before {
	-webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
	width: 4px;
	height: 160px;
}

.hardcover_back li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}

.hardcover_back li:last-child:before {
	box-shadow: 10px -1px 80px 20px #666;
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}

/* BOOK SPINE */
.book_spine {
	-webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	-moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	width: 16px;
	z-index: 0;
}

.book_spine li:first-child {
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.book_spine li:last-child {
	-webkit-transform: translateZ(-2px);
	-moz-transform: translateZ(-2px);
	transform: translateZ(-2px);
}

/* thickness of book spine */
.book_spine li:first-child:after,
.book_spine li:first-child:before {
	width: 4px;
	height: 100%;
}

.book_spine li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.book_spine li:first-child:before {
	-webkit-transform: rotateY(-90deg) translateZ(-12px);
	-moz-transform: rotateY(-90deg) translateZ(-12px);
	transform: rotateY(-90deg) translateZ(-12px);
}

.book_spine li:last-child:after,
.book_spine li:last-child:before {
	width: 4px;
	height: 16px;
}

.book_spine li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
}

.book_spine li:last-child:before {
	box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
}

figure.book .page,
figure.book .page > li {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

figure.book .page {
	width: 100%;
	height: 98%;
	top: 1%;
	left: 3%;
	z-index: 10;
}

figure.book .page > li {
	width: 100%;
	height: 100%;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
}

figure.book .page > li:nth-child(1) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

figure.book .page > li:nth-child(2) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

figure.book .page > li:nth-child(3) {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

figure.book .page > li:nth-child(4) {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

figure.book .page > li:nth-child(5) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

/*
	5. events
*/

.book:hover > .hardcover_front {
	-webkit-transform: rotateY(-145deg) translateZ(0);
	-moz-transform: rotateY(-145deg) translateZ(0);
	transform: rotateY(-145deg) translateZ(0);
	z-index: 0;
}

.book:hover > .page li:nth-child(1) {
	-webkit-transform: rotateY(-30deg);
	-moz-transform: rotateY(-30deg);
	transform: rotateY(-30deg);
	-webkit-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	transition-duration: 1.5s;
}

.book:hover > .page li:nth-child(2) {
	-webkit-transform: rotateY(-35deg);
	-moz-transform: rotateY(-35deg);
	transform: rotateY(-35deg);
	-webkit-transition-duration: 1.8s;
	-moz-transition-duration: 1.8s;
	transition-duration: 1.8s;
}

.book:hover > .page li:nth-child(3) {
	-webkit-transform: rotateY(-118deg);
	-moz-transform: rotateY(-118deg);
	transform: rotateY(-118deg);
	-webkit-transition-duration: 1.6s;
	-moz-transition-duration: 1.6s;
	transition-duration: 1.6s;
}

.book:hover > .page li:nth-child(4) {
	-webkit-transform: rotateY(-130deg);
	-moz-transform: rotateY(-130deg);
	transform: rotateY(-130deg);
	-webkit-transition-duration: 1.4s;
	-moz-transition-duration: 1.4s;
	transition-duration: 1.4s;
}

.book:hover > .page li:nth-child(5) {
	-webkit-transform: rotateY(-140deg);
	-moz-transform: rotateY(-140deg);
	transform: rotateY(-140deg);
	-webkit-transition-duration: 1.2s;
	-moz-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

/* Media Queries */
@media screen and (max-width: 37.8125em) {
	.align > li {
		width: 100%;
		min-height: 440px;
		height: auto;
		padding: 0;
		margin: 0 0 30px 0;
	}

	.book {
		margin: 50px auto;
	}

	figcaption {
		text-align: center;
		width: 320px;
		top: 250px;
		padding-left: 0;
		left: -80px;
		font-size: 90%;
	}
}


.widget-about p {
 
    color: #fff;
}


/* Shop Now button css */
.header-bottom-wrapper .header-right {

    position: relative;
}

.header-bottom-wrapper .header-right a.shop-now-btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 30px;
    padding: 18px 30px 18px 30px;
    position: absolute;
    top: -66px;
    right: 14%;
    color: #046BD2;
    border: 1px solid#046BD2;
}
.header-bottom-wrapper .header-right a.shop-now-btn:hover{background:#046BD2;color:#fff}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-bottom-wrapper .header-right a.shop-now-btn { 
		display:none
    }
}

 @media (max-width: 1420px) {
	  
.header-bottom-wrapper .header-right a.shop-now-btn {

    right: 4%;
} 
.journal-search .overlay .closebtn {
    top: 120px;
   
    /* right: 30px; */
}
} 


 @media (max-width: 767px) {
	 
.header-bottom-wrapper .header-right a.shop-now-btn {
display:none
}  
	 
}




.woocommerce span.onsale {

    background-color: #045cb4;
 
}


/* Widget sidebar css */

.sidebar-widget {
    padding: 15px 15px;

    margin-top: 0px;
}

.accordion-sidebar-widget .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}

.accordion-sidebar-widget .accordion-body {
    padding: 15px 0;
}
.accordion-sidebar-widget .accordion-body ul li{    border-bottom: 1px solid #ccc;
    line-height: 35px;
    margin-bottom: 5px;}
.accordion-sidebar-widget .accordion-body ul li:last-child{    border-bottom: 0px solid #ccc;
   }
.accordion-sidebar-widget .accordion-body ul li a{    font-size: 14px;    padding: 10px;display: block;
    line-height: 18px;
}

.accordion-sidebar-widget .accordion-body ul li a:hover{background-color:#045cb4;color:#fff}

.accordion-sidebar-widget .accordion-button {

    padding: 15px 10px;
   
}


.accordion-sidebar-widget .accordion-button:focus {
    z-index: 3;
    border-color: #045cb4;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}


.accordion-sidebar-widget .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #045cb4;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

/* Make accordion icon white */
.accordion-sidebar-widget .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ffffff"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');
    transform: rotate(-180deg);
}

.accordion-sidebar-widget .accordion-button:focus {
  
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.accordion-sidebar-widget .accordion-body ul li a {
  
    padding-left: 18px;
}
/* .accordion-sidebar-widget .accordion-button:hover {
    color: #fff;
    background-color: #045cb4;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-sidebar-widget .accordion-button:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ffffff"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');
    transform: rotate(-180deg);
} */

.accordion-sidebar-widget .accordion-body ul li{position:relative}
.accordion-sidebar-widget .accordion-body ul li::after {
    position: absolute;
    left: 3px;
    top: 15px;
    content: '';
    width: 8px;
    height: 8px;
    background: #333;
}

.accordion-sidebar-widget .accordion-body ul li a {
    padding-left: 35px;
}

.accordion-sidebar-widget .accordion-body ul li::after {
    position: absolute;
    left: 20px;
    top: 15px;
    content: '';
    width: 8px;
    height: 8px;
    background: #045cb4;
}

.accordion-sidebar-widget .accordion-body ul li:hover::after {
	  background: #fff;
}

.accordion-sidebar-widget .accordion-button::after {
  
    width: 1rem;
    height: 1rem;
  
    background-size: 1rem;
}

/* Woocommerce single product page design  */
.single-product-page .woocommerce-wrapper .single-product-details .woocommerce-product-gallery{width:100%}
.single-product-page .woocommerce-wrapper .single-product-details .entry-summary{width:100%}
.single-product-page .woocommerce-wrapper .single-product-details .entry-summary .product_title{font-size: 30px;margin-bottom:20px}
.single-product-page .woocommerce-wrapper .single-product-details .entry-summary .price{margin-bottom:15px}

.single-product-page .woocommerce-wrapper .single-product-details form.cart {
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-product-page .woocommerce-wrapper .sidebar-widget .widget-title {margin-bottom: 0;}
.page-banner .title {    margin-bottom: 0;

    font-size: 40px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    padding: 15px 10px;
    background: #e3e3e3;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #045cb4;
}

.custom-product-thumbnail {
    width: 100%;
    height: 100%; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 575px) {
    .page-banner .title {
        font-size: 30px;
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
   display:none
}

/* .single-product-page .woocommerce-wrapper .woocommerce-product-gallery__image a {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), -5px 0 10px rgba(0, 0, 0, 0) !important;
}
 */
.single-product-page .woocommerce-wrapper .woocommerce-product-gallery__image a img {

    border-radius: 0;
}
.single-product-page .woocommerce-wrapper .woocommerce-product-gallery__image a{position:relative}
.single-product-page .woocommerce-wrapper .woocommerce-product-gallery__image a::before{
	background:rgba(0, 0, 0, 0.5);position:absolute;right:0;width:5px;content:"";height:100%;
}


.single-product-page .woocommerce-wrapper .woocommerce-product-gallery__image a::before {
    background: #ddd;
    position: absolute;
    right: 0px;
    width: 10px;
    content: "";
    height: 98%;
   
    bottom: 0;
}
.single-product-page .woocommerce-wrapper .woocommerce-product-gallery__image a::after {
    background: #ddd;
    position: absolute;
    bottom: 0px;
    height: 10px;
	right:0;
    content: "";
    width: 98%;
 
}
.single-product-page .woocommerce-wrapper .woocommerce-product-gallery__image a {

    padding-right: 10px;
    padding-bottom: 10px;
}

.single-product-page .woocommerce-wrapper .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0;
    display: none !important;
}
.single-product-page .woocommerce-wrapper  div.images img {
    border:1px solid#ccc
}
 .yikes-custom-woo-tab-title-customer-reviews{display:none}

#tab-customer-reviews .customer-reivew h3{margin-bottom:10px}
#tab-customer-reviews .customer-reivew ul{overflow:hidden;margin-bottom:10px}
#tab-customer-reviews .customer-reivew ul li{float:left;font-size:20px;}
#tab-customer-reviews .customer-reivew ul li {color: #ffa41c;}

/* Contact us */
.contact-us .contact-form-inner .single-form p label{    line-height: 30px;} 
.contact-us .contact-form-inner .single-form {
    position: relative;
    margin-top: 0;
}
.footer-copyright {
    border-top: 1px solid #2c3252;
    background: #0b56a1;
}












/* Blog import CSS */
.konnect-blog-top-area{background:#f3f3f3;padding-top:50px;padding-bottom:70px}
.konnect-blog-top-area .top-text .text{font-size:14px;line-height:26px;color:#000;margin-bottom:30px}
.konnect-blog-top-area .top-text .text .learn-more{font-size:14px;line-height:26px;font-weight:600;color:#000}
.konnect-blog-top-area .top-text .text .learn-more i{font-size:8px;position:relative;top:-1px}
.konnect-blog-top-area .blog-top-left-side .text-board{background:#ffeba8;padding:20px 20px 40px;padding-right:60px}
.konnect-blog-top-area .blog-top-left-side .text-board p{font-size:16px;line-height:26px;font-weight:600;color:#000}
.konnect-blog-top-area .blog-top-left-side .text-board .see-plan{font-size:12px;line-height:22px;font-weight:400;color:#666;text-decoration:underline;text-decoration-color:#666}
.konnect-blog-top-area .blog-top-left-side .item-box-wrap{border-top:2px solid #000}
.konnect-blog-top-area .blog-top-left-side .item-box-wrap .title-main a{font-size:24px;line-height:32px;font-weight:600;color:#000}
.konnect-blog-top-area .blog-top-left-side .item-box-wrap .list-item{margin-top:20px}
.konnect-blog-top-area .blog-top-left-side .item-box-wrap .list-item .title{font-size:15px;line-height:24px;font-weight:700;color:#000}
.konnect-blog-top-area .blog-top-left-side .item-box-wrap .list-item .title a{color:#000;transition:all .3s linear}
.konnect-blog-top-area .blog-top-left-side .item-box-wrap .list-item .title a:hover{color:#666}
.konnect-blog-top-area .blog-top-left-side .item-box-wrap .list-item p{font-size:12px;line-height:20px;font-weight:700;text-transform:uppercase;color:#335AB9;margin-top:3px}
.konnect-blog-top-area .blog-top-left-side .see-all{display:inline-block;font-size:16px;line-height:24px;font-weight:700;color:#000;text-decoration:underline;text-decoration-color:#000;transition:all .3s linear;margin-top:20px}
.konnect-blog-top-area .blog-top-left-side .see-all:hover{color:#666;text-decoration-color:#666}
@media only screen and (max-width: 991px) {
.konnect-blog-top-area .blog-top-middle-side{margin-top:40px;margin-bottom:40px}
}
.konnect-blog-top-area .blog-top-middle-side .img a img{width:100%}
.konnect-blog-top-area .blog-top-middle-side .img{border-bottom:5px solid #000;padding-bottom:20px}
.konnect-blog-top-area .blog-top-middle-side .title{font-size:36px;line-height:48px;font-weight:700;margin-top:10px}
@media only screen and (max-width: 767px) {
.konnect-blog-top-area .blog-top-middle-side .title{font-size:30px;line-height:40px}
}
.konnect-blog-top-area .blog-top-middle-side .title a{color:#000;transition:all .3s linear}
.konnect-blog-top-area .blog-top-middle-side .title a:hover{color:#666}
.konnect-blog-top-area .blog-top-middle-side .name{font-size:16px;line-height:24px;font-weight:700;color:#000;margin-top:5px}
.blog-middle-related-post p{font-size:15px;line-height:26px;font-weight:400;color:#222}
.blog-middle-related-post{margin-top:15px}
.blog-middle-related-post .related-post{border-top:2px solid #000}
.blog-middle-related-post .related-post .post-title{font-size:24px;line-height:34px;font-weight:500;color:#000}
.blog-middle-related-post .related-post .title{font-size:15px;line-height:24px;font-weight:700;color:#000;margin-top:15px}
.blog-top-right-side .title-wrap{border-top:2px solid #000}
.blog-top-right-side .title-wrap .title{font-size:24px;line-height:32px;font-weight:600}
.blog-top-right-side .title-wrap .title a{color:#000;transition:all .3s linear}
.blog-top-right-side .list-item{margin-top:20px}
.blog-top-right-side .list-item img{width:190px}
.blog-top-right-side .list-item .title{font-size:14px;line-height:22px;font-weight:700;text-decoration:underline;text-decoration-color:#000;margin-top:5px}
.blog-top-right-side .list-item .title a{color:#000;transition:all .3s linear}
.blog-top-right-side .list-item .title a:hover{color:#666;text-decoration-color:#666}
.blog-top-right-side .list-item p{font-size:12px;line-height:22px;font-weight:500;color:#666;margin-top:3px}
.blog-top-right-side .list-item .reg-price{font-weight:700;color:#f3f3f3}
.blog-top-right-side .list-item .discount{color:#027F5E}
.blog-top-right-side .see-all{display:inline-block;font-size:16px;line-height:24px;font-weight:700;color:#000;text-decoration:underline;text-decoration-color:#000;transition:all .3s linear;margin-top:30px}
.blog-top-right-side .see-all:hover{color:#666;text-decoration-color:#666}
.konnect-blog-area{padding-top:80px;padding-bottom:80px}
.konnect-blog-left .single-blog{background:#f3f3f3;border-radius:20px;padding:30px}
.konnect-blog-left .single-blog .blog-img{overflow:hidden}
.konnect-blog-left .single-blog .blog-img a{display:block}
.konnect-blog-left .single-blog .blog-img a img{width:100%;transition:all .3s linear}
.konnect-blog-left .single-blog .blog-content .date{font-size:16px;line-height:28px;color:#000;margin-top:30px}
.konnect-blog-left .single-blog .blog-content .title{font-size:30px;line-height:42px;color:#000;margin-top:5px}
@media only screen and (max-width: 991px) {
.konnect-blog-left .single-blog .blog-content .title{font-size:24px;line-height:36px}
}
.konnect-blog-left .single-blog .blog-content .text{font-size:16px;line-height:28px;color:#000;margin-top:10px}
.konnect-blog-left .single-blog .blog-content .main-btn{display:inline-block;margin-top:25px;background-color:#045cb4;font-weight:600;height:48px;color:#fff;line-height:45px;border-radius:50px;padding:0 40px}
.konnect-blog-left .single-blog .blog-content .main-btn:hover{background-color:#0C036E;color:#fff}
.konnect-blog-left .single-blog:hover .blog-img a img{transform:scale(1.05)}
.konnect-blog-right{padding-left:30px}
@media only screen and (max-width: 1199px) {
.konnect-blog-right{padding-left:10px}
}
@media only screen and (max-width: 991px) {
.konnect-blog-right{padding-left:0;margin-top:30px}
}
.konnect-blog-item{border-top:2px solid #e1e1e1;padding:25px 20px}
.konnect-blog-item:first-child{border-top:0}
.konnect-blog-item .blog-content .date{font-size:16px;line-height:26px;color:#000}
.konnect-blog-item .blog-content .title{font-size:24px;line-height:36px;color:#000;margin-top:5px}
.konnect-blog-item .blog-content .text{font-size:16px;line-height:28px;color:#000;margin-top:10px}
.konnect-blog-item:hover{background:#f3f3f3}
.footer{margin-top:0}
.item-box-wrap h2.widget-title,.blog-top-right-side .title-wrap h2{margin-bottom:20px}
.mobile-show{display:none}
@media only screen and (max-width: 767px) {
.mobile-none{display:none}
.mobile-show{display:block}
}
.konnect-blog-item .blog-content .date{margin-bottom:0}
.konnect-blog-item .blog-content .title{line-height:26px}
.konnect-blog-details-area{background:#fff;padding-top:50px;padding-bottom:70px}
.konnect-blog-details-area .top-text .text{font-size:14px;line-height:26px;color:#000;margin-bottom:30px}
.konnect-blog-top-area .top-text .text,.konnect-blog-details-area .top-text .text{font-size:20px;line-height:30px}
.konnect-blog-details-area .top-text .text .learn-more{font-size:14px;line-height:26px;font-weight:600;color:#000}
.konnect-blog-details-area .top-text .text .learn-more i{font-size:8px;position:relative;top:-1px}
.konnect-blog-details-area .blog-details-content-wrap{margin-top:50px}
.konnect-blog-details-area .blog-details-title{border-top:5px solid #000}
.konnect-blog-details-area .blog-details-title .main-title{font-size:42px;line-height:55px;font-weight:700;padding-right:32px;color:#000;padding-top:5px}
@media only screen and (max-width: 1199px) {
.konnect-blog-details-area .blog-details-title .main-title{font-size:40px;line-height:50px;padding-right:0}
}
@media only screen and (max-width: 991px) {
.konnect-blog-details-area .blog-details-title .main-title{font-size:36px;line-height:46px}
}
@media only screen and (max-width: 767px) {
.konnect-blog-details-area .blog-details-title .main-title{font-size:30px;line-height:40px}
}
.konnect-blog-details-area .date{font-size:16px;line-height:26px;font-weight:500;color:#333;margin-top:10px}
.konnect-blog-details-area .blog-details-social{margin-top:20px}
.konnect-blog-details-area .blog-details-social a{display:inline-block;text-align:center;width:40px;height:40px;line-height:40px;border:1px solid transparent;border-radius:50%;font-size:16px;background:#e1e1e1;color:#000;transition:all .3s linear;margin-right:8px}
.konnect-blog-details-area .blog-details-social a:hover{background:#fff;border:1px solid #666}
.konnect-blog-details-area .img{margin-top:20px}
.konnect-blog-details-area .img img{width:100%;border-radius:8px}
.konnect-blog-details-area .author-wrap{display:flex;align-items:flex-start;margin-top:30px}
.konnect-blog-details-area .author-wrap .author-img img{width:60px;height:auto;border-radius:50%}
.konnect-blog-details-area .author-wrap .author-text{flex:1;margin-left:20px}
.konnect-blog-details-area .author-wrap .author-text .name{font-size:15px;line-height:22px;font-weight:700;color:#000}
.konnect-blog-details-area .author-wrap .author-text .name a{text-decoration:underline;text-decoration-color:#000;color:#000}
.konnect-blog-details-area .author-wrap .author-text p{font-size:15px;line-height:22px;font-weight:500;color:#000}
.konnect-blog-details-area .blog-details-inner-text{padding-top:10px}
.konnect-blog-details-area .blog-details-inner-text img{border-radius:8px}
.konnect-blog-details-area .blog-details-inner-text .text{font-size:20px;line-height:30px;font-weight:400;color:#222;margin-top:20px}
.konnect-blog-details-area .blog-details-look-box{background:#b3d4fc70;padding:40px 40px 45px;margin-top:50px;margin-bottom:30px}
.konnect-blog-details-area .blog-details-look-box .main-title{font-size:28px;line-height:38px;font-weight:700;color:#000}
.konnect-blog-details-area .blog-details-look-box .look-box-info ul{display:flex;flex-wrap:wrap}
.konnect-blog-details-area .blog-details-look-box .look-box-info ul li{list-style:none;display:flex;width:50%;margin-top:33px}
@media only screen and (max-width: 767px) {
.konnect-blog-details-area .blog-details-look-box .look-box-info ul li{width:100%}
}
.konnect-blog-details-area .blog-details-look-box .look-box-info ul li .icon{font-size:16px;color:#000}
.konnect-blog-details-area .blog-details-look-box .look-box-info ul li .content{margin-left:15px}
.konnect-blog-details-area .blog-details-look-box .look-box-info ul li .content .title{font-size:18px;line-height:28px;font-weight:700;color:#000}
.konnect-blog-details-area .blog-details-look-box .look-box-info ul li .content p{font-size:16px;line-height:26px;font-weight:500;color:#222;margin-top:5px}
.konnect-blog-details-area .blog-details-sticky-title-wrap{margin-top:0}
@media only screen and (max-width: 991px) {
.konnect-blog-details-area .blog-details-sticky-title-wrap{margin-top:30px}
}
.konnect-blog-details-area .blog-details-sticky-title-wrap .main-title{font-size:30px;line-height:40px;font-weight:700;color:#000;border-top:5px solid #000}
@media only screen and (max-width: 1199px) {
.konnect-blog-details-area .blog-details-sticky-title-wrap ul{margin-left:0}
}
.konnect-blog-details-area .blog-details-sticky-title-wrap ul li{list-style:none;margin-top:15px}
.konnect-blog-details-area .blog-details-sticky-title-wrap .title{font-size:24px;line-height:34px;font-weight:700}
.konnect-blog-details-area .blog-details-sticky-title-wrap .title a{color:#000}
.konnect-blog-details-area .blog-details-sticky-title-wrap .title a:hover{text-decoration:underline;text-decoration-color:#000}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info{margin-top:50px}
}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .main-title{font-size:28px;line-height:38px;font-weight:700;color:#000}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .blog-details-thumb{margin-top:35px}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .blog-details-thumb img{width:100%}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .blog-details-thumb .pt-credit{font-size:14px;line-height:24px;font-weight:500;color:#666;margin-top:10px}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .blog-details-thumb .pt-credit span{color:#000}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .pickup-box{box-shadow:0 0 5px 0 #6d9eff;border:6px solid #0C036E;position:relative;margin-top:70px;margin-bottom:50px}
@media only screen and (max-width: 767px) {
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .pickup-box{text-align:center}
}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .pickup-box span.pick-cap{font-size:1.1875rem;line-height:1.3125rem;font-weight:900;letter-spacing:-.5px;color:#fff;display:inline-block;position:absolute;top:-20px;left:-10px;margin:0;padding:6px 16px 8px 14px;color:#fff;background-color:#0C036E;box-shadow:2px 2px 2px 0 rgba(0,0,0,.14)}
@media only screen and (max-width: 575px) {
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .pickup-box span.pick-cap{font-size:1.15rem;line-height:1.3125rem;padding:5px 14px 7px 12px}
}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .pickup-box .img-fluid{max-width:100%;height:auto}
@media only screen and (max-width: 767px) {
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .pickup-box .img-fluid{margin-top:25px;width:230px}
}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .card-body{flex:1 1 auto;padding:1rem}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .card-title{margin-bottom:.5rem;font-weight:700}
@media only screen and (max-width: 767px) {
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .card-title{font-size:19px}
}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .card-body p{margin-top:10px}
@media only screen and (max-width: 767px) {
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .card-body p{font-size:15px}
}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .blog-details-content p{margin-bottom:15px}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .btn-primary{font-size:16px;font-weight:600;background-color:#0C036E;border-color:#0C036E;color:#fff}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info p{font-size:18px;line-height:28px;font-weight:400;color:#222;margin-top:20px}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info p a{font-weight:700;color:#C71A2E}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info .short-title{border-top:5px solid #000;margin-top:30px;margin-bottom:25px;font-size:20px;line-height:30px;font-weight:700;color:#000}
.konnect-blog-details-area .blog-details-sticky-title-wrap .title a{transition:all .3s linear}
@media only screen and (max-width: 991px) {
.konnect-blog-details-area .blog-sidebar{padding-left:0;margin-top:0!important}
.konnect-blog-details-area .blog-details-sticky-title-wrap .title{font-size:20px;line-height:28px;font-weight:600}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .pickup-box{margin-bottom:50px}
}
.konnect-blog-details-area .blog-sidebar .cta-banner .title{font-size:16px;line-height:25px;font-weight:500;text-decoration:none;text-decoration-color:#000;margin-bottom:10px;text-align:center}
.konnect-blog-details-area .blog-sidebar .cta-banner .title a{color:#000}
.konnect-blog-details-area .blog-sidebar .cta-banner{background:#fff;padding:20px;border-radius:10px;box-shadow:0 0 50px 0 #ddd}
.konnect-blog-details-area .blog-sidebar .cta-banner .banner-img img{width:100%}
.konnect-blog-details-area .blog-sidebar .sidebar-widget .widget-title{border-top:5px solid #000;margin-top:50px}
.konnect-blog-details-area .blog-sidebar .sidebar-widget .widget-title .title{font-size:22px;line-height:30px;font-weight:700;color:#000}
.konnect-blog-details-area .blog-sidebar .sidebar-widget .recent-posts ul li{list-style:none;margin-top:25px}
.konnect-blog-details-area .blog-sidebar .sidebar-widget .recent-posts ul li .post-link{display:flex;align-items:center}
.konnect-blog-details-area .blog-sidebar .sidebar-widget .recent-posts ul li .post-link .post-text{margin-left:20px}
.konnect-blog-details-area .blog-sidebar .sidebar-widget .recent-posts ul li .post-link .post-text .title{font-size:16px;line-height:24px;font-weight:700;color:#000}
.konnect-blog-details-area .blog-sidebar .sidebar-widget .recent-posts .read-link{font-size:16px;line-height:26px;font-weight:500;color:#000;margin-top:30px}
.konnect-blog-details-area .blog-sidebar .sidebar-widget .recent-posts .read-link a{font-weight:700;text-decoration:underline;text-decoration-color:#000;color:#000}
.konnect-blog-details-area .blog-sidebar .sidebar-widget .recent-posts .read-link a:hover{font-weight:700;text-decoration:none;color:#222}
.footer{color:#fff}
.footer a,.footer{color:#fff}
.footer a:hover{color:#ddd}
.konnect-blog-top-area .blog-top-middle-side .title a{color:#404040}
#rpwwt-recent-posts-widget-with-thumbnails-4 .widget-title{margin-top:0}
#author-book a.btn{font-size:15px;font-weight:600;background-color:#000;border-color:#000;color:#fff;border-radius:4px;text-align:center;margin:0 auto;display:block;margin-top:10px}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .btn-primary{border-radius:4px}
.konnect-blog-details-area .blog-sidebar .sticky-sidebar .widget-title{margin-top:0}
#sticky-sidebar.fixed{position:fixed;opacity:1;top:0;width:260px;transition:all .4s linear}

#sticky-sidebar{width:260px;transition:all .4s linear}
@media only screen and (max-width: 991px) {
#sticky-sidebar{position:inherit!important;margin-top:58px!important;top:0!important}
#sticky-sidebar{position:inherit!important;top:60px;width:100%}
.konnect-blog-top-area .top-text .text,.konnect-blog-details-area .top-text .text{font-size:14px;line-height:28px;margin-bottom:0}
.konnect-blog-details-area{padding-top:20px;padding-bottom:20px}
.konnect-blog-details-area .blog-details-content-wrap{margin-top:10px}
	
}
.blog-sidebar-sticky{position:relative}
.widget_categories,.widget_recent_comments,.widget_archive,.widget_meta,.widget_recent_entries{margin-left:0}
@media only screen and (max-width: 767px) {
.nav-header .site-logo img{width:220px}
	#sticky-sidebar{width:100%;transition:all .4s linear}
}
@media only screen and (max-width: 767px) {
.footer-top-logo img{width:220px}
}
.sticky-post-info .blog-details-thumb .img-fluid{border-radius:8px}
.short-info p img{border-radius:8px}
.blog-details-inner-text .relpost-thumb-wrapper{display:none}
.blog-sidebar-sticky #sticky-sidebar .widget-title{margin-bottom:20px}
.blog-sidebar-sticky #sticky-sidebar .relpost-custom-block-single{width:100%!important;height:auto!important}
.blog-sidebar-sticky #sticky-sidebar .relpost-block-single-image{width:100%}
.relpost-block-single{border-bottom:medium none;margin:0;padding:6px;display:block;float:unset;text-decoration:none;text-align:center;cursor:pointer;margin-right:-1px;margin-bottom:5px;overflow:hidden;border:0;margin-bottom:15px}
.blog-sidebar-sticky #sticky-sidebar .relpost-block-single-image{width:100%!important;height:180px!important;margin-bottom:15px}
.relpost-block-single-text{font-size:16px!important;line-height:20px;margin-bottom:18px}
#related_posts_thumbnails a.relpost_content{text-align:center;padding-top:10px}
#related_posts_thumbnails li{margin-bottom:5px;border-right:1px solid #ddd;background-color:#fff;display:flex;justify-content:space-evenly;align-content:stretch;align-items:center}
#related_posts_thumbnails li a:first-child{width:80px;margin-right:15px}
#related_posts_thumbnails li a .relpost-post-image{border-radius:4px}
#related_posts_thumbnails li{background-color:rgba(255,255,255,0);padding:0;border-top:1px solid #ddd;border-right:0}
#related_posts_thumbnails a.relpost_content{text-align:left;padding-top:15px}
.konnect-blog-details-area .blog-details-inner-text{margin-bottom:15px;display:block;overflow:hidden}
#related_posts_thumbnails a.relpost_content{font-weight:500}
ul.sticky-title-link li h4{font-family:"FrankRuhlLibreRegular",serif}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info p{font-size:16px;line-height:26px}
.copyright_info p{font-size:14px}
.pickup-box .book img{border:1px solid #000;box-shadow:0 0 13px 6px #5e575766}
.widget-title{font-size:22px;font-weight:500;display:block;text-transform:uppercase;margin-bottom:15px}
ul.sticky-title-link li a.title,.blog-details-sticky-title-wrap span.main-title{font-size:24px;line-height:34px;font-weight:700;font-family:"OswaldBold",sans-serif!important;display:block}
/* .konnect-blog-details-area .blog-sidebar .widget-slider{height:310px} */
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info h2{

    font-size:28px;
    line-height:38px;
    font-weight:700;
    color:#000;
    margin-bottom:15px;
    display:block
}

.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info h3{
    font-size:22px;
    line-height:30px;
    font-weight:700;
    color:#000;
    margin-bottom:15px;
    display:block
	
}

.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info h4{
    font-size:20px;
    line-height:28px;
    font-weight:700;
    color:#000;
    margin-bottom:15px;
    display:block
	
}


.blog-details-sticky-title-wrap .sticky-post-info ol.custom-list{font-size:22px; font-weight:700}
/* styles.css */

.blog-details-sticky-title-wrap .sticky-post-info ul li {
    font-size: 15px;
    font-weight: 400;
}
.konnect-blog-details-area .blog-details-sticky-title-wrap ul li {
    list-style: disc;
    margin-top: 15px;
}

.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info h5,
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info h6{
    font-size:18px;
    line-height:26px;
    font-weight:700;
    color:#000;
    margin-bottom:15px;
    display:block
	
}







.menu-item-has-children > a::after {display: none;}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .pickup-box {margin-top: 10px; margin-bottom: 0;}
.card-body p a{font-size: 15px;
    font-weight: 600;
    background-color: #000;
    border-color: #000;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 10px;}
.short-info .pickup-box p {
    margin: 0 !important;
    padding: 0px;
}
.short-info .pickup-box .card-body p a{color:#fff !important}

.konnect-blog-details-area .blog-sidebar-sticky {
/*     padding-left: 30px;
    position: sticky;
    top: 0; */
}
.konnect-blog-details-area .blog-details-title .main-title {text-transform: capitalize;}
.archive-top{border-bottom: 5px solid #000;padding-bottom:40px}
@media only screen and (max-width: 767px) {
.archive-top{padding-bottom:20px}
	
	.journal-search .overlay .closebtn {
    top: 85px;
    right: 30px;
    /* right: 30px; */
}
.journal-search .overlay-content {
 
    width: 100%;
}
}
h1, h2, h3, h4, h5, h6 {text-transform: capitalize;}
.footer .menu li:before, #recentcomments li:before, .widget_categories ul li:before, .widget_meta ul li:before, .widget_recent_entries ul li:before {
    display:none
}

@media (min-width: 1200px) {
   .konnect-blog-details-area .container {
        max-width: 1320px;
    }
}

.blog-sidebar-sticky {
        position: sticky;
        top: 50px;
   
/*         overflow-y: auto; */
   
    }
}

.sticky-left-sidebar {
    top: 50px;
    transition: top .33s ease-out;
}
.sticky-left-sidebar {
        position: sticky;
        top: 50px;
        padding: 15px 0;
        
        border-right: 1px solid #e7e7e7;
/*         overflow-y: auto; */
   
    }
}

.sticky-left-sidebar {
    top: 50px;
    transition: top .33s ease-out;
}
.sticky-left-sidebar .nav-title{    font-family: "OswaldBold", sans-serif !important;font-size:18px}
.konnect-blog-details-area ul.sticky-left-title-link li{
margin-top:5px}
ul.sticky-left-title-link li a {
    font-size: 16px;
    line-height: 21px;
    display: block;
    padding: 5px 5px;
}
ul.sticky-left-title-link li a:hover, ul.sticky-left-title-link li a:focus{    background: #e1e1e1;    transition: all .3s linear;}
ul.sticky-left-title-link li a.active { background: #e1e1e1;    transition: all .3s linear; }


progress {
  width: 100%;
  position: fixed;
  height: 6px;
  appearance: none;
  background-color: transparent;
  border: none;    top: 0;
  color: #0C036E;z-index:333
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: #0C036E;
}

progress::-moz-progress-bar {
  background-color: #0C036E;
}

@media only screen and (max-width: 767px) {
	.pr-0{padding-right:15px !important}
	.pl-0{padding-left:15px !important}
	.amazon-more-products .custom-row  .product-content {
    text-align: left;
    margin-top: 25px;
}
.konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info h2, .konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info h3, .konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info h4, .konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info h5, .konnect-blog-details-area .blog-details-sticky-title-wrap .sticky-post-info .short-info h6 {
    font-size: 20px;
    line-height: 30px;

}
	
.konnect-product-area .product-active  .product-content {

    margin-top: 20px;
}
}

.konnect-blog-top-area .blog-top-middle-side .title {
    font-size: 30px;
    margin-top: 0;
}

#sticky-sidebar.fixed {
    z-index:111
}

.konnect-blog-details-area .blog-sidebar .cta-banner .title {
    font-size: 14px;
}
#author-book a.btn {
    font-size: 14px;font-weight:500
    
}
.blog-top-left-side ul li a span.rpwwt-post-title, .rpwwt-post-author{
	font-size:14px
}

.blog-top-left-side .widget .widget-title {
 
    padding-left: 0;
}

#related_posts_thumbnails li {
    margin-bottom: 15px;  border-right: 0px solid #dddddd;

}
#related_posts_thumbnails li {
    border-right: 0px solid #dddddd !important;
   
}
#related_posts_thumbnails a.relpost_content {
 
    padding-top: 0px;
}
.konnect-blog-details-area ul.sticky-left-title-link li {
    margin-top: 5px;
    list-style: none;
}

.blog-details-inner-text p{margin-bottom:15px}

.blog-details-content-wrap button, .blog-details-content-wrap input[type="button"], .blog-details-content-wrap input[type="reset"], .blog-details-content-wrap input[type="submit"] {
    border: 1px solid;
    border-color: #045cb4;
    border-radius: 3px;
    background: #045cb4;
    color: #fff;

    padding: 15px 18px;
    margin-top: 15px;
}

.konnect-blog-details-area .entry-title {
    font-size: 30px;
    line-height: 40px;
}

.content-area img {
    border-radius: 7px;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
    line-height: 0;
}
.rpwwt-widget ul li div {
    float: left;
    margin-right: 8px;
    font-size: 14px;
}

/* Custom css */

.amazon-more-products .custom-row {
    padding: 10px;
    background: #fff;
    margin: 20px 10px;
    box-shadow: 0 8px 10px 0 rgba(123, 123, 123, .2);
    -webkit-box-shadow: 0 8px 10px 0 rgba(123, 123, 123, .2);
    -moz-box-shadow: 0 8px 10px 0 rgba(123, 123, 123, .2);
}

.amazon-more-products .custom-row .product-content .title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    margin-top:0px;

    text-align: left;
    font-weight: 700;
}
.amazon-more-products .custom-row .product-content .price {

    text-align: left;
}

.amazon-more-products .custom-row  .product-content {
    text-align: left;
}
.amazon-more-products .custom-row .product-content a.btn:hover{background:#045cb4}
.amazon-more-products .custom-row .product-thumb a img {
    border: 1px solid#0C036E;
    /* border-radius: 8px; */
    box-shadow: 0 8px 10px 0 rgb(123 123 123 / 77%);
/*     padding: 8px; */
}


/* Custom css */
.amazon-journal-sidebar .tab-content{margin:0px;padding:10px}
.amazon-journal-sidebar .tab-content ul{

    max-height: 550px;
    overflow-y: scroll;
}
.amazon-journal-sidebar .tab-content  ul li {
    border-bottom: 1px solid #045cb4;
    line-height: 35px;
    margin-bottom: 5px;
}
.amazon-journal-sidebar .tab-content ul li a {
    padding-left: 35px;
}
.amazon-journal-sidebar .nav-tabs .nav-item.show .nav-link, .amazon-journal-sidebar .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #045cb4;font-size: 15px;
    border-color: #045cb4;
    border-radius: 0;
}
.amazon-journal-sidebar .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}
.amazon-journal-sidebar .nav-link {
    display: block;font-size: 15px;
   padding: 10px 24px;
    color: #000;

}
.amazon-journal-sidebar .tab-content ul li a {
    font-size: 14px;
    padding: 10px;
    display: block;
    line-height: 18px;
}

.amazon-journal-sidebar .tab-content ul li a:hover {
    background-color: #045cb4;
    color: #fff;
}
.amazon-journal-sidebar .tab-content ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
/* 	border-radius: 10px; */
	background-color: #F5F5F5;
}

.amazon-journal-sidebar .tab-content ul::-webkit-scrollbar
{
	width: 8px;
	background-color: #0C036E;
}

.amazon-journal-sidebar .tab-content ul::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.amazon-more-products .journal-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    border: 2px solid #0C036E;


    height: 50px;
    font-size: 16px;
    color: #0C036E;
}

.widget_amazon_category_accordion_widget {
    border: 1px solid#045cb4;
}
.widget_amazon_category_accordion_widget .widget-title {
    /* margin-bottom: 0; */
    background: #045cb4;
    padding: 15px 10px;
}
.widget_amazon_category_accordion_widget .widget-title .title {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}
.btn-custom {
    font-size: 14px;
    padding: 15px 15px;
}