* {
    font-family: "Inter", sans-serif;
}

.page-width {
    max-width: 1656px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 0%;
    margin: 0;
}

h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0%;
    margin: 0;
    color: #000000;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #000000;
}

p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000000;
}

.btn-site {
    border: 2px solid #284378;
    max-width: 259px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 14px 11px 14px 16px;
    border-radius: 10px;
    text-decoration: none;
    color: #284378 !important;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    min-height: 50px;
    align-items: center;
    transition: all 0.4s ease;
}

.btn-site:hover {
    color: #fff !important;
    background: #284378;
}

/* ==== header css start ====== */
.header-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
}

.header-wrapper nav.main-menu>ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    max-width: 750px;
    margin: 0 auto;
    justify-content: space-between;
}

header.site-header {
    padding: 18px 0px 17px;
}

.header-wrapper nav.main-menu>ul>li>a {
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    text-decoration: none;
}

.header-wrapper .header-social {
    display: flex;
    justify-content: flex-end;
    gap: 10.94px;
}

.header-wrapper .header-social>a {
    max-width: 31.81px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #284378;
    aspect-ratio: 1;
    border-radius: 10px;
}

.header-wrapper .header-social>a i {
    color: #fff;
}

/* ==== header css end  ====== */
/* ==== hero banner css start  */
section.hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 645px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

section.hero .hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.hero>.page-width {
    width: 100%;
}

section.hero .hero-right {
    max-width: 547px;
    width: 100%;
}

section.hero .hero-right>img {
    width: 100%;
}

section.hero .hero-content h1 {
    margin-bottom: 14px;
    color: #000;
}

section.hero .hero-left p {
    margin-bottom: 37px;
}

/* ==== logo-banner-css start */
section.company-logo {
    background: rgb(40 67 120 / 5%);
}

section.company-logo .logo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

section.company-logo .logo-grid .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 23px 0px 17px;
}

section.company-logo .logo-grid .logo-item:last-child {
    justify-content: flex-end;
}

section.company-logo .logo-grid .logo-item:nth-child(2) {
    border-left: 1px solid rgb(24 124 65 / 20%);
    border-right: 1px solid rgb(24 124 65 / 20%);
}

/* ==== about us css ==== */

section.about-john-section {
    padding: 70px 0px 70px;
}

section.about-john-section .about-header {
    display: grid;
    align-items: center;
    margin-bottom: 60px;
    grid-template-columns: 37% 63%;
}

.section-title span.line {
    max-width: 299px;
    width: 100%;
    background: #284378;
    display: block;
    height: 3px;
    margin-bottom: 32px;
}

section.about-john-section .about-header .quote-box {
    padding-left: 11px;
    border-left: 5px solid #284378;
}

section.about-john-section .about-header .quote-box p {
    margin: 0;
    line-height: 28px;
    letter-spacing: 0%;
    font-size: 16px;
    color: #212529;
}

section.about-john-section .about-content {
    display: grid;
    grid-template-columns: 48.6% 45.4%;
    justify-content: space-between;
}

section.about-john-section .about-content .about-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 29px;
    color: #212529;
}

section.about-john-section .about-content .about-image img {
    width: 100%;
}

/* current-news section css start */
section.news-section {
    background: rgb(40 67 120 / 5%);
    padding: 70px 0px 70px;
}

section.news-section .news-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

section.news-section .news-slider .news-item.slick-slide {
    margin: 0 33px;
}

section.news-section .news-slider .news-item.slick-slide .news-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}

section.news-section .news-slider .news-item.slick-slide a {
    text-decoration: none;
}

section.news-section .news-slider .news-item.slick-slide .news-card img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

section.news-section .news-slider .news-item.slick-slide .news-card>.overlay {
    position: absolute;
    bottom: 19px;
    padding: 0 27px;
    box-shadow: 0px 0px 4px 0px #000000B2;
    z-index: 2;
}

section.news-section .news-slider .news-item.slick-slide .news-card>.overlay h3 {
    color: #fff;
    margin: 0;
}

section.news-section .news-slider .news-item.slick-slide .news-card:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.73%, #000000 100%);
}

section.news-section .news-slider .news-item.slick-slide span.news-date {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #284378;
}

section.news-section .news-slider .news-item.slick-slide span.news-date span {
    color: #000000;
}

section.news-section .news-slider .news-item.slick-slide span.news-date span label {
    padding-right: 5px;
    color: #ACACAC;
    padding-left: 2px;
}

section.news-section .news-slider .slick-list {
    margin: 0 -32px;
}

section.news-section .news-arrows,
section.gallery-section .gallery-top .gallery-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
    gap: 9px;
}

section.news-section .news-arrows button.slick-arrow,
section.gallery-section .gallery-top .gallery-arrows button.slick-arrow {
    border: 2px solid #284378;
    max-width: 39px;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    background: #fff;
}

/* ==== gallery section css start ==== */
section.gallery-section {
    padding: 70px 0px 70px;
}

section.gallery-section .gallery-top {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 95% 1fr;
}

section.gallery-section .gallery-top .gallery-arrows {
    margin: 0;
}

section.gallery-section .gallery-top .gallery-arrows {
    margin: 0;
}

section.gallery-section .gallery-slider {
    margin: 0 -30px;
}

section.gallery-section .gallery-slider .gallery-item {
    margin: 0 20px;
}

section.gallery-section .gallery-slider .gallery-item .gallery-image img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    min-height: 300px;
}

section.gallery-section .gallery-slider .gallery-item h3 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;
    margin: 39px auto 17px;
    max-width: 270px;
    line-height: normal;
    min-height: 40px;
}

section.gallery-section .gallery-slider .gallery-item a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 10px;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    font-weight: 600;
    color: #284378;
}

/* ==== footer css start ===== */
footer.site-footer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 48px 0px 0px;
}

footer.site-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(40 67 120 / 97%);
}

footer.site-footer .footer-wrapper {
    display: grid;
    position: relative;
    z-index: 2;
    grid-template-columns: 25.9% 19.3% 14% 23.07%;
    justify-content: space-between;
    padding-bottom: 78px;
    width: 100%;
}

footer.site-footer .footer-wrapper .footer-col h4 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 18px;
    line-height: normal;
}

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

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
}

footer.site-footer .footer-wrapper .footer-col p {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #fff;
    margin: 7px 0px 14px;
}

footer.site-footer .footer-wrapper .footer-col a.footer-readmore {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #fff;
}

footer.site-footer .footer-wrapper .footer-col ul.footer-contact li {
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #fff;
    display: flex;
    gap: 9px;
    align-items: flex-start;
}

footer.site-footer .footer-wrapper .footer-col ul.footer-contact li>img {
    max-width: 18px;
    position: relative;
    top: 6px;
}

footer.site-footer .footer-wrapper .footer-col .footer-social a img.down-icon {
    max-width: 20px;
    width: 100%;
}

#menu-footer>li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

#menu-footer>li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

#menu-footer>li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}

#menu-footer>li:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
}

#menu-footer>li:nth-child(5) {
    grid-column: 2;
    grid-row: 1;
}

#menu-footer>li:nth-child(6) {
    grid-column: 2;
    grid-row: 2;
}

#menu-footer>li:nth-child(7) {
    grid-column: 2;
    grid-row: 3;
}

footer.site-footer .footer-wrapper .footer-col ul.footer-contact li i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

footer.site-footer .footer-wrapper .footer-col ul#menu-footer {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(4, auto);
    gap: 16px 0px;
}

footer.site-footer .footer-wrapper .footer-col ul#menu-footer li {
    max-width: 100%;
    width: 100%;
}

footer.site-footer .footer-wrapper .footer-col ul#menu-footer li a {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}

footer.site-footer .footer-wrapper .footer-col ul#menu-footer li a:after {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

footer.site-footer .footer-wrapper .footer-col form.newsletter-form {
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 21px;
}

footer.site-footer .footer-wrapper .footer-col form.newsletter-form input[type="email"] {
    background: transparent;
    border: 0;
    max-width: 330px;
    width: 100%;
    padding: 6px 10px;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #fff;
    opacity: 1;
    min-height: 39px;
}

footer.site-footer .footer-wrapper .footer-col form.newsletter-form input[type="email"]::placeholder {
    color: #fff;
}

footer.site-footer .footer-wrapper .footer-col form.newsletter-form button {
    background: transparent;
    color: #fff;
    border: 0;
    padding: 0 11px;
}

footer.site-footer .footer-wrapper .footer-col .footer-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

footer.site-footer .footer-wrapper .footer-col .footer-social a {
    color: #fff;
    font-size: 22px;
}

footer.site-footer .footer-bottom {
    position: relative;
    border-top: 1px solid #FFFFFF;
    z-index: 1;
    text-align: center;
    padding: 13px 0px;
}

footer.site-footer .footer-bottom p {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 20%;
    text-transform: uppercase;
    color: #fff;
}

footer.site-footer .footer-wrapper form .wrapper-inpout {
    display: flex;
    max-width: 375px;
    width: 100%;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    margin-bottom: 21px;
}

footer.site-footer .footer-wrapper form .wrapper-inpout p {
    margin: 0;
    position: relative;
}

footer.site-footer .footer-wrapper form .wrapper-inpout input {
    box-sizing: border-box;
    width: 100%;
    padding: 11px 13px;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    outline: none;
    box-shadow: none;
}

footer.site-footer .footer-wrapper form .wrapper-inpout p span.wpcf7-spinner {
    position: absolute;
    right: 15px;
    top: 9px;
    margin: 0;
}

footer.site-footer .footer-wrapper form .wrapper-inpout input::placeholder {
    color: #fff;
}

body.search .not-found {
    position: relative;
    max-width: 1200px;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 25px 60px rgba(15, 23, 42, .25);
    background: #314076;
    padding: 60px 40px;
}

footer.site-footer .footer-wrapper form .wpcf7-response-output {
    border: 0;
    padding: 7px;
    margin: 29px 0 10px;
    color: #dc3232;
    background: #fff;
    font-size: 16px;
}

footer.site-footer .footer-wrapper form .wrapper-inpout input.wpcf7-submit {
    font-size: 0;
    background-image: url(https://simpleseogroup.co/jss/wp-content/uploads/2026/07/Vector-2-2.png);
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    min-width: 50px;
    width: 100%;
}

footer.site-footer .footer-wrapper form .wrapper-inpout span.wpcf7-not-valid-tip {
    position: absolute;
}

.accordion-content {
    display: none;
    padding-top: 25px;
}

.accordion-item.active>.accordion-content {
    display: block;
}

.accordion-item.active>.accordion-content {
    display: block;
}


.about-john-section .about-header {
    padding-top: 70px;
}

section.about-john-section .about-header h2 {
    color: #000;
}


/* 13 july 26 */
.inner-page-banner-content .breadcrumb {
    margin: 0;
    line-height: 32px;
}

.inner-page-banner {
    padding: 35px 0px 35px;
}

.about-john-footer {
    padding: 17px 30px;
}

section.appearances-section .accordion-item {

    border: 0;

    margin-bottom: 20px;

}

section.appearances-section .accordion-item.active {

    margin-bottom: 0;

}

section.appearances-section .accordion-item.active .accordion-header {

    width: 100%;

    border: 1px solid #28437826;

    background: #F4F6F8;

    color: #284378;

}

section.appearances-section .accordion-item .accordion-header {

    width: 100%;

    text-align: left;

    padding: 12px 20px;

    font-size: 25px;

    font-family: 'Inter';

    font-weight: 600;

    background: #284378;

    color: #fff;

    border: 0;

    display: flex;

    justify-content: space-between;

    border-radius: 6px;

}

section.appearances-section .accordion-item.active .accordion-header .accordion-icon {

    background: #284378;

    width: 40px;

    height: 40px;

    color: #fff;

    text-align: center;

    border-radius: 6px;

}

section.appearances-section .accordion-wysiwyg-content .appearances-intro {

    display: flex;

    justify-content: space-between;

    gap: 40px;

    align-items: center;

}

section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-description p {
    font-size: 16px;
    line-height: 28px;
}

section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-description p:last-child {
    margin: 0;
}

section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-description {

    width: 100%;

    max-width: 900px;

}

section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-description p a {

    color: #000;

}

.engagement-grid {

    padding-block: 55px;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 13px;

    align-items: center;

}

.engagement-grid .engagement-item {

    background: #2843780D;

    border: 1px solid #2843781F;

    padding: 12px;

    color: #000000;

    font-size: 16px;

    font-weight: 500;

    font-family: 'Inter';

    position: relative;

    padding-left: 22px;

    border-radius: 7px;

}

.engagement-grid .engagement-item:before {

    content: '';

    position: absolute;

    width: 8px;

    height: 8px;

    top: 50%;

    transform: translateY(-50%);

    border-radius: 50%;

    background: #284378;

    left: 7px;

}

section.appearances-section .accordion-item .accordion-header .accordion-icon {
    background: #fff;
    width: 40px;
    height: 40px;
    color: #284378;
    text-align: center;
    border-radius: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
}

section.appearances-section .accordion-wysiwyg-content .appearances-intro img {

    width: 100%;

    max-width: 100%;

}

section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-image {
    width: 100%;
    max-width: 660px;

}

.contact-info-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.contact-info-wrapper .contact-info-image {
    flex: 1;
}

.contact-info-wrapper .contact-info-image img {

    width: 100%;

    display: block;

    border-radius: 18px;

    object-fit: contain;

    height: 450px;

}

.contact-info-wrapper .contact-info-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-wrapper .contact-info-content a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background: #f8f8f8;
    border-radius: 12px;
    text-decoration: none;
    color: #222;
    font-size: 17px;
    font-weight: 500;
    transition: .3s ease;
    box-shadow: inset 0 0 0 1px #e8e8e8;
}

.contact-info-wrapper .contact-info-content a:hover {
    background: #284378;
    color: #fff;
    transform: translateX(8px);
}

.contact-info-wrapper .contact-info-content a::before {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #284378;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-info-wrapper .contact-info-content a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #284378;
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.contact-info-wrapper .contact-info-content a:nth-child(2)::before {
    content: "\f3c5";
}

.contact-info-wrapper .contact-info-content a:nth-child(3)::before {
    content: "\f095";
}

.contact-info-wrapper .contact-info-content a:nth-child(4)::before {
    content: "\f0e0";
    /* Email */
}

.contact-info-wrapper .contact-info-content a:nth-child(4)::before {
    content: "✉";
}

.contact-info-wrapper .contact-info-content a:hover::before {
    background: #fff;
    color: #284378;
}

/* contact-us css end */
section.about-john-section .about-header {
    padding-top: 0;
}

section.about-john-section.book-marketing-sec .about-content {
    grid-template-columns: 33.6% 64.4%;
    padding-bottom: 40px;
    align-items: flex-start;
}

section.about-john-section.book-marketing-sec {
    padding-bottom: 20px;
}

section.about-john-section.book-marketing-sec .about-content .about-text {
    position: sticky;
    top: 10px;
}

section.about-john-section.book-marketing-sec .about-content .about-image img {
    width: 100%;
    max-height: 700px;
    object-fit: contain;
}

section.about-john-section.book-marketing-sec .about-header {
    margin-bottom: 10px;
}

body.page-template-template-about section.about-john-section {
    padding: 0 0 70px;
}

/* 404 page css  */
.defult-page-set {
    background: #fff;
    padding: 60px 20px;
}


.defult-page-set .content {
    text-align: center;
}

.defult-page-set .content .no-page {
    background: #314076;
    padding: 60px 40px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}


.defult-page-set .content .no-page>* {
    position: relative;
    z-index: 1;
}

.defult-page-set .content .entry-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px;
}

.defult-page-set .content .entry-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.defult-page-set .content .searchform {
    max-width: 550px;
    margin: 0 auto;
}

.defult-page-set .content .searchform div {
    display: flex;
    gap: 10px;
}

.defult-page-set .content .searchform input[type="text"] {
    flex: 1;
    height: 52px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #fff;
    color: #000;
    border-radius: 6px;
    font-size: 16px;
}

.defult-page-set .content .searchform input[type="submit"] {
    height: 52px;
    padding: 0 30px;
    color: #284378;
    border: 0;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    background: #fff;
}

.defult-page-set .content .searchform input[type="submit"]:hover {
    background: #fff;
    color: #284378;
}

.defult-page-set>.page-width {
    max-width: 1200px;
}

/* single-blog-page */
.all-content {
    padding: 50px 0px;
}

.all-content .navigation {
    display: flex !important;
    justify-content: space-between;
}

.all-content .navigation .nav-previous {
    float: unset;
    max-width: max-content;
    width: auto;
}

.all-content .navigation .nav-previous a,
.all-content .navigation .nav-next a {
    font-size: 15px;
    background: #314076;
    padding: 13px 20px;
    line-height: normal;
    display: block;
    max-width: max-content;
    color: #fff;
    transition: all 0.4s ease;
    border: 1px solid #314076;
}

.all-content .navigation .nav-previous a:hover,
.all-content .navigation .nav-next a:hover {
    color: #314076;
    background: transparent;
}

.all-content .navigation .nav-next {
    max-width: max-content;
    width: auto;
    float: unset;
}

.all-content>.post {
    padding: 20px;
    border: 1px solid #284378;
    margin: 30px 0px;
    box-shadow: 0px 0px 4px #ddd;
}

.all-content>.post h1.entry-title {
    margin-bottom: 20px;
    color: #314076;
    font-size: 35px;
    margin: 0 0 6px;
}

.all-content>.post .entry-meta {
    margin-bottom: 20px;
}

.all-content>.post .entry-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 20px 0;
    padding: 14px 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
    font-size: 15px;
    color: #6b7280;
    max-width: max-content;
}

.all-content>.post .entry-meta .meta-prep-author {
    color: #1f2937;
    font-weight: 700;
    font-size: 20px;
}

.all-content>.post .entry-meta .entry-date {
    color: #1f2937;
    font-weight: 600;
    transition: .3s;
}

.all-content>.post .entry-meta a {
    text-decoration: none;
    color: #1f2937;
    transition: .3s;
}

.all-content>.post .entry-meta a:hover {
    color: #0d6efd;
}

.all-content>.post .entry-meta .author {
    font-weight: 600;
}

.all-content>.post .entry-meta .meta-sep {
    color: #d1d5db;
    font-size: 0;
}

.entry-meta .meta-sep::before {
    content: "•";
    font-size: 20px;
    color: #383d74;
}

.all-content .navigation .nav-previous a span.meta-nav,
.all-content .navigation .nav-next a span.meta-nav {
    line-height: normal;
    position: relative;
    bottom: 2px;
}

.all-content>.post .entry-meta .author a::before {
    content: "👤 ";
    margin-right: 4px;
}

.featured-image {
    max-width: 700px;
    width: 100%;
}

.featured-image img {
    width: 100%;
}

.all-content>.post .entry-utility {
    font-size: 16px;
    color: #000;
    font-family: 'Inter';
}

.all-content>.post .entry-utility a {
    text-decoration: underline;
    color: #0066cc;
    font-size: 15px;
    text-transform: capitalize;
}

.all-content div#comments form#commentform p.form-submit input#submit:hover {
    background: #284378;
    color: #fff !important;
}

.all-content div#comments p.comment-form-comment label {
    display: block;
    font-size: 20px;
    margin: 16px 0px 10px;
    color: #000;
    font-weight: 700;
}

.all-content div#comments p.comment-form-comment textarea {
    background: transparent;
    border: 2px solid #ddd;
    box-shadow: none;
}

.all-content div#comments form#commentform p.form-submit input#submit {
    border: 2px solid #284378;
    max-width: 259px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 14px 11px 14px 16px;
    border-radius: 10px;
    text-decoration: none;
    color: #284378 !important;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    min-height: 50px;
    align-items: center;
    transition: all 0.4s ease;
    background: transparent;
}

/* single-blog-page */
section.our-team-section {

    background: hsl(220deg 50% 31% / 5%);

    padding: 70px 0;

}

section.our-team-section .section-title h2 {

    font-size: 30px;

    color: #000;

    font-weight: 700;

    font-family: 'Inter';

}

section.our-team-section .section-title {

    margin-bottom: 45px;

}

section.our-team-section .team-grid {

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    gap: 57px;

}

section.our-team-section .team-grid .team-card {

    width: 100%;

    max-width: calc(100% / 4 - 50px);

    position: relative;

    border-radius: 10px;

}

section.our-team-section .team-grid .team-card .team-card-content {

    position: absolute;

    bottom: 10px;

    padding-inline: 18px;

    display: flex;

    flex-direction: column;

    color: #fff;

    z-index: 2;

    width: 100%;

}

section.our-team-section .team-grid .team-card:after {

    content: '';

    position: absolute;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

    width: 100%;

    height: 35%;

    left: 0;

    bottom: 0;

    border-radius: 0 0 10px 10px;

}

section.our-team-section .team-grid .team-card .team-card-content h3 {

    font-size: 22px;

    margin-bottom: 0;

    line-height: 32px;

}

section.our-team-section .team-grid .team-card .team-card-content .team-position {
    font-style: italic;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
}

section.our-team-section .team-grid .team-card .team-card-content .team-email {
    border-top: 1px solid hsl(0deg 0% 100% / 20%);
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    gap: 9px;
    align-items: center;
    font-weight: 500;
}

.about-marketing-section {

    padding-bottom: 80px;

    padding-top: 0;

}

.about-marketing-section .about-marketing-image {
    width: 100%;
    max-width: 690px;
}

.about-marketing-section .about-marketing-image img {

    display: block;

    height: 100%;

}

.about-marketing-row .about-marketing-content p,
.about-marketing-row .about-marketing-content p a,
.about-john-section .about-paragraph p a,
.about-john-section .about-paragraph p,
.about-john-section .about-john-content p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 12px;
}

.about-john-content .about-john-footer p {
    color: #fff;
    margin-bottom: 0;
}

.about-marketing-section .about-marketing-row {

    gap: 50px;

}

.about-john-section .about-info-box {
    padding: 15px 20px 20px 20px;
    border-left: 4px solid #284378;
    border-radius: 10px;
    box-shadow: 0px 0px 50px 6px #00000030;
}

.about-john-section .about-info-box p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

.about-john-section .about-info-box p:last-child {
    margin: 0;
}

.about-john-section .about-paragraph {

    padding-block: 45px;

}

section.news-section .news-top .section-title {
    max-width: 300px;
    width: 100%;
}

.about-john-wrapper .about-john-card {

    border-radius: 10px 10px 10px 0px;

    box-shadow: 0px 0px 34px 0px #00000021;

}

.about-john-section .about-john-wrapper {
    justify-content: space-between;
    display: flex;
}

.about-john-wrapper .about-john-image img {

    height: 100%;

}

.about-john-wrapper .about-john-description {

    padding: 35px;

}

.about-john-section h2 {

    font-size: 30px;
    color: #284378;

}

.about-john-section .about-john-wrapper .about-john-content .section-title {
    width: 100%;
    padding-left: 134px;
    margin-left: 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    line-height: 1.4;
}

.inner-page-banner-content h1 {
    margin: 0 0 6px;
    color: #000;
}

.inner-page-banner-content .breadcrumb span {
    color: #000;
}

section.appearances-section {
    padding-top: 0px;
}

.inner-page-banner-content .breadcrumb {
    gap: 6px;
}

.about-john-section .about-john-wrapper .about-john-content {
    margin-left: -92px;
    width: calc(58% + 92px);
}

.about-john-section .about-john-wrapper .about-john-image {
    width: 42%;
}

.inner-page-banner-content .breadcrumb a {
    color: #284378;
    text-decoration: none;
    font-weight: 500;
}



.about-marketing-section .about-marketing-image {
    position: sticky;
    top: 0;
}

.about-marketing-section .about-marketing-row {
    align-items: center;
    display: flex;
    padding-bottom: 50px;
}

section.about-john-section p a {
    color: #000;
}

section.about-john-section .about-john-footer p a {
    color: #fff;
}

section.appearances-section .accordion-content .impact-podcast-section {
    display: flex;
    flex-wrap: wrap;
}

section.appearances-section .accordion-content .impact-podcast-section .impact-podcast-intro {
    width: 100%;
    margin-bottom: 20px;
}

section.appearances-section .accordion-content .impact-podcast-section .impact-testimonials {
    width: 100%;
    padding-right: 0;
}

section.appearances-section .accordion-content .impact-podcast-section .impact-podcast-footer {
    width: 100%;
    padding-left: 0;
}

section.appearances-section .accordion-content .impact-podcast-section .impact-podcast-intro .impact-podcast-image {
    /* width: 20%; */
    margin-bottom: 10px;
}

section.appearances-section .accordion-content .impact-podcast-section .impact-podcast-intro img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    display: block;
}

section.appearances-section .accordion-content .impact-podcast-section .impact-podcast-intro .impact-podcast-description {
    width: 100%;
}

section.appearances-section p br {
    display: none;
}

section.appearances-section a {
    display: inline;
    line-height: 1.2;
    color: #000;
    margin: 10px 0 0;
}

section.appearances-section .accordion-content .impact-podcast-section .impact-testimonials .impact-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

section.appearances-section .accordion-content .impact-podcast-section .impact-testimonials .impact-testimonial-author img {
    max-width: 120px;
    width: 100%;
    border-radius: 8px;
}

section.appearances-section .impact-testimonials .impact-testimonial-item {
    border-left: 4px solid #284378;
    padding-left: 1em;
    margin-bottom: 2em;
    padding-bottom: 1em;
}

.about-john-section .about-john-wrapper .about-john-content h2 {
    font-weight: 600;
}

section.appearances-section .accordion-content .impact-podcast-section .impact-testimonials .impact-testimonial-author a {
    margin: 0;
}

section.appearances-section .accordion-content .impact-podcast-section .impact-testimonials .impact-testimonial-author a br {
    display: none;
}

section.appearances-section .accordion-content p iframe {
    margin-inline: auto;
    display: block;
}

header.site-header {
    border-bottom: 1px solid hsl(0deg 0% 0% / 5%);
}

/* about page css */

.about-marketing-section {
    padding: 35px 0;
}

.about-marketing-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.about-marketing-content p {
    margin: 0 0 22px;
    color: #1d1d1d;
    font-size: 12px;
    line-height: 1.65;
}

.about-marketing-content p:last-child {
    margin-bottom: 0;
}

.about-marketing-section {
    padding: 35px 0;
}

.about-marketing-image {
    border-radius: 6px;
}

.about-marketing-image img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
}

.about-marketing-content {
    padding: 10px 0;
    width: 100%;
}

.about-marketing-content p {
    margin: 0 0 22px;
    color: #1d1d1d;
    font-size: 12px;
    line-height: 1.65;
}

.about-marketing-content p:last-child {
    margin-bottom: 0;
}

.about-john-section .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title .line {
    display: block;
    width: 200px;
    height: 2px;
    background: #2e4f87;
    margin-bottom: 14px;
}

.section-title h2 {
    margin: 0;
    line-height: 1.3;
    font-weight: 700;
}

.about-john-wrapper {
    align-items: end;
    position: relative;
}

.about-john-image {
    position: relative;
    z-index: 1;
}

.about-john-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 4px 0 0 4px;
}

.about-john-content {
    position: relative;
    z-index: 2;
    margin-left: -92px;
    padding-bottom: 0;
}

.about-john-section .section-title {
    margin-bottom: 20px;
}


.about-john-card {
    background: #fff;
}

.about-john-description {
    padding: 22px 24px 17px;
}

.about-john-description p {
    margin: 0 0 12px;
    line-height: 28px;
}

.about-john-description p:last-child {
    margin-bottom: 0;
}

.about-john-description a {
    color: #000;
    text-decoration: underline;
}

.about-marketing-content p:last-child {
    margin-bottom: 0;
}

.about-john-footer {
    padding: 13px 23px 15px;
    background: #2e4f87;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.about-john-footer a {
    color: #fff;
    text-decoration: underline;
}

.header-wrapper button.menu-toggle {
    display: none;
}

section.news-section.blog-all-sec.news {
    padding-top: 0;
}

section.gallery-section .gallery-top {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto 90px;
}

section.gallery-section .gallery-parent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 45px;
}

section.gallery-section .gallery-parent .gallery-item {
    margin: 0 20px;
}

section.gallery-section .gallery-parent .gallery-item .gallery-image img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    min-height: 300px;
}

section.gallery-section .gallery-parent .gallery-item h3 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;
    margin: 39px auto 0;
    max-width: 270px;
    line-height: normal;
    min-height: 40px;
}

section.gallery-section .gallery-parent .gallery-item span.photo-count {
    display: block;
    margin: 8px 0 12px;
    font-size: 13px;
    color: #777;
    font-weight: 500;
    text-align: center;
}

section.gallery-section .gallery-parent .gallery-item a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 10px;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    font-weight: 600;
    color: #284378;
}

section.blog-all-sec .news-parent .news-item {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #284378;
}

section.blog-all-sec .news-parent .news-item .news-card span.news-date a {
    padding-inline: 15px;
    background: #dfe9f4 !important;
    border-radius: 10px;
    padding: 6px 14px;
    color: #284378;
}

section.blog-all-sec .news-parent .news-item .news-card .blog-decrition {
    margin: 10px 0 20px 0px;
}

section.blog-all-sec .news-parent .news-item .news-card span.news-date span {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    color: #000;
}

.header-wrapper nav.main-menu>ul>li.current-menu-item>a {
    color: #284378;
}

section.news-section .news-slider .news-item.slick-slide a {
    color: #284378;
}

a:link {
    color: #000;
}

section.blog-all-sec .news-parent .news-item .news-card span.news-date label svg {
    fill: #000;
}

section.blog-all-sec .news-parent .news-item .news-card span.news-date {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

section.blog-all-sec .news-parent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

section.blog-all-sec .news-parent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

section.blog-all-sec .news-parent .news-item .news-card {
    position: static;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}

section.blog-all-sec .news-parent .news-item a {
    text-decoration: none;
}

section.blog-all-sec .news-parent .news-item .news-card img {
    width: 100%;
    height: 290px;
    object-fit: contain;
}

section.blog-all-sec .news-parent .news-item .news-card>.overlay h3 {
    color: #000;
}


section.blog-all-sec .news-parent .news-item.slick-slide span.news-date {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #284378;
}

section.blog-all-sec .news-parent .news-item.slick-slide span.news-date span {
    color: #000000;
}

section.blog-all-sec .news-parent .news-item.slick-slide span.news-date span label {
    padding-right: 5px;
    color: #ACACAC;
    padding-left: 2px;
}


/* Blog Pagination */
section.blog-all-sec .blog-pagination,
.gallery-sec-slug .blog-pagination {
    margin-top: 50px;
    width: 100%;
}

section.blog-all-sec .blog-pagination ul.page-numbers,
.gallery-sec-slug .blog-pagination ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

section.blog-all-sec .blog-pagination ul.page-numbers li,
.gallery-sec-slug .blog-pagination ul.page-numbers li {
    margin: 0;
    padding: 0;
}

section.blog-all-sec .blog-pagination .page-numbers a,
section.blog-all-sec .blog-pagination .page-numbers span,
.gallery-sec-slug .blog-pagination .page-numbers a,
.gallery-sec-slug .blog-pagination .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #284378;
    border-radius: 4px;
    color: #284378;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Current Page */
section.blog-all-sec .blog-pagination .page-numbers span.current,
.gallery-sec-slug .blog-pagination .page-numbers span.current {
    background: #284378;
    color: #fff;
    border-color: #284378;
}

/* Hover */
section.blog-all-sec .blog-pagination .page-numbers a:hover,
.gallery-sec-slug .blog-pagination .page-numbers a:hover {
    background: #284378;
    color: #fff;
    border-color: #284378;
}

/* Previous & Next Arrows */
section.blog-all-sec .blog-pagination .prev,
section.blog-all-sec .blog-pagination .next,
.gallery-sec-slug .blog-pagination .prev,
.gallery-sec-slug .blog-pagination .next {
    padding: 0 16px;
}

section.blog-all-sec .news-parent .news-item .news-card span.news-date a.eri {
    background: #000 !important;
    color: #fff;
}

section.blog-all-sec .news-parent .news-item .news-card span.news-date a.in-the-news {
    background: #284378 !important;
    color: #fff;
}

section.blog-all-sec .news-parent .news-item .news-card span.news-date span:last-child {
    max-width: 170px;
    width: 100%;
    font-size: 14px;
}

section.blog-all-sec .news-parent .news-item .news-card span.news-date a.john-shegerian {
    background: #117c11 !important;
    color: #fff;
}

footer.site-footer .footer-wrapper .footer-col ul.footer-contact li:nth-child(2) img {
    top: 2px;
}

section.gallery-section .gallery-slider .gallery-item a i {
    position: relative;
    top: 2px;
}

/* ==== gallry section css===== */
section.gallery-section .ngg-album-compact {
    margin: 0 30px !important;
    padding: 40px 0px 0px !important;
}

section.gallery-section .ngg-album-compact a img {
    background: #fff !important;
    border: 1px solid #ddd !important;
    position: relative;
    z-index: 2;
}

section.gallery-section .ngg-album-compact a img.Thumb {
    width: 100%;
}

section.gallery-section .ngg-album-compact .ngg-album-compactbox {
    max-width: 372px;
    margin: 0 auto !important;
    border: 0;
}

section.gallery-section .ngg-album-compact h4 {
    text-align: center;
    margin: 15px 0px 0px;
}

section.gallery-section .ngg-album-compact h4 a.ngg-album-desc {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;
    margin: 39px auto 17px;
    max-width: 265px !important;
    line-height: normal;
    min-height: 40px;
    color: #000;
}

section.gallery-section .gallery-slider .ngg-album-compact p.ngg-album-gallery-image-counter {
    display: none;
}

section.gallery-section .ngg-album-compact .ngg-album-compactbox::before {
    width: 103%;
    height: 108%;
    transform: rotate(3deg);
    background: #fff;
    border: 1px solid #ddd;
    top: -2%;
    left: 2%;
    box-shadow: 0px 0px 3px 1px #0000000D;
}

section.gallery-section .ngg-album-compact .ngg-album-compactbox::after {
    width: 105%;
    height: 105%;
    transform: rotate(-3deg);
    background: #fff;
    top: -2%;
    border: 1px solid #ddd;
    left: -2%;
    box-shadow: 0px 0px 3px 1px #0000000D;
}

section.gallery-section .ngg-albumoverview {
    margin: 0 !important;
}

section.gallery-section .ngg-album-compact a img.Thumb {
    width: 100%;
}

section.gallery-section .ngg-album-compact .ngg-album-compactbox .ngg-album-link {
    transform: rotate(-3deg);
}

section.gallery-section .gallery-slider .ngg-albumoverview .slick-list .ngg-navigation.slick-slide {
    display: none !important;
}

section.gallery-section .ngg-album-compact a.view-gallery-btn {
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    font-weight: 600;
    color: #284378;
    text-decoration: none;
    justify-content: center;
    width: 100%;
    display: flex;
}

section.gallery-section .ngg-album-compact a.view-gallery-btn:after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

section.gallery-section.gallery-sec-slug .ngg-albumoverview .ngg-album-compact {
    width: 100%;
    max-width: calc(100%/3 - 60px);
    margin-bottom: 50px !important;
    position: relative;
}

section.gallery-section .ngg-albumoverview .ngg-album-compact .ngg-album-compactbox {
    max-width: 95%;
}

section.gallery-section .ngg-albumoverview .ngg-album-compact p.ngg-album-gallery-image-counter {
    text-align: center;
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 9;
    background: #284378;
    padding: 3px 12px;
    color: #fff;
}

section.gallery-section .ngg-albumoverview .ngg-navigation {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

section.gallery-section .ngg-albumoverview .ngg-navigation span,
section.gallery-section .ngg-albumoverview .ngg-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #284378;
    border-radius: 4px;
    color: #284378;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
}

section.gallery-section .ngg-albumoverview .ngg-navigation span.current {
    background: #284378;
    color: #fff;
    border-color: #284378;
}

/* ==== gallry section css end ===== */
section.our-team-section .team-grid .team-card .team-card-content h3 {
    color: #fff;
}

section.gallery-section .ngg-albumoverview .ngg-navigation a:hover {
    background: #284378;
    color: #fff !important;
}

section.blog-all-sec .news-parent .news-item {
    position: relative;
    padding-bottom: 55px;
}

section.blog-all-sec .news-parent .news-item a.btn-site {
    position: absolute;
    bottom: 20px;
}

section.gallery-section.gallery-sec-slug {
    padding-top: 0;
}

section.gallery-section.gallery-sec-slug ul.ngg-breadcrumbs {
    display: none;
}

section.gallery-section.gallery-sec-slug .ngg-galleryoverview {
    margin: 0;
    display: flex !important;
    flex-wrap: wrap;
}

section.gallery-section.gallery-sec-slug .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    float: unset;
    clear: both;
    max-width: calc(100%/4 - 10px) !important;
    width: 100%;
}

section.gallery-section.gallery-sec-slug {
    padding-top: 0;
}

section.gallery-section.gallery-sec-slug ul.ngg-breadcrumbs {
    display: none;
}

section.gallery-section.gallery-sec-slug .ngg-galleryoverview {
    margin: 0;
    display: flex !important;
    flex-wrap: wrap;
}

section.gallery-section.gallery-sec-slug .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    float: unset;
    clear: both;
    max-width: calc(100%/4) !important;
    width: 100%;
}

section.gallery-section.gallery-sec-slug .ngg-navigation {
    width: 100%;
    display: flex !important;
    gap: 10px;
    justify-content: center;
}

a.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #284378;
    border-radius: 4px;
    color: #284378;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}

section.gallery-section.gallery-sec-slug .ngg-navigation span,
section.gallery-section.gallery-sec-slug .ngg-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #284378;
    border-radius: 4px;
    color: #284378;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
}

section.gallery-section.gallery-sec-slug .ngg-navigation span.current {
    background: #284378;
    color: #fff;
}

section.gallery-section.gallery-sec-slug .ngg-navigation span:hover,
section.gallery-section.gallery-sec-slug .ngg-navigation a:hover {
    background: #284378;
    color: #fff !important;
}

footer.site-footer .footer-wrapper .footer-col ul.footer-contact li:last-child a {
    border-bottom: 1px solid #ddd;
}

header.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
}

section.blog-all-sec .news-parent .news-item .news-card span.news-date {
    flex-wrap: wrap;
    padding: 10px 0px;
    gap: 5px;
}

.defult-page-set>.page-width .entry-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 14px 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
    font-size: 15px;
    color: #6b7280;
    max-width: max-content;
    margin: 0 auto;
}

.defult-page-set>.page-width .entry-meta span.meta-prep.meta-prep-author {
    color: #1f2937;
    font-weight: 700;
    font-size: 20px;
}

.defult-page-set>.page-width .entry-meta a {
    text-decoration: none;
    color: #1f2937;
    transition: .3s;
}

.defult-page-set>.page-width .entry-meta a span.entry-date {
    color: #1f2937;
    font-weight: 600;
    transition: .3s;
}

.defult-page-set>.page-width .entry-meta span.meta-sep {
    font-size: 15px;
    color: #000;
}

.defult-page-set>.page-width .entry-meta span.author.vcard {
    font-weight: 600;
}

.defult-page-set>.page-width .entry-meta span.meta-sep::before {
    display: none;
}

.defult-page-set>.page-width .entry-utility {
    font-size: 21px;
    margin: 10px 0px 0px;
}

.defult-page-set>.page-width a {
    line-height: normal;
}

.defult-page-set>.page-width a:hover {
    color: #000;
}

.defult-page-set>.page-width .entry-utility span.cat-links {
    color: #000;
}

.defult-page-set>.page-width .entry-utility span.cat-links span.entry-utility-prep.entry-utility-prep-cat-links {
    font-weight: 700;
}

.defult-page-set>.page-width .entry-utility span.comments-link {
    color: #000;
}

.defult-page-set .content h1.page-title {
    font-size: 45px;
}

.defult-page-set .content h1.page-title span {
    font-size: 45px;
    color: #000;
}

body.search section.defult-page-set {
    padding-top: 0;
}

#nav-below .nav-previous {
    width: auto;
}

#nav-below .nav-previous a {
    border: 1px solid #ddd;
    padding: 10px;
    line-height: normal;
    height: auto;
    display: block;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 12px;
}

section.news-section.blog-all-sec {
    padding-top: 10px;
}

/* books page css  */
.book-marketing-sec {
    padding: 60px 0;
    background: #f7f8fb;
}

.book-marketing-sec .page-width {
    max-width: 1280px;
    margin: auto;
}

.book-marketing-sec .books-block {
    background: #fff;
    border-radius: 22px;
    padding: 40px 40px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    border: 1px solid rgba(40, 67, 120, .08);
    position: relative;
    overflow: hidden;
}

.book-marketing-sec .books-block:last-child {
    margin-bottom: 0;
}

.book-marketing-sec .books-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: #284378;
}

.book-marketing-sec .books-block:after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(40, 67, 120, .04);
    right: -120px;
    top: -120px;
}

.book-marketing-sec .about-header {
    position: relative;
    z-index: 2;
}

.book-marketing-sec .section-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.book-marketing-sec .section-title .line {
    width: 70px;
    height: 4px;
    background: #284378;
    border-radius: 50px;
    margin: 0;
}

.book-marketing-sec .section-title h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

.book-marketing-sec .quote-box {
    max-width: 800px;
    border-left: 4px solid #284378;
    padding-left: 25px;
}

.book-marketing-sec .quote-box p {
    margin: 0;
    color: #284378;
    font-size: 24px;
    font-style: italic;
    line-height: 1.5;
    font-weight: 500;
}

.book-marketing-sec .about-content {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.book-marketing-sec .about-image {
    text-align: center;
}

.book-marketing-sec .about-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 4px;
    box-shadow: 0 35px 60px rgba(0, 0, 0, .18);
    transition: .4s;
}

.book-marketing-sec .books-block:hover .about-image img {
    transform: translateY(-10px) rotate(-2deg);
}

.book-marketing-sec .about-text p {
    font-size: 18px;
    line-height: 32px;
}

.book-marketing-sec .books-block:nth-child(even) .about-content {
    grid-template-columns: 1fr 340px;
}

.book-marketing-sec .books-block:nth-child(even) .about-image {
    order: 2;
}

.book-marketing-sec .books-block:nth-child(even) .about-text {
    order: 1;
}

.all-content #nav-below .nav-previous a {
    color: #fff;
}

.all-content #nav-below .nav-previous a:hover {
    color: #314076;
}

.contact-info-image {
    position: relative;
    display: inline-block;
}

.contact-info-image img {
    display: block;
    width: 100%;

}

.contact-info-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 8%);
    border-radius: 10px
}

section.typograpyh-sec {
    padding: 0 0 50px;
    color: #000;
}

section.typograpyh-sec h1 {
    margin: 0 0 19px;
}

section.typograpyh-sec h2 {
    margin: 0 0 15px;
}

section.typograpyh-sec h3 {
    margin: 0 0 12px;
}

section.typograpyh-sec h4,
section.typograpyh-sec h5 {
    margin: 0 0 10px;
    color: #000;
}

section.typograpyh-sec i {
    font-size: 18px;
    line-height: normal;
    padding: 0 0 10px;
    display: inline-block;
}

section.typograpyh-sec ul.unordered-default,
section.typograpyh-sec ol {
    margin: 0 0 20px;
    padding-left: 20px;
}

section.typograpyh-sec ul.unordered-default li,
section.typograpyh-sec ol li {
    margin: 0 0 8px;
    color: #000;
    font-size: 18px;
}

.color-platee .color-inner {
    margin-bottom: 10px;
}

.color-inner .color-card {
    color: #284378;
}

.color-inner .color-card .comn-colr.red {
    max-width: 40px;
    background: #284378;
    height: 40px;
}

.color-inner .color-card .comn-colr.black {
    background: #000;
    max-width: 40px;
    height: 40px;
}

.color-inner .color-card:has(.black) {
    color: #000;
}

section.typograpyh-sec .trap-btn {
    display: flex;
    align-items: center;
    gap: 18px;
}

div#nav-below .nav-previous a span.meta-nav {
    display: none;
}

div#nav-below .nav-next a span.meta-nav {
    display: none;
}

.all-content #nav-below .nav-previous a {
    height: 100%;
}

.all-content .navigation {
    gap: 10px;
}

section.typograpyh-sec .trap-btn .navbar-btn,
section.typograpyh-sec .trap-btn .cmn-btn {
    max-width: 270px;
    width: 100%;
}

section.typograpyh-sec .trap-btn i {
    padding: 0;
}

section.contact-info-section {
    padding-bottom: 70px;
}

.book-marketing-sec .section-title .line {
    display: none;
}

section.news-section .news-slider .news-item.slick-slide .news-card img[alt="ERI’s New Jersey Facility Featured On CBS"] {
    object-fit: contain;
}

@media(max-width:1700px) {
    .page-width {
        max-width: 93%;
    }

    section.hero .hero-right {
        max-width: 500px;
    }

    section.hero {
        min-height: 575px;
    }

    section.news-section {
        padding: 60px 0px 60px;
    }

    section.gallery-section .gallery-top {
        grid-template-columns: 90% 1fr;
        justify-content: space-between;
    }

    section.gallery-section .gallery-top .gallery-arrows {
        justify-content: flex-end;
    }

    h3 {
        font-size: 18px;
        line-height: 23px;
    }
}

@media(max-width:1699px) {
    .engagement-grid .engagement-item {

        font-size: 14px;

        line-height: 1.2;

    }

    .about-marketing-section .about-marketing-row {
        align-items: flex-start;
    }

    .about-john-section .about-john-wrapper .about-john-image {
        position: sticky;
        top: 0;
    }

    .about-john-section .about-john-wrapper {
        align-items: start;
    }

    section.about-john-section {
        overflow: visible;
    }

    .about-john-section h2 {
        font-size: 24px;
    }

    section.blog-all-sec .news-parent .news-item .news-card img,
    section.news-section .news-slider .news-item.slick-slide .news-card img {
        height: 280px;
    }
}

@media (max-width:1576px) {
    section.appearances-section .accordion-wysiwyg-content .appearances-intro {
        align-items: start;
    }

    section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-image {
        position: sticky;
        top: 0;
    }

    section.blog-all-sec .news-parent {
        gap: 16px;
    }

    section.blog-all-sec .news-parent .news-item .news-card img,
    section.news-section .news-slider .news-item.slick-slide .news-card img {
        height: 250px;
    }
}

@media(max-width:1499px) {
    section.our-team-section .team-grid {
        gap: 37px;
    }

    section.our-team-section .team-grid .team-card {
        max-width: calc(100% / 4 - 30px);
    }
}

@media(max-width:1439px) {
    h1 {
        font-size: 42px;
    }

    section.hero .hero-right {
        max-width: 440px;
        width: 100%;
    }

    section.hero {
        min-height: 515px;
    }


    section.company-logo .logo-grid .logo-item img {
        width: auto;
    }

    section.about-john-section .about-content {
        grid-template-columns: 46.6% 49.4%;
        align-items: flex-start;
    }

    section.about-john-section .about-content .about-image {
        position: sticky;
        top: 0;
    }

    section.news-section .news-slider .news-item.slick-slide {
        margin: 0 18px;
    }

    section.news-section .news-slider .slick-list {
        margin: 0 -18px;
    }

    footer.site-footer .footer-wrapper {
        padding-bottom: 38px;
    }

    section.about-john-section .about-header .quote-box p {
        line-height: 26px;
        font-size: 17px;
    }

    .all-content .navigation {
        gap: 15px;
    }

    .all-content .navigation .nav-previous a,
    .all-content .navigation .nav-next a {
        text-align: center;
        font-size: 14px;
    }

    #comments div#respond {
        margin-bottom: 0;
    }

    section.blog-all-sec .news-parent .news-item .news-card img,
    section.news-section .news-slider .news-item.slick-slide .news-card img {
        height: 230px;
    }
}

@media(max-width:1279px) {
    .page-width {
        max-width: 96%;
    }

    .header-wrapper nav.main-menu>ul {
        max-width: 620px;
    }

    section.company-logo .logo-grid .logo-item {
        padding: 20px;
    }

    .section-title span.line {
        margin-bottom: 19px;
    }

    section.gallery-section .gallery-slider .gallery-item {
        margin: 0 10px;
    }

    section.gallery-section .gallery-slider {
        margin: 0 -10px;
    }

    footer.site-footer .footer-wrapper .footer-col p {
        line-height: 24px;
    }

    footer.site-footer .footer-wrapper .footer-col ul.footer-contact li {
        font-size: 13px;
    }


    section.our-team-section .team-grid {
        gap: 35px;
    }

    section.our-team-section .team-grid .team-card {
        max-width: calc(100% / 4 - 27px);
    }

    section.our-team-section {
        padding: 50px 0;
    }

    section.blog-all-sec .news-parent .news-item .news-card span.news-date {
        flex-wrap: wrap;
        gap: 10px;
    }

    .defult-page-set .content .entry-title {
        font-size: 36px;
    }

    .defult-page-set .content h1.page-title {
        font-size: 40px;
        margin: 0 0 10px;
    }

    .defult-page-set .content .entry-title {
        font-size: 30px;
    }

    section.contact-info-section {
        padding-bottom: 50px;
    }
}

@media (max-width:1199px) {

    h1 {
        font-size: 40px;
        line-height: 46px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    p {
        line-height: 26px;
    }

    .page-width {
        max-width: 100%;
        padding: 0 25px;
    }

    .header-wrapper {
        grid-template-columns: 180px 1fr 180px;
        gap: 20px;
    }

    .header-wrapper nav.main-menu>ul {
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .header-wrapper nav.main-menu>ul>li>a {
        font-size: 16px;
    }

    section.hero {
        min-height: 480px;
    }

    section.hero .hero-content {
        gap: 40px;
    }

    section.hero .hero-left {
        width: 55%;
    }

    section.hero .hero-right {
        width: 45%;
        max-width: 460px;
    }

    section.company-logo .logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    section.company-logo .logo-grid .logo-item {
        padding: 18px;
    }

    section.company-logo .logo-grid img {
        max-width: 90%;
    }

    section.about-john-section {
        padding: 40px 0px 40px;
    }

    section.gallery-section {
        padding: 40px 0px 40px;
    }

    section.news-section {
        padding: 40px 0;
    }

    section.about-john-section .about-header {
        grid-template-columns: 40% 60%;
        gap: 30px;
    }

    section.about-john-section .about-header {
        grid-template-columns: calc(40% - 30px) 60%;
        gap: 30px;
    }

    .about-john-section .about-john-wrapper {
        gap: 30px;
    }

    .about-john-section .about-john-wrapper .about-john-content {
        margin-left: 0;
        width: 55%;
    }

    .about-john-section .about-john-wrapper .about-john-image {
        width: 45%;
    }

    .about-john-section .about-john-wrapper .about-john-content .section-title {
        padding-left: 0;
    }

    .about-marketing-section .about-marketing-row {
        gap: 35px;
    }


    section.news-section .news-slider .news-item.slick-slide {
        margin: 0 10px;
    }

    section.news-section .news-slider .slick-list {
        margin: 0 -10px;
    }

    section.gallery-section.gallery-sec-slug {
        padding-top: 0;
    }

    section.gallery-section .gallery-top {
        grid-template-columns: 1fr auto;
        gap: 20px;
    }

    section.gallery-section .gallery-slider {
        margin: 0 -12px;
    }

    section.gallery-section .gallery-slider .gallery-item {
        margin: 0 12px;
    }

    .about-john-section .about-header {
        padding-top: 30px;
    }

    footer.site-footer .footer-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    section.news-section .news-slider .news-item.slick-slide .news-card>.overlay {
        padding: 0 17px;
    }

    h3 {
        font-size: 16px;
        line-height: 23px;
    }

    section.our-team-section .team-grid {
        gap: 13px;
    }

    section.our-team-section .team-grid .team-card {
        max-width: calc(100% / 4 - 10px);
    }

    section.our-team-section .team-grid .team-card .team-card-content {
        padding-inline: 12px;
    }

    section.our-team-section .team-grid .team-card .team-card-content .team-email {
        font-size: 14px;
        gap: 5px;
    }

    section.our-team-section .team-grid .team-card .team-card-content h3 {
        font-size: 20px;
    }

    section.our-team-section .team-grid .team-card:after {
        height: 45%;
    }

    body.page-template-template-about section.about-john-section {
        padding: 0 0 50px;
    }

    section.blog-all-sec .news-parent .news-item .news-card img {
        height: 190px;
    }

    .all-content>.post h1.entry-title {
        font-size: 30px;
    }

    .all-content>.post .entry-meta .meta-prep-author {
        font-size: 17px;
    }

    section.gallery-section.gallery-sec-slug .ngg-albumoverview .ngg-album-compact {
        max-width: calc(100%/3 - 40px);
        margin: 0 20px 40px !important;
    }

    section.gallery-section.gallery-sec-slug .ngg-galleryoverview .ngg-gallery-thumbnail-box {
        max-width: calc(100%/3) !important;
    }

    .book-marketing-sec .books-block:after {
        width: 290px;
        height: 290px;
    }

    .book-marketing-sec .books-block {
        padding: 20px 20px;
        gap: 20px;
    }

    .book-marketing-sec .about-content {
        grid-template-columns: 310px 1fr;
        gap: 25px;
    }

    .book-marketing-sec .section-title h2 {
        font-size: 30px;
    }

    .book-marketing-sec .quote-box p {
        font-size: 20px;
    }

    section.news-section .news-slider .news-item.slick-slide .news-card img {
        height: 215px;
    }

    section.blog-all-sec .news-parent .news-item .news-card img,
    section.news-section .news-slider .news-item.slick-slide .news-card img {
        height: 175px;
    }

    .contact-info-wrapper .contact-info-image img {
        height: 400px;
    }
}



@media (max-width:991px) {

    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 15px;
        line-height: 26px;
    }

    .page-width {
        padding: 0 20px;
    }

    header.site-header {
        padding: 15px 0;
    }

    .header-wrapper nav.main-menu {
        width: 100%;
        order: 3;
    }

    .header-wrapper {
        grid-template-columns: 170px 1fr 170px;
        gap: 20px;
    }

    .header-wrapper>a.logo {
        order: 2;
    }

    .header-wrapper>a.logo img {
        margin: 0 auto;
        display: block;
    }

    .header-wrapper nav.main-menu>ul {
        justify-content: center;
        gap: 18px;
        flex-wrap: wrap;
    }

    .header-wrapper .header-social {
        justify-content: flex-end;
    }

    section.hero {
        min-height: auto;
        padding: 40px 0 0px;
    }

    section.hero .hero-content {
        flex-direction: column;
        text-align: center;
    }

    section.hero .hero-left,
    section.hero .hero-right {
        width: 100%;
        max-width: 100%;
    }

    section.hero .hero-right img {
        max-width: 450px;
        margin: auto;
        display: block;
    }

    section.company-logo .logo-grid .logo-item {
        border: none !important;
        justify-content: center !important;
        padding: 25px 15px;
    }


    section.about-john-section .about-header {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 20px;
        padding-top: 0;
    }

    section.about-john-section .about-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    section.about-john-section .about-content .about-image {
        position: relative;
        top: auto;
    }

    .about-marketing-section .about-marketing-row {
        flex-direction: column;
    }

    .about-marketing-section .about-marketing-image {
        max-width: 100%;
        position: relative;
    }

    .about-john-section .about-john-wrapper {
        flex-direction: column;
    }

    .about-john-section .about-john-wrapper .about-john-image,
    .about-john-section .about-john-wrapper .about-john-content {
        width: 100%;
        margin: 0;
    }

    .about-john-wrapper .about-john-image img {
        border-radius: 10px;
    }

    .about-john-wrapper .about-john-description {
        padding: 30px;
    }

    section.appearances-section .accordion-item .accordion-header {
        font-size: 22px;
        padding: 15px 18px;
    }

    section.appearances-section .accordion-wysiwyg-content .appearances-intro {
        flex-direction: column;
        gap: 30px;
    }

    section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-image,
    section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-description {
        max-width: 100%;
    }

    .engagement-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    section.news-section {
        padding: 40px 0;
    }


    section.gallery-section {
        padding: 40px 0;
    }

    section.gallery-section .gallery-top {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    section.gallery-section .gallery-top .gallery-arrows {
        justify-content: center;
    }

    section.gallery-section .gallery-slider .gallery-item h3 {
        margin-top: 25px;
        min-height: auto;
    }

    section.our-team-section {
        padding: 60px 0;
    }

    section.our-team-section .team-grid {
        gap: 25px;
    }

    section.our-team-section .team-grid .team-card {
        max-width: calc(50% - 13px);
    }

    footer.site-footer {
        padding-top: 60px;
    }

    footer.site-footer .footer-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
        padding-bottom: 50px;
    }

    footer.site-footer .footer-wrapper form .wrapper-inpout {
        max-width: 100%;
    }

    footer.site-footer .footer-wrapper .footer-col {
        max-width: 100%;
    }

    .menu-toggle {
        display: none;
        width: 45px;
        height: 45px;
        background: #284378;
        border: 0;
        border-radius: 6px;
        cursor: pointer;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }

    .menu-toggle span {
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 3px;
        transition: .3s;
    }

    .header-wrapper button.menu-toggle {
        display: flex;
    }

    .header-wrapper {
        position: relative;
    }

    .header-wrapper nav.main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        z-index: 999;
        transform: translateX(-100%);
        height: 100vh;
        max-width: 370px;
        transition: all 0.4s ease;
    }

    .header-wrapper nav.main-menu.active {
        transform: translateX(-0%);
    }

    .header-wrapper nav.main-menu>ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .header-wrapper .header-social {
        order: 3;
    }

    section.hero .hero-left a.btn-site {
        margin: 0 auto;
    }

    section.hero .hero-left a.btn-site {
        margin: 0 auto;
    }

    header.site-header {
        position: relative;
        z-index: 9;
        background: #fff;
    }

    .header-wrapper {
        position: static;
    }

    body:has(button.menu-toggle.active) {
        position: relative;
        overflow: hidden;
    }

    body:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        opacity: 0;
        display: none;
    }

    section.about-john-section {
        padding: 30px 0px 30px;
    }

    body:has(button.menu-toggle.active):after {
        opacity: 1;
        display: block;
    }

    .about-john-section .about-john-wrapper .about-john-image {
        position: unset;
        top: 0;
    }

    .about-marketing-section .about-marketing-row {
        gap: 5px;
    }

    section.company-logo {
        margin-bottom: 30px;
    }

    section.appearances-section .accordion-content .impact-podcast-section .impact-podcast-intro img {
        max-width: 360px;
    }

    section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-image {
        position: unset;
        top: 0;
    }

    section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-description p {
        word-break: break-all;
    }

    body.page-template-template-about section.about-john-section {
        padding: 0 0 10px;
    }

    section.blog-all-sec .news-parent {
        grid-template-columns: 1fr 1fr;
    }

    .contact-info-wrapper {
        gap: 10px;
        padding: 15px;
    }

    .contact-info-wrapper .contact-info-content {
        flex: 0 0 43%;
    }

    .contact-info-wrapper .contact-info-image {
        flex: 0 0 55%;
    }

    .contact-info-wrapper .contact-info-image img {
        height: 360px;
    }

    section.about-john-section .about-content {
        gap: 18px;
    }

    section.about-john-section.book-marketing-sec {
        padding-top: 0;
        padding-bottom: 0;
    }

    section.about-john-section.book-marketing-sec .about-content:last-child {
        padding-bottom: 0;
    }

    section.defult-page-set {
        padding: 0 0 40px;
    }

    body.search .not-found,
    .defult-page-set .content .no-page {
        padding: 30px;
        border-radius: 10px;
    }

    .all-content .navigation,
    section.gallery-section.gallery-sec-slug .ngg-navigation {
        flex-wrap: wrap;
    }

    .all-content .navigation .nav-next {
        max-width: 100%;
        width: 100%;
        float: unset;
    }

    .all-content .navigation .nav-previous a,
    .all-content .navigation .nav-next a {
        max-width: 100%;
    }

    .all-content>.post .entry-utility {
        font-size: 13px;
    }

    section.gallery-section.gallery-sec-slug .ngg-albumoverview .ngg-album-compact {
        max-width: calc(100%/2 - 40px);
    }

    .defult-page-set .content h1.page-title {
        font-size: 26px;
    }

    .defult-page-set .content h1.page-title span {
        font-size: 26px;
        color: #000;
    }

    .defult-page-set>.page-width .entry-meta {
        gap: 5px;
        padding: 10px 11px;
        font-size: 15px;
    }

    .defult-page-set>.page-width .entry-meta span.meta-prep.meta-prep-author {
        font-size: 15px;
    }

    .book-marketing-sec {
        padding: 40px 0;
    }

    .book-marketing-sec .about-text p {
        font-size: 16px;
        line-height: 28px;
    }

    .inner-page-banner {
        padding: 30px 0px 30px;
    }

    section.news-section .news-slider .news-item.slick-slide .news-card img {
        height: 245px;
    }

    section.blog-all-sec .news-parent .news-item .news-card img {
        height: 195px;
    }

    .contact-info-wrapper .contact-info-content {
        gap: 10px;
    }

    .contact-info-wrapper .contact-info-content a {
        padding: 13px;
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .header-wrapper {
        grid-template-columns: 40px 1fr 149px;
        gap: 10px;
    }

    .about-john-wrapper .about-john-description {
        padding: 15px;
    }

    section.hero .hero-right img {
        max-width: 380px;
    }

    .about-john-section .section-title {
        margin-bottom: 0;
    }

    section.about-john-section .about-header {
        gap: 15px;
    }

    .btn-site {
        max-width: 229px;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
        padding: 8px;
    }


    footer.site-footer {
        padding-top: 30px;
    }

    section.our-team-section {
        padding: 40px 0;
    }

    .about-john-wrapper .about-john-card {
        word-break: break-word;
        border-radius: 4px 4px 10px 0px
    }

    .about-marketing-section .about-marketing-row {
        padding-bottom: 0;
    }

    .engagement-grid {
        padding-block: 25px;
    }

    section.appearances-section .accordion-item .accordion-header {
        font-size: 17px;
        padding: 10px 17px;
        display: flex;
        align-items: center;
    }

    section.appearances-section .impact-testimonials .impact-testimonial-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    section.about-john-section .about-header {
        gap: 0;
    }

    section.blog-all-sec .news-parent .news-item .news-card span.news-date {
        gap: 10px;
        padding: 10px 0px;
    }

    .contact-info-wrapper {
        flex-flow: column;
    }

    section.about-john-section.book-marketing-sec .about-header {
        gap: 11px;
        margin-bottom: 15px;
    }

    section.about-john-section .about-content .about-text p {
        margin: 0 0 10px;
    }

    .defult-page-set .content .entry-title {
        font-size: 32px;
        margin: 0px 0 10px;
        line-height: normal;
    }

    .all-content>.post h1.entry-title {
        font-size: 24px;
    }

    .all-content>.post .entry-meta {
        gap: 4px;
        margin: 10px 0;
        padding: 14px 20px;
    }

    .all-content>.post .entry-meta .meta-prep-author {
        font-size: 15px;
    }

    .all-content>.post .entry-meta {
        font-size: 13px;
    }

    .all-content {
        padding: 30px 0px;
    }

    section.appearances-section .accordion-content p iframe {
        width: 100%;
        max-width: calc(100% - 10px);
        margin: 0 auto;
    }

    section.blog-all-sec .news-parent .news-item {
        padding: 10px 10px 50px;
        border: 1px solid #284378;
    }

    section.news-section.blog-all-sec {
        padding-top: 0;
    }

    section.blog-all-sec .blog-pagination ul.page-numbers,
    .gallery-sec-slug .blog-pagination ul.page-numbers,
    section.gallery-section.gallery-sec-slug .ngg-navigation {
        gap: 7px;
        flex-wrap: wrap;
    }

    .book-marketing-sec .about-content {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .book-marketing-sec .books-block:nth-child(even) .about-content {
        grid-template-columns: 1fr;
    }

    .book-marketing-sec .books-block:nth-child(even) .about-text {
        order: 2;
    }

    section.news-section .news-slider .news-item.slick-slide .news-card img {
        height: 295px;
    }

    section.blog-all-sec .news-parent .news-item .news-card img {
        height: 145px;
    }
}

@media(max-width:567px) {

    section.company-logo .logo-grid {
        display: block;
    }

    .header-wrapper>a.logo img {
        margin-left: auto;
        padding-right: 30px;
    }

    .header-wrapper {
        grid-template-columns: 40px 1fr;
        gap: 10px;
    }

    .header-wrapper .header-social {
        justify-content: flex-end;
    }

    .header-wrapper>a.logo {
        order: 1;
        grid-column: span 2;
    }

    .header-wrapper button.menu-toggle {
        order: 2;
    }

    .menu-toggle {
        width: 36px;
        height: 36px;
        border-radius: 4px;
        padding: 6px;
        gap: 5px;
    }

    .header-wrapper .header-social>a {
        max-width: 33.81px;
        border-radius: 4px;
    }

    h1 {
        font-size: 30px;
        line-height: 38px;
    }

    section.hero .hero-left p {
        margin-bottom: 15px;
    }

    section.company-logo .logo-grid .logo-item {
        padding: 15px 5px;
    }

    .header-wrapper>a.logo img {
        margin-left: auto;
        padding-right: 0;
    }

    section.about-john-section .about-content .about-text p {
        margin: 0 0 10px;
    }

    section.about-john-section .about-content {
        gap: 15px;
    }

    .btn-site {
        max-width: 219px;
        font-size: 15px;
        min-height: 47px;
    }

    .section-title span.line {
        margin-bottom: 8px;
    }

    .about-john-section h2 {
        font-size: 22px;
    }

    h2 {
        font-size: 22px;
    }

    section.news-section .news-top {
        margin-bottom: 20px;
        flex-flow: column;
        gap: 15px;
    }

    section.news-section {
        padding: 40px 0;
    }

    section.gallery-section {
        padding: 40px 0;
    }

    footer.site-footer .footer-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 20px;
    }

    footer.site-footer {
        padding-top: 20px;
    }

    footer.site-footer .footer-bottom p {
        font-size: 11px;
        letter-spacing: 15%;
    }

    section.our-team-section .team-grid .team-card {
        max-width: 100%;
    }

    .about-john-section h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-john-footer {
        padding: 15px;
        font-size: 15px;
    }

    .about-marketing-row .about-marketing-content p,
    .about-marketing-row .about-marketing-content p a,
    .about-john-section .about-paragraph p a,
    .about-john-section .about-paragraph p,
    .about-john-section .about-john-content p {
        font-size: 15px;
        line-height: 26px;
    }

    .about-john-section .about-paragraph {
        padding-block: 25px;
    }

    .inner-page-banner {
        padding: 15px 0px 15px;
    }

    .about-john-section .about-info-box {
        padding: 15px;
    }

    section.appearances-section .accordion-item .accordion-header {
        font-size: 15px;
        padding: 10px 14px;
    }

    section.appearances-section .accordion-wysiwyg-content .appearances-intro {
        gap: 10px;
    }

    section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-description p {
        font-size: 15px;
        line-height: 26px;
    }

    .engagement-grid {
        grid-template-columns: 1fr;
    }

    section.appearances-section .accordion-item .accordion-header .accordion-icon {
        min-width: 35px;
        min-height: 35px;
        font-size: 22px;
    }

    section.news-section .news-slider .news-item.slick-slide {
        margin: 0 6px;
        padding: 9px;
    }

    section.news-section .news-slider .news-item.slick-slide span.news-date {
        font-size: 14px;
        padding: 0px 10px;
    }

    section.news-section .news-slider .news-item.slick-slide .news-card>.overlay {
        padding: 15px;
        position: relative;
        bottom: 0;
        min-height: 126px;
    }

    section.blog-all-sec .news-parent {
        grid-template-columns: 1fr;
    }

    section.blog-all-sec .news-parent .news-item {
        border-radius: 6px;
    }

    .contact-info-wrapper .contact-info-image img {
        height: auto;
    }

    .contact-info-wrapper .contact-info-content a {
        gap: 12px;
        padding: 15px 12px;
        font-size: 15px;
    }

    .contact-info-wrapper .contact-info-content {
        flex: 100%;
        gap: 10px;
    }

    .contact-info-wrapper .contact-info-image {
        flex: 100%;
    }

    .contact-info-wrapper .contact-info-content a::before {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    section.about-john-section.book-marketing-sec .about-content {
        grid-template-columns: 1fr;
    }

    section.about-john-section .about-content .about-text p {
        font-size: 15px;
        line-height: 26px;
    }

    section.about-john-section .about-header .quote-box p {
        line-height: 26px;
        font-size: 15px;
    }

    body.search .not-found,
    .defult-page-set .content .no-page {
        padding: 30px 15px;
        border-radius: 10px;
    }

    .defult-page-set .content .entry-content p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .defult-page-set .content .searchform input[type="text"] {
        max-width: calc(100% - 75px);
    }

    .defult-page-set .content .searchform input[type="submit"] {
        padding: 0 10px;
    }

    .defult-page-set .content .entry-title {
        font-size: 28px;
        margin: 0;
    }

    .all-content .navigation .nav-previous a,
    .all-content .navigation .nav-next a {
        text-align: center;
        font-size: 12px !important;
    }

    .all-content>.post .entry-utility a {
        font-size: 13px !important;
    }

    .all-content>.post h1.entry-title {
        line-height: normal;
    }

    section.gallery-section.gallery-sec-slug .ngg-albumoverview .ngg-album-compact {
        width: 100%;
        max-width: 100%;
        position: relative;
        margin: 0 0px 20px !important;
    }

    section.gallery-section .ngg-album-compact h4 a.ngg-album-desc {
        margin: 30px auto 10px;
        min-height: auto;
    }

    section.gallery-section.gallery-sec-slug .ngg-galleryoverview .ngg-gallery-thumbnail-box {
        max-width: calc(100%/2) !important;
    }

    section.blog-all-sec .blog-pagination ul.page-numbers,
    .gallery-sec-slug .blog-pagination ul.page-numbers {
        gap: 7px;
    }

    section.blog-all-sec .blog-pagination .page-numbers a,
    section.blog-all-sec .blog-pagination .page-numbers span,
    .gallery-sec-slug .blog-pagination .page-numbers a,
    .gallery-sec-slug .blog-pagination .page-numbers span,
    section.gallery-section.gallery-sec-slug .ngg-navigation span,
    section.gallery-section.gallery-sec-slug .ngg-navigation a {
        min-width: 30px;
        height: 30px;
        padding: 0 9px;
        font-size: 13px;
    }

    .defult-page-set .content .entry-title {
        font-size: 22px;
        margin: 0 0 20px;
    }

    .defult-page-set>.page-width .entry-utility {
        font-size: 15px;
        margin: 10px 0px 0px;
        line-height: 24px;
    }

    .defult-page-set>.page-width .entry-meta span.meta-prep.meta-prep-author {
        font-size: 13px;
    }

    .defult-page-set>.page-width .entry-meta {
        font-size: 11px;
    }

    .hentry {
        margin: 0 0 20px 0;
    }

    .defult-page-set>.page-width a {
        line-height: 30px;
    }

    div#nav-below .nav-previous a {
        border: 1px solid #ddd;
        padding: 10px;
        line-height: normal;
        height: auto;
        display: block;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .book-marketing-sec .books-block:before {
        width: 4px;
    }

    .book-marketing-sec .books-block {
        border-radius: 8px;
    }

    .book-marketing-sec .section-title h2 {
        font-size: 24px;
    }

    .book-marketing-sec .quote-box {
        border-left: 4px solid #284378;
        padding-left: 6px;
    }

    .book-marketing-sec .quote-box p {
        font-size: 16px;
    }

    .book-marketing-sec .books-block {
        margin-bottom: 30px;
    }

    section.blog-all-sec .news-parent .news-item .news-card img {
        height: auto;
    }

    .all-content .entry-content iframe {
        width: 100%;
    }
}

@media(max-width:480px) {

    section.blog-all-sec .news-parent .news-item .news-card img,
    section.news-section .news-slider .news-item.slick-slide .news-card img {
        height: 200px;
    }

    section.blog-all-sec .news-parent .news-item .news-card img {
        height: auto;
    }
}


/* =========== new animation and hover effect adds ======== */

:root {
    --primary: #284378;
    --ease: cubic-bezier(.22, 1, .36, 1);
}

*,
*::before,
*::after {
    transition:
        color .35s ease,
        background-color .35s ease,
        border-color .35s ease,
        transform .55s var(--ease),
        box-shadow .55s var(--ease),
        opacity .35s ease;
}

.btn-site {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.btn-site::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -130%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .45),
            transparent);
    z-index: -1;
}

section.gallery-section .ngg-album-compact h4 a.ngg-album-desc:hover,
section.about-john-section p a:hover,
section .about-paragraph p a:hover,
section.about-john-section p a:hover,
p a:hover {
    color: #284378;
}

section.gallery-section .ngg-albumoverview .ngg-album-compact:hover .ngg-album-compactbox {
    transform: scale(1.04);
}

section.gallery-section .ngg-album-compact a.view-gallery-btn:hover::after {
    transform: translateX(10px);
}

footer.site-footer .footer-wrapper .footer-col ul#menu-footer li a:hover {
    padding-left: 20px;
}

section.news-section .news-arrows button.slick-arrow:hover,
section.gallery-section .gallery-top .gallery-arrows button.slick-arrow:hover {
    background: #284378;
}

section.news-section .news-arrows button.slick-arrow:hover i,
section.gallery-section .gallery-top .gallery-arrows button.slick-arrow:hover i {
    color: #fff;
}

.btn-site:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(40, 67, 120, .25);
}

.btn-site:hover::before {
    left: 130%;
    transition: 1s;
}

.header-wrapper nav.main-menu>ul>li>a {
    position: relative;
}

.header-wrapper nav.main-menu>ul>li>a::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--primary);
    transform: translateX(-50%);
    transition: .35s;
}

.header-wrapper nav.main-menu>ul>li>a:hover {
    color: var(--primary);
}

.header-wrapper nav.main-menu>ul>li>a:hover::after {
    width: 100%;
}

.header-social a,
.footer-social a {
    transition: .45s var(--ease);
}

.header-social a:hover,
.footer-social a:hover {
    transform: translateY(-6px) rotate(5deg) scale(1.05);
    box-shadow: 0 12px 30px rgba(40, 67, 120, .25);
}

.about-image,
.about-marketing-image,
.about-john-image {
    overflow: hidden;
    border-radius: 14px;
}

.about-image img,
.about-marketing-image img,
.about-john-image img {
    transition: transform 1s var(--ease);
}

.about-image:hover img,
.about-marketing-image:hover img,
.about-john-image:hover img {
    transform: scale(1.05);
}

.news-card {
    overflow: hidden;
    border-radius: 14px;
}

.news-card img {
    transition: transform 1s var(--ease);
}


.news-card:hover img {
    transform: scale(1.05);
}



section.gallery-section .gallery-item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

section.gallery-section .gallery-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .14);
}

section.gallery-section .gallery-image {
    overflow: hidden;
    border-radius: 14px;
}

section.blog-all-sec .news-parent .news-item:hover .news-card>.overlay h3 {
    color: #284378;
}

section.gallery-section .gallery-image img {
    transition: transform 1s var(--ease);
}

section.gallery-section .gallery-item:hover img {
    transform: scale(1.05);
}

section.gallery-section .gallery-item h3 {
    transition: .4s;
}

section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-image:hover img {
    transform: scale(1.06);
}

section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-image {
    overflow: hidden;
    border-radius: 10px;
}

section.gallery-section .gallery-item:hover h3 {
    color: var(--primary);
    transform: translateY(-4px);
}

section.about-john-section .about-john-footer p a:hover {
    color: #fff;
}

section.gallery-section .gallery-item a {
    transition: .35s;
}

section.gallery-section .gallery-item:hover a {
    letter-spacing: .5px;
}

section.our-team-section .team-card {
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
}

section.our-team-section .team-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .20);
}

section.our-team-section .team-card img {
    transition: transform 1s var(--ease);
}

section.our-team-section .team-card:hover img {
    transform: scale(1.08);
}

section.our-team-section .team-card::after {
    transition: .5s;
}

section.our-team-section .team-card:hover::after {
    height: 100%;
    background: linear-gradient(to top,
            rgba(40, 67, 120, .95),
            rgba(40, 67, 120, .30),
            transparent);
}

.team-card-content {
    transition: .45s;
}

.team-card:hover .team-card-content {
    transform: translateY(-10px);
}

.team-card:hover h3 {
    letter-spacing: .4px;
}

.team-card:hover .team-email {
    padding-left: 6px;
}

.contact-info-wrapper .contact-info-content a:hover {
    transform: translateX(8px);
    box-shadow: 0 15px 35px rgba(40, 67, 120, .18);
}

.footer-col ul li a {
    position: relative;
}

.footer-col ul li a:hover {
    padding-left: 8px;
}

.accordion-item {
    transition: .4s;
}

img {
    backface-visibility: hidden;
    transform: translateZ(0);
}

section.appearances-section .accordion-wysiwyg-content .appearances-intro .appearances-description p a:hover {
    color: #284378;
}

.hero-content,
.about-header,
.about-content,
.news-item,
.gallery-item,
.team-card,
.contact-info-wrapper {
    animation: fadeUp .8s var(--ease);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

a {
    transition: all .35s ease;
}

input,
textarea {
    transition: .35s;
}

input:focus,
textarea:focus {
    box-shadow: 0 0 0 4px rgba(40, 67, 120, .12);
    border-color: var(--primary);
}

section {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .9s ease, transform .9s cubic-bezier(.22, 1, .36, 1);
}

section.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    transform: translateX(-80px);
}

.reveal-right {
    transform: translateX(80px);
}

.reveal-up {
    transform: translateY(80px);
}

.reveal-left.active,
.reveal-right.active,
.reveal-up.active {
    opacity: 1;
    transform: translate(0);
}

.ngg-galleryoverview .ngg-gallery-thumbnail a:hover img {
    transform: scale(1.06);
}

.ngg-galleryoverview .ngg-gallery-thumbnail a {
    overflow: hidden;
}

@media(min-width:768px) {
    section {
        opacity: 0;
        transform: translateY(70px);
        transition: opacity .9s ease, transform .9s cubic-bezier(.22, 1, .36, 1);
    }

    section.active {
        opacity: 1;
        transform: translateY(0);
    }
}