.page-template-page-about-us,
.page-template-temp-case-results2
{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.page-template-page-about-us p,
.page-template-temp-case-results2 p
{
    font-size: 16px;
    line-height: 1.9;
}
.common-padding{
    padding: 120px 0px;
}
.heading {
    font-size: 40px;
    font-weight: 600;
}
.layout-container {
    max-width: 1600px;
    padding: 0px 15px;
    margin-left: auto;
    margin-right: auto;
}
body .btn2{
    border-radius: 0px;
    font-weight: 600;
}
.bg-grey{
    background-color: #F8F8F8;
}
.page-template-page-about-us .site-inner ,
.page-template-temp-case-results2 .site-inner
{
    max-width: 100%;
    padding: 0px;
}
.team-box {
    padding: 14px;
    border: 1px solid #D0D0D0;
    display: block;
    color: #000;
    text-align: left;
    transition: .5s;
}
.team-box:hover {
    background-color: #BB9761;
    color: #fff;
    box-shadow: 0px 8px 50px 0px #00000029;
}
.team-thumb img {
    height: 462px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.team-box span {
    color: #393939;
}
.team-box:hover span{
    color: #fff;
}
.reduce-row-space {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.col-box {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.border-image:after {
    content: "";
    right: 0px;
    position: absolute;
    top: 40px;
    width: 100%;
    height: calc(100% - 80px);
    z-index: -1;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.border-image img {
    width: 100%;
    display: block;
}
.border-image {
    padding-right: 20px;
}
.container {
    max-width: 1600px !important;
    width: 100% !important;
}
.bg-blue{
    background-color: #0E0F52;
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px 25px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
ul.tabs li {
    cursor: pointer;
    padding: 15px 35px;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition:.5s;
    text-align: center;
}
ul.tabs li:hover {
    background-color: #BB9761;
    border-color: #BB9761;
    color: #fff;
}
ul.tabs li.active {
    background-color: #BB9761;
    color: #fff;
    border-color: #BB9761;
}
.tab_container {
    clear: both;
    overflow: auto;
    color: #fff;
}
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.accordion-header {
    padding: 0px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
}
.accordion-header a {
    color: #fff;
}
.accordion-items {
    border: 1px solid #9394DC;
    padding: 24px 30px;
    margin-bottom: 20px;
}
.accordion-body {
    border-top: none;
    display: none;
}
.accordion-header.open {
}
.accordion-header.open::after {
    transform: rotate(225deg);
    margin: 0px;
}
.accordion-header::after {
    float: right;
    height: 15px;
    width: 15px;
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    transition: .5s;
}
.category_content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.category_content {
    margin-bottom: 40px;
}
.category_content a {
    color: #fff;
    text-decoration: underline;
}
.accordion-body p a {
    color: #fff;
    text-decoration: underline;
}
.accordion-header a:hover{
    color: #fff;
}
.accordion-body p a:hover {
    text-decoration: none;
}
.grey-container {
    background-color: #F5F5F5;
    padding: 80px 90px;
}
.case_result_box {
    height: 100%;
    color: #fff;
    padding: 30px;
}
.case_result_title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
.case_results_amount {
    color: #BB9761;
    font-size: 40px;
    font-weight: 900;
    border-bottom: 1px solid #fff;
	margin-bottom: 12px;
	padding-bottom: 5px;
}
.case_result_description {
    line-height: 2;
    font-weight: 400;
}
.case_result_settlement {
    font-weight: 600;
	font-size: 26px;
}
.read_more_btn {
    font-weight: 600;
    padding: 0px;
    background: none;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: underline;
}
.read_more_btn:hover,
.read_more_btn:focus {
    background: none;
    color: #BB9761;
    outline: none;
    border: none;
}
.model_content_style{
    color: #333333;
}
.model_content_style .modal-dialog-centered {
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 60px);
}
/* .modal-open {
    overflow: hidden !important;
} */
.model_content_style {
    background: rgba(0,0,0,0.5);
}
.model_content_style .close{
    opacity: 1;
    font-size: 30px
}
body .home-testimonials .ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-color: #253d83 !important;
}
.related-articles > span {
    margin-bottom: 25px !important;
    display: block;
    margin-top: 25px !important;
}
.desc_why a {
    color: #fff;
    text-decoration: underline;
}

/* New bannner of inner pages*/
.inner-banner {
    background-image: url(../img/new-banner-img-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.internal-hero-main.hero_main {
    justify-content: center;
	text-align:center;
}
body:not(.page-template-front-page) .internal-hero-main .google-review {
    justify-content: center;
}
.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 9, 50, 0.87);
}
body:not(.page-template-front-page) .internal-hero-main h1 {
    color: #ffffff;
}
body:not(.page-template-front-page) .internal-hero-main .google-review span {
    color: #ffffff;
}
.banner_imgnew {
    display: flex;
    align-items: end;
}
.position-relative {
    position: relative !important;
}
body:not(.page-template-front-page) .internal-hero-main .btn-global {
    margin: auto;
}
/*End New bannner of inner pages*/
@media screen and (max-width: 1399px) {
    .common-padding {
        padding: 80px 0px;
    }
    .heading {
        font-size: 34px;
    }
    .team-thumb img {
        height: 400px;
    }
    .grey-container {
        padding: 40px 55px;
    }
}
@media screen and (max-width: 1199px) {
    .team-thumb img {
        height: 350px;
    }
    ul.tabs {
        gap: 10px 15px;
        margin-bottom: 25px;
    }
    ul.tabs li {
        padding: 12px 14px;
        font-size: 15px;
    }
    .accordion-header {
        font-size: 20px;
    }
    .accordion-items {
        padding: 15px 15px;
        margin-bottom: 15px;
    }
    .grey-container {
        padding: 20px 30px;
    }

}
@media screen and (max-width: 991px) {
    .case_results_amount {
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .case_result_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .common-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .heading {
        font-size: 28px;
    }
    .page-template-page-about-us p {
        font-size: 14px;
        line-height: 1.7;
    }
    .team-meta h3 {
        font-size: 20px;
    }
    .category_content h4 {
        font-size: 20px;
    }
    body {
        padding-top: 178px;
    }
    .grey-container {
        padding: 15px 15px;
    }
    .case_result_box {
        padding: 15px;
    }

}
@media screen and (max-width: 575px) {
    ul.tabs li {
        width: 100%;
    }
    .team-thumb img {
        height: 375px;
    }
}