:root {
    --color--black: rgba(17, 17, 17, 1);
    --color--one: rgba(255, 255, 255, 1);
    --color--two: rgba(26, 66, 109, 1);
    --color--three: rgba(192, 255, 112, 1);
    --color--four: #242424;
    --color--five: #931478;
    --color--six: #fff;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Outfit";
    font-weight: 400;
    font-style: normal;
    width: 100%;
    font-size: 20px;
    line-height: 2;
    overflow-x: hidden;
    color:rgba(68, 68, 68, 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: 45px;
}
.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%;
}
.video-schema-result iframe {
    border: none;
    width: 100%;
    height: 260px;
}
.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;
}

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

.h1, h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    font-family: "Outfit";
    letter-spacing: 0;
    color: var(--color--two);
}
.h2, h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    color: var(--color--two);
    font-family: "Outfit";
    text-transform: capitalize;
}
.h3, h3 {
    color: var(--color--two);
    font-size: 35px;
    font-weight: 700;
    font-family: "Outfit";
    color: var(--color--two);

}
.h4, h4 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Outfit";
    color: var(--color--two);
}
h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Outfit";
    color: var(--color--two);
}
.h5 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    font-family: "Outfit";
    color: var(--color--two);
}
.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;
    text-align: left;
    position: relative;
    z-index: 1;
}

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

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

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

.container {
    max-width: 1280px;
}
.subtitle {
    color: #1B3546;
    letter-spacing: 3px;
    line-height: 19px;
}
.theme-btn {
    background-color: #bfa95d;
    color: #ffff;
    padding: 20px 35px;
    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 {
    background: rgba(192, 255, 112, 1);
    border-radius: 50px;
    color: rgba(26, 66, 109, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 40px;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    transition: .5s;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #c0ff70;
}
.btn-2 {
    background: rgba(26, 66, 109, 1);
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 40px;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    transition: .5s;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #fff;
}
.btn-new {
    background: #fff;
    border-radius: 50px;
    color: rgba(26, 66, 109, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 40px;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    transition: .5s;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #fff;
}
.btn-new:hover {
    background: rgba(26, 66, 109, 1);
    color: white;
    border: 1px solid white;
}
.btn-2:hover {
    background: #fff;
    color: rgba(26, 66, 109, 1);
    border: 1px solid white;
}
.btn:hover {
    background: rgba(26, 66, 109, 1);
    color: white;
    border: 1px solid white;
}
.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;
    box-shadow: 0 0px 5px transparent;
    position: fixed;
    top: 0;
    background: white;
}
.small-header .container {
    border: none;
}
header#header.small-header {
    background-color: white;
    padding: 0;
    box-shadow: 2px 2px 2px 1px rgb(191 254 112 / 60%);
}
.wrap-header .menu-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-left {
    width: 234px;
}
.header-left a {
    display: flex;
}
.header-right {
    width: calc(100% - 234px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 0px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    justify-content: space-between;
}
/*.small-header .header-row {
    padding: 0 5px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;

}*/
.wrap-header .menu-header ul li {
    padding-left: 0;
}
.wrap-header .menu-header ul li ul li {
    margin-right: 0px;
}

.wrap-header .menu-header ul li {
    position: relative;
}

.wrap-header .menu-header ul li a {
    color: rgba(26, 66, 109, 1);
    font-size: 18px;
    line-height: 38px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding-right: 35px;
}
.wrap-header .menu-header ul li a:hover {
    color: #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: #32BFFF;
    transition: width 0.3s ease-in-out;
}


.wrap-header .menu-header ul li a:after {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
    background: #32BFFF;
    transition: width 0.3s ease-in-out;
}
.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(26, 66, 109, 1);
    background-color: rgba(192, 255, 112, 1);
}

#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: #c0ff70;
    color: #1a426d;
}
.main-menu .menu-header ul .sub-menu li a {
    color: inherit;
    line-height: 20px;
    padding: 12px 0px;
}
.mobile-contact-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: rgba(26, 66, 109, 1);
    margin-bottom: 5px;
}
.mobile-contact-title svg {
    margin-right: 10px;
}
.mobile-phonenumber a.header-ph {
    color: rgba(26, 66, 109, 1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px;
    line-height: normal;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;

}
.mobile-phonenumber a.header-ph:hover {
    color: #ebb50a;
}
.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: 50px;
    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: #000;
    padding: 6px 0;
    background: rgba(44, 48, 135, .14);
}
.header-button a.button {
    background: -o-linear-gradient(275.97deg,#1B3546 7.6%,#ceab70 34.13%,#ab8955 83.51%,#815f35 134.29%);
    background: linear-gradient(174.03deg,#1B3546 7.6%,#ceab70 34.13%,#ab8955 83.51%,#815f35 134.29%);
    padding: 12px 36px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-button a.button img {
    margin-right: 12px;
}
.header-button a.button svg {
    margin-right: 10px;
}

/*menu dropdown*/
.menu-header ul.sub-menu {
    display: none !important;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 99%;
    left: 0;
    text-align: left;
    min-width: 250px;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0px 17px 16px rgba(0,0,0,.15);
    box-shadow: 0px 17px 16px rgba(0,0,0,.15);
}
.menu-header ul.sub-menu li {
    border-bottom: 1px solid #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 9px !important;
    position: relative;
}
.menu-header ul.sub-menu li:hover {
    background: rgba(192, 255, 112, 1);
}
.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: rgba(26, 66, 109, 1) !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 #1a426d;
    border-bottom: 1px solid #1a426d;
    -webkit-transform-origin: 5px 0px;
    -ms-transform-origin: 5px 0px;
    transform-origin: 5px 0px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
#mainNav li.menu-item-has-children:hover:before,
#mainNav li.current-menu-ancestor:before {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    border-right: 1px solid #1a426d;
    border-bottom: 1px solid #1a426d;
}

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

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

/*header search icon css start here*/

.header-search-box.open-search {
    opacity: 1;
    height: 100px;
    z-index: 999999;
}
.header-search-box {
    position: fixed;
    background-color: rgba(26, 66, 109, 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: 35%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    background: 0 0;
    color: #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 10px;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    border-radius: 0;
}
.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: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
}
.header-search-box  input.search::-webkit-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::-moz-placeholder {
    color: #fff;
}
.header-search-box  input.search:-ms-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::-ms-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::placeholder {
    color: #fff;
}

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

footer#footer {
    color: rgba(68, 68, 68, 1);
    padding-bottom: 40px;
    padding-top: 60px;
    background-color: #ffffff;
}
.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: rgba(68, 68, 68, 1);
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 0;
    display: inline-block;
    text-transform: capitalize;
}
.footer ul li a:hover {
    color: rgb(182 206 78);
}
.footer ul .current_page_item a {
    color: #b6ce4f;
}
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: 90vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-banner .container {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.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-content p {
    font-size: 25px;
    line-height: 45px;
    font-weight: 400;
}
.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: 420px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: end;
    padding-bottom: 110px;
    margin-top: 85px;
}
.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;
}
.page-banner .banner-content {
    padding: 0;
}
.breadcrumbs-block {
    background-color: rgba(247, 182, 17, 0.10);
    padding: 7px 0;
}
.breadcrumbs-block a {
    color: rgba(0, 0, 0, 1);
}
.heading {
    margin-bottom: 10px;
}
.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: 0;
    height: auto;
    line-height: 16px;
    z-index: 1;
}

/*==== Sidebar Form ===*/
.blog-search input {
    border: 1px solid rgba(200, 200, 200, 1);
    padding: 25px;
    border-radius: 0;
}
.blog-search {
    margin-bottom: 30px;
}
.prev {
    background: unset!important;
    border: none!important;
}
.blog-search button {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BFA95D;
    background: #BFA95D;
}
.blog-sidebar {
    padding-left: 14px;
}
.sidebar-form .sidebar-heading {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.sidebar-frm .wpcf7-textarea {
    height: 150px!important;
}
.form-control, .infusion-field input[type="text"] {
    border: 1px solid rgba(218, 218, 218, 1);
    background-color: white;
    border-radius: 12px;
    padding: 15px 20px;
    color: rgba(110, 110, 110, 1);
}
.footer-frm .wpcf7-textarea {
    height: 130px;
}
span.wpcf7-form-control-wrap {
    margin-bottom: 25px;
}
.footer-frm .wpcf7-form-control::placeholder {
    color: white;
}
.sidebar-form {
    background: #1a426d;
    padding: 50px 35px;
    color: #fff;
}
.sidebar-form .form-group {
    margin-bottom: 0;
}
.sidebar-form .form-control {
    font-size: 16px;
    font-weight: 300;
    background: no-repeat;
    padding: 20px;
    border-radius: 0;
    color: #fff;
}
.sidebar-form .wpcf7-textarea {
    height: 150px;
}
.sidebar-form .form-control:focus{
    border-color: #fff;
    color: #fff;
}
.sidebar-form .form-control::placeholder {
    color: #fff !important;
    letter-spacing: 1px;
}
.sidebar-form .submit-btn {
    display: block;
}
.sidebar-form .submit-btn input[type="submit"] {
    background: #32BFFF;
    color: #fff;
    border-color: var(--color--gold);
    width: auto;
    text-align: center;
}
.sidebar-form .submit-btn input[type="submit"]:hover {
    border-color: #fff;
    background: none;
    color: #fff;
}
.sidebar-form .wpcf7-form ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form ::-moz-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form :-ms-input-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form :-moz-placeholder {
    color: rgba(255,255,255,0.4);
}
.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: #000000;
    text-transform: capitalize;
    font-weight: 600;
    align-items: center;
    transition: 0.8s;
}
.button svg {
    margin-left: 10px;
    margin-bottom: 3px;
}
.button:hover {
    color: var(--color--two);
}

.button:hover svg path {
    fill: var(--color--two);
}
.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: 450px;
    height: 450px;
    object-fit: cover;
}
.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: 300px;
    object-fit: cover;
    width: 100%;
}
span.page-numbers.current {
    background: #2c3087;
    color: #fff;
    height: 70px;
    width: 70px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 5px;
    margin: 0 10px;
}
.sidebar-blog-list {
    border: 1px solid rgba(200, 200, 200, 1);
    padding: 30px;
}
a.page-numbers {
    border: 1px solid #E4E4E4;
    height: 70px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 10px;
    color: #54595F;
    background-color: #E4E4E4;
}
a.page-numbers:hover {
    background: #2c3087;
    border: 1px solid #2c3087;
    color: #fff;
    transition: .5s;
}
a.prev:hover {
    color: #BFA95D!important;
}
a.next {
    color: #54595F!important;
    background: unset!important;
    border: none!important;
}
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;
    position: relative;
    margin-top: 70px;
}
nav.navigation.pagination a.next {
    right: 70px;
    position: absolute;
    margin: 0;
}
nav.navigation.pagination a.prev {
    position: absolute;
    left: 60px;
    margin-left: 0;
}
.single-post-detail a {
    color: #000;
    text-decoration: underline;
    transition: 0.5s;
}
.single-post-detail a:hover {
    color: #2c3087;
    text-decoration: none;
}
.single-post-detail ul {
    padding-left: 20px;
}
.modal-content {
    border: 2px solid #32bfff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0;
    padding: 40px 80px;
}
button.btn-close {
    background: #003b56;
    width: 48px;
    height: 48px;
    opacity: 1;
    right: 30px;
    position: absolute;
    top: 30px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.modal-body a {
    color: #32bfff;
    text-decoration: underline;
    transition: 0.5s;
}
.modal-body a:hover {
    color: #000;
    text-decoration: none;
}
button#html5-close {
    background-image: url('/wp-content/uploads/2024/12/lightbox-close.png') !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
    background-position: top right !important;
}
.star-icon-wraper.filled {
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/01/Star-3.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: #BFA95D;
    border-radius: 0 !important;
    margin-bottom: 40px;
    padding: 25px 0 12px 0;
}
.accordion-header button {
    background: none !important;
    box-shadow: none !important;
}
.accordion-body {
    padding-right: 140px;
    color: #fff;
}
.accordion-button {
    color: #fff;
}
.read-more a.read-btn {
    text-transform: uppercase;
    color: #32bfff;
    transition: 0.5s;
    position: relative;
}
.accordion-button:not(.collapsed) {
    color: #ffff;
    font-size: 25px;
    border-bottom: 1px solid #fff;
}
.faq-question .accordion-button[aria-expanded="false"]::after {
    background-image: url("/wp-content/uploads/2024/12/1.png");
    transition: 0.3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
}
.faq-question .accordion-button[aria-expanded=false]:after {
    background-image: url("/wp-content/uploads/2024/12/unnamed-file.png");
    transition: .3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
}
.faq-question .accordion-button[aria-expanded="true"]::after {
    background-image: url("/wp-content/uploads/2024/12/unnamed-file.png");
    transform: none !important;
    transition: 0.3s;
    position: absolute;
    right: 35px;
    top: 38px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
    background-size: inherit;
}
.faq-question .accordion-button[aria-expanded="false"]::after {
    background-image: url("/wp-content/uploads/2024/12/1.png");
    transition: 0.3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
    background-size: inherit;
}

/* nap new css */
.nap-address-info .location-center {
    font-family: 'Helvetica Neue';
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    display: flex;
}
.nap-postal-address-wrapper .nap-wrapper .nap-contact-info {
    width: 100%;
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.nap-postal-address-wrapper .nap-wrapper .location-icon {
    display: none;
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.nap-postal-address-wrapper .nap-wrapper .nap-contact-info .call-img {
    display: none;
    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(247, 182, 17, 1);
}
.nap-address-info a.direction-link:hover {
    border-color: #BFA95D;
}
.nap-address-info a.direction-link {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.nap-address-info .nap-contact-info a:hover span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}
a.phoneno {
    font-family: Outfit;
    font-weight: 500;
    font-size: 27.24px;
    color: rgba(7, 100, 152, 1);
}
.nap-postal-address-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.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: var(--color--two);
    font-weight: 500;
    line-height: 35px;
}
a.read-btn {
    color: rgba(247, 182, 17, 1);
}
.blog-title.h5:hover {
    color: rgb(182 206 78);
    transition: 0.5s;
}
.blog-search .input-group {
    gap: 10px;
}
.blog-search .form-control:focus {
    color: #000000;
    background-color: var(--bs-body-bg);
    border-color: rgb(26 66 109);
    outline: 0;
}
.blog-search svg path {
    stroke: rgb(26 66 109);
}
.testimonial {
    background-color: rgba(255, 255, 255, 1);
}
.double-img-section .second-img {
    position: absolute;
    top: 475px;
    right: -95px;
}
.fillimage-content {
    padding: 0px 80px 0px 180px;
}
.fullimage-column img{
    display: block;
    margin: auto;
}
.banner-head {
    margin-bottom: 50px;
}
.practice-pages-list {
    display: flex;
}
.testimonial-heading {
    font-size: 25px;
    font-family: "DM Serif Display";
    line-height: 50px;
    color: rgba(84, 89, 95, 1);
}
.testimonial-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgba(26, 66, 109, 1);
}
.star-icon {
    margin-top: 30px;
    margin-bottom: 20px;
}
.testimonial-svg svg {
    position: absolute;
    left: 40px;
    top: 0px;
}
.testimonial .slick-next {
    transform: rotate(180deg);
}
.testimonial .slick-prev.slick-arrow {
    border: 1px solid rgba(84, 89, 95, 1);
    border-radius: 50px;
    width: 70px;
    height: 70px;
    transition: .5s;
    z-index: 1;
}
.testimonial .slick-next.slick-arrow {
    border: 1px solid rgba(84, 89, 95, 1);
    border-radius: 50px;
    width: 70px;
    height: 70px;
    transition: .5s;
}
.testimonial .slick-prev.slick-arrow:hover {
    background: #BFA95D;
    border: 1px solid #BFA95D;
    transition: .5s;
}
.testimonial .slick-next.slick-arrow:hover {
    background: #BFA95D;
    border: 1px solid #BFA95D;
    transition: .5s;
}
.testimonial .slick-prev.slick-arrow:hover svg path{
    color:white;
    fill:white;
}
.testimonial .slick-next.slick-arrow:hover svg path{
    color:white;
    fill:white;
}
.testimonial .testimonial-inner {
    padding: 40px 60px 10px;
}
.testimonial-page-inner {
    border: 1px solid rgba(231, 231, 231, 1);
    padding: 80px 40px 40px 70px;
    height: 100%;
    background-color: rgba(251, 250, 245, 1);
    transition: .5s;
}
.testimonial-page-svg svg {
    position: absolute;
    left: 40px;
    top: 50px;
}
.testimonial-page-svg-second svg {
    position: absolute;
    right: 70px;
    bottom: 130px;
}
.testimonial-page-inner:hover {
    background-color: #BFA95D;
    transition: .5s;
}
.testimonial-page-inner:hover p {
    color: white;
}
.testimonial-page-inner:hover .testimonial-title {
    color: white;
}
.testimonial-page-inner:hover svg path {
    fill: rgba(255, 255, 255, .50);
}



/* ================= 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: 40px;
}
.footer-social li{
    list-style: none;
}
.footer-social a {
    display: flex;
    border-radius: 50%;
    border: 1px solid rgba(44, 48, 135, 0.30);
    width: 60px;
    height: 60px;
    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: black;
}
a.direction-link:hover svg path {
    color: rgba(247, 182, 17, 1);
    fill: rgba(247, 182, 17, 1);
}
ul.footer-social li a:hover {
    background-color: rgba(247, 182, 17, 1);
}
.home-btn{
    margin-top: 90px;
}
a.direction-link {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.direction-link svg {
    width: 20px;
    height: 20px;
}
.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::before {
    background-color: #F7B611;
    position: absolute;
    top: 230px;
    left: 0;
    width: 45%;
    height: 61.5%;
    content: '';
}
.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: #2c3087;
}
.call-img svg path {
    fill: #2c3087;
}
.nap-contact-info svg {
    width: 21px;
    height: 21px;
}

/* Services Section CSS */
.services-new-area .custom-new-box img {
    border-radius: 0px;
}
.services-new-area .custom-new-box {
    border-radius: 0px;
}
a.btn-service {
    align-items: center;
    gap: 10px;
    color: rgba(247, 182, 17, 1);
    display: inline-flex;
    transition: .5s;
}
a.btn-service svg path{
    fill: rgba(247, 182, 17, 1);
}
.our-team .slick-slide:nth-child(odd) .box-col {
    margin-top: 80px;
}
.testimonial-list{
    box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0 0 30px;
    margin-bottom: 100px;
    background: #fff;
}
.our-team .attorney-img {
    filter: grayscale(100%);
}
.our-team .attorney-img:hover {
    filter: unset;
}
.out-team-image img {
    transform: scale(1.0);
}
.out-team-image:hover img {
    transform: scale(1.1);
}
.out-team-image {
    overflow: hidden;
}
.desktop-contact-info svg {
    display: none;
}
.map-area iframe {
    height: 860px;
    display: block;
}
.testimonial-outer:nth-child(1) {
    position: relative;
    width: 40%;
    margin-left: -100px;
}
.testimonial-outer:nth-child(2) {
    position: relative;
    width: 40%;
    margin-left: 40px;
}
.testimonial-outer:nth-child(3) {
    position: relative;
    width: 40%;
    margin-left: 200px;
}
.testimonial-outer:nth-child(4) {
    position: relative;
    width: 38%;
    top: 400px;
    left: 63%;
}
.testimonial-outer:nth-child(5) {
    position: absolute;
    width: 40%;
    right: -100px;
    bottom: 160px;
}
.testimonial {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.testimonial-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(247, 182, 17, 1);
    letter-spacing: 2px;
}
.services-info.services-new-area {
    overflow: hidden;
}
.our-team-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(247, 182, 17, 1);
    letter-spacing: 3px;
}
.testimonial-wrapper {
    height: 100px; /* or height of one set of testimonials */
    overflow: hidden;
    position: relative;
}

.testimonial-row {
    display: flex;
    flex-direction: column;
    animation: marquee 30s linear infinite;
    will-change: transform;
    position: relative;
    z-index: 9;
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, -50%, 0); /* move up by half (since we duplicated) */
    }
}
.main-team-page img:hover {
    transform: scale(1.1);
}
.main-team-page {
    overflow: hidden;
}
.testimonial-content-div {
    position: absolute;
    top: 40%;
    display: block;
    margin: auto;
    width: 80%;
}
.testimonial-content-div {
    position: absolute;
    top: 35%;
    display: block;
    margin: auto;
    width: 80%;
}
.service-heading {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    font-size: 26px;
    color: white;
    line-height: normal;
    position: relative;
    z-index: 9;

}
.services-heading {
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.services-page-box{
    position: relative;
}
.services-page-box::after {
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 100%;
    width: 100%;
    content: '';
}
.services-page-box:hover img {
    transform: scale(1.1);
    transition: .5s;
}
.services-page-box img {
    transition: .5s;
}
.services-page-box {
    overflow: hidden;
}
.footer-section {
    background-color: rgb(44 48 135 / 5%);
    padding: 80px 0;
}
.form-control:focus {
    color: rgba(110, 110, 110, 1);
    background-color: transparent;
    border-color: #1a426d;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.testimonial-list p {
    padding-right: 20px;
}
.practice-custom-inner-box {
    background-color: #2C3087;
    height: 300px;
    padding: 35px;
    color: white;
}
.singleteam-right-image-sections {
    background-color: rgba(192, 255, 112, 1);
}
.single-team-video-content {
    margin-bottom: 40px;
}
.testimonial-boxes {
    box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
}
.testimonial-boxes svg {
    position: absolute;
    right: 0;
    bottom: 0;
}
.testimonial-content-boxes {
    padding: 30px;
    box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.testimonial-columns a {
    color: black;
}
.contact-frm .wpcf7-form-control::placeholder {
    color: rgba(110, 110, 110, 1);
}
.contact-main-title {
    margin-bottom: 60px;
}
.contact-des a {
    color: #000000;
    font-weight: 600;
    transition: .5s;
}
.contact-des a:hover {
    color: rgb(182 206 78);
    transition: .5s;
}
.contact-map-area iframe {
    display: block;
}
.blog-post-div {
    height: 100%;
}
.post-content {
    padding: 10px;
}
.post-blog-image img:hover {
    transform: scale(1.1);
    transition: .5s;
}
.post-blog-image{
    overflow: hidden;
}
.post-blog-image img{
    transition: .5s;
}
button.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 28px;
    background-color: transparent;
    border: none;
    z-index: 999;
}
input.form-control.blogsearch {
    color: black;
    padding-right: 54px;
}
.sidebar-blog-list li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
}
.sidebar-blog-list li a:after {
    background-image: url(/wp-content/uploads/2025/07/Group-1.svg);
    position: absolute;
    right: 0px;
    top: 15px;
    width: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 15px;
}
.banner-home-section {
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-heading {
    font-weight: 500;
    font-size: 68px;
    line-height: 68px;
    padding-right: 1030px;
    margin-top: 20px;
}
.banner-heading span {
    color: rgba(192, 255, 112, 1);
}
.banner-section-col {
    padding-right: 330px;
    position: relative;
    z-index: 9;
}
.home-banner-btn {
    margin-top: 40px;
}
.footer-des {
    font-size: 14px;
    line-height: 25px;
    margin: 30px 0 30px 0;
}
.footer-des a {
    color: rgba(220, 161, 13, 1);
    font-weight: 400;
    text-decoration: underline;
}
.footer-des a:hover {
    color: #b6ce4e;
}
.footer-img-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 0 0;
}
.footer-content {
    padding-right: 120px;
}
.banner-home-section::after {
    content: '';
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 53.54%, rgba(0, 0, 0, 0.42) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.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%, #1a426d 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: 170px;
    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;
}
.service-imgs{
    height: 270px;
    width: 100%;
    object-fit: cover;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-img img {
    border-radius: 16px;
}
.video-page-section{
    background-color: rgba(26, 66, 109, 1);
}
.video-page-section .h2 {
    color: var(--color--three);
}
.video-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.video-content span {
    color: rgba(192, 255, 112, 1);
    font-weight: 700;
    font-size: 20px;
}
.video-content{
    margin-top: 30px;
}
.video-content-div {
    padding-left: 70px;
    padding-right: 30px;
}
.right-image-section {
    background-color: rgba(192, 255, 112, 1);
}
.btn-2 {
    margin-right: 25px;
}
.meet-title {
    font-weight: 500;
    font-size: 22px;
    color: rgba(192, 255, 112, 1);
    letter-spacing: 5px;
}
.team-desigination {
    font-weight: 300;
    font-size: 22px;
    color: #fff;
}
.about-content {
    margin: 40px 0;
    padding-right: 190px;
}
.btn-light{
    margin-right: 25px;
}
.single-featured-section .team-featured-img img {
    border-radius: 120px;
    transition: .5s;
}
.team-featured-img img:hover {
    transform: scale(1.1);
    transition: .5s;
    border: 7px solid rgba(192, 255, 112, 1);
}
.featured-heading {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: rgba(26, 66, 109, 1);
    transition: .5s;
}
.result_hover{
    font-size: 24px;
    transition: .5s;
}
.single-featured-section {
    margin-top: -120px;
    z-index: 9;
    position: relative;
}
.icon-section .custom-boxes.custom-new-box {
    display: flex;
    align-items: center;
    background-color: rgba(192, 255, 112, 1);
    gap: 30px;
    margin-bottom: 20px;
    padding: 10px;
    width: 80%;
    border-radius: 200px;
}
.icon-section .custom-boxes-img {
    background-color: white;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.icon-section {
    background-image: url(/wp-content/uploads/2025/07/Group-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 250px 0 100px 0;
    margin-top: -150px;
}
.icon-section .services-new-heading {
    font-weight: 600;
    font-size: 24px;
    color: rgba(26, 66, 109, 1);
}
.trustour-btn {
    margin-top: 40px;
}
.trustour-content {
    margin-top: 40px;
}
.icon-content-div {
    padding-right: 80px;
}
.icon-content-div .heading-h2 {
    padding-right: 60px;
}
.icon-divs {
    padding-left: 70px;
}
.team-featured-img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.team-featured-img {
    text-align: center;
}
.play-btn svg {
    width: 90px;
    height: 90px;
}
.left-image-section{
    background-color: rgba(26, 66, 109, 1);
}
.leftimage-content-div {
    padding-right: 250px;
}
.video-img svg {
    transition: .5s;
}
.video-img:hover svg {
    transform: scale(1.1);
    transition: .5s;
}
.right-video-section{
    background-color: rgba(192, 255, 112, 1);
}
.graph-section img {
    background-color: rgba(26, 66, 109, 1);
    padding: 45px;
    border-radius: 15px;
}
.address-wrap-item {
    color: rgba(68, 68, 68, 1);
}
.nap-section{
    color: rgba(68, 68, 68, 1);
}
.nap-section {
    background-color: rgba(248, 248, 248, 1);
}
span.street-address {
    font-weight: 600;
    font-size: 27.24px;
    color: rgba(68, 68, 68, 1);
}
.fairfax-section{
    background-color: rgba(26, 66, 109, 1);
}
.fairfax-subtitle {
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    margin: 20px 0 10px 0;
}
h2.heading-h2 {
    font-weight: 700;
    font-size: 48px;
    color: rgb(26 66 109);
}
.mobile-contact-title span {
    background-color: rgba(192, 255, 112, 1);
    padding: 2px;
    font-weight: 700;
}
.fairmax-cta-container {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 16px;
    padding: 50px 128px;
}
.cta-phone {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: rgba(26, 66, 109, 1);
    margin-top: 40px;
}
.cta-phone a {
    display: flex;
    gap: 10px;
    color: rgba(26, 66, 109, 1);
}
.footer-frm .wpcf7-form-control::placeholder {
    color: rgba(110, 110, 110, 1);
}
.btn-gold {
    background: rgba(26, 66, 109, 1);
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    transition: .5s;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #fff;
}
.footer-frm .btn-gold:hover {
    border: 1px solid rgba(26, 66, 109, 1);
    background-color: transparent;
    color: rgba(26, 66, 109, 1);
}
.footer-frm .btn-wrap {
    display: flex;
    align-items: start;
    gap: 55px;
    margin-top: 30px;
}
.title-section {
    background-color: rgba(12, 46, 82, 1);
    padding: 40px 0;
}
.title-content span {
    color: rgba(192, 255, 112, 1);
}
.youtube-video-box {
    margin: 4px;
}
.video-title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: rgba(26, 66, 109, 1);
    margin-top: 13px;
    line-height: normal;
}
.youtube-slider  .slick-arrow {
    background-color: #c0ff70;
    width: 55px;
    height: 55px;
    border-radius: 200px;
    transition: .5s;
}
.youtube-slider .slick-next {
    right: -70px;
    top: 45%;
}
.youtube-slider .slick-prev {
    left: -70px;
    top: 45%;
}
.youtube-slider .slick-arrow:hover {
    background-color: #1a426d;
}
.youtube-slider .slick-arrow:hover svg path{
    fill: #c0ff70;
    transition: .5s;
}
.youtube-slider .play-btn svg {
    width: 50px;
    height: 50px;
}
.youtube-slider {
    position: relative;
}
.youtube-slider::after {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 8.67%, #FFFFFF 88.65%);
    right: 0;
    content: '';
    height: 100%;
    width: 10%;
}
.fairfax-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 76px;
    color: rgba(192, 255, 112, 1);
}
.fairfax-title:hover {
    color: white;
}
.media-slider {
    background-color: rgba(248, 248, 248, 1);
    padding: 40px;
    border-radius: 20px;
}
.media-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(240, 240, 240, 1);
    gap: 28px;
    border: 1px solid rgba(211, 211, 211, 1);
}
.media-slider .slick-dots li{
    margin: 0 13px;
}
.slick-dots li.slick-active button, .slick-dots li button:hover, .slick-dots li button:focus {
    background: rgba(192, 255, 112, 1);
    border: 1px solid rgba(126, 211, 33, 1);
}
.media-buttons {
    display: flex;
}
.youtube-video-section .video-btn .btn {
    background-color: rgba(26, 66, 109, 1);
    border: 1px solid white;
    color: white;
}
.youtube-video-section .video-btn .btn:hover {
    background-color: #c0ff70;
    color: rgba(26, 66, 109, 1);
}
.media-section .media-btn .btn-2:hover {
    background-color: #c0ff70;
}
.media-section .slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0;
}
.address-wrap-item {
    background-color: white;
    margin: 30px;
    padding: 20px;
    width: 100%;
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 10px;
}
.right-video-section{
    overflow: hidden;
}
.services-info .col {
    flex: 2;
    width: auto;
    transition: all ease 0.5s;
}
.services-info .col:hover {
    flex: 4;
}
.services-info-row {
    border: 14px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
}
.services-info.services-new-area {
    margin-top: -40px;
    position: relative;
    padding-bottom: 50px;
}
.nap-section .content{
    line-height: 30px;
    margin-bottom: 40px;
}
.our-team-main-page .attorney-name {
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    line-height: normal;
    margin-top: 5px;
}
.our-team-main-page .desigination {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: rgba(68, 68, 68, 1);
}
.our-team-main-page .main-team-page img {
    border-radius: 100%;
    height: 280px;
    width: 280px;
    object-fit: cover;
    object-position: top center;
    border: 5px solid white;
}
.our-team-main-page .main-team-page img:hover {
    border: 5px solid rgba(192, 255, 112, 1);
}
.our-team-main-page .main-team-page {
    padding: 20px 0 10px 0;
}
.our-team-main-page .box-col{
    text-align: center;
}
.our-team-main-page .box-col {
    transition: .5s;
}
.our-team-main-page .box-col .attorney-name {
    transition: .5s;
}
.our-team-main-page .box-col:hover .attorney-name {
    font-weight: 600;
    transition: .5s;
}
.bankruptcy-section{
    background-color: rgba(192, 255, 112, 1);
}
.bankruptcy-section .content {
    font-weight: 600;
    font-size: 32px;
    color: rgba(26, 66, 109, 1);
    margin-bottom: 0;
}
.bankruptcy-section .content a{
    color: rgba(26, 66, 109, 1);
}
.payletter-section{
    background-color: rgba(26, 66, 109, 1);
}
.content-only {
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    color: rgba(26, 66, 109, 1);
}
.media-item-wrapper {
    background-color: rgba(248, 248, 248, 1);
    padding: 35px;
    margin-bottom: 50px;
    border-radius: 20px;
}
.youtube-video-section .youtube-slider .slick-prev svg {
    position: relative;
    left: -3px;
}
.youtube-video-section .youtube-slider .slick-next svg {
    position: relative;
    right: -2px;
}
.home-testimonial .testimonial-slider .slick-prev svg {
    position: relative;
    left: -3px;
}
.home-testimonial .testimonial-slider .slick-prev svg {
    position: relative;
    right: -2px;
}
.media-page img{
    border-radius: 20px;
}
.media-title {
    font-weight: 600;
    font-size: 32px;
    color: rgba(26, 66, 109, 1);
    margin-bottom: 20px;
    line-height: 40px;
}
.featured-title {
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
    color: rgba(156, 156, 156, 1);
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.media-page .media-listing svg {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
}
.media-page .our-content {
    margin-bottom: 40px;
}
.media-page .media-home-content {
    padding-left: 30px;
}
.team-head {
    font-weight: 500;
    font-size: 20px;
    color: rgba(68, 68, 68, 1);
    margin-bottom: 30px;
}
.cta-area{
    padding-right: 110px;
}
.home-section-bg-img .cta-subtitle {
    margin-bottom: 60px;
}
.home-section-bg-img .cta-text {
    margin-bottom: 50px;
}
.home-section-bg-img .cta-text {
    line-height: 60px;
    font-weight: 500;
}
.home-section-bg-img .cta-text span {
    background-color: rgba(192, 255, 112, 1);
    font-weight: 600;
}
.home-section-bg-img .wpcf7-form-control-wrap {
    margin-bottom: 17px;
}
.form-dis {
    font-size: 13px;
    line-height: 20px;
}
.footer ul li {
    line-height: normal;
}
.contact-frm .btn-wrap {
    margin-top: 50px;
}
.contact-frm .btn {
    background-color: rgba(26, 66, 109, 1);
    color: white;
    border: 1px solid rgba(26, 66, 109, 1);
}
.contact-frm .btn:hover {
    background-color: rgba(192, 255, 112, 1);
    color: rgba(26, 66, 109, 1);
    border: 1px solid rgba(192, 255, 112, 1);
}
.contact-des {
    font-size: 14px;
    padding: 0 60px;
}
.testimonial-desigination {
    font-weight: 400;
    font-size: 16px;
    color: rgba(26, 66, 109, 1);
}
.testimonial-page .video-img svg {
    width: 55px;
    height: 55px;
}
.testimonial-btn {
    margin-top: 50px;
}
.home-testimonial .testimonial-heading {
    margin-bottom: 70px;
}
.testimonial-slider .slick-arrow {
    background-color: #c0ff70;
    width: 55px;
    height: 55px;
    border-radius: 200px;
    transition: .5s;
}
.testimonial-slider .slick-prev {
    left: -70px;
    top: 45%;
}
.testimonial-slider .slick-next {
    right: -70px;
    top: 45%;
}
.home-testimonial .testimonial-slider .play-btn svg {
    width: 75px;
    height: 75px;
}
.testimonial-slider::after {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 8.67%, #FFFFFF 88.65%);
    right: 0;
    content: '';
    height: 100%;
    width: 10%;
}
.left-image-content{
    margin-top: 40px;
}
.left-image-section {
    overflow: hidden;
}
.media-section{
    overflow: hidden;
}
.home-section-bg-img{
    overflow: hidden;
}
.main-header .search-icon svg path {
    stroke: #1a426d;
}
.sidebar-blog-list li a {
    color: rgba(68, 68, 68, 1);
}
em {
    word-wrap: break-word;
}
.media-section .video-img svg {
    width: 55px;
    height: 55px;
}
.right-video-section .video-img svg {
    width: 75px;
    height: 75px;
}
.parent-pages {
    border: 1px solid rgba(200, 200, 200, 1);
    padding: 50px 35px;
    margin-top: 30px;
    background-color: #1a426d;
    color: white;
}
.parent-pages li a{
    color: white;
}
.parent-pages li a:hover{
    color: rgba(192, 255, 112, 1);
}
.parent-pages .widget-title {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.parent-pages ul {
    margin-left: 25px;
}
.our-3-step-title {
    background-color: rgba(192, 255, 112, 1);
    display: inline-flex;
    margin: 0 0 15px 0;
    width: auto;
    padding: 12px;
    border-radius: 10px;
    font-family: Outfit;
    font-weight: 700;
    font-size: 22px;
    color: rgba(26, 66, 109, 1);
    line-height: normal;
}
.ul-content {
    background-color: rgba(26, 66, 109, 1);
    padding: 50px;
    border-radius: 16px;
    color: white;
}
.our-step-box {
    padding-right: 100px;
    padding-left: 100px;
}
.our-3-step-repeat-div {
    padding-right: 100px;
    padding-left: 100px;
}
.our-step-section .even .our-3-step-repeat-div {
    position: relative;
}
.our-step-section .odd .our-3-step-repeat-div {
    position: relative;
}
.our-step-section .even .our-3-step-repeat-div::after {
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(/wp-content/uploads/2025/08/Group-6841.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left;
}
.our-step-section .odd .our-3-step-repeat-div::after {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(/wp-content/uploads/2025/08/Group-6841.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right;
}
.step-number{
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: rgba(26, 66, 109, 1);
}
.graph-btn {
    margin-top: 30px;
}
.media-subtitle {
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
    color: rgba(156, 156, 156, 1);
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.youtube-video-section .heading {
    margin-bottom: 30px;
}
.graph-content-div {
    padding-left: 40px;
}
.banner-subtitle{
    font-weight: 300;
    font-size: 24px;
}
.nap-section .nap-address-info .nap-contact-info a:hover span {
    color: rgb(182 206 78);
    font-size: unset;
}
.nap-detail-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: rgba(255, 255, 255, .80);
    padding: 70px;
    border-radius: 16px;
    z-index: 999;
    transform: translate(-50%, -50%);
}
.banner-heading {
    font-weight: 500;
    font-size: 68px;
    line-height: 68px;
    padding-right: 340px;
    margin-top: 10px;
}
.mobile-phonenumber {
    text-align: center;
}
.permalink-bg {
    color: rgba(68, 68, 68, 1);
}
.permalink-bg:hover {
    color: #b6ce4e;
}
.nap-section .address {
    line-height: normal;
    margin-bottom: 10px;
}
.nap-title {
    font-weight: 500;
    font-size: 27px;
    color: rgba(68, 68, 68, 1);
}
.nap-section .phone a {
    font-weight: 500;
    font-size: 27px;
    color: rgba(7, 100, 152, 1);
}
.nap-section .phone a:hover{
    color: #b6ce4e;
}
.state-heading {
    font-weight: 500;
    font-size: 27px;
}
.error-frm .btn {
    background-color: rgba(26, 66, 109, 1);
    color: white;
    border: 1px solid rgba(26, 66, 109, 1);
}
.error-frm .btn:hover {
    background-color: rgba(192, 255, 112, 1);
    color: rgba(26, 66, 109, 1);
    border: 1px solid rgba(192, 255, 112, 1);
}
.footer-peragraph {
    font-size: 14px;
    line-height: 25px;
}
.footer-peragraph a{
    font-size: 14px;
}
.footer-peragraph a {
    color: rgba(220, 161, 13, 1);
    font-weight: 400;
    text-decoration: underline;
}
.footer-peragraph a:hover {
    color: #b6ce4e;
}
.wpcf7-spinner {
    display: block!important;
    position: absolute;
}
.load-more .btn:hover {
    color: white!important;
}
.footer-phone-content {
    text-align: center;
}
.footer-contact a {
    color: rgba(68, 68, 68, 1);
    transition: .5s;
}
.footer-contact a:hover {
    color: rgb(182 206 78);
    transition: .5s;
}
.cta-phone a:hover {
    color: rgb(182 206 78);
}
.media-section .h2 {
    margin-bottom: 60px;
}
.footer-bottom-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer-bottom-main-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footer-bottom-link a {
    font-weight: 600;
    font-size: 32px;
    text-decoration: underline;
    color: rgba(255, 63, 8, 1);
    transition: .5s;
}
.footer-bottom-link {
    font-weight: 600;
    font-size: 32px;
    color: rgba(26, 66, 109, 1);
}
.footer-bottom-link a:hover {
    color: rgba(26, 66, 109, 1);
    transition: .5s;
}
.main-home-page {
    display: none;
}
.media-section .heading-h2 {
    margin-bottom: 30px;
}
.footer-bottom-link {
    margin-top: -20px;
}
.icon-divs svg {
    width: 65px;
    height: 65px;
}
.media-content {
    line-height: 30px;
    margin-bottom: 25px;
}
.bankruptcy-section .content a:hover {
    color: #000000;
}
.payletter-section p {
    margin-bottom: 0;
}
.single-nap .home-testimonial {
    padding-bottom: 90px!important;
}
.ul-content p {
    font-weight: 700;
    font-size: 32px;
}
.ul-content li {
    margin-left: 5px;
}
.right-video-section .video-content {
    padding-right: 100px;
}
.home-section-bg-img .footer-frm .btn {
    background-color: rgba(26, 66, 109, 1);
    color: white;
    border: 1px solid white;
}
.home-section-bg-img .footer-frm .btn:hover {
    background-color: rgba(192, 255, 112, 1);
    color: rgba(26, 66, 109, 1);
}
.title-section .title-content a {
    color: rgba(192, 255, 112, 1);
}
.title-section .title-content a:hover {
    color: #fff;
}
.page-id-325 .youtube-video-section {
    padding-top: 90px!important;
}
.single-team_post .youtube-video-section {
    padding-top: 90px!important;
}
.youtube-video-section .youtube-slider .video-title a {
    color: rgba(26, 66, 109, 1);
}
.contact-frm .wpcf7-textarea {
    height: 200px;
}
.testimonial-page .our-content {
    margin-bottom: 60px;
}
.odd .our-3-step-repeat-div {
    text-align: right;
}
.location-section{
    background-color: rgba(192, 255, 112, 1);
}
.location-section-phone a {
    font-weight: 600;
    font-size: 32px;
    color: rgba(26, 66, 109, 1);
}
.location-section-phone {
    margin: 15px 0 0;
}
.location-section-phone a:hover {
    color: #0d6efd;
}
.payletter-section a {
    color: white;
    text-decoration: underline;
}
.payletter-section a:hover {
    color: rgba(192, 255, 112, 1);
}
.media-section{
    max-width: 1450px;
    margin: auto;
}
.media-section .media-slider img {
    height: 320px;
    object-fit: cover;
    width: 100%;
}
.services-info .custom-boxes .service-btn {
    margin-top: 10px;
}
.errort-frm .wpcf7-textarea {
    height: 200px;
}
.errort-frm .btn-wrap{
    margin-top: 30px;
}
.home-testimonial .testimonial-slider .slick-prev svg {
    position: relative;
    left: -3px;
}
.home-testimonial .testimonial-slider .slick-next svg {
    position: relative;
    right: -2px;
}
.contact-section-des a {
    color: rgba(68, 68, 68, 1);
}
.contact-section-des a:hover {
    color: #b6ce4e;
}
.page-id-472 .youtube-video-section {
    padding-top: 90px!important;
}
.page-id-450 .youtube-video-section {
    padding-top: 90px!important;
}
.page-id-459 .youtube-video-section {
    padding-top: 90px!important;
}
.page-id-441 .youtube-video-section {
    padding-top: 90px!important;
}
.video-page-section svg {
    width: 75px;
    height: 75px;
}
.our-3-step-repeat-div {
    margin-top: -55px;
}
.our-step-section .even .our-3-step-repeat-div::after {
    top: 40px;
}
.our-step-section .odd .our-3-step-repeat-div::after {
    top: 40px;
}
.our-step-section .odd {
    margin: 60px 0;
}
.our-3-step-content {
    margin: 20px 0 40px 0;
}
.sidebar-des {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.sidebar-form .btn-wrap {
    text-align: center;
    margin-top: 30px;
}
#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;
}
/* Team Section Css */

.about-section {
    padding: 0;
    min-height: 95%;
    height: 95%;
    display: flex;
    align-items: center;
}
.logo-box-col-team {
    width: 14%;
    padding: 0;
}
.team-desigination {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}
.read-more-btn {
    margin-left: 10px;
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
    font-weight: 600;
}
.read-more-btn:hover {
    text-decoration: none;
    color: rgba(170, 182, 210, 1);
}

/* Team Section Css End */
.search-page .sidebar-blog-list {
    display: none;
}
.nap-section iframe {
    height: 250px;
    border-radius: 15px;
}
img.vendor-logo {
    width: 160px;
}
.ash-text {
    color: #4d4d4d;
    font-size: 31px;
    margin: -20px 0 10px 0;
}
.ash-text-link{
    padding-bottom: 20px;
}
.ash-text-link a {
    color: #4d4d4d;
}
.ash-text-link a:hover {
    color: #1a426d;
}
.default-videos iframe {
    height: 250px;
}
.default-videos {
    margin-top: 30px;
}
.nap-section .phone {
    margin-bottom: 0;
}
.nap-section .direction-link:hover {
    color: #b6ce4e!important;
}
.nap-section .direction-link:hover svg path {
    fill: #b6ce4e!important;
}
.nap-section .direction-link svg path {
    fill: black!important;
}
.gt_selected a {
    display: flex!important;
    align-items: center;
    gap: 10px;
}
.gt_selected svg{
    width: 25px;
    height: 25px;
}
.header-div {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.google-review svg {
    width: 150px;
    height: auto;
}
.footer-logo img {
    width: 300px;
}
.why-fairmax-content {
    margin-bottom: 50px;
}
.we-specialize-content {
    color: #1a426d;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 30px;
}
.we-specialize-peragraph {
    margin-bottom: 30px;
}
.we-specialize-section svg {
    width: 25px;
    height: 25px;
}
.we-specialize-section .footer-social li a:hover {
    background-color: rgb(192 255 112);
}
.footer-social {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.rightvideo-column {
    margin-top: 30px;
}
.right-video-button-title svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
}
.right-video-button-title {
    position: relative;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    width: 90%;
    padding: 20px;
}
.right-video-section .container {
    overflow: hidden;
    max-width: 1450px;
    margin: auto;
}
.translate-switcher a.gt-current-lang {
    display: none;
}
.icon-section .container {
    max-width: 1450px;
    margin: auto;
}
.main-menu {
    padding-bottom: 10px;
}
.translate-switcher {
    background-color: #1a426d;
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.translate-switcher a{
    color: white;
}
.video-span{
    color: rgba(192, 255, 112, 1);
    font-weight: 700;
    font-size: 20px;
}
img.graph-section {
    background-color: rgba(26, 66, 109, 1);
    padding: 45px;
    border-radius: 15px;
    margin-top: 30px;
}
.graph-content {
    margin-bottom: 30px;
}
select.gt_selector.notranslate {
    background-color: transparent;
    border: none;
    color: white;
}
.gtranslate_wrapper option {
    color: black;
}
ul.footer-social svg {
    width: 25px;
    height: 25px;
}