:root {
    --color--black: rgba(17, 17, 17, 1);
    --color--one: #000;
    --color--two: #334155;
    --color--three: #5e5e5e;
    --color--four: #242424;
    --color--five: #931478;
    --color--six: #fff;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Merriweather";
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 36px;
}
body, html {
    height: 100%;
}
body.nav-open-menu {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.banner-title.h1{
    color: #fff;
}
img, svg {
    vertical-align: inherit;
}
:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.site-content-wraper .container {
    position: relative;
    z-index: 1;
}
a {
    text-decoration: none
}

a, .btn, input, select, textarea, button, img {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #64241F;
}
ol {
    padding-left: 15px
}
.content-class ul {
    padding: 0;
    margin: 0;
    margin-left: 20px!important;
}
select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}

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

.wpcf7 span[data-name="PhoneNumber"] .wpcf7-not-valid-tip {
    opacity: 0;
    display: none;
}

.wpcf7 span[data-name="EmailAddress"]  label.error {
    opacity: 0;
}

.wpcf7 span[data-name="EmailAddress"] {
    position: relative;
}

.wpcf7 span[data-name="EmailAddress"] label#EmailAddress-error {
    opacity: 1;
}

iframe {
    border: none;
    width: 100%;
    height: 100%
}
.alignnone {
    display: block;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.aligncenter, div.aligncenter {
    width: auto !important;
}
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;
}
ul {
    padding: 0;
    margin: 0;
}

/*============ Heading CSS ============*/

.h1, h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 85px;
    font-family: "Merriweather";
    letter-spacing: 0px;
}
.h2, h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 70px;
    color: rgba(37, 37, 37, 1);
    font-family: "Merriweather";
    text-transform: capitalize;
}
.h3, h3 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Merriweather";
    color: rgba(37, 37, 37, 1);

}
.h4, h4 {
    font-size: 35px;
    font-weight: 500;
    font-family: "Merriweather";
    color: rgba(37, 37, 37, 1);
    line-height: 45px;
}
h5 {
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Merriweather";
    color: rgba(37, 37, 37, 1);
}
.h5 {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
    font-family: "Merriweather";
    color: rgba(37, 37, 37, 1);
}
.home-banner .banner-des .h1,
.home-banner .banner-des  h1 {
    color: #fff;
    text-align: center;
    font-size: 75px;
    font-weight: 700;
}
.banner-subtitle {
    font-size: 40px;
    font-weight: 300;
    margin: 58px 0px 70px 0!important;
}
.page-banner .h1,
.page-banner h1 {
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 1;
}

/*============ Heading CSS END ============*/

/*==================== Common CSS ====================*/
.space-pd {
    padding: 100px 0;
}
.space-mr {
    margin: 90px 0;
}

/*==================== Common CSS END ====================*/

.container {
    max-width: 1280px;
}
.theme-btn {
    background-color: #941011;
    color: #ffff!important;
    padding: 21px 31px;
    font-size: 16px;
    font-weight: 500!important;
    text-transform: uppercase;
    transition: all ease .8s;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
    line-height: normal;
}
.theme-btn:hover {
    background-color: transparent;
    border: 2px solid #920f11;
    color: #8f0f11!important;
}
.banner-section.space-pd{
    padding: 150px 0 0!important;
}
.btn {
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(171, 18, 20, 1);
    border-radius: 50px;
    padding: 21px 30px;
    line-height: normal;
    transition: .5s;
}
.btn:hover {
    color: rgba(171, 18, 20, 1);
    background: #ffffff00;
    border: 1px solid rgba(171, 18, 20, 1);
    transition: .5s;
}
/*header css start here*/

header#header {
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 8px transparent;
    box-shadow: 0 0px 5px transparent;
    position: fixed;
    top: 0px!important;
    background: transparent;
    padding: 5px 0;
}
.top-bar {
    background-color: rgba(0, 26, 84, 1);
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 40px;
    top:0;
}
.header-language {
    display: flex;
    gap: 10px;
    font-weight: 500;
    justify-content: end;
}
.header-language a {
    color: white;
}
a.glink.nturl.notranslate.gt-current-lang {
    font-weight: 300;
}
header#header.small-header {
    padding: 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    background: #000!important;
}
.wrap-header .menu-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-left {
    width: 234px;
}
/*.header-left a {
    display: flex;
}*/
.header-right {
    width: calc(100% - 234px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 0px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    justify-content: space-between;
}
/*.small-header .header-row {
    padding: 0 5px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;

}*/
.wrap-header .menu-header ul li {
    padding-left: 0;
}
.wrap-header .menu-header ul li ul li {
    margin-right: 0px;
}
.wrap-header .menu-header ul li {
    position: relative;
}
.wrap-header .menu-header ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding-right: 35px;
}
.wrap-header .menu-header ul li a:hover {
    color: #fff;
}
.wrap-header .menu-header ul li a:before {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
    background: #32BFFF;
    transition: width 0.3s ease-in-out;
}


.wrap-header .menu-header ul li a:after {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
    background: #32BFFF;
    transition: width 0.3s ease-in-out;
}
.small-header .wrap-header .menu-header ul li a:hover:not(.sub-menu a),
.small-header .main-menu .menu-header ul .current_page_item > a,
.small-header .main-menu .menu-header ul .current_page_ancestor > a,
.small-header .main-menu .menu-header ul .current-menu-ancestor > a,
.small-header .main-menu .menu-header ul .current_page_parent > a {
    color: #fff!important;
}
#mainNav li.menu-item-has-children:hover:before
.main-menu .menu-header ul li.current-menu-ancestor
.wrap-header .menu-header ul li ul li.current-menu-item {
    background: #1b3546;
    color: #ffff;
}
.wrap-header .menu-header ul li ul li.current_page_item {
    background: rgb(0 0 0);
    color: #ffff;
}
.wrap-header .menu-header ul li ul li.current_page_item  > a {
color: white!important; 
}
.main-menu .menu-header ul .sub-menu li a {
    color: #000;
    line-height: 20px;
    padding: 12px 0px;
    font-weight: 400!important;
}
.mobile-contact-title {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-contact-title svg {
    margin-right: 10px;
}
.mobile-phonenumber a.header-ph {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px;
    line-height: normal;
}
.mobile-phonenumber a.header-ph:hover {
    color: #EDEDED;
}
.mobile-phonenumber img {
    margin-right: 20px;
    height: 22px;
    width: 22px;
}
.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.header-language.a {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 40px;
}
.search-icon {
    cursor: pointer;
    display: block;
    margin-right: 0px;
    padding-top: 0px;
    position: relative;
}
.search-icon svg {
    height: 20px;
    width: 50px;
    margin-top: 10px;
}

.mobile-phonenumber a.header-ph svg {
    margin-right: 10px;
}
.social-media-title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    padding-right: 15px;
}
.social-media {
    display: flex;
    align-items: center;
}
/*.quick-links {
    padding: 55px 0px 0;
}*/
.footer-contact {
    padding-top: 40px;
}
.social-media a svg path {
    fill: #fff;
}
.social-media svg {
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    padding: 13px;
    transition: 0.5s;
    border-radius: 50px;
    margin-right: 15px;
}
.social-media svg:hover {
    background: #001a54;
}
.location a {
    color: rgba(167, 167, 167, 1);
}
.location a:hover {
    color: #fff;
    transition: .5s;
}
.social-media a:hover svg path {
    fill: #fff;
}

.social-media .follow-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 20px;
}
.social-media a {
    display: flex;
}
.copyright {
    color: rgb(255 255 255);
    padding: 6px 0;
    background: #3e3d3d;
}
.header-button a.button {
    background: -o-linear-gradient(275.97deg,#1B3546 7.6%,#ceab70 34.13%,#ab8955 83.51%,#815f35 134.29%);
    background: linear-gradient(174.03deg,#1B3546 7.6%,#ceab70 34.13%,#ab8955 83.51%,#815f35 134.29%);
    padding: 12px 36px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-button a.button img {
    margin-right: 12px;
}

.header-button a.button svg {
    margin-right: 10px;
}

/*menu dropdown*/
.menu-header ul.sub-menu {
    display: none !important;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 99%;
    left: 0;
    text-align: left;
    min-width: 250px;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0px 17px 16px rgba(0,0,0,.15);
    box-shadow: 0px 17px 16px rgba(0,0,0,.15);
}
.menu-header ul.sub-menu li {
    border-bottom: 1px solid #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 9px !important;
    position: relative;
}
.menu-header ul.sub-menu li:hover {
    background: #000;
}
.menu-header ul.sub-menu li a {
    color: #000;
}
#mainNav>li.menu-item-has-children {
    position: relative;
    margin-right: 15px;
}
.menu-header ul.sub-menu li:last-child {
    border: none;
}
.wrap-header .menu-header ul li a:hover::after,
.wrap-header .menu-header ul li a:hover::before{
    display: none;
}

.menu-header ul.sub-menu li {
    margin: 0;
}

#mainNav li.menu-item-has-children:hover > ul.sub-menu {
    display: block !important;
}
.menu-header ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}
.menu-header ul.sub-menu li:hover > a {
    color: #fff !important;
}
#mainNav li.menu-item-has-children:before {
    content: "";
    right: 24px;
    position: absolute;
    top: 49%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform-origin: 5px 0px;
    -ms-transform-origin: 5px 0px;
    transform-origin: 5px 0px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
#mainNav li.menu-item-has-children:hover:before,
#mainNav li.current-menu-ancestor:before {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.main-menu .menu-header ul .current_page_parent>a #mainNav li.menu-item-has-children:before {
    border-right: 2px solid #32bfff;
    border-bottom: 2px solid #32bfff;
}
#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(314deg) translateY(-50%);
    border-right: 2px solid #000;
    border-bottom: 2px solid #161616;
}
#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
    content: "";
    right: 12px;
    position: absolute;
    top: 20px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform-origin: 5px 0px;
    -ms-transform-origin: 5px 0px;
    transform-origin: 5px 0px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:hover:before {
    border-color: #fff;
}
header#heade a.top-logo {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.small-header .social-media {
    padding: 0;
}
header#header.small-header .top-logo svg {
    height: 70px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
/*fixed header end css here*/

/*header search icon css start here*/

/*.header-search-box.open-search {
    opacity: 1;
    height: 100px;
    z-index: 999999;
}*/

.header-search-box {
    position: fixed;
    background-color: #fff;
    width: 100%;
    transition: all 0.5s ease 0s;
    top: 0;
    right: 0;
    height: 100px;
    z-index: 99999;
    transform: translateY(-100%);
}
input.form-control.search::placeholder {
    color: black!important;
}
.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    background: 0 0;
    color: #000000;
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 1px solid #000000;
    width: 100%;
    border-radius: 0;
}
input.form-control.search::placeholder {
    color: black;
}
.search-input-wrap svg path {
    stroke: #000;
}

.search-input-wrap span.msg-side-form {
    position: absolute;
    right: 68px;
    bottom: 0px;
    color: red;
    font-weight: 14px;
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: 0 0;
}
#site-searchs svg:hover path {
    stroke: #000;
    transition: 0.3s;
}
.header-search-box span.closebtn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #000;
}
.header-search-box span.closebtn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #000;
}
.header-search-box span.closebtn:hover:before,
.header-search-box span.closebtn:hover:after {
    background-color: #000000;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
}
.header-search-box  input.search::-webkit-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::-moz-placeholder {
    color: #fff;
}
.header-search-box  input.search:-ms-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::-ms-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::placeholder {
    color: #fff;
}

.search-icon img.search {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    border-left: 1px solid #000;
    padding-left: 5px;
}
/*header search icon css end here*/
/*header css  end here*/
/*footer css start here*/

footer#footer {
    color: #fff;
    padding-bottom: 40px;
    padding-top: 100px;
    background-color: rgba(37, 37, 37, 1);
    overflow: hidden;
}
.footer-heading {
    font-size: 18px;
    font-weight: 600;
}
.footer-content p {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 400;
}
ul#menu-quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-img {
    position: relative;
    margin: auto;
}
.footer ul li a {
    color: rgb(255 255 255);
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 0;
    display: inline-block;
    text-transform: uppercase;
}
.footer-content {
    padding-top: 20px;
}
.footer ul li a:hover {
    color: rgba(171, 18, 20, 1);
}
.footer ul .current_page_item a {
    color: rgba(171, 18, 20, 1);
}
.small-header .sub-menu .main-menu .menu-header ul .current_page_item > a {
    color: rgb(171 18 20) !important;
}
ul#menu-footer-menu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.quick-links ul li {
    padding: 0;
    list-style: none;
}
.nap-content {
    display: flex;
    justify-content: space-between;
}
.nap-content .get-direction {
    padding-left: 45px;
    padding-bottom: 15px;
}
.nap-content .location-icon,
.nap-content .call-img {
    padding-right: 20px;
}

.footer-contact .nap-contact-block a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.nap-address-item {
    margin-left: -13px;
}
.nap-address-item svg {
    height: 24px;
    width: 24px;
}
.footer-nap-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.footer-nap-call .call-img img {
    height: 26px;
    width: 26px;
}


.footer-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-location .location-icon img {
    padding-right: 18px;
}
.nap-address span {
    font-size: 16px;
}
.nap-address-block {
    text-transform: uppercase;
}
.get-direction a.direction-link {
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    text-transform: uppercase;
}
.get-direction a.direction-link:hover,
.nap-address-item a:hover{
    color: #32BFFF;
    transition: 0.5s;
}


/*language translator*/
.header-language.a select {
    background: transparent;
    color: #fff;
    text-shadow: none !important;
}
.header-language.a select {
    color: #fff;
    text-shadow: none !important;
    border: none;
    text-transform: uppercase;
}

.header-language.a option {
    background-color: #1B3546 !important;
}
/*home banner*/

.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-video:after {
    content: '';
    background: rgba(171, 18, 20, .95);
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-banner {
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-banner .container {
    margin: 0 auto;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: center;
}
.home-banner .banner-des {
    text-align: center;
    position: relative;
    z-index: 1;
    z-index: 99;
}
.banner-des .subtitle {
    font-size: 55px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding-bottom: 55px;
    padding-top: 20px;
}
.banner-video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.home-banner .contact-sec {
    position: fixed;
    z-index: 1;
    right: 30px;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1B3546;
    color: #fff;
    border-radius: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 99;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.phone:hover {
    background-color: #242E3D;
    border-radius:30px 0px 0 30px;
    border: 1px solid #fff;
}
.phone {

    padding: 9px 15px;
    border: 1px solid transparent;
    border-right: 1px solid #fff;
}
.hover-state:hover {
    background: #242E3D;
    border: 1px solid #fff !important;

}
.home-banner .contact-sec .email.contact-links {
    border: 1px solid transparent;
    border-right: 1px solid #fff;
    padding: 7px 12px;
}
.home-banner .contact-sec .phone-number.contact-links {
    border: 1px solid transparent;
    border-right: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 12px;

}
.home-banner .contact-sec .calender-icon:hover {
    background: #242E3D;
    border: 1px solid #fff;
}
.home-banner .contact-sec .calender-icon {
    padding: 7px 12px;
    border: 1px solid transparent;
    padding-right: 8px;
    border-radius: 0 28px 28px 0;
}
.home-banner .contact-sec svg {
    margin-top: 8px;
}
.home-banner .contact-sec .calender-icon svg {
    margin-right: 10px;
}
.banner-content p {
    font-size: 25px;
    line-height: 45px;
    font-weight: 400;
}
.banner-form {
    padding: 54px 0 30px 0;
}
.scroll-img img {
    position: absolute!important;
    bottom: 15px!important;
    width: 50px!important;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Home page css start here*/
/*banner css end*/


.page-banner {
    height: 420px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: end;
    padding-bottom: 110px;
}
.page-banner:after {
    content: '';
    background-image: url('/wp-content/uploads/2024/11/Rectangle-8.png');
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    background-size: cover;
    z-index: 0;
    bottom: 0;
    background-color: rgba(171, 18, 20, 1);
}
.page-banner .banner-content {
    padding: 0;
}
.breadcrumbs-block {
    background: #e5e5e5;
    padding: 15px 0;
    margin: 0;
}
span.breadcrumb_last {
    color: rgba(75, 75, 75, 1);
    line-height: 25px;
}
.heading {
    margin-bottom: 15px;
}
.sub-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}
textarea{
    resize:none;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-response-output {
    display: none;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -16px;
    right: 0px;
    font-size: 11px;
    background-color: #c20000;
    padding: 0px 4px;
    border-radius: 0;
    height: auto;
    line-height: 16px;
    z-index: 1;
}

/*==== Sidebar Form ===*/
.blog-search input {
    padding: 30px;
    border-radius: 0;
    border: 1px solid #ececec;
}
.blog-search {
    margin-bottom: 30px;
}
.prev {
    background: unset!important;
    border: none!important;
    width: 105px!important;
    height: 105px!important;
}
.blog-search button {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BFA95D;
    background: #BFA95D;
}
.blog-sidebar {
    padding-left: 14px;
}
.sidebar-form .sidebar-heading {
    font-size: 35px;
    font-weight: 400;
    font-family: "Merriweather";
}
.sidebar-frm .wpcf7-textarea {
    height: 150px!important;
}
.form-control, .infusion-field input[type="text"] {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
    border-radius: 0;
    padding: 15px 0px;
    color: white;
}
.footer-frm .form-control, .infusion-field input[type="text"] {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
    border-radius: 0;
    padding: 25px 0px;
    color: white;
}
.sidebar-form {
    background: rgba(37, 37, 37, 1);
    padding: 45px 40px;
    color: #fff;
}
.sidebar-form .form-group {
    margin-bottom: 20px;
}
.sidebar-form .form-control {
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,.4);
    font-weight: 300;
    background: no-repeat;
    height: auto;
    padding: 12px 0;
    border-radius: 0;
    color: #fff;
}
.sidebar-form .form-control:focus{
    border-color: #fff;
    color: #fff;
}
.sidebar-form .form-control::placeholder {
    color: #fff !important;
    letter-spacing: 1px;
}
.sidebar-form .submit-btn {
    display: block;
}
.sidebar-form .submit-btn input[type="submit"] {
    background: #32BFFF;
    color: #fff;
    border-color: var(--color--gold);
    width: auto;
    text-align: center;
}
.sidebar-form .submit-btn input[type="submit"]:hover {
    border-color: #fff;
    background: none;
    color: #fff;
}
.sidebar-form .wpcf7-form ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form ::-moz-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form :-ms-input-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form :-moz-placeholder {
    color: rgba(255,255,255,0.4);
}
.blog-search button:hover {
    background: #334155;
    transition: .5s;
    border:1px solid #334155;
}
.sidebar-form .theme-btn {
    background: #32BFFF;
    color: #fff;
}
.sidebar-form .theme-btn:hover {
    background: none;
    color: #fff;
    border-color: #fff;
}
.contact-us .formbox {
    margin-bottom: 30px;
}
.contact-us .formbox.message-box {
    width: 88%;
}
.contact-us .formbox input, .contact-us .formbox textarea {
    background: 0 0;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    padding: 24px 0;
}
.our-contact-form .formbox input, .our-contact-form .formbox textarea {
    color: #000;
}
.contact-us .formbox input::placeholder,
.contact-us .formbox textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.contact-us .formbox textarea {
    height: 85px;
}
.contact-us .form-btn {
    position: absolute;
    right: 0;
    bottom: 32px;
    padding: 0;
}

.contact-us {
    position: relative;
}
.banner-form .form-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.about-img img {
    display: block;
}
.practice-area-list {
    height: 600px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}
.practice-area {
    overflow: hidden;
}

.practice-content {
    position: absolute;
    padding: 20px 42px 80px;
    height: 100%;
    bottom: 0;
    transition: all .9s ease;
    opacity: 1;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.practice-area-list:hover .practice-content, .practice-area-list.active .practice-content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .4s;
    z-index: 2;
    transition: all ease .9s;
}
.practice-area-list.active .practice-content .prac-info {
    height: 208px;
    transition: 1s;
    opacity: 1;
}

.practice-area-list  .practice-content .prac-info {
    height: 0;
    transition: 1s;
    opacity: 0;
}
.practice-area-heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;
}
.practice-area-title {
    font-size: 25px;
    color: #fff;
    position: absolute;
    bottom: 12%;
    color: #fff;
    font-weight: 600;
    left: 8%;
}
.practice-area-list.active .practice-area-title {
    opacity: 0;
    transition: all ease .5s;
    bottom: 0;
}

.practice-area-list:before {
    content: '';
    background-image: url('/wp-content/uploads/2024/11/Rectangle-16.png');
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 100%;
}
.practice-area-page .practice-area-list {
    height: 680px;
}
.practice-area-heading a.button {
    text-decoration: none;
}
.practice-content-inner a {
    position: relative;
    text-decoration: none;
}
.practice-content-inner a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #fff;
}
.practice-content-inner a:hover:after {
    background: #32bfff;
}
.button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline;
    align-items: center;
    transition: 0.8s;
}
.button svg {
    margin-left: 10px;
    margin-bottom: 3px;
}
.button:hover {
    color: #32bfff;
}

.button:hover svg path {
    fill: #32bfff;
}
.testimonial-section {
    background: #F7FCFF;
    overflow: hidden;
}

.testimonial-list .slick-dots li button:before {
    font-size: 45px;
}
.testimonial-list .quote-icon {
    margin-bottom: -44px;
}
.item .testimonial-content {
    color: #464646;
}
.testimonial-list .title {
    color: #000;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.item.slick-slide {
    opacity: 50%;
}
.item.slick-active {
    opacity: 100% !important;
}
.viewall-testimonial {
    margin-top: 70px;
}
.injury-sec-video video#video {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.newsletter-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 80%;

}
.newsletter .formbox input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 22px 0px;
    width: 95%;
}
.newsletter .formbox input::placeholder {
    color: #fff;
}
.newsletter-form {
    background-color: rgba(255, 255, 255, 0.35);
    padding: 80px 0;
}
.newsletter-form p {
    color: #fff;
}
.newsletter {
    padding: 0 30px;
}
.attorney-img {
    overflow: hidden;
    transition: all ease .8s;
}
.attorney-img img:hover {
    transform: scale(1.1);
    overflow: hidden;
    transition: all ease .8s;
}
.attorneys-header h2 span {
    display: block;
    color: #32BFFF;
}
.award-logos {
    border-right: 1px solid rgba(70, 70, 70, 0.2);
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 160px;
    padding: 0 15px;
}
#award-slider {
    border-top: 1px solid rgba(70, 70, 70, 0.2);
}
.content-sec {
    background-color: #1B3546;
    color: #fff;
}
.content-sec img {
    width: 100%;
}
.content-sec .image-wrap {
    padding-right: 20px;
}
.attorney-img img {
    width: 100%;
    transition: all ease .8s;
}
.footer-contact .formbox input,
.footer-contact .formbox textarea {
    padding: 20px 0px;
    border-radius: 0;
    border-bottom: 1px solid rgba(30, 30, 30, 0.5);
}
.footer-contact .formbox {
    margin-bottom: 30px;
}
.injury-sec-con {
    padding-right: 50px;
}

.footer-contact .formbox.FirstName,
.footer-contact .formbox.email {
    padding-right: 40px;
}

.hover-content {
    position: absolute;
    padding: 0 42px 0;
    height: 100%;
    top: 100%;
    transition: all .7s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: rgba(27,53,70,.7);
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.team-page .attorney-card-inner:hover .hover-content {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
    transition: all ease .7s;
}
.team-page .attorney-img {
    position: relative;
}
.team-page .attorney-img img:hover {
    transform: unset;
}
.about-page .inner-content {
    background: #f7fcff;
    height: 100%;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-page .about-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    padding: 40px 50px;
}
.testimonial-con {
    background-color: #1B3546;
    color: #fff;
    padding: 70px 0;
    text-align: center;
}
.testimonial-con .author-name {
    font-weight: 600;
    font-size: 20px ;
}
.about-page .inner-content .social-media svg path {
    fill: #1B3546;
}
.about-page .inner-content .social-media svg {
    border: 1px solid #1B3546;
}
.about-page .inner-content .social-media svg:hover path {
    fill: #fff;
}
.about-page .inner-content .social-media a {
    margin-top: 10px;
    margin-bottom: 40px;
}

.about-edu-wrap {
    border: 1px solid #1b3546;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 60px;
    transition: .5s;
    height: 100%;
}

.about-edu-wrap:hover {
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    border: 1px solid transparent;
    transition: 0.5s;
}
.about-edu-wrap .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0;
}
.about-attorney-img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.about-page .inner-content p {
    line-height: 35px;
    word-spacing: 2px;
}
.loop-col {
    background: #FFFFFF;
    padding: 0px 0px 30px 0px;
    margin-bottom: 0px;
    transition: 0.5s;
}
.post-content {
    margin-top: 40px;
}
.post-content a.read-more-btn {
    color: rgba(24, 54, 88, 1);
    font-weight: 500;
    transition: 0.5s;
    font-size: 16px;
}
.post-content a.read-more-btn:hover {
    color: rgba(24, 54, 88, 1);
}
.post-content .content {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(99, 99, 99, 1);
}
.post-lists .post-content a {
    color: rgba(171, 18, 20, 1);
    font-weight: 700;
}
.breadcrumb {
    background: #e5e5e5;
    padding: 15px 0;
    margin: 0;
}
.post-image img.featured {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
span.page-numbers.current {
    background: rgba(171, 18, 20, 1);
    color: rgb(255 255 255);
    height: 70px;
    width: 70px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50%;
    margin: 0 10px;
}
a.page-numbers {
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 70px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 10px;
    color: rgba(99, 99, 99, 1);
    background-color: #ffffff;
}
a.page-numbers:hover {
    background: rgba(171, 18, 20, 1);
    border: 1px solid rgba(171, 18, 20, 1);
    color: #fff;
    transition: .5s;
}
a.next {
    color: #636363!important;
    width: 125px!important;
    height: 70px!important;
    background: #f8f8f8;
    border-radius: 50px;
    font-weight: 700;
    border: #f8f8f8;
}
a.next:hover {
    color: #f2f2f2!important;
}
a.prev {
    color: #636363!important;
    width: 125px!important;
    height: 70px!important;
    background: #f8f8f8!important;
    border-radius: 50px;
    font-weight: 700;
    border: #f8f8f8!important;
}
a.prev:hover {
    background: rgba(171, 18, 20, 1)!important;
    border: 1px solid rgba(171, 18, 20, 1)!important;
    color: #fff!important;
    transition: .5s;
}
a.prev svg path {
    color: white;
    fill: white;
}
a.next svg path {
    color: white;
    fill: white;
}
.single-post .blog-title {
    color: rgba(37, 37, 37, 1);
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: unset;
}
.blog-title {
    line-height: 60px;
}
a.page-numbers:hover svg path {
    stroke: #fff;
}
nav.navigation.pagination {
    justify-content: center;
    position: relative;
    padding-top: 80px;
    margin-top: 40px;
    border-radius: 0;
    border-top: 1px solid rgba(37, 37, 37, .15);
}
nav.navigation.pagination a.next {
    right: 0;
    position: absolute;
    margin-right: 15px;
}
nav.navigation.pagination a.prev {
    position: absolute;
    left: 0;
    margin-left: 15px;
}
.single-post-detail a {
    color: #000;
    transition: 0.5s;
}
.single-post-detail a:hover {
    color: rgba(171, 18, 20, 1);
    text-decoration: none;
}
.breadcrumb a {
    text-decoration: underline;
}
.single-post-detail ul {
    padding-left: 20px;
}
.modal-content {
    border: 2px solid #32bfff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0;
    padding: 40px 80px;
}
button.btn-close {
    background: #003b56;
    width: 48px;
    height: 48px;
    opacity: 1;
    right: 30px;
    position: absolute;
    top: 30px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.modal-body a {
    color: #32bfff;
    text-decoration: underline;
    transition: 0.5s;
}
.modal-body a:hover {
    color: #000;
    text-decoration: none;
}
button#html5-close {
    background-image: url('/wp-content/uploads/2024/12/lightbox-close.png') !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
    background-position: top right !important;
}
.star-icon-wraper.filled {
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/03/star.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    height: 22px;
    width: 27px;
    background-position: center;
}
.video-list {
    background-color: #F7FCFF;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
}
.video-list .play-icon {
    position: absolute;
    bottom: 56%;
    left: 42%;
    /* transform: translate(-50%,-21%); */
}
.video-list img {
    display: block;
    width: 100%;
}
.video-list .play-icon:hover {
    opacity: 50%;
    transition: 0.5s;
}
.video-img {
    background: #e9e6e6;
    border: 1px solid #c7c7c7;
}
.accordion-header button {
    background: none !important;
    box-shadow: none !important;
}
.accordion-body {
    padding-right: 140px;
    color: #fff;
}
.accordion-button {
    color: #fff;
}
.read-more a.read-btn {
    text-transform: uppercase;
    color: #32bfff;
    transition: 0.5s;
    position: relative;
}
.read-more a.read-btn:hover::after {
    background: #071620;
    transition: 0.5s;
}

.read-more a.read-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #32bfff;
    left: 0;
}
.read-more a.read-btn svg {
    margin-left: 10px;
    transition: 0.5s;
}
.read-more a.read-btn svg path {
    fill: #32bfff;
}
.read-more a.read-btn:hover {
    color: #071620;
    text-decoration: none;
}

.read-more a.read-btn:hover svg path {
    fill: #071620;
}
.accordion-button:not(.collapsed) {
    color: #ffff;
    font-size: 25px;
    border-bottom: 1px solid #fff;
}
.faq-question .accordion-button[aria-expanded="false"]::after {
    background-image: url("/wp-content/uploads/2024/12/1.png");
    transition: 0.3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
}
.faq-question .accordion-button[aria-expanded=false]:after {
    background-image: url("/wp-content/uploads/2024/12/unnamed-file.png");
    transition: .3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
}



.faq-question .accordion-button[aria-expanded="true"]::after {
    background-image: url("/wp-content/uploads/2024/12/unnamed-file.png");
    transform: none !important;
    transition: 0.3s;
    position: absolute;
    right: 35px;
    top: 38px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
    background-size: inherit;
}

.faq-question .accordion-button[aria-expanded="false"]::after {
    background-image: url("/wp-content/uploads/2024/12/1.png");
    transition: 0.3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
    background-size: inherit;
}

/* nap new css */
.nap-address-info .location-center {
    font-family: "Reddit Sans", sans-serif;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: flex;
}
.nap-postal-address-wrapper .nap-wrapper .nap-contact-info {
    width: 100%;
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.nap-postal-address-wrapper .nap-wrapper .location-icon {
    display: flex;
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.nap-postal-address-wrapper .nap-wrapper .nap-contact-info .call-img {
    display: flex;
    margin-right: 15px;
}
.nap-wrapper .nap-contact-info a:hover span, .nap-wrapper .nap-contact-info a:hover, .nap-address-info a.direction-link:hover {
    color: #BFA95D;
}
.nap-address-info a.direction-link:hover {
    border-color: #BFA95D;
}
.nap-address-info a.direction-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.nap-address-info .nap-contact-info a:hover span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.nap-wrapper .nap-contact-info a span, .nap-wrapper .nap-contact-info a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.nap-postal-address-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.nap-postal-address-wrapper .nap-wrapper {
    width: 50%;
}
.nap-postal-address-wrapper .nap-wrapper .nap-address-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* nap new css */
.post-lists .search-post-loop {
    margin-bottom: 50px;
    background: #eee;
    padding: 30px 40px;
}
.search-page .no_result a {
    color: rgba(171, 18, 20, 1);
    text-decoration: underline;
    transition: 0.5s;
}
.search-page .no_result a:hover {
    color: #000;
    text-decoration: none;
}
/*  Guide page css */
.guide-form {
    background: rgba(255,255,255,.25);
    color: #fff;
    text-align: center;
    padding: 80px 60px;
    background-size: cover;
    background-position: 70%;
}
.guide-form .formbox input {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 40px 0;
    color: #fff;
}
.guide-form .formbox input::placeholder {
    color: #fff;
}
.guide-form .formbox.acceptance {
    text-align: left;
    padding-top: 30px;
}
.guide-form .formbox.acceptance span.wpcf7-list-item {
    margin: 0;
}
.guide-form .wpcf7 .wpcf7-acceptance  .wpcf7-list-item-label {
    display: inline-block !important;
    transition: none !important;
    margin-left: 7px;
    line-height: normal;
}
.submitting .form-btn .wpcf7-submit {
    pointer-events: none;
    opacity: 0.2;
}
.guide-form .wpcf7 .wpcf7-acceptance  .wpcf7-list-item-label * {
    transition: none;
}
div#breadcrumbs a {
    color: rgb(171 18 20);
    transition: 0.5s;
}
div#breadcrumbs a:hover {
    color: #000000;
}
.testimonial-list {
    background-color: rgba(241, 241, 241, 1);
    margin-bottom: 20px;
    border-radius: 20px;
}
.testimonial-name{
    color:rgba(70, 70, 70, 1);
    font-weight:700;
}
.testimonials .read-more a{
    color:rgba(50, 191, 255, 1);
    font-weight:600;
    transition: 0.5s;
}
.testimonials .read-more a:hover {
    color: #071620;
}

.testimonials-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.our-contact-form .footer-contact input::placeholder{
    color:grey;
    font-weight:400;
}
.our-contact-form .footer-contact textarea::placeholder{
    color:grey;
    font-weight:400;
}
.our-contact-form .footer-contact textarea{
    height:162px;
}
.office-location iframe{
    height:582px;
    margin-bottom:0;
    display: block;
}
.thankyou-page a {
    color: rgba(171, 18, 20, 1);
    transition: 0.5s;
    text-decoration: none;
}
.thankyou-page a:hover {
    color: #000;
    text-decoration: none;
}
.review-schema-result {
    background: #eee;
}
.about-page .about-content a {
    color: #32BFFF;
    transition: 0.5s;
}
.about-page .about-content a:hover {
    color: #000;
}
.parent-pages {
    margin-top: 30px;
    background: rgba(37, 37, 37, 1);
    padding: 50px 35px;
    color: #fff;
}
.parent-pages .widget-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: "Merriweather";
    margin-bottom: 15px;
}
.parent-pages ul {
    padding-left: 20px;
}
.parent-pages ul li {
    color: #fff;
    padding: 10px 0;
}
.parent-pages ul li a {
    color: #fff;
    transition: 0.5s;
    font-weight: 400!important;
}
.parent-pages .current-menu-item a {
    color: rgba(171, 18, 20, 1);
}
.parent-pages ul li a:hover {
    color: rgb(171 18 20);
}
.parent-pages .menu-practice-areas-container {
    line-height: 30px;
}
.default-page .default-content a.button {
    background: #32BFFF;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.8s;
    color: #fff;
}
.default-page .default-content a.button:hover {
    color: #000;
}
.default-page .default-content a {
    color: #ab1214;
    transition: 0.8s;
}
.default-page .default-content a:hover {
    color: #000;
}
.default-page .default-content ul {
    margin-bottom: 15px;
}
.helping-injury,
.our-attorneys-sec,
.content-sec {
    overflow: hidden;
}
.privacy-policy {
    padding-left: 30px;
}
.privacy-policy a {
    color: #fff;
    transition: 0.5s;
}
.privacy-policy a:hover {
    color: #32bfff;
}
.attorneys-header a {
    color: #000;
    transition: 0.5s;
}
.attorneys-header a:hover {
    color: #32bfff;
}
.about-content .h2.text-uppercase {
    width: 60%;
}
.about-section-page {
    padding-top: 70px;
}
.author-name.attorney-bio h5:hover {
    color: #32bfff !important;
    transition: all ease .5s;
}
.author-name.attorney-bio h5 {
    font-weight: 600;
}
div#html5lightbox-watermark,
.html5-title {
    display: none !important;
}
.blog-title.h5 {
    color: rgba(37, 37, 37, 1);
    font-weight: 400;
    line-height: 55px;
    font-size: 35px;
}
.blog-title.h5:hover {
    color: rgba(171, 18, 20, 1);
    transition: 0.5s;
}
.blog-search .input-group {
    gap: 10px;
}
.blog-search .form-control:focus {
    color: #000000;
    background-color: var(--bs-body-bg);
    border-color: rgba(171, 18, 20, 1);
    outline: 0;
}
.single-post-detail .content {
    padding-top: 30px;
}
.home-form {
    background-image: url(/wp-content/uploads/2025/01/Mask-group-8.png);
    padding: 90px 0px 135px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-contact-btn {
    margin-top: 40px;
}
textarea.form-control {
    height: 220px;
    padding: 25px 0px;
}
.home-contact-frm .wpcf7-text::placeholder {
    color: white;
    text-transform: uppercase;
}
.home-contact-frm .wpcf7-textarea::placeholder {
    color: white;
    text-transform: uppercase;
}
.home-contact-frm .form-control:focus{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.team-area {
    background-color: #BFA95D;
    position: absolute;
    bottom: 0;
    right: -15px;
    padding: 20px 25px;
    width: 72%;
}
.team-area svg {
    position: absolute;
    right: 35px;
    top: 16px;
    background-color: rgb(255 255 255 / 18%);
    border-radius: 50px;
    width: 80px;
    height: 78px;
    padding: 20px;
}
.team-area .team-text {
    font-size: 30px;
    font-weight: 500;
}
.home-team-section {
    background-image: url(/wp-content/uploads/2025/01/image-4-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content-section {
    background-image: url(/wp-content/uploads/2025/01/Mask-group-6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.number {
    color: #BFA95D;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.Content-boxes .title h2 {
    font-size: 25px;
    font-weight: 400;
    color: black;
}
.border-plus {
    position: relative;
}

.border-plus:after {
    height: 1px;
    width: calc(100% - 70px);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ccc;
    content: "";
}

.border-plus:before {
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ccc;
    content: "";
}
.Content-boxes {
    padding: 25px;
}
.cta-bg-sec {
    padding: 80px 0;
}
.cta-area {
    /* z-index: 1; */
    background-color: #313131;
}
.home-section-bg-img {
    margin-bottom: -130px;
}
.trans-btn {
    margin-top: 50px;
}
.cta-area {
    z-index: 1;
}
.testimonial {
    background-image: url(/wp-content/uploads/2025/01/image-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.double-img-section .second-img {
    position: absolute;
    top: 475px;
    right: -95px;
}
.fillimage-content {
    padding-right: 220px;
    padding-left: 20px;
    background: #FBFAF5;
    padding: 153px 220px 120px 40px;
}
.fullimage-column img{
    display: block;
    margin: auto;
}
.phasellus-section {
    background-image: url(/wp-content/uploads/2025/01/Mask-group-7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.amet-border-line:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% + -155px);
    position: absolute;
    right: 45px;
    background-image: url(/wp-content/uploads/2025/01/Rectangle-20.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: -1;
    top: 70px;
}
.banner-head {
    margin-bottom: 50px;
}
.practice-pages-list {
    display: flex;
}
.testimonial-heading {
    font-size: 18px;
    line-height: 35px;
    color: #4B4B4B;
}
.testimonial-title {
    color: rgba(37, 37, 37, 1);
    font-size: 20px;
    font-weight: 400;
    font-family: 'Merriweather';
}
.subtitle {
    color: rgba(0, 0, 0, 1);
    line-height: 19px;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    font-family: 'Merriweather';
}
.avvo-img {
    margin-top: 20px;
}
.star-icon {
    margin: 10px 0;
}
.testimonial-outer svg {
    position: absolute;
    right: 80px;
}
.testimonial-svg svg {
    position: absolute;
    left: 10px;
    top: 10px;
}
.testimonial .slick-next {
    transform: rotate(180deg);
}
.testimonial .slick-prev.slick-arrow {
    border: 1px solid #4B4B4B;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    transition: .5s;
    z-index: 1;
    position: absolute;
    left: 92%;
    top: -60px;
}
.testimonial .slick-next.slick-arrow {
    border: 1px solid #4B4B4B;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    transition: .5s;
    position: absolute;
    top: -100px;
}
.testimonial .slick-prev.slick-arrow:hover {
    background: #ab1214;
    border: 1px solid #ab1214;
    transition: .5s;
}
.testimonial .slick-next.slick-arrow:hover {
    background: #ab1214;
    border: 1px solid #ab1214;
    transition: .5s;
}
.testimonial .slick-prev.slick-arrow:hover svg path{
    color:white;
    fill:white;
}
.testimonial .slick-next.slick-arrow:hover svg path{
    color:white;
    fill:white;
}
.testimonial-inner {
    background-color: rgba(248, 248, 248, 1);
    padding: 35px 25px;
    margin: 10px;
    height: 100%;
}
.reach-title {
    margin-bottom: 50px;
}
.reach-bg-color {
    background-color: rgba(49, 49, 49, 1);
    padding: 68px 70px;
    height: 100%;
}
.contact-frm .form-control, .infusion-field input[type="text"] {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
    border-radius: 0;
    padding: 40px 0px 20px 0px;
    color: rgba(84, 89, 95, 1);
}
.contact-frm .form-control::placeholder {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
}

.contact-frm .wpcf7-list-item-label {
    display: inline!important;
    margin: auto;
    opacity: 1!important;
    text-transform: capitalize;
}
.contact-frm label {
    display: inline-block;
    align-items: center;
    display: flex;
    gap: 9px;
}
.contact-frm .wpcf7-list-item {
    margin: 0;
    padding-top: 10px;
}
.office-location a {
    color: white;
    transition: .5s;
}
.office-location a:hover {
    color: rgba(191, 169, 93, 1);
}
.testimonial-page-inner {
    border: 1px solid rgba(231, 231, 231, 1);
    padding: 80px 40px 40px 70px;
    height: 100%;
    background-color: rgba(251, 250, 245, 1);
    transition: .5s;
}
.testimonial-page-svg svg {
    position: absolute;
    left: 40px;
    top: 50px;
}
.testimonial-page-svg-second svg {
    position: absolute;
    right: 70px;
    bottom: 130px;
}
.testimonial-page-inner:hover {
    background-color: #BFA95D;
    transition: .5s;
}
.testimonial-page-inner:hover p {
    color: white;
}
.testimonial-page-inner:hover .testimonial-title {
    color: white;
}
.testimonial-page-inner:hover svg path {
    fill: rgba(255, 255, 255, .50);
}
.about-desigination {
    color: #BFA95D;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0px;
}
.about-bg-image:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: rgba(191, 169, 93, .80);
    z-index: -1;
}
.about-bg-image {
    padding: 70px 100px;
}
.education-title, .admissions-title{
    font-size: 30px;
    margin-bottom: 15px;
    font-family: "Lora", serif;
}
.content-two {
    background-color: rgba(251, 250, 245, 1);
    padding: 70px;
    margin: 60px 0;
}
.faq-title {
    margin-bottom: 60px;
}
.contact-frm input[type="checkbox"] {
    background-color: rgba(217, 217, 217, 1);
    width: 25px;
    height: 25px;
    border-radius: 5px;
}
.hover-content {
    position: absolute;
    padding: 0 42px 0;
    height: 100%;
    top: 100%;
    transition: all .7s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: rgb(191 169 93 / 53%);
    flex-direction: column;
    justify-content: end;
    text-align: center;
    padding-bottom: 50px;
}
.practice-column-bottom {
    margin-bottom: 40px;
}
.practice-custom-boxes img {
    position: relative;
    display: block;
    height: 100%;
}
.practice-heading {
    color: white;
    font-size: 30px;
    font-family: "Lora", serif;
}
.practice-custom-boxes:hover .hover-content {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
    transition: all ease .7s;
}
.practice-custom-boxes {
    overflow: hidden;
    margin-bottom: 20px;
}
.practice-content-sec {
    position: absolute;
    bottom: 50px;
    left: 50px;
    transition: .5s;

}
.practice-section .practice-custom-boxes .hover-content .practice-heading {
    margin: 15px 0px;
}
.practice-section .practice-custom-boxes .hover-content .practice-area-contents {
    margin-bottom: 20px;
}
.practice-custom-boxes:hover .practice-content-sec {
    opacity: 0;
    transition: .5s;
}
.practice-detail-Content-box {
    border: 1px solid rgba(231, 231, 231, 1);
    background-color: rgba(251, 250, 245, 1);
    padding: 30px;
    height: 100%;
}
.practice-detail-title h2 {
    font-size: 30px;
    margin-bottom: 0;
}
.practice-detail-column{
    margin-bottom: 25px;
}
.practice-bg-color-box {
    padding: 30px;
    height: 100%;
    background-color: rgba(191, 169, 93, 1);
}
.bg-color-repeat-title {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: normal;
}
.image-content-section.space-pd {
    background-color: rgba(251, 250, 245, 1);
}
.case-bg-color-box {
    background-color: rgba(191, 169, 93, 1);
    padding: 30px;
    height: 100%;
}
.banner-img-column {
    display: block;
    margin: auto;
}
.icon-boxes {
    background-color: #001A54;
    margin: 10px;
    padding: 70px 25px;
    height: 250px;
    border-radius: 25px;
}
.case-result-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    font-family: "Sen", serif;
}
.case-result-content p {
    font-weight: 800;
    font-size: 24px;
    margin-top: 40px;
    text-decoration: underline;
}
.testimonial {
    background-image: url(/wp-content/uploads/2025/02/GettyImages-1151808641-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog-section {
    background-color: rgba(216, 216, 216, .5);
}
.home-form-section {
    background-color: #001A54;
}
.home-contact-frm .btn.wpcf7-submit {
    position: absolute;
    right: 0px;
    bottom: 50px;
    background-color: white;
    color: #001a54;
}
.home-contact-frm textarea.form-control {
    height: 170px;
    padding: 25px 0px;
    width: 91%;
}
.practice-home-heading {
    font-size: 25px;
    color: rgba(37, 37, 37, 1);
    font-weight: 700;
    padding: 0;
    line-height: normal;
}
.image-home-section{
    background-color: rgba(251, 251, 251, 1);
}
.image-home-section ul {
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 4;
    list-style-position: inside;
}
.team-desigination {
    color: #001A54;
    font-weight: 700;
    font-size: 20px;
}
.image-left-bg-section {
    background-color: rgba(37, 37, 37, 1);
}
.location-call p {
    color: #A7A7A7;
    line-height: normal;
}
.form-area {
    background-color: #1F1F1F;
}
.footer-title-content {
    padding: 130px 60px 60px 130px;
}
.cta-map iframe {
    height: 350px;
    display: block;
    position: relative;
    z-index: 1;
}
.form-area {
    background-color: #1F1F1F;
    padding: 82px;
    height: 100%;
    position: relative;
}
.blog-home-flex {
    display: flex;
    gap: 20px;
    border: 1px solid rgba(216, 216, 216, 1);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: .5s;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 10px;
}
.blog-section .blog-title {
    font-size: 22px;
    color: rgba(0, 26, 84, 1);
    font-weight: 500;
    font-family: "oswald";
    line-height: normal;
}
.blog-content {
    color: rgba(111, 111, 111, 1);
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}
.blog-home-content a {
    color: rgba(24, 54, 88, 1);
    font-weight: 500;
}
.blog-home-img {
    display: block;
    margin: auto;
    width: 54%;
}
.blog-list {
    height: 675px;
    overflow-y: scroll;
    padding-right: 20px;
}
.blog-home-flex:hover {
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 4%);
    background-color: white;
    transition: .5s;
}
.blog-right-content {
    justify-content: space-between;
    display: flex;
    margin-bottom: 20px;
}
.all-area-flex {
    display: flex;
}
.cta-map {
    display: block;
    margin: auto;
}
.all-area-flex svg {
    position: absolute;
    left: 145px;
    top: 43px;
}
.locations {
    border-right: 1px solid rgba(255, 255, 255, .20);
    padding: 30px 29px 20px 70px;
    width: 49%;
}
.phone-count {
    border-right: 1px solid rgba(255, 255, 255, .20);
}
.phone-count {
    border-right: 1px solid rgba(255, 255, 255, .20);
    padding: 25px 40px 0px 40px;
}
.phone-call {
    color: #A7A7A7;
}
.slider-section {
    overflow: hidden;
}
.cta-section-footer {
    overflow: hidden;
}
.direction {
    padding: 30px 30px;
    line-height: normal;
}
.inner-item.nap-address.locations {
    padding-left: 140px;
}
.phone-title {
    line-height: normal;
}
.all-area-flex .locations:hover {
    background-color: rgba(0, 26, 84, 1);
    transition: 1s;
}
.all-area-flex .phone-count:hover {
    background-color: rgba(0, 26, 84, 1);
    transition: 1s;
}
.all-area-flex .direction:hover {
    background-color: rgba(0, 26, 84, 1);
    transition: 1s;
}
.footer-frm .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    color: white;
}
.footer-frm .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: white;
}
.footer-frm .form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.footer-frm .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control{
    color: white;
}
.footer-frm .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control::placeholder{
    color: white;
}
.banner-section .heading-h2 {
    margin-bottom: 40px;
}
.testimonial-list {
    background-color: rgba(241, 241, 241, 1);
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 40px;
}
.testimonials .reviews-title {
    font-size: 16px;
    color: rgba(31, 31, 31, 1);
    text-transform: uppercase;
    font-weight: 500;
}
.footer-frm .btn {
    background-color: transparent;
    border: 1px solid white;
    padding: 20px 35px;
}
.footer-frm .btn:hover {
    background-color: white;
    border: 1px solid white;
    color: rgba(0, 26, 84, 1);
}
.image-left-bg-section .btn:hover {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}
.btn-transparent {
    color: #ffffff;
    text-transform: uppercase;
    background: transparent;
    border-radius: 50px;
    padding: 24px 34px;
    border: 1px solid white;
    transition: .5s;
}
.btn-transparent:hover{
    color: rgba(0, 26, 84, 1);
    text-transform: uppercase;
    background: #fff;
    border-radius: 50px;
    padding: 24px 34px;
    border: 1px solid rgba(0, 26, 84, 1);
}
.image-left-bg-content {
    padding-bottom: 30px;
}
.home-logo-boxes img {
    object-fit: contain;
}
.blog-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 26, 84, 1);
}
.blog-list::-webkit-scrollbar {
    width: 6px;
}
.blog-list::-webkit-scrollbar-track {
    border-radius: 50px;
}
.sidebar-frm .btn.wpcf7-submit {
    padding: 21px 30px;
    line-height: normal;
}
.sidebar-frm .btn.wpcf7-submit:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #ab1214;
}
.sidebar .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.sidebar .blog-search button {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(171, 18, 20, 1);
    background: rgba(171, 18, 20, 1);
    border-radius: 0px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 999;
}
.sidebar .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.sidebar .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-radius: 0px;
    color: black;
}
.logo-img:after {
    content: url(https://leivalawstg.wpenginepowered.com/wp-content/uploads/2025/02/pngegg-1-1.png);
}
.testimonials img {
    margin-right: 80px;
}
.direction a {
    color: #fff;
}
.all-area-flex .locations:hover a {
    color: white;
    transition: .5s;
}
.all-area-flex .phone-count:hover a{
    color: white;
    transition: .5s;
}
.all-area-flex .direction:hover a {
    color: white;
    transition: .5s;
}
.all-area-flex .direction:hover svg path {
    color: white;
    fill: white;
    transition: .5s;
}
.all-area-flex svg path {
    color: rgba(167, 167, 167, 1);
    fill: rgba(167, 167, 167, 1);
}
.phone-call a {
    color: rgba(167, 167, 167, 1);
}
.location-call a {
    color: rgba(167, 167, 167, 1);
}
.reach-title {
    font-size: 40px;
    font-weight: 400;
}
.location-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ffffff;
    width: 30%;
    margin-bottom: 10px;
    padding: 10px 0;
}
.call-flex{
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ffffff;
    width: 30%;
    margin-bottom: 10px;
    padding: 10px 0;
}
.social-title {
    border-bottom: 1px solid #ffffff;
    width: 36%;
    margin-bottom: 18px;
    padding: 10px 0;
}
.office-name {
    font-size: 24px;
    font-weight: 600;
}
.location {
    color: rgba(167, 167, 167, 1);
    line-height: normal;
    margin-bottom: 35px;
}
.Contact-frm .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: rgba(255, 255, 255, 0.65);
}
.Contact-frm .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.contact-btn .btn {
    background-color: transparent;
    border: 1px solid white;
    padding: 20px 35px;
}
.image-home-section ::marker {
    color: #001a54;
}
.contact-btn .btn:hover {
    background-color: white;
    border: 1px solid white;
    color: rgba(0, 26, 84, 1);
}
.contact-col {
    margin-bottom: 30px;
}
.Contact-frm .form-control, .infusion-field input[type="text"] {
    padding: 25px 0px;
}
.Contact-frm .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control::placeholder {
    color: rgba(255, 255, 255, 0.65);
}
.contact-page-section {
    overflow: hidden;
}
.about-heading{
    margin-bottom: 30px;
}
.about-content{
    margin-bottom: 30px;
}
.right-image-section {
    background-color: rgba(0, 26, 84, 1);
}
.right-image-content ul {
    margin-left: 20px;
}
.bg-image-section:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(459deg, #000 40%, rgba(27, 138, 158, 0) 100%);
}
.bg-image-area {
    z-index: 1;
    position: relative;
}
.bg-image-content {
    margin-bottom: 50px;
}
.attorney-heading {
    color: rgba(0, 26, 84, 1);
    font-size: 40px;
    font-weight: 400;
    font-family: "Oswald", serif;
    margin-bottom: 25px;
}
.attorney-case-heading {
    color: rgba(0, 26, 84, 1);
    font-weight: 500;
    font-size: 22px;
    margin-top: 20px;
    font-family: "Oswald", serif;
    margin-bottom: 10px;
}
.attorney-title {
    margin-bottom: 40px;
}
.education-bg-color {
    background-color: rgba(49, 49, 49, 1);
    border-radius: 40px;
    padding: 40px;
    height: 100%;
}
.repeat-title {
    font-size: 40px;
}
.experience-title {
    margin-bottom: 40px;
}
.case-discription p {
    color: rgba(75, 75, 75, 1);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.case-title {
    margin-bottom: 30px;
}
.tab-sction {
    background-color: rgba(241, 241, 241, 1);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: rgb(171 18 20) !important;
    border-radius: 100px;
    color: white!important;
    font-family: "sen", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-tabs .nav-link, .nav-tabs .nav-link {
    background-color: rgba(242, 243, 246, 1)!important;
    border: 1px solid #ab1214 !important;
    border-radius: 40px;
    padding: 15px 35px;
    font-family: "sen", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(171 18 20);
}
.tab-inner {
    background-color: #f1f1f1;
    color: black;
    border-radius: 50px;
    padding: 50px;
    border: 1px solid #ab1214;
}
.nav-tabs li.nav-item {
    padding: 0 18px;
    margin-bottom: 20px;
}
ul.nav.nav-tabs {
    justify-content: center;
    border: none;
}
.case-bg-section:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(459deg, #000000e0 10%, rgba(27, 138, 158, 0) 100%);
}
.case-slider-section {
    overflow: hidden;
}
.case-bg-section {
    padding: 150px 0;
}
.case-bg-area{
    z-index: 1;
}
.case-bg-text {
    font-size: 20px;
    font-weight: 700;
}
.media-content {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid red;
    padding-bottom: 40px;
}
.media-listing {
    padding-right: 70px;
}
.media-content {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(208, 208, 208, 1);
    padding-bottom: 40px;
}
.media-title {
    color: rgba(0, 26, 84, 1);
    font-weight: 500;
    line-height: 35px;
    font-size: 24px;
    font-family: "oswald", serif;
}
.pagination {
    justify-content: center;
    position: relative;
    padding: 15px;
    margin-top: 50px;
    border-radius: 100px;
}
.pagination .next.page-numbers {
    right: 0;
    position: absolute;
    margin-right: 15px;
}
.pagination .prev.page-numbers {
    position: absolute;
    left: 0;  
}
.read-more-btn a {
    color: rgba(24, 54, 88, 1);
    font-weight: 500;
    transition: 0.5s;
    font-size: 16px;
}
.attorney-profile-content {
    color: rgba(0, 26, 84, 1);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.case-ceriously {
    color: rgba(0, 26, 84, 1);
    font-weight: 500;
    font-size: 24px;
    font-family: "oswald", serif;
}
.form-bg-color .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control.valid {
    color: rgba(84, 89, 95, 1);
}
.map-area-section iframe {
    height: 650px;
    display: block;
    margin: auto;
}
.map-area-section {
    overflow: hidden;
}
.load-more {
    margin-bottom: 20px;
}
button.accordion-button.h5.collapsed {
    color: rgba(0, 26, 84, 1);
    font-size: 22px;
    background-color: rgba(242, 243, 246, 1)!important;
    padding: 20px;
    margin-bottom: 0;
}
button.accordion-button.h5 {
    background-color: rgba(0, 26, 84, 1)!important;
    margin-bottom: 0;
    font-size: 22px;
}
.accordion-item {
    border-radius: 20px!important;

}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none;
}
.accordion-body {
    padding-right: 20px;
    background-color: rgba(0, 26, 84, 1)!important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
button.accordion-button.h5.collapsed::after {
    background-image: url(/wp-content/uploads/2025/03/Vector-2.png);
    transition: .3s;
    transform: none !important;
    position: absolute;
    right: 30px;
    box-shadow: none;
    background-color: rgba(0, 26, 84, 1);
    border-radius: 50%;
    background-position: center;
    padding: 14px;
    background-size: 13px;
    width: 50px;
    height: 50px;
    color: white;
}
button.accordion-button.h5::after {
    background-image: url(/wp-content/uploads/2025/03/Vector.png);
    transition: .3s;
    transform: none !important;
    position: absolute;
    right: 30px;
    box-shadow: none;
    background-color: white;
    border-radius: 50%;
    background-position: center;
    padding: 14px;
    background-size: 13px;
    width: 50px;
    height: 50px;
    color: white;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-radius: 20px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.location-call span {
    color: rgba(167, 167, 167, 1);
}
.location-call {
    line-height: normal;
    text-transform: capitalize!important;
}
.inner-item.nap-address.locations {
    transition: .5s;
}
.inner-item.nap-address.locations:hover {
    background-color: #001a54;
    transition: .5s;
}
.phone-count{
    transition: .5s;
}
.phone-count:hover {
    background-color: #001a54;
    transition: .5s;
}
.direction {
    transition: .5s;
}
.direction:hover {
    background-color: #001a54;
    transition: .5s;
}
.page-id-360 .cta-section-footer {
    display: none;
}
.page-id-416 .cta-section-footer {
    display: none;
}
.page-id-351 .cta-section-footer {
    display: none;
}
.page-id-314  .cta-section-footer {
    display: none;
}
.testimonial-list .logo-img {
    margin-top: -40px;
}
.testimonials img {
    margin-right: 66px;
    margin-top: 45px;
}
.logo-img:after {
    margin-top: 43px;
    position: absolute;
    margin-left: -20px;
}
.content-area-spacing {
    margin-left: -90px;
}
.bg-faq-section:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(448deg, #000 20%, rgba(27, 138, 158, 0) 100%);
}
.bg-faq-area{
    position: relative;
    z-index: 1;
}
.cta-text {
    text-transform: uppercase;
}


















/* ================= Practice CSS ========================*/
.practice-area {
    z-index: 1;
}
.practice-area {
    height: 650px;
    width: 35%;
    transition: .5s;
    position: relative;
    transition: .7s;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.practice-area-title {
    font-size: 22px;
    color: #fff;
    width: max-content;
    transform: rotate(360deg);
    position: absolute;
    color: #fff;
    left: 26px;
}
.practice-area-title a {
    color: #fff;
}
.practice-content {
    position: absolute;
    padding: 20px 23px 42px;
    height: 100%;
    top: 100%;
    transition: all .5s ease;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    color: #fff;
}
.practice-area:hover, .practice-area.active {
    width: 50%;
    transform: scale(1);
}
.practice-area:hover .practice-content, .practice-area.active .practice-content {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .5s;
    z-index: 2;
}

.practice-area.active .practice-area-title {
    opacity: 0;
}
.practice-area:before {
    content: '';
    background: #000000CC;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 90%;
    left: 0;
    top: 0;
}
.practice-area.active::before {
    content: '';
    background: #000000CC;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 70%;

}
.practice-area:hover .practice-area-title {
    transition: .5s;
    visibility: hidden;
}
/* =======================  CSS End ==========================*/

/* ======================= Real Estate Law Firm CSS Start ==========================*/
.title-heading {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
}
.title-section {
    background-color: rgba(37, 37, 37, 1);
}
.title-boxes {
    padding: 60px 40px;
}
.bgimage-column-color {
    background-color: rgba(37, 37, 37, 1);
    padding: 85px 45px;
}
.image-right-bg-section {
    background-image: url(/wp-content/uploads/2025/04/ally-griffin-3hsrEvJi_gw-unsplash-1-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-bottom-content p {
    font-family: "Merriweather";
    font-size: 16px;
    font-weight: 400;
    padding: 60px 0 30px;
}
.left-right-container {
    background-color: rgba(248, 248, 248, 1);
    padding: 80px 0;
}
.left-right-image-title-area {
    padding: 0px 60px 0px 40px;
}
.contact-frm .btn {
    margin-top: 50px;
    line-height: normal;
}
.practice-content-areas {
    background-color: rgba(248, 248, 248, 1);
    padding: 30px;
}
a.practice-btn {
    color: rgba(171, 18, 20, 1);
    font-weight: 700;
    font-size: 14px;
}
a.practice-btn svg {
    margin-left: 8px;
}
.elementor-icon-list-item::marker {
    color: rgba(171, 18, 20, 1);
}
.about-description {
    font-family: "Merriweather";
    color: rgba(37, 37, 37, 1);
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 10px;
}
.about-bg-content {
    background-color: rgba(248, 248, 248, 1);
    padding: 40px;
    margin-top: 50px;
}
.about-bg-content strong {
    color: rgba(37, 37, 37, 1);
    font-weight: 700;
    text-transform: capitalize;
}
.about-bg-section {
    background-color: rgba(37, 37, 37, 1);
}
.about-bg-section .btn:hover{
    background-color: transparent;
    border: 1px solid white;
    color: white;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}
.video-content-area {
    background-color: rgba(37, 37, 37, 1);
    padding: 60px 130px;
    margin-top: -170px;
    width: 75%;
}
.video-bg-title {
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
}
.page-id-257 .parent-pages {
    display: none;
}
img.static-img {
    width: 100%;
}
.page-id-258 .parent-pages {
    display: none;
}
.title-boxes {
    padding: 10px 60px 0 50px;
    border-right: 1px solid rgba(255, 255, 255, .20);
    height: 100px;
    margin: 40px 0 40px;
}
.consultation-btn {
    background-color: white;
    padding: 21px 30px;
    border-radius: 50px;
    color: rgba(171, 18, 20, 1);
    font-weight: 700;
    text-transform: uppercase;
    transition: .5s;
    border: 1px solid white;
    line-height: normal;
}
.consultation-btn:hover {
    border: 1px solid white;
    color: white;
    background-color: transparent;
    transition: .5s;
}
.header-main-icon {
    text-align: end;
    display: flex;
    gap: 15px;
}
.header-main-icon a {
    display: flex;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.header-main-icon svg {
    width: 22px;
    height: 22px;
}
.WidgetTitle__Header-sc-581bc1ec-2.eqZPsd {
    display: none;
}
.custom-testimonial button {
    background-color: rgba(0, 65, 121, 1)!important;
    padding: 15px 25px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    border-radius: 50px!important;
}
span.ButtonBase__Overlay-sc-11c179a3-4.cjDksG {
    background-color: transparent!important;
}
.blog-search .form-control.blogsearch {
    padding-right: 100px;
}
.main-header-flexes {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
.header-call-icon a {
    font-size: 16px;
    font-weight: 700;
    color: white;
    font-family: 'Merriweather';
    transition: .5s;
}
.title-column-sec:last-child .title-boxes {
    border: none;
}
.header-main-icon a:hover {
    background-color: #fff;
    transition: .5s;
}
.header-main-icon a:hover svg path {
    color: rgba(171, 18, 20, 1);
    fill: rgba(171, 18, 20, 1);
    transition: .5s;
}
.single-practice-mark li{
	position:relative;
}
.single-practice-mark li:before {
    content: '';
    background: rgba(171, 18, 20, 1);
    position: absolute;
    left: -19px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-top: 13px;
}
.single-practice-mark li {
    list-style: none;
}
.small-header .menu-top a:hover {
    color: rgba(171, 18, 20, 1)!important;
}
.header-call-icon:hover a {
    color: #fff;
    transition: .5s;
    text-decoration: underline;
}
ul.sub-menu {
    border: 1px solid white;
}
.blogsearch::placeholder{
    font-family: 'Merriweather Sans';
}
.current-menu-item a {
    font-weight: 700!important;
}
.contact-frm .form-control:focus {
    border-color: #ab1214 !important;
}
.image-right-bg-column img {
    margin-bottom: -2px;
}
.title-section .container {
    max-width: 2030px!important;
}
.home-banner .container {
    max-width: 1870px!important;
}
.bg-section .btn:hover {
    color: white!important;
    border: 1px solid white!important;
}
div#breadcrumbs {
    line-height: normal;
}
.footer .container {
    padding: 0 50px;
}
.practice-icon-boxes .practice-btn:hover svg path {
    stroke: black;
    transition: .5s;
}
.practice-icon-boxes .practice-btn:hover {
    color: black;
    transition: .5s;
}
.practice-icon-boxes .practice-btn {
    transition: .5s;
}
.practice-icon-boxes .practice-btn svg path {
    transition: .5s;
}
.main-menu .menu-top li a:hover {
    text-decoration: underline;
}
.sub-menu li a:hover {
    text-decoration: none!important;
}
.current-menu-item a {
    text-decoration: underline!important;
}
.sub-menu .current-menu-item a {
    text-decoration: none!important;
}
.testimonial-text {
    font-size: 16px;
}
.left-right-container .even {
    margin-top: 57px;
}
.post-lists .post-content a:hover svg path {
    fill: black;
    color: black;
    stroke: black;
    transition: .5s;
}
.post-lists .post-content a svg path {
    transition: .5s;
}
.post-lists .post-content a:hover {
    color: black;
    transition: .5s;
}
.post-lists .post-content a{
    transition: .5s;
}
/*.practice-icon-boxes:hover img {
    transform: scale(1.1);
    transition: .5s;
}
.practice-icon-boxes {
    overflow: hidden;
    transition: .5s;
}
.practice-icon-boxes img{
    transition: .5s;
}*/




.practice-icon-img::before {
    z-index: 2;
    content: "";
    transition: all .3s ease-in-out;
    opacity: 0;
    background: rgb(0 0 0 / 42%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.practice-icon-img:hover::before {
    opacity: 1;
}
.practice-content-areas:hover .practice-home-heading {
    color: #ab1214;
    transition: .5s;
}
.practice-content-areas{
    transition: .5s;
}
.testimonial .btn {
    margin-top: 30px;
}
.home-testi {
    text-transform: none;
}
.review-schema-result {
    background: #eee;
    padding: 50px 0 40px 0;
}
.video-schema-result {
    background: #eee;
    padding: 50px 0 40px 0;
    margin-top: 60px;
}
.home-banner .container {
    display: flex;
    padding-bottom: 100px;
    align-items: flex-end;
}
.desktop-contact-info {
    display: none;
}
.btn-wrap {
    position: relative;
}
.contact-frm .btn {
    margin-top: 0;
}
.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
form.submitting .wpcf7-spinner {
    display: block !important;
}
.contact-frm .btn-wrap {
    margin-top: 40px;
}
.header-left {
    margin-left: 40px;
}
.testimonial-inner:hover {
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 13%);
    transition: .5s;
}
.testimonial-inner{
    transition: .5s;
}
.practice-icon-boxes:hover {
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 13%);
    transition: .5s;
}
.title-column-sec:nth-child(2) .title-boxes .title-heading {
    margin-top: 20px;
}
.title-column-sec:nth-child(3) .title-boxes .title-heading {
    margin-top: 20px;
}
.title-column-sec:nth-child(4) .title-boxes .title-heading {
    margin-top: 20px;
}
.contact-address-map iframe {
    height: 350px;
}
.contact-address-detail {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}
.contact-address-detail a {
    color: #ab1214;
    display: inline-block;
}
.contact-address-detail a:hover {
    color: #000;
}
.list-style ul li {
    position: relative;
    list-style: none;
    padding-left: 35px;
}
.list-style ul li::before {
    content: "";
    background-image: url(../img/redarrow.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 7px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: top left;
}