/* Common CSS Start */
:root {
    --color-1: #000000;
    --color-2: #3F3F3F;
    --color-3: #1A3159;
    --color-4: #FCBA00;
    --color-5: #FCC556;
    --color-6: #333333;
    --font-outfit: "Outfit", sans-serif;
    --h1: 77px;
    --h2: 50px;
    --h3: 32px;
    --h4: 28px;
    --h5: 24px;
    --h6: 20px;
}

.color-blue {
    color: var(--color-3);
}

.h1,.h2,.h3,.h4,.h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: var(--font-outfit);
    color: var(--color-3);
    font-weight: 500;
}

p:last-child {
    margin-bottom: 0;
}

h1,.h1 {
    font-size: var(--h1);
}

h2,.h2 {
    font-size: var(--h2);
    line-height: 1.2;
    font-weight: 500;
}

h3,.h3 {
    font-size: var(--h3);
}

h4,.h4 {
    font-size: var(--h4);
}

h5,.h5 {
    font-size: var(--h5);
}

h6,.h6 {
    font-size: var(--h6);
}

.section-heading {
    color: var(--color-3);
}

.section-pd, .section-padding {
    padding: 100px 0;
}

.section-pt {
    padding-top: 100px;
}
.section-pb {
    padding-bottom: 100px;
}

.section-md {
    margin: 100px 0;
}

a {
    transition: all .5s ease;
}


* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html {
    scroll-behavior: smooth;
}
body, html{
    height: 100%;
}

body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    letter-spacing: 0px;
    font-family: var(--font-outfit);
    font-weight: 400;
    color: var(--color-6);
    font-size: 20px;
    line-height: 30px;
    padding-top: 0px;
}
.wow {
    overflow: hidden;
}

@keyframes zoomIn {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomInEffect {
    animation: zoomIn 1s ease-out forwards;
}

img {
    max-width: 100%;
    height: auto;
}
.nav-link:focus, .nav-link:hover {
    color: var(--color-3);
}
.hide{
    display: none;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

:focus{
    outline: 0;
    outline: none;
}
a {
    color: var(--color-4);
    text-decoration: none;
}
a:hover {
    color: #000000;
}
html body h1:focus, html body h2:focus, html body h3:focus, html body h4:focus, html body h5:focus, html body h6:focus {
    outline: var(--color-2);
    text-decoration: underline;
}
p {
    margin-bottom: 15px;
}
p:last-child{
    margin-bottom: 0
}
a:focus {
    color: #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--color-3);
}

a img{
    outline: 0;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logged-in header#header {
    top: 32px;
}

body.nav-open-menu{
    overflow: hidden;
}
/* btn sec */
.btn svg, .btn img {
    width: 18px;
    height: 17px;
    margin-left: 8px;
    position: relative;
    top: 0px;
    display: inline-block;
}
.btn {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    background: var(--color-4);
    padding: 15px 30px;
    font-family: var(--font-outfit);
    line-height: 120%;
    color: var(--color-3);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid var(--color-4);
    transition: all 0.5s ease;
}

.btn.btn-light {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.btn.btn-light:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

.btn:hover {
    
    border-color: var(--color-3);
    background-color: var(--color-3);
    color: #fff;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    transition: 0.5s;
    border-color: var(--color-3);
    color: var(--color-2);
    background-color: var(--color-3);
}

input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

p:empty {
    display: none;
}

.btn:hover svg {

    transform: rotate(70deg);
    transition: 0.5s;
}


.linklist ol, .linklist ul {
    margin-bottom: 15px;
    line-height: 28px;
    padding-left: 15px;
}
.linklist ul li ul, .blog-box .blog-content ol li ol, .blog-box .blog-content ul li ul {
    margin-top: 10px;
    position: relative;
}
.linklist ol li, .linklist ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 25px;
}
.linklist ul li:after {
    position: absolute;
    left: 0;
    content: "";
    border-radius: 100%;
    height: 14px;
    width: 14px;
    background-color: transparent;
    background-image: url(../img/list-star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
}
.linklist ol {
    padding-left: 30px;
}
.linklist ol li {
    padding-left: 0px;
    display: list-item;
}

.linklist ol {
    clear: both;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
}
.linklist ol>li {
    counter-increment: li;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    padding: 14px 18px 14px 47px;
    position: relative;
    padding-top: 12px;
}
.linklist ol>li:before {
    background-color: #9a2035;
    border-radius: 50%;
    color: #fff;
    content: counter(li);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 32px;
    left: 0;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 32px;
}

.white-color-sec p a, .white-color-sec .heading, .white-color-sec p, .white-color-sec .title,
.white-color-sec ul li, .white-color-sec h2, .white-color-sec h3, .white-color-sec h4, .white-color-sec h5,
.white-color-sec h6, .white-color-sec .small-text {
    color: var(--color-2);
}
.white-color-sec .btn {
    transition: .5s;
    background: transparent;
    color: var(--color-2);
    border-color: var(--color-2);
}

.white-color-sec .btn:hover {
    transition: .5s;
    background: var(--color-3);
    color: var(--color-2);
    border-color: var(--color-3);
}

div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
    top: 5px !important;
}
div#html5-close img {
    display: none;
}
.searchform .close-btn {
    right: 25px;
    top: 10px;
}
.searchform .close-btn:before, .searchform .close-btn:after {
    left: 0;
    right: 0;
    top: 10px;
}
/* Common CSS END */

/* Menu CSS Start */

.header-contact-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-2);
    margin-bottom: 8px;
}

.header-contact-no a {
    font-weight: 800;
    font-size: 24px;
    color: var(--color-2);
}

.header-contact-no a:hover {
    color: var(--color-5);
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 40px;
}
ul.menu-top li:first-child {
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 0;
}
ul.menu-top>li#menu-item-250 > ul.sub-menu {
    right: 0;
}
.menu-top li a br, .menu-top li .sub-menu li a br{
    display: none;
}
.menu-top li a {
    padding: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    color: var(--color-2);
    font-family: var(--font-outfit);
    text-transform: uppercase;
}
ul.menu-top > li.menu-item-has-children > a {
    margin-right: 0;
    padding-right: 18px;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--color-2);
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 0;
}
.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
    opacity: 1;
}
.nav-menu .menu-top>li.current-menu-ancestor a:before, .nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
    opacity: 1;
}

.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #fff transparent transparent;
    display: flex;
    align-items: center;
}

ul.menu-top li ul.sub-menu li.menu-item-has-children:after{
    display: none;
}
/* dropdown start here */
ul.menu-top li:hover>ul {
    display: block;
}

ul.menu-top li:hover li {
    float: none;
}
ul.menu-top li:hover li a:hover {
    background: var(--color-3);
    color: #fff;
}
.menu-top .sub-menu > li {
    border-bottom: none;
}
.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}
.menu-top .sub-menu li.current-menu-parent > a {
    background-color: var(--color-3);
    color: #fff;
}
.menu-top .sub-menu li.current_page_item a {
    background-color: var(--color-3);
    color: #fff;
}

.menu-top .menu-item-164 li.current-menu-item a {
    background-color: var(--color-3);
    color: #fff;
}


.menu-top .sub-menu > li:nth-child(1) {
    border-top: 0px solid #efefef;
}
.menu-top .sub-menu>li.current_page_item ul li a {
    background-color: #fff;
    color: var(--color-2);
}
.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
    background-color: var(--color-5);
    color: #fff;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}
ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}


.nav-menu-inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    border-top: none;
}
.menu-top {
    position: relative;
    transition: all ease-in-out .3s;
    text-align: right;
    justify-content: space-between;
    display: flex;
}
.menu-top li:last-child {
    margin-right: 0;
}
ul.menu-top li#menu-item-25 {
    display: none;
}
.sub-menu {
    background-color: #fff;
    min-width: 215px;
    text-align: left;
}
ul.menu-top li .sub-menu li a {
    font-size: 16px;
    padding: 5px 10px;
    line-height: 18px;
    margin: 0;
    color: var(--color-2);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    text-transform: capitalize;
    line-height: 24px;
    transition: all .3s ease;
}


ul.menu-top li .sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.menu-top .sub-menu li.current_page_item a:before, .menu-top .sub-menu li a:hover:before {
    background: #fff;
}
ul.menu-top li .sub-menu li a:hover {
    color: #fff;
}

.menu-header ul.sub-menu li.menu-item-has-children>a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    right: 13px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid var(--color-2);
    border-bottom: 2px solid var(--color-2);
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}
ul.menu-top li .sub-menu li.menu-item-has-children > a:hover {
    background-color: var(--color-3);
    color: #fff;
}
.menu-header ul.sub-menu li.current-menu-ancestor>a:after {
    border-color: #fff;
}
.menu-header ul.sub-menu li.current-menu-item>a:after, .menu-header ul.sub-menu li.menu-item-has-children>a:hover:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.menu-header > ul > li > ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.3s;
    margin-top: 0px;
}
header#header.small-header .menu-header > ul > li > ul {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
    transition: all linear 0.1s;
}
.menu-header .sub-menu {
    visibility: hidden;
    opacity: 0;
}
.menu-header ul li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
    z-index: 1;
}


.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: -5px;
    margin: auto;
    right: 0px;
    background-size: 10px 5px;
    background-repeat: no-repeat;
    background-image: url(../img/menu_dropdown.svg);
    background-position: center;
    height: 10px;
    width: 10px;
    bottom: 0px;
}


.menu-top > li.current-menu-item:after, .nav-menu .menu-top>li.current-menu-ancestor:after,
.menu-top li.menu-item-has-children:hover:after {
    border-color: var(--color-5);
}
.menu-header ul li#menu-item-146765:hover>ul {
    max-height: 500px;
    overflow-y: scroll;
}
.menu-header .two-col-menu ul.sub-menu {
    column-count: 2;
    min-width: 420px;
}
.menu-header .two-col-menu .sub-menu li {
    padding: 0;
    display: inline;
}
.menu-header .two-col-menu .sub-menu li a {
    border-bottom: 1px solid rgba(243, 243, 243, 1);
}
/* Menu CSS END */
/* block css default */
.wp-block-group, .wp-block-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
}
.wp-block-group ul, .wp-block-columns ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 15px;
}
/* block css default */

/* Header Search */
.search-box-outer {
    width: 57%;
    margin-left: auto;
}
.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/search-white.png);
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}
.close-search{
    cursor: pointer;
}
.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}
.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}
.mobile-search-bar {
    cursor: pointer;
    position: relative;
    margin-right: 92px;
    margin-left: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.mobile-search-bar .white-search-icon {
    display: block;
    cursor: pointer;
}

.mobile-search-bar .white-search-icon svg,
.mobile-search-bar .white-search-icon img {
    height: 24px;
    width: 24px;
}

.mobile-search-bar .white-search-icon svg path {
    transition: all .4s ease;
    stroke: var(--color-2);
}

.mobile-search-bar .white-search-icon:hover path {
    stroke: var(--color-5);
}

header#header.small-header .search-bar-box {
    top: 0;
}
#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar {
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s;
}
.search-icon-form button.btn {
    background-color: var(--color-3);
    padding: 20px;
    margin-top: 0;
}
.search-icon-form button.btn:hover {
    background-color: #fff;
    color: var(--color-3);
    border: 1px solid #fff;
}

.search-icon-form button.btn:focus{
    background-color: var(--color-3);
    color: #fff;
    border: 1px solid var(--color-3);
}

.search-wrapper {
    flex-direction: column;
    text-align: center;
}

.search-wrapper .title {
    color: var(--color-3);
    margin-bottom: 50px;
}

.search-input-box .form-control {
    color: #76777a;
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box{
    width: 100%
}

.search-input-box input{
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 0;
    height: 2.5rem;
    background-color: transparent;
    color: #000000;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}
/* Header Search End */

/* side menu logo */
.menu-logo-wrapper {
    position: absolute;
    padding: 15px;
    max-width: 115px;
    z-index: 15;
    opacity: 0;
    pointer-events: none;
}
.menu-logo-wrapper a {
    display: inline-block;
}
.menu-logo-wrapper a img {
    width: auto;
}
/* side menu logo */

/* Header CSS Start */
.menu-wrap, .mobile-header-sec{
    display: none;
}
.logo-wrapper {
    height: auto;
    position: relative;
    width: auto;
    top: 0;
}
.logo-wrapper a {
    display: flex;
    align-items: center;
}
.logo-wrapper a img {
    width: auto;
    transition: 1s;
    object-fit: contain;
}
.menu-top li a, header#header.small-header .header-contact-info a {
    transition: 1s;
}
header#header.small-header .logo-wrapper a img {
    max-width: 100%;
}

.top-search-bar {
    text-align: right;
    position: relative;
    width: 45px;
}
.nav-menu-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
}
.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.nav-menu-inner ul > li .sub-menu *{
    transition: none;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding-bottom: 16px;
    padding-top: 16px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0);
    background: #fff;
    transition: all 0.5s;
}
header#header.small-header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
    top: 0;
    transition: all 0.5s;
}
.header-left-logo {
    display: flex;
    align-items: center;
}

.header-aside-col {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.header-contact-info {
    margin-top: 0;
    position: relative;
    display: none;
    width: 194px;
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 0;
    height: 66px;
    justify-content: center;
    top: 0px;
    align-items: flex-start;
}
.header-contact-info a {
    margin-left: 0;
    width: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    font-family: var(--font-outfit);
    line-height: 24px;
    color: var(--color-2);
    background-position: 1px center;
    background-image: url(../img/phone-icon.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.header-contact-info a:hover span {
    text-decoration: none;
}
.header-contact-info a:hover div {
    transition: 0.5s;
    text-decoration: underline;
}
.header-contact-info a span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
    line-height: 1;
    position: relative;
    top: -2px;
    letter-spacing: 1.5px;
}
.header-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box{
    width: 100%;
    position: relative;
}
.close-btn {
    position: absolute;
    right: -15px;
    top: -10px;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 0;
    color: #fff;
    border: none;
    background: var(--color-3);
    border-radius: 45px;
    z-index: 1;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
    background-color: var(--color-3);
}
.close-btn:before, .close-btn:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff;
    right: 0;
    margin: auto;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #ffffff;
}
.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
.modal-dialog-scrollable .modal-content {
    overflow: inherit;
}
.mobile-search-bar-box{
    display: none
}
.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 131px;
    z-index: 10000;
    background-color: var(--color-3);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
    opacity: 0;
}
.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
    opacity: 1;
}
.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    height: 46px;
    padding-left: 0px;
    padding-right: 50px;
    border-radius: 0;
}


.mobile-search-bar-box .search-input-box input:focus,
.mobile-search-bar-box .search-input-box input:hover {
    background-color: transparent;
}

.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}
.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 0px;
    position: relative;
    background-image: url(../img/white-search-icon.svg);
    opacity: 0.7;
}

.search-icon-form button:hover {
    opacity: 1;
}

.search-input-box .form-control:focus {
    border-bottom: 1px solid #ffffff;
    color: #fff;
}
.mobile-search-bar-box .search-input-box {
    position: relative;
}
.req-error {
    position: absolute;
    font-size: 11px;
    bottom: -19px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 0;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 0;
    line-height: normal;
    text-transform: capitalize;
}
.mobile-search-bar img {
    cursor: pointer;
    top: -3px;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}
.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}
.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 40px;
}
.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}

.nav-menu-inner .nav-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
header#header.small-header .nav-menu-inner .nav-menu {
    top: 0;
}
/* Mobile Search Bar */

/* Footer CSS */
.main-footer {
    background-color: var(--color-3);
}

.footer-logo-wrapper {
    margin-bottom: 20px;
    max-width: 220px;
}

.footer-links .menu-footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.footer-links .menu-footer a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 0;
    left: 0;
    bottom: -2px;
    background: #fff;
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 0;
}

.footer-links .menu-footer a:hover:before {
    width: 100%;
    opacity: 1;
}

.footer-links .menu-footer li {
    text-align: right;
    margin-bottom: 15px;
}

.footer-info .info-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
}

footer .footer-info {
    padding-left: 38px;
    background-image: url('../img/tell_icon.png');
    background-repeat: no-repeat;
    background-position: left bottom 5px;
    background-size: 23px;
}


footer .info-desc a {
    font-weight: 700;
    font-size: 36px;
}

footer .info-desc a:hover {
    color: var(--color-5) !important;
}


footer .nap-item {
    margin-inline: auto;
    max-width: max-content;
}

footer .nap-address-info .location-center {
    padding-left: 50px;
    background-image: url('../img/location_pin.svg');
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 32px;
    line-height: 1.3;
}

footer .nap-address-info a {
    text-decoration: underline;
    &:hover {
        text-decoration: none;
    }
}

footer .nap-map-section {
    margin-top: 20px;
}

.footer_content {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.4;
}

.copyright {
    margin-top: 70px;
    row-gap: 20px;
}

.copyright a {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1.5px solid #fff;
}

.copyright-text, .copyright a {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.1;
}

 .copyright a:hover {
    color: var(--color-5) !important;
 }

 .footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
 }

/* footer end */



.footer-social li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    border: 1px solid #fff;
}
.footer-social li a:hover {
    border-color: var(--color-4);
}

ul.footer-social li a svg,ul.footer-social li a img {
    height: 22px;
    width: 22px
}

ul.footer-social li a svg path,ul.footer-social li a svg circle,ul.footer-social li a svg rect {
    transition: all .4s ease;
    fill-opacity: 1;
}

ul.footer-social li a:hover svg path,
ul.footer-social li a:hover svg circle,
ul.footer-social li a:hover svg rect {
    fill: var(--color-5);
    
}

.nap-address-info {
    color: #fff;
}

.nap-address-info a {
    color: #fff;
}

/* Footer CSS */

/* Blog Section CSS */
.latest-blogs-section {
    background: #f5f5f5;
    width: 100%;
    position: relative;
    margin-top: 80px;
}
.blog-col-item .blog-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    color: var(--color-1);
}
.blog-col-item .blog-title a:hover {
    color: var(--color-3);
}

.blog-col-item .blog-info-sec {
    padding: 20px;
    width: 100%;
}

.blog-col-item {
    display: block;
}

.blog-col-item .blog-item {
    background: #fff;
    width: 100%;
    height: 100%;
}
.blog-col-item .blog-title {
    width: 100%;
    margin-bottom: 8px;
}
.blog-col-item .blog-item .blog-image {
    width: 100%;
}
.blog-col-item .blog-item .blog-image a {
    display: block;
    overflow: hidden;
}
.blog-col-item .blog-item .blog-image a img {
    width: 100%;
    transition: 0.7s;
    height: 216px;
    object-fit: cover;
}
.blog-col-item .blog-item .blog-image a:hover img {
    transition: 0.7s;
    transform: scale(1.1);
}

.blog-col-item .blog-item .blog-image a.no-blog-image {
    background: var(--color-3);
}

.blog-col-item .blog-item .blog-image a.no-blog-image img {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.blog-col-item .blog-item .blog-info-sec p {
    color: #4D4D4D;
}

.latest-blogs-list {
    width: 100%;
    position: relative;
}

.blogs-btn-col {
    margin-top: 46px;
}
.latest-blogs-list .blog-col-item {
    margin-top: 30px;
}
/* Blog Section CSS */

/* Post Author CSS */
.post-author a {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.post-author a:hover .author-name {
    color: var(--color-3);
    text-decoration: underline;
    display: inline-block;
}
.post-meta img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.blog-category-and-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-single-post .blog-category-and-date {
    gap: 10px;
}

.blog-category, .blog-date {
    font-size: 15px;
    font-weight: 300;
    color: var(--color-2);
}

.blog-category a {
    font-size: 15px;
    font-weight: 300;
    color: var(--color-2);
}

.blog-single-post .blog-category a {
    color: var(--color-3);
    display: inline-block;
    padding: 5px 15px;
    background-color: #DCE8F6;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}

.info-box .read-time {
    display: none;
}

.blog-category a:hover {
    color: #000;
}

.author-name {
    color: var(--color-3);
    text-transform: capitalize;
}
.blog-single-post .post-meta .blog-date {
    font-size: 20px;
    text-transform: uppercase;
    line-height: normal;
    margin-right: 5px;
    color: #000;
    font-weight: 400;
}

.blog-single-post .read-time {
    padding-left: 12px;
    position: relative;
}


.blog-single-post .read-time::before {
    height: 15px;
    width: 1px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: #000;
    content: '';
}

.post-meta .blog-date {
    font-size: 15px;
    line-height: normal;
    margin-right: 5px;
    font-weight: 300;
}

/* Post Author CSS */



/* common form css */

.form-control {
    background: #fff;
    box-shadow: none !important;
    outline: 0 !important;
    resize: none;
    border: 0;
    padding: 12px 14px;
    border-radius: 12px;
    color: #6E6E6E;
    font-size: 16px;
    font-weight: 400;
}

.form-control:focus {
    color: #6E6E6E;
}

.form-control::placeholder {
    color: #6E6E6E;
}

.form-control:hover, .form-control:focus {
    background-color: #fff;
    box-shadow: none;
    outline: none;
}

.form-disclaimer {
    margin-top: 15px;
    margin-bottom: 15px !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

select.form-control {
    position: relative;
    appearance: none;
    font-weight: 400;
    background-image: url("../img/select_more.svg");
    background-repeat: no-repeat;
    background-size: 20px 10px;
    background-position: right 27px center;
    color: #6E6E6E;
    padding-right: 55px;
}

.form-group {
    margin-bottom: 10px;
}

textarea.form-control {
    height: 130px;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7 label.error {
    color: #fff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 8px;
    border-radius: 4px 4px 0 0;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
    z-index: 1;
    border-radius: 0;
    line-height: 0;
}

.wpcf7 span.wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

/* 404 page css  */

.page-not-found  {
    background: linear-gradient(to bottom, #dfecf5 0%, #fff 100%);
}

.form-common .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
}

/* 404 end */

/* sidebar css */

.blog-search-section {
    margin-bottom: 40px;
}

.sidebar .searchitem label {
    width: 100%;
    position: relative;
}

.sidebar .searchitem .search-field {
    color: var(--color-2);
    font-size: 18px;
    height: 100px;
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 1px solid #DDDDDD;
    border-radius: 25px;
    padding: 12px 20px 12px 45px;
    line-height: 20px;
    background: #ffff;
    outline: none;
    position: relative;
    background-image: url(../img/blog-search.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 18px;
}

.sidebar .searchitem .search-field::placeholder {
    color: #000;
}

.custom_form_msg, .msg-side-form {
    color: #ffffff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 20px;
    font-size: 10px;
    background-color: #b30000;
    padding: 5px;
    border-radius: 4px 4px 0px 0px;
    line-height: 4px;
    text-transform: capitalize;
}

.sidebar .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 48px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 0px;
    border-radius: 10px;
    right: 25px;
    background-color: var(--color-4);
    background-image: url(../img/search-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 18px;
    transition: all .4s ease;
}

.sidebar-form .btn:hover {
    border-color: #fff;
}

.sidebar-form .form-control::placeholder,
.sidebar-form .form-control:focus {
    color: #959595;
}

.widgetcontact-form-sidebar {
    background-color: var(--color-3);
    padding: 50px 20px;
    border-radius: 20px;
}

.sidebar-form .form-group {
    margin-bottom: 11px;
}

.sidebar-form .form-disclaimer {
    margin-bottom: 18px;
    margin-top: 10px !important;
}

.sidebar-form .wpcf7-spinner {
    position: absolute;
}

.sidebar-categories, .widget.practice-side {
    margin-top: 40px;
    border-radius: 20px;
    background-color: #eee;
    padding: 50px 0;
}

.sidebar-category-title, .widget-title  {
    margin-bottom: 25px;
    padding: 0 20px;
}

.sidebar-categories li, .widget-menu li {
    padding: 10px 20px;
    transition: all .4s ease;
}

.sidebar-categories li:hover, .widget-menu li:hover {
    background-color: var(--color-4);
}

.sidebar-categories li a, .widget-menu li a {
    color: var(--color-2);
    position: relative;
    background-image: url('../img/category-arrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 15px;
    display: block;
}

.sidebar-categories li a:hover, .widget-menu li a:hover {
    color: var(--color-3);
}

.sidebar-form-title {
    margin-bottom: 30px;
    line-height: 110%;
}

/* sidebar end */


/* blog css  */


.postlist .info-box {
    display: flex;
    flex-direction: column;
}

.postlist .info-box > * {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blog-bottom-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-read-more {
    margin-top: auto;
}

.postlist {
    --bs-gutter-x: 40px; 
    --bs-gutter-y: 40px; 
}

.info-box .blog-image {
    width: 100%;
    border-radius: 20px;
}

.info-box .blog-image a {
    display: block;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.info-box a.no-blog-image {
    background: #fff;
}

.info-box .blog-image a img {
    width: 100%;
    transition: 0.7s;
    height: 240px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
}

.info-box a.no-blog-image img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.info-box .blog-image a:hover img {
    transition: 0.7s;
    transform: scale(1.1);
}


.blog-bottom-info {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 4px 4px 12px 4px #0000001A;
    padding: 25px 22px;
}

.blog-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.blog-title a {
    font-weight: 500;
    font-size: 24px;
    color: var(--color-3);
    letter-spacing: 2%;
    line-height: 1.4;
}

.blog-title a:hover {
    color: #000;
}

.blog-read-more a {
    line-height: 120%;
    font-weight: 500;
    max-width: max-content;
    text-decoration: underline;
    font-size: 18px;
}

.blog_desc {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px; 
}

.bloglist .content-area {
    padding-right: 5%;
}

/* pagnation */

.paging-new .pagination {
    justify-content: center;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    max-width: 95%;
    margin-inline: auto;
}

.paging-new .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 56px;
    border-radius: 10px;
    background-color: #EEEEEE;
    color: var(--color-2);
    font-weight: 500;
}

.paging-new .page-numbers:hover, .paging-new .page-numbers.current {
    background-color: var(--color-5);
}

.paging-new  .nav-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.paging-new .next, .paging-new .prev {
    background-color: #EEEEEE;
    font-size: 20px;
    width: 72px;
    height: 56px;
    border-radius: 10px;
    font-size: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    width: max-content;
    font-weight: 700;
}

.paging-new .next:hover, .paging-new .prev:hover {
    background-color: var(--color-4);
}

.paging-new .prev.page-numbers {
    margin-right: 75px;
    
}

.paging-new .next.page-numbers {
    margin-left: 75px;
    
}

.paging-new {
    flex-shrink: unset !important;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}


/* single blog post */

.blog-single-post .single-post-img {
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.single-no-featured-image.single-post-img {
    object-fit: contain;
}

.blog-single-post .section-title {
    margin-top: 40px;
}

.blog-single-post ol {
    padding-left: 15px;
}

.blog-single-post ul {
    list-style: disc;
    padding-left: 15px;
}

.blog-single-post ul li::marker {
    color: var(--color-5);
    background-color: var(--color-5);
}


.blog-single-post h3, .blog-single-post h4 {
    color: var(--color-2);
    margin-top: 25px;
}

.blog-single-post h2 {
    margin-top: 40px;
}

.blog-single-post .post-meta {
    margin-top: 35px;
}



/* search result page */

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



/* Homepage */

/* Home Banner */

.home-banner video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.home-banner {
/*    margin-top: 130px;*/
    overflow: hidden;
    padding-top: 165px;
    padding-bottom: 70px;
}

.home-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000070;
    z-index: 1;
    pointer-events: none;
}

.home-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        #1A3159 25%,
        transparent 100%
    );
    z-index: 1;
    pointer-events: none;
}

.banner_content_section {
    z-index: 2;
}

.banner-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 20%;
}

.banner-heading {
    font-weight: 600;
    font-size: 54px;
    line-height: 1;
    padding: 25px 0;
}

.banner-description {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 10%;
    margin-bottom: 25px;
}

.banner-content {
    padding-right: 5%;
}

.banner-description {
    padding-right: 20%;
}

.banner-results-erapper {
    margin-top: 220px;
}

.banner-case-evaluation .btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}

.available-wrapper {
    width: 175px;
    height: 175px;
    border-radius: 100%;
    background-color: var(--color-2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-25px);
}

.banner-call-text {
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 4px;
}

.available-wrapper a {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -4%;
    color: var(--color-5);
}

.available-wrapper a:hover {
    color: #fff;
}

.available-text {
    position: absolute;
    inset: -25px;
    animation: rotateText 12s linear infinite;
    pointer-events: none;
}

.available-text svg {
    width: 100%;
    height: 100%;
}

.available-text text {
    fill: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.banner-results-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 20%;
}

.banner-result-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
}

.banner-result-desc {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
}

.banner-results-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    z-index: 1;
}

.banner-results-slider .slick-arrow.slick-next {
    right: -35px;
}

.banner-results-slider .slick-arrow.slick-prev {
    left: -35px;
}

.banner-results-slider {
    padding: 40px 0;
    max-width: 93%;
    margin-inline: auto;
}

.banner-results-slider .slick-arrow.slick-next path,
.banner-results-slider .slick-arrow.slick-prev path {
    transition: all .4s ease;
}

.banner-results-slider .slick-arrow.slick-next:hover path,
.banner-results-slider .slick-arrow.slick-prev:hover path {
    stroke: var(--color-4);
    opacity: 1;
}

.banner-result-slide {
    position: relative;
}

.slick-current .banner-result-slide::after,
.slick-current + .slick-slide .banner-result-slide::after,
.slick-current + .slick-slide + .slick-slide .banner-result-slide::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 78px;
    background-color: rgba(255, 255, 255, 0.4);
}


/*home practice areas*/


.practice-areas-home {
    background-color: var(--color-2);
}

.practice-areas-row {
    display: flex;
    margin-top: 50px;
}

.practice-areas-row .area-col {
    flex: 2;
    transition: all ease 0.5s;
    overflow: hidden;
    height: 465px;
}

.area-col::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.5s;
    border-radius: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,    
        rgba(0, 0, 0, 0.6) 30%,  
        rgba(0, 0, 0, 0.2) 60%,  
        rgba(0, 0, 0, 0) 100% 
    );
}

.practice-areas-row .area-col:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.practice-areas-row .area-col:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.practice-areas-row .area-col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.area-col .area-content-wrapper {
    position: absolute;
    padding: 0px 20px;
    z-index: 2;
    bottom: 5px;
}

.area-col .area-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;
}

.area-col .area-content {
    height: 0;
    opacity: 0;
    width: 100%;
    transition: 1s;
}

.area-content .area-description {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.area-content .btn {
    font-size: 16px;
    padding: 8px 33px;
    text-transform: capitalize;
    line-height: 100%;
}

.area-content .btn:hover {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.area-col:hover {
    flex: 4;
}

.area-col:hover .area-content-wrapper {
    bottom: 20px;
}

.area-col:hover .area-name {
    animation: fadeIn 1.7s;
}

.area-col:hover .area-content {
    opacity: 1;
    height: auto;
    animation: fadeIn 1.7s;
}

.area-col:hover::after {
    background: linear-gradient(
        to top,
        var(--color-3) 0%,
        rgba(26, 49, 89, 0.8) 30%,
        rgba(26, 49, 89, 0.6) 50%,
        rgba(26, 49, 89, 0.4) 70%,
        rgba(26, 49, 89, 0) 100%
    );
}


.practice-areas-home-cta {
    margin-top: 50px;
}

/*practice area end*/

.left-img-right-content {
    background-color: #EEEEEE;
}

.left-img-right-content img {
    border-radius: 10px;
}



/*why choose us*/


.why-choose-home {
    position: relative;
}

.why-choose-home::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(238, 238, 238, 1) 25%,
        transparent 100%
    );
    z-index: 1;
    pointer-events: none;
}

.why-choose-home .container {
    position: relative;
    z-index: 2;
}

.choose-slide-col {
    border-radius: 10px;
    box-shadow: 4px 4px 16.5px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    padding: 43px 51px;
}

.why-choose-home .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    z-index: 1;
}

.why-choose-home .slick-arrow.slick-prev {
    left: 0;
}

.why-choose-home .slick-arrow.slick-next {
    right: 0;
}

.why-choose-home .slick-arrow path {
    transition: all .4s ease;
}

.why-choose-home .slick-arrow.slick-next:hover path,
.why-choose-home .slick-arrow.slick-prev:hover path {
    stroke: var(--color-4);
    opacity: 1;
}

.section-subheading  {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 2%;
    text-align: center;
    color: #878787;
    margin-bottom: 10px;
}

.why-choose-slider {
    padding: 0 65px;
    margin-top: 60px;
}

.why-choose-slider .slick-list {
    margin: 0 -30px;
}

.why-choose-slider .slick-slide {
    padding: 0 30px;
    box-sizing: border-box;
}

.choose-slide-col img, .choose-slide-col svg {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}


.choose_heading {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    text-transform: capitalize;
    color: var(--color-3);
    margin-bottom: 10px;
}

.choose_description {
    font-size: 16px;
    color: #4D4D4D;
    letter-spacing: 2%;
    line-height: 1.6;
}

.why-choose-slider .slick-track {
    display: flex !important;
}

.why-choose-slider .slick-slide {
    height: auto !important;
    display: flex !important;
}

.choose-slide-col {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.steps-to-take-home {
    background-color: var(--color-3);
}

.steps-to-take-home .steps-take-row {
    gap: 2%;
    margin-top: 60px;
}

.steps-to-take-home .steps-col {
    flex: 0 0 31%;
}

.steps-to-take-home .steps_number {
    color: var(--color-5);
    font-weight: 600;
    font-size: 64px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.steps-to-take-home .steps_heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.steps_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}

.serving-rgt-col-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    text-transform: capitalize;
    border-bottom: 1px solid var(--color-5);
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.serving-rgt-col-content {
    font-size: 24px;
    line-height: 1.6;
}

.rgt-col-bottom-content {
    line-height: 1.6;
    margin-top: 30px;
}

.serving-areas .section-heading {
    margin-bottom: 60px;
}

.serving-areas .serving-left-col img {
    border-radius: 10px;
}

.contact-col-phone {
    font-weight: 700;
    font-size: 32px;
    background-image: url('../img/contact_phone.svg');
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: left 4px;
    padding-left: 52px;
    margin-top: 50px;
    line-height: 1.2;
}

.contact-col-phone a {
    color: var(--color-3);
}

.contact-col-address {
    font-size: 20px;
    line-height: 1.5;
    background-image: url('../img/contact_location.svg');
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: left 4px;
    padding-left: 52px;
    margin-top: 40px;
}

.contact-us-home {
    position: relative;
}

.contact-us-home::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        #dfecf5 0%,
        #fff 100%
    );
    z-index: 1;
    pointer-events: none;
}

.contact-us-home .container {
    position: relative;
    z-index: 2;
}

.focus-to-win, .left-gray-content {
    background-color: var(--color-3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.focus-to-win::before {
    content: "";
    position: absolute;
    inset: 0;
   background: linear-gradient(
  to right,
  rgba(26, 49, 89, 1) 0%,
  rgba(26, 49, 89, 1) 30%,
  rgba(26, 49, 89, 1) 44%,
  rgba(26, 49, 89, 0.8) 48%,
  rgba(26, 49, 89, 0.5) 53%,
  rgba(26, 49, 89, 0) 100%
);
    z-index: 1;
}

.focus-to-win .container, .left-gray-content .container {
    z-index: 2;
}

.win-col-content strong {
    font-weight: 700;
}

.left-gray-content {
    background-color: var(--color-2);
}

.section-heading span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.about-section-home-rgt .section-heading span,
.focus-to-win-lft .section-heading span, .gray-bg-lft .section-heading span  {
    font-weight: 700;
}

.section-heading span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 24px;
    background-image: url(../img/value.svg);
    background-size: cover;
    background-position: bottom center;
    z-index: -1;
    bottom: -5px;
}

.steps-to-take-home .section-heading span {
    font-weight: 500;
}

.steps-to-take-home .section-heading span::before {
    background-image: url(../img/heading_before.svg);
    height: 21px;
}

.focus-to-win .section-heading span::before {
    background-image: url(../img/focused.svg);
    height: 21px;
}


.about-section-home {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}


.our-team-section {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 110px;
    padding: 130px 0 180px 0;
}

.our-team-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(63, 63, 63, 1) 0%,
        rgba(63, 63, 63, 1) 30%,
        rgba(63, 63, 63, 1) 50%,
        rgba(63, 63, 63, 0.1) 60%,
        rgba(63, 63, 63, 0) 100%
    );
    z-index: 1;
}

.our-team-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;

    height: 120px;

    background: linear-gradient(
        to bottom,
        rgba(204, 204, 204, .3) 0%,
    rgba(204, 204, 204, .3) 30%,
    rgba(204, 204, 204, .2) 50%,
    rgba(204, 204, 204, .1) 60%,
    rgba(204, 204, 204, 0) 100%
    );

    z-index: 1;
}

.our-team-section .container {
    position: relative;
    z-index: 2;
}

.team-attorney-name {
    font-weight: 500;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.team-members-list {
    display: flex;
    position: absolute;
    gap: 45px;
    right: 0;
    bottom: -270px;
}

.team-members-list .team-member-item img {
    border-radius: 100%;
    filter: grayscale(100%);
    transition: all .4s ease;
    height: 152px;
    width: 152px;
    object-fit: cover;
    object-position: top center;
    border: 4px solid transparent;
}

.team-members-list .team-member-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
    transition: all .4s ease;
    text-align: center;
}

.team-member-item-name {
    font-size: 20px;
    color: #084575;
    font-weight: 600;
}

.team-members-list .team-member-item.active {
    transform: scale(1.2);
}

.team-members-list .team-member-item.active img,
.team-members-list .team-member-item.hover img {
    filter: grayscale(0%);
    border-color: #fff;
}

.team-attorney-desc {
    margin-bottom: 40px;
}

.team-small-heading {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-5);
    margin-bottom: 5px;
}

.testimonials-rgt-col {
    max-width: max-content;
    margin-left: auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 25px 20px 24px 27px;
    box-shadow: 4px 4px 14.8px 0 #00000026;
}

.client-testimonials-home {
    background-color: #EEEEEE;
}

.star_heading_wrapper {
    padding-right: 40px;
}

.testimonials-rgt-col .star_heading {
    font-weight: 700;
    font-size: 33px;
    line-height: 100%;
    text-transform: uppercase;
    color: #616161;
    line-height: 1.1;
}

.testimonials-rgt-col .star_description {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #333435;
    line-height: 1.1;
}

.star_img_wrapper {
    padding-left: 32px;
    border-left: 2.44px solid #B5B5B559;
}

.testimonials-wrapper {
    margin-top: 30px;
}

.testimonials-home-cta {
    margin-top: 30px;
}



.review-schema-wrapper,
.clientreviews.video-schema {
    padding: 30px;
    background-color: #eeeeee;
}

.review-schema-wrapper {
    margin: 30px 0;
}

.clientreviews.video-schema {
    margin-bottom: 30px;
}


.contact-form-section .wpcf7-response-output,
.sidebar-form .wpcf7-response-output {
    color: #fff;
}


/*header gtranslate menu */

.header-translate-menu {
    margin-right: 90px;
}

.header-translate-menu .gt_selector option:first-child {
    display: none;
}


.header-translate-menu .gt_selector {
    width: 108px;
    height: 32px;
    padding: 0 8px;
    border: 1px solid #A7A7A7;
    border-radius: 8px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-2);

    cursor: pointer;
    outline: none;
}

.header-translate-menu .gt_selector {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url('../img/translate_arrow.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 5px;
}

html[lang="es"] header#header .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

html[lang="es"] .header-translate-menu,
html[lang="es"] .mobile-search-bar {
    margin-right: 30px;
}

html[lang="es"] .sub-menu {
    min-width: 250px;
}

html[lang="es"] .banner-call-text {
    font-size: 24px;
    text-align: center;
}

html[lang="es"] .banner-result-slide {
    padding: 0 10px;
}

html[lang="es"] .banner-result-title {
    font-size: 30px;
}
html[lang="es"] .banner-result-desc {
    font-size: 18px;
}

html[lang="es"] .paging-new .prev.page-numbers {
    margin-right: 15px;
}

html[lang="es"] .paging-new .next.page-numbers {
    margin-left: 15px;
}



/* home and  practice area detail section */

.list-style ul {
    list-style: disc;
    padding-left: 20px;
}


.list-style ul li::marker {
    color: var(--color-5);
    font-size: 22px;
}

/*practice area detail page*/

.detail-content-section-wrapper iframe {
    display: block;
    margin: auto;
}

.detail-review-section {
    background-color: #EEEEEE;
}

.detail-review-content {
    color: var(--color-6);
    letter-spacing: 2%;
    font-size: 24px;
}

.detail-review-cta, .detail-review-wrapper {
    margin-top: 40px;
}

.detail-tpl-content p, .detail-tpl-content ul li,
.detail-tpl-content a, .detail-blue-section-box  {
    font-size: 18px;
    font-weight: 300;
}

.detail-content-section-wrapper {
    color: var(--color-3);
}

.detail-blue-bg-section {
    background-color: #1B1D38;
}

.detail-blue-bg-section a {
    color: #fff;
    text-decoration: underline;
    &:hover {
        text-decoration: none;
    }
}

.detail-blue-bg-section .list-style ul li::marker {
    color: #fff;
}

.detail-blue-section-box .detail-blue-box-title {
    margin-top: 40px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 2%;
    margin-bottom: 10px;
}

.detail-content-section-wrapper h2, .detail-content-section-wrapper h3,
.detail-content-section-wrapper h4, .detail-blue-bg-wrapper h2,
.detail-blue-bg-wrapper h3, .detail-blue-bg-wrapper h4 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.detail-content-box-title {
    margin-top: 40px;
}

.compensation_type_col {
    border-radius: 16px;
    border: 1px solid #C0C0C0;
    background-color: #F5F5F5;
    margin-bottom: 20px;
}

.compensation_type_first_col {
    margin-top: 45px;
}

.compensation_type_col:last-of-type {
    margin-bottom: 0;
}

.compensation_type_footer {
    background-color: #1B1D38;
    padding: 12px 30px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.compensation_type_header {
    padding: 30px;
    border-bottom: 1px solid #C0C0C0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.compensation_type_body {
    padding: 30px;
}

.compensation_type_name {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 5px;
    text-transform: uppercase;
    background-color: var(--color-4);
    padding: 5px 10px;
    max-width: max-content;
    border-radius: 10px;
}

.compensation_type_content {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: var(--color-2);
}

.compensation_type_cta {
    margin-top: 10px;
}

.compensation_type_cta a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
    &:hover {
        text-decoration: none;
    }
}

.compensation_type_range {
    font-size: 18px;
    color: var(--color-3);
}

.compensation_type_range_amount {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-3);
}

.compensation_hidden {
    display: none;
}

.compensation_type_load {
    margin-top: 50px;
}

.how_to_understand_row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;

    margin-top: 10px;
}


.how_to_understand_col {
    background-color: #EEEEEE;
    border-radius: 20px;
    padding: 50px 30px 30px 30px;
}

.how_to_understand_number {
    color: var(--color-4);
    margin-bottom: 10px;
}

.how_to_understand_title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-3);
    margin-bottom: 5px;
}

.how_to_understand_description {
    color: var(--color-3);
    font-size: 16px;
    line-height: 1.4;
}

.legal_info_section {
    background-color: #1B1D38;
}

.legal_info_section .list-style iframe {
    width: 100%;
    max-width: 500px;
    height: 250px;
}

.legal_info_section .list-style {
    max-width: 1075px;
    margin-inline: auto;
}

.legal_info_slider_number {
    color: var(--color-4);
}

.legal_info_slider_col {
    background-color: #262842;
    border-radius: 20px;
    padding: 50px 30px 30px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.legal_info_slider {
    /*margin: 0 -20px;*/
}

.legal_info_slider_item {
    padding: 0 20px;
}

.legal_info_slider {
    margin-top: 50px;
}

.legal_info_slider .slick-track {
    display: flex !important;
}

.legal_info_slider .slick-slide {
    height: inherit !important;
    display: flex !important;
}

.legal_info_slider .slick-slide > div {
    width: 100%;
    display: flex;
}

.legal_info_slider_item {
    width: 100%;
    display: flex !important;
}

.custom-arrow.legal_info_slider_arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.legal_info_slider_arrows button {
    height: 54px;
    width: 54px;
    border-radius: 10px;
    background-color: #F7F8F5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    border: 0;
}

.legal_info_slider_arrows button:hover {
    background-color: var(--color-4);
}

.legal_info_slider .slick-slide {
    opacity: 0.3;
    transition: all 0.4s ease;
}

.legal_info_slider .slick-active {
    opacity: 1;
}

.legal_info_slider .slick-center {
    opacity: 1;
}

.legal_info_slider_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.legal_info_slider_description {
    font-size: 16px;
    line-height: 1.4;
}

.find_near_attorney {
    background-color: var(--color-2);
}

.find_attorney_locations {
    margin-top: 25px;
}


.find_attorney_locations {
    --bs-gutter-x: 36px;
    --bs-gutter-y: 40px;
}

.find_attorney_location_col img {
    border-radius: 16px;
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.attorney_location_name {
    margin-top: 15px;
    margin-bottom: 10px;
}

.attorney_location_address {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.services-faqs-wrapper .accordion-button:not(.collapsed) {
    background-color: #EEEEEE;
    padding: 30px;
    padding-bottom: 20px;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: none;
    color: var(--color-3);
    margin-top: 30px;

    box-shadow: none;
}



.service-faq-question {
    font-size: 24px;
    letter-spacing: 2%;
    font-weight: 500;
    color: var(--color-3);
    padding: 30px;
    cursor: pointer;
    border-bottom: 1px solid #1A31594D;
    gap: 10px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.service-faq-answer {
    background-color: #EEEEEE;
    font-size: 18px;
    font-weight: 300;
    color: var(--color-3);
    line-height: 1.4;
    padding: 0 80px 30px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.accordion-item.service-faq-item {
    border: 0;
}

.services-faqs-wrapper .accordion-button::after,
.tab-faqs-wrapper .accordion-button::after {
    width: 22px;
    height: 22px;
    background-size: 22px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23828282'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.services-faqs-wrapper .accordion-button:not(.collapsed)::after,
.tab-faqs-wrapper .accordion-button:not(.collapsed)::after  {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23828282'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.tabs-faqs-section {
    background-color: #EFEFEF;
}


.tab-faq-headings {
    display: flex;
    justify-content: center;
    gap: 20px 12px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.tab-faq-heading {
    cursor: pointer;
    padding: 10px 60px;
    letter-spacing: 2%;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-3);
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #1A315933;
    transition: all .4s ease;
}

.tab-faq-heading.active, .tab-faq-heading:hover {
    color: #fff;
    background-color: var(--color-3);
    border-color: var(--color-3);
}

.tab-faq-content {
    display: none;
}

.tab-faq-content.active {
    display: block;
}


.tab-faqs-wrapper .accordion-button:not(.collapsed) {
    background-color: #EFEFEF;
    padding: 30px;
    padding-bottom: 20px;
    border-bottom: 0;
    box-shadow: none;
    color: var(--color-3);
}

.tab-faq-question {
    font-size: 24px;
    letter-spacing: 2%;
    font-weight: 500;
    color: var(--color-3);
    padding: 30px;
    cursor: pointer;
    border-bottom: 1px solid #1A315999;
    gap: 10px;
    background-color: transparent;
}

.tab-faq-answer {
    background-color: #EFEFEF;
    font-size: 18px;
    font-weight: 300;
    color: var(--color-2);
    line-height: 1.4;
    padding: 0 30px 30px 30px;
    border-bottom: 1px solid #1A315999;
}


.accordion-item.tab-faq-item {
    border: 0;
    background-color: transparent;
}

.tab-faq-cta {
    margin-top: 30px;
}

.blue-bg-tabs-section {
    background-color: var(--color-3);
}

.blue-bg-tab-heading {
    margin-bottom: 15px;
}

.blue-bg-tab-content.list-style ul li::marker {
    color: #fff;
}


.blue-bg-tab-headings {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;

    margin-bottom: 50px;
}

.blue-bg-tab-section {
    cursor: pointer;
    background-color: #FFFFFF33;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2%;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    transition: all .4s ease;
    line-height: 1.2;
}

.blue-bg-tab-section.active, .blue-bg-tab-section:hover {
    color: var(--color-3);
    background-color: #fff;
}

.blue-bg-tab-wrapper {
    display: none;
}

.blue-bg-tab-wrapper.active {
    display: block;
}


.common-accidents-causes-section {
    background-color: #3F3E3E;
}

.common-accidents-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px 12px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 55px;
}

.common-accidents-tab {
    cursor: pointer;  
    padding: 10px 20px;
    letter-spacing: 2%;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #FFFFFF33;
    border-radius: 12px;
    transition: all .4s ease;
}

.common-accidents-tab.active, .common-accidents-tab:hover {
    color: #3F3E3E;
    background-color: #fff;
}

.common-accidents-content h3, .common-accidents-content h4, .common-accidents-content h2 {
    color: #fff;
}


.common-accidents-wrapper {
    display: none;
}

.common-accidents-wrapper.active {
    display: block;
}


.common-accidents-img img {
    border-radius: 18px;
}

.accidents-types-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 60px 0;
}

.accidents-types-tab {
    padding: 10px 35px;
    letter-spacing: 2%;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-3);
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #1A315933;
    transition: all .4s ease;
    cursor: pointer;
    line-height: 1.1;
}

.accidents-types-tab.active, .accidents-types-tab:hover {
    color: #fff;
    background-color: var(--color-3);
    border-color: var(--color-3);
}

.accidents-types-wrapper {
    display: none;
}

.accidents-types-wrapper.active {
    display: block;
}

.accidents-types-content {
    margin-top: 40px;
}

.accidents-types-duration {
    font-size: 20px;
    font-weight: 300;
}

.accidents-types-title {
    margin-bottom: 5px;
}

.accidents-types-duration strong {
    font-weight: 500;
}

.accidents-types-range-amount {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.accidents-types-range-amt {
    max-width: max-content;
    margin-left: auto;
}
.accidents-types-range {
    font-size: 18px;
    margin-bottom: 5px;
}

.accidents-types-content ul {
    font-size: 20px;
    color: #000;
}

.accidents-types-content ul li::marker {
    color: #000;
    font-size: 18px;
}

.accidents-types-win-rate {
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    margin-top: 25px;
}


.law-related-accidents-section {
    background-color: #EEEEEE;
}

.law-related-accidents-faq-header {
    background-color: var(--color-4);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr 1.5fr 2fr 60px;
}

.law-related-accidents-summary, .law-related-accidents-law-title,
.law-related-accidents-code {
    padding: 10px 30px;
    font-size: 20px;
    color: #14171C;
    font-weight: 500;
}

.law-related-accidents-law-title,
.law-related-accidents-summary {
    border-left: 1px solid #D8D5D5;
}

.law_related_faq_question {
    cursor: pointer;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.8fr 60px;
    gap: 8px;
    background-color: #EEEEEE;
    border-bottom: 1px solid #1A315933;
}

.law_related_crs_heading, .law_related_faq_heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
}

.law_related_crs_heading {
    padding-right: 40px;
}

.law_related_faq_heading {
    padding-right: 110px;
}

.law_related_description {
    font-size: 18px;
    line-height: 1.4;
    padding-right: 40px;
}

.law_related_faq_answer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 70px;
    padding: 30px;
}

.related_faq_answer_content, .practical_advice_content {
    font-size: 18px;
    line-height: 1.4;
}

.related_faq_answer_heading, .practical_advice_title  {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2%;
    margin-bottom: 12px;
    line-height: 1.2;
}

.law_related_faq_answer_advice {
    padding: 30px;
    padding-top: 0;
}

.law_related_faq_question::after {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 7px;
    background-size: 24px;
    background-position: center;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233F3F3F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.law_related_faq_question:not(.collapsed)::after {
    transform: none;
    background-color: var(--color-3);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3e%3c/svg%3e");
}

.law_related_faq_question:not(.collapsed) {
    background-color: #fff;
    color: var(--color-3);
    box-shadow: none;
    border-bottom: none;
}

.law_related_faq_question:hover {
z-index: unset;  
}

.law_related_faq_question:not(.collapsed)::before {
    content: '';
    width: 96.3%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    background-color: #00000033;
}

.law-related-accidents-section .accordion-item {
    border: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.law-related-accidents-section .collapse {
    background-color: #fff;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    border-bottom: 1px solid var(--color-3);
}


.common-injuries-faqs-section {
    background-color: #EFEFEF;
}

.injuries-left-col-header {
    color: var(--color-4);
    text-transform: uppercase;
    font-size: 16px;
    gap: 24px;
    margin-bottom: 5px;
}

.severity_level {
    background-color: var(--color-4);
    padding: 5px 10px;
    max-width: max-content;
    border-radius: 10px;
    color: #fff;
    line-height: 1.2;
}

.common-injuries-faq-header {
    display: grid;
    gap: 50px;
    grid-template-columns: 1.8fr 1fr 60px;
    padding: 40px;
    background-color: #EFEFEF;
    cursor: pointer;
    align-items: start;
    border-radius: 22px;
}

.common-injuries-faq-header::after {
    height: 50px;
    width: 50px;
    border-radius: 9px;
    background-color: var(--color-3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.common-injuries-faq-header:not(.collapsed)::after {
   transform: none; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3E%3C/svg%3E");
}

.common-injuries-faq-header:not(.collapsed)::before {
    content: '';
    width: 95%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    background-color: #1A315980;
}

.common-injuries-faq-header:not(.collapsed) {
    background-color: #fff;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    box-shadow: none;
}

.accordion-item.common-injuries-faq-item {
    margin-bottom: 40px;
    border: 1px solid #A7A7A7;
    border-radius: 22px;
}

.common-injuries-faqs-footer {
    background-color: var(--color-3);
    padding: 40px 20px;
    border-radius: 20px;
    margin-top: 50px;
}

.common-injuries-footer-cta-col {
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.common-injuries-footer-heading {
    font-size: 24px;
    letter-spacing: 2%;
    font-weight: 600;
}

.common-injuries-footer-content {
    font-weight: 300;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
}

.common-injuries-footer-cta-col .btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}

.common-injuries-faq-answer {
    padding: 40px;
    padding-top: 0;
}

.common-injuries-answer-content-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 64px;
    margin-top: 40px;
}

.common-injuries-faqs-wrapper {
    margin-top: 50px;
}

.injuries-question_range {
    font-size: 18px;
}

.injuries-question_range_amount {
    font-size: 30px;
    font-weight: 600;
}

.injuries-question_content {
    font-size: 18px;
    font-weight: 300;
}
.injuries-right-col-inner {
    max-width: max-content;
    margin-left: auto;
}

.injuries-question_duration {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.common-injuries-answer-content-heading,
.common-injuries-answer-description-heading {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2%;
    margin-bottom: 10px;
}

.common-injuries-answer-description-heading {
    font-weight: 600;
}

.common-injuries-answer-content, .common-injuries-answer-description {
    font-size: 18px;
    line-height: 1.4;
}

.common-injuries-answer-content ul li::marker {
    color: var(--color-3);
    font-size: 16px;
}

.common-injuries-answer-description-wrapper {
    margin-top: 40px;
}

.common-injuries-answer-description-col {
    padding-bottom: 30px;
    border-bottom: 1px solid #1A315933;
    margin-bottom: 30px;
}

.common-injuries-answer-description-col:last-of-type {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.common-injuries-faq-item {
    display: none;
}

.common-injuries-faqs-subheading {
    max-width: 1075px;
    margin-inline: auto;
}

.detail-blue-box-description img {
    width: 100%;
    max-width: 500px;
    margin-top: 15px;
}

/*practice area detail page end*/

.area-content .area-description a {
    color: #fff;
    text-decoration: underline;
    &:hover {
        text-decoration: none;
    }
}


.know_your_legal_rights a {
    background-color: #EEEEEE;
    border-radius: 20px;
    transition: all .4s ease;
}

.know_your_legal_rights a:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accidents-types-tabs h1, .accidents-types-tabs h3, .accidents-types-tabs h3,
.accidents-types-tabs h4, .accidents-types-tabs h5, .accidents-types-tabs h6 {
    margin-bottom: 0;
}