@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: #545454;
    font-family: 'sans-serif';
    font-size: var(--body-size);
    font-weight: 400;
    padding-top: 0px;
    line-height: 35px;
}

p {
    letter-spacing: 1px;
	
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
   	font-family:'sans-serif';
}

.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;
}

.left_gap_wrapper {
    padding-left: 30px;
}

.right_gap_wrapper {
    padding-right: 30px;
}

.heading {
    color: var(--heading-color);
    font-family: eb;
    font-size: var(--heading-size);
    font-weight: 400;
    line-height: 75px;
    text-transform: capitalize;
}

.eb {
    font-family: 'EB Garamond';
}

/********************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;
}

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

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

.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;
}

.main-header-wrap .header_menu_apply {
    width: 100%;
    max-width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 58px;
}

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

header.header.shrink {
    background-color: var(--heading-color);
}

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

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

.phone_col {
    background-color: red;
}

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

.call-us-today {
    height: 100%;
    align-items: center;
    justify-content: center;
    grid-column-gap: 156px;
}

.call-us-today {
    position: relative;
}

.header_phone_number svg {
    margin-right: 9px;
}

.call-us-today:before {
    content: '';
    position: absolute;
    width: 88px;
    height: 1px;
    background-color: #FFFFFF66;
    left: 0px;
    right: 0;
    margin: auto;
}

.header_phone_number svg {
    margin-right: 9px;
}

.header_phone_number svg path {
    fill: black;
    stroke: black;
}

.header_phone_text {
    font-size: 20px;
    font-weight: 500;
}

.header_phone_number {
    font-size: 22px;
    font-weight: 600;
}

/***********Banner**********/
/* .home-page-banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
} */
section.home-page-banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 60%;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #0000002b 0%, rgba(0, 0, 0, 0) 100%);
}

.home-page-banner {
    width: 84%;
    height: 85vh;
    position: relative;
    /* max-height: 650px; */
}

.banner_section_wrap {
    height: 100vh;
}

.banner_section_wrap:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 70%;
    background-image: url(../img/home_banner_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}

.h5.blog-post-title {
    /* margin-top: 30px; */
}

.header_phone_number svg path {
    stroke: white;
}
.post-author {
    color: var(--orange);
}
.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: end;
    height: 100%;
    align-content: flex-end;
}

.page-banner-title {
    font-size: var(--h1);
    padding-bottom: 9%;
}

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

.home-page-banner .banner_heading {
    color: #FFF;
    font-size: 87px;
    font-style: normal;
    font-weight: 500;
    line-height: 110px;
}

.home-page-banner .banner_content {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0 30px 0;
}

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


/*************Footer****************/
footer {
    text-align: center;
    padding-top: 70px;
    background-color: #0F0F10;
}

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

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

footer .column-2 ul li a {
    color: white;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.footer-social ul li svg path {
    fill: white;
}

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

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

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

.footer-social ul {
    margin: 0;
}

.footer-social ul li {
    border: 1px solid #FFFFFF4D;
    padding: 10px;
    transition: 0.5s;
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
}

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

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

.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

/* footer .column-3 {
    padding: 30px 0px;
} */
.map_iframe iframe {
    width: 100%;
    height: 500px;
    display: block;
}

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

footer .column-2 ul .current-menu-item>a {
    position: relative;
    color: var(--orange);
}

.copyright-text {
    display: contents;
}

ul#menu-privacy-policy li a:hover {
    color: var(--orange);
}

/* 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;
    margin-top: 40px;
}

.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;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* --bs-gutter-x: 4.5rem; */
    grid-row-gap: 24px;
}

.inner-page-banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 5%) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, #000000b5 0%, rgba(0, 0, 0, 0) 100%);

}

button.prev-testimonial {
    top: 175px;
    position: relative;
}

section.trial_section h2.heading {
    text-transform: none;
}

button.next-testimonial {
    right: 0;
    position: absolute;
    top: 175px;
}

.testimonial_slider .slick-list {
    width: 85%;
    margin: 0 auto;
}

.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:hover {
    background: var(--sky-blue);
    color: #fff;
}

.button {
    cursor: pointer;
}

/**************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: #0F0F10;
    border: none;
    color: white;
}

.nav-menu ul li .sub-menu a {
    color: white
}

.nav-menu ul li .sub-menu li a:hover {
    color: white;
    background: #0F0F10;
    border: none;
}


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

.copyright-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

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

footer .column-2 ul li a:hover {
    color: var(--orange);
}

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

.copyright-privacy ul#menu-privacy-policy li a {
    color: white;
}

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

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


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

.main-header-wrap .header-logo {
    padding: 0px;
}

section.expertise_section,
.our_duty_section {
    overflow: hidden;
}

/**********************************Expertise Section*****************************************/
section.expertise_section {
    background-color: #FAFAFA;
}

/**********************************Arrow*****************************************/
.arrow {
    height: 55px;
    width: 55px;
    border: 1px solid #54545480;
    border-radius: 100%;
    transition: background-color 0.5s ease, border-color 0.5s ease;
    background: transparent;
}

.arrow svg path {
    fill: #54545480;
    transition: fill 0.5s ease;
}

.custom_arrow_controls {
    grid-row-gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

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

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

.ex_heading_row {
    margin-bottom: 35px;
}

.ex_title,
.edu_heading strong,
.education_card_title {
    font-size: 26px;
    bottom: 35px;
    left: 25px;
    font-family: 'EB Garamond';
    font-weight: 400;
    z-index: 1;
}

.edu_heading,
.education_card_title {
    color: #252525;
}

/* .practice-areas a.inner:hover img {
    transform: scale(1.06);
}

.practice-areas a.inner img {
    overflow: hidden;
    transition: all ease-in-out .5s;
} */

.practice-areas a.inner {
    /* overflow: hidden; */
    /* position: relative; */
    /* display: block; */
    z-index: 2;
}

.expertise_image img,
.item img {
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 90%,
            /* before bottom-right */
            87% 100%,
            /* cut inward */
            0% 100%
            /* bottom-left */
        );
    display: block;
}

.expertise_image,
.item {
    position: relative;
}

.expertise_image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 90%,
            /* before bottom-right */
            87% 100%,
            /* cut inward */
            0% 100%
            /* bottom-left */
        );
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0.6;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.expertise_image:hover:before {
    opacity: 1;
}
.item:before {
    content: '';
    position: absolute;
    height: 100%;
    /* Fixed height */
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    clip-path: polygon(0% 0%,
            100% 0%,
            100% 90%,
            87% 100%,
            0% 100%);
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.6) 100%); */
    background: linear-gradient(180deg, rgb(0 0 0 / 26%) 15%, rgb(0 0 0 / 96%) 100%);
    opacity: 0.6;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.item:hover:before {
    opacity: 1;
}

.expertise_slider .slick-list {
    padding: 0 8% 0 0 !important;
}

footer .column-2 ul li:before,
.footer-social li:before,
ul#menu-privacy-policy li:before {
    display: none;
}

footer .column-2 ul li,
.footer-social li,
ul#menu-privacy-policy li,
ul#menu-main-menu li {
    padding-left: 0;
    line-height: 100%;
}

.testimonial_slider ul.slick-dots {
    border-top: 1px solid #D9D9D9;
    padding-top: 25px;
    margin-top: 25px;
}

li.slick-active .button_border {
    height: 82px;
    width: 82px;
    border: 1px solid #00639626;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    min-height: 82px;
    min-width: 82px;
}

/**********************************Bg img section*****************************************/
.bg_img_section {
    position: relative;
}

.bg_img_section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 85.5%;
    background-image: url(../img/bg_img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    right: 0;
}



.slick-dots li.slick-active button:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 26px;
    background-image: url(../img/down_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -31px;
    left: 0;
    right: 0;
    margin: auto;
}

.fs_img img {
    display: block;
}

.bg_img_section:after {
    content: '';
    position: absolute;
    height: 89%;
    width: 50%;
    background-color: #282828;
    z-index: -2;
    bottom: 0;
    left: 0;
}

.bg_img_section p {
    color: white;
}

.bg_section:before {
    content: '';
    position: absolute;
    height: 84%;
    width: 90%;
    background-color: #FAFAFA;
    z-index: 0;
    bottom: 0;
    right: 0;
}

.bg_section {
    padding-top: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.bg_section .row {
    padding-top: 90px;
}

.blog_section {
    background-color: #FAFAFA;
}

.blog_slider .slick-list {
    padding: 0 40% 0 0 !important;
}

.left_container {
    padding-left: 34%;
}

.b_img img {
    width: 100%;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 90%,
            /* before bottom-right */
            93% 100%,
            /* cut inward */
            0% 100%
            /* bottom-left */
        );
}

.blog_slider .slick-slide {
    margin-left: 20px;
}

.post-title {
    bottom: 30px;
    left: 20px;
    z-index: 9;
}

.b_img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 9;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 90%,
            /* before bottom-right */
            93% 100%,
            /* cut inward */
            0% 100%
            /* bottom-left */
        );
    background: linear-gradient(180deg, rgb(0 0 0 / 44%) 15%, #000000 100%);
    opacity: 0.6;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.b_img:hover:before {
    opacity: 1;
}

.b_img {
    position: relative;
}

.expertise_slider .expertise_content_wrap {
    display: none;
}

.expertise_slider .expertise_content_wrap:nth-child(-n+3) {
    display: block;
}

.header_phone_number svg path {
    fill: transparent;
}

.testimonial-title {
    font-family: 'EB Garamond';
    font-size: 26px;
    line-height: 40px;
    margin: 10px 0 15px 0;
}

ul.slick-dots li .testimonial_title {
    /* display: none; */
    opacity: 0;
    transition: opacity 0.3s ease;
}

ul.slick-dots li.slick-active .testimonial_title {
    /* display: block; */
    opacity: 1;
}

.scroll {
    position: absolute;
    left: 11.5%;
    bottom: 25px;
}


.testimonial_slider ul {
    margin: 0;
    padding: 0;
}

.testimonial_slider .layout {
    width: 600px;
    margin: 10px auto;
    position: relative;
}

.testimonial_slider .layout a {
    color: #666;
}

.testimonial_slider .slide {
    display: none;
}

.testimonial_slider .slide li {
    list-style: none;
}

.testimonial_slider .slide.slick-initialized {
    display: block;
}

.testimonial_slider .slick-dots {
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 12rem;
}

.testimonial_slider .slick-dots li {
    list-style: none;
    display: flex;
    max-width: 300px;
    max-height: 56px;
    margin: 5px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.testimonial_slider .slick-dots li img {
    opacity: 0.5;
    width: 80%;
    height: auto;
}

.testimonial_slider .slick-dots li.slick-active img {
    opacity: 1;
}

.testimonial_slider .slick-prev {
    position: absolute;
    z-index: 99;
    top: 120px;
    left: 0px;
}

.testimonial_slider .testimonial_title {
    position: absolute;
    min-width: 33vw;
    top: 100%;
    padding-top: 3rem;
}

.testimonial_slider .slick-dots li {
    position: relative;
}

.testimonial_slider .slick-next {
    position: absolute;
    z-index: 99;
    top: 120px;
    right: 0px;
}

.bg_section_content {
    padding-left: 50px !important;
}

.header_phone_number:hover {
    color: var(--orange);
}

ul#menu-privacy-policy li a:hover {
    color: var(--orange);
}

.case_content_wrap {
    background-color: #FAFAFA;
    padding: 50px 40px;
    height: 100%;
}

.row.cases_wrapper,
.practice-areas,
.logo_row,
.philosophy_section .row,
.team_col .row,
.trial_second_row {
    grid-row-gap: 24px;
}

.case_content_wrap p {
    color: #252525;
    font-weight: 400;
}

.result_section,
.team_award_item {
    background-color: #FAFAFA;
    ;
}

.team_award_item {
    padding: 40px;
    height: 250px;
}

.team_detail_page img.team_feature_img {
    float: left;
    width: 50%;
    margin: 0 55px 10px 0;
}

.row.edu_row {
    background-color: #FAFAFA;
    padding: 30px;
}

.education_card_content ul {
    margin-bottom: 0;
    padding-left: 17px;
}

.education_card_content ul li {
    list-style-type: disc;
}

.team_col .row {
    background-color: #FAFAFA;
    padding: 40px 25px;
    margin-top: 25px;
}

.team_col .row img {
    width: 100%;
    display: block;
}

.inner_banner_wrap.banner_section_wrap:before {
    content: '';
    position: absolute;
    height: 650px;
    width: 100%;
    background-image: url(../img/home_banner_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}

.inner_banner_wrap.banner_section_wrap {
    height: 650px;
}

.inner-page-banner {
    width: 84%;
    height: 550px;
    /* max-height: 550px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: end;
    color: #fff;
    position: relative;
}

.inner_banner_wrap.banner_section_wrap:after {
    display: none;
}

div#breadcrumbs span,
div#breadcrumbs a {
    color: white !important;
    position: relative;
    text-transform: capitalize;
}

div#breadcrumbs {
    position: absolute;
    bottom: 31px;
}

.arrow svg {
    margin-left: 1px;
}

.hire_section .fs_img img {
    width: 96% !important;
}

.hire_section .fs_img {
    position: relative;
}

.hire_section .fs_img:before {
    content: '';
    position: absolute;
    top: 0;
    height: 90%;
    width: 17%;
    border: 1px solid #FF4A104D;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

div#breadcrumbs a:hover {
    color: var(--orange) !important;
}

.testimonial_wrap .inner-blk{
    transition: background-color 0.5s ease;
    transition: all 0.5s ease; /* Smooth transition */
}
.testimonial_wrap .inner-blk {
    background-color: #FAFAFA;
}
.testimonial_wrap .inner-blk:hover {
    background-color: #f2eded5e;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial_wrap .inner-blk {
    padding: 20px;
}

.footer-logo a {
    display: flex;
}
.search-icon.global-search svg:hover {
    cursor: pointer;
}
li#menu-item-275 a {
    margin-right: 12px !important;
    position: relative;
}

li#menu-item-275 a:before {
    content: '';
    position: absolute;
    height: 13px;
    width: 1px;
    background-color: white;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
}
span.scroll_text:hover {
    color: var(--orange);
}
