:root {
    --color--black: rgba(17, 17, 17, 1);
    --color--one: rgba(27, 66, 134, 1);
    --color--two: rgba(196, 82, 6, 1);
    --color--three: #fff;
    --color--four: #242424;
    --color--five: #931478;
    --color--six: #fff;
}
@font-face {
    font-family: 'orpheuspro';
    src: url('OrpheusPro.woff2') format('woff2'),
        url('OrpheusPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Onest";
    font-weight: 400;
    font-style: normal;
    width: 100%;
    font-size: 20px;
    line-height: 2;
    overflow-x: hidden;
    color: rgba(26, 36, 55, 1);
    line-height: 35px;
}
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: 35px;
}
.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-spinner {
    display: none !important;
}
.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%;
}
.video-schema-result iframe {
    border: none;
    width: 100%;
    height: 170px;
}
.video-schema-result{
    background-color: #f8f8f8;
}
.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;
}
ul {
    padding: 0px;
    margin: 0;
}

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

.h1, h1 {
    font-size: 64px;
    font-weight: 500;
    line-height: 65px;
    font-family: "orpheuspro";
    letter-spacing: 0;
    color: var(--color--one);
}
.h2, h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    color: var(--color--one);
    font-family: "orpheuspro";
    /* text-transform: capitalize;*/
}
.h3, h3 {
    font-size: 35px;
    font-weight: 500;
    font-family: "orpheuspro";
    color: var(--color--one);
    text-transform: capitalize;

}
.h4, h4 {
    font-size: 30px;
    font-weight: 500;
    font-family: "orpheuspro";
    color: var(--color--one);
    text-transform: capitalize;
    margin-bottom: 15px;
}
h5 {
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    font-family: "orpheuspro";
    color: var(--color--one);
    text-transform: capitalize;
}
h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    font-family: "orpheuspro";
    color: var(--color--one);
    text-transform: capitalize;
}
.home-banner .banner-des .h1,
.home-banner .banner-des h1 {
    color: #fff;
    text-align: center;
    font-size: 120px;
    font-weight: 400;
    letter-spacing: 0;
}
.page-banner .h1,
.page-banner h1 {
    color: #fff;
    position: relative;
    z-index: 1;
}

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

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

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

.container {
    max-width: 1250px;
}
.subtitle {
    color: #1B3546;
    letter-spacing: 3px;
    line-height: 19px;
}
.theme-btn {
    background-color: #bfa95d;
    color: #ffff;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all ease .8s;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
}
.theme-btn:hover {
    background-color: transparent;
    border: 2px solid #bfa95d;
    color: #bfa95d;
}
.btn-transparent {
    color: #fff;
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 16px;
    padding: 18px 30px;
    line-height: normal;
    transition: .5s;
    font-family: 'Onest';
    font-weight: 600;
    font-size: 20px;
    border: 2px solid #fff;
}
.btn-transparent:hover {
    color: rgba(27, 66, 134, 1);
    background: #fff;
    transition: .5s;
}
.btn-white {
    color: rgba(27, 66, 134, 1);
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 16px;
    padding: 18px 30px;
    line-height: normal;
    transition: .5s;
    font-family: 'Onest';
    font-weight: 600;
    font-size: 20px;
    border: 2px solid rgba(27, 66, 134, 1);
}
.btn-white:hover {
    color: #fff;
    background: rgba(27, 66, 134, 1);
    transition: .5s;
}
.icon-arrow {
    padding: 15px 15px;
    background-color: #000;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    color: #000;
    margin-left: 15px;
    transition: .5s;
}
/*header css start here*/

header#header {
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 8px transparent;
    position: fixed;
    top: 0;
    background: rgba(26, 36, 55, 1);
    padding-top: 20px;
    padding-bottom: 20px;
}
.small-header .container {
    border: none;
}
header#header.small-header {
    background-color: rgba(4, 11, 28, 1);
    padding: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-top: 20px;
    padding-bottom: 20px;
}
.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;
    -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: 20px;
    line-height: 38px;
    text-align: left;
    font-weight: 500;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-right: 35px;
    border-bottom: 3px solid transparent;
    font-family: "Onest";
}
.wrap-header .menu-header ul li a:hover {
    color: #32BFFF;
}

.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: #fff;
    transition: width 0.5s ease-in-out;
}
.wrap-header .menu-header ul li a:hover:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
    background: #fff;
    transition: width 0.5s 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: rgba(192, 211, 232, 1);
    transition: width 0.3s ease-in-out;
}
.wrap-header .menu-header ul li a:hover:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
    background: rgba(192, 211, 232, 1);
    transition: width 0.3s ease-in-out;
}*/

.sub-menu li a:hover:before {
    background: none!important;
}
.sub-menu li a:hover:after {
    background: none!important;
}
.sub-menu li a:before {
    background: none!important;
}
.sub-menu li a:after {
    background: none!important;
}

.footer ul li a:before {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 0;
    background: #fff;
    transition: width 0.3s ease-in-out;
}
.footer ul .menu-item a:hover:before{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 0;
    background: rgba(169, 169, 169, 1);
    transition: width 0.3s ease-in-out;
}
.footer ul li a:hover {
    color: rgba(169, 169, 169, 1);
}
.wrap-header .menu-header ul li a:hover:not(.sub-menu a),
.main-menu .menu-header ul .current_page_item > a,
.main-menu .menu-header ul .current_page_ancestor > a,
.main-menu .menu-header ul .current-menu-ancestor > a,
.main-menu .menu-header ul .current_page_parent > a {
    color: rgba(169, 169, 169, 1);
}
.single-team_post .main-menu .menu-header ul li.blog-menu a {
    color: #fff !important;
    background-color: transparent!important;
    border-bottom: none!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: #c0d3e8;
    color: #3a4e60;
}
.main-menu .menu-header ul .sub-menu li a {
    color: inherit;
    line-height: 20px;
    padding: 12px 0px;
    border: none;
    background-color: transparent;
}
.mobile-contact-title {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(196, 82, 6, 1);
    text-align: center;
    margin-bottom: 5px;
}
.mobile-contact-title svg {
    margin-right: 10px;
}
.mobile-phonenumber a.header-ph {
    color: #fff;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    font-family: 'Onest';
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    transition: .5s;
}

.mobile-phonenumber a.header-ph:hover {
    color: rgba(196, 82, 6, 1);
    transition: .5s;
}
.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: 30px;
    padding-top: 0px;
    position: relative;
}
.search-icon svg {
    height: 20px;
    width: 20px;
    display: block;
}
.search-icon svg:hover path {
    stroke: #32BFFF;
}
.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;
}
.social-media a svg path {
    fill: #fff;
}
.social-media svg {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    padding: 10px;
    transition: 0.5s;
}
.social-media svg:hover {
    background: #32BFFF;
}
.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;
    margin-right: 20px;
}
.copyright {
    color: #fff;
    padding: 6px 0;
}
.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: .6s;
    -o-transition: .6s;
    transition: .6s;
    padding: 0 9px !important;
    position: relative;
}
.menu-header ul.sub-menu li:hover {
    background: #c45206;
}
.wrap-header .menu-header ul li ul li.current_page_item, .wrap-header .menu-header ul li ul li.current-menu-item {
    background: #c15106;
    color: #fff;
}
.menu-header ul.sub-menu li a {
    color: #000;
}
.menu-header ul.sub-menu li:hover> a {
    color: rgb(23, 163, 227);
}
#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: #ffffff !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 #ffffff;
    border-bottom: 1px solid #ffffff;
    -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(45deg) translateY(-50%);
    border-right: 1px solid rgba(169, 169, 169, 1);
    border-bottom: 1px solid rgba(169, 169, 169, 1);
}

.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: 95px;
    z-index: 999999;
}
.header-search-box {
    position: fixed;
    background-color: rgba(26, 36, 55, 1);
    width: 100%;
    transition: all .5s ease 0s;
    top: 0;
    right: 0;
    height: 100px;
    z-index: 99999;
    transform: translateY(-100%);
    height: 110px;
}
.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 55%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    background: 0 0;
    color: #fff;
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    border-radius: 0;
}
.header-search-box input.search {
    height: 55px;
    background: 0 0;
    color: #fff;
    padding: 8px 58px 8px 15px;
    border: none;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 50px;
}
.search-input-wrap svg path {
    stroke: #fff;
}
.search-icon svg:hover path {
    stroke: rgb(192 255 112);
}
.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: #fff;
    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: #fff;
}
.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: #fff;
}
.header-search-box span.closebtn:hover:before, .header-search-box span.closebtn:hover:after {
    background-color: #fff;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    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: rgb(255 255 255);
    padding-bottom: 20px;
    padding-top: 60px;
    background-color: rgba(26, 36, 55, 1);
}
.footer .footer-heading {
    color: rgba(26, 66, 109, 1);
    font-weight: 600;
    font-size: 20px;
}
.footer-heading {
    font-size: 20px;
    font-weight: 400;
}
.footer-content p {
    font-size: 16px;
    line-height: 30px;
}
.footer ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0px 0;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
}
.footer ul .current_page_item a {
    color: rgba(169, 169, 169, 1);
}
#footerNavs .current-menu-item a {
    color: rgb(212 169 113);
}
#footerNavs .current-menu-item a::before {
    width: 100%;
}
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;
}
.home-banner {
    height: 725px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-banner:after {
    background: linear-gradient(270deg, rgba(26, 36, 55, 0) 35.94%, #1A2437 68.52%);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
}
.banner-content p {
    font-weight: 300;
    font-size: 24px;
    color: white;
    font-family: "Onest";
    letter-spacing: 4px;
    margin-top: 24px;
}
.home-banner-btn {
    margin-top: 40px;
}
.home-banner {
    padding: 90px 0 0 0;
    margin-top: 67px;
}
.home-banner .banner-des {
    position: relative;
    z-index: 1;
    z-index: 99;
    /*    padding-top: 140px;*/
}
.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;
}
.address {
    margin: 0;
}
.nap-section .nap-address-info {
    background-color: white;
    border: 1px solid rgba(216, 216, 216, 1);
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
}
.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-form {
    padding: 54px 0 30px 0;
}
.scroll-img img {
    position: absolute;
    bottom: -10px;
    width: 130px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Home page css start here*/
/*banner css end*/


.page-banner {
    height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    margin-top: 90px;
}
.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: rgba(10, 10, 10, 0.30);*/
}
.page-banner .banner-content {
    padding: 0;
}
.breadcrumbs-block {
    background-color: rgba(233, 234, 235, 1);
    padding: 7px 0;
    font-size: 16px;
}
.breadcrumbs-block a {
    color: rgba(0, 0, 0, 1);
    text-decoration: underline;
    font-weight: 500;
    transition: .5s;
}
.breadcrumbs-block a:hover {
    color: rgba(196, 82, 6, 1);
    transition: .5s;
}
.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!important;
}
.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: 5px;
    height: auto;
    line-height: 16px;
    z-index: 1;
}

/*==== Sidebar Form ===*/
.blog-search input {
    border: none;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(233, 237, 243, 1);
    background-color: rgba(233, 237, 243, 1);
    box-shadow: none;
}
.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: 15px;
    border-bottom-right-radius: 15px;
}
.search-btn svg path {
    stroke: white;
}
.search-btn svg{
    width: 30px;
    height: 30px;
}
.blog-search {
    margin-bottom: 30px;
}
.prev {
    background: unset!important;
    border: none!important;
}
button.search-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: none;
    z-index: 999;
}
.blog-sidebar {
    padding-left: 14px;
}
.sidebar-form .sidebar-heading {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: white;
    text-align: center;
    margin-top: 0;
}
.form-control, .infusion-field input[type="text"] {
    background-color: white;
    border-radius: 15px;
    padding: 15px 20px;
    color: rgba(110, 110, 110, 1);
    border: 1px solid white;
}
.footer-frm .wpcf7-textarea {
    height: 120px;
}
span.wpcf7-form-control-wrap {
    margin-bottom: 20px;
}
.footer-frm .wpcf7-form-control::placeholder {
    color: rgba(26, 36, 55, 1);
}
.sidebar-form {
    background: rgba(26, 36, 55, 1);
    padding: 50px 20px;
    color: #ffffff;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 15px;
}
.sidebar-form .form-group {
    margin-bottom: 0;
}
.sidebar-form .form-control {
    font-size: 16px;
    font-weight: 300;
    background: no-repeat;
    padding: 15px;
    border-radius: 15px;
    color: rgba(119, 119, 119, 1);
    border: 1px solid rgba(237, 228, 206, 1);
    font-weight: 400;
    background-color: white;
}
.sidebar-form .wpcf7-textarea {
    height: 120px;
}
.sidebar-form .form-control:focus{
    border-color: rgba(196, 82, 6, 1);
    color: rgba(119, 119, 119, 1);
}
.sidebar-form .form-control::placeholder {
    color: rgba(26, 36, 55, 1) !important;
    font-weight: 400;
    font-family: 'Onest';
}
.sidebar-form .form-group-description {
    text-align: center;
    line-height: 22px;
}
.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);
}
.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: capitalize;
    font-weight: 600;
    align-items: center;
    transition: 0.8s;
    text-decoration: underline;
}
.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: .5s;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top center;
    padding: 0 10px;
}
.attorney-img img:hover {
    transform: scale(1.1);
    overflow: hidden;
    transition: all ease .8s;
}
.our-btn-div{
    margin-top: 50px;
}
.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: 35px 35px 50px 35px;
    margin-bottom: 70px;
    border: 1px solid rgba(208, 208, 208, 1);
    transition: 0.5s;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 4%);
}*/
.post-content a.read-more-btn {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #BFA95D;
    padding: 24px 30px;
    border-radius: 50px;
    transition: 0.5s;
}
.post-content a.read-more-btn:hover {
    color: #BFA95D;
    background-color: transparent;
    border: 1px solid #BFA95D;
    transition: 0.5s;
}
.post-content .content {
    margin-bottom: 10px;
    margin-top: 10px;
}
.read-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
}
.read-btn:hover svg path {
    fill: rgba(44, 48, 135, 1);
    transition: .5s;
}
.read-btn svg {
    width: 20px;
    height: 20px;
}
.read-btn:hover {
    color: rgba(44, 48, 135, 1);
    transition: .5s;
}
.post-image {
    height: 100%;
}
.post-image img.featured {
    display: block;
    height: 270px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}
.blog-page .blog-post-div .btn-orange {
    background-color: transparent;
    color: rgba(196, 82, 6, 1);
    display: inline-block;
}
.blog-page .blog-post-div .btn-orange:hover {
    background-color: rgba(196, 82, 6, 1);
    color: #fff;
}
.category-page .blog-post-div .btn-orange {
    background-color: transparent;
    color: rgba(196, 82, 6, 1);
}
.category-page .blog-post-div .btn-orange:hover {
    background-color: rgba(196, 82, 6, 1);
    color: #fff;
}
.blog-page-btn .btn-orange {
    display: inline-block;
}
.author-link {
    display: flex;
    align-items: center;
    gap: 10px;
}
.avatar {
    width: 50px !important;
    height: 50px !important;
    background: #3a4e60;
    border-radius: 300px !important;
}
.author-name {
    color: #3a4e60;
}
.blog-post-date {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    color: rgba(154, 154, 154, 1);
}
span.page-numbers.current {
    background: transparent;
    color: rgba(26, 36, 55, 1);
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin: 0 10px;
    border-radius: 100px;
    border: 1px solid rgba(26, 36, 55, 1);
}
.sidebar-blog-list {
    padding: 50px 20px;
    border-radius: 15px;
    background-color: rgba(233, 237, 243, 1);
}
.blog-category-title {
    font-family: 'orpheuspro';
    font-weight: 500;
    font-size: 28px;
    line-height: 55px;
    color: rgba(26, 36, 55, 1);
    text-align: center;
}
a.page-numbers {
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 10px;
    color: #54595F;
    background-color: transparent;
    border-radius: 100px;
}
a.page-numbers:hover {
    background: transparent;
    border: 1px solid rgba(26, 36, 55, 1);
    color: rgba(26, 36, 55, 1);
    transition: .5s;
    border-radius: 100px;
}
a.prev:hover {
    color: #BFA95D!important;
}
a.next {
    color: #54595F!important;
    background: unset!important;
    border: none!important;
}
a.next svg {
    background: rgba(26, 36, 55, 1);
    padding: 18px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    transition: .5s;
}
a.prev svg {
    background: rgba(26, 36, 55, 1);
    padding: 18px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    transition: .5s;
}
a.next:hover {
    color: #BFA95D!important;
}
.blog-title {
    line-height: 65px;
    letter-spacing: 0;
}
/*a.page-numbers:hover svg path {
    stroke: #fff;
}*/
nav.navigation.pagination {
    justify-content: center;
    margin-top: 70px;
}
.next {
    position: absolute;
    margin: 0;
    background-color: rgba(58, 78, 96, 1);
    width: 165px;
    height: 105px;
}
nav.navigation.pagination a.prev {
    position: absolute;
    margin-left: -85px;
}
nav.navigation.pagination a.next {
    margin-left: 30px;
}
.single-post-detail a{
    color: rgba(196, 82, 6, 1);
    transition: .5s;
}
.single-post-detail a:hover {
    color: #000;
    text-decoration: none;
    transition: .5s;
}
.single-post-detail ul {
    padding-left: 30px;
    margin-bottom: 15px;
}
.modal-content {
    border: 1px solid rgb(212 169 113);
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #353c4d;
    color: white;
    border-radius: 0;
    padding: 20px 20px;
    /*    max-height: 270px;
        overflow-y: scroll;
        overflow-x: hidden;*/
}
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/09/Vector-2.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;
}
.accordion-item {
    background-color: transparent;
    border-radius: 20px !important;
}
.faq-section .accordion {
    border-radius: 20px;
}
.accordion-header button {
    background: none !important;
    box-shadow: none !important;
}
.accordion-body {
    color: rgba(26, 36, 55, 1);
    padding-top: 0;
    padding-bottom: 20px;
}
.accordion-body ul {
    margin-left: 25px;
}
button.accordion-button.collapsed {
    font-family: 'orpheuspro';
    font-weight: 400;
    font-size: 32px;
}
.accordion-item {
    border: none;
}
.accordion-button {
    color: rgba(58, 78, 96, 1);
    font-family: 'orpheuspro';
    font-weight: 700;
    font-size: 18px;
}
.read-more a.read-btn {
    text-transform: uppercase;
    color: #32bfff;
    transition: 0.5s;
    position: relative;
}
.accordion-button:not(.collapsed) {
    color: rgba(27, 66, 134, 1);
    font-family: 'Onest';
    text-transform: capitalize;
    font-weight: 700;
    font-size: 28px;
    transition: .5s;
}
.accordion-button{
    margin: 0;
}
.faq-question .accordion-button[aria-expanded=false]:after {
    background-image: url("/wp-content/uploads/2024/12/unnamed-file.png");
    transform: none !important;
    box-shadow: none;
    background-position: center;
}
.faq-question .accordion-button[aria-expanded="true"]::after {
    background-image: url(/wp-content/uploads/2025/10/Vector-1.svg);
    transform: none !important;
    box-shadow: none;
    background-position: center;
}
.faq-question .accordion-button[aria-expanded="false"]::after {
    background: rgba(26, 36, 55, 1);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-image: url(/wp-content/uploads/2025/10/Vector.svg);
    background-repeat: no-repeat;
    background-position: center;
}
/* nap new css */
.nap-address-info .location-center {
    font-family: 'Onest';
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: flex;
}
.nap-postal-address-wrapper .nap-wrapper .nap-contact-info {
    width: 100%;
    display: flex;
    margin-top: 0;
    align-items: center;
}
.nap-postal-address-wrapper .nap-wrapper .location-icon {
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.nap-postal-address-wrapper .nap-wrapper .nap-contact-info .call-img {
    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: rgba(196, 82, 6, 1);
}
.nap-address-info a.direction-link:hover {
    border-color: rgba(196, 82, 6, 1);
}
.nap-address-info a.direction-link {
    font-size: 18px;
    font-weight: 400;
    color: rgba(26, 36, 55, 1);
    text-transform: capitalize;
    margin-bottom: 20px;
    text-decoration: underline;
}
.nap-address-info .nap-contact-info a:hover span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}
.phoneno {
    color: rgba(26, 36, 55, 1);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}
.address-wrap-item {
    line-height: 30px;
}
.nap-postal-address-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
}
.nap-postal-address-wrapper .nap-wrapper {
    width: 100%;
}
.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: #1a426d;
    text-decoration: underline;
    transition: .5s;
}
.search-page .no_result a:hover {
    color: #000;
    text-decoration: none;
}
.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(26, 36, 55, 1);
    font-weight: 500;
    line-height: 40px;
    font-size: 24px;
    transition: 0.5s;
    font-family: 'Onest';
}
a.read-btn {
    color: rgba(247, 182, 17, 1);
}
.blog-title.h5:hover {
    color: rgba(196, 82, 6, 1);
    transition: 0.5s;
}
.blog-search .input-group {
    gap: 10px;
}
.blog-search .form-control:focus {
    color: #000000;
    background-color: rgba(233, 237, 243, 1);
    border: 1px solid rgba(196, 82, 6, 1);
    outline: 0;
}
.blog-search svg path {
    stroke: rgba(196, 82, 6, 1);
}
.blog-search svg {
    width: 20px;
    height: 20px;
}
.testimonial {
    background-color: rgba(255, 255, 255, 1);
}
.fullimg-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #FFFFFF 47%, rgba(255, 255, 255, 0) 72%);
}
.fillimage-content {
    position: relative;
    z-index: 9;
}
.fullimage-column img{
    display: block;
    margin: auto;
}
.banner-head {
    margin-bottom: 50px;
}
.practice-pages-list {
    display: flex;
}
.testimonial-title {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    color: rgba(95, 95, 95, 1);
}
.star-icon {
    margin-top: 30px;
    margin-bottom: 20px;
}
.testimonial-svg svg {
    position: absolute;
    left: 40px;
    top: 0px;
}




/* ================= 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 ==========================*/


/*.home-banner::after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.42) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.banner-head {
    font-weight: 400;
    font-size: 64px;
}
.banner-title span {
    color: rgba(247, 182, 17, 1);
}
.footer-social {
    display: flex;
    align-items: center;
    gap: 0;
}
.footer-social li{
    list-style: none;
}
.footer-social a {
    display: flex;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.footer-social li a {
    display: inline-flex!important;
}
.practice_area li {
    list-style: none;
}
.service_areas li {
    list-style: none;
}
.footer .address-wrap-item {
    color: #ffffff;
}
a.direction-link:hover svg path {
    color: rgba(196, 82, 6, 1);
    fill: rgba(196, 82, 6, 1);
}
ul.footer-social li a:hover {
    background-color: rgba(196, 82, 6, 1);
}
ul.footer-social li a:hover svg path {
    fill: white;
}
.home-btn{
    margin-top: 90px;
}
a.direction-link {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.direction-link svg {
    width: 16px;
    height: 16px;
}
.banner-social-wrap {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
}
ul.banner-social li {
    list-style: none;
}
ul.banner-social svg path {
    fill: white;
}
ul.banner-social svg{
    width: 27px;
    height: 27px;
}
ul.banner-social a {
    display: flex;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.30);
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin: 25px 0px;
    transition: .5s;
}
ul.banner-social a:hover {
    background-color: rgba(247, 182, 17, 1);
    transition: .5s;
}
.logo-image-section {
    position: relative;
    overflow: hidden;
}
.logo-column {
    z-index: 9;
    position: relative;
}
.logo-slider {
    padding-right: 90px;
}
.lawyer-subtitle {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #F7B611;
    letter-spacing: 2px;
}
.lawyer-title {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    color: #2C3087;
}
.logo-content-areas {
    padding: 0 180px 0 40px;
}
.practice-subtitle {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #F7B611;
}
.nap-address-info .location-icon svg path {
    fill: rgba(196, 82, 6, 1);
}
.call-img svg path {
    fill: rgba(196, 82, 6, 1);
}
.nap-contact-info svg {
    width: 21px;
    height: 21px;
    position: relative;
    top: 4px;
}
.footer-section {
    background-color: rgb(44 48 135 / 5%);
    padding: 80px 0;
}
.form-control:focus {
    color: #000;
    background-color: white;
    border-color: rgba(196, 82, 6, 1);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.testimonial-list p {
    padding-right: 20px;
}
.contact-map-area iframe {
    display: block;
}
.blog-post-div {
    height: 100%;
}
.post-content {
    padding: 20px 0 0 0;
}
.post-blog-image img {
    border-radius: 20px;
}
.post-blog-image {
    border-radius: 20px;
}
.post-blog-image img:hover {
    transform: scale(1.04);
    transition: .5s;
}
.post-blog-image{
    overflow: hidden;
}
.post-blog-image img{
    transition: .5s;
}
input.form-control.blogsearch {
    color: black;
    padding-right: 50px;
}
.sidebar-blog-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sidebar-list li {
    border: 1px solid rgba(26, 36, 55, 1);
    border-radius: 15px;
    padding: 13px 15px;
    line-height: normal;
}
.main-header .search-icon svg path {
    stroke: #ffffff;
}
.sidebar-blog-list ul li a {
    color: rgba(26, 36, 55, 1);
    font-size: 18px;
    transition: .5s;
}
.sidebar-blog-list ul li a:hover {
    color: #c45206;
    transition: .5s;
}
.sidebar-blog-list ul .active a {
    color: rgb(196 82 6);
}
em {
    word-wrap: break-word;
}
.youtube-video-section .heading {
    margin-bottom: 30px;
}
.graph-content-div {
    padding-left: 40px;
}
.banner-subtitle {
    font-family: 'orpheuspro';
    font-weight: 400;
    font-size: 63px;
    margin: 40px 0 50px 0;
}
.nap-section .nap-address-info .nap-contact-info a:hover span {
    color: rgb(182 206 78);
    font-size: unset;
}
.banner-heading {
    font-family: "orpheuspro";
    font-weight: 500;
    font-size: 64px;
    line-height: 75px;
    margin-top: 10px;
}
.permalink-bg {
    color: rgba(68, 68, 68, 1);
}
.permalink-bg:hover {
    color: #b6ce4e;
}
.error-frm .btn {
    background-color: transparent;
    color: rgba(27, 66, 134, 1);
    border: 2px solid rgba(27, 66, 134, 1)!important;
}
.error-frm .btn:hover {
    background-color: rgba(27, 66, 134, 1);
    color: #fff;
    border: 1px solid rgb(212 169 113);
}
.wpcf7-spinner {
    display: block!important;
    position: absolute;
}
.banner-title-repeat {
    z-index: 9;
}
.banner-title-repeat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 50px;
    justify-content: center;
    margin-top: 60px;
    width: 60%;
}

.banner-title-repeat {
    font-size: 17px;
    line-height: 25px;
}
.banner-title-repeat a {
    color: white;
}
.banner-title-repeat a{
    border: 1px solid transparent;
    padding: 10px 15px;
    border-radius: 100px;
}
.banner-title-repeat a:hover {
    border: 1px solid white;
}
.banner-heading {
    position: relative;
}
.banner-heading span {
    color: rgba(192, 211, 232, 1);
    font-style: italic;
}
.btn-orange{
    color: #ffffff;
    text-transform: capitalize;
    background-color: rgba(196, 82, 6, 1);
    border-radius: 16px;
    padding: 18px 30px;
    line-height: normal;
    transition: .5s;
    font-family: 'Onest';
    font-weight: 600;
    font-size: 20px;
    border: 2px solid rgba(196, 82, 6, 1);
    display: inline-block;
}
.btn-orange:hover {
    color: rgba(196, 82, 6, 1);
    background: transparent;
    border: 2px solid rgba(196, 82, 6, 1);
    transition: .5s;
}

.btn {
    color: #ffffff;
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 16px;
    padding: 18px 30px;
    line-height: normal;
    transition: .5s;
    font-family: 'Onest';
    font-weight: 600;
    font-size: 20px;
    border: 2px solid rgba(196, 82, 6, 1);
}
.btn:hover {
    color: #fff;
    background: rgba(196, 82, 6, 1);
    border: 2px solid rgba(196, 82, 6, 1);
    transition: .5s;
}
.copyright-text {
    font-size: 16px;
    line-height: 30px;
}
.copyright-text a {
    color: rgb(255 255 255);
    font-size: 14px;
    text-decoration: underline;
}
.copyright-text a:hover {
    color: rgba(196, 82, 6, 1);
}
.footer-phone a:hover {
    color: rgba(192, 211, 232, 1);
}
.footer-phone a {
    font-weight: 700;
    font-size: 20px;
    color: white;
}
.fullimg-section {
    position: relative;
    overflow: hidden;
}
.fullimage-column img {
    display: block;
    margin: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fullimage-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
}
.testimonial-title-div {
    background-color: white;
    height: 100%;
    padding: 50px;
    border-radius: 12px;
}
.practice-title {
    font-family: 'orpheuspro';
    font-weight: 700;
    font-size: 24px;
    color: rgba(54, 61, 77, 1);
}
.pratice-btn .btn-2 {
    background-color: rgba(54, 61, 77, 1);
    color: white;
    margin-top: 20px;
}
.practice-section-content {
    margin-top: 10px;
}
.main-team-page{
    position: relative;
}
.our-content {
    margin-bottom: 70px;
}
.leftimage-btn .btn-2 {
    background-color: rgba(54, 61, 77, 1);
    color: white;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.leftimage-btn .btn-2:hover {
    color: black;
}
.team-section-btn .btn-2 {
    background-color: rgba(58, 78, 96, 1);
    color: white;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.team-section-btn{
    margin-top: 60px;
}
.team-section-btn .btn-2:hover {
    color: black;
}
#cf7-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    color: #000;
    z-index: 9999;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
    display: flex;
    align-items: center;
    gap: 10px;
}
#cf7-toast.cf7-toast.show {
    opacity: 1;
    transform: translateY(0);
}

#cf7-toast.cf7-toast.success {
    border-left: 5px solid #28a745;
}

#cf7-toast.cf7-toast.error {
    border-left: 5px solid #dc3545;
}

#cf7-toast.cf7-toast.warning {
    border-left: 5px solid #ffc107;
}
#cf7-toast.success svg{
    fill: #28a745;
}
#cf7-toast.error svg{
    fill: red;
}
#cf7-toast.warning svg{
    fill: yellow;
}
.cf7-toast svg {
    display: none;
    height: 30px;
    width: 30px;
}

.cf7-toast.show.success svg.success-ic {
    display:block;
}
.cf7-toast.show.error svg.error-ic {
    display:block;
}
.cf7-toast.show.warning svg.warning-ic {
    display:block;
}

#cf7-toast-message strong {
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}
.header-section {
    background: rgba(224, 242, 254, 1);
    padding: 20px;
    margin-top: 172px;
}
.header-content-div {
    font-size: 14px;
    color: rgba(94, 127, 150, 1);
}
.header-content-div {
    position: relative;
}
.footer-map iframe {
    height: 130px;
    display: block;
}
.service-section .row-1 .service-col:nth-child(odd) .service-box {
    background-color: rgba(238, 238, 238, 1);
}
.service-section .row-2 .service-col:nth-child(even) .service-box {
    background-color: rgba(238, 238, 238, 1);
}
.service-section .service-box {
    padding: 80px;
    height: 100%;
}
.service-title {
    font-family: 'orpheuspro';
    font-weight: 700;
    font-size: 22px;
    line-height: 31.4px;
    text-transform: capitalize;
    color: black;
}
.service-section .service-box a{
    text-decoration: none;
}
.service-subtitle {
    font-family: 'orpheuspro';
    font-size: 17px;
    line-height: 24px;
    color: rgba(140, 140, 140, 1);
    font-weight: 400;
    margin-bottom: 20px;
}
.left-image-row {
    background: rgba(54, 61, 77, 1);
}
.left-image-content-div {
    padding: 0 120px;
}
.left-image-section .left-image {
    background-color: white;
}
.leftimage-btn {
    margin-top: 40px;
}
.right-image-section {
    position: relative;
}
.right-image-section::after {
    position: absolute;
    background: rgba(214, 201, 163, 1);
    content: '';
    left: 0;
    height: 100%;
    width: 55%;
    top: 0;
    z-index: -1;
}
.legal-heading {
    font-family: 'orpheuspro';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #191301;
}
.right-image-content {
    margin-bottom: 20px;
}
.right-image-div {
    margin-bottom: 30px;
}
.rightimage-btn {
    margin-top: 40px;
}
.right-image-div {
    position: relative;
}
.right-image-div::after {
    position: absolute;
    bottom: -25px;
    left: 0;
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    height: 100%;
    width: 80%;
}
.testimonial * {
    position: relative;
    z-index: 9;
}
/*.testimonial::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2025/09/testimonial-bg-img.webp);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 75%;
}*/
.testimonial-slider ul.slick-dots {
    display: flex;
    margin: 15px 0px;
    position: relative;
}
.testimonial-slider .slick-dots li {
    margin: 0px!important;
}
.testimonial-slider ul.slick-dots li {
    width: 100%;
}
.testimonial-slider ul.slick-dots li button {
    width: 100%;
    font-size: 0px;
    box-shadow: none;
    border-top: 3px solid transparent;
    border-bottom: 1px solid rgba(81, 81, 81, 0.15);
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
.testimonial-slider ul.slick-dots li.slick-active button {
    border-bottom: 5px solid #CEA434;
}
.footer-logo-partners {
    padding: 10px;
    text-align: center;
}
.footer-logo-partners img {
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer-logo-section {
    background-color: rgba(53, 60, 77, 1);
}
.footer-logo-section {
    background-color: rgba(53, 60, 77, 1);
    padding: 50px 0 0 0;
}
.accordion-button::after {
    background: rgba(26, 36, 55, 1);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-image: url(/wp-content/uploads/2025/10/Vector.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2025/10/Vector-1.svg);
    background-color: rgba(27, 66, 134, 1);
    transform: rotate(90deg);
    background-size: 15px;
}
.faq-content-div {
    padding-left: 70px;
}
.faq-image-div {
    padding-right: 90px;
}
.faq-image-div::after {
    background-image: url(/wp-content/uploads/2025/09/faq-d-img.webp);
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-size: 27px;
    background-repeat: no-repeat;
}
.faq-image-div{
    position: relative;
}
.faq-image-div-area {
    position: relative;
}
.faq-image-div-area img {
    border-radius: 10px;
    position: relative;
    z-index: 9;
}
.faq-image-div-area::after {
    background-color: rgba(8, 95, 54, 10%);
    left: -60px;
    height: 140px;
    width: 60px;
    top: 20px;
    content: '';
    position: absolute;
}
.faq-image-div-area::before {
    background-color: rgba(199, 32, 44, 1);
    right: -40px;
    height: 140px;
    width: 44px;
    top: 50%;
    content: '';
    position: absolute;
    transform: translate(0%, -50%);
}
.faq-section {
    background-color: rgba(238, 238, 238, 1);
}
.location-box {
    background: linear-gradient(0deg, #2D92D0 72.04%, rgba(255, 255, 255, 0.4) 161.29%);
    padding: 32px 50px;
    border-radius: 8px;
    transition: .5s;
}
.location-box:hover {
    background: linear-gradient(0deg, #d4a971 72.04%, rgba(255, 255, 255, 0.4) 161.29%);
}
.location-section {
    background-color: rgba(54, 61, 77, 1);
}
.location-heading {
    font-size: 20px;
    font-weight: 600;
}
.address-icon {
    width: 25px;
    height: 20px;
}
.address-div {
    display: flex;
    gap: 20px;
}
.address-img {
    position: relative;
    top: 11px;
}
.address-icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 8px;
    border-radius: 100px;
}
.address-name {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 19px;
}
.address-content {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: rgba(202, 202, 202, 1);
}
.address-row {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.map-areas iframe {
    display: block;
    margin: auto;
}
.map-section .map-areas iframe {
    display: block;
    margin: auto;
    height: 400px;
}
.testimonial-image-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-box-div {
    background-color: white;
    height: 570px;
    position: relative;
    padding: 25px;
    border-radius: 10px;
}
.btn-link {
    font-family: 'orpheuspro';
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    text-decoration: underline;
    color: rgba(212, 169, 113, 1);
}
.btn-link svg{
    margin-left: 4px;
}
.btn-link svg path {
    fill: #d4a971;
}
.btn-link:hover{
    color: #fff;
}
.bgimage-section .btn-link:hover svg path {
    fill: #fff;
}
.service-box:hover .btn-link .service-title {
    color: #d4a971;
    transition: .5s;
}
.service-box .btn-link .service-title {
    transition: .5s;
}
.testimonial ul.slick-dots {
    display: flex;
    margin: -40px 0px 0 0;
    position: relative;
}
.testimonial .slick-dots li {
    margin: 0px!important;
}
.testimonial ul.slick-dots li {
    width: 100%;
}
.testimonial ul.slick-dots li button {
    width: 100%;
    font-size: 0px;
    box-shadow: none;
    border-top: 3px solid transparent;
    border-bottom: 1px solid rgba(81, 81, 81, 0.15);
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
.testimonial ul.slick-dots li.slick-active button {
    border-bottom: 3px solid rgba(109, 109, 109, 1);
}
.prev-icon {
    border: 1px solid rgba(212, 169, 113, 1);
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.next-icon {
    border: 1px solid rgba(212, 169, 113, 1);
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: .5s;
}
.prev-icon:hover {
    background-color: #d4a971;
    transition: .5s;
}
.next-icon:hover {
    background-color: #d4a971;
    transition: .5s;
}
.next-icon:hover svg path {
    stroke: white;
}
.prev-icon:hover svg path {
    stroke: white;
}
.testimonial-controls {
    display: flex;
    justify-content: end;
    gap: 0 30px;
    align-items: center;
    padding-right: 70px;
}
.testimonial-dots {
    width: 30%;
}
.testimonial-header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 50px;
}
.star-text {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 32px;
    text-transform: capitalize;
    color: rgba(33, 131, 197, 1);
}
.star-text svg {
    width: 180px;
    height: 180px;
}
.faq-content-div {
    position: relative;
}
.our-team-main-page {
    background-color: rgba(54, 61, 77, 1);
}
.our-team-main-page .team-section-img img {
    background-color: white;
    border-radius: 10px;
}
.our-team-main-page .main-team-our-content {
    padding-left: 80px;
}
.our-team-main-page .main-team-our-content {
    position: relative;
}
.our-team-main-page .main-team-our-content::after {
    position: absolute;
    border-left: 3px solid rgba(212, 169, 113, 1);
    position: absolute;
    content: '';
    left: 100px;
    top: 50%;
    height: 313px;
    width: 150px;
    transform: translate(-50%, -50%);
}
.main-team-page {
    background-color: rgba(214, 201, 163, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.main-team-page img {
    margin-top: -65px;
    margin-bottom: -12px;
}
.attorney-name{
    font-family: 'orpheuspro';
    font-weight: 400;
    font-size: 32px;
    text-transform: capitalize;
    color: rgba(4, 11, 28, 1);
}
.attorney-container {
    background-color: rgba(238, 238, 238, 1);
    padding: 30px 30px 110px 30px;
    height: 230px;
    z-index: 9;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.attorney-container-svg {
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.attorney-container-svg {
    background-color: rgba(54, 61, 77, 1);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.attorney-content {
    color: rgba(4, 11, 28, 1);
}
.case-boxes {
    background-image: url(/wp-content/uploads/2025/09/case-result-bg-img-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
    border-radius: 8px;
}
.case-boxes-content {
    box-shadow: 0px 0.47px 16px 0.47px rgba(173, 173, 173, 0.25);
    background-color: white;
    padding: 40px 25px;
    border-radius: 8px;
}
.case-boxes-border-area {
    border: 1px solid rgba(212, 169, 113, 1);
    padding: 30px;
    border-radius: 8px;
    position: relative;
    z-index: 9;
}
.case-boxes::after {
    position: absolute;
    top: 0;
    background-color: #ffffffc4;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.case-boxes {
    position: relative;
}
.load-more{
    margin-top: 100px;
}
.case-title {
    font-family: 'orpheuspro';
    font-weight: 700;
    font-size: 26px;
    background-color: rgba(214, 201, 163, 1);
    border-radius: 8px;
    padding: 10px 15px;
    line-height: normal;
    color: rgba(4, 11, 28, 1);
}
.case-boxes-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px 0;
}
.close {
    position: absolute;
    right: 0;
    top: 0;
    border: 3px solid rgb(212 169 113);
    background-color: rgb(212 169 113);
    width: 50px;
    height: 50px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-body {
    padding: 0;
}
.case-content {
    color: rgba(95, 95, 95, 1);
}
.case-our-content {
    margin-bottom: 50px;
}
.modal-content .heading-h3 {
    color: white;
}
.close svg path {
    fill: white;
    stroke: white;
}
.testimonial-page-box-div {
    box-shadow: 0px 1px 34.4px 1px rgba(173, 173, 173, 0.25);
    background: white;
    height: 100%;
    padding: 25px;
    border-radius: 10px;
}
.testimonial-page .testimonial-content a {
    color: rgba(54, 61, 77, 1);
    font-weight: 600;
}
.faqs-page .faq-title {
    border: 1px solid rgba(212, 169, 113, 1);
    border-radius: 10px;
    padding: 20px 25px;
    position: relative;
}

.faqs-page .faq-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.faqs-page .faq-svg-icon {
    background: rgba(212, 169, 113, 1);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
}
.faqs-page .faq-title a {
    color: rgba(54, 61, 77, 1);
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
}
.faqs-page .faq-discription {
    margin-top: 50px;
}
.faqs-page .faq-content {
    margin-bottom: 70px;
}
.practice-section .practice-title {
    font-family: 'orpheuspro';
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
}
.practice-section .practice-section-content {
    color: rgba(132, 132, 132, 1);
}
.row-1 .practice-page-col:nth-child(odd) .practice-box {
    background-color: rgba(238, 238, 238, 1);
}
.row-2 .practice-page-col:nth-child(even) .practice-box {
    background-color: rgba(238, 238, 238, 1);
}
.practice-section .practice-box {
    padding: 90px 60px;
    height: 100%;
}
.contact-section{
    position: relative;
    overflow: hidden;
}
.main-team-row {
    box-shadow: 0px 1px 34.4px 1px rgba(173, 173, 173, 0.25);
    padding: 60px 20px 20px 20px;
    border-radius: 10px;
}
.single-team-img-div img {
    overflow: hidden;
    height: auto;
    object-fit: cover;
    object-position: center;
    z-index: 9;
    position: relative;
    padding: 0 10px;
}
.single-team-img-div img {
    margin-top: -50px;
    margin-bottom: -12px;
}
.single-team-img-div {
    background-color: rgba(214, 201, 163, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.single-team-content {
    background-color: rgba(238, 238, 238, 1);
    padding: 30px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 9;
    position: relative;
}
.single-team-title {
    font-family: 'orpheuspro';
    font-weight: 400;
    font-size: 28px;
    text-transform: capitalize;
    color: rgba(4, 11, 28, 1);
}
.team-description {
    color: rgba(4, 11, 28, 1);
}
.main-team-border-row {
    border: 4px solid rgba(212, 169, 113, 1);
    border-radius: 10px;
    padding: 50px;
}
.location-col {
    width: 18%;
}
.locatons-div {
    display: flex;
    gap: 24px 24px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.location-section .heading {
    margin-bottom: 40px;
}
.no-featured-wrapper {
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.no-featured-wrapper img.no-featured {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.sidebar-blog-list li a:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/10/Group-6837.svg);
    right: 10px;
    top: 15px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sidebar-blog-list li {
    position: relative;
    list-style: none;
}
.nav-links {
    background: #f2f2f2;
    padding: 10px 0px;
    border-radius: 100px;
}
.search-page .loop-col {
    margin-bottom: 40px;
}
.footer .quick-links {
    text-align: right;
}
.footer-phone-area {
    text-align: center;
}
.footer-callus-title {
    color: rgba(196, 82, 6, 1);
    font-family: Onest;
    font-size: 16px;
    line-height: 100%;
}
.footer-phone-area .btn-2 {
    font-weight: 700;
    font-size: 24px;
    color: white;
    transition: .5s;
}
.footer-phone-area .btn-2:hover {
    color: rgba(196, 82, 6, 1);
    transition: .5s;
}
.search-icon:hover svg path {
    stroke: rgba(196, 82, 6, 1);
    transition: .5s;
}
.search-icon svg path {
    transition: .5s;
}
.main-header .container {
    padding: 0 135px;
    max-width: 100%;
}
.orange-title {
    font-size: 24px;
}
.orange-title {
    color: rgba(196, 82, 6, 1);
    letter-spacing: 6px;
    text-transform: capitalize;
}
.fillimage-content .heading::after {
    position: absolute;
    left: 0;
    top: 9px;
    background: rgba(196, 82, 6, 1);
    width: 6px;
    height: 95px;
    content: '';
}
.fillimage-content .heading {
    position: relative;
    padding-left: 20px;
    padding-right: 30px;
    margin-top: 15px;
}
.fillimage-main-btn {
    display: flex;
    align-items: center;
    gap: 0 25px;
    margin-top: 30px;
}
.our-mission-section {
    position: relative;
    overflow: hidden;
}
.real-growth-banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.real-growth-banner-video{
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    left: 0;
}
.our-mission-section::after {
    background: linear-gradient(270deg, #1A2437 52%, rgba(26, 36, 55, 0) 58%);
    content: '';
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}
.our-mission-main-div {
    position: relative;
    z-index: 9;
}
.our-mission-main-btn {
    display: flex;
    gap: 25px;
    margin-top: 30px;
}
.our-differentials-heading {
    font-weight: 700;
    font-size: 28px;
    margin: 15px 0;
    color: rgba(27, 66, 134, 1);
}
.our-differentials-content {
    font-size: 22px;
    padding: 0 85px;
}
.our-differentials-btn {
    margin-top: 50px;
}

/* ====== Practice Areas CSS Start  ======= */

.services-new-area .custom-new-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 1s;
    border-radius: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, #000000 100%);
}
.services-new-area .custom-new-box:hover::after {
    background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(26 36 55 / 81%) 100%);
}
.custom-new-box:hover img {
    -webkit-filter: unset;
    -moz-filter: unset;
    -o-filter: unset;
    -ms-filter: unset;
    filter: unset;
}
.services-info .icon-boxes {
    position: absolute;
    padding: 0px 25px;
    overflow: hidden;
    z-index: 2;
    bottom: 10px;
}
.services-info .custom-boxes {
    position: relative;
    overflow: hidden;
}
.services-info .custom-boxes:hover:after {
    opacity: 1;
    transition: 1s;
}
.services-info .icon-boxes svg {
    height: 20px;
    width: 20px;
}
.service-hover-info {
    height: 0;
    opacity: 0;
    width: 100%;
    transition: 1s;
}
.services-info .custom-boxes:hover .service-hover-info {
    opacity: 1;
    height: 160px;
    transition: 1s;
}
.services-info .box-btn {
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
}
.services-new-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    font-family: 'Onest';
}
.service-imgs{
    height: 370px;
    width: 100%;
    object-fit: cover;
}
.services-info .icon-boxes {
    position: absolute;
    padding: 0px 35px;
    overflow: hidden;
    z-index: 2;
    bottom: 20px;
}
.services-info .col:hover {
    flex: 3;
}
.services-info .col {
    flex: 2;
    width: auto;
    transition: .7s;
}
.services-info {
    background-color: rgba(26, 36, 55, 1);
}
.services-info-row {
    border-radius: 20px;
    overflow: hidden;
}
/* ====== Practice Areas CSS End  ======= */
.logo-image-section {
    padding: 80px 0;
}
.our-promise-section {
    position: relative;
    overflow: hidden;
}
.our-promise-column {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.our-promise-column img {
    display: block;
    margin: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scaleX(-1);
}
.our-promise-content-area {
    position: relative;
    z-index: 9;
}
.our-promise-section::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, #FFFFFF 52.17%, rgba(255, 255, 255, 0) 65%);
    transform: rotate(180deg);
}
.our-promise-btn {
    margin-top: 35px;
}
.our-promise-content {
    padding-right: 40px;
}
.blog-section .blog-box-div {
    padding: 30px;
    position: relative;
    height: 545px;
}
.blog-section .home-blog-btn {
    position: absolute;
    bottom: 30px;
}
.blog-section .blog-box-div .blog-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-transform: capitalize;
    margin-top: 20px;
}
.blog-section .blog-box-div img {
    height: 205px;
    border-radius: 15px;
    object-fit: cover;
    object-position: top center;
}
.blog-section {
    background-color: rgba(26, 36, 55, 0.10);
    overflow: hidden;
}
.blog-section .home-blog-btn {
    font-weight: 600;
    font-size: 20px;
    color: rgba(196, 82, 6, 1);
    border: 2px solid rgba(196, 82, 6, 1);
    padding: 18px 30px;
    border-radius: 16px;
    transition: .5s;
    line-height: normal;
}
.blog-section .home-blog-btn:hover {
    color: #fff;
    background-color: rgba(196, 82, 6, 1);
    transition: .5s;
}
.blog-section .blog-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-section .blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
}
.last-section {
    position: relative;
    overflow: hidden;
}
.last-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
}
.last-column img {
    display: block;
    margin: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.last-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #FFFFFF 46%, rgba(255, 255, 255, 0) 71%);
}
.last-main-btn {
    display: flex;
    gap: 0 25px;
    margin-top: 35px;
}
.last-main-btn a {
    display: inline-block;
}
.nap-title {
    font-family: Onest;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: rgba(26, 36, 55, 1);
}
.cta-main-content {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.nap {
    margin-top: 60px;
}
.cta-main-content a {
    color: rgba(26, 36, 55, 1);
    transition: .5s;
}
.cta-main-content a:hover {
    color: rgba(196, 82, 6, 1);
    transition: .5s;
}
.footer-frm .btn {
    color: rgba(27, 66, 134, 1);
    border: 2px solid rgba(27, 66, 134, 1);
    line-height: 100%;
}
.footer-frm .btn:hover {
    background-color: rgba(27, 66, 134, 1);
    color: #fff;
}
.cta-section{
    background: linear-gradient(180deg, rgba(27, 66, 134, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.footer-frm .wpcf7-select {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    color: rgba(26, 36, 55, 1);
    font-weight: 400;
    border: none;
    border-radius: 15px;
}
.footer-frm .wpcf7-select {
    text-shadow: none;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/10/Expand_More.svg);
    background-size: 20px;
    background-position: calc(100% - 15px) 50%;
    line-height: normal;
    background-color: white;
}
.footer-frm .wpcf7-select {
    appearance: none;
}
.form-group-description {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.our-mission-main-btn a {
    display: inline-block;
}
.testimonial{
    background-color: rgba(26, 36, 55, 0.10);
}
.location-page img {
    border-radius: 10px;
}
.location-main-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
    color: rgba(26, 36, 55, 1);
}
.about-btn-div {
    display: flex;
    align-items: center;
    gap: 0 39px;
    margin-top: 25px;
}
.evaluation-section{
    background-color: rgba(233, 237, 243, 1);
}
.about-btn-div a{
    display: inline-block;
}
.about-us-img {
    height: 540px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
}
.sign-img {
    mix-blend-mode: darken;
}
.service-btn-new {
    background-color: transparent;
    border: 2px solid #fff;
    color: white;
    padding: 14px 30px;
    border-radius: 15px;
    transition: .5s;
}
.service-btn-new:hover {
    background-color: #fff;
    color: rgba(27, 66, 134, 1);
    transition: .5s;
}
.services-info .custom-boxes .content {
    margin-bottom: 25px;
    margin-top: 12px;
}
.page-banner .h1 {
    padding-left: 20px;
}
.contact-form-bg-color{
    background: linear-gradient(180deg, rgba(27, 66, 134, 0.1) 0%, rgba(27, 66, 134, 0.1) 100%);
    padding: 70px 40px;
    border-radius: 15px;
}
.location-title {
    font-family: 'Onest';
    font-weight: 500;
    font-size: 24px;
    color: rgba(26, 36, 55, 1);
}
.location-div {
    display: flex;
    gap: 0 20px;
}
.location-div svg {
    position: relative;
    top: 10px;
}
.phone-div {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.location-main-boxes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.location-main-boxes {
    margin-bottom: 40px;
}
.location-main-boxes {
    border: 2px solid rgba(26, 36, 55, 0.10);
    border-radius: 15px;
    padding: 35px;
}
.contact-image-area {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-image-area {
    border: 2px solid rgba(26, 36, 55, 0.10);
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 40px;
}
.phone-div a {
    font-weight: 700;
    color: rgba(26, 36, 55, 1);
    transition: .5s;
}
.phone-div a:hover {
    color: rgba(196, 82, 6, 1);
    transition: .5s;
}
.contact-social svg path {
    fill: rgba(26, 36, 55, 1);
}
.contact-social{
    list-style: none;
}
.contact-social{
    display: flex;
    gap: 0 20px;
}
.contact-social li {
    height: 25px;
}
.contact-social-media-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-social-media-title {
    font-weight: 500;
    font-size: 24px;
}
.contact-social-media-div {
    border: 2px solid rgba(26, 36, 55, 0.10);
    padding: 40px;
    border-radius: 15px;
}
.contact-frm .wpcf7-select {
    padding: 15px 20px;
    width: 100%;
    border-radius: 15px;
    border: 1px solid white;
}
.contact-frm .wpcf7-select {
    text-shadow: none;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/10/Expand_More.png);
    background-size: 20px;
    background-position: calc(100% - 30px) 50%;
    line-height: normal;
    color: #1a2437;
    font-size: 16px;
}
.contact-frm .wpcf7-select {
    appearance: none;
}
.contact-frm .form-group-description {
    text-align: center;
    line-height: 25px;
}
.contact-frm .btn {
    border: 1px solid rgba(27, 66, 134, 1);
    color: rgba(27, 66, 134, 1);
}
.contact-frm .btn:hover {
    background-color: rgba(27, 66, 134, 1);
    color: #fff;
}
.contact-frm .btn-wrap {
    text-align: center;
}
.contact-section .form-area {
    padding-right: 50px;
}
.contact-section .info-area {
    padding-left: 50px;
}
.contact-frm .wpcf7-textarea {
    height: 200px;
}
.location-boxes-div {
    background-color: rgba(233, 237, 243, 1);
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    transition: .5s;
}
.location-boxes-div:hover {
    background-color: rgba(196, 82, 6, 1);
    transition: .5s;
}
.location-boxes-div:hover .location-main-title {
    color: white;
    transition: .5s;
}
.location-image-div {
    position: relative;
}
.parent-pages.sidebar-list {
    background-color: rgba(233, 237, 243, 1);
    padding: 50px 20px;
    border-radius: 15px;
    margin-top: 20px;
}
.parent-pages ul {
    list-style: none;
}
.parent-pages li:after {
    background-image: url(/wp-content/uploads/2025/10/Group-6837.svg);
    position: absolute;
    right: 15px;
    top: 16px;
    width: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 20px;
}
.parent-pages li {
    position: relative;
}
.sidebar-heading {
    font-family: 'orpheuspro';
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: rgba(26, 36, 55, 1);
    margin-bottom: 20px;
}
.default-content iframe {
    height: 350px;
}
.default-content ul li a {
    color: #c45206;
}
.default-content ul li a:hover {
    color: #000;
}
.parent-pages li a {
    color: rgba(26, 36, 55, 1);
    font-size: 17px;
}
.default-content ul {
    margin-bottom: 15px;
    padding-left: 35px;
}
.default-video {
    margin: 30px 0;
}
.our-services-title {
    font-family: 'Onest';
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    padding-right: 15px;
}
.our-service-box {
    position: relative;
}
.our-services-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 9;
}
ul#servicesTabs {
    justify-content: center;
    border: none;
    gap: 40px;
    margin: 60px 0;
}
.nav-link.active {
    background-color: rgba(196, 82, 6, 1)!important;
    color: white!important;
    border: none;
    padding: 20px 35px;
    line-height: normal;
    border-radius: 15px;
}
.nav-link {
    background-color: rgba(233, 237, 243, 1);
    padding: 20px 35px;
    line-height: normal;
    border-radius: 15px!important;
    color: rgba(26, 36, 55, 1);
    border: none;
}
.nav-link:hover {
    background-color: #c45206;
    color: white;
}
.our-service-box:hover img {
    transform: scale(1.04);
    transition: .5s;
    overflow: hidden;
}
.our-service-box img {
    transition: .5s;
}
.our-service-box {
    overflow: hidden;
    height: 100%;
    border-radius: 15px;
}
.our-service-box:before {
    /*background: #0000005e;*/
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 100%;
    border-radius: 15px;
    z-index: 9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.58%, rgba(0, 0, 0, 0.8) 82.38%);
}
.our-service-box img {
    height: 490px;
    object-fit: cover;
    object-position: top center;
}
.video-section {
    background-color: rgba(26, 36, 55, 1);
}
.video-section .video-wrapper{
    position: relative;
}
.video-section .video-wrapper .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}
.video-section .play-btn svg, .play-btn img {
    width: 110px;
    height: 110px;
}
.video-section .video-wrapper img {
    border-radius: 15px;
}
.video-section .video-wrapper {
    background-color: rgba(241, 243, 247, 1);
    border-radius: 15px;
    padding: 60px;
}
.video-review {
    margin-top: 0;
    margin-bottom: 50px;
}
button.accordion-button.collapsed {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 28px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
    border-radius: 0!important;
    margin-bottom: 0;
    transition: .5s;
}
.accordion-item {
    background-color: rgba(233, 234, 235, 1);
    border-radius: 15px !important;
    margin-bottom: 20px;
    padding: 15px 0px;
    border: none;
}
button.accordion-button.h5 {
    margin-bottom: 0;
    margin-top: 0;
}
.faqs-page .load-more-btn #more-post {
    display: inline-block;
}
.faqs-page .load-more-btn{
    margin-top: 50px;
}
.our-differentials-btn .btn-orange {
    display: inline-block;
}
.direction-link svg path {
    fill: rgba(26, 36, 55, 1);
}
.page-banner .heading-h1 {
    border-left: 6px solid rgba(196, 82, 6, 1);
}
.page-banner .h1{
    border-left: 6px solid rgba(196, 82, 6, 1);
}
.page-banner .heading-h1{
    padding-left: 20px;
}
.parent-pages li {
    margin-bottom: 15px;
}
.default-page .wp-video {
    margin-bottom: 25px;
}
.default-phn {
    margin: 15px 0;
}
.main-home-cls {
    display: none;
}
.mobile-contact svg {
    display: none;
}
.services-info h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 3px;
    width: 220px;
    background: rgba(196, 82, 6, 1);
    transform: translate(-50%, -50%);
}
.services-info h2 {
    position: relative;
}
.services-info-row {
    margin-top: 60px;
}
.our-differentials-section .our-differentials-main-div h2 {
    position: relative;
}
.our-differentials-section .our-differentials-main-div {
    margin-bottom: 60px;
}
.our-differentials-section .our-differentials-main-div h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 3px;
    width: 340px;
    background: rgba(196, 82, 6, 1);
    transform: translate(-50%, -50%);
}
.home-blog-list {
    margin-top: 40px;
    margin-right: -250px;
    height: 520px;
}
.home-blog-list .slick-next {
    right: 190px;
    z-index: 9;
}
.blog-section h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 3px;
    width: 300px;
    background: rgba(196, 82, 6, 1);
    transform: translate(-50%, -50%);
}
.blog-section h2{
    position: relative;
}
.home-blog-list::after {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 19.67%, #e8e9eb 32.65%);
    right: 0;
    content: '';
    height: 100%;
    width: 30%;
}
.home-blog-list{
    position: relative;
}
.error-frm .wpcf7-form-control {
    border: 1px solid #878787;
}
.contact-frm .btn {
    border: 1px solid rgba(27, 66, 134, 1);
    color: rgba(27, 66, 134, 1);
}
.default-page .faq-main-title {
    margin-bottom: 20px;
}
.phone-div svg {
    position: relative;
    top: 4px;
}
.blog-post-div {
    position: relative;
}
.static-page li::after {
    background-image: url(/wp-content/uploads/2025/10/Mask-group.svg);
    position: absolute;
    left: -55px;
    height: 30px;
    width: 45px;
    background-size: cover;
    background-position: center;
    content: '';
    background-repeat: no-repeat;
    top: 6px;
}
.static-page li {
    list-style: none;
    position: relative;
}
.our-promise-section h2::after {
    position: absolute;
    left: 0;
    top: 9px;
    background: rgba(196, 82, 6, 1);
    width: 6px;
    height: 95px;
    content: '';
}
.our-promise-section h2 {
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
    margin-top: 15px;
}
.blog-section .blog-content {
    margin-top: 15px;
    line-height: 32px;
}
.testimonial h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 3px;
    width: 490px;
    background: rgba(196, 82, 6, 1);
    transform: translate(-50%, -50%);
}
.testimonial h2{
    position: relative;
}
.ti-widget {
    margin-top: 60px;
}
.cta-section h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 3px;
    width: 230px;
    background: rgba(196, 82, 6, 1);
}
.cta-section .cta-main-content {
    margin-top: 60px;
}
.cta-section h2{
    position: relative;
}
.our-mission-section h2::after {
    position: absolute;
    left: 0;
    top: 9px;
    background: rgba(196, 82, 6, 1);
    width: 6px;
    height: 95px;
    content: '';
}
.our-mission-section h2{
    position: relative;
    padding-left: 20px;
    padding-right: 30px;
    margin-top: 15px;
}
.evaluation-title-section h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 3px;
    width: 670px;
    background: rgba(196, 82, 6, 1);
    transform: translate(-50%, -50%);
}
.evaluation-title-section h2{
    position: relative;
}
.video-section h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 3px;
    width: 520px;
    background: rgba(196, 82, 6, 1);
    transform: translate(-50%, -50%);
}
.video-section h2{
    position: relative;
}
.video-section .video-wrapper {
    margin-top: 75px;
}
.evaluation-section{
    margin-top: 50px;
}
.faqs-page h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 3px;
    width: 610px;
    background: rgba(196, 82, 6, 1);
    transform: translate(-50%, -50%);
}
.faqs-page h2 {
    position: relative;
}
.faqs-page .accordion {
    margin-top: 40px;
}
.contact-form-bg-color h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 3px;
    width: 460px;
    background: rgba(196, 82, 6, 1);
    transform: translate(-50%, -50%);
}
.contact-form-bg-color h2 {
    position: relative;
}
.contact-frm {
    margin-top: 60px;
}
.info-area h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 3px;
    width: 322px;
    background: rgba(196, 82, 6, 1);
}
.info-area h2 {
    position: relative;
}
.contact-image-area {
    margin-top: 50px;
}
.location-boxes a {
    color: rgba(26, 36, 55, 1);
    transition: .5s;
}
.location-boxes a:hover {
    color: rgba(196, 82, 6, 1);
    transition: .5s;
}
.contact-image-area a {
    color: rgba(26, 36, 55, 1);
    transition: .5s;
}
.contact-image-area a:hover {
    color: rgba(196, 82, 6, 1);
    transition: .5s;
}
.location-page h2 {
    position: relative;
    margin-bottom: 80px;
}
.location-page h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 3px;
    width: 240px;
    background: rgba(196, 82, 6, 1);
    transform: translate(-50%, -50%);
}
.logged-in .page-banner {
    margin-top: 60px;
}
.practice-section h2 {
    position: relative;
}
.practice-section h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 3px;
    width: 420px;
    background: rgba(196, 82, 6, 1);
    transform: translate(-50%, -50%);
}
.homeblog-btn{
    display: none;
}
.service-hover-info .content{
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* 👉 Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;     /* Add "..." if text is longer */
    white-space: normal;
}
.services-info .custom-boxes .content {
    filter: blur(5px);
    opacity: 0.5;
    transition: .6s;
    font-size: 18px;
}
.services-info .custom-boxes:hover .content {
    filter: blur(0);
    opacity: 0.8;
    transition: .6s;
}
.default-page .accordion-button.collapsed {
    font-size: 25px;
}
.default-page .accordion-button {
    font-size: 25px;
}
.our-mission-main-div {
    padding-right: 50px;
}
.contact-social-media-title::after {
    content: '';
    position: absolute;
    left: 200px;
    background: rgba(26, 36, 55, 0.10);
    height: 1px;
    width: 100%;
    top: 20px;
}
.contact-social-media-title{
    position: relative;
}
.banner-wrap-info {
    position: relative;
    z-index: 9;
}
.home-banner img {
    height: 635px;
    object-fit: cover;
}
.video-section .video-wrapper .play-btn:hover svg {
    transform: scale(1.06);
    transition: .5s;
}
.video-section .video-wrapper .play-btn svg {
    transition: .5s;
}
.blog-page .post-content .content {
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 3 lines limit */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single-post-detail img {
    border-radius: 15px;
    margin: 10px 0 10px;
    height: 350px;
    object-fit: cover;
    object-position: top center;
}
.single-post-image {
    height: 480px;
    object-fit: cover;
    object-position: top center;
}
.wrap-header .menu-header .current-menu-item a::before {
    width: 100%;
}
.logo-image-section img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    display: block;
    margin: auto;
}
.review-schema-result{
    background-color: #f8f8f8;
    margin-bottom: 60px;
}
.contact-social svg {
    width: 23px;
    height: 23px;
}
.blog-detail .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.blog-post-div {
    height: 635px;
}
.blog-page .blog-post-div .btn-orange {
    position: absolute;
    bottom: 0;
}
.banner-main-des::after {
    background: #c45206;
    height: 187px;
    width: 8px;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
}
.banner-main-des {
    position: relative;
    padding-left: 20px;
}
.contact-social a svg path {
    transition: .5s;
}
.contact-social a:hover svg path {
    fill: rgba(196, 82, 6, 1);
    transition: .5s;
}
.sitemap-page ul li a {
    color: rgba(26, 36, 55, 1);
}
.sitemap-page ul li a:hover {
    color: rgba(196, 82, 6, 1);
}
ul#menu-quick-links {
    line-height: 45px;
}
.evaluation-section .heading-h2 {
    margin-top: 0;
}
.sidebar-div {
    padding-left: 40px;
}
.nav-links .prev, .nav-links .next {
    width: 60px;
    height: 60px;
    margin-top: -7px;
}
.logo-image-section .logo-boxes {
    text-align: right;
}
.about-content-div {
    padding-left: 40px;
}
.san-antonio-tx {
    margin: 21px 0;
}
.blog-section .h2 {
    margin-top: 0;
}
/*
.ti-widget-container.ti-col-4 {
    margin-bottom: 0 !important;
}
*/
a{
    color: rgba(196, 82, 6, 1);
    transition: .5s;
}
a:hover{
    color: black;
    transition: .5s;
}
.contact-section .info-area .h2 {
    margin-bottom: 60px;
}
.ti-widget.ti-goog .ti-controls .ti-next {
    right: -30px!important;
}
.ti-widget.ti-goog .ti-controls .ti-prev {
    left: -30px!important;
}
.single-post-detail .post-author {
    margin-bottom: 15px;
}
.video-section{
    overflow: hidden;
}
.main-menu .menu-header ul .sub-menu li .sub-menu li a {
    color: #1a2437;
}
.main-menu .menu-header ul .sub-menu li .sub-menu li.current-menu-item a {
    color: #fff;
}
.menu-header ul.sub-menu li.current-page-ancestor {
    background: #c15106;
}
.menu-header ul.sub-menu li.current-page-ancestor > a {
    color: #fff;
}
#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children.current-page-ancestor:before {
    border-color: #fff;
}