:root{
    --text-color: #1E1E1E;
    --color-one: #EA1C2D;
    --color-two: #EFB832;
    --font-one: 'Lato', sans-serif;
    --font-two: 'Playfair Display', sans-serif;
    --heading: 64px;
    --h1: 45px;
    --h2: 40px;
    --h3: 35px;
    --h4: 30px;
    --h5: 25px;
    --h6: 20px;
}
html {
    scroll-behavior: smooth;
}
body {
    color: #000;
    line-height: 1.6;
    font-family: var(--font-one);
    font-size: 20px;
    overflow-x: hidden;
}
a[href^="tel:"] {
    text-decoration: none !important;
}
a[href^="mailto:"]:hover{
    text-decoration: none !important;
}
a{
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    outline: 0;
    color: var(--color-one);
}
a:hover{
    color: var(--color-two);
}
p{
    margin-bottom: 25px;
}
ul, ol{
    margin: 0;
    padding: 0;
}
p:last-child{
    margin-bottom: 0;
}
.heading{
    font-size: var(--heading);
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: var(--font-two);
    font-weight: 500;
}
.heading span {
    color: var(--color-two);
}

h1, .h1 {
    font-size: var(--h1);
}
h2, .h2 {
    font-size: var(--h2);
}
h3, .h3 {
    font-size: var(--h3);
}
h4, .h4 {
    font-size: var(--h4);
}
h5, .h5 {
    font-size: var(--h5);
}
h6, .h6 {
    font-size: var(--h6);
}
.heading {
    font-size: var(--heading);
    font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: var(--font-two);
    font-weight: 600;
    margin-bottom: 15px;
}
b, strong{
    font-weight: 600;
}
img{
    max-width: 100%;
    height: auto;
}
button{
    outline: 0 !important;
}


div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-color: #fff;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px;
}
.btn {
    background-color: var(--color-one);
    border-color: var(--color-one);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-width: 2px;
    color: #fff;
    padding: 15px 35px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    min-width: 180px;
    font-weight: 700;
    font-size: 20px;
    white-space: normal;
    letter-spacing: 0.3px;
    transition: all 0.5s ease-in-out;
}
.btn:hover {
    background-color: var(--color-two);
    border-color: var(--color-two);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #1E1E1E;
}
.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-one);
}
.btn.btn-white:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.btn .arrow {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}
.btn .arrow path {
    stroke: #fff;
    transition: all 0.5s ease-in-out;
}
.btn:hover .arrow path {
    stroke: #1E1E1E;
}

.form-group {
    margin-bottom: 30px;
}
.form-control{
    background: transparent;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 !important;
    max-height: 150px;
    resize: none;
    border: 0px solid #959595;
    border-bottom: 1px solid #959595;
    border-radius: 0;
    padding-left: 0;
}
.form-control:focus{
    background: transparent;
    border-color: initial;
}
.section-pd, .spaced{
    padding-top: 80px;
    padding-bottom: 80px;
}
.no-scroll {
    overflow-x: hidden;
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip{
    display: none;
}
span.wpcf7-not-valid-tip, .wpcf7 label.error {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #f00;
    padding: 1px 3px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
}
.wpcf7-form {
    position: relative;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}
div.wpcf7-response-output {
    position: absolute;
    left: 0;
    bottom: auto;
    border: 0 !important;
    line-height: 1;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 7px;
    width: 100%;
    font-weight: 400;
    background: transparent;
    color: #f00;
}
.wpcf7-response-output.alert-danger {
    color: #f00;
}
.wpcf7-response-output.alert-success {
    color: #008000;
}
div.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
}
.cta-section.text-white a:not(.btn){
    color: rgba(255, 255, 255, 0.8);
}
.text-white a:not(.btn){
    color: #fff;
}
.text-white a:not(.btn):hover {
    color: var(--color-one);
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6{
    color: #fff;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0,0,0,0.5) !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,0,0,0.5) !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,0,0,0.5) !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: rgba(0,0,0,0.5) !important;
}
.form-control{
    color: #000;
}

.dark-bg-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form :-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form .form-control{
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.sidebar-form div.wpcf7-response-output{
    text-align: center;
}
.list-style ul, .list-style ol {
    list-style: none;
    margin-bottom: 25px;
	padding-left:20px;
}
ul.list-col-two {
    column-count: 2;
    column-gap: 30px;
}
.list-style li {
    position: relative;
    padding-left: 30px;
    transition: all .3s ease;
    margin-bottom: 10px;
}
.list-style li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 9px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid var(--color-one);
}
.list-style li:last-child {
    margin: 0;
}
.list-col-2 ul {
    column-count: 2;
}

.html5lightbox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.html5lightbox .icon-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.html5lightbox .icon-play:hover {
    fill: var(--color-one);
}
.html5lightbox:hover .icon-play rect{
    fill: var(--color-two);
}
.html5lightbox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}
.html5lightbox:hover:after {
    background: rgba(0, 0, 0, 0.25);
}

div#html5-close {
    background-image: url(../images/lightbox-close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}
div#html5-close img {
    display: none;
}

.form-group-btn {
    position: relative;
    display: inline-block;
}

.slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 20px;
}
.slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid var(--color-one);
    position: relative;
    margin-left: 6px;
}
.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: transparent;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.slick-dots li.slick-active button {
    background: var(--color-one);
}
.slick-arrow {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 100%;
    border: 1.5px solid var(--color-two);
    font-size: 0;
    position: relative;
}
.slick-arrow.slick-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.slick-prev.slick-arrow:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-two);
    border-left: 2px solid var(--color-two);
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}
.slick-next.slick-arrow:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-two);
    border-right: 2px solid var(--color-two);
    left: 0;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.full-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 0;
}

/*========== Search Button in Header ==========*/
body.search-open {
    position: sticky;
    overflow-y: scroll;
    left: 0;
    right: 0;
}
.search-btn {
    cursor: pointer;
}
.search-btn svg {
    width: 100%;
    height: 100%;
}
.search-panel {
    position: fixed;
    width: 100%;
    height: 120px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease-in-out;
    transform: translateY(-100%);
    box-shadow: 0 0 5px #eee;
}
.search-panel .input-field {
    display: flex;
    width: 100%;
    position: relative;
}
.search-panel input[type=submit] {
    height: 60px;
    width: 60px;
    border: none;
    cursor: pointer;
    background: url(../images/search.svg) no-repeat;
    background-position: center;
    background-size: 1.5rem;
    outline: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 0;
}
.search-panel input[type='submit']:hover {
    opacity: 0.7;
}
.search-panel.open {
    top: 0;
    display: block;
    opacity: 1;
    padding: 3em;
    transition: 0.3s ease-in-out;
}
.search-close {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    z-index: 999999;
    cursor: pointer;
}
.search-close:hover {
    color: #fff;
}

.search-panel form#searchform {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    z-index: 99999;
    padding-bottom: 30px;
}
.search-panel .searchform input[type="text"] {
    padding: 0;
    border: 0;
    vertical-align: middle;
    background-color: transparent;
    color: #000 !important;
    border-bottom: 0px solid;
    width: 100%;
    outline: 0;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0;
    height: 60px;
    border-bottom: 1px solid #e7e7e7;
    padding-right: 60px;
}
.search-panel .searchform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform ::-moz-placeholder { /* Firefox 19+ */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform :-ms-input-placeholder { /* IE 10+ */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform :-moz-placeholder { /* Firefox 18- */
    color: #000!important;
    opacity: 0.5!important;
}

.search-panel .searchform input[type="image"] {
    vertical-align: middle;
    padding: 20px;
    height: 60px;
    width: 60px;
    outline: 0;
    position: absolute;
    right: -10px;
    bottom: 0;
}
.search-panel .search-box {
    margin: 15px 0 0;
    padding: 15px 0 30px;
    border-bottom: 1px solid #eee;
}
.search-panel .search-heading a {
    font-size: 22px;
    color: #000;
}

.search-panel .custom_form_msg {
    position: absolute;
    bottom: 0;
    right: 60px;
    margin: 0;
    font-size: 12px;
    color: #f00;
    padding: 0px 8px;
}
.search-panel .searchform input::-ms-clear {
    display: none;
}

/******************
Close Button
*/
.search-panel .close-container {
    margin: auto;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.search-panel .leftright {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}
.search-panel .rightleft {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}
.search-panel .close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #000;
}
.search-panel .close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #000;
}

/*======== nav multiple css ============*/
.header {
    transition: all .3s ease-in-out;
    padding: 15px 0;
}
.header.shrink {
    background: #000;
    transition: all .3s ease-in-out;
    z-index: 999;
}
.header .nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-search {
    margin-left: 30px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
}
.header-search .search-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20px;
    height: 20px;
}
.header-search svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    cursor: pointer;
}
.header-logo {
    width: 300px;
    display: flex;
    align-items: center;
    color: #fff;
}
.header-logo img {
    width: auto;
}
.header-right {
    width: calc(100% - 300px);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-btn {
    margin-left: 30px;
}

/* Header Menu */
.nav-menu{
    position: relative;
}
.nav-menu li{
    position: relative;
}
.nav-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.nav-menu > ul.menu > li{
    display: inline-block;
    margin: 0 15px;
    color: #000;
    position: relative;
}
.nav-menu > ul.menu > li.menu-item-has-children{
    margin-right: 25px;
}
.nav-menu .menu > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    transition: all .4s ease-in-out;
    opacity: 0;
    background: var(--color-one);
}
.nav-menu .menu > li:hover > a, .nav-menu .menu > li.current-menu-item > a{
    color: var(--color-one);
}
.nav-menu .menu > li:hover > a:before, .nav-menu .menu > li.current-menu-item > a:before, .nav-menu .menu > li.current-menu-ancestor a:before{
    width: 0;
}
.nav-menu .menu li:first-child{
    margin-left: 0;
}
.nav-menu .menu li:last-child{
    margin-right: 0
}

/* This hides the dropdowns */
.nav-menu > ul> li> a {
    padding: 10px 1px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    transition: none;
    font-weight: 500;
}
.nav-menu > ul> li:last-child a{
    margin-right: 0;
}
.nav-menu> ul> li:first-child:before{
    transform: translateX(0);
}
.nav-menu> ul> li:before{
    transform: translateX(-100%);
    opacity: 0
}

/* Display the dropdown */
.nav-menu ul li ul{
    position:absolute;
    top:100%;
    left: 0;
    list-style:none;
    z-index:1;
    margin: 0;
    padding: 0;
    min-width: 150px;
    transition: all linear 0.1s;
    background-color:#FFF;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.nav-menu ul li:hover > ul{
    display: block;
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.nav-menu ul li:hover li {
    float: none;
}
.nav-menu .sub-menu li.menu-item-has-children:hover > a,
.nav-menu ul li:hover li a:hover, .nav-menu ul li:hover li.current-menu-item,
.single-post .nav-menu> ul> li.more-menu-item > ul > li.news-menu-item > a,
.archive.category .nav-menu> ul> li.more-menu-item > ul > li.news-menu-item > a,
.single-career .nav-menu> ul> li.more-menu-item > ul > li.careers-menu-item > a,
.single-team .nav-menu> ul> li.more-menu-item > ul > li.team-menu-item > a,
.single-community .nav-menu> ul> li.more-menu-item > ul > li.community-menu-item > a,
.nav-menu .sub-menu > li.current-menu-ancestor > a, .nav-menu .sub-menu > li.current-menu-item > a{
    background-color: var(--color-one);
    color: #fff;
}
.nav-menu .sub-menu li.menu-item-has-children > a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-one);
    border-right: 2px solid var(--color-one);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}
.nav-menu .sub-menu li.menu-item-has-children:hover > a:before, .nav-menu .sub-menu li.menu-item-has-children.current-menu-item > a:before {
    border-color: #fff;
}
.nav-menu li ul li {
    border-top: 0;
    display: block;
    margin: 0;
    border-bottom: 0px solid #eae6e6;
}
.nav-menu li ul li+li{
    border-top: 1px solid #eae6e6;
}
/* Displays second level dropdowns to the right of the first level dropdown */
.nav-menu ul ul ul {
    left: 100%;
    top: 0;
}
/* Simple clearfix */
.nav-menu ul:before,
.nav-menu ul:after {
    content: " ";
    display: table;
}
.nav-menu ul:after {
    clear: both;
}
.nav-menu .sub-menu {
    background: #fff;
    min-width: 16rem;
    text-align: left;
    box-shadow: 0px 1px 1px #b9b9b9;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.nav-menu ul li .sub-menu li a {
    padding: 10px 15px;
    line-height: normal;
    margin: 0;
    border: none;
    color: #272727;
    display: block;
    white-space: normal;
    font-weight: 500;
    transition: none;
    font-size: 16px;
}
.nav-menu ul li .sub-menu li a:hover {
    color: #fff;
    background: var(--color-one);
    border: none;
}
.nav-menu ul li .sub-menu li:last-child a:hover {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.nav-menu > .menu > li.menu-item-has-children:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 0;
    bottom: 3px;
    margin: auto;
    right: -12px;
    transform: rotate(-135deg);
}
.nav-menu > .menu > li.menu-item-has-children:hover:after, .nav-menu > .menu > li.current-menu-item:after, .nav-menu > .menu > li.current-menu-ancestor:after{
    /*color: #76839a;*/
}
#responsive-menu-wrapper #responsive-menu li ul{
    text-transform: none;
}
.nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
    color: #fff;
}
.header.shrink .nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .header.shrink .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
    color: #fff;
}
.nav-menu .sub-menu .sub-menu:before{
    content: none !important;
}
.nav-menu>.menu>li.menu-item-has-children ul:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 25px;
    border-bottom:7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    opacity: 1;
    z-index: 5;
}
.nav-menu .sub-menu li.menu-item-has-children.current-menu-ancestor.current-menu-parent > a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 3px;
    margin: auto;
    right: 15px;
}


/*===== Home Page ====*/
.home-banner {
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    color: #fff;
    background-color: #000;
}
.home-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}
.home-banner .container {
    position: relative;
    z-index: 1;
}
.home-banner .row {
    position: relative;
    height: 100%;
}
.home-banner .banner-content {
    padding-bottom: 200px;
    max-width: 60%;
}
.home-banner .banner-image {
    width: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    height: 700px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.home-banner .banner-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.home-banner .banner-title {
    color: #fff;
    position: relative;
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
}
.home-banner .banner-title span {
    color: var(--color-two);
}
.home-banner .banner-subtitle {
    font-size: 32px;
    color: var(--color-one);
    line-height: 1.2;
    margin-top: 20px;
}
.home-banner .banner-description {
    font-size: 32px;
    margin-top: 30px;
}
.home-banner .banner-btn-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.home-banner .call-btn .call-icon {
    width: 18px;
    height: 18px;
}
.home-banner .call-icon path {
    stroke: var(--color-two);
}
.home-banner .call-btn {
    color: var(--color-two);
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
}
.home-banner .call-btn:hover{
    color: var(--color-one);
}
.home-banner .banner-video {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}
.home-banner .banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 0;
}

.home-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.home-banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .banner-blocks {
    background: url(../images/bg-banner-blocks.webp);
    background-size: cover;
    background-position: center;
    padding: 30px 30px;
    position: absolute;
    bottom: -105px;
    left: 12px;
    z-index: 1;
    width: calc(100% - 24px);
}
.banner-blocks .block-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 30px;
    position: relative;
    height: 100%;
}
.banner-blocks .block-icon {
    width: 80px;
    height: 80px;
}
.banner-blocks .block-icon .icon{
    width: 100%;
    height: 100%;
}
.banner-blocks .block-title {
    font-size: 24px;
    line-height: 1.3;
    width: calc(100% - 80px);
}

.banner-blocks .block-inner:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    display: inline-block;
    background: #555555;
}
.banner-blocks .block-item:last-child .block-inner:after {
    display: none;
}

.home .about-section h1, 
.home .about-section h2 {
	text-align:center;
}
.home .about-section h2 {
	padding-top:10px;
}

.header-phone {
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 30px;
    flex-direction: column;
}
.header-phone .phone-title {
    font-size: 18px;
    font-weight: 300;
}
.header-phone .phone-icon {
    width: 24px;
    height: 24px;
    line-height: 1;
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-phone .phone-no {
    font-size: 20px;
    font-weight: 700;
}
.header-phone .phone-icon path{
    stroke: var(--color-one);
}
.header-phone a {
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--color-one);
    padding: 20px 30px;
    border-radius: 10px;
}
.header-phone a:hover {
    background: var(--color-two);
    color: var(--color-one);
}
.header-phone .phone-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/*======= Footer ======*/
.footer {
    position: relative;
    background: #000;
}
.footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 18px;
}
.footer .footer-col-1 {
    width: 45%;
    position: relative;
    padding-right: 130px;
}
.footer .footer-col-2 {
    width: 18%;
    position: relative;
}
.footer .footer-col-3 {
    width: 20%;
    padding-left: 40px;
    position: relative;
}
.footer .footer-col-4 {
    width: 17%;
    padding-left: 40px;
    position: relative;
}

.footer-logo img {
    width: auto;
    max-width: 300px;
}
.footer .social-links {
    margin-top: 30px;
}
.footer-content {
    margin-top: 30px;
}
.footer-content a:hover{
    color: var(--color-one);
}
.footer .footer-nap-row {
    --bs-gutter-x: 50px;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu li {
    line-height: 1.2;
}
.footer-menu li + li {
    margin-top: 10px;
}
.footer-menu a {
    color: #343434;
}
.footer .widget-title {
    font-size: 24px;
    font-family: var(--font-one);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: var(--color-two);
}
.footer ul{
    list-style: none;
}
.footer ul a:hover, .footer li.current-menu-item a:hover{
    color: var(--color-one);
    opacity: 1;
}
.footer .social-links ul{
    list-style: none;
    display: flex;
}
.footer .social-links li + li {
    margin-left: 20px;
}
.footer .social-links li a {
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid var(--color-two);
    padding: 10px;
}
.footer .social-links li svg {
    width: 100%;
    height: 100%;
  
}
.footer .social-links li path {
    fill: var(--color-two);
}
.footer .social-links li a:hover svg, .footer .social-links li a:hover svg path{
    fill: var(--color-one);
}
.footer .available-text {
    position: relative;
    margin-bottom: 20px;
    margin-top: -30px;
}
.footer .address-wrap {
    position: relative;
    padding-left: 40px;
}
.footer .phone, .footer .email {
    position: relative;
    line-height: 1.5;
    margin-top: 30px;
    padding-left: 40px;
}
.footer .phone a:hover, .footer .email a:hover {
    color: var(--color-one);
}
.footer-contact .icon {
    width: 17px;
    height: 17px;
    fill: #fff;
    position: absolute;
    left: 0;
    top: 8px;
}
.footer-contact .icon path{
    fill: var(--color-two);
}
.footer .nap-phone-title {
    font-size: 23px;
    font-weight: 500;
}
.footer-nap-col .phone a {
    color: #fff;
    font-size: 21px;
}
.footer-nap-col .phone a:hover, .footer-nap-col .email a:hover{
    color: var(--color-one);
}
.footer .direction-link {
    color: var(--color-two) !important;
    margin-top: 5px;
    border-bottom: 1px solid;
}
.footer .direction-link:hover {
    color: var(--color-one) !important;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 30px 0;
    font-size: 15px;
}
.footer-bottom .container {
    display: flex;
    justify-content: space-between;
}
.footer-bottom .row {
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
}
.footer-links ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
    margin-left: 15px;
}
.footer-links ul li+li:before {
    content: "";
    width: 1px;
    height: .8em;
    display: inline-block;
    vertical-align: middle;
    background-color: #949494;
    opacity: 0.5;
    margin: 0 8px;
    position: relative;
    top: -1px;
}
.footer-links li a {
    color: #000;
}
.footer-links a:hover{
    color: var(--color-one);
}

.footer .social-title, .footer .email-title, .footer .phone-title, .footer .address-title {
    color: var(--color-two);
    font-size: 20px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 800;
}

/* Page Banner */
.page-banner {
    display: flex;
    background-size: cover;
    background-position: center 0;
    background-color: #555;
}
.page-banner .banner-content-wrap {
    max-width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 250px;
    padding-bottom: 80px;
    z-index: 1;
}
.page-banner .banner-title {
    font-size: 40px;
    font-weight: 400;
}
.page-banner .banner-subtitle {
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 1px;
    color: rgba(255,255,255,.65);
}

/*======= Blog Page ========*/


.blog-meta {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    line-height: 1;
    align-items: center;
    color: #fff;
    width: 100%;
    list-style: none;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}
.blog-meta .post-author {
    color: #515151;
}
.blog-meta .post-date {
    color: #515151;
    position: relative;
}
.blog-meta > div {
    position: relative;
}
.blog-meta > div:last-child:before {
    display: none;
}
.blog-meta .category a {
    color: #4E4E4E;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    line-height: 1.3;
    font-weight: 400;
    font-size: 18px;
}
.blog-meta .category a:last-child{
    padding-right: 0;
    margin-right: 0;
}
.blog-meta .category a:hover {
    color: var(--color-two);
}
.blog-meta .category a:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #4E4E4E;
    transform: rotate(25deg);
}
.blog-meta .category a:last-child:before {
    content: none;
}
.blog-meta-category {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    background: #EFB832;
    color: #fff;
    padding: 8px 10px;
}
.blog-meta-category a:after{
    content: ",";
}
.blog-meta-category a:last-child:after{
    display: none;
}
.blog-meta-category a {
    color: #fff;
}
.blog-meta .post-author-info {
    margin: 0;
    border: 0;
    padding: 0;
    color: #515151;
}
.blog-item:hover .blog-meta-category a{
    color: #fff;
}
.blog-item .blog-meta-category a:hover{
    color: var(--color-one);
}

.blog-main-row {
    --bs-gutter-x: 150px;
}
.blog-item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    --bs-gutter-x: 50px;
}
.blog-item-col {
    margin-bottom: 50px;
}
.blog-page-listing .blog-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    background: #F4F4F4;
    height: 100%;
}
.blog-page-listing .blog-item:hover {
    background: #222222;
    color: #fff;
}
.blog-page-listing .blog-item:hover .title a{
    color: #fff;
}
.blog-page-listing .blog-item .title a:hover {
    color: var(--color-two);
}
.blog-item .blog-image {
    height: 240px;
    background-size: cover;
    background-position: center 0;
    position: relative;
    border-radius: 0;
    width: 100%;
}
.blog-item .blog-image.no-image {
    background-color: #02415e;
    background-size: 34%;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-page-listing .blog-item .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    font-family: var(--font-one);
}
.blog-page-listing .title:hover a {
    color: var(--color-two);
}
.blog-page-listing .blog-content {
    width: 100%;
    padding: 24px 24px 60px;
}
.blog-page-listing .blog-meta {
    color: #000;
}
.blog-page-listing .blog-item:hover .blog-meta {
    color: #fff;
}
.blog-page-listing .blog-item:hover .author-name{
    color: #fff;
}
.blog-item a{
    transition: none;
}
.blog-item .title a{
    color: #252525;
}
.item-hover .blog-meta .category a:hover{
    color: var(--color-two);
}
.blog-item .blog-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.blog-item .blog-image a:hover {
    background: rgba(0,0,0,0.25);
}

.blog-item .read-more {
    font-weight: 600;
    color: #1E1E1E;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    bottom: 24px;
}
.blog-item .read-more:hover{
    color: var(--color-two);
}
.blog-item .read-more:hover path{
    stroke: var(--color-two);
}
.blog-item .read-more:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1E1E1E;
    border-right: 2px solid #1E1E1E;
    margin-left: 5px;
    transform: rotate(45deg);
}
.blog-page-listing .blog-item:hover .read-more{
    color: #fff;
}
.blog-page-listing .blog-item:hover .read-more:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.blog-page-listing .blog-item .read-more:hover{
    color: var(--color-two);
}
.blog-page-listing .blog-item .read-more:hover:after{
    border-top: 2px solid var(--color-two);
    border-right: 2px solid var(--color-two);
}


/*====== Blog Detail ========*/

.blog-detail {
    overflow: hidden;
}
.blog-detail-page .blog-image {
    position: relative;
    border-radius: 0;
    width: 100%;
    height: 500px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-detail-page .blog-image .blog-title{
    position: absolute;
    color: #fff;
    left: 20px;
    right: 20px;
    bottom: 20px;
    font-size: 1.75rem;
}
.blog-detail-page .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-detail-page .blog-meta {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0px solid #e6e6e6;
    color: #222;
}
.blog-detail-page .blog-meta li{
    background-image: none;
    padding: 0 15px;
}
.blog-detail-page iframe {
    width: 100%;
    height: 450px;
}
.blog-detail-page .blog-meta-category {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: var(--color-one);
    z-index: 1;
    padding: 10px 10px;
    line-height: 1;
}
.blog-detail-page .blog-meta-category a{
    color: #fff;
}
.blog-detail-page .blog-meta-date {
    display: flex;
    gap: 8px;
}
.blog-detail-page .author-wrap {
    display: flex;
    gap: 8px;
}

.social-share-post {
    margin-top: 30px;
}
.social-share-post .share-title{
    font-weight: 600;
    color: #565656;
    margin-bottom: 15px;
}
.detail-share-inner {
    display: flex;
    align-items: center;
}
.social-share-title {
    color: #464646;
    font-size: 18px;
}
.social-share-post .a2a_svg {
    background: transparent !important;
    width: 30px;
    height: 30px;
    opacity: 1 !important;
}
.social-share-post .a2a_kit svg path{
    fill: #fff !important;
}
.social-share-post .a2a_default_style a {
    padding: 10px 10px !important;
    border: 0px solid #000;
    margin-right: 10px;
    border-radius: 100%;
    background: #000;
}
.social-share-post a:hover{
    background: #EACDB1;
}
.social-share-post .a2a_default_style a:hover svg path {
    fill: #fff !important;
}


.post-author-info {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-bottom: 15px;
}
.post-author-info .author-info-inner {
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    color: #000;
    gap: 0 10px;
    position: relative;
}
.post-author-info img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    object-fit: cover;
    object-position: center top;
    background-color: #f1f1f1;
}
.author-fallback-img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-one);
    color: #fff;
    line-height: normal;
    font-size: 25px;
    font-weight: 700;
}

.blog-meta-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.social-share {
    display: flex;
    gap: 10px;
}
.social-share a {
    width: 45px;
    height: 45px;
    border: 1px solid #1E1E1E;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    position: relative;
    font-size: 18px;
}
.post-tags:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/tags.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 7px;
}
.post-tags li{
    padding: 0 !important;
}
.post-tags li:before{
    display: none;
}
.post-tags li a {
    color: #000;
}
.post-tags li a:hover {
    color: var(--color-one);
}
.post-tags li:after {
    content: ",";
}
.post-tags li:last-child:after {
    content: none;
}

/*====== Blog Search ======*/
.sidebar-search-outer {
    margin-bottom: 40px;
}
.sidebar-search-outer .input-group {
    height: 55px;
    overflow: hidden;
    flex-direction: row;
    background: #fff;
    border: 1px solid #EAE2D5;
}
.sidebar-search-outer .input-group .form-control {
    border-radius: 0;
    padding: 15px;
    height: 100%;
    font-size: inherit;
    color: inherit;
    background: #fff;
    border: 0px solid #1B2B5C;
    margin: 0;
}
.sidebar-search-outer .input-group-btn {
    position: relative;
    height: 100%;
    width: 55px;
    background: var(--color-one);
}
.sidebar-search-outer input[type='submit'] {
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 0px solid #1B2B5C;
}
.sidebar-search-outer input[type='submit']:hover {
    opacity: 1;
}
.sidebar-search-outer .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    fill: var(--color-one);
    width: 24px;
    margin: auto;
}
.sidebar-search-outer .search-icon path{
    fill: #fff;
}
.sidebar-search-outer .custom_form_msg {
    position: absolute;
    bottom: 0px;
    right: 80px;
    margin: 0;
    font-size: 13px;
    color: #f00;
    padding: 0px 8px;
}
.sidebar-search-outer input[type=text]::-ms-clear{
    display: none;
    width : 0;
    height: 0;
}

.sidebar-form .form-control{
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid rgba(27, 43, 92, 0.4);
    font-weight: 300;
}
.sidebar-form .acceptance-text {
    font-size: 13px;
    color: #fff;
    text-align: left;
}
.sidebar-form .acceptance-text label {
    position: relative;
}
.sidebar-form .acceptance-text a {
    color: #fff;
    text-decoration: underline !important;
}
.sidebar-form .acceptance-text a:hover {
    color: var(--color-one);
}
.sidebar-form .wpcf7-list-item {
    margin-left: 0;
}
.sidebar-form .acceptance-text .wpcf7-list-item-label {
    margin-left: 5px;
}

/*===== Pagination =====*/
.navigation.pagination {
    width: 100%;
}
.pagination h2 {
    display: none;
}
.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-weight: 400;
    justify-content: center;
    background: #1E1E1E;
    border-radius: 12px;
    padding: 15px;
    margin: 0 auto;
}
.pagination .nav-links span, .pagination .nav-links a {
    padding: 5px 5px;
    font-size: 20px;
    color: #B8B8B8;
    line-height: 1;
    font-weight: 400;
    margin-right: 10px;
    margin-left: 10px;
    width: 48px;
    height: 41px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 5px;
}
.pagination .page-numbers .icon {
    width: 20px;
    height: 20px;
}
.pagination .nav-links span.current, .pagination .nav-links a:hover {
    border: 0px solid rgba(93, 61, 17, 0.6);
    background: var(--color-one);
    color: #fff;
}
.pagination .nav-links .page-numbers.dots {
    padding: 0;
    border: 0;
}
.pagination .prev.page-numbers, .pagination .next.page-numbers {
    position: relative;
    right: 0;
    color: var(--color-one);
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px;
    margin: 0;
    font-size: 0;
    border-color: transparent;
}
.pagination .arrow {
    width: 16px;
    height: 16px;
}
.pagination .arrow path {
    stroke: #fff;
}

.pagination .prev.page-numbers:hover, .pagination .next.page-numbers:hover{
    background: var(--color-one);
    color: #fff;
}

.pagination .prev.page-numbers:hover:after{
    border-left-color: #fff;
    border-bottom-color: #fff;
}
.pagination .next.page-numbers:hover:after{
    border-right-color: #fff;
    border-bottom-color: #fff;
}

/* Sidebar */

.sidebar-form {
    background: #222222;
    padding: 40px 30px;
    position: relative;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.sidebar-form .form-title {
    font-size: 32px;
    font-family: var(--font-one);
    margin-bottom: 30px;
}
.sidebar-form .form-group {
    margin-bottom: 10px;
}
.sidebar-form .form-control {
    border-color: rgba(255,255,255,0.25);
    max-height: 100px;
    padding: 12px;
    background: #fff;
    border: 1px solid #fff;
}
.sidebar-form .btn {
    width: 100%;
    margin-top: 20px;
}
.sidebar-form .btn:disabled{
    background: var(--color-one);
    color: #fff;
    opacity: 1;
    border-color: var(--color-one);
}
.sidebar .widget {
    position: relative;
    padding: 40px 30px;
    border: 1px solid #F4F4F4;
    background: #F4F4F4;
}
.sidebar .widget ul {
    margin-bottom: 30px;
    border-top: 0;
}
.sidebar .widget ul{
    margin-bottom: 0;
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.sidebar .widgettitle, .sidebar .widget-title {
    border-bottom: 0;
    position: relative;
    line-height: 1;
    padding: 0 0 20px;
    font-weight: 600;
    font-size: 32px;
    color: #223322;
    font-family: var(--font-one);
    text-align: center;
}
.sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar li {
    position: relative;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    color: #9a9a9c;
    border-bottom: 2px solid #1E1E1E33;
}
.sidebar li a {
    color: #1E1E1E;
    padding: 15px 25px 15px 0px;
    line-height: 1.5;
    transition: none;
    font-size: 24px;
    display: block;
    width: 100%;
    position: relative;
    font-weight: 600;
}
.sidebar li a:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 22px;
    bottom: 0;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1 8H15' stroke='%23EA1C2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L15 8L8 15' stroke='%23EA1C2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sidebar a:hover, .sidebar li.activeChild a, .sidebar li.current-cat a, .sidebar li.current-cat a, .sidebar li.current-menu-item a{
    color: var(--color-one);
}
.sidebar li:last-child {
    border: 0;
}

/*====== Static Page =======*/
.static-page .content-area{
    overflow: hidden;
}


/*====== Reviews Page =======*/
.reviews-list {
    justify-content: center;
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
.reviews-list .review-inner {
    padding: 30px 30px 70px;
    height: 100%;
    position: relative;
    background: #F4F4F4;
    border-radius: 16px;
}
.reviews-list .review-inner:hover {
    box-shadow: 0px 6px 22px 0px #3C2E0933;
    background: #262626;
    color: #fff;
}
.reviews-list .quote-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    position: absolute;
    top: 20px;
    left: 30px;
}
.reviews-list .quote-icon path {
    fill: #000;
    opacity: 0.9;
}
.reviews-list .review-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: var(--font-two);
}
.reviews-page .pagination .nav-links{
    justify-content: center;
}
.reviews-list .review-item {
    display: none;
}
.reviews-list .review-item.active {
    display: block;
}
.reviews-list .review-date {
    font-size: 14px;
    color: #B3B3B3;
}
.reviews-list .star-rating {
    display: flex;
    gap: 4px;
}
.reviews-list .star-rating .star-icon {
    width: 16px;
    height: 16px;
}
.reviews-list .review-text {
    margin-top: 10px;
}
.reviews-page .load-more-btn .btn {
    min-width: 200px;
    margin-top: 70px;
}
.reviews-page .read-more {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #1E1E1E;
    transition: none;
}
.reviews-page .read-more:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1E1E1E;
    border-right: 2px solid #1E1E1E;
    margin-left: 5px;
    transform: rotate(45deg);
}
.reviews-list .review-inner:hover .read-more{
    color: #fff;
}
.reviews-list .review-inner:hover .read-more:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.reviews-list .read-more:hover{
    color: var(--color-two);
}
.reviews-list .read-more:hover:after{
    border-top: 2px solid var(--color-two);
    border-right: 2px solid var(--color-two);
}

.review-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
    margin-top: 80px;
}
.review-categories .item {
    background: #F4F4F4;
    padding: 11px 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    flex: 22%;
}
.review-categories .item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.review-categories .item.active, .review-categories .item:hover {
    background: #1E1E1E;
    box-shadow: 0 2px 10px #ddd;
    color: #fff;
}
.review-categories .item:hover path, .review-categories .item.active path{
    fill: #fff;
}

.review-title-wrap {
    padding-right: 50px;
}
.review-category-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.review-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.reviews-list .review-inner:hover .review-category-icon path{
    fill: #fff;
}

/*========= Search Page =========*/
.search-result-heading {
    color: #999;
    font-weight: 600;
}
.search-result-heading .search-by {
    color: #333;
    word-wrap: break-word;
}
.search-page .search-item {
    border: 2px solid transparent;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 1px 2px 20px 0 #e5e5e5;
    background: #fff;
}
.search-page .search-item .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    font-size: 24px;
}
.search-page .search-item .title a{
    color: #1E1E1E;
}
.search-page .search-item .title a:hover{
    color: var(--color-one);
}
.search-page .search-item .more {
    transition: none;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-right: 20px;
    color: #8a1d04;
    text-transform: uppercase;
    display: inline-block;
}
.search-page .search-item .more:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #4E4E4E;
    border-right: 2px solid #4E4E4E;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.search-page .more .arrow {
    fill: #0261E2;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
.search-page .search-item .more:hover {
    color: #000;
}
.search-page .more:hover .arrow {
    fill: #000;
}
.search-page .search-item p {
    margin-bottom: 15px;
}
.search-page .search-item .btn {
    padding: 10px 25px;
    min-width: auto;
}

/*************
  Schema
*****************/

.schema-sec-1 .schema-wrap {
    background-color: #f5f5f5;
    margin-bottom: 80px;
    padding: 40px;
}
.schema-sec-2 .schema-wrap{
    background-color:#f5f5f5;
    padding: 40px;
    margin-bottom: 80px;
}
.schema-sec-2 iframe {
    width: 100%;
    border: none;
}
.schema-wrap strong {
    font-size: 18px;
}
.schema-sec-2 .video-title {
    display: none;
}

/* header mobile menu */

.menu-close-button {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 20px;
    top: 38px;
    cursor: pointer;
    z-index: 1;
    background: transparent;
    border: 0;
}
.menu-close-button:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    top: 0;
    right: 15px;
    background: #000;
    transform: rotate(45deg);
}
.menu-close-button:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    top: 0;
    right: 15px;
    background: #000;
    transform: rotate(-45deg);
}
.menu-wrap {
    background-color: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100%;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .5s;
    z-index: 12;
    display: flex;
    justify-content: center;
    max-width: 100%;
    z-index: 99999999;
}
.menu-full-wrapper {
    width: 100%;
    position: relative;
}
.menu-show {
    right: 0;
    box-shadow: none;
    display: block;
    width: 100%;
}
.menu-sidebar {
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    margin-left: auto;
    height: 100%;
    padding-top: 100px;
    font-size: 18px;
    font-weight: 600;
}
.menu-bar-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.menu-sidebar > ul > li > a{
    text-transform: uppercase;
}
.menu-sidebar .menu-bar-wrapper li {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(0, 0, 0,.15);
}
.menu-sidebar .menu-bar-wrapper li:last-child{
    border: none;
}
.menu-sidebar .menu-bar-wrapper li > a {
    color: #000;
    padding: 10px 20px;
    position: relative;
    display: block;
    line-height: 1.7;
}
.menu-sidebar .menu-bar-wrapper li > a:hover::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper li > a:hover {
    background-color: var(--color-one);
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper ul > li:hover{
    color: #fff;
}
/*.menu-sidebar .menu-bar-wrapper li.menu-item-has-children:hover > a{
    background-color: #B5121B;
    color: #fff;
}*/
/*.menu-sidebar .menu-bar-wrapper li:hover .sidebar-menu-arrow:after{
    border-color: #000;
}*/
.menu-sidebar .menu-bar-wrapper li > a:hover::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item > a, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > a {
    background-color: var(--color-one);
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item >  .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent >  .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > .sidebar-menu-arrow.responsive-up-arrow::after{
    border-color: #fff;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
    background: none;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
    color: #fff;
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
    font-weight: 500;
    background-color: #2828FF;
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link + .sidebar-menu-arrow::after {
    background-image: url(../images/angle-down.svg);
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
    position: relative;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
    display: none;
    background: none;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
}
.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
    padding-left: 30px;
}
.menu-sidebar .sub-menu .sub-menu li a {
    padding-left: 45px !important;
}
.sidebar-menu-arrow::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--color-one);
    border-right: 1px solid var(--color-one);
    transform: rotate(135deg);
    top: 0;
    bottom: -2px;
    margin: auto;
    right: 0;
    left: 0;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
    transform: rotate(-45deg);
    display: block;
}
.menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
    display: none;
}
/*Hamburger Button*/

.header-aside-col {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 70px;
}
.logo-wrapper a {
    padding: 9px 0;
}
.logo-wrapper {
    padding-right: 0;
    margin-right: 0;
}
.menu-button {
    padding: 10px 12px;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: none;
    border-radius: 0;
    z-index: 999;
    top: 0;
    right: 0;
    border: 1px solid var(--color-one);
    margin-left: 15px;
    background: var(--color-one);
    width: 55px;
    height: 55px;
    border-radius: 10px;
}
.menu-bar-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.menu-button .menu-bar {
    position: relative;
    border-radius: 0px;
    width: 100%;
    transition: .5s;
    opacity: 1;
    margin: auto;
}
.menu-button .menu-bar-top {
    border: 2px solid #fff;
    border-bottom: none;
    display: inline-block;
}
.menu-button .menu-bar-middle {
    height: 2px;
    background-color: #fff;
    margin-bottom: 3px;
    margin-top: 8px;
    right: 0;
    left: auto;
    width: 100%;
    margin-right: 0px;
    display: inline-block;
}
.menu-button .menu-bar-bottom {
    border: 2px solid #fff;
    border-top: none;
    margin-top: 6px;
    width: 100%;
    margin-right: 0;
    display: inline-block;
}
.button-open {
    z-index: 16;
}
.menu-button.button-open {
    background: none;
    z-index: 9999;
    right: 15px;
    border-color: #fff;
}
.button-open .menu-bar {
    opacity: 1;
}
.button-open .menu-bar-top {
    border-color: #fff;
    transform: rotate(45deg) translate(9px, 9px);
    transition: .5s;
}
.button-open .menu-bar-middle {
    background-color: #fff;
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0;
}
.button-open .menu-bar-bottom {
    border-color: #fff;
    transform: rotate(-45deg) translate(5px, -5px);
    transition: .5s;
    right: 0;
}
.menu-button.button-open .menu-bar-top {
    border-color: #ffffff !important;
}
.menu-button.button-open .menu-bar-bottom {
    border-color: #ffffff !important;
}
.menu-logo-wrapper {
    width: 50%;
    padding-left: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 274px;
}
.nav-open-menu {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    touch-action: none;
    -ms-touch-action: none;
}
.menu-sidebar .sub-menu{
    list-style: none;
}

/*mobile menu css end*/

.hide-banner {
    padding-top:100px
}
.hide-banner .page-banner{
    display:none!important
}
.hide-banner .header{
    background: #000;
    box-shadow:0 5px 5px -5px #555;
}
.page-not-found .wpcf7-form {
    background: rgba(138, 29, 4, 0.04);
    padding: 50px;
    margin-top: 30px;
}
.page-not-found .form-control {
    background: #fff;
    border-color: #fff;
    padding: 10px;
}
.breadcrumb {
    background: var(--color-one);
    color: #fff;
    margin: 0;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 400;
}
.breadcrumb a {
    color: #fff;
    opacity: 0.6;
}

/*========= FAQs Page ===========*/

.page-template-faq .location-section{
    margin-top: 0;
}
.faq-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110F2A;
}
.faq-accordion .accordion-body {
    padding: 0 0 40px 0;
    border: none;
}
.faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #BFBFBF;
    background: transparent;
    position: relative;
    border-radius: 0;
}
.faq-accordion .accordion-item:first-child .accordion-button{
    padding-top: 0;
}
.faq-accordion .accordion-item .accordion-header button {
    padding: 30px 45px 30px 0;
    box-shadow: none;
    font-size: 32px;
    line-height: 1.3;
    background: transparent;
    font-weight: 500;
    letter-spacing: .6px;
    font-family: var(--font-two);
    color: #1E1E1E;
}
.faq-accordion .accordion-button{
    position: relative;
}
.accordion-button:after {
    display: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.faq-accordion .pagination .nav-links {
    justify-content: center;
}

.accordion-button[aria-expanded='true'] .arrow{
    transform: rotate(90deg);
}

.accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    z-index: 1;
    border: 0px solid var(--color-one);
    justify-content: center;
}
.accordion-button .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #0D0D0D;
}



/*========= About Section =========*/

.about-section {
    background: linear-gradient(180deg, #E4E4E4 68.66%, #FFFFFF 100%);
    padding-top: 200px;
}
.about-section .top-row {
    margin-bottom: 60px;
}
.about-section .bottom-row {
    --bs-gutter-x: 100px;
}
.about-section .about-results {
    margin-top: 30px;
}
.about-section .left-col {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about-section .right-col {
    padding-bottom: 80px;
}
.mobile-about-image{
    display: none;
}

.about-results .result-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.about-results .result-item + .result-item{
    margin-top: 40px;
}

.about-results .result-icon {
    width: 95px;
    height: 95px;
}
.about-results .result-text{
    width: calc(100% - 95px);
}
.about-results .result-amount {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}
.about-results .result-title {
    font-size: 20px;
    line-height: 1.5;
}

.about-section .about-video {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.about-section .about-content {
    margin-top: 30px;
}
.about-section .bottom-btn{
    margin-top: 30px;
}

/*======== Practice Section =======*/
.practice-top-info {
    background: #1E1E1E;
}
.practice-top-info .btn {
    margin-top: 10px;
}

.services-sec-list {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.services-sec-list .item {
    flex: 1 1 25%;
    transition: flex-basis 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.services-sec-list .item.active {
    flex: 1 1 70%;
}
.services-sec-list .inner {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    overflow: hidden;
    height: 545px;
    position: relative;
    z-index: 1;
}
.services-sec-list .inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, rgba(0, 0, 0, 0.8) 100%);
}
.services-sec-list .service-image-title {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #fff;
    z-index: 1;
    line-height: 1.5;
    display: inline-block;
    transition: opacity 0.2s ease-in-out;
    font-size: 22px;
    font-weight: 700;
}
.services-sec-list .service-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.services-sec-list .service-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-sec-list .service-detail {
    width: 100%;
    padding: 35px;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
    visibility: hidden;
}
.services-sec-list .name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.services-sec-list .desc {
    font-size: 20px;
    line-height: 1.5;
}
.services-sec-list .desc a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.services-sec-list .desc a:hover {
    color: var(--color-one);
    border-color: var(--color-one);
}
.services-sec-list .item.active .service-image-title{
    opacity: 0;
}
.services-sec-list .item.active .service-detail{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}
.services-sec-list .btn {
    padding: 5px;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.services-sec-list .item.active .inner:before {
    background: linear-gradient(180deg, rgba(16, 15, 11, 0.00) 25.8%, rgba(16, 15, 11, 0.90) 57.19%);
}

/* Attorney Section */
.attorney-section {
    background: url(../images/bg-attorney.webp);
    background-size: cover;
}
.attorney-section .small-heading {
    font-size: 32px;
    font-family: var(--font-one);
    font-weight: 400;
}
.attorney-section .attorney-image {
    max-width: 700px;
    margin: auto;
}
.attorney-section .attorney-image-text {
    background: url(../images/figcaption.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 30px 100px;
    font-size: 32px;
    line-height: 1.5;
    margin-top: -30px;
}

/* Testimonials Section */
.testimonials-section {
    background-color: #232323;
}
.testimonials-section .slick-list {
    margin: 0 -10px;
}
.testimonials-section .heading {
    color: var(--color-two);
}
.testimonials-section .slick-arrow {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
}
.testimonials-section .slick-arrow.slick-prev {
    left: -50px;
}
.testimonials-section .slick-arrow.slick-next {
    left: 50px;
}


.testimonials-section .date {
    color: #B3B3B3;
    font-size: 14px;
}
.testimonials-section .title {
    font-size: 24px;
}
.testimonials-section .slick-slide {
    margin: 0 8px;
}

.review-modal .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-color: var(--color-one);
    opacity: 1;
    box-shadow: none;
    margin-right: 0;
}
.review-modal .btn-close:hover{
    background-color: var(--color-one);
}
.testimonials-slider .star-rating {
    display: flex;
    gap: 3px;
}
.testimonials-slider .star-icon{
    width: 16px;
    height: 16px;
}
.testimonials-slider .slick-track {
    display: flex !important;
}
.testimonials-slider .slick-slide {
    margin: 0 8px;
    height: inherit !important;
    padding: 20px;
    background: #262626;
    border-radius: 16px;
    position: relative;
}
.testimonials-slider .desc {
    font-weight: 400;
    font-size: 18px;
}
.testimonials-slider .read-more {
    color: var(--color-two);
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline !important;
    margin-top: 10px;
    display: inline-block;
}
.testimonials-slider .category-icon {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 25px;
    top: 20px;
}
.testimonials-slider .category-icon img, .testimonials-slider .category-icon svg{
    width: 100%;
}
.testimonials-slider .author-info {
    padding-right: 40px;
}
.testimonials-slider .category-icon path {
    fill: #fff;
}

/* FAQs Section */
.faqs-section {
    background: linear-gradient(180deg, #E4E4E4 68.66%, #FFFFFF 100%);
}
.faqs-section .row-one {
    margin-bottom: 80px;
}

.faq-case-results .result-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.faq-case-results .result-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.faq-case-results .result-item + .result-item{
    margin-top: 60px;
}
.faq-case-results .result-icon {
    width: 95px;
    height: 95px;
}
.faq-case-results .result-amount {
    font-size: 40px;
    margin-bottom: 10px;
}
.faq-case-results .result-title {
    font-size: 20px;
    line-height: 1.5;
}

/* Work Section */
.work-section {
    background: #1E1E1E;
}
.work-section .work-list {
    --bs-gutter-x: 70px;
}
.work-section .box-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}
.work-section .box-title{
    font-size: 32px;
}


/* Blog Section */
.blog-section {
    background: #F4F4F4;
}
.blog-section .blog-slide-title {
    font-size: 36px;
}
.blog-section .blog-slide-desc {
    line-height: 1.8;
}
.blog-section .blog-slide-title a:hover {
    color: var(--color-one);
}

.blog-slider {
    padding: 0 60px;
}
.blog-slider .slick-track {
    display: flex !important;
}
.blog-slider .slick-slide {
    background: #222222;
    margin: 0 20px;
    height: inherit !important;
}
.blog-slider .blog-slider-image {
    overflow: hidden;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-slider .blog-slider-detail {
    padding: 24px 24px 60px 24px;
    color: #fff;
}
.blog-slider .blog-slider-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}
.blog-slider .blog-slider-title a{
    color: #fff;
}
.blog-slider .blog-slider-title a:hover{
    color: var(--color-two);
}
.blog-slider .blog-slider-desc {
    font-size: 16px;
    margin-top: 10px;
}
.blog-slider .blog-slider-image .no-image img{
    object-fit: contain;
    object-position: center;
    max-width: 250px;
}
.blog-slider .blog-slider-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: all .4s ease-in-out;
}
.blog-slider .read-more {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 24px;
}
.blog-slider .read-more .arrow{
    width: 14px;
}
.blog-slider .read-more .arrow path{
    stroke: var(--color-one);
}
.blog-slider .read-more:hover{
    color: var(--color-two);
}
.blog-slider .blog-slider-image:hover img {
    transform: scale(1.05);
}
.blog-slider .read-more:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: 5px;
    transform: rotate(45deg);
}

.blog-slider .slick-arrow {
    position: absolute;
    top: 50%;
    background: #232323;
    border-color: #232323;
}
.blog-slider .slick-arrow:hover{
    background: var(--color-one);
    border-color: var(--color-one);
}
.blog-slider .slick-arrow.slick-next {
    right: 0;
}
.blog-slider .slick-arrow.slick-prev {
    left: 0;
}
.blog-slider .slick-next.slick-arrow:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.blog-slider .slick-prev.slick-arrow:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

/* CTA Section */
.cta-section {
    background: url(../images/bg-cta.webp);
    background-size: cover;
}
.cta-section .row {
    --bs-gutter-x: 100px;
}

/* Form Section */

body:not(.home) .form-section{
    background: url(../images/bg-form.webp);
    background-size: cover;
}
.form-section iframe {
    width: 100%;
    margin-top: 50px;
    border-radius: 20px;
}
.form-section .main-row {
    --bs-gutter-x: 150px;
}
.form-section .form-wrap {
    background: #222222;
    padding: 30px 20px;
    text-align: center;
}
.form-section .form-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-section .form-group {
    margin-bottom: 10px;
}
.form-section .form-control {
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #DADADA;
    max-height: 115px;
}

.form-section .acceptance-text {
    font-size: 13px;
    color: #fff;
    text-align: left;
}
.form-section .acceptance-text label {
    position: relative;
}
.form-section .acceptance-text a {
    color: #fff;
    text-decoration: underline !important;
}
.form-section .acceptance-text a:hover {
    color: var(--color-one);
}
.form-section .wpcf7-list-item {
    margin-left: 0;
}
.form-section .acceptance-text .wpcf7-list-item-label {
    margin-left: 5px;
}
.form-section .wpcf7-submit {
    width: 100%;
    margin-top: 30px;
}
.form-section .map iframe {
    height: 300px;
    border-radius: 20px;
}
.form-section .wpcf7-submit:disabled {
    background: var(--color-one);
    color: #fff;
    opacity: 1;
    border-color: var(--color-one);
}

/* Practice Areas Page */

.practice-areas-list .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
    justify-content: center;
}
.practice-areas-list .pa-inner {
    border: 1px solid #D9D8D8;
    background: #F4F4F4;
    padding: 30px 30px 0;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 16px;
    position: relative;
}
.practice-areas-list .pa-inner:hover {
    background: #1E1E1E;
    color: #fff;
}
.practice-areas-list .pa-title {
    font-size: 32px;
    font-weight: 500;
    font-variant-numeric: lining-nums proportional-nums;
}
.practice-areas-list .pa-desc {
    font-size: 18px;
}
.practice-areas-list .pa-image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
}
.practice-areas-list .pa-image img{
    width: 100%;
}
.practice-areas-list .read-more {
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    color: var(--color-two);
    margin-top: 20px;
    position: relative;
}
.practice-areas-list .read-more:after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-two);
    border-right: 2px solid var(--color-two);
    margin-left: 5px;
    transform: rotate(45deg);
}
.practice-areas-list .pa-item {
    display: none;
}
.practice-areas-list .pa-item.active {
    display: block;
}

.about-attorney-section {
    background: url(../images/about-bg-1.webp);
    background-size: cover;
}
.about-attorney-section .content-inner {
    padding-bottom: 50px;
}

/* About Video Section */
.about-videos-list {
    --bs-gutter-x: 60px;
}
.about-videos-list .video-inner {
    background: #F4F4F4;
    padding: 20px;
    border-radius: 16px;
    height: 100%;
    border: 1px solid #D9D8D8
}
.about-videos-list .video-image {
    position: relative;
    margin-bottom: 30px;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
}
.about-videos-list .video-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-videos-list .html5lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-videos-list .video-title {
    font-size: 32px;
}
.about-videos-list .play-icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.about-videos-list .html5lightbox:hover rect{
    fill: var(--color-two);
}

/*===== Verdicts Page ======*/
.verdicts-list {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
    justify-content: center;
}
.verdicts-list .inner {
    background: #F4F4F4;
    text-align: center;
    padding: 40px;
    border-radius: 16px;
    height: 100%;
}
.verdicts-list .vicon {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}
.verdicts-page .vtitle {
    font-size: 40px;
    font-weight: 700;
}
.verdicts-list .vdesc {
    font-weight: 500;
}
.verdicts-list .inner:hover {
    box-shadow: 0 0 20px #ddd;
    background: #fff;
}

/* Scholarship Page */
.scholar-intro-section{
    background: url(../images/scholar-bg-1.webp);
    background-size: cover;
}
.scholar-intro-section .content-inner {
    padding-bottom: 80px;
}

.scholar-content-section {
    background: url(../images/scholar-bg-2.webp);
    background-size: cover;
    color: #E8E8E8;
}
.scholar-content-section h2, .scholar-content-section h3, .scholar-content-section h4 {
    color: var(--color-two);
}
.scholar-content-section .bottom-content {
    background: linear-gradient(180deg, #E4E4E4 68.66%, #FFFFFF 100%);
    text-align: center;
    padding: 30px 60px;
    color: #000;
    border-radius: 12px;
    font-weight: 700;
}
.scholar-content-section .row {
    --bs-gutter-x: 50px;
}
.scholar-content-section .btn-text{
    color: var(--color-one);
    font-size: 24px;
}
.scholar-content-section .btn-text a{
    text-decoration: underline !important;
    color: var(--color-one);
}
.scholar-content-section .btn-text a:hover{
    color: var(--color-two);
}


/* Merch List */
.merch-list {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
    justify-content: center;
}
.merch-list .inner {
    background: #F4F4F4;
    padding: 20px 20px 100px;
    border: 1px solid #D9D8D8;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.merch-list .merch-image {
    width: 100%;
    height: 217px;
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 30px;
}
.merch-list .merch-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.merch-list .merch-title {
    font-size: 32px;
    font-weight: 500;
}
.merch-list .merch-price {
    background: #1E1E1E;
    color: #fff;
    display: inline-block;
    padding: 9px 20px;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    font-weight: 700;
}
.merch-list .merch-price span + span {
    border-left: 2px solid #fff;
    padding-left: 8px;
    margin-left: 8px;
}
.merch-list .read-more {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #1E1E1E;
    transition: none;
    margin-top: 15px;
}
.merch-list .read-more:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1E1E1E;
    border-right: 2px solid #1E1E1E;
    margin-left: 5px;
    transform: rotate(45deg);
}
.merch-list .inner:hover{
    background: #1E1E1E;
    color: #fff;
}
.merch-list .inner:hover .read-more{
    color: #fff;
}
.merch-list .inner:hover .read-more:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.merch-list .inner:hover .merch-price{
    background: #fff;
    color: #1E1E1E;
}
.merch-list .inner:hover .merch-price span {
    border-color: #1E1E1E;
}


.merch-top-info {
    margin-bottom: 60px;
}
.merch-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
}
.merch-categories .item {
    background: #F4F4F4;
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    min-width: 145px;
}
.merch-categories .item.active{
    background: var(--color-one);
    color: #fff;
}

.merch-modal .modal-dialog {
    max-width: 640px;
}
.merch-modal .modal-header {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
}
.merch-modal .modal-content {
    border-radius: 20px;
    padding: 24px;
    display: block;
}
.merch-modal .modal-image {
    background: #F4F4F4;
    width: 100%;
    height: 260px;
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 20px;
}
.merch-modal .modal-title {
    font-size: 32px;
}
.merch-modal .modal-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.merch-modal .modal-body {
    font-size: 18px;
    padding: 0;
}
.merch-modal .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fff;
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    box-shadow: 0px 4px 14px 0px #0000001A;
}
.merch-modal .modal-price {
    background: #1E1E1E;
    color: #fff;
    display: inline-block;
    padding: 9px 20px;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 20px;
}
.merch-modal .modal-price span + span {
    border-left: 2px solid #fff;
    padding-left: 8px;
    margin-left: 8px;
}


/* Commercial Page */
.commercial-videos-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.commercial-videos-tabs .item {
    background: #fff;
    color: var(--text-color);
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}
.commercial-videos-tabs .item.active {
    background: #EA1C2D;
    color: #fff;
}

.commercial-videos {
    padding: 0 100px;
}
.commercial-videos .video-item {
    display: none;
    position: relative;
    overflow: hidden;
    height: 620px;
    border-radius: 10px;
}
.commercial-videos .video-item.active {
    display: block;
}
.commercial-videos .video-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center 0;
}

.commercial-videos-section {
    background: url(../images/bg-com-videos.webp);
    background-size: cover;
}
.commercial-videos-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}
.commercial-videos .html5lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}
.commercial-videos .html5lightbox:hover rect{
    fill: var(--color-two);
}

/* Employment Page */
.jobs-section {
    background: url(../images/bg-black.webp);
    background-size: cover;
}
.jobs-section .heading{
    color: var(--color-two);
}
.jobs-section .description{
    color: #E8E8E8;
}

.jobs-section .apply-text {
    font-size: 18px;
    opacity: 0.7;
}
.jobs-section .form-button-title {
    font-size: 24px;
}
.jobs-section .form-button-title a{
    color: var(--color-two);
}
.jobs-section .form-button-title a:hover{
    color: var(--color-one);
}

.jobs-accordion {
    background: #F4F4F4;
    border-radius: 12px;
    margin: 50px 0;
}

.jobs-accordion .accordion-header button {
    padding: 30px 45px;
    box-shadow: none;
    font-size: 32px;
    line-height: 1.3;
    background: transparent;
    font-weight: 500;
    letter-spacing: .6px;
    font-family: var(--font-two);
    color: #1E1E1E;
}
.jobs-accordion .accordion-body {
    padding: 0 40px 30px 40px;
    border: none;
}
.jobs-accordion .accordion-button .arrow {
    right: 20px;
}
.no-job-openings-text {
    padding: 70px;
    background: #F4F4F4;
    border-radius: 12px;
    text-align: center;
    color: var(--text-color);
    margin: 50px 0;
}

/* Practice Detail Page */
.pd-banner {
    padding-top: 150px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.pd-banner:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    background: url(../images/banner-circle.webp);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.pd-banner-row {
    display: flex;
    align-items: flex-end;
}
.pd-banner .pd-banner-content {
    width: 50%;
    padding-bottom: 80px;
}
.pd-banner-title {
    font-size: 24px;
    font-family: var(--font-one);
    font-weight: 400;
}
.pd-banner .pd-info-title {
    font-size: 64px;
    margin-bottom: 40px;
}
.pd-banner .pd-info-title span{
    color: var(--color-two);
}
.pd-banner .pd-banner-image {
    position: relative;
    text-align: center;
    width: 50%;
    pointer-events: none;
}

.pd-info-blocks-list {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 30px;
}
.pd-info-blocks-list .item {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.pd-info-blocks-list .icon {
    width: 45px;
    height: 45px;
}
.pd-info-blocks .title {
    font-size: 20px;
    width: calc(100% - 45px);
}
.pd-banner .banner-btn-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.pd-banner .call-btn {
    color: var(--color-two);
    display: flex;
    gap: 10px;
    align-items: center;
}
.pd-banner .call-icon path {
    stroke: var(--color-two);
}
.pd-banner .call-btn:hover{
    color: var(--color-one);
}
.pd-info-blocks-list .item:nth-child(even):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    background: rgba(255,255,255,0.5);
}

/* Results Section */
.practice-results-section .row{
    background: url(../images/bg-banner-blocks.webp);
    background-size: cover;
    background-position: center;
    padding: 30px 30px;
    z-index: 1;
}
.practice-results-section .inner {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 40px;
    position: relative;
    height: 100%;
    color: #fff;
}
.practice-results-section .result-icon {
    width: 75px;
    height: 75px;
}
.practice-results-section .result-text{
    width: calc(100% - 75px);
}
.practice-results-section .amount {
    font-size: 26px;
    font-weight: 700;
}
.practice-results-section .title {
    font-size: 16px;
    line-height: 1.3;
}
.practice-results-section .block-icon path {
    fill: var(--color-two);
}

/* consultation section */
.pd-consultation-section {
    background: url(../images/bg-consultation.webp);
    background-size: cover;
}
.pd-consultation-section .consultation-top {
    margin-bottom: 100px;
}
.pd-consultation-section .consultation-bottom {
    align-items: flex-end;
}
.pd-consultation-section .image {
    text-align: center;
}
.pd-consultation-section .content-inner {
    padding-bottom: 100px;
}

/* Content Section */

.pd-content-section.light-text{
    color: #CFCFCF;
}
.pd-content-section .description strong {
    color: #fff;
}
.pd-content-section.light-text .heading{
    color: #fff;
}
.pd-content-section .image{
    margin-top: 50px;
}
.pd-content-section .image img {
    border-radius: 16px;
}
.pd-faqs-section {
    background: linear-gradient(180deg, #E4E4E4 68.66%, #FFFFFF 100%);
}
.pd-faqs-section .accordion {
    margin-top: 50px;
}

/* Image with Content Section */

.pd-image-with-content.light-text{
    color: #CFCFCF;
}
.pd-image-with-content.light-text .heading{
    color: #fff;
}
.pd-image-with-content .row{
    --bs-gutter-x: 50px;
    align-items: center;
}

/* mobile banner blocks */

.injury-section{
    background: #222222;
}
.injury-top-section .row {
    --bs-gutter-x: 80px;
}
.injury-accordion .accordion-item {
    border: 0;
    border-bottom: 0px solid #BFBFBF;
    background: transparent;
    position: relative;
    border-radius: 0;
    color: #fff;
}
.injury-accordion .accordion-header button {
    padding: 10px 45px 10px 0;
    box-shadow: none;
    font-size: 32px;
    line-height: 1.3;
    background: transparent;
    font-weight: 500;
    letter-spacing: .6px;
    font-family: var(--font-two);
    color: #fff;
}
.injury-accordion .accordion-body {
    padding: 0 0 20px 0;
    border: none;
}
.injury-accordion .accordion-button .arrow:before{
    display: none;
}
.injury-accordion .accordion-button .arrow:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
}
.injury-accordion .accordion-button .arrow {
    top: 13px;
    bottom: auto;
}

.injury-bottom-section {
    margin-top: 100px;
}
.causes-listing .row:nth-child(odd) {
    padding-right: 150px;
}
.causes-listing .row:nth-child(even) {
    padding-left: 150px;
}
.causes-listing .item {
    border: 1px solid #EFB832;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    margin-top: 25px;
}
.causes-listing .icon{
    width: 80px;
    height: 80px;
}
.causes-listing .title {
    width: calc(100% - 80px);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-two);
}
.causes-listing .icon path {
    fill: var(--color-two);
}
.causes-listing .item:hover {
    background: var(--color-two);
}
.causes-listing .item:hover .title{
    color: #222222;
}
.causes-listing .item:hover .icon path {
    fill: #222222;
}

.content-section {
    background: url(../images/bg-content.webp);
    background-size: cover;
}


.pll-switcher-select {
    padding: 7px 8px;
    border: none;
    background:var(--color-one);
    margin-left: 20px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: normal;
    outline: none;
    font-weight: 600;
    color: #fff;
}
.work-section .inner {
    text-align: center;
}
.cta-section iframe {
    width: 100%;
    border-radius: 20px;
}
.home .author-name {
    color: #fff;
}
.disclaimer p {
    font-size: 16px;
}
.cta-section img {
    width: 100%;
}
.list-style ul li ul, .list-style ol li ol {
    margin: 15px 0 10px;
}