ul:last-child {
    margin: 0;
}
.thank-you-info p {
    text-align: center;
    font-size: 22px;
    line-height: 38px;
}
.err-form-wrap {
    background: rgba(243, 243, 243, 1);
    border-radius: 12px;
    width: 100%;
    position: relative;
    padding: 70px;
}
/* Inner Banner CSS Start */
.breadcrumbs-block {
    width: 100%;
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, .04);
}
.breadcrumbs-block span, .breadcrumbs-block span a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #293a4c;
}
.breadcrumbs-block span a:hover {
    color: var(--color-2-green);
}
.breadcrumbs-block a:hover {
    text-decoration: underline;
}
.inner-banner-section {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 422px;
    display: flex;
    align-items: center;
    background-color: #000;
    justify-content: flex-end;
}

.inner-banner-section .banner-bg-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-blend-mode: normal;
    background-position: center;
}

.inner-banner-section:after {
    background-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    background: linear-gradient(90deg, rgba(11, 148, 68, 0.84) 1.32%, rgba(11, 148, 68, 0) 66.82%);
}
.inner-banner-section .container {
    z-index: 2;
    padding-bottom: 0;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
}
.inner-banner-info {
    width: auto;
    margin-left: 0;
    max-width: 68%;
}
.inner-banner-section .inner-banner-title {
    color: var(--bs-white);
    margin: 0;
    font-size: 55px;
    line-height: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.inner-banner-section .inner-banner-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    color: var(--bs-black)
}

.inner-banner-section .inner-banner-content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: .5px;
    color: var(--bs-black)
}
.page-not-found .error-info {
    text-align: center;
    margin-bottom: 60px
}
.error-page-form .row {
    position: relative;
    z-index: 1;
}
/* Inner Banner css */

.main-page-contact-form {
    background: rgba(243, 243, 243, 1);
}

/* contact page css */
.wpcf7 .selectWrap .form-label {
    display: block;
    margin-bottom: 20px;
}
.walker-info-section .person-image-left {
    width: 100%;
}

.walker-info-section .person-image-left img {
    width: 100%;
    border-radius: 12px;
}
.walker-info-section .right-detail-col {
    padding-left: 60px;
}
.walker-info-section .right-detail-col .contact-detail-box-wrap {
    background: var(--color-2-green);
    padding: 50px 80px;
    border-radius: 12px;
    color: #fff;
    min-width: 661px;
    left: -350px;
    position: relative;
    margin-top: 40px;
}
.walker-info-section .right-detail-col .contact-detail-box-wrap .text-label {
    font-size: 20px;
}
.walker-info-section .right-detail-col .contact-detail-row {
    margin-top: 10px;
}
.walker-info-section .right-detail-col .contact-detail-row:first-child {
    margin-top: 0px;
}
.walker-info-section .contact-address-info .btn-normal-link {
    font-size: 20px;
    color: #fff;
    word-wrap: break-word;
}
.walker-info-section .right-detail-col .contact-detail-row:nth-child(2) a {
    pointer-events: none;
}
.walker-info-section .contact-address-info .btn-normal-link:hover {
    color: #ffffff;
    text-decoration: underline;
}
/* testimonial contact page css */
.contact-testimonial-list-wrap .testimonial-item-col {
    margin-top: 25px;
}
.contact-testimonial-list-wrap  .testimonial-item {
    background: rgba(246, 246, 246, 1);
    padding: 35px;
    border-radius: 12px;
}
.contact-testimonial-list-wrap .testimonial-details {
    margin-top: 20px;
    margin-bottom: 15px;
}
.contact-testimonial-list-wrap .the-client-name {
    width: 100%;
    display: flex;
    align-items: center;
}
.contact-testimonial-list-wrap .the-client-name .first-char {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    width: 65px;
    height: 65px;
    background: var(--color-2-green);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    margin-right: 15px;
}
.contact-testimonial-list-wrap .client-name-and-rating  .client-name {
    font-size: 18px;
    color: rgba(39, 39, 39, 1);
    font-weight: 600;
}
.contact-testimonial-list-wrap .star-icon .star-icon-wraper img {
    width: auto;
    height: auto;
}
.contact-testimonial-list-wrap .star-icon .star-icon-wraper {
    height: 22px;
    width: 22px;
    background-position: center;
    font-size: 0px;
}
.contact-testimonial-list-wrap .star-icon {
    line-height: normal;
}
.read-more-wrap a {
    display: inline-block;
    color: rgba(39, 39, 39, 1);
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid rgba(39, 39, 39, 1);
    cursor: pointer;
    text-transform: uppercase;
}
.read-more-wrap a svg {
    position: relative;
    top: -3px;
    margin-left: 2px;
}
.read-more-wrap a:hover {
    color: var(--color-2-green);
    border-color: var(--color-2-green);
}
.read-more-wrap a:hover svg path{
    fill: var(--color-2-green);
}
/* contact page css */

/* Team Page CSS */
.team-name-and-designation {
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.team-name-and-designation .team-page-link {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
}
.team-list:hover .team-name-and-designation .team-page-link {
    color: var(--color-2-green);
}
.attorney-img-wrap {
    width: 100%;
}
.attorney-img-wrap a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.attorney-img-wrap a:after {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    content: "";
    background: #0b9444;
    opacity: 0.1;
    transition: 0.5s;
    opacity: 0;
}
.attorney-img-wrap a:hover:after {
    opacity: 0.4;
    transition: 0.5s;
}
.attorney-img-wrap a .attorney-image {
    width: 100%;
    position: relative;
    border-radius: 12px;
    transition: 0.5s;
}

.attorney-img-wrap a:hover .attorney-image {
    transition: 0.5s;
    transform: scale(1.05);
}
/* free book wrap */
/* FAQ Page CSS */

.faq-list-desc-wrap {
    width: 100%;
    position: relative
}

.faq-list-desc-wrap .faq-accordion {
    border: none
}

.faq-list-desc-wrap .faq-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110f2a
}

.faq-list-desc-wrap .faq-accordion .accordion-body {
    padding: 30px;
    position: relative;
    border: none;
    border-radius: 0;
    padding-top: 0;
    background: var(--color-4-grey);
    color: var(--color-1-black);
}

.faq-list-desc-wrap .faq-accordion .accordion-item {
    width: 100%;
    position: relative;
    margin-top: 0;
    border: none;
}

.faq-list-desc-wrap .faq-accordion .accordion-item:last-child {
    margin-bottom: 0
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 30px
}

.faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button {
    padding: 30px;
    box-shadow: none;
    font-size: 20px;
    line-height: 1.3;
    color: rgba(13,13,13,1);
    font-weight: 500;
    letter-spacing: .6px;
    background: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(173, 173, 173, 1);
}

.faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button .faq-num {
    padding-right: 12px
}

.faq-list-desc-wrap .faq-accordion .accordion-button {
    position: relative
}

.faq-list-desc-wrap .faq-accordion .accordion-button:after {
    display: none
}

.faq-list-desc-wrap .faq-accordion .accordion-button:not(.collapsed):after {
    transform: rotate(-135deg)
}
.faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
    background: var(--color-4-grey);
    color: var(--color-1-black);
    border-radius: 0;
    border-color: transparent;
}

.faq-list-desc-wrap .faq-accordion .accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/arrow-close.svg)
}

.faq-list-desc-wrap .faq-accordion .accordion-button[aria-expanded=true] .arrow {
    background-image: url(../img/arrow-open.svg)
}

.faq-list-desc-wrap .faq-accordion .accordion-button:not(.collapsed) .arrow:after {
    background-image: url(../img/arrow-close.svg)
}
.faq-list-desc-wrap .faq-accordion .accordion-item .accordion-body h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: normal;
    text-transform: none;
}
.faq-list-desc-wrap .faq-accordion .accordion-item .accordion-body h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: normal;
    text-transform: none;
}
.faq-list-desc-wrap .faq-accordion .accordion-item .accordion-body h4 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: normal;
    text-transform: none;
}
.load-more-btn {
    margin-top: 60px
}
/* FAQ Page CSS */

/* learning center css */
.category-list-row {
    margin-top: 15px;
}
.faq-category-list-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: center;
}
.faq-category-list-wrap li {
    flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: 1.5rem;
}
.faq-category-list-wrap li a {
    font-weight: 400;
    color: var(--color-1-black);
    font-size: 24px;
    line-height: 35px;
    display: flex;
    min-height: 150px;
    border-radius: 12px;
    border: 1px solid var(--color-2-green);
    padding: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.faq-category-list-wrap li a:hover {
    background: var(--color-2-green);
    border: 1px solid var(--color-3-white);
    color: var(--color-3-white);
}
/* Listing and Click Items css taxnomy page */
.faq-listing-wrapper {
    width: 100%;
    position: relative;
}
.faq-listing-wrapper .faq-list-item {
    display: block;
    position: relative;
    width: 100%;
}
.faq-listing-wrapper .faq-list-item a {
    padding: 30px;
    box-shadow: none;
    font-size: 20px;
    line-height: 1.3;
    color: rgba(13, 13, 13, 1);
    font-weight: 500;
    letter-spacing: .6px;
    background: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(173, 173, 173, 1);
    display: block;
    position: relative;
    z-index: 0;
    padding-right: 85px;
}
.faq-listing-wrapper .faq-list-item a:hover {
    color: var(--color-2-green);
    background: #f3f3f3;
}
.faq-listing-wrapper .faq-list-item a:after {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/arrow-right-black.svg);
    content: "";
    z-index: 1;
}

.faq-listing-wrapper .faq-list-item a:hover:after {
    background-image: url(../img/arrow-right-green.svg);
}
.static-page-details h1, .static-page-details h2, .static-page-details h3, .static-page-details h4, .static-page-details h5, .static-page-details h6 {
    font-weight: 900;
    color: var(--color-2-green);
}

.blog-list-area h1, .blog-list-area h2, .blog-list-area h3, .blog-list-area h4, .blog-list-area h5, .blog-list-area h6 {
    font-weight: 900;
    color: var(--color-2-green);
}

.static-page-details h2 strong, .blog-list-area h2 strong {
    font-weight: 900;
}
.single-content .replaced-svg, .static-page-details .replaced-svg {
    width: 15px;
    height: 15px;
}
/* learning center css end */

/* contact-form-sidebar css */
.sidebar .contact-form-sidebar .wpcf7 {
    background: var(--color-2-green);
    padding: 35px 30px;
    width: 100%;
    border-radius: 15px;
}

.contact-form-sidebar .wpcf7 .form-group .form-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    line-height: 38px;
    position: relative;
    color: #fff;
}
.sidebar .wpcf7 .wp-form-btn {
    text-align: center;
}
.sidebar .wpcf7 .btn-wrap .btn {
    background: var(--color-3-white);
    background-color: #fff;
    border-color: #fff;
    color: var(--color-2-green);
    font-weight: 700;
    padding: 16px 25px;
    border-radius: 12px;
}
.sidebar .wpcf7 .btn-wrap .wpcf7-submit.btn:hover {
    color: var(--color-3-white);
    background-color: transparent;
    border-color: var(--color-3-white);
}
/* contact-form-sidebar css */
/* Sidebar menu css */
.sidebar .widget {
    margin-bottom: 40px;
    z-index: 1;
}

.sidebar .widget.practice-side {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.sidebar .widget.practice-side ul {
    padding-bottom: 11px;
    margin-bottom: 20px;
}
.sidebar .widget-menu {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    background: rgba(243, 243, 243, 1);
    border: none;
    padding-bottom: 20px;
    border-radius: 12px;
}
.sidebar .practice-side .widget-menu {
    padding-bottom: 0;
}
.sidebar .widget-title br {
    display: none;
}
.sidebar .widget-menu .widget-title {
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--color-2-green);
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    line-height: normal;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar .widget ul {
    padding-bottom: 11px;
    margin-bottom: 0;
}
.sidebar .widget ul:last-child {
    padding: 0;
}
.sidebar .widget li {
    position: relative;
    padding-right: 0;
    margin-top: 2px;
}
.sidebar .widget-menu ul li a {
    display: block;
    padding: 8px 15px;
    position: relative;
    color: var(--color-1-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    padding-right: 30px;
}
.sidebar .widget-menu ul li a br {
    display: none;
}
.sidebar .widget-menu ul li:last-child a{
    border-bottom: none;
}
.sidebar .widget li:last-child {
    border-bottom: none;
    padding-bottom: 20px;
}
.sidebar .widget li a:after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/right-green-icon.svg);
    content: "";
    position: absolute;
    right: 12px;
    top: 10px;
    height: 14px;
    width: 14px;
}
.sidebar .widget-menu ul li a:hover {
    color: var(--color-3-white);
    background: var(--color-2-green);
}
.sidebar .widget-menu ul li a:hover:after {
    background-image: url(../img/right-white-icon.svg);
}
.sidebar .widget-menu .current-menu a:after, .sidebar .widget-menu .current-menu-item a:after, .sidebar .widget-menu .activeChild a:after{
    background-image: url(../img/right-white-icon.svg);
}
.sidebar .widget-menu .current-menu a, .sidebar .widget li.current-cat a, .sidebar .widget-menu .current-menu-item a, .sidebar .widget-menu ul .current_page_item a, .sidebar .widget-menu li.activeChild a {
    color: var(--color-3-white);
    background: var(--color-2-green);
}
/* Sidebar menu */

/* BLog Page CSS */
.mobile-search-blog {
    display: none;
}
.post-and-content-box {
    width: 100%;
    position: relative;
    padding-bottom: 35px;
}
.post-and-content-box .blog-btn {
    position: absolute;
    bottom: 0;
}
.post-and-content-box .blog-post-info {
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 0;
}
.post-and-content-box .post-title {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.post-and-content-box .post-title a {
    position: relative;
    font-size: 18px;
    color: var(--color-1-black);
    font-weight: 600;
    line-height: 28px;
}

.post-and-content-box .post-title a:hover {
    color: var(--color-2-green);
}
.blog-post-list {
    position: relative;
    width: 100%;
    z-index: 1;
}
.blog-post-list .post-col-info {
    display: flex;
    margin-bottom: 25px;
}
.post-and-content-box .post-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.post-and-content-box .post-image a {
    height: 200px;
    display: block;
    position: relative;
    background-color: #f3f3f3;
    transition: 1s;
    overflow: hidden;
}
.post-and-content-box .post-image a:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #293a4c;
    content: "";
    opacity: 0.5;
    transition: 1s;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.post-and-content-box:hover .post-image a:after {
    bottom: 0;
    transition: 1s;
    opacity: 0;
}
.post-and-content-box .post-image a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: relative;
    display: block;
    object-position: center;
    padding: 0;
    transition: 1s;
    border-radius: 20px;
}
.post-and-content-box:hover .post-image a img {
    transition: 1s;
    transform: scale(1.05);
}
.post-and-content-box .post-image a img.no-featured-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.blog-btn .blog-read-btn {
    font-size: 20px;
    padding: 0;
    display: flex;
    font-weight: 700;
    align-items: center;
}
.blog-btn .blog-read-btn svg {
    margin: 0;
    width: 16px;
    height: 16px;
    position: relative;
    left: 0;
    top: 1px;
    margin-left: 5px;
}

.blog-btn .blog-read-btn:hover svg path {
    stroke: var(--color-1-black);
}
.post-date {
    font-weight: 600;
    color: #0a883e;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
.blog-list-area .post-date {
    margin-bottom: 10px;
}
/* Blog Page CSS End */

/* Blog Page Search CSS Sidebar */
.searchitem ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 1);
}
.searchitem ::-moz-placeholder {
    color: rgba(0, 0, 0, 1);
}
.searchitem :-ms-input-placeholder {
    color: rgba(0, 0, 0, 1);
}
.searchitem :-moz-placeholder {
    color: rgba(0, 0, 0, 1);
}
.search-form label {
    width: 100%
}
.widget.searchitem {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none
}
input.search-field {
    color: #000;
    font-size: 16px;
    height: 68px;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    border: 1px solid rgba(243, 243, 243, 1);
    padding: 12px 0;
    padding-left: 15px;
    padding-right: 55px;
    line-height: 26px;
    background: rgba(243, 243, 243, 1);
    border-radius: 12px;
    text-align: left;
}
input.search-submit {
    border: none;
    position: absolute;
    top: 11px;
    bottom: 0;
    width: 45px;
    height: 45px;
    padding: 10px;
    font-size: 0px;
    right: 10px;
    background: transparent;
    border-radius: 0;
}
.search-form:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 7px;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/search-green.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 0;
    background-position: center;
    border-radius: 10px;
}
/* Blog Page Search CSS Sidebar */
/* Pagination CSS */
.paging-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: relative;
    width: 100%;
}
.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: none;
    padding: 0;
    border-radius: 0;
}
.paging-new .page-numbers {
    background-color: transparent;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--color-2-green);
    height: 60px;
    width: 60px;
    text-align: center;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.paging-new .page-numbers, .paging-new .page-numbers.current {
    margin: 0 2px;
}
.paging-new .next.page-numbers, .paging-new .prev.page-numbers {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    height: 60px;
    text-align: center;
    border-radius: 12px;
    font-size: 0px;
    width: 60px;
    text-indent: 0px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 43px;
    background-repeat: no-repeat;
    background-size: 20px;
    color: var(--color-3-white);
    border: 1px solid var(--color-2-green);
    background-color: transparent;
    background-position: center;
}
.paging-new .prev.page-numbers {
    background-image: url(../img/double-right-arrow-green.svg);
    transform: rotate(180deg);
    background-position: 21px center;
    margin-right: 0;
    margin-left: 0px;
}
.paging-new .prev.page-numbers:hover {
    background-image: url(../img/double-right-arrow-white.svg)
}
.paging-new .next.page-numbers {
    background-image: url(../img/double-right-arrow-green.svg)
}
.paging-new .next.page-numbers:hover {
    background-image: url(../img/double-right-arrow-white.svg)
}

.paging-new .page-numbers:hover {
    color: var(--color-2-green);
    border-color: var(--color-2-green);
    background-color: transparent;
}
.paging-new .page-numbers.current {
    color: var(--color-2-green);
    border-color: var(--color-2-green);
    background-color: transparent;
}
.paging-new .screen-reader-text {
    display: none;
    font-size: 0px;
    opacity: 0;
    pointer-events: none
}
.paging-new .next.page-numbers:hover, .paging-new .prev.page-numbers:hover {
    color: var(--color-2-green);
    border-color: var(--color-2-green);
    background-color: var(--color-2-green);
}
.paging-new .pagination {
    margin-top: 70px;
    width: 100%
}
.paging-new .page-numbers.dots {
    background-color: transparent;
    border: transparent;
}
/* Pagination CSS */
/* Blog Detail Page */
.single-page-img {
    width: 100%;
    position: relative;
    margin-top: 25px;
    border-radius: 12px;
}

.single-page-img img {
    width: 100%;
    border-radius: 12px;
}

.blog-list-area .single-content {
    width: 100%;
    position: relative;
    margin-top: 25px;
}
.post-main-heading {
    margin-bottom: 30px;
}
/* Blog Detail Page */

/* Search CSS */
.search-no-results .search-left-side .page-header {
    margin-bottom: 0
}
.search-left-side .page-title {
    color: #2c2c2c;
    font-weight: 600;
}
.search-left-side .page-title span {
    color: var(--color-2-green);
    font-size: 28px;
    line-height: 35px;
    font-weight: 300
}
.search-left-side .entry-title {
    line-height: 20px;
    margin: 0
}
.search-left-side .entry-title a {
    display: inline-block;
    font-style: normal;
    width: auto;
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    color: var(--bs-black);
    line-height: 30px;
}
.search-left-side .entry-title a:hover {
    color: var(--color-2-green);
    opacity: 1
}
.search-left-side .entry-summary .btn {
    margin-top: 15px
}

.search_result article {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 40px
}

.search_result article:last-child {
    margin: 0
}

.search-left-side .entry-title a br {
    display: none
}
/* Search CSS */


/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.page-template-template-about  .site-schema {
    margin-top: 70px;
}
.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 50px;
}
.clientreviews div strong, .clientreviews p strong {
    color: var(--color-2-green);
    letter-spacing: 1px;
}
.clientreviews p {
    color: #000;
}
.page_review_by .testimonialTitle {
    color: #000;
}
.clientreviews p strong {
    font-weight: 600;
}
.review-schema-wrapper .page_review {
    line-height: 32px;
}
.clientreviews .heading span, .clientreviews .heading strong {
    position: relative;
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.video-schema p {
    line-height: 32px;
    margin-bottom: 5px;
}
.site-schema {
    margin-top: 0px;
}
.video-schema {
    margin-bottom: 0px;
    margin-top: 0px;
}

.video-schema .heading {
    margin-bottom: 15px;
}
.clientreviews iframe {
    border: 1px solid #f6f6f6;
    width: 100%;
}
.review-schema-wrapper + .clientreviews.video-schema {
    margin-bottom: 70px;
}
.wpcf7 .form-group .wpc-form-links a {
    margin-right: 4px;
    margin-left: 4px;
}
.wpcf7 .form-group .wpc-form-links a:first-child {
    margin-left: 0;
}
/*  Site Schema Styling End */
.wpcf7 .disclaimer-group .wpcf7-list-item-label:after {
    position: relative;
    content: "*";
    margin-left: 2px;
}
.tab-content .tab-pane ul, .tab-content .tab-pane ul li {
    color: rgba(86, 86, 86, 1);
}
.tab-content .tab-pane ul li strong {
    color: #000;
}
.single-attorney-right-info .medium-heading {
    margin-bottom: 5px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* author css */
.post-author-and-category {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.post-author {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-right: 15px;
}

.post-author .author-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}
.post-author .author-link img {
    border-radius: 50%;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 0px 6px #cbcbcb;
}
.post-author .author-name {
    font-weight: bold;
}
.post-author a:hover {
    color: var(--color-2-green);
    text-decoration: underline;
}
.post-and-content-box .blog-post-info .post-author {
    margin-bottom: 10px;
}
.post-and-content-box .blog-post-info .post-author .author-link img {
    height: 30px;
    width: 30px;
}
/* author css */
/* Static page css */
.static-page-details, .blog-list-area {
    padding-right: 80px;
}
.static-page-details iframe, .blog-list-area iframe {
    width: 100%;
    height: 480px;
    text-align: left;
    margin: 0;
}
.static-page-details center iframe, .blog-list-area center iframe {
    margin-bottom: 15px;
}
.static-page-details h1 + h2,  .blog-list-area h1 + h2 {
    margin-top: 35px;
}
.static-page-details .size-full, .blog-list-area .size-full {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
.static-page-details img, .blog-list-area img {
    border-radius: 12px;
}
.category-list a {
    color: #ffffff;
    background: var(--color-2-green);
    padding: 5px 15px;
    border: 1px solid var(--color-2-green);
}
.category-list a:hover {
    background: var(--color-3-white);
    color: var(--color-2-green);
    transition: all 1s;
    border: 1px solid var(--color-2-green);
}
.category-list a:hover {
    color: var(--color-2-green);
}
.static-page-details a:hover, .static-page-details p a:hover, .blog-list-area p a:hover, .static-page-details ul li a:hover, .blog-list-area ul li a:hover {
    text-decoration: underline !important;
}
/* Static page css */
.footer-form-sec + .main-footer {
    margin-top: 70px;
}
/* Team Detail CSS */
.team-detail-section-wrap h1 {
    margin-bottom: 25px;
    position: relative;
    display: block;
    color: var(--color-2-green);
    font-size: 44px;
    line-height: 37px;
    font-weight: 900;
    text-transform: uppercase;
}
.team-short-detail-row {
    align-items: center;
}
.team-detail-col-right {
    padding-left: 70px;
}
.team-short-detail-row .single-team-image {
    width: 100%;
    position: relative;
    border-radius: 31.27px;
    overflow: hidden;
}
.team-short-detail-row .single-team-image img {
    width: 100%;
    border-radius: 31.27px;
    overflow: hidden;
    height: 700px;
    object-fit: cover;
    object-position: top;
}
.team-short-detail-row  .attr-designation {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.team-common-desc {
    width: 100%;
    position: relative;
}

.team-common-desc p:first-child strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.team-additional-content-box {
    width: 100%;
    position: relative;
    box-shadow: 0 8px 18px #0000000a;
    padding: 50px;
    background-color: #fff;
}
.team-left-col {
    padding-right: 30px;
}
.team-right-col {
    padding-left: 30px;
}

.reported-opinion-section {
    background: var(--color-2-green);
    position: relative;
    z-index: 0;
    padding-bottom: 290px;
}
.team-additional-detail {
    position: relative;
    z-index: 2;
    margin-top: -220px;
}

.cta-phone-button {
    width: 100%;
    position: relative;
    padding: 30px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-phone-button:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 30%;
    background: #fff;
    z-index: 11;
    content: "";
    margin: auto;
    opacity: 0.30;
}
.cta-phone-button a {
    display: block;
    background-image: url(../img/phone-icon-rounded.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 0 7px;
    color: #fff;
    font-size: 37.38px;
    font-weight: 700;
    padding-left: 125px;
    height: 110px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.cta-phone-button a span {
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}
.cta-phone-button a:hover, .cta-phone-button a:hover span {
    color: var(--color-2-green);
}

.reported-opinion-heading {
    text-align: center;
}
.reported-opinion-common-desc {
    width: 100%;
    position: relative;
}
.reported-opinion-right-col {
    padding-left: 50px;
}
.reported-opinion-common-desc h2, .reported-opinion-common-desc h2 a, .reported-opinion-common-desc h2 a strong {
    text-transform: uppercase;
}
.white-color-sec .reported-opinion-common-desc h2 a strong {
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.reported-opinion-common-desc h2 a:hover strong {
    color: #000;
    border-color: #000;
}
.reported-opinion-common-desc h2 a strong {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    display: block;
    text-transform: uppercase;
}
.white-color-sec h2 a strong {
    color: #fff;
}

.school-image-sec {
    width: 100%;
    border-radius: 12px;
    position: relative;
}

.school-image-sec img {
    border-radius: 12px;
    width: 100%;
}
.school-detail-section .row {
    align-items: center;
}
.bankruptcy-law-detail-section {
    background: rgba(243, 243, 243, 1);
}

.bankruptcy-law-image-sec {
    width: 100%;
    border-radius: 12px;
    position: relative;
}
.bankruptcy-law-image-sec img {
    width: 100%;
    border-radius: 12px;
}
.bankruptcy-law-left-col .heading {
    margin-bottom: 40px;
}
.bankruptcy-law-right-col {
    padding-left: 45px;
}
.team-detail-section-wrap {
    width: 100%;
    position: relative;
}

.team-detail-section-wrap .short-description {
    width: 100%;
    position: relative;
}

.team-detail-section-wrap .short-description h2 {
    font-size: 28px;
    font-weight: 900;
    color: var(--color-2-green);
    line-height: normal;
}
.more-team-detail-section h2, .more-team-detail-section h2 a {
    font-size: 33px;
    line-height: normal;
}
.more-team-detail-section h2 a {
    display: inline-block;
    font-weight: 700;
}
.more-team-detail-section ul:last-child, .more-team-detail-section ul li:last-child {
    margin: 0;
}
.bankruptcy-law-full .bankruptcy-law-right-col {
    padding-left: 15px;
}
/* Team Detail CSS */

/* free book wrap */
.free-book-wrap {
    background: transparent;
    padding: 60px 0px;
    border-radius: 15px;
}
.free-book-section {
    background-image: linear-gradient(to right top, #000000, #030302, #050505, #080807, #0a0a0a, #121212, #181818, #1d1d1d, #282828, #343434, #404040, #4c4c4c);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 76% 100%;
    margin-bottom: 70px;
    position: relative;
    width: 100%;
}
.free-book-section .book-info-col {
    top: -6px;
    position: relative;
}
.free-book-wrap .row {
    align-items: center;
}
.free-book-wrap .green-button {
    margin-top: 35px;
}

.white-color-sec .green-button .btn {
    background-color: var(--color-2-green);
    border: 1px solid var(--color-2-green);
    color: var(--color-3-white);
}

.white-color-sec .green-button .btn:hover {
    color: var(--color-2-green);
    background-color: var(--color-3-white);
    border: 1px solid var(--color-2-green);
}
/* free book wrap */

/* Testionial Page CSS */
.reviews-section {
    background-color: rgba(243, 243, 243, 1);
}
.reviews-section .review-row .review-box {
    background-color: transparent;
    padding: 20px 25px;
    border: 1px solid rgba(11, 148, 68, 1);
    border-radius: 12px;
    transition: .5s;
    position: relative;
    width: 100%;
    padding-bottom: 48px;
}
.review-col-item .client-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.review-col-item {
    display: flex;
}
.testimonial-btn {
    position: absolute;
    bottom: 20px;
}

.reviews-section .review-row {
    justify-content: center
}
.reviews-section .review-row .author-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px
}
.reviews-section .review-row .author-title .a-icon {
    background-color: #0b9444;
    color: #fff;
    padding: 3px 16px;
    border-radius: 85px;
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-section .review-row .author-title p {
    margin: 0;
    line-height: 1.3
}

.reviews-section .review-row .star-icon {
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 0
}

.reviews-section .review-row .testimonial-review-rating {
    display: flex;
    align-items: center
}

.reviews-section .review-row .star-icon .star-icon-wraper {
    display: inline-block;
    background-image: url(../img/star-icon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    height: 22px;
    width: 22px;
    background-position: center;
    font-size: 0px
}
.read-btn {
    font-size: 20px;
    padding: 0;
    display: flex;
    font-weight: 700;
    align-items: center;
}
.read-btn svg {
    margin: 0;
    width: 16px;
    height: 16px;
    position: relative;
    left: 0;
    top: 1px;
    margin-left: 5px;
}

.read-btn:hover svg path {
    stroke: var(--color-1-black);
}
.pagination-wrapper .paging-new {
    max-width: 60%;
    margin: 0 auto;
}

.sidebar .related-post-wrap .widget-menu ul li a {
    font-size: 16px;
    line-height: 24px;
    padding-right: 30px;
}
.sidebar .related-post-wrap .widget-menu ul li a:after {
    top: 12px;
}
.free-book-section  + .goole-review-section {
    padding-top: 0;
}
.video-col-item {
    margin-top: 40px;
}
.testimonial-page-link {
    margin-top: 15px;
}
.video-col-item .video-link {
    display: block;
    position: relative;
    border-radius: 12px;
}
.video-col-item .video-link img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
    object-position: center;
}
.testimonial-page-link a {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}
.testimonial-page-link a:hover {
    color: var(--color-2-green);
}
/* Testionial Page CSS END */

/* Video Page CSS */
.video-item-column .video-box-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.video-item-column .video-box-wrap .video-featured-img {
    width: 100%;
    position: relative;
    display: block;
    height: 345px;
    border-radius: 12px;
    overflow: hidden;
}
.video-item-column .video-box-wrap a img {
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    transition: 1s;
}
.video-item-column .video-box-wrap a:hover img {
    transition: 1s;
    transform: scale(1.05);
}
.video-item-column .video-box-wrap .no-video-image {
    width: 100%;
    position: relative;
    display: block;
    height: 345px;
    background: #ccc;
    padding: 35px;
}
.video-item-column .video-box-wrap .no-video-image img {
    object-fit: contain;
}
.video-page-link {
    margin-top: 25px;
    margin-bottom: 7px;
}
.video-page-link .video-name-and-link {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.video-page-link .video-name-and-link:hover {
    color: var(--color-2-green);
}
.video-header-row {
    margin-bottom: 50px;
}
.play-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 69px;
    height: 69px;
    font-size: 0px;
    border: 1px solid var(--color-3-white);
    border-radius: 50%;
    background-color: transparent;
    background-image: url(../img/play-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 51%;
    transition: 1s;
}

.play-icon:hover, .html5lightbox:hover .play-icon {
    background-color: var(--color-2-green);
    transition: 1s;
    transform: scale(1.1)
}
/* Video Page CSS */
/*  Video Detail Page CSS */
.video-content-wrap {
    display: block;
    width: 100%;
    position: relative;
}

.video-content-wrap a {
    display: block;
    width: 100%;
    position: relative;
    height: 226px;
    border-radius: 12px;
}

.video-content-wrap .video-featured-img img {
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.video-content-wrap .no-video-image {
    background: #d2d2d2;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-content-wrap .no-video-image img {
    width: auto;
    height: auto;
    max-width: 80%;
}
.video-content-wrap .video-heading {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    margin-top: 15px;
}
.video-content-wrap:hover .video-heading{
    color: var(--color-2-green);
}
/* Video Detail Page CSS */
/* Location Page CSS */
.location-content-wrap {
    justify-content: center;
}
.location-content-wrap .location-address-info .nap-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.location-content-wrap .location-address-info {
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 25px;
    width: 100%;
    position: relative;
    height: 100%;
}
.location-content-wrap .location-address-info:hover {
    border-color: #0b9444;
    background: #0b9444;
}
.location-content-wrap .location-address-info .nap-title {
    color: #0b9444;
}
.location-content-wrap .location-address-info:hover .nap-title, .location-content-wrap .location-address-info:hover .direction-wrap .direction-link, .location-content-wrap .location-address-info:hover {
    color: #fff;
}
.location-content-wrap .location-address-info:hover .address-contact-info .phoneno {
    color: #fff;
}
.location-address-col {
    display: flex;
}
.location-address-col .nap-location-item {
    width: 100%;
}
.location-content-wrap {
    justify-content: center;
}
.location-address-center, .address-contact-info, .location-content-wrap .location-address-info .direction-wrap .direction-link {
    font-size: 18px;
    line-height: 30px;
}
.address-contact-info .phoneno {
    color: #000;
    background-image: url(../img/call-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 2px;
    padding-left: 30px;
    padding-bottom: 10px;
}
.location-content-wrap .location-address-info:hover .location-address-center {
    background-image: url(../img/location-icon-white.svg);
}
.location-content-wrap .location-address-info:hover .address-contact-info .phoneno{
    color: var(--color-3-white);
    background-image: url(../img/call-icon-white.svg);
}
.location-content-wrap .location-address-info .address-contact-info .phoneno:hover {
    text-decoration: underline;
}
.location-content-wrap .location-address-info .direction-wrap .direction-link {
    border-bottom: 1px solid transparent;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b9444;
}
.location-content-wrap .location-address-info:hover  .direction-wrap .direction-link {
    color: var(--color-3-white);
}
.location-content-wrap .location-address-info .direction-wrap .direction-link:hover  {
    border-color: #fff;
}
.location-address-center {
    background-image: url(../img/location-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 3px;
    padding-left: 30px;
}
.location-content-wrap .location-address-info .direction-wrap {
    margin-top: 10px;
}
/* Location Page CSS */
/* Book Download Registration Page CSS */
.book-left-image img {
    border: 1px solid #e2e2e2;
    padding: 5px;
    width: auto;
    max-width: 100%;
    position: relative;
}

.book-download-page .row {
    display: flex;
    align-items: center;
}

.book-download-page .small-heading {
    color: var(--color-2-green);
    font-weight: 400;
    font-size: 36px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 15px;
}
.book-download-page .book-right-info {
    padding-left: 60px;
}
.book-download-form .wpcf7 {
    background: rgba(243, 243, 243, 1);
    border-radius: 12px;
    width: 100%;
    position: relative;
    padding: 70px;
}
.static-page-details.full-width-static {
    padding-right: 15px;
}
/* Book Download Registration Page CSS */

/* Evaluation FORM Page CSS */
.evaluation-form-detail {
    background: rgba(243, 243, 243, 1);
    border-radius: 12px 10px 0 0;
    width: 100%;
    position: relative;
    padding: 70px;
    margin-top: 50px;
}
.contact-page-forms.evaluation-form-wrap {
    width: 100%;
    position: relative;
    text-align: left;
}
.evaluation-form-detail .form-label span {
    color: var(--color-2-green);
}
.evaluation-form-detail .form-acceptance-col .wpcf7-list-item label {
    margin-left: 0;
    line-height: normal;
    align-items: center;
    display: flex;
    margin-top: 20px;
}
.evaluation-form-detail .form-acceptance-col .wpcf7-list-item label input {
    position: relative;
    top: 1px;
    height: 20px;
    width: 20px;
}
.evaluation-form-detail .wpcf7 .form-acceptance-col .wpcf7-list-item label .wpcf7-list-item-label {
    cursor: pointer;
    padding-left: 0;
}
.evaluation-form-detail .wpcf7 .wp-form-btn {
    margin-top: 40px;
}
/* Evaluation FORM Page CSS */
/* Landing Page CSS */
.landing-sidebar-image {
    width: 100%;
    margin-bottom: 40px;
}
.landing-sidebar-image img {
    width: 100%;
    height: auto;
}
.sidebar-content-wrap h3 {
    margin-bottom: 25px;
    position: relative;
    display: block;
    color: var(--color-2-green);
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
}
.sidebar-content-wrap {
    width: 100%;
    position: relative;
}
.sidebar-content-wrap ul li {
    font-size: 18px;
    font-weight: 600;
}
.landing-page-phone {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.landing-page-phone .btn {
    width: 100%;
}
.landing-contact-form {
    background: rgba(243, 243, 243, 1);
    border-radius: 12px;
    width: 100%;
    position: relative;
    padding: 50px;
    margin-top: 40px;
}
.landing-contact-form .heading {
    font-size: 38px;
    line-height: 46px;
}
.landing-contact-form .form-small-text {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.landing-video-section {
    width: 100%;
    position: relative;
    margin: 40px 0;
}

.landing-video-section a {
    display: block;
    border-radius: 12px;
    position: relative;
}

.landing-video-section a img {
    width: auto;
    border-radius: 12px;
}
.landing-video-section .commercial-video-title {
    margin-top: 25px;
    position: relative;
    display: block;
    color: var(--color-2-green);
    font-size: 29px;
    line-height: 46px;
    font-weight: 700;
}

.landing-banner-image {
    width: 100%;
}
.landing-banner-image img {
    width: 100%;
}
.landing-pag-banner-row {
    margin-top: 50px;
}
.metro-location-row {
    margin-top: 40px;
}

.date-box-wrap {
    width: 100%;
    position: relative;
}

.date-box-wrap .wpcf7-form-control-wrap {
    width: 100%;
}
.date-box-wrap .wpcf7-form-control-wrap .wpcf7-form-control {
    padding: 3px;
    font-size: 16px;
    text-transform: none;
    height: 55px;
    padding-left: 15px;
    border-radius: 12px;
    background-color: var(--color-3-white);
    border: 1px solid var(--color-3-white);
    color: rgba(110, 110, 110, 1);
    font-weight: 300;
    width: 100%;
}
.static-page-details p a, .blog-list-area p a {
    font-weight: 600;
}

.static-page-details p a:hover, .blog-list-area p a:hover {
    color: rgba(11, 148, 68, 1);
}

.page-template-template-team .free-book-section {
    margin-bottom: 0;
}
/* Landing Page CSS */

.page-template-template-contact-us .contact-nap-address {
    margin-top: 70px;
}

/* News page option */
.news-page-detail {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}
.news-page-list {
    align-items: center;
    justify-content: center;
}
.news-page-list div a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px;
    line-height: 1.5;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    transition: 0.5s;
}
.news-page-list div a:hover {
    transition: 0.5s;
    background-color: var(--color-2-green);
    color: #fff;
}
.news-page-list div a:focus {
    background-color: transparent;
    color: var(--color-2-green);
    border-color: var(--color-2-green);
}
/* News page option */
.iframe-side-contact-form {
    background: var(--color-2-green);
    padding: 15px;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 40px;
}
.iframe-side-contact-form iframe {
    border-radius: 10px;
}