: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;
    --color--blue: rgba(8, 35, 80, 1);
    --body-size: 18px;
    --heading-size: 50px;
    --h1: 90px;
    --h2: 42px;
    --h3: 38px;
    --h4: 32px;
    --h5: 28px;
    --h6: 23px;
}
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    width: 100%;
    font-size: 18px;
    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: 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: 0;
    margin: 0;
}

/*============ Heading CSS ============*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato';
    color: var(--color--blue);
    line-height: 50px;

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

h2,
.h2 {
    font-size: var(--h2);
    font-weight: 900;
}

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

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

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

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



.home-banner .banner-des .h1,
.home-banner .banner-des h1 {
font-family: "Lato";
  font-weight: 900;
  font-size: 72px;
  line-height: 75px;
  margin-top: 10px;
	color: white !important;
}

.page-banner .h1,
.page-banner h1 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 900;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
}

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

/*==================== Common CSS ====================*/
.space-pd {
    padding: 120px 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;
}
.heading{
    font-size: var(--h2);
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 35px;
}
.subheading {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lora';
    color: var(--color--blue);
    line-height: 33px;
}
/*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;
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(90.3deg, #001F58 20.79%, #065CAD 43.22%);
}
.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: 15px;
    padding-bottom: 15px;
}

.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: 16px;
    line-height: 38px;
    text-align: left;
    font-weight: 700;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-right: 35px;
    border-bottom: 3px solid transparent;
    font-family: 'Lato';
    text-transform: uppercase;
}

.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.7s 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.7s 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.7s 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.7s ease-in-out;
}

.footer ul li a:hover {
    color: rgb(253 86 33);
}

.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: rgb(253 86 33);
}

.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: 0px;
    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: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 9px !important;
    position: relative;
}

.menu-header ul.sub-menu li:hover {
    background: rgb(216 67 50);
}

.wrap-header .menu-header ul li ul li.current_page_item,
.wrap-header .menu-header ul li ul li.current-menu-item {
    background: rgb(216 67 50);
    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 rgb(253 86 33);
    border-bottom: 1px solid rgb(253 86 33);
}

.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: 110px;
    z-index: 999999;
}

.header-search-box {
    position: fixed;
    background-color: rgb(182 48 6);
    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: 50%;
    -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: 90px;
    padding-top: 100px;
    background-color: #18386D;
    overflow: hidden;
}

.footer .footer-heading {
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.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: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0px 0;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    font-family: 'Lora';
}

.footer ul .current_page_item a {
    color: rgb(253 86 33);
}

#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: 900px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(26, 115, 232, 0) 45.95%, rgba(26, 108, 217, 0.0941722) 51.25%, rgba(24, 56, 109, 0.74) 68.16%, rgb(24 56 109 / 46%) 88.69%, #18386d00 98.46%);
}
.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: 150px 0px 150px 0;
    margin-top: 67px;
}

.home-banner .banner-des {
    position: relative;
    z-index: 9;
    padding-top: 150px;
    padding-right: 250px;
}

.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: 105px;
}

.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(0, 91, 169, 0.20);
    padding: 7px 0;
    font-size: 16px;
}
.breadcrumbs-block a {
    color: #6a819f;
    text-decoration: underline;
    font-weight: 500;
    transition: .5s;
}
.breadcrumb_last {
    color: rgba(8, 35, 80, 1);
}
.breadcrumbs-block a:hover {
    color: rgba(196, 82, 6, 1);
    transition: .5s;
}


.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;
    background-color: rgba(0, 91, 169, 0.12);
    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;
}

@media (max-width: 990px) {
  .blog-sidebar {
    margin-top: 0px;
    padding-left: 14px !important;
  }
}

.sidebar-form .sidebar-heading {
    margin-bottom: 20px;
    color: rgba(8, 35, 80, 1);
    margin-top: 0;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.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 {
    border-radius: 10px;
    padding: 30px 20px;
    background: linear-gradient(180deg, rgba(0, 91, 169, 0.12) 0%, rgba(0, 91, 169, 0) 100%);
}
.sidebar-form .form-group {
    margin-bottom: 0;
}
.sidebar-form .form-control {
    font-size: 16px;
    padding: 15px;
    border-radius: 6px;
    color: rgba(119, 119, 119, 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(68, 68, 68, 1) !important;
    font-weight: 400;
    font-family: 'lato';
}
.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: white;
    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: 430px;
    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;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.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: 260px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}
.blog-page .blog-post-div .btn-orange:hover {
    color: rgba(196, 82, 6, 1);
    border: none;
}
.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;
    height: 50px;
    background: #3a4e60;
    border-radius: 301px;
}
.author-name {
    color: #3a4e60;
}
.blog-post-date {
    font-family: 'lato';
    font-weight: 400;
    font-size: 15px;
    color: rgba(154, 154, 154, 1);
}
span.page-numbers.current {
    background: rgba(0, 91, 169, 1);
    color: #fff;
    height: 60px;
    width: 52px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin: 0 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 91, 169, 1);
}
.sidebar-blog-list {
    padding: 30px 20px;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(0, 91, 169, 0.12) 0%, rgba(0, 91, 169, 0) 100%);
}
.blog-category-title {
    font-family: 'lato';
    font-weight: 500;
    font-size: 28px;
    line-height: 55px;
    color: rgba(26, 36, 55, 1);
    text-align: center;
}
a.page-numbers {
    height: 60px;
    width: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    color: rgba(0, 91, 169, 1);
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid rgba(0, 91, 169, 1);
}
a.page-numbers:hover {
    background: rgba(0, 91, 169, 1);
    border: 1px solid rgba(0, 91, 169, 1);
    color: #fff;
    transition: .5s;
    border-radius: 10px;
}
a.prev:hover {
    color: #BFA95D !important;
}
a.next {
    color: #54595F !important;
    background: unset !important;
    border: none !important;
}
a.next svg {
    padding: 18px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    transition: .5s;
    top: 5px;
    position: relative;
}
a.prev svg {
    padding: 18px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    transition: .5s;
    top: 5px;
    position: relative;
}

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(214 66 50);
    box-shadow: 0px 4px 4px 0px #00000040;
    background: rgba(0, 91, 169, 1);
    color: white;
    border-radius: 0;
    padding: 20px 20px;
}

button.btn-close {
    background: #d13f34;
    width: 48px;
    height: 48px;
    opacity: 1;
    right: -25px;
    position: absolute;
    top: -25px;
    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: 'Orpheus Pro';
    font-weight: 400;
    font-size: 32px;
}

.accordion-item {
    border: none;
}

.accordion-button {
    color: rgba(58, 78, 96, 1);
    font-family: 'Orpheus Pro';
    font-weight: 700;
    font-size: 18px;
}

.read-more a.read-btn {
    text-transform: uppercase;
    color: #32bfff;
    transition: 0.5s;
    position: relative;
}
.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(8, 35, 80, 1);
    transition: 0.5s;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.read-btn {
    color: rgba(247, 182, 17, 1);
}

.blog-title.h5:hover {
    color: rgba(167, 40, 0, 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);
}

.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;
}
.post-blog-image img {
    border-radius: 10px 10px 0 0;
}
.post-blog-image {
    border-radius: 10px 10px 0 0;
}

.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;
    border: 1px solid #e0ebf5;
}

.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: 'Orpheus Pro';
    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: "Lato";
    font-weight: 900;
    font-size: 72px;
    line-height: 75px;
    margin-top: 10px;
}
.permalink-bg {
    color: rgba(68, 68, 68, 1);
}
.permalink-bg:hover {
    color: #b6ce4e;
}
.error-frm .btn {
    color: white;
    border: 2px solid #A72800 !important;
    background: linear-gradient(180deg, #FF5722 0%, #A72800 100%);
}
.error-frm .btn:hover {
    background: transparent;
    border: 1px solid rgba(196, 82, 6, 1);
    color: rgba(196, 82, 6, 1);
}
.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 {
    transition: .5s;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: rgba(8, 35, 80, 1);
}
.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: linear-gradient(180deg, #FF5722 0%, #A72800 100%);
    border-radius: 8px;
    padding: 13px 30px;
    line-height: normal;
    transition: .5s;
    font-family: 'Lato';
    font-weight: 900;
    font-size: 18px;
    border: 1px solid rgba(196, 82, 6, 1);
}
.btn:hover {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(196, 82, 6, 1);
    transition: .5s;
}
span.phone-number {
    font-size: 28px;
}
.header-contact-title {
    font-size: 12px;
    font-weight: 900;
    font-family: 'Lato';
    margin-bottom: 5px;
    line-height: 100%;
}
.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;
    background: linear-gradient(360deg, rgb(24 56 109 / 21%) 0%, rgba(194, 229, 255, 0) 100%);
    padding-bottom: 90px;
}
.fullimage-column img {
    display: block;
    margin: auto;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}
.fullimage-column {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 1100px;
}

.testimonial-title-div {
    background-color: white;
    height: 100%;
    padding: 50px;
    border-radius: 12px;
}

.practice-title {
    font-family: 'Orpheus Pro';
    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: 'Orpheus Prot';
    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: 'Orpheus Pro';
    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);
}
.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 {
    border-radius: 100px;
    background-image: url(/wp-content/uploads/2025/12/faq-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2025/12/faq-down-arrow.svg);
    transform: rotate(180deg);
    background-size: 15px;
}

.faq-content-div {
    padding-left: 70px;
}

.faq-image-div {
    padding-right: 90px;
}

.faq-image-div {
    position: relative;
}

.faq-image-div-area {
    position: relative;
}

.faq-image-div-area img {
    border-radius: 10px;
    position: relative;
    z-index: 9;
}
.address-icon {
    width: 25px;
    height: 20px;
}

.address-div {
    display: flex;
    gap: 20px;
}
.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);
}
.main-team-page {
    background-color: rgba(233, 239, 247, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.main-team-page img {
    margin-top: -85px;
    margin-bottom: -12px;
}
.attorney-name {
    color: #fff;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.attorney-container {
    background-color: rgba(0, 91, 169, 1);
    padding: 30px 30px 30px 30px;
    z-index: 9;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.attorney-container-svg {
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.our-team-section .attorney-container .att-detail {
    text-align: center;
    color: white;
}
.team-view-btn {
    margin-top: 20px;
}
.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);
}
.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;
}
.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 {
    font-size: 32px;
    font-weight: 700;
    color: rgba(8, 35, 80, 1);
    padding: 10px 25px 10px 25px;
}
.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: 'Orpheus Pro';
    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 {
    background: linear-gradient(180deg, #18386D 0%, #005BA9 100%);
    padding: 40px 40px 40px 40px;
    border-radius: 10px 10px 0px 0;
}
.single-team-title {
    text-transform: capitalize;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.team-description {
    color: rgba(4, 11, 28, 1);
}
.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: #EFF7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    padding: 80px;
}
.no-featured-wrapper img.no-featured {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(23%) sepia(96%)
        saturate(1800%) hue-rotate(195deg) brightness(95%) contrast(105%);
}

.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;
}
.search-page .loop-col {
    margin-bottom: 40px;
}
.footer-description p, .copyright-text, .copyright-text a {
    font-family: 'Lora';
    font-size: 14px;
    font-weight: 400;
}
.footer-description p{
    font-style: italic;
}
.copyright-text {
    border-top: 1px solid #FFFFFF;
    padding: 30px 0 20px 0;
    margin-top: 70px;
}
.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 120px;
    max-width: 100%;
}
/* ====== 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%, rgba(0, 0, 0, 0.8) 100%);
}
.services-new-area .custom-new-box:hover::after {
    background: linear-gradient(180deg, rgba(26, 115, 232, 0) 25.8%, rgba(24, 56, 109, 0.9) 57.19%);
}
.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: 220px;
    transition: 1s;
}
.services-info .box-btn {
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
}
.services-new-heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    vertical-align: middle;
}
.services-new-area .custom-new-box:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, rgba(0, 0, 0, 0.8) 100%);
}
.service-imgs {
    height: 500px;
    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;
}
.service-main-btn{
    background: linear-gradient(180deg, rgb(24 56 109 / 29%) 0%, rgba(194, 229, 255, 0) 100%);
    padding: 38px 0;
}
.services-info-row {
    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;
}
.home-blog-btn {
    display: inline-block;
}
.blog-section .blog-box-div .blog-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: rgba(8, 35, 80, 1);
    margin: 20px 0 15px 0;
}
.blog-section .blog-box-div img {
    height: 325px;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}
.blog-section {
    background: linear-gradient(180deg, #e9eff700, #e9eff7), linear-gradient(180deg, #FFFFFF 0%, #E9EFF7 100%);
}
.blog-section .home-blog-btn {
    color: rgba(8, 35, 80, 1);
    transition: .5s;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.blog-section .home-blog-btn:hover {
    color: #D03F35;
    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:hover {
    color: #ef4f29;
    border: 1px solid rgb(239 79 41);
}
.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/12/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: 15px 15px 0 0;
}
.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: rgba(0, 91, 169, 1);
    border: 1px solid rgba(0, 91, 169, 1);
    color: white;
    padding: 13px 30px;
    border-radius: 8px;
    transition: .5s;
    display: inline-block;
    font-weight: 900;
    font-size: 20px;
    line-height: normal;
}
.service-btn-new:hover {
    background-color: transparent;
    color: rgba(0, 91, 169, 1);
    border: 1px solid rgba(0, 91, 169, 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/12/Expand_More.svg);
    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:hover {
    color: rgba(196, 82, 6, 1);
}
.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: linear-gradient(180deg, rgba(0, 91, 169, 0.12) 0%, rgba(0, 91, 169, 0) 100%);
    padding: 30px 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: 'lato';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: rgba(8, 35, 80, 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: 'lato';
    font-weight: 600;
    font-size: 20px;
    color: rgba(8, 35, 80, 1);
}
.our-service-box {
    position: relative;
}
.our-serices-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 9;
}
ul#servicesTabs {
    justify-content: center;
    border: none;
    gap: 40px;
    margin: 40px 0 60px 0;
}
.nav-link.active {
    color: white !important;
    padding: 20px 35px;
    line-height: normal;
    background: linear-gradient(180deg, #18386D 0%, #005BA9 100%);
}
.nav-link {
    background-color: rgba(227, 236, 245, 1);
    padding: 20px 36px;
    line-height: normal;
    border-radius: 10px !important;
    color: rgba(26, 36, 55, 1);
    border: 1px solid rgba(8, 35, 80, 1) !important;
}
.nav-link:hover {
    background: linear-gradient(180deg, #18386D 0%, #005BA9 100%);
    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;
    border-radius: 15px 15px 0 0;
}

.our-service-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 100%;
    border-radius: 15px 15px 0 0;
    z-index: 9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.58%, rgb(0 0 0 / 16%) 82.38%);
}
.our-service-box img {
    height: 225px;
    object-fit: cover;
    object-position: top center;
}
.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 {
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
    border-radius: 0 !important;
    margin-bottom: 0;
    transition: .5s;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: rgba(8, 35, 80, 1);
}
.accordion-button:not(.collapsed) {
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
    border-radius: 0 !important;
    margin-bottom: 0;
    transition: .5s;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: rgba(8, 35, 80, 1);
}
.accordion-item {
    background-color: white;
    border-radius: 15px !important;
    margin-bottom: 20px;
    padding: 0px 0px;
    border: none;
    box-shadow: 4px 4px 20px 8px rgba(0, 0, 0, 0.06);

}
.faq-section{
    background-color: rgba(233, 239, 247, 1);
}

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);
}
.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;
}
.error-frm .wpcf7-form-control {
    border: 1px solid #878787;
}
.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: 10px;
    line-height: 32px;
    margin-bottom: 20px;
}

.contact-image-area {
    margin-top: 50px;
}
.homeblog-btn {
    margin-top: 40px;
}
.homeblog-btn .btn:hover {
    color: #c45206;
}
.service-hover-info .content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    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;
}
.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: 100%;
}
.category-page .blog-post-div {
    height: 100%;
}
.blog-page .blog-post-div .btn-orange {
    position: absolute;
    bottom: 30px;
}
.sidebar-div {
    padding-left: 100px;
}
.nav-links .prev,
.nav-links .next {
    width: 60px;
    height: 60px;
    margin-top: -7px;
}

.blog-section .h2 {
    margin-top: 0;
    margin-bottom: 50px;
}
/*
.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;
}
.consultation_heading {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lora';
    line-height: 33px;
}

.consultation_subheading {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Lora';
    line-height: 42px;
}
.icon_wrap {
    margin-top: 40px;
}
/* ---------------------Video Section Start-------------------- */
.expect-image a.html5lightbox {
    position: relative;
    height: 100%;
    display: flex;
}

.expect-image a.html5lightbox .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.expect-image a.html5lightbox:hover svg {
    transform: scale(1.05);
}

.expect-image a.html5lightbox .video-play-icon svg {
    width: 60px;
    height: 60px;
    transition: all .5s ease;
}
.expect-image a.html5lightbox img {
    width: 100%;
}
.right_gap{
    padding-right: 80px;
}
/* ---------------------Video Section End-------------------- */
.image img {
    width: 100%;
}
.left-img-section:before {
    background: linear-gradient(180deg, #18386D 0%, #005BA9 100%);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.left-img-section p {
    color: white;
}
.left-img-section {
    position: relative;
}
.white-border {
    background: transparent;
    border: 1px solid white;
}
.white-border:hover {
    background: linear-gradient(180deg, #FF5722 0%, #A72800 100%);
}
.banner-subheading {
    font-family: 'Lora';
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 5px;
}
.banner-description {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 38px;
    line-height: 70px;
    letter-spacing: 0.47px;
}
.header-phonenumber {
    text-align: center;
    background: linear-gradient(180deg, #FF5722 0%, #D03F35 100%);
    color: white;
    padding: 15px 18px 8px 18px;
    border-radius: 8px;
}
.header-phonenumber a {
    color: white;
    font-weight: 700;
}
.header-phonenumber svg {
    display: none;
}
.footer-logo {
    width: 200px;
}
.case-main-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.47px;
    margin-bottom: 0;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
}
.case-section {
    margin-top: -190px;
    position: relative;
}
.case-content-div {
    background: linear-gradient(180deg, #1A73E8 0%, #18386D 100%);
    border-radius: 8px;
    padding: 15px 8px;
    height: 100%;
    box-shadow: 4px 4px 7.8px 0px #00000026;
}
.case-name{
    font-weight: 900;
    font-size: 60px;
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.case-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin: 9px 0 9px 0;
}
.case-content{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}
.case-name span {
    font-weight: 900;
    font-size: 25px;
    line-height: 55px;
}
.common-subtitle {
    font-family: 'Lora';
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: rgba(24, 56, 109, 1);
}
.fillimage-content-area {
    padding: 20px 0 40px 0;
}
.fillimage-content {
    padding-right: 80px;
}
.relationship-focused-section{
    background: linear-gradient(180deg, #18386D 0%, #005BA9 100%);
}
.relationship-focused-content {
    padding: 10px 0 0 0;
}
.relationship-focused-content-div {
    padding-left: 60px;
}
.personal-injuty {
    color: rgba(8, 35, 80, 1);
    margin: 25px 0;
    font-family: Lato;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.personal-injury-img svg {
    width: 65px;
    height: 65px;
}
.personal-injury-div {
    padding: 10px;
    height: 100%;
}
.personal-injuty-main-div {
    margin-bottom: 40px;
}
.personal-injury-lawyer-section{
    background-color: rgba(233, 239, 247, 1);
}
.personal-injury-btn-div {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    margin-top: 50px;
}
.personal-injury-btn .btn {
    background: rgba(0, 91, 169, 1);
    border: 1px solid rgba(0, 91, 169, 1);
}
.personal-injury-btn .btn:hover {
    background: white;
    border: 1px solid rgba(0, 91, 169, 1);
    color: rgba(0, 91, 169, 1);
}
.personal-injury-btn-2 .btn {
    background: white;
    border: 1px solid rgba(0, 91, 169, 1);
    color: rgba(0, 91, 169, 1);
}
.personal-injury-btn-2 .btn:hover {
    background: rgba(0, 91, 169, 1);
    border: 1px solid rgba(0, 91, 169, 1);
    color: white;
}
.our-case-result-btn{
    margin-top: 80px;
}
.our-case-results-div {
    background: linear-gradient(180deg, #18386D 0%, #005BA9 100%);
    padding: 24px;
}
.our-case-results-title {
    font-weight: 700;
    font-size: 49px;
    line-height: 50px;
    letter-spacing: 1.25px;
    color: rgba(0, 91, 169, 1);
}
.our-case-results-title span {
    font-family: 'Lora';
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
}
.counting {
    font-family: 'Lora';
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    position: relative;
    top: 10px;
}
.our-case-results-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-case-results-title {
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
    background-color: white;
    padding: 16px 0;
    text-align: center;
    border-radius: 8px 8px 0px 0;
}
.our-case-results-content-div {
    margin-bottom: 60px;
}
.our-case-results-main-content{
    margin-top: 30px;
}
.our-case-results-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}
.our-case-result-btn .btn {
    background: transparent;
    border: 1px solid white;
    color: white;
}
.our-case-result-btn .btn:hover {
    background: white;
    border: 1px solid white;
    color: rgba(0, 91, 169, 1);
}
.testimonial-video-section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testimonial-video-section .video-img svg {
    transition: .5s;
}
.testimonial-video-section .video-img:hover svg {
    transform: scale(1.1);
    transition: .5s;
}
.testimonial-video-section .testimonial-content {
    font-weight: 400;
    font-style: Italic;
    font-size: 32px;
    line-height: 34px;
    margin: 30px 0;
}
.testimonial-video-section .testimonial-desigination {
    margin-bottom: 30px;
    font-size: 18px;
    color: rgba(68, 68, 68, 1);
    line-height: 30px;
}
.testimonial-video-section .testimonial-right-content {
    padding-left: 0;
    padding-right: 80px;
}
.testimonial-video-section .video-img {
    padding-right: 50px;
}
.trusted-and-recommended-section::after {
    background: linear-gradient(270deg, rgba(26, 115, 232, 0) 25.49%, rgba(26, 108, 217, 0.0941722) 32.86%, rgba(24, 56, 109, 0.74) 56.36%, rgba(24, 56, 109, 0.89) 84.88%, #18386D 98.46%);
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
}
.trusted-and-recommended-section * {
    position: relative;
    z-index: 9;
}
.trusted-and-recommended-logo {
    background: linear-gradient(180deg, #18386D 0%, #005BA9 100%);
    box-shadow: 0px 16px 16px 6px rgba(0, 0, 0, 0.08);
    border: 5px solid rgba(233, 239, 247, 1);
    border-radius: 10px;
}
.logo-repeat .container {
    max-width: 58%;
    justify-content: center;
}
.logo-repeat {
    margin-top: -70px;
    z-index: 9;
    position: relative;
}
.trusted-and-recommended-logo img {
    margin: auto;
}
.trusted-and-recommended-logo {
    padding: 15px;
}
.trusted-and-recommended-content {
    padding: 20px 0 30px 0;
}
.expect-image {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
}
.video-section.space-pd {
    position: relative;
    overflow: hidden;
}
.expect-image img {
    object-fit: cover;
    object-position: top center;
    border-radius: 10px 0px 0px 10px;
}
.video-section {
    margin: 90px 0;
}
.case-section .container {
    max-width: 63%;
}
.logo-box-col-team {
    width: 12.3%;
    padding: 2px;
}



/* Default small look */
.team-slider .slick-slide {
    transform: scale(1);
    transition: all 0.4s ease;
}
/* Active center slide bigger */
.team-slider .slick-center {
    transform: scale(1.05);  /* Active image bigger */
}
/* Smooth image */
.team-slider img {
    transition: all 0.4s ease;
}
/* Optional: spacing */
.team-slider .slick-slide {
    padding: 10px;
}


.team-featured-img {
    background-color: rgba(24, 56, 109, 1);
    border-radius: 550px;
    width: 190px;
    overflow: hidden;
    height: 190px;
}
.team-slider .slick-center .team-featured-img {
    width: 210px;
    height: 210px;
}
.team-featured-img img {
    height: 210px;
    object-fit: cover;
}
.team-featured-big-img img {
    height: 550px;
    object-fit: cover;
    display: block;
}
.about-content{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.about-section::after {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #18386dd6 0%, #005ba9b5 100%);
    background-blend-mode: multiply;
    content: '';
    height: 100%;
    width: 100%;
}
.about-section * {
    position: relative;
    z-index: 9
}
.single-featured-section .container {
    max-width: 36%;
}
.single-featured-section {
    position: relative;
    top: -18%;
    z-index: 9;
    left: 20%;
}
.team-slider .slick-center .team-featured-img img {
    border: 7px solid rgba(194, 229, 255, 1);
    border-radius: 50%;
    transition: 0.3s ease;
}
.team-slider svg path {
    stroke: rgba(194, 229, 255, 1);
}
.about-content{
    padding: 25px 0 35px 0;
}
.testimonial-video-section .video-img img {
    border-radius: 10px;
}
.team-inner-column {
    padding-right: 100px;
}
.our-team-section-home {
    position: relative;
    height: 679px;
    display: flex;
    align-items: center;
}
.our-team-section-home *{
    position: relative;
    z-index:   9;
}
/*
.our-team-section-home::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(180deg, #18386dd6 100%, #18386D 100%);
}
*/
.our-team-thumbs-slider {
    position: absolute;
    right: 0;
    bottom: -80px;
}
.testimonial-video-section {
    margin-top: 60px;
}
.our-team-section-home .our-team-thumbs-wrapper .slick-track .team-thumb .thumb-image img {
    background-color: rgba(24, 56, 109, 1);
    border-radius: 100px;
    transition: 0.3s ease-in-out;
    width: 170px;
    height: 170px;
    object-fit: cover;
}
.team-thumb.slick-active.slick-current .thumb-image {
    border: 7px solid rgba(194, 229, 255, 1);
    transition: 0.3s ease-in-out;
    border-radius: 100px;
    width: 170px;
    height: 170px;
    overflow: hidden;
}
.our-team-section-home .thumb-image {
    border: 7px solid transparent;
    transition: 0.5s;
    border-radius: 100px;
    width: 170px;
    height: 170px;
    overflow: hidden;
    margin: auto;
}
.our-team-thumbs-wrapper .practice-slider-prev-arrow {
    position: absolute;
    top: 70px;
    left: -40px;
    height: 27px;
}
.our-team-thumbs-wrapper .practice-slider-next-arrow {
    position: absolute;
    top: 70px;
    right: 0px;
    height: 27px;
    cursor: pointer;
}
.member-image img {
    height: 680px;
    width: 100%;
    object-fit: cover;
}
.member-content {
    padding: 10px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.faq-btn-div {
    display: flex;
    gap: 0 60px;
    justify-content: center;
}
.community-involvement-repeat-div {
    background-color: rgba(233, 239, 247, 1);
    margin: 0 15px;
    border-radius: 10px;
}
.community-involvement-content-area {
    padding: 15px;
}
.community-involvement-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: rgba(8, 35, 80, 1);
}
.community-involvement-content {
    margin: 15px 0 15px 0;
}
.involvement-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: rgba(24, 56, 109, 1);
}
.community-involvement-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.community-involvement-img img {
    height: 350px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
.community-slider .slick-arrow {
    background: rgba(0, 91, 169, 1);
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.community-slider .slick-arrow svg {
    width: 20px;
    height: 20px;
}
.community-slider .slick-prev {
    left: -70px;
}
.community-slider .slick-next {
    right: -70px;
}
.community-slider .slick-arrow svg path{
    stroke: white;
}
.faqs-tabs {
    padding: 50px 0;
}
.community-involvement-main-div {
    margin-bottom: 60px;
}
.our-team-section-home::before {
    background: linear-gradient(180deg, rgba(24, 56, 109, 0.13) 0%, rgba(194, 229, 255, 0) 100%);
    bottom: -70px;
    position: absolute;
    left: 0;
    height: 70px;
    width: 100%;
    content: '';
}
.cta-phone {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.cta-email {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0 20px 0;
}
.cta-phone a{
    color: rgba(8, 35, 80, 1);
}
.cta-email a{
    color: rgba(8, 35, 80, 1);
}
.cta-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 91, 169, 1);
}
.cta-info-div {
    position: absolute;
    margin-top: 38%;
}
.cta-background-color {
    background: linear-gradient(180deg, rgba(0, 91, 169, 0.12) 0%, rgba(0, 91, 169, 0) 100%);
    padding: 90px 90px 0 90px;
    border-radius: 12px;
}
.map iframe {
    height: 400px;
    display: block;
    border-radius: 10px;
}
.blog-box-div {
    background: white;
    height: 100%;
    border-radius: 15px;
    margin: 0 20px;
    border: 1px solid rgba(0, 91, 169, 0.2);
}
.blog-box-div .no-featured-wrapper {
    height: 325px;
    padding: 128px;
}
.blog-content-div {
    padding: 24px;
    transition: 0.5s;
    border-radius: 15px;
    position: relative;
}
.blog-box-div:hover {
    background-color: rgba(0, 91, 169, 1);
    transition: 0.5s;
    border-radius: 15px;
}
.blog-box-div:hover .blog-title{
    color: white;
    transition: 0.5s;
}
.blog-box-div:hover .blog-content {
    color: white;
    transition: 0.5s;
}
.blog-box-div:hover .home-blog-btn {
    color: white;
    transition: 0.5s;
}
.blog-box-div:hover .home-blog-category{
    background: linear-gradient(180deg, #FF5722 0%, #A72800 100%);
    transition: 0.5s;
}
.blog-box-div .blog-title{
    transition: 0.5s;
}
.blog-box-div .blog-content {
    transition: 0.5s;
}
.blog-category {
    margin: 10px 0 10px 0;
}
.home-blog-category {
    background: rgba(0, 91, 169, 1);
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-weight: 900;
    transition: .5s;
    font-size: 16px;
}
.home-blog-category:hover{
    color: white;
}
.home-blog-list .slick-arrow {
    background-color: rgba(0, 91, 169, 1);
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.home-blog-list .slick-arrow svg {
    width: 20px;
    height: 20px;
}
.home-blog-list .slick-arrow svg path{
    stroke: white;
}
.home-blog-list .slick-prev {
    left: -50px;
}
.home-blog-list .slick-next {
    right: -50px;
}
.why-choose-column {
    position: absolute;
    right: 0;
    top: 12%;
    width: 38%;
    height: 100%;
}
.why-choose-column-second {
    position: absolute;
    right: 16%;
    width: 25%;
    top: 50%;
}
.why-choose-area .h2 {
    margin-bottom: 30px;
}
.why-choose-area {
    padding-right: 70px;
}
.why-choose-heading {
    color: rgba(24, 56, 109, 1);
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.why-choose-icon-div {
    margin-bottom: 30px;
}
.why-choose-description {
    padding-right: 20px;
}
.testimonial-item {
    padding: 30px;
    margin: 30px 15px 10px 15px;
    box-shadow: 4px 4px 19px 0px rgba(0, 0, 0, 0.1);
    height: 230px;
    border-radius: 10px;
}
.testimonial-slider .slick-arrow {
    background-color: rgba(0, 91, 169, 1);
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.testimonial-slider .slick-prev {
    left: -70px;
}
.testimonial-slider .slick-next {
    right: -70px;
}
.testimonial-slider {
    position: relative;
}
.testimonial-slider::after {
    background: linear-gradient(270deg, #FFFFFF 51.44%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    height: 100%;
    width: 20%;
    top: 0;
    content: '';
}
.button-row {
    display: flex;
    gap: 0 20px;
    margin-top: 10px;
}
.community-involvement-section {
    overflow: hidden;
}
.case-section {
    overflow: hidden;
}
.location {
    background-color: rgba(234, 240, 247, 1);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.location a {
    color: rgba(68, 68, 68, 1);
    transition: .5s;
}
.location a:hover {
    color: rgba(167, 40, 0, 1);
    transition: .5s;
}
.form-description {
    margin-bottom: 40px;
    font-size: 14px;
    color: rgba(137, 137, 137, 1);
    line-height: 20px;
}
.all-lawyers-btn .btn {
    border: 1px solid white;
    background: transparent;
}
.all-lawyers-btn .btn:hover {
    border: 1px solid white;
    background: white;
    color: rgba(0, 91, 169, 1);
}
.faq-btn .btn:hover {
    color: #c45206;
}
.faq-btn-2 .btn {
    border: 1px solid rgba(0, 91, 169, 1);
    background: transparent;
    color: rgba(0, 91, 169, 1);
}
.faq-btn-2 .btn:hover {
    border: 1px solid rgba(0, 91, 169, 1);
    background: rgba(0, 91, 169, 1);
    color: white;
}
.cta-email {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.cta-phone {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.main-home {
    display: none;
}
.video-page-section .play-btn {
    position: absolute;
    bottom: -25px;
    left: 55px;
    transform: translate(-50%, -50%);
}
.video-page-section .play-btn svg{
    width: 60px;
    height: 60px;
}
.video-page-section .play-btn img {
    width: 60px;
    height: 60px;
}
.video-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
}
.video-title a {
    color: rgba(24, 56, 109, 1);
}
.video-title a:hover {
    color: rgba(255, 87, 34, 1);
}
.video-page-section .h2 {
    margin-bottom: 50px;
}
.video-page-section .video-img img {
    border-radius: 10px;
    display: block;
}
.video-page-section .load-more {
    margin-top: 60px;
}
.blog-post-div {
    border: 1px solid rgba(0, 91, 169, 0.2);
    border-radius: 10px;
}
.sidebar-frm .wpcf7-select {
    width: 100%;
    border-radius: 6px;
    padding: 15px;
}
.sidebar-frm .wpcf7-select {
    width: 100%;
    border-radius: 6px;
    padding: 15px;
    border: none;
    font-size: 16px;
    color: rgba(68, 68, 68, 1);
}
.sidebar-form .form-description {
    line-height: 22px;
    color: rgba(137, 137, 137, 1);
}
.sidebar-form .btn-wrap {
    text-align: center;
}
.our-team-section .our-team-main-div {
    margin-bottom: 140px;
}
.cta-content-div {
    padding-right: 50px;
}
.practice-content-sec {
    z-index: 9;
    position: absolute;
    padding: 0 20px 20px 20px;
    transition: all .7s ease;
    opacity: 1;
    align-items: center;
    color: #fff;
    bottom: 0;
}
.practice-custom-boxes:after {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, rgba(0, 0, 0, 0.8) 100%);
}
.practice-custom-boxes {
    overflow: hidden;
    height: 400px;
    border-radius: 10px;
}
.practice-custom-boxes img {
    position: relative;
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.practice-custom-boxes:hover .hover-content {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
    transition: all ease .7s;
    width: 100%;
}
.hover-content {
    position: absolute;
    padding: 0 25px 0 25px;
    height: 100%;
    width: 100%;
    top: 100%;
    transition: all .7s ease;
    opacity: 0;
    align-items: flex-start;
    color: #fff;
    background: linear-gradient(178.93deg, rgba(2, 28, 64, 0.35) 8.6%, #002861 70.96%);
    flex-direction: column;
    justify-content: end;
    text-align: left;
    padding-bottom: 25px;
}
.practice-area-contents {
    margin: 10px 0;
    font-size: 19px;
    line-height: 35px;
}
.practice-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.practice-custom-boxes:hover .practice-content-sec {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
    transition: all ease .7s;
}
.practice-custom-boxes:hover .practice-content-sec {
    opacity: 0;
    transition: 0s;
}
.case-worth-sidebar {
    background-color: rgba(0, 91, 169, 1);
    border-radius: 10px;
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
}
.case-worth-btn {
    margin: 25px 0 20px 0;
}
.recent-faqs-widget {
    background-color: rgba(233, 239, 247, 1);
    padding: 30px 20px;
    border-radius: 10px;
}
.recent-faqs-list {
    padding-left: 35px;
}
.recent-faqs-list li {
    position: relative;
    list-style: none;
}
.recent-faqs-list li::after {
    background-image: url(/wp-content/uploads/2025/12/faq-arrow-icon.svg);
    background-size: 15px;
    height: 35px;
    width: 35px;
    position: absolute;
    left: -35px;
    top: 0;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
}
.recent-faqs-list a {
    color: rgba(68, 68, 68, 1);
    z-index: 9;
    position: relative;
}
.recent-faqs-list li::before {
    border-bottom: 1px solid rgba(8, 35, 80, 0.20);
    margin-bottom: 0;
    padding-bottom: 0px;
    content: '';
    position: absolute;
    bottom: 20px;
    left: -30px;
    height: 100%;
    width: 310px;
}
.recent-faqs-list li {
    padding-bottom: 40px;
    margin-bottom: 0px;
}
.faq-box {
    background-color: rgba(233, 239, 247, 1);
    height: 100%;
    border-radius: 10px;
}
.faq-image img {
    height: 300px;
    object-fit: cover;
    object-position: top center;
}
.cta-heading {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.cta-email svg {
    position: relative;
    top: 3px;
}
.team-content-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: rgba(0, 0, 0, 1);
    margin-top: 60px;
    margin-bottom: 40px;
}
.representative-main-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: rgba(8, 35, 80, 1);
}
.representative-section {
    background-color: rgba(233, 239, 247, 1);
    padding: 60px 0;
}
.list_wrap {
    column-count: 2;
    display: inline-block;
}


.list_box {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    clear: both;
    padding-right: 50px;
}
@media screen and (max-width: 900px) {
    .representative-section .list_wrap {
        column-count: 1;
        display: inline-block;
    }
	.list_box {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
}
.representative-boxes-div {
    display: inline-block;
    clear: both;
}
.our-team-section .box-col {
    margin-bottom: 100px;
}
.attorney-col:nth-child(4) .box-col {
    margin-bottom: 0;
}
.education-section {
    padding: 60px 0 120px 0;
}
.more-about-section {
    background-color: rgba(0, 91, 169, 1);
    padding: 60px 0;
}
.education-main-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: rgba(8, 35, 80, 1);
}
.more-about-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.our-services-title {
    background: rgba(233, 239, 247, 1);
    padding: 25px 0;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.report-category-heading {
    margin: 50px 0 10px 0;
    text-transform: uppercase;
}
.report-image img {
    height: 350px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px 10px 0 0;
}
.report-box:hover img {
    transform: scale(1.03);
    transition: .5s;
}
.report-box img {
    transition: .5s;
}
.report-image {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.report-featured-wrapper {
    background-color: rgba(8, 35, 80, 1);
    padding: 30px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
.report-box {
    border: 1px solid rgba(0, 91, 169, 0.2);
    border-radius: 10px;
    height: 100%;
}
.report-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.report-title-area {
    padding: 30px;
}
.report-btn .btn {
    width: 100%;
}
.video-page-section .video-img svg {
    transition: .5s;
}
.video-page-section .video-img:hover svg {
    transition: .5s;
    transform: scale(1.1);
}
.practice-page-col .our-services-title {
    transition: .5s;
}
.practice-page-col:hover .our-services-title {
    background-color: rgba(0, 91, 169, 1);
    transition: .5s;
    color: white;
}
.area-we-serve-col .our-services-title {
    transition: 0.5s;
}
.area-we-serve-col:hover .our-services-title {
    background-color: rgb(0, 91, 169);
    color: white;
    transition: 0.5s;
}
.common-row {
    background: linear-gradient(0deg, #1A73E8 0%, #18386D 100%);
    border-radius: 10px;
    margin-top: 75px;
    margin-bottom: 30px;
}
.consultation-title {
    font-size: 24px;
    color: white;
    font-weight: 700;
}
.common-image img {
    margin-top: -80px;
    z-index: 99;
    position: relative;
}
.common-number-aera::after {
    background: linear-gradient(180deg, #FF5722 0%, #A72800 100%);
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 949px;
    content: '';
}
.common-number-aera {
    position: relative;
    z-index: 9;
}
.call-us-today {
    font-family: 'Lora,sans-serif';
    color: white;
    font-size: 16px;
    font-weight: 500;
    z-index: 9;
    position: relative;
}
.common-number a {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    color: #f3feff;
    z-index: 9;
    position: relative;
}
.consultation-title {
    padding: 0 90px 20px 30px;
}
.post-event-section .box-col img {
    height: 370px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px 10px 0 0;
    display: block;
}
.post-event-section .box-col {
    background-color: rgba(233, 239, 247, 1);
    border-radius: 10px;
    height: 100%;
}
.post-event-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: rgba(8, 35, 80, 1);
    margin-bottom: 20px;
}
.post-event-container {
    padding: 40px;
}
.post-event-btn .event-btn {
    color: rgba(24, 56, 109, 1);
    font-weight: 700;
    font-size: 18px;
}
.post-event-date {
    background-color: rgba(0, 91, 169, 1);
    display: inline-flex;
    gap: 0 10px;
    padding: 10px 10px;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    margin-bottom: 17px;
    align-items: center;
}
.post-event-date svg{
    height: 20px;
    width: 20px;
}
.post-event-date img {
    height: 20px;
    width: 20px;
}
.single-team-desigination {
    line-height: 100%;
    margin: 20px 0 20px 0;
}
.team-details .single-team-img-div {
    height: calc(100% - -120px);
    margin-top: -80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.team-details .single-team-img-div img {
    height: 100%;
    width: auto !important;
    object-fit: cover;
}
.about-row {
    padding-right: 100px;
}
.about-page-content-div {
    padding-right: 20px;
    margin-bottom: 25px;
    position: relative;
    top: -10px;
}
.about-us-section img {
    height: 750px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
}
.about-us-section h2 {
    margin-top: 0;
}
.testimonial-page-inner {
    background-color: rgba(233, 239, 247, 1);
    border-radius: 10px;
    padding: 30px;
    height: 100% !important;
}
.review-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.testimonial-page .testimonial-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: rgba(68, 68, 68, 1);
}
.btn-close svg {
    width: 20px;
    height: 20px;
}
.btn-close svg path {
    fill: white;
}
.load-more .btn:hover {
    color: #d33f11;
}
.testimonial-page .h2 {
    margin-bottom: 40px;
}
.search-page .no-featured-wrapper {
    height: 330px;
    border-radius: 15px;
}
.search-page .post-image img.featured {
    display: block;
    height: 310px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
    border-radius: 15px;
}
.search-page .no-featured {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    height: 150px;
}
.search-page .loop-col .btn:hover {
    color: #c0350a;
}
.sidebar-div .sidebar-form .btn:hover {
    color: #c0350a;
}
.representative-section ul {
    padding-left: 30px;
    padding-top: 10px;
}
.education-section ul {
    padding-left: 30px;
    padding-top: 10px;
}
.video-detail .single-post-detail .video-detail-img{
    position: relative;
}
.video-detail .single-post-detail .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ============= Our Staff ============= */
.attorney-col:nth-child(4) .box-col {
    margin-bottom: 0;
}
.attorney-col:nth-child(5) .box-col {
    margin-bottom: 0;
}
.attorney-col:nth-child(6) .box-col {
    margin-bottom: 0;
}
.our-staff-section .att-detail {
    text-align: center;
}
.staff-designation {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: white;
}
.our-staff-section .box-col {
    margin-bottom: 100px;
}
.our-staff-main-heading {
    margin-bottom: 120px;
}
.more-about-area {
    padding-top: 10px;
}
.staff-contenting ul {
    padding-left: 30px;
    padding-bottom: 25px;
}
.testimonial-video-section .btn:hover {
    color: #bb3308;
}
.fullimg-section .btn:hover {
    color: #bb3308;
}
.trusted-and-recommended-section .trusted-and-recommended-btn .btn:hover {
    background-color: white;
    border: 1px solid white;
    color: #bb3308;
}
.team-thumb.slick-active.slick-current .thumb-image img {
    filter: grayscale(100%);
}
.team-thumb-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: rgba(26, 66, 109, 1);
    margin-top: 10px;
}
.blog-box-div .home-blog-btn {
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.home-blog-btn svg path {
    stroke: #082350;
    transition: .5s;
}
.blog-box-div:hover .home-blog-btn svg path {
    stroke: #fff;
    transition: .5s;
}
.total-review {
    font-weight: 900;
    font-size: 42px;
    line-height: 58px;
    color: rgba(24, 56, 109, 1);
}
.five-star-review {
    font-weight: 400;
    font-size: 14px;
    color: rgba(24, 56, 109, 1);
    line-height: 100%;
    margin-bottom: 9px;
}
.reviewd-div-area {
    background: rgba(233, 239, 247, 1);
    display: inline-flex;
    padding: 25px;
    border-radius: 10px;
    align-items: center;
    gap: 0 40px;
}
.home-testimonial-review::after {
    position: absolute;
    right: -20px;
    border: 1px solid rgba(0, 91, 169, 0.3);
    top: 0;
    height: 100%;
    width: 1px;
    content: '';
}
.home-testimonial-review {
    position: relative;
}
.reviewd-div-area-col {
    display: flex;
    justify-content: end;
}
.accredited-logo {
    margin-top: 30px;
}
.main-team-row h3,
.main-team-row h2{
    color: #ffffff;
}
.more-staff-area {
    padding-top: 30px;
}
.about-us-section{
    overflow: hidden;
}
.faq-image img {
    border-radius: 10px 10px 0 0;
}
.faq-logo {
    height: 300px;
}
.case-boxes-page-area {
    background-color: rgba(233, 239, 247, 1);
    height: 100%;
    padding: 20px;
    border-radius: 10px;
}
.case-page-title {
    color: black;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
}
.case-page-content {
    color: black;
}
.main-page-case-title {
    margin-bottom: 40px;
}
.our-case-section .btn:hover {
    color: #d23f10;
}
.case-load-more {
    margin-top: 50px;
}
.our-case-section .modal-body h2 {
    color: white;
}
.our-case-section .modal-body a {
    color: white;
    text-decoration: underline;
}
.our-case-section .modal-content {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.our-case-section .modal-content::-webkit-scrollbar-thumb {
    background-color: white;
}
.our-case-section .modal-content::-webkit-scrollbar-track {
    border-radius: 50px;
}
.our-case-section .modal-content::-webkit-scrollbar {
    width: 6px;
}
.our-case-section .modal-content .btn-close {
    background: #d13f34;
    width: 48px;
    height: 48px;
    opacity: 1;
    right: 10px;
    position: absolute;
    top: 10px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.slider_arrow_style .slick-arrow {
    left: -10px;
    background-image: url(../img/slider_arrow.png);
    height: 46px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 90px;
}
.slider_arrow_style .slick-next.slick-arrow {
    left: auto;
    right: 0px;
    background-image: url(../img/slider_arrow_right.png);
}
.report-box .btn:hover {
    color: #e84b19;
}
.our-team-thumbs-wrapper {
    max-width: 750px;
    margin: auto;
    padding: 0px 25px;
}
.btn-blog {
    color: rgba(8, 35, 80, 1);
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.blog-post-div {
    transition: .5s;
}
.blog-post-div:hover {
    background-color: rgba(0, 91, 169, 1);
    transition: .5s;
    color: #fff;
    box-shadow: 15px 20px 70px 0px #034B8933;
}
.blog-post-div:hover .blog-title {
    color: white;
}
.blog-post-div:hover .post-content .content{
    color: white;
}
.blog-post-div:hover .btn-blog{
    color: white;
}
.blog-post-div:hover .btn-blog svg path{
    stroke: white;
    transition: .5s;
}
.blog-post-div .btn-blog svg path{
    transition: .5s;
}
.team-view-btn .btn:hover {
    color: #f7531f;
    background-color: white;
    border: 1px solid white;
}
.practice-custom-boxes .btn:hover {
    color: #f7531f;
    background-color: white;
    border: 1px solid white;
}
.service-btn .btn:hover {
    color: #f7531f;
    background-color: white;
    border: 1px solid white;
}
.read-lawyer-btn .btn:hover {
    color: #f7531f;
    background-color: white;
    border: 1px solid white;
}
.video-page-section .video-img img {
    height: 320px;
    object-fit: cover;
    object-position: top center;
}
.blog-post-div .blog-category {
    background-color: rgba(0, 91, 169, 1);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 10px;
}
.blog-post-div .blog-category a {
    font-size: 14px;
    color: white;
    font-weight: 900;
}
.blog-post-div:hover .blog-category {
    background: linear-gradient(180deg, #FF5722 0%, #A72800 100%);
}
.parent-pages .widget-title {
    margin-bottom: 20px;
}
.blog-post-div:hover .author-name {
    color: #fff;
}
.modal-body h2 {
    padding-right: 70px;
}
.why-choose-column-second img {
    box-shadow: 0px 16px 16px 6px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
.main-team-page:hover img {
    transform: scale(1.02);
}
.faq-box img {
    transition: .5s;
}
.faq-box:hover img {
    transform: scale(1.02);
    transition: .5s;
}
.faq-image {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.recent-faqs-list a:hover {
    color: rgba(255, 87, 34, 1);
}
.testimonial-page-inner:hover .testimonial-content {
    color: white;
    transition: .5s;
}
.testimonial-page-inner:hover .testimonial-button a {
    color: white;
}
.testimonial-button a {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #082350;
    text-decoration: underline;
}
.testimonial-page-inner .testimonial-content {
    transition: .5s;
}
.testimonial-page-inner:hover {
    transition: .5s;
    background-color: #005BA9;
}
.testimonial-page-inner {
    transition: .5s;
}
.single-faqs .menu-header ul li.faqmenu a {
    color: rgba(169, 169, 169, 1);
}
.single-faqs .menu-header ul li.faqmenu a::before {
    width: 100%;
}
.video-page-section .video-img img{
    transition: .5s;
}
.video-page-section .video-img img:hover {
    transform: scale(1.02);
    transition: .5s;
}
.video-page-section .video-img {
    overflow: hidden;
    border-radius: 10px;
}
.recent-faqs-list li:last-child::before {
    border-bottom: none;
}
.cta-info-div a:hover {
    color: rgba(255, 87, 34, 1);
}
.post-author .avatar {
    border-radius: 100px !important;
}
.home-blog-list .blog-category .ms-3 {
    color: rgba(8, 35, 80, 1);
}
.home-blog-list .blog-category .ms-3 {
    color: rgba(8, 35, 80, 1);
}
.home-blog-list .blog-box-div:hover .ms-3 {
    color: white;
}
.recent-faqs-list li:last-child {
    padding-bottom: 0;
}
.our-partners-section h2 {
    color: rgba(24, 56, 109, 1);
}
.post-event-container .event-btn {
    color: rgba(24, 56, 109, 1);
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}
.post-event-container .event-btn:hover {
    color: #FF5722;
}
.case-worth-sidebar .sidebar-heading {
    padding: 0 30px;
}
.page-id-119 .blog-section {
    margin-top: 70px;
}
.report-category-col .report-category-heading:first-child {
    margin-top: 0px;
}
.community-involvement-btn .btn {
    background: rgba(0, 91, 169, 1);
    border: 1px solid rgba(0, 91, 169, 1);
}
.community-involvement-btn .btn:hover {
    background: white;
    border: 1px solid rgba(0, 91, 169, 1);
    color: rgba(0, 91, 169, 1);
}
.community-involvement-btn{
    margin-top: 40px;
    display: none;
}
.team-content-wrapper {
    padding-right: 0;
}
.testimonial-btn {
    margin-top: 40px;
    display: none;
}
.testimonial-btn .btn:hover {
    color: #bb3308;
}
.testimonial-section .testimonial-slider .t-details {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.client-image img {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background: #c9c9c9;
    padding: 7px;
    min-height: 55px;
    min-width: 55px;
}
.review-star-icon {
    line-height: normal;
}
.client-image {
    margin-bottom: 8px;
}
.testimonial-button {
    margin-top: 20px;
}
.case-main-heading {
    position: relative;
    top: 20px;
}
.logged-in .page-banner {
    margin-top: 75px;
}
.case-boxes-page-area {
    transition: .5s;
}
.case-boxes-page-area:hover {
    background-color: #005BA9;
    transition: .5s;
}
.case-boxes-page-area:hover .case-page-title{
    color: #fff;
}
.case-boxes-page-area:hover .case-page-content{
    color: #fff;
}
.modal-body iframe {
    height: 350px;
}
.postid-4155 .blog-search {
    display: none;
}
.postid-4155 .sidebar-blog-list{
    display: none;
}
.video-section .subheading {
    font-family: 'Lato';
    font-size: 20px;
}
.fullimg-section .common-subtitle {
    font-family: 'Lato';
    font-size: 20px;
}
.relationship-focused-section .container {
    max-width: 62%;
}
.our-case-results-section .container {
    max-width: 62%;
}
.relationship-focused-section img {
    border-radius: 10px;
}
.home-banner .container {
    max-width: 90%;
}
.relationship-focused-section h2 {
    margin-top: 0;
    position: relative;
    top: -10px;
}
.post-meta img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    background-color: #c1c1c1;
    border-radius: 150px;
}
.post-author a {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.faq-box{
    transition: .5s;
}
.faq-box:hover {
    background: #005ba9;
    transition: .5s;
}
.faq-box:hover .faq-title {
    color: white;
}
.newsletter-frm .wpcf7-form-control {
    border: 1px solid black;
}
.newsletter-frm  .wpcf7-select {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    color: #595c5f;
}
.newsletter-frm .wpcf7-textarea {
    height: 150px;
}
.newsletter-frm .btn {
    border: 1px solid #e64a18;
}
.newsletter-frm .btn:hover {
    color: white;
    border: 1px solid white;
}
.newsletter-frm {
    background: linear-gradient(180deg,#18386d 0,#005ba9 100%);
    padding: 50px;
    border-radius: 15px;
}
.reports-frm{
    background: linear-gradient(180deg,#18386d 0,#005ba9 100%);
    padding: 50px;
    border-radius: 15px;
}
.reports-frm .wpcf7-form-control {
    border: 1px solid black;
}
.reports-frm .wpcf7-select {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    color: #595c5f;
}
.reports-frm .wpcf7-textarea {
    height: 150px;
}
.reports-frm .btn {
    border: 1px solid #e64a18;
}
.reports-frm .btn:hover {
    color: white;
    border: 1px solid white;
}
.reports-frm {
    background: linear-gradient(180deg,#18386d 0,#005ba9 100%);
    padding: 50px;
    border-radius: 15px;
}
.days-of-diving-frm .wpcf7-form-control {
    border: 1px solid black;
}
.days-of-diving-frm .wpcf7-select {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    color: #595c5f;
}
.days-of-diving-frm .wpcf7-textarea {
    height: 150px;
}
.days-of-diving-frm .btn {
    border: 1px solid #e64a18;
}
.days-of-diving-frm .btn:hover {
    color: white;
    border: 1px solid white;
}
.days-of-diving-frm {
    background: linear-gradient(180deg,#18386d 0,#005ba9 100%);
    padding: 50px;
    border-radius: 15px;
}
.video-section .expect-video {
    width: 100%;
    height: 100%;
}
.client-area-name-image-area {
    display: flex;
    gap: 0 20px;
}
.client-name {
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: #005BA9;
}
.testimonial-page-inner:hover .client-name {
    color: white;
}
.our-office-heading h3 {
    font-weight: 900;
}
.winners_sub_heading {
    font-size: 23px;
    flex-wrap: wrap;
}
.winner-content {
    padding-left: 0;
}
.giving-faq-title {
    font-weight: 800;
}
.video-page-section .no-featured-wrapper {
    border-radius: 10px;
}
.video-page-section img {
    border-radius: 10px;
}
.widget-content ul li.activeChild {
    background: #FF5722;
}
.widget-content ul li.activeChild a {
    color: #fff;
}
.language-toggle {
    line-height: normal;
    display: flex;
    align-items: center;
    height: 18px;
    margin-right: 25px;
}
.language-toggle a {
    text-align: center;
    font-size: 12px;
    margin-right: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    position: relative;
}
.language-toggle a:before {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
    background: #fff;
    transition: width 0.7s ease-in-out;
}
.language-toggle a:hover:before {
    width: 100%;
    height: 2px;
    width: 0.7s ease-in-out;
}
.search-page .btn:hover {
    color: #c0350a;
}
.cta-case-title {
    color: var(--color--blue);
    font-weight: 600;
    font-size: 20px;
    font-family: 'Lora';
}
.counsel-content{
    font-family: 'Lora';
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    margin: 10px 0 0 0;
    color: rgba(24, 56, 109, 1);
}
.experienced-content {
    font-family: 'Lora';
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    margin: 10px 0;
    color: rgba(24, 56, 109, 1);
}
.practice-law-title{
    font-family: 'Lora';
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    margin: 0px 0 10px 0;
    color: rgba(24, 56, 109, 1);
}
.meet-ou-team-area-section {
    padding: 50px 0;
    text-align: center;
}
.our-team-title {
    font-size: 35px;
}
.our-case-section .modal-content ul {
    padding-left: 30px;
}
.practice-section .practice-area-contents {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.practice-section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.practice-section .video-img svg {
    transition: .5s;
}
.practice-section .video-img:hover svg {
    transform: scale(1.1);
    transition: .5s;
}
.hablamos-espanol-div {
    display: flex;
    margin-top: 20px;
    gap: 0 10px;
}
.cta-info-div svg {
    width: 25px;
    height: 25px;
}
.hablamos-espanol-div svg {
    position: relative;
    top: 8px;
}
.testimonial-page-inner .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testimonial-page-inner .video-img img {
    border-radius: 20px;
    height: 200px;
    object-fit: cover;
}
.single-es-reports .single-post-detail img {
    height: 100%;
}
.es-reports-frm {
    background: linear-gradient(180deg,#18386d 0,#005ba9 100%);
    padding: 50px;
    border-radius: 15px;
}
.single-reports iframe {
    height: 450px;
}
.wpcf7-list-item-label {
    display: inline!important;
    margin: auto;
    opacity: 1!important;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.class-area-serve .sub-menu {
    height: 310px;
    overflow-y: scroll;
}
.class-area-serve .sub-menu::-webkit-scrollbar-thumb {
    background-color: #D03F35;
}
.class-area-serve .sub-menu::-webkit-scrollbar {
    width: 6px;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    opacity: 1;
    color: white;
}
.nomination-form-bg-color {
    background: linear-gradient(180deg,#18386d 0,#005ba9 100%);
    padding: 50px;
    border-radius: 20px;
}
.nomination-frm .btn:hover {
    color: white;
    border: 1px solid white;
}
.nomination-frm .wpcf7-list-item-label {
    color: white;
    line-height: 25px;
    font-size: 14px;
}
.nomination-frm .wpcf7-textarea {
    height: 200px;
}
.nomination-frm label {
    display: flex;
    align-items: start;
    gap: 0 10px;
}
.nomination-frm input[type="checkbox"] {
    position: relative;
    top: 10px;
}
.winner-section{
    background-color: #e5eef6;
}

@media (max-width: 767px) {
  .h3, h3 {
	  line-height: 35px !important;}
  .page-id-119 .blog-section {
    margin-top: 200px !important;
    padding-top: 0;
  }
}

a.btn {color: white !important;
transition: .5s}
a.btn:hover {color: #c0350a !important;
transition: .5s}