@font-face {
    font-family: 'be_vietnamthin';
    src: url('../fonts/bevietnam-thin-webfont.woff2') format('woff2'),
        url('../fonts/bevietnam-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    color: #3C3C3C;
    font-family: 'Lora';
    font-size: var(--body-size);
    font-weight: 400;
    line-height: 30px;
    /* padding-top: 138px; */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Instrument Sans';
    font-weight: 600;
}

.heading {
    color: var(--dark-black);
    font-family: 'Instrument Sans';
    font-size: var(--heading-size);
    font-weight: 600;
    line-height: 60px !important;
    text-transform: capitalize;
}

.instrument {
    font-family: 'Instrument Sans';
}

.yellow_border:hover {
    border: 1px solid var(--yellow);
    background-color: transparent;
}

.space-pd {
    padding: 110px 0;
}

.space-mr {
    margin: 110px 0;
}

.space-mt {
    margin-top: 110px;
}

.space-mb {
    margin-bottom: 110px;
}

.space-pt {
    padding-top: 110px;
}

.space-pb {
    padding-bottom: 110px;
}

/********************Header***********************/
.main-header-top,
.main-header-top * {
    background: #051F38;
    color: #fff;
}

.main-header-top {
    padding: 5px 0px;
}

.main-header-top .social-media ul li svg,
.main-header-top .social-media ul li img {
    width: 18px;
    height: 18px;
}

.main-header-top .social-media ul li a {
    line-height: 1;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.main-header-top .social-media ul li svg path {
    fill: #fff;
}

.main-header-top .row {
    display: flex;
    justify-content: space-between;
}

.main-header-top .social-media {
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-header-top .call-us-today {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
}

.main-header-top .social-media ul {
    margin: 0;
    padding: 0;
}

.header-search svg {
    position: relative;
    line-height: normal;
    top: -3px;
}

.main-header-top .social-media ul li {
    display: inline-block;
    margin-right: 15px;
}

.main-header-top .call-us-today .header_phone_text {
    font-weight: 300;
    margin-right: 5px;
    background-image: url(../img/call.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.main-header-wrap .header-logo {
    /* width: 100%; */
    /* max-width: 15%; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -1px;
}

.main-header-wrap .header-logo svg {
    width: 100%;
    max-width: 150px;
    padding-top: 5px;
}

.menu_col {
    display: flex;
    grid-column-gap: 20px;
}

.header-logo img {
    max-width: 147px;
    display: block;
}

.main-header-wrap .header_menu_apply {
    /* width: 100%; */
    /* max-width: 85%; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0%;
}

.main-header-wrap .header-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header-wrap .header-menu-wrap>ul {
    position: relative;
}

.main-header-wrap .header-menu-wrap>ul:after {
    content: '';
    background: #ffffff69;
    position: absolute;
    right: -13px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 20px;
    margin: auto;
}

.main-header-wrap .header-menu-wrap>ul {
    margin-right: 20px;
}

/***********Banner**********/
.home-page-banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home-page-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    /* max-height: 973px; */
}

.banner_header_wrap {
    margin-top: -137px;
}

.banner_form {
    height: 100vh;
    padding: 10px 35px;
    display: flex;
    align-items: center;
}

.number_text {
    font-weight: 500;
    letter-spacing: 4px;
}

header.header.shrink {
    background-color: var(--green);
    border-bottom: none;
}

.phone_num a {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
}

.form_wrap {
    margin-top: 20%;
    color: white;
}

.phone_num {
    line-height: 100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.home-page-banner .image {
    position: absolute;
    bottom: 0;
    right: 100px;
    display: flex;
    height: auto;
    width: calc(50% + 10px);
}

.home-page-banner .image img {
    width: 100%;
    height: auto;
}

.home-page-banner .row {
    align-items: flex-end;
    height: 100%;
}

.home-page-banner .container {
    height: 100%;
}

.home-page-banner .banner_heading {
    color: #FFF;
    color: #FFF;
    font-size: 65px;
    font-weight: 500;
    line-height: 100% !important;
    margin-bottom: 25px;
    text-transform: capitalize;
}

a.button {
    margin-top: 30px;
}

.home-page-banner .banner_content {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0px;
}

.search-icon.global-search svg path {
    fill: var(--white);
}


.home-page-banner .banner-content-wrap {
    padding-bottom: 68px;
}


/*************Footer****************/
footer {
    background-color: var(--dark-black);
    padding: 70px 0 15px 0px;
}

ul#menu-footer-menu {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 50px;

}

ul#menu-footer-menu .current-menu-item a {
    color: var(--yellow) !important;
}

.footer_menu_row {
    border-top: 1px solid #FFFFFF33;
    padding-top: 40px;
    margin: 35px 0 20px 0;
}

ul#menu-footer-menu li a {
    color: white;
    font-family: 'Instrument Sans';
    text-transform: uppercase;
}

footer .column-2 ul {
    display: inline-block;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

footer .column-2 ul li {
    display: inline-block;
    padding: 0px 20px;
}

footer .column-2 ul li a {
    color: var(--dark-Blue, #051F38);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.footer-social ul li svg path {
    fill: var(--blue, #048);
}

.footer-social ul {
    display: inline-block;
    padding-left: 0;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li svg {
    width: 20px;
    height: 20px;
}

.footer-social ul li a {
    border: 1px solid var(--white);
    padding: 10px;
    border-radius: 20px;
    margin-left: 15px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    height: 60px;
    width: 60px;
    border-radius: 100%;
}

.add_phone_wrap span,
.add_phone_wrap a {
    font-family: 'Instrument Sans';
    font-weight: 300;
    font-size: 16px;
}

.address {
    position: relative;
    padding-left: 25px;
    color: white;
}

.address:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 14px;
    background-image: url(../img/location.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 10px;
    left: 0;
}

.phones_wrap .phone {
    position: relative;
    padding-left: 25px;
}

.phones_wrap .phone:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background-image: url(../img/header_phone.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 10px;
    left: 0px;
}

footer.footer a:hover {
    color: var(--yellow) !important;
}

.phone:hover span {
    color: var(--yellow) !important;
}

.footer-social ul li:hover a {
    background: var(--yellow);
    border: 1px solid var(--yellow);
}

.add_phone_wrap span,
.add_phone_wrap a {
    font-family: 'Instrument Sans';
    font-weight: 300;
}

.footer-social {
    text-align: right;
}

.footer-social ul li a svg path {
    fill: #fff;
}



footer .column-3 {
    padding: 30px 0px;
}

footer .footer-copyright {
    padding: 5px 0px;
    line-height: 1.5;
    font-size: 15px;
}

footer.footer p,
footer.footer span,
footer.footer a {
    color: white !important;
}

footer .column-2 ul .current-menu-item>a {
    position: relative;
}

footer .column-2 ul .current-menu-item>a:after {
    content: '';
    position: absolute;
    background: var(--blue);
    left: 0;
    right: 0;
    bottom: -2px;
    width: calc(100% - 10px);
    height: 1px;
    margin: auto;
}

/*******************************/
.home_donation {
    text-align: center;
}

.home_donation .section_loop_data-wrap {
    display: flex;
    flex-wrap: wrap;
}

.home_donation .section_loop_data-wrap .loop_data {
    width: 100%;
    max-width: 33%;
    position: relative;
}

.home_donation .btn-wrap {
    justify-content: center;
}

.home_donation .section_loop_data-wrap .loop_data .icon {
    margin: auto;
    width: auto;
    display: inline-block;
    border: 1px solid var(--blue);
    padding: 60px;
    border-radius: 50%;
    position: relative;
}

.home_donation .section_loop_data-wrap .loop_data .icon:after {
    content: '';
    background-color: var(--blue);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.1;
    width: 85%;
    height: 85%;
    margin: auto;
}

.home_donation .section_loop_data-wrap .loop_data .icon svg {
    width: 100px;
    height: 100px;
}

.home_donation .section_loop_data-wrap .loop_data .icon-line:before {
    content: '';
    background-image: url(../img/line.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    right: -270px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    top: 2px;
    transform: rotate(2deg);
}

.home_donation .section_loop_data-wrap .loop_data .icon-line {
    position: relative;
    margin-bottom: 30px;
}

.home_donation .section_loop_data-wrap .loop_data:last-child .icon-line:before {
    display: none;
}

.home_donation {
    background-image: url(../img/danate.webp);
    background-color: #f2f2f2;
}

.loopheading {
    color: #000;
    text-align: center;
    font-family: Bitter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.home_donation .section_loop_data-wrap .loop_data .content {
    margin-top: 10px;
}

.home-blogs .description {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

/*******************/
.home_about .image-border img {
    width: 100%;
    max-width: 620px;
}

/******************************/
.home-blogs .blog-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
}

.home-blogs .post-image-box {
    width: 100%;
    max-width: 40%;
    padding-right: 45px;
}

.home-blogs .post-content-box {
    width: 100%;
    max-width: 60%;
}

.home-blogs .post-image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 0 0;
    box-shadow: 0px 0px 15px 5px #f2f2f2;
}

.home-blogs .post-title a,
.home-blogs .post-title {
    color: var(--dark-Blue, #051F38);
    font-family: Bitter;
    font-weight: 400;
    text-transform: capitalize;
    line-height: normal;
}

.home-blogs .blog_desc {
    padding: 10px 0px;
}

.home-blogs .button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*******************/
.home_contact_us .header_phone_text {
    color: var(--grey, #5D5D5D);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.38px;
    text-transform: uppercase;
}

.home_contact_us .header_phone_number {
    color: var(--Blue, #048);
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
}

.home_contact_us {
    background-image: url(../img/contact.webp);
    background-color: #f2f2f2;
}

/*********************Contact us page********************/
.contact_information * {
    color: #fff;
}

.contact_information img,
.contact_information svg {
    height: 17px;
    width: 17px;
}

.contact_information svg path {
    fill: #fff;
}

.contact_us_page .contact_information .heading {
    font-size: 35px;
    margin-bottom: 20px;
}

.contact_us_page .contact_information {
    background: #0C4A89;
    padding: 15px 25px;
    text-transform: uppercase;
    height: 100%;
    padding-top: 75px;
    width: 100%;
}

.contact_us_page .contact_information .address-wrapper {
    background-image: url(../img/location.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 25px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.contact_us_page .contact_information .phone_number {
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 22px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.contact_us_page .contact_information .timing {
    background-image: url(../img/time.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 22px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.contact_us_page .form-area {
    padding: 40px 40px;
}

.contact_us_page .contact_information_wrap {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 33.33333333%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_information ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.contact_information ul li {
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
}

.contact_information ul>li>a {
    line-height: 1;
}

.contact_information .get_direction a {
    text-transform: capitalize;
    text-decoration: underline;
}

.contact_us_page .form-area .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.contact_us_page .shadow {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.contact_us_page.common-pd {
    padding-bottom: 0;
    z-index: 1;
    position: relative;
}

.contact_us_map {
    position: relative;
    margin-top: -150px;
    z-index: -1;
}

.contact_us_map .map-wrap iframe {
    height: 500px;
    width: 100%;
}

/********************/
.what-we-do-page .heading {
    margin-bottom: 30px;
}

.what-we-do-page .default-content {
    padding-right: 25px;
}

/******************/



/******************/

.get-involve-page .default-content {
    text-align: center;
}

.get-involve-page .btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.get-involve-page .image-wrap img {
    width: 100%;
    max-width: 550px;
    margin-left: 0;
    padding-left: 20px;
}

/**************/

.testimonials-page .testimonials-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonials-page .testimonials-wrap .testimonials-loop {
    width: 50%;
    padding: 0px 15px;
    position: relative;
    margin-bottom: 40px;
}

.testimonials-page .testimonials-wrap .testimonials-loop a {
    position: relative;
    display: flex;
    border: 1px solid #084575;
    align-items: center;
    justify-content: center;
}

/*.testimonials-page .testimonials-wrap .testimonials-loop a:hover {
    transform: scale(1.02);
}*/

.testimonials-page .testimonials-wrap .testimonials-loop img {
    padding: 20px;
    height: 400px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    transition: 0.5s;
}

.testimonials-page .testimonials-wrap .testimonials-loop:hover img {
    transform: scale(1.05, 1.075);
}

.testimonials-page .testimonials-wrap .testimonials-loop svg.quotes {
    position: absolute;
    top: -15px;
    left: 60px;
    width: 30px;
    height: 30px;
    background: #fff;
}

.testimonials-page .testimonials-wrap .testimonials-loop svg.play {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}

.testimonials-page div#load-more-testimonial {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.button {
    transition: all 0.5s ease;
}

.button:hover {
    background: var(--green);
    color: #fff;
    border: 1px solid var(--green);
}

.button {
    cursor: pointer;
}

section.work_section {
    background-color: #FAFBFB;
    padding-bottom: 40px;
}

/**************Memories***************/
.memories-page .first-child {
    width: 100%;
}

.memories-page .other-child {
    width: 33%;
}

.memories-page .memories-loop .video svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
}

.memories-page .memories-loop .video {
    position: relative;
    display: block;
}

.memories-loop a {
    overflow: hidden;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    display: block;
}

.memories-page .other-child img,
.memories-page .first-child img {
    width: 100%;
    transition: 0.5s;
    overflow: hidden;
}

.memories-loop a img:hover {
    transform: scale(1.2);
}

.memories-page .container {
    width: 100%;
    max-width: 1200px;
}

.memories-page .other-child,
.memories-page .first-child {
    margin-bottom: 10px;
}

.memories-page h2 {
    text-align: center;
}

.memories-page .btn-wrap {
    justify-content: center;
}

/********************************/

/********************************/
.team-single-page {
    padding-top: 20px !important;
}

.team_page .team-data-wrap a {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    flex-flow: column;
    transition: 0.5s ease all;
}

.team_page .team-data-wrap a:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.team_page .team-data-wrap {
    padding: 35px 25px;
}

.team_page .team-data-wrap a:hover {}

.team_page .team-data-wrap img {
    height: auto;
    width: 100%;
}

.team_page .team-data-wrap a .teamcontent {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px 40px;
    z-index: 1;
}

.team_page .team-data-wrap a .teamcontent h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.team_page .team-data-wrap a:hover img {
    transform: scale(1.05);
}

.team_page .team-data-wrap a img {
    transition: 0.5s;
}

.team_page .team-data-wrap * {
    color: #fff;
}

.team_page {
    padding-top: 0px;
}

.team_page .team-data-wrap a .teamcontent .get_the_content {
    display: none;
}

.team_page .team-data-wrap a:hover .get_the_content {
    display: block;
}

.team_member_more_description {
    margin-top: 20px;
}

.history-page-about .content-area {
    color: #fff;
    padding-left: 50px;
}

.history-page-about {
    height: 100%;
    max-height: 600px;
    display: flex;
    align-items: flex-end;
}

/********************/

.inner-banner-sub-heading {
    color: var(--blue, #048);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.nav-menu ul li .sub-menu li.current-menu-item>a {
    background: var(--yellow);
    border: none;
    color: #000;
}

.nav-menu ul li .sub-menu li a:hover {
    color: #000;
    background: var(--yellow);
    border: none;
}


/**************/

.copyright-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
    border-top: 1px solid #FFFFFF33;
    padding-top: 20px;
}

.footer-contact {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
}

.copyright-privacy ul#menu-privacy-policy,
.copyright-privacy p {
    margin: 0;
}

.copyright-privacy ul#menu-privacy-policy li {
    margin-right: 10px;
    margin-bottom: 0;
}

.breadcrumbs-block span.custom_arrow {
    margin: 0 7px 3px 7px;
}

span.custom_a {
    margin: 0 13px;
}

.copyright-privacy ul#menu-privacy-policy li a {
    color: var(--grey, #5d5d5d);
}

ul#menu-privacy-policy li a {
    text-decoration: underline;
}

.copyright-privacy ul#menu-privacy-policy {
    display: flex;
    padding-left: 10px;
}

/******************/
.nav-menu>ul>li>a,
.button {
    font-family: 'Instrument Sans';
}


.get-involve-page .content-wrap {
    padding: 20px;
}

.main-header-wrap .header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyright-text {
    display: contents;
}

.work_items_wrapper {
    margin: 40px 0 20px 0;
}

.work_items_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 150px;
}

.work_items_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 150px;
}

.item_wrap {
    position: relative;
}

.item_wrap p {
    line-height: 30px;
}

.item_wrap:before {
    content: '';
    position: absolute;
    height: 1.5px;
    width: 81px;
    background-color: var(--black);
    right: -116px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.work_section .button {
    padding: 19px 90px;
}

.item_icon {
    height: 81px;
    width: 81px;
    background-color: var(--green);
    border-radius: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.work_items_wrapper .item_wrap:last-child::before {
    display: none;
}

/* -----------------------List Section------------------------------ */
.second_heading {
    color: var(--green);
    line-height: 50px;
    font-weight: 700;
}

.list_wrap li,
.law_section li {
    position: relative;
}

.list_wrap li:before,
.law_section li:before {
    content: '';
    position: absolute;
    left: -42px;
    top: 10px;
    background-image: url(../img/list_icon.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    height: 17px;
    width: 18px;
}

.law_section ul {
    column-count: 3;
    margin: 30px 0 30px 0;
}

/* -----------------------Practice Area Section------------------------------ */
.practice_area_section p {
    color: white;
}

.practice_areas {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.practice_areas_wrapper .pa_read_more,
.blog_read_more,
.pa_read_more {
    transition: all 0.3s ease !important;
}

.practice_areas_wrapper .pa_read_more:hover,
.pa_read_more:hover {
    color: white !important;
}

.practice_areas_wrapper .pa_read_more svg path,
.pa_read_more svg path {
    transition: stroke 0.3s ease;
    /* Smooth stroke transition */
}

.practice_areas_wrapper .pa_read_more:hover svg path,
.pa_read_more:hover svg path {
    stroke: white !important;
}

.practice_areas_wrapper {
    margin: 30px 0 20px 0;
}

.pa_content_wrap h5 {
    font-weight: 500;
    margin: 15px 0 10px 0;
}

.pa_content_wrap p {
    font-size: 16px;
}

.pa_content_wrap {
    display: flex;
    flex-direction: column;
    padding: 25px;
    justify-content: center;
    height: 420px;
}

/* .pa_content_wrap .pa_read_more,
.pa_content_wrap p {
    display: none;
    transition: all 0.5s ease;
}

.practice_areas:hover .pa_content_wrap .pa_read_more,
.practice_areas:hover .pa_content_wrap p {
    display: block;
} */

.practice_areas .pa_content_wrap {
    transition: background-color 0.5s ease-in-out;
    /* Smooth transition */
}

.practice_areas:hover .pa_content_wrap {
    background-color: rgba(6, 64, 42, 0.65);
}




.pa_read_more {
    color: var(--yellow);
    font-family: 'Instrument Sans';
}

.pa_read_more svg {
    margin-left: 10px;
    margin-bottom: 3px;
}

.pa_content_wrap p {
    margin-bottom: 5px;
}

.team_outer_wrap,
.team_page_outer_wrap {
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
}

.team_wrap {
    display: flex;
    grid-column-gap: 40px;
    align-items: center;
}

.team_page_wrap {
    grid-column-gap: 20px;
    display: flex;
    grid-column-gap: 40px;
}

.team-col {
    flex: 1;
}

a.team_read_more svg {
    margin: 0 0 3px 10px;
}

h5.team_title {
    color: var(--dark-black);
}

a.team_read_more {
    color: var(--green);
    font-family: 'Instrument Sans';
    position: relative;
    top: 27px;
}

a.team_read_more:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--green);
    bottom: -10px;
}

/* .team_img {
    border-bottom: 8px solid var(--green);
} */

.team_img img {
    margin: 0 auto;
    display: block;
    height: 286px;
}

.team_content {
    position: relative;

}



/* .team_outer_wrap .team_wrap:last-child {
    flex-direction: row-reverse;
} */

/* .team_content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-image: url(../img/team_line.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    left: -20px;
} */
/* -----------------------Testimonial Section------------------------------ */

section.testimonial_section {
    background-color: var(--green);
}

section.map_section a,
section.testimonial_section a {
    color: #e6cc21;
}

.testimonial_section p {
    color: white;
}

/* .slick-slide {
    margin-right: 15px;
}

.slick-list {
    margin-right: -15px;
} */

.tq_wrap {
    background-color: #FFFFFF1A;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 25px;
}

.tq_outer_wrap {
    position: relative;
}

.tq_outer_wrap:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 82%;
    background-color: rgba(255, 255, 255, 0.15);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.tq_outer_wrap {
    position: relative;
}

.tq_outer_wrap:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 82%;
    background-color: rgba(255, 255, 255, 0.15);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.testimonial-slider ul.slick-dots li button {
    background-color: #FFFFFF33;
}

.testimonial-slider .slick-dots li.slick-active button {
    background-color: white;
}

.testimonial-slider .slick-dots li.slick-active {
    border: 1px solid white;
    padding: 2px;
    border-radius: 100%;
}

.testimonials {
    margin-bottom: 25px;
}

.testimonial-slider ul.slick-dots li {
    padding: 2px;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_section .heading {
    margin-top: -16px;
}

.yellow_border:hover {
    background-color: transparent !important;
    border: 1px solid var(--yellow) !important;
}

/* -----------------------Logo Slider Section------------------------------ */

.award_img {
    display: flex !important;
    justify-content: center;
    position: relative;
}

.award_img img {
    width: 149px;
    height: 115px;
    object-fit: contain;
}

.award_img:before {
    content: '';
    position: absolute;
    border-right: 1px solid rgba(60, 60, 60, 0.13);
    right: 0;
    height: 100%;
}

.logo_slider .slick-track {
    display: flex;
    align-items: center;
    margin: 60px 0;
}

.logo_slider_section {
    border-bottom: 1px solid rgba(60, 60, 60, 0.13);
    border-top: 1px solid rgba(60, 60, 60, 0.13);
}

.why_choose_points {
    border: 1px solid #EAEAEA;
    background-color: #FAFBFB;
    padding: 40px 30px 35px 30px;
    height: 100%;
}

.points_wrapper {
    grid-row-gap: 25px;
}

.point_icon {
    border: 1px solid #06402A;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

/* -----------------------YouTube Section------------------------------ */
.youtube_section .row {
    background-color: #FAFBFB;
    padding: 30px 40px;
}

.youtube_section img {
    display: block;
}

.youtube_section p {
    font-size: 18px;
    line-height: 30px;
}

.youtube_section .heading {
    color: var(--green);
}

.common-search-page .button {
    margin-top: 10px;
}

.search_result .post-list li {
    margin-bottom: 40px;
}

.search_result .post-list li:last-child {
    margin-bottom: 0;
}

/* -----------------------Map-Form Section------------------------------ */
.map iframe {
    width: 100%;
    height: 100%;
}

.homepage_form {
    padding-right: 50px;
	padding-top: 40px;
    padding-bottom: 40px;
}

.map_section {
    position: relative;
}

.homepage_form p {
    text-transform: capitalize;
}

.map {
    position: absolute;
    right: 0;
    width: 50vw;
    top: 0;
    height: 100%;
}

.map_section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    background-image: url(../img/form_green_bg.png);
    background-position: 0 center;
    background-repeat: repeat;
    left: 0;
    top: 0;
}

.yellow_border {
    background-color: var(--yellow);
    position: relative;
}

/* -----------------------Video Slider Section------------------------------ */
.video-wrap {
    position: relative;
    /* display: inline-block; */
}


.play_link {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0px;
    position: absolute;
    opacity: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1 !important;
}

.play-icon {
    transform: none;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.video-faq-listing .row {
    grid-row-gap: 12px;
}

.play-icon {
    position: absolute;
}

.html5lightbox {
    right: -5px;
}

.video-play-icon svg {
    width: 34px;
    height: 27px;
    transition: all 0.5s ease;
}

.video-wrap:hover svg {
    transform: scale(1.5);
}

.video_title {
    color: #222222;
    font-size: 20px;
    margin-top: 15px;
}

.video_arrow_wrap {
    margin-top: 40px;
}

.youtube_icon_wrap a {
    display: flex;
    justify-content: center;
}

.slick-arrow {
    border: 1px solid #3C3C3C4D;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s ease;
}

section.youtube_section .heading {
    text-transform: none;
}

.slick-arrow svg path {
    stroke: #3C3C3C4D;
}

.slick-arrow:hover {
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
}

.slick-arrow:hover svg path {
    stroke: #222222;
}

/* -----------------------Report Slider Section------------------------------ */

.report_content_wrap {
    display: flex;
    align-items: center;
    grid-column-gap: 100px;
}

.report_content,
.report_img {
    flex: 50%;
}

.report_content h3 {
    color: var(--green);
}

.report_slider_section {
    background: #FAFBFB;
}

.map_col {
    min-height: 750px;
}

.homepage_form p {
    font-size: 18px;
    color: white;
}

/* -----------------------Case Result Slider Section------------------------------ */

.case_first_col {
    background-color: var(--green);
    padding-left: 5%;
    padding-right: 30px;
}

.case_second_col {
    background-color: #3C3C3C;
    padding-left: 30px;
}

.custom_arrows .slick-arrow {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.custom_arrows .slick-arrow svg path {
    stroke: rgba(255, 255, 255, 0.3);
}

.custom_arrows {
    grid-column-gap: 15px;
    width: 70%;
}

.custom_arrows:before {
    content: '';
    position: absolute;
    width: 76%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.report_listing h6 a {
    color: #222222;
}

.custom_arrows .slick-arrow:hover svg path {
    stroke: #222222;
}

.case_first_col p {
    color: white;
    font-size: 18px;
}

/* .case_result_slider .slick-list {
    padding: 0 20% 0 0 !important;
} */

/* ----------------------------------------------------- */
/* -------------------------Practice Area Listing Page---------------------------- */
/* ----------------------------------------------------- */
.pa_content {
    margin-top: -127px;
    background-color: #FAFBFB;
    padding: 25px;
    width: 96%;
    position: relative;
}

.pa_content .desc {
    color: #3B3B3B;
}

.practice-areas {
    grid-row-gap: 25px;
}

.pa_content svg path {
    fill: var(--yellow);
}

.pa_content {
    transition: background-color 0.5s ease;
}

.pa_content .title,
.pa_content .desc {
    transition: color 0.5s ease;
}

.item:hover .pa_content {
    background-color: var(--green);
}

.item:hover .pa_content .title,
.item:hover .pa_content .desc {
    color: white;
}


.pa_content .pa_read_more {
    color: var(--green);
    font-family: 'Instrument Sans';
}

.pa_content .pa_read_more svg path {
    stroke: var(--green)
}

.item:hover .pa_content .pa_read_more {
    color: var(--yellow);
}

.item:hover .pa_content .pa_read_more svg path {
    stroke: var(--yellow)
}

/* ----------------------------------------------------- */
/* -------------------------Reviews Page---------------------------- */
/* ----------------------------------------------------- */
/* .review_wrap .inner-blk:nth-child(even) .testimonials {
    background-color: var(--green);
}

.review_wrap .inner-blk:nth-child(even) .testimonials p {
    color: white;
}

.review_wrap .inner-blk:nth-child(even) .testimonials .tq_wrap {
    background-color: white;
} */
.review_wrap .inner-blk .testimonials {
    background-color: #EEEEEE;
    padding: 30px 30px 25px 30px;
    height: 100%;
}

.review_wrap .inner-blk .testimonials .tq_wrap svg path {
    fill: var(--green);
}

.review_wrap .inner-blk .testimonials .tq_wrap {
    background-color: var(--green);
    position: relative;
}

.review_wrap .tq_outer_wrap:before {
    height: 1px;
    background-color: #e4e5e5;
    right: 0;
    width: 100%;
}

.review_wrap .testimonials {
    margin-bottom: 0;
}

.review_wrap {
    grid-row-gap: 25px;
}

.defautl-editor strong {
    color: var(--green);
}

.author {
    color: var(--green);
    font-weight: 600;
}

/* -----------------------Pagination------------------------------ */
.paging-new {
    display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.paging-new .pagination {
    margin-top: 45px;
}

.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

a.prev {
    position: absolute;
    left: 0 !important;
}

a.next {
    position: absolute;
    right: 0;
}

.paging-new .page-numbers {
    font-weight: 600;
    font-family: 'Instrument Sans';
    font-size: 16px;
    line-height: 64px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #3B3B3B;
    background-color: white;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.paging-new .page-numbers:not(.prev):not(.next),
.paging-new .page-numbers.current {
    margin: 0 6px;
    width: 60px;
    height: 60px;
    border: 1px solid #3B3B3B;
    border-radius: 0px;
}

.paging-new .prev.page-numbers,
.paging-new .next.page-numbers {
    margin-left: 0;
    background: var(--green);
    color: #fff;
    padding: 0px 15px;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0 6px;
}

.paging-new .page-numbers:hover {
    color: white;
    border-color: #009DC4;
    background-color: var(--green);
}

.post_mg_wrap {
    overflow: hidden;
    position: relative;
}

.post_mg_wrap img {
    display: block;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.library_listing_section .post_mg_wrap img {
    height: 355px;
}

.post_mg_wrap:hover img {
    transform: scale(1.1);
}

div#case-results-listing,
div#news-listing {
    background-color: #FAFBFB;
}

.paging-new .page-numbers.current {
    color: #3B3B3B;
    border: 1px solid var(--yellow) !important;
    background-color: var(--yellow);
}

section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content h6 a:hover {
    color: white;
}

.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(--dark-black);
    background-color: transparent;
    border: 1px solid #3B3B3B;
}

.page-numbers svg path {
    stroke: white;
}

.page-numbers:hover svg path {
    stroke: #3B3B3B;
}

/* ----------------------------------------------------- */
/* -------------------------Contact Us Page---------------------------- */
/* ----------------------------------------------------- */
.contact_page_form p {
    /* text-align: center; */
    color: white;
    font-family: 'Instrument Sans';
}

.contact_page_form .row {
    --bs-gutter-x: 2.5rem;
}

.contact_page_form {
    width: 80%;
    margin: 0 auto;
}

.contact_page_map iframe {
    width: 100%;
    height: 560px;
}

/* ----------------------------------------------------- */
/* -------------------------Team Listing Page---------------------------- */
/* ----------------------------------------------------- */
.team_listing .team_outer_wrap .team_wrap:last-child {
    flex-direction: row;
}

.team_listing .team-col img {
    display: block;
}

.team_listing .designation {
    border-bottom: 1px solid #3B3B3B;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.team_social_profile ul li a {
    border: 1px solid #E7E7E7;
    background-color: #FAFBFB;
    margin: 0 10px 0 0;
}

.team_social_profile ul li a svg path {
    fill: var(--green);
}

.team_social_profile {
    text-align: left;
}

.team_social_profile ul li a:hover svg path {
    fill: white;
}

.team_social_profile ul li,
.team_social_profile ul {
    margin-bottom: 0;
}

.team_page_outer_wrap .team_social_profile .team-col:hover img {
    border: 2px solid var(--yellow);
}

.team_page_outer_wrap .team-col img {
    border: 2px solid white;
}

/* ----------------------------------------------------- */
/* -------------------------Team Detail Page---------------------------- */
/* ----------------------------------------------------- */
.video_iframe iframe {
    width: 100%;
    height: 650px;
}

.team-bg-color {
    background-color: #FAFBFB;
    border: 1px solid #E7E7E7;
    padding: 35px 30px 35px 40px;
}

.video_iframe {
    padding: 0 40px;
}

.team_logo_slider_wrap button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.team_logo_slider_wrap .slick-list.draggable {
    width: 75%;
    margin: 0 auto;
}

.team_award_slider .slick-slide img {
    height: 100px;
    width: 130px;
    object-fit: contain;
}

.team_logo_slider_wrap button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.award_icon {
    display: flex !important;
    justify-content: center;
}

.team_logo_slider_wrap button.slick-arrow {
    background-color: transparent;
    border: none;
}

.team_logo_slider_wrap button.slick-arrow:hover {
    background-color: transparent;
    border: none;
}

.team_logo_slider_wrap {
    background-color: #FAFBFB;
    border: 1px solid #E7E7E7;
    padding: 50px 0 40px 0;
    margin-left: 40px;
}

.detail_page_h {
    border-bottom: 1px solid #000000;
    padding-bottom: 25px;
}

/* ----------------------------------------------------- */
/* -------------------------Video Listing page---------------------------- */
/* ----------------------------------------------------- */
select#video-category-filter {
    background-color: #FAFBFB;
    border: 1px solid #D8D8D8;
    font-family: 'Instrument Sans';
    font-size: 18px;
    padding: 19px 15px;
}

.inner-content {
    background-color: #EEEEEE;
    height: 100%;
}

section.video_listing {
    background-color: #FAFBFB;
}

.vid_slice_content {
    padding: 10px 30px 30px 30px;
}

.news_listing_section .vid_slice_content {
    padding: 0px;
}

.news_listing_section a.blog_read_more.text-uppercase {
    margin-top: 30px;
    margin-bottom: 40px;
}

section.video_listing .categories,
.report_cnt .categories,
.date,
.categories {
    font-weight: 600;
    color: var(--green);
}

.video-wrap img {
    width: 100%;
}

div#video-listing .row {
    grid-row-gap: 25px;
}

.video_listing .categories,
.report_cnt .categories,
#library-listing .categories,
.categories {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div#video-listing .categories {
    border-bottom: 0px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    padding-top: 15px;
}

.cat_time {
    border-bottom: 1px solid #D6D6D6;
    grid-column-gap: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.v_title a {
    color: #222222;
}

.v_title a:hover {
    color: var(--yellow);
}

/* ----------------------------------------------------- */
/* -------------------------Free Reports Listing---------------------------- */
/* ----------------------------------------------------- */
.report_listing .report_image {
    text-align: center;
    background-color: var(--green);
    height: 340px;
    padding-top: 33px;
    position: relative;
}

.report_listing .report_image:before {
    content: '';
    position: absolute;
    height: 151px;
    width: 305px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 44px;
    z-index: 0;
    background: #FFFFFF0D;
}

.report_listing .report_image img {
    position: relative;
}

.newsimage img {
    height: 390px;
    object-fit: cover;
}

.report_listing .report_listing {
    grid-row-gap: 25px;
}


.report_listing .report_cnt {
    background-color: #FAFBFB;
    padding: 25px 35px 50px 35px;
    height: 355px;
}

/* ----------------------------------------------------- */
/* -------------------------News Listing---------------------------- */
/* ----------------------------------------------------- */
div#news-listing .categories {
    border: none;
}



div#news-listing h6 {
    color: #222222;
}

.date {
    color: #3C3C3C;
}

.fillered_post_section {
    background-color: #FAFBFB;
}

.header_phone_number {
    font-size: 25px;
    font-family: 'Instrument Sans';
    font-weight: 400;
}

.header_phone_number:hover {
    color: var(--yellow) !important;
}

.header_phone_text {
    font-family: 'Instrument Sans';
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-size: 16px;
}

.home-page-banner.bg {
    padding-left: 5%;
}

.main-header-wrap {
    padding-left: 5%;
}

.header_phone_wrap {

    padding: 0 35px;
}

.header_phone_bg {
    position: relative;
}

.header_phone_bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/green_bg.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    background-size: cover;
}

.home-page-banner.bg {
    position: relative;
}

.home-page-banner.bg:after {
    content: '';
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(0deg, #000B50 0%, rgba(0, 11, 80, 0) 98.73%); */
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 98.73%);

}

.banner-content-wrap,
.banner_form {
    z-index: 1;
    position: relative;
}

.form-b {
    z-index: 1;
    position: relative;
}

.home-page-banner.bg:before {
    content: '';
    position: absolute;
    height: 20%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 98.73%);
}

.breadcrumbs-block {
    background-color: #3B3B3B;
    color: white;
    font-family: 'Instrument Sans';
}

.breadcrumbs-block a {
    color: white;
    font-family: 'Instrument Sans';
}

span.custom_arrow {
    margin: 0 7px;
}

.breadcrumbs-block {
    padding: 10px 0;
}

div#breadcrumbs {
    text-transform: capitalize;
}

.search-icon.global-search:hover {
    cursor: pointer;
}

.search-icon.global-search:hover svg path {
    fill: var(--yellow);
}


.testimonial-slider .slick-slide,
.case-slider .slick-slide,
.video_slider .slick-slide {
    margin: 0 15px;
}


.testimonial-slider .slick-list,
.case-slider .slick-list,
.video_slider .slick-list {
    margin: 0 -15px;
}

.team_page_outer_wrap .team-col img {
    border: 3px solid white;
}

.team_page_outer_wrap .team-col:hover img {
    border: 3px solid var(--yellow);
}

.m_form {
    display: none;
}

.team_detail_page h1.heading {
    line-height: 52px;
}

.home-page-banner .container-fluid {
    height: 100%;
}

.home-page-banner .row {
    /* align-items: flex-end; */
    height: 100%;
    /* padding-bottom: 60px; */
}

.team_outer_wrap {
    grid-column-gap: 20px;
}

.line_div {
    border-bottom: 1px solid rgba(60, 60, 60, 0.13);
}

.team_outer_wrap .team_wrap:first-child .team_content:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/team_line.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    bottom: -104px;
    left: -67px;
    background-size: contain;
}

.team_outer_wrap .team_wrap:first-child .team_content p {
    padding-right: 60px;
}

.team_outer_wrap .team_wrap:nth-child(2) .team_content:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/team_line.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    bottom: -104px;
    left: -67px;
    background-size: contain;
}

.team_outer_wrap .team_wrap:nth-child(2) .team_content {
    padding-right: 60px;
}

.report_slider .report_content {
    flex: 60%;
}

.report_slider .report_img {
    flex: 40%;
}

.report_slider_section ul.slick-dots button {
    height: 18px;
    width: 18px;
}

.report_slider_section .slick-dots button {
    background-color: #D9D9D9;
}

.report_slider_section .slick-dots li.slick-active button {
    background-color: var(--green);
}

.team_content.team-col p {
    line-height: 25px;
}

a.team_read_more {
    transition: all 0.3s ease;
}

a.team_read_more:hover {
    color: var(--yellow);
}

a.team_read_more svg path {
    transition: stroke 0.3s ease;
}

a.team_read_more:before {
    transition: background-color 0.3s ease;
}

a.team_read_more:hover svg path {
    stroke: var(--yellow);
}

a.team_read_more:hover:before {
    background-color: var(--yellow);
}

.case_result_slider .case_content .categories,
.contact_page_form h3 {
    font-weight: 400;
}

.pa_content .title {
    font-weight: 500;
    margin-bottom: 6px;
}

.pa_content .icon {
    margin-bottom: 12px;
}

div#video-listing {
    background-color: #FAFBFB;
}

.report_image img {
    width: 163px;
    height: 239px;
    object-fit: contain;
}



.news_listing_section p.categories,
.news_listing_section .date,
.library_listing p.categories,
.vid_slice_content .categories {
    color: #3C3C3C;
}

.news_listing_section p.categories span,
.news_listing_section .date span,
.library_listing p.categories span,
.vid_slice_content .categories span {
    color: var(--green);
}

.search-icon.global-search svg {
    margin-top: 4px;
}

.practice-areas-page .pa_content {
    height: 280px;
}

.team_detail_page .img-wrap {
    float: left;
    width: 50%;
    margin: 0 40px 10px 0;
}

a.team_rm {
    transition: color 0.3s ease;
    /* duration and easing */
}

a.team_rm:hover {
    color: var(--yellow);
}

a.team_rm {
    color: white;
    text-decoration: underline;
}

.case-slider .categories {
    margin: 0;
    border: none;
    padding: 0;
}

.work_section,
.list_section,
.report_slider_section,
.practice_area_section,
.team_section,
.testimonial_section,
.logo_slider_section,
.why_choose_section,
.case_result_slider,
.video_slider_section,
.youtube_section,
.map_section {
    overflow: hidden;
}

.report_slider .slick-dots li {
    margin: 0 10px;
}

.bg_wrap {
    position: relative;
}

.bg_wrap:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/pattern_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
}

section.list_section {
    position: relative;
}

.list_section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-image: url(../img/left_bg.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.list_section:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background-image: url(../img/right_bg.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;

}

.paging-new svg {
    width: 14px;
    height: 13px;
}

.page-template-template-free-offers .report_listing.row.mt-5 {
    --bs-gutter-x: 3.5rem;
    grid-row-gap: 3.5rem;
}

.report_listing h6 a:hover {
    color: var(--yellow);
}

.video-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.item:hover .pa_content svg path {
    fill: white;
}

.blog_detail_page .blog_feature_img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.blog_detail_page .video-wrap img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.team_page_wrap .team_content {
    /* position: relative; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.loader-spinner svg {
    width: 60px;
    height: 60px;
}

.practice_areas .pa_content_wrap .pa_read_more,
.practice_areas .pa_content_wrap p {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transform: translateY(10px);
    transition-duration: 2s, 2.8s, 2.8s;
    transition-delay: 0s, 1.6s, 1.6s;
    /* delays for transform & visibility */
    transition-timing-function: ease;
}

.practice_areas:hover .pa_content_wrap .pa_read_more,
.practice_areas:hover .pa_content_wrap p {
    max-height: 500px;
    /* big enough to accommodate your content */
    transform: translateY(0);
    visibility: visible;
}

.b_img img {
    height: 278px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

.blog_section .single-post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rm_btn svg {
    margin-bottom: 3px;
}

#library-listing .rm_btn.mt-3,
.video_listing_section .rm_btn.mt-3 {
    padding: 10px 30px 30px 30px;
}

#library-listing .inner-content,
.video_listing_section .inner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


section.testimonial_page .container .review_wrap:nth-child(odd) .inner-blk:last-child .testimonials,
section.testimonial_page .container .review_wrap:nth-child(even) .inner-blk:first-child .testimonials {
    background-color: var(--green);
}

section.testimonial_page .container .review_wrap:nth-child(odd) .inner-blk:last-child .testimonials p,
section.testimonial_page .container .review_wrap:nth-child(even) .inner-blk:first-child .testimonials p {
    color: white;
}

section.testimonial_page .container .review_wrap:nth-child(odd) .inner-blk:last-child .testimonials .tq_wrap,
section.testimonial_page .container .review_wrap:nth-child(even) .inner-blk:first-child .testimonials .tq_wrap {
    background-color: var(--white);
}

section.testimonial_page .container .review_wrap:nth-child(odd) .inner-blk:last-child .testimonials a,
section.testimonial_page .container .review_wrap:nth-child(even) .inner-blk:first-child .testimonials a {
    color: var(--yellow);
}

section.testimonial_page .container .review_wrap:nth-child(odd) .inner-blk:last-child .testimonials a:hover,
section.testimonial_page .container .review_wrap:nth-child(even) .inner-blk:first-child .testimonials a:hover {
    color: white !important;
}

section.testimonial_page .container .review_wrap:nth-child(odd) .inner-blk:last-child .testimonials,
section.testimonial_page .container .review_wrap:nth-child(even) .inner-blk:first-child .testimonials {
    background-color: var(--green);
}


section.testimonial_page .container .review_wrap:nth-child(even) .inner-blk:last-child .testimonials,
section.testimonial_page .container .review_wrap:nth-child(odd) .inner-blk:first-child .testimonials {
    background-color: #EEEEEE;
}

section.testimonial_page .container .review_wrap:nth-child(even) .inner-blk:last-child .testimonials .tq_wrap svg path {
    fill: white;
    stroke: white;
}

section.testimonial_page .container .review_wrap:nth-child(odd) .inner-blk:first-child .testimonials .tq_wrap svg path {
    fill: white;
    stroke: white;
}

section.testimonial_page .container .review_wrap:nth-child(even) .inner-blk:last-child .testimonials .tq_outer_wrap:before,
section.testimonial_page .container .review_wrap:nth-child(odd) .inner-blk:first-child .testimonials .tq_outer_wrap:before {
    background-color: #06402A80;
}

/* ............odd even........... */
section.testimonial_page .container .review_wrap:nth-child(even):last-child .inner-blk:last-child .testimonials .tq_wrap svg path {
    fill: var(--white);
    stroke: var(--white);
}

section.testimonial_page .container .review_wrap:nth-child(even):last-child .inner-blk:last-child .testimonials .tq_wrap {
    background-color: var(--green);
}

section.testimonial_page .container .review_wrap:nth-child(even):last-child .inner-blk:last-child .testimonials p {
    color: var(--green);
}

section.testimonial_page .container .review_wrap:nth-child(even):last-child .inner-blk:last-child .testimonials .author {
    color: var(--green);
}

section.testimonial_page .container .review_wrap:nth-child(even):last-child .inner-blk:last-child .testimonials a {
    color: var(--green);
}

section.testimonial_page .container .review_wrap:nth-child(even):last-child .inner-blk:last-child .testimonials a:hover {
    color: var(--yellow) !important;
}

/* ....................... */
.review_wrap.row {
    margin-top: 25px;
}

.counter_wrap a {
    font-family: 'Instrument Sans';
}

.counter_wrap a:hover {
    color: var(--yellow) !important;
}

.about_firm,
.attorney_help,
.compensation_section,
.representation_section {
    background-color: #FAFBFB;
}

.counter_wrap svg {
    margin-right: 13px;
}

.contact_wrap {
    display: flex;
    grid-column-gap: 60px;
}

.case_result_section .vid_slice_content {
    padding: 30px 30px 30px 30px;
}

.rl_list .rl_col:nth-child(odd) .inner-content {
    background-color: var(--green);
}

.rl_list .rl_col:nth-child(odd) .inner-content p,
.rl_list .rl_col:nth-child(odd) .inner-content span,
.rl_list .rl_col:nth-child(odd) .inner-content .report_para {
    color: white;
}

.rl_list .rl_col:nth-child(odd) .inner-content h4 a {
    color: var(--yellow) !important;
}



.rl_col .inner-content .categories {
    border-bottom: 1px solid #D8D8D8;
}

.rl_list .rl_col:nth-child(odd) .inner-content h4 a:hover {
    color: white !important;
}

/* =========================Accordion=========================== */
.accordion-item {
    margin-bottom: 20px;
    border: none;
}

.accordion-item .accordion-button.collapsed {
    box-shadow: 0px 0px 10px 0px #00000026 !important;
    justify-content: space-between;
}

.accordion-button.collapsed {
    background-color: white !important;
    padding: 35px;
    font-size: 20px;
    color: #222222 !important;
    font-family: 'Lora';
    border-radius: 0;

}

button.accordion-button {
    border-radius: 0;
    background-color: var(--green) !important;
    font-size: 20px;
    font-family: 'Lora';
    color: white !important;
    padding: 35px;
    box-shadow: none !important;
}

/* .accordion-item .show {
    background-color: var(--green);
} */
.accordion-item {
    background-color: var(--green) !important;
}

.accordion-body {
    padding: 0 35px 27px 35px;
}

.fl a.blog_read_more {
    color: var(--yellow);
}

.fl a.blog_read_more:before {
    border-bottom: 1px solid var(--yellow);
}

.fl a.blog_read_more:hover:before {
    border-bottom: 1px solid white;
}

.fl a.blog_read_more:hover {
    color: white;
}

.fl {
    margin-bottom: 19px;
}

.fl a.blog_read_more svg path {
    stroke: var(--yellow);
}

.fl a.blog_read_more:hover svg path {
    stroke: white;
}

.accordion-button:after {
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.accordion-button:not(.collapsed):after {
    background-image: url(../img/minus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 3px;
    margin-left: 30px;
    transform: none;
}

.accordion-button:not(.collapsed) {
    justify-content: space-between;
}

/* =========================Accordion End=========================== */

.download_form {
    background-color: var(--green);
    padding: 35px;
    margin-top: 100px;
}

.download_form h3 {
    font-weight: 500;
}

.lp_fillered_post_section .inner-content {
    background-color: #FAFBFB;
}

.library_listing_section .paging-new,
.news_listing_section .paging-new {
    width: 100%;
    flex-wrap: wrap;
    grid-row-gap: 12px;
}

/* .library_listing_section .report_listing {
    grid-row-gap: 50px;
} */
.library_listing_section .paging-new a.prev,
.library_listing_section .paging-new a.next,
.news_listing_section .paging-new a.prev,
.news_listing_section .paging-new a.next {
    position: unset;
}

.menu-cat-areas ul li {
    margin: 0;
}

.form_wrapper {
    background-color: var(--green);
    padding: 35px;
}

.news_listing_section .inner-content {
    background-color: #FAFBFB;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.library_listing_section .report_listing .ll_col:nth-child(odd) .inner-content,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content {
    background-color: var(--green);
}

.library_listing_section .report_listing .ll_col:nth-child(odd) .inner-content h6 a,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content h6 a {
    color: var(--yellow);
}

.library_listing_section .report_listing .ll_col:nth-child(odd) .inner-content h6 a:hover,
.library_listing_section .report_listing .ll_col:nth-child(odd) .inner-content .report_para,
.library_listing_section .report_listing .ll_col:nth-child(odd) .inner-content p,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content .report_para {
    color: white;
}

.library_listing_section .blog_read_more {
    margin-top: 20px;
    bottom: 35px;
    left: 35px;
}


.library_listing_section .report_listing .ll_col:nth-child(odd) .inner-content a.blog_read_more,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content a.blog_read_more {
    color: var(--yellow);
}

.library_listing_section .report_listing .ll_col:nth-child(odd) .inner-content a.blog_read_more:before,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content a.blog_read_more:before {
    border-bottom: 1px solid var(--yellow);
}

.library_listing_section .report_listing .ll_col:nth-child(odd) .inner-content a.blog_read_more svg path,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content a.blog_read_more svg path {
    stroke: var(--yellow);
}

.library_listing_section .report_listing .ll_col:nth-child(odd) .inner-content a.blog_read_more:hover:before,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content a.blog_read_more:hover:before {
    border-bottom: 1px solid white;
}

.library_listing_section .report_listing .ll_col:nth-child(odd) .inner-content a.blog_read_more:hover,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content a.blog_read_more:hover {
    color: white;
}

.library_listing_section .report_listing .ll_col:nth-child(odd) .inner-content a.blog_read_more:hover svg path,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content a.blog_read_more:hover svg path {
    stroke: white;
}

section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content .categories,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content .categories span,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content .date,
section.news_listing_section .report_listing .nl_col:nth-child(odd) .inner-content .date span {
    color: white;
}

.rl_col .inner-content,
.nl_col .inner-content {
    background-color: #EEEEEE;
}

.slick-slide .inner-content {
    background-color: white;
}

.rl_list .rl_col:nth-child(odd) .inner-content h4 {
    color: var(--yellow);
}

.rl_col .inner-content h4 {
    color: var(--green);
}

.rl_col .inner-content a:hover .report_para {
    color: #222222;
}

.rl_col .inner-content .report_para {
    color: #222222;
}

/* .broken_link, a.broken_link {
    text-decoration: line-through;
    color: red;
} */
.disclaimer p {
    font-family: 'Instrument Sans';
}

.content-area a {
    /* color: #59811e; */
    font-weight: 600;
}

.blog_detail_page .content-area a:hover,
.static-page .the_content a:hover {
    color: var(--dark-green);
}

.blog_detail_page .content-area a,
.static-page .the_content a {
    text-decoration: underline;
}

.blog_detail_page .content-area a:hover,
.static-page .the_content a:hover {
    text-decoration: none;
}

.blog_detail_page .content-area .button,
.static-page .the_content .button {
    text-decoration: none;
}

.blog_detail_page .content-area .button:hover,
.static-page .the_content .button:hover {
    color: #fff !important;
}

/* .report_slider .slick-track .slick-slide:nth-child(3) .report_img img, .report_slider .slick-track .slick-slide:nth-child(3) .report_content_wrap {
    display: none;
} */
/* .report_slider .slick-track .slick-slide:nth-child(3)  .report_content {
    flex: 100%;
    width: 100%;
}
.report_slider .slick-track .slick-slide:nth-child(3)  .report_img {
    flex: 0;
}
.report_slider .slick-track .slick-slide:nth-child(3)  .report_content_wrap {
    grid-column-gap: 0;
    width: 100%;
} */
.report_slider .report_img img {
    height: 438px;
}

li#menu-item-2463,
li#menu-item-2472,
li#menu-item-2467,
li#menu-item-2469 {
    margin-right: 15px;
}

/* li#menu-item-2463 .sub-menu {
    max-height: 276px;
    overflow-y: auto;
    overflow-x: hidden;
} */

ul.testimonial-ajax-pagination {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.category .library_listing_section .blog_read_more {
    left: 0;
}

.why_choose_points {
    transition: background-color 0.5s ease;
}

.why_choose_points h5,
.why_choose_points p,
.why_choose_points a {
    transition: color 0.5s ease;
}

.why_choose_points svg path {
    transition: fill 0.5s ease;
}

.why_choose_points .point_icon {
    transition: border 0.5s ease;
}

/* Hover effects */
.why_choose_points:hover {
    background-color: var(--green);
}

.why_choose_points:hover h5,
.why_choose_points:hover p {
    color: white;
}

.why_choose_points:hover svg path {
    fill: white;
}

.why_choose_points:hover .point_icon {
    border: 1px solid white;
}

.why_choose_points:hover a {
    color: white;
}

.banner_form .form-control {
    padding: 20px 0px 25px 0px;
}

section.report_slider_section {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.ti-widget.ti-goog {
    overflow: visible !important;
    width: 500px !important;
}

.gs {
    position: relative;
    z-index: 3;
    margin-bottom: 7%;
    grid-column-gap: 30px;
    justify-content: space-between;
}

@media screen and (min-width: 1199px) {
    .menu-button-list a {
        background: var(--yellow);
        color: #000 !important;
        padding: 10px !important;
        border-radius: 0px;
        margin-left: 17px;
    }

    .menu-button-list a:hover {
        background: #000;
        color: #fff !important;
    }
}

.note_strip {
    background-color: #efefef;
}

.note_strip {
    background-color: #efefef;
}

.note_strip li:before {
    display: none;
}

.note_strip ul {
    margin-bottom: 0;
    display: flex;
    margin-top: 10px;
    grid-column-gap: 23px;
}
.note_strip img {
    display: block;
}
.library_listing_section.space-pb.static-page.t {
    padding-top: 100px;
}


.home-page-banner .banner_form .form-control:focus{
	color: #fff;
}


.download_form_wrap .wpcf7-checkbox label,
.contact-form-sidebar .wpcf7-checkbox label,
.contact-form-sidebar .note{
    color: #fff;
}