/*!
Theme Name: eTatvaSoft
Theme URI: http://underscores.me/
Author: TatvaSoft
Author URI: https://www.tatvasoft.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: etatvasoft
*/

.blog-listing .pagination-wrapper .pagination li span, .blog-listing .pagination-wrapper .pagination li a {
    width: 3.5rem;
    height: 3.5rem;
    color: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
}

.blog-listing .pagination-wrapper .pagination li span.page-numbers.current {
    background: #821549;
    color: #fff;
    pointer-events: none;
}

.blog-listing .pagination-wrapper .pagination li a:hover {
    background-color: #f8f8f8;
}

.blog-comment-section .comment-outer .write-comment-wrapper .comment-inner .reply-part .reply-to-comment a {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
    color: #821549;
    font-family: "Open Sans", sans-serif;
    position: relative;
    cursor: pointer;
}

.comment-respond #cancel-comment-reply-link {
    display: none;
}

@media(max-width:991px) {
    .blog-listing .pagination-wrapper .pagination li span, .blog-listing .pagination-wrapper .pagination li a {
        width: 3rem;
        height: 3rem;
        font-size: 1.4rem;
    }
}

/* contact-form(16-10-2019) */

form.comment-form .form-group textarea {
    margin: 30px 0 0;
}

.write-comment-wrapper .comment-respond form.comment-form .form-group textarea.active, .write-comment-wrapper .comment-respond form.comment-form .form-group textarea {
    padding: 0;
}

.write-comment-wrapper .comment-respond form.comment-form .form-group textarea.active, .write-comment-wrapper .comment-respond form.comment-form .form-group input[type=text].active {
    height: 100%;
    border-width: 1px;
}

.write-comment-wrapper .comment-respond .form-submit {
    margin-top: 20px;
    padding: 0 5px;
}

.comment-section-wrapper ol {
    list-style: none;
    padding: 0;
}

.comment-list>li {
    position: relative;
    padding: 21px 30px 5px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .03);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .09);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.blog-comment-section .comment-list .comment .comment-author {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}

.blog-comment-section .comment-body cite {
    font-style: normal;
}

.blog-comment-section .comment-list .comment .commentmetadata>a {
    font-size: 1.4rem;
    line-height: 1;
    color: #212121;
}

.blog-comment-section .comment-list .comment .comment-detail {
    margin-top: 15px;
}

.blog-comment-section .comment-list .comment .comment-detail p {
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #212121;
    font-family: Merriweather, serif;
    line-height: 1.8;
}

.blog-comment-section .comment-list .comment .comment-detail .morecontent .morelink {
    color: #212121;
    font-family: Merriweather, serif;
    text-decoration: underline;
    display: inline-block;
}

.blog-comment-section .comment-list .reply-part {
    margin: 15px 0 22px;
}

.blog-comment-section .comment-list .reply-part .comment-reply-link {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
    color: #821549;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}

.blog-comment-section .comment-list .reply-part .comment-reply-link img {
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.blog-comment-section .comment-list ol.children li {
    position: relative;
    margin: 1.5rem 2rem 0 5rem;
    padding-top: 2.9rem;
    border-top: 1px solid #ccc;
}

.reply-part.hide-reply-text {
    display: none;
}

.blog-comment-section .comment .comment-respond {
    padding-top: 10px;
}

.contact-form-section span.wpcf7-not-valid-tip {
    color: #ff4d4d;
    font-size: 14px;
    margin-top: 6px;
}


.contact-form-section .wpcf7-not-valid.form-control, .custome-dropdown.wpcf7-not-valid+.select2 .selection .select2-selection {
    border-color: #ff4d4d;
}

div.wpcf7 .ajax-loader {
    background-image: url("public/css/ajax-loader.svg");
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
}

#commentform input.error, #commentform textarea.error {
    border-width: 0 0 1px 0 !important;
    border-bottom-color: #ff4d4d;
    opacity: 1;
}

.comment-form #email-error {
    display: none !important;
}

.comment-awaiting-moderation {
    font-size: 16px;
    padding-top: 3px;
    color: #212121;
    display: inline-block;
}

.comment-form-wrapper {
    opacity: 0;
    visibility: hidden;
}

.comment-form-wrapper.visible {
    opacity: 1;
    visibility: visible;
}

.wpcf7-mail-sent-ok{
    border: none !important;
    color: #48ff00 !important;
    margin: 30px 0 0;
    font-size: 16px;
    text-align: center;
}
.wpcf7-mail-sent-failed {
    color: #ff4d4d;
    text-align: center;
    font-size: 16px;
    margin: 30px 0 0 0;
}
.blog-comment-section  .logged-in-as {
    margin-bottom: 0;
}

.blog-comment-section .logged-in-as a {
    color: #821549;
    padding-left: 3px;
    font-size: 18px;
}
.main-content .service-chooseus-wrapper{
    overflow:visible; 
}

.contact-form-div div.wpcf7-validation-errors{
    border: none;
    color: #ff4d4d;
    text-align: center;
    font-size: 16px;
    margin: 30px 0 0 0;
}
.blog-listing-inner-section .category-breadcrumb li{
    margin-bottom: 12px;
}

.comment .respond-wrapper{
    display: none;
}
.contact-form-section .btn-wrapper .btn-white {
    margin-left: 18px;
}


@media screen and (max-width:767px) {
    .blog-listing .blog-listing-inner-section .category-wrapper .category-listing-wrapper .category-listing{
        z-index: 4;
    }
    .blog-listing .blog-listing-inner-section .category-wrapper .category-listing-wrapper.sticky_cat h3{
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border: 1px solid #ffffff !important;
        background: #ffffff;
        z-index: 3;
    }
    .blog-listing .blog-listing-inner-section .category-wrapper .category-listing-wrapper .category-listing li a{
        padding:15px 25px !important;
    }
}


/* ======================= */
/* =====404 page start==== */
/* ======================= */

.error-page-not-found {
    padding: 100px 0;
}
.error-page-not-found .error-page-wrapper{
    max-width: 1199px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
.error-page-not-found .error-page-wrapper .page-not-found{
    font-size: 26px;
    color: #212121;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    margin-bottom: 10px;
    padding-top: 5px;
}
.error-page-not-found .error-page-wrapper .btn{
    min-width: 180px;
}
.error-page-not-found .error-page-wrapper h1{
    font-size: 180px;
    color: #821549;
    background: linear-gradient(318deg, rgba(141,54,95,1) 35%, rgba(1,49,134,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1;
    font-family:  Montserrat,sans-serif;
}
.error-page-not-found .error-page-wrapper p.search-again{
    line-height: 1.2;
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
    line-height: 1.3;
}
.error-page-not-found .error-page-wrapper h2{
    font-size: 40px;
    font-family: Montserrat,sans-serif;
    padding-bottom: 15px;
    line-height: 1.3;
}
.wp_syntax {
    width: auto !important;
    z-index: 1 !important;
}
.grecaptcha-badge {
    z-index: 4;
    bottom: 100px !important;
}

@media(max-width:991px){
    .error-page-not-found .error-page-wrapper h1{
        font-size: 160px;
    }
    .error-page-not-found .error-page-wrapper h2{
        font-size: 36px;
    }
    .error-page-not-found .error-page-wrapper .page-not-found{
        font-size: 24px;
    }
    .error-page-not-found .error-page-wrapper p.search-again{
        font-size: 18px;
    }
}

@media(max-width:767px){
    .error-page-not-found .error-page-wrapper h1{
        font-size: 120px;
    }
    .error-page-not-found .error-page-wrapper h2{
        font-size: 28px;
    }
    .error-page-not-found .error-page-wrapper .page-not-found{
        font-size: 20px;
    }
    .error-page-not-found .error-page-wrapper p.search-again{
        font-size: 14px;
    }
}
@media(max-width: 375px){
    .error-page-not-found .error-page-wrapper h1{
        font-size: 100px;
    }
    .error-page-not-found .error-page-wrapper h2{
        font-size: 24px;
    }
    .error-page-not-found .error-page-wrapper .page-not-found{
        font-size: 18px;
    }
    .error-page-not-found{
        padding: 50px 0 ;
    }
}
/* ===================== */
/* =====404 page end==== */
/* ===================== */
@media print {
    .blog-details-section .container {
        margin: 0 auto;
        padding-left: 0 !important;
    }
    .blog-details-section .container .blog-detail-aside{  
        display: none;
    }
      
}
.blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper h3 a,
.blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper h4 a {
	font-size: inherit;
	line-height: inherit;
}
/* 08-07-2020 */
body .blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper ol li ul>li,
body .blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper ol li ol>li, 
body .blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper ul li ol>li,
body .blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper ul li ul>li {
    margin-bottom: 0.8rem;
}
body .blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper ol li ul,
body .blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper ol li ol, 
body .blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper ul li ol,
body .blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper ul li ul {
    padding-top: 1.5rem;
    margin-bottom: 1rem;
}

.blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper blockquote + h2,
.blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper blockquote + h3 {
    padding-top: 0;
}
.blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper blockquote ol:last-of-type,
.blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper blockquote ul:last-of-type {
    margin-bottom: 0;
}


.breadcrumbs-wrapepr {
    margin-bottom: 20px;
}
.breadcrumbs-wrapepr ul.breadcrumbs {
    display: flex;
    margin: 0;
}
.breadcrumbs-wrapepr ul.breadcrumbs li {
    margin: 0;
    font-size: 16px;
    line-height: 1.22;
}
.breadcrumbs-wrapepr ul.breadcrumbs li a {
    font-size: inherit;
    line-height: inherit;
    color: #821549;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-right: 5px;
    padding-bottom: 0;
}
.breadcrumbs-wrapepr ul.breadcrumbs li:last-child a:after {
    display: none;
}
.breadcrumbs-wrapepr ul.breadcrumbs li a:after {
    position: absolute;
    content: "";
    background-image: url(public/images/blue-down-arrow.svg);
    background-size: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    right: 0;
    top: 3px;
    transform: rotate(-90deg);
}
.blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper ol li a, 
.blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper p a, 
.blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .content-wrapper ul li a {
    word-break:break-word !important;
    display:inline !important;
}
header .navigation .menu-navigation li .mega-menu .container .mega-menu-inner .mega-menu-block .mega-menu-block-inner ul li.full-width {
    width: 100%;
}
body header .navigation .menu-navigation li .mega-menu .container .mega-menu-inner .mega-menu-block .mega-menu-block-inner hr {
    margin: 25px 0 10px;
}

.post-meta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.post-meta-wrapper .category-breadcrumb li {
    margin-bottom: 14px;
}
.post-meta-wrapper .addthis_toolbox ul {
    display: flex;
    align-items: center;
    margin: 0;
}
.post-meta-wrapper .addthis_toolbox ul li:last-child{
    margin-right: 0;
}
.post-meta-wrapper .addthis_toolbox ul li {
    margin: 0 20px 14px 0;
}
.blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .post-meta-wrapper .category-breadcrumb{
    margin-bottom: 0;
}
.blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .banner-image img{
    width: 100%;
}
@media screen and (max-width: 767px){
    .post-meta-wrapper {
        display: block;
    }
    .blog-details-section .container .blog-detail-main .blog-detail-content-wrapper .blog-detail-inner .post-meta-wrapper .category-breadcrumb {
        margin-bottom: 5px;
    }
}
@media (min-width: 992px) {
    header .navigation .menu-navigation li .mega-menu .container .mega-menu-inner .mega-menu-block.mega-menu-block3 .mega-menu-block-inner:first-child ul {
        min-height: 135px;
    }
}