/*
Theme Name: Jagsness
Author: Aditya Chauhan
Author URI: http://techmind.co.in/
Version: 2.0
Text Domain: Jagsness
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*** for default theme's css ***/


/* Contact Form 7 Error Default CSS */

span.wpcf7-not-valid-tip {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 3px 10px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 13px;
}

.wpcf7-response-output {
    position: relative !important;
    padding: 12px 15px !important;
    margin-bottom: 0;
    border: 1px solid transparent !important;
    border-radius: 0.25rem !important;
    font-size: 18px !important;
}

.invalid .wpcf7-response-output {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.sent .wpcf7-response-output {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.failed .wpcf7-response-output {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}


/* error page design  */

.error_template {
    width: 900px !important;
    max-width: 100% !important;
    padding: 100px 15px;
    box-shadow: 0px 0px 33px rgb(0 0 0 / 6%);
    margin: 60px auto;
}

.error_template h1 {
    font-size: 100px;
    margin: 0;
}

.error_template h3 {
    font-size: 28px;
    margin: 0;
}

.error_template p {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0;
}

.error_template p a {
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 40px;
    text-decoration: none !important;
}


/* when page is empty  */

.singular_page:empty {
    position: relative;
    padding: 50px 50px;
    background: #0000001f;
    width: 900px;
    max-width: 95%;
    margin: 250px auto 90px;
    color: #3a5766;
    font-size: 50px;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 19%);
}

.singular_page:empty::before {
    position: absolute;
    content: "Page is not Created Yet";
    content: attr(data-pageName) " page is not created yet";
    width: 540px;
    max-width: 100%;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width:992px) {
    .singular_page:empty {
        font-size: 42px;
        margin: 220px auto 80px;
    }

    .singular_page:empty::before {
        width: 480px;
    }
}

@media screen and (max-width:768px) {
    .singular_page:empty {
        font-size: 36px;
        margin: 150px auto 70px;
    }

    .singular_page:empty::before {
        width: 400px;
    }
}

@media screen and (max-width:576px) {
    .singular_page:empty {
        font-size: 32px;
        margin: 120px auto 60px;
    }

    .singular_page:empty::before {
        width: 320px;
    }
}

/* Blog Posts Default Design */

:root {
    --main-color: #7f54b3;
    --main-color-opacaity: #7f54b354;
    --dim-gray: #6d6d6d;
    --white-color: #fff;
    --black-color: #000;
    --gold-color: #ffa534;
}

img {
    max-width: 100%;
}

#single-post .jn-featured-image img {
    width: 100%;
}

#single-post #post-1 {
    padding: 40px;
    background-color: var(--white-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#single-post .jn-post-info ul {
    padding: 0px;
    display: flex;
    background-color: var(--main-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px 0px;
    margin-bottom: 45px;
}


#single-post .jn-post-info ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid var(--white-color);
    border-right-style: dotted;
    padding: 0px 17px;
    color: var(--white-color);
}

#single-post .jn-post-info ul li:last-child {
    border: none;
}

#single-post .jn-post-heading {
    font-size: 35px;
    line-height: 1.2;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 20px;
}

#single-post .jn-desc_wrap p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--black-color);
    font-weight: 400;
}

#single-post .jn-desc_wrap h4 {
    font-size: 30px;
    color: var(--black-color);
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 50px;
}

#single-post .jn-desc_wrap h4::after {
    content: "";
    position: absolute;
    width: 110px;
    border-bottom: 2px solid var(--main-color);
    border-bottom-style: dotted;
    right: 0px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    max-width: 100%;
}


#single-post .jn-desc_wrap ol li,
#single-post .jn-desc_wrap ul li {
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--main-color);
}

#single-post .jn-desc_wrap ol li p {
    color: var(--main-color);
}

#single-post hr {
    margin: 50px 0px;
}


#single-post h3 {
    font-size: 22px;
    color: var(--black-color);
    margin-bottom: 20px;
    font-weight: 700;
}

#single-post .alignnone {
    margin: 25px 0px;
    box-shadow: #959da533 0px 8px 24px;
}

#single-post blockquote {
    padding: 50px;
    background-color: var(--main-color-opacaity);
    margin: 0px;
    box-shadow: #63636333 0px 2px 8px 0px;
    border-radius: 12px;
}


@media (max-width: 767.98px) {
    #single-post .jn-post-heading {
        font-size: 25px;
    }

    #single-post .jn-desc_wrap h4 {
        font-size: 22px;
        margin-top: 30px;
    }

    #single-post blockquote {
        padding: 35px;
    }

    #single-post .jn-post-info ul li {
        font-size: 16px;
    }

    #single-post h3 {
        font-size: 18px;
    }
}



/* header */

header {
    position: sticky;
    z-index: 99;
    top: 0;
    background: #fff;
    border-bottom: 3px solid #50aa49;
}

header .navbar-nav {
    /* margin: 0 auto; */
    margin-left: auto;
}

a.navbar-brand img {
    width: 130px;
}

header .navbar {
    padding: 0px 0px;
}

header .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: 0.5s ease;
    text-align: center;
}

header a.nav-link.active {
    font-weight: 600;
    color: #023588 !important;
}

header .nav-link:hover {
    color: #023588;
    transition: 0.5s ease;
}

.btn-wrap {
    margin-left: 35px;
}

header .btn-wrap .btn {
    background-color: #023588;
    color: #fff;
    border-radius: 7px;
    padding: 10px 25px;
    font-size: 16px;
}


header .mobile-view {
    display: none;
    margin-left: 0px;
    margin-left: auto;
    padding: 0px;
    margin-right: 32px;
}


@media (max-width: 991.98px) {
    header .nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 16px;
    }

    .btn-wrap {
        display: none;
    }

    .mobile-view {
        display: block !important;
    }

    header .navbar-nav {
    padding-bottom: 25px;
}
}

/* form */



.form-sec input {
    padding: 10px 18px;
    border-radius: 0px;
}

.form-sec .form-group {
    margin-bottom: 20px;
}

.form-sec .btn {
    background-color: #023588;
    color: #fff;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 600;
    padding: 8px 18px;
    border: 1px solid #023588;
}


.form-sec .btn:hover {
    background-color: #023588;
    color: #fff;
}

@media (max-width: 991.98px) {

    .form-sec input {
        padding: 8px 18px;
    }

    .form-sec .btn {
        padding: 6px 18px;
    }
}


/* footer */

.main-footer {
    padding: 70px 0px 40px;
    background-color: #023588;
}

.footer-logo img {
    width: 110px;
    max-width: 100%;
    margin-bottom: 20px;
}

.main-footer .footer-menu .hdng {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.main-footer .footer-menu ul {
    padding: 0px;
    margin: 0px;
}

.main-footer .footer-menu ul li {
    list-style: none;
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.main-footer .footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: 0.5s ease;
}

.main-footer .footer-menu ul li a:hover {
    color: #50aa49;
}

.top-footer .wrap p {
    width: 370px;
    max-width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.top-footer {
    border-bottom: 2px solid #50aa49;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


.main-footer .copyright {
    text-align: center;
}

.main-footer .copyright p {
    font-size: 16px;
    color: #fff;
    margin: 0px;
    line-height: 1.5;
    font-weight: 400;
}

.main-footer .copyright p a{
    color: #fff!important;
    text-decoration: underline;
}

.main-footer .main-details li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

.main-footer .main-details li img {
    position: relative;
    top: 5px;
}

.elementor-2 .elementor-element.elementor-element-a3ab509 img {
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .main-footer {
        padding: 50px 0px 30px;
    }

    .top-footer .wrap p,
    .main-footer .footer-menu .hdng,
    .main-footer .footer-menu ul li {
        font-size: 16px;
    }

    .main-footer .copyright p {
        font-size: 14px;
    }
}


/* contact form  */

.contact-form-sec br {
    display: none;
}

.contact-form-sec label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 2px;
}

.contact-form-sec input,
.contact-form-sec textarea {
    width: 100%;
    padding: 10px 10px;
    background-color: #0235881c;
    border: none;
}

.contact-form-sec .form-group {
    margin-bottom: 22px;
}

.contact-form-sec .btn {
    background-color: #023588;
    color: #fff;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 20px;
}

.contact-form-sec input[type="radio"] {
    width: unset;
}

.radioBtn span.wpcf7-form-control-wrap span.wpcf7-list-item label {
    display: flex;
    flex-wrap: wrap;
    width: 80px;
    align-items: center;
}

.radioBtn span.wpcf7-form-control-wrap span.wpcf7-list-item {
    margin: 0;
    margin-right: 20px;
}

.radioBtn span.wpcf7-form-control-wrap span.wpcf7-list-item label input {
    margin-right: 6px;
}

#click_01,#click_02,#click_03,#click_04,#click_05{
	cursor:pointer;
}