* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
a:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

body {
    font-family: "Inter Tight", sans-serif !important;
    font-weight: 400;
    color: #181a20 !important;
}

a,
img,
button,
input[type="submit"] {
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

body {
    font-family: "Inter Tight", sans-serif !important;
    background: #fff;
    color: #000;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif !important;
}


header.site-header {
    margin: 0;
    padding: 25px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999
}

header.site-header .row {
    align-items: center
}

header.site-header .main-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-between
}

header.site-header .main-menu li {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}

header.site-header .main-menu li a {
    margin: 0;
    padding: 10px 7px;
    display: flex;
    color: #fff;
    text-decoration: none
}

header.site-header .main-menu li a:hover {
    color: #2a8ce7
}

header.site-header .custom-btn {
    margin: 0;
    padding: 0
}

header.site-header .custom-btn a {
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    border-radius: 30px;
    align-items: center;
    font-weight: 600;
}

header.site-header .custom-btn a span {
    display: flex;
    transform: rotate(-45deg);
    margin: 0 0 0 8px;
}

header.site-header .custom-btn a:hover {
    background: #2a8ce7;
    border-color: #2a8ce7
}

header.site-header.fixed-header {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 15px 0;
}

header.site-header .main-menu li .sub-menu {
    background: #000;
    min-width: 300px;
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    margin: 0;
    padding: 0 15px
}

header.site-header .main-menu li .sub-menu li {
    border-bottom: 1px solid #333
}

header.site-header .main-menu li .sub-menu li:last-child {
    border-bottom: none
}

header.site-header .main-menu li .sub-menu li a {
    padding: 10px 0
}

header.site-header .gt_switcher {
    width: 120px !important;
    position: absolute;
    top: 11px;
}

header.site-header .gt_switcher .gt_selected a {
    width: auto !important
}

header.site-header .header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

header.site-header .google_translate_element2 {
    position: relative;
}

.home-banner {
    margin: 0;
    padding: 300px 0;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    background: url("../images/home-banner.jpg") no-repeat center center;
    background-size: cover !important;
    color: #fff;
}

.home-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-banner h1 {
    font-size: 72px;
    margin: 0 auto 30px auto;
    max-width: 800px;
}

.home-banner .custom-btn {
    margin: 0;
    padding: 0
}

.home-banner .custom-btn a {
    padding: 10px 30px;
    background: #2a8ce7;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    font-size: 18px;
    border-radius: 30px;
    align-items: center
}

.home-banner .custom-btn a span {
    display: flex;
    transform: rotate(-45deg);
    margin: 0 0 0 8px;
}

.home-banner .custom-btn a:hover {
    background: #fff;
    color: #2a8ce7
}


.free-consultation {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    background: rgb(40, 40, 40);
    background: linear-gradient(180deg, rgba(40, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);
    color: #fff
}

.free-consultation h2 {
    font-size: 42px;
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: normal
}

.free-consultation input,
.free-consultation textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #6a6a6a;
    color: #fff;
    padding: 10px 10px;
    margin: 0 0 15px 0
}

.free-consultation .form-control:focus {
    background: transparent !important;
    color: #FFF !important;
}

.free-consultation textarea {
    height: 90px
}

.free-consultation ::-webkit-input-placeholder {
    color: #fff;
}

.free-consultation ::-moz-placeholder {
    color: #fff;
}

.free-consultation :-ms-input-placeholder {
    color: #fff;
}

.free-consultation :-moz-placeholder {
    color: #fff;
}

.free-consultation .custom-submit {
    margin: 30px 0 0 0;
    padding: 0;
    position: relative;
    text-align: center
}



.free-consultation .custom-submit p {
    display: inline-flex;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 10px 30px;
    margin: 0;
    color: #fff;
}

.free-consultation .custom-submit:hover p {
    border-color: #2a8ce7;
    background: #2a8ce7
}

.free-consultation .custom-submit p input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    margin: 0;
    left: 0;
    top: 0;
    color: #fff;
}

.free-consultation .custom-submit p i {
    display: flex;
    transform: rotate(-45deg);
    margin: 2px 0 0 -10px;
}

.free-consultation .wpcf7-form.invalid .wpcf7-response-output {
    border: none;
    margin: 15px 0 0 0;
    background: #ff0000;
    text-align: center
}

.free-consultation .wpcf7-form.sent .wpcf7-response-output {
    border: none;
    margin: 15px 0 0 0;
    background: #46b450;
    text-align: center
}

.free-consultation .wpcf7-spinner {
    margin: 0 !important;
}

.contact-page .form-check {
    padding-left: 0
}

.contact-page .p-4 {
    padding-bottom: 0 !important;
    margin: 30px 0 0 0
}

.contact-page .form-check br {
    display: none
}

.contact-page .wpcf7-list-item.first {
    margin-left: 0 !important
}

.contact-page .wpcf7-form-control.wpcf7-submit {
    padding: 10px 30px;
    width: auto !important;
    display: block;
    margin: 0 auto;
    border-radius: 30px
}

.contact-page .wpcf7-form.invalid .wpcf7-response-output {
    border: none;
    margin: 15px 0 0 0;
    background: #ff0000;
    text-align: center;
    color: #fff;
}

.contact-page .wpcf7-form.sent .wpcf7-response-output {
    border: none;
    margin: 15px 0 0 0;
    background: #46b450;
    text-align: center;
    color: #fff;
}


.we-help {
    margin: 0;
    padding: 60px 0 30px 0;
    position: relative;
    width: 100%;
    background: #fff;
    color: #000
}

.we-help p:last-child {
    margin-bottom: 0;
}

.we-help [class*=col-] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.we-help h3 {
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: normal
}

.we-help .help-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    flex-wrap: wrap;
    width: 100%
}

.we-help .help-list li {
    margin: 0 0 30px 0;
    padding: 0 15px;
    width: 33.333%
}

.we-help .content {
    box-shadow: 0 0 20px #e1e1e1;
    min-height: 175px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    justify-content: center;
    color: #000;
}

.we-help .content .title {
    font-family: "Playfair Display", serif;
    font-size: 21px;
    line-height: normal
}

.we-help .content:hover {
    background: #000;
    color: #fff;
}

.we-help .content:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.counter-info {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    position: relative
}

.counter-info .counter-list {
    margin: 0;
    padding: 45px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #000000;
    border-radius: 30px
}

.counter-info .counter-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    margin: 0;
    width: 33.333%;
    flex-direction: column;
    border-left: 1px solid #808080;
    text-align: center;
}

.counter-info .counter-list li:first-child {
    border-left: none
}

.counter-info .counter-list li:first-child {
    border-left: none
}

.counter-info .content {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    color: #fff
}

.counter-info .title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0
}

.we-offer {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    background: #fff;
    color: #000
}

.we-offer .sub-title {
    text-align: center;
    font-size: 21px
}

.we-offer .sub-title span {
    position: relative;
    padding: 0 0 0 20px
}

/* .we-offer .sub-title span:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    content: "";
    border-radius: 100%;
    top: 7px;
    left: 0
} */

.we-offer h4 {
    font-size: 60px;
    margin: 10px 0 30px 0;
    text-align: center;
    font-weight: normal;
    color: #535355
}

.we-offer .offer-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%
}

.we-offer .offer-list li {
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    width: 33.333%;
    text-align: center
}

.we-offer .offer-list li img {
    border-radius: 15px
}

.we-offer .title {
    font-size: 21px;
    margin: 15px 0;
    text-align: center;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.we-offer .offer-list li p:last-child {
    margin-bottom: 0
}

.client-reviews {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    background: #121212;
    color: #fff;
    text-align: center
}

.client-reviews .quote-box {
    text-align: center;
    color: #565656;
    font-size: 48px;
    margin: 0 0 15px 0;
}

.client-reviews .review-slide {
    padding: 0 30px
}

.client-reviews p {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: normal
}

.client-reviews .auther-name {
    color: #999999;
    font-size: 21px;
    font-weight: 600
}

.client-reviews .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -20px
}

.client-reviews .owl-nav button {
    position: absolute;
}

.client-reviews .owl-nav button.owl-next {
    right: 0
}

.client-reviews .owl-nav button.owl-prev {
    left: 0
}

.client-reviews .owl-nav button span {
    font-size: 42px;
    color: #414141
}

.client-reviews .owl-nav button:hover span {
    color: #fff
}

.google-review {
    margin: 0;
    padding: 30px 0;
    width: 100%;
    position: relative;
}

.google-review img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.google-map {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.google-map img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.google-map .content-box {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.google-map .content-box a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 42px;
    line-height: normal;
    background-color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    text-align: center;
}

.consultation-newyark {
    margin: 0;
    padding: 60px 0 0 0;
    position: relative;
    width: 100%;
    background: #fff;
    color: #000
}

.consultation-newyark .content-box,
.consultation-newyark .img-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

.consultation-newyark .img-box img {
    height: 100%;
    object-fit: cover
}

.consultation-newyark h4 {
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: normal
}

.consultation-newyark .content-box p a {
    color: #000;
    font-weight: 600
}

.consultation-newyark .content-box p a:hover {
    color: #2a8ce7
}

.consultation-newyark .custom-btn {
    margin: 0;
    padding: 0
}

.consultation-newyark .custom-btn a {
    padding: 10px 30px;
    background: #2a8ce7;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    font-size: 18px;
    border-radius: 30px;
    align-items: center
}

.consultation-newyark .custom-btn a span {
    display: flex;
    transform: rotate(-45deg);
    margin: 3px 0 0 8px;
}

.consultation-newyark .custom-btn a:hover {
    background: #000;
}

.about-firm {
    margin: 0;
    padding: 60px 0 0 0;
    position: relative;
    width: 100%;
    background: #fff;
    color: #000
}

.about-firm .sub-title {
    text-align: center;
    font-size: 21px
}

.about-firm .sub-title span {
    position: relative;
    padding: 0 0 0 20px
}

/* .about-firm .sub-title span:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    content: "";
    border-radius: 100%;
    top: 7px;
    left: 0
} */

.about-firm h3 {
    font-size: 60px;
    margin: 10px 0 30px 0;
    text-align: center;
    font-weight: normal;
    color: #535355
}

.about-firm .content-box {
    background: #000 url("../images/firm-bg.jpg") no-repeat right center;
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 160px 0
}

.about-firm .custom-btn {
    margin: 0;
    padding: 0
}

.about-firm .custom-btn a {
    padding: 10px 30px;
    background: #2a8ce7;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    font-size: 18px;
    border-radius: 30px;
    align-items: center
}

.about-firm .custom-btn a span {
    display: flex;
    transform: rotate(-45deg);
    margin: 3px 0 0 8px;
}

.about-firm .custom-btn a:hover {
    background: #fff;
    color: #2a8ce7;
}

.about-firm .content {
    width: 100%;
    max-width: 600px
}

.about-firm .content h4 {
    font-size: 42px;
    margin: 10px 0 30px 0;
    font-weight: normal;
    color: #fff
}

.dedicated-team {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    background: #fff;
    color: #000
}

.dedicated-team p:last-child {
    margin-bottom: 0;
}

.dedicated-team h2 {
    font-size: 42px;
    margin: 0 0 15px 0;
    font-weight: normal;
    color: #525354
}

.dedicated-team .content-box,
.dedicated-team .img-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

.dedicated-team .img-box img {
    height: 100%;
    border-radius: 15px;
    object-fit: cover
}

.meet-our-attorneys {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center
}

.meet-our-attorneys h2 {
    font-size: 60px;
    margin: 0 0 15px 0;
    font-weight: normal;
    color: #525354
}

.meet-our-attorneys .list-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: left
}

.meet-our-attorneys .list-items li {
    display: flex;
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    color: #000;
    margin: 0 0 45px 0;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    font-size: 18px
}

.meet-our-attorneys .list-items blockquote {
    margin: 0 0 30px 0;
    position: relative;
    border-left: 1px solid #525354;
    padding: 0 0 0 30px
}

.meet-our-attorneys .list-items li p strong {
    font-weight: 600
}

.meet-our-attorneys .list-items li p {
    margin-bottom: 0
}

.meet-our-attorneys .list-items li:last-child {
    margin-bottom: 0
}

.meet-our-attorneys .auther {
    text-align: center;
}

.meet-our-attorneys .auther a {
    background: #2A8CE6;
    position: absolute;
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.meet-our-attorneys .auther i {
    display: inline-flex;
    transform: rotate(-45deg);
    margin: 0 0 0 8px;
}

.meet-our-attorneys .list-items blockquote:before {
    border-left: 10px solid #525354;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    margin-top: -10px
}

.meet-our-attorneys .list-items li:nth-child(even) .auther {
    background: #525354;
}

.inner-banner {
    margin: 0;
    padding: 150px 0;
    position: relative;
    z-index: 1;
    width: 100%;
    background: url("../images/about-banner.jpg") no-repeat top center;
    background-size: cover !important;
    color: #fff;
}

.inner-banner h2 {
    font-size: 30px;
    margin: 0 0 15px 0
}

.inner-banner a {
    color: #fff
}

.inner-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.inner-banner h1 {
    font-size: 60px;
    margin: 0 0 15px 0;
}

.inner-banner .custom-btn {
    margin: 0;
    padding: 0
}

.inner-banner .custom-btn a {
    padding: 10px 30px;
    background: #2a8ce7;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    font-size: 18px;
    border-radius: 30px;
    align-items: center
}

.inner-banner .custom-btn a span {
    display: flex;
    transform: rotate(-45deg);
    margin: 0 0 0 8px;
}

.inner-banner .custom-btn a:hover {
    background: #fff;
    color: #2a8ce7
}

.inner-banner .content-box {}

.contact-page {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #fff
}

.inner-banner .sub-title {
    font-size: 21px
}

.inner-banner .sub-title span {
    position: relative;
    padding: 0 0 0 20px;
}

/* .inner-banner .sub-title span:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    content: "";
    border-radius: 100%;
    top: 7px;
    left: 0
} */

.company-experience {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    background: #fff;
    color: #000
}

.company-experience p:last-child {
    margin-bottom: 0;
}

.company-experience h1 {
    font-size: 60px;
    margin: 0 0 15px 0;
    font-weight: normal;
    color: #525354
}

.company-experience .content-box,
.company-experience .img-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

.company-experience .img-box img {
    height: 100%;
    border-radius: 15px;
    object-fit: cover
}


.company-experience .counter-list {
    margin: 0 0 45px 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    border-radius: 30px
}

.company-experience .counter-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    margin: 0;
    width: 25%;
    flex-direction: column;
    border-left: 1px solid #8C8D8E
}

.company-experience .counter-list li:first-child {
    border-left: none
}

.company-experience .counter-list li:first-child {
    border-left: none
}

.company-experience .content {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    color: #8C8D8E
}

.company-experience .title {
    color: #8C8D8E;
    font-size: 18px;
    font-weight: 400;
    margin: 0
}

.blog-page {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #fff
}

.inner-page {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #fff
}

.inner-page .form-check {
    padding-left: 0
}

.inner-page .form-check .wpcf7-list-item.first {
    margin-left: 0
}

.inner-page .wpcf7-form .form-label {
    margin-bottom: 0
}

.inner-page .wpcf7-form p {
    margin-bottom: 0 !important;
}

.inner-page .wpcf7-form-control.wpcf7-submit {
    padding: 10px 30px;
    width: auto !important;
    display: block;
    margin: 0 auto;
    border-radius: 30px
}

.inner-page .wpcf7-form.invalid .wpcf7-response-output {
    border: none;
    margin: 15px 0 0 0;
    background: #ff0000;
    text-align: center
}

.inner-page .content-box.p-3 {
    padding-bottom: 0 !important;
}

.practice-area {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%
}

.practice-area li {
    width: 33.333%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 0 30px 0
}

.practice-area .content-box {
    display: flex;
    background: #000;
    flex-direction: column;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    height: 100%
}

.practice-area .content-box h4 {
    font-size: 21px;
    margin: 0 0 15px 0
}

.practice-area .content-box .img-box {
    width: 80px;
    background: #fff;
    padding: 20px;
    border-radius: 100%;
    margin: 0 auto 15px auto;
    height: 80px
}

.practice-area .content-box .custom-btn {
    margin: 0;
    padding: 0
}

.practice-area .content-box .custom-btn a {
    color: #000;
    display: inline-flex;
    padding: 8px 15px;
    background: #fff;
    border-radius: 25px
}

footer.site-footer {
    background: #000;
    color: #fff;
    position: relative;
    margin: 0;
    padding: 60px 0 15px 0
}

footer.site-footer .news-letter {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

footer.site-footer .news-letter form {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

footer.site-footer .news-letter input[type="email"] {
    padding: 25px 75px 25px 25px;
    width: 100%;
    border: none;
    border-radius: 50px
}

footer.site-footer .news-letter .es-form-field-container .gjs-cell {
    position: relative;
}

footer.site-footer .news-letter .es-form-field-container .gjs-cell input[type="submit"] {
    position: absolute;
    right: 7px;
    top: 7px;
    background: url("../images/arrow-icon.png") no-repeat center center #2a8ce7;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-indent: -9999px;
    border: none
}

footer.site-footer .news-letter .es-form-field-container .gjs-cell input[type="submit"]:hover {
    background-color: #000;
}

footer.site-footer .sub-title {
    text-align: center;
    font-size: 21px;
    text-align: center
}

footer.site-footer .sub-title span {
    position: relative;
    padding: 0 0 0 20px
}

/* footer.site-footer .sub-title span:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    content: "";
    border-radius: 100%;
    top: 7px;
    left: 0
} */

footer.site-footer h5 {
    font-size: 48px;
    margin: 10px 0 30px 0;
    text-align: center;
    font-weight: normal;
    color: #fff;
    text-align: center
}

footer.site-footer .footer-bottom {
    padding: 0 0 15px 0
}

footer.site-footer .foot-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between
}

footer.site-footer .foot-nav li {
    margin: 0;
    padding: 0
}

footer.site-footer .foot-nav li a {
    color: #fff;
    text-decoration: none
}

footer.site-footer .foot-nav li a:hover {
    color: #2a8ce7;
}

footer.site-footer .contact-info {
    margin: 45px 0 30px 0;
    padding: 30px 0;
    width: 100%;
    list-style-type: none;
    border-top: 1px solid #3d3b3c;
    border-bottom: 1px solid #3d3b3c;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

footer.site-footer .contact-info li {
    margin: 0;
    padding: 0 30px;
    font-size: 18px;
    position: relative
}

footer.site-footer .contact-info li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    content: "";
    border-radius: 100%;
    top: 7px;
    left: 10px
}

footer.site-footer .contact-info li a {
    color: #fff;
    text-decoration: none
}

footer.site-footer .contact-info li a:hover {
    color: #2a8ce7;
}

.home-slider{margin: 0; padding: 0; width:100%; position: relative;}
.home-slider .item{position: relative; }
.home-slider .item img{max-height: 100vh; object-fit: cover;}
/* .home-slider .item:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: "";  background: rgb(0, 0, 0); background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);} */
/* .home-slider .content-box {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; display: flex; flex-wrap: wrap; flex-direction: column; height: 100%; justify-content: center;} */
.home-slider .title {font-size: 72px; margin: 0 auto 30px auto; max-width: 800px; color: #fff; font-family: "Playfair Display", serif !important; line-height: normal;text-align: center;}
.home-slider .custom-btn {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.home-slider .custom-btn a {padding: 10px 30px; background: #2a8ce7; color: #fff; text-decoration: none; display: inline-flex; font-size: 18px; border-radius: 30px; align-items: center}
.home-slider .custom-btn a span {display: flex; transform: rotate(-45deg); margin: 0 0 0 8px;}
.home-slider .custom-btn a:hover {background: #fff; color: #2a8ce7}
/* .home-slider .owl-nav {position: absolute; left: 0; top: 50%; width: 100%; margin-top: -30px;}
.home-slider .owl-nav button {background-color:rgba(255, 255, 255, 0.2) !important; width: 60px; height: 60px; position: absolute; border-radius: 10px; display: flex; align-items: center; justify-content: center;}
.home-slider .owl-nav button.owl-prev {left: 15px;position: relative;z-index: 99;}
.home-slider .owl-nav button.owl-next {right: 15px;position: relative;z-index: 99;}
.home-slider .owl-nav button span {    font-size: 32px;}
.home-slider .owl-nav button:hover {background: #2a8ce7 !important;}
.home-slider .owl-nav button:hover span {color: #fff;} */


/*--------- Responsive css --------*/
@media(min-width:1200px) and (max-width:1399px) {
    header.site-header .header-right {
        width: 30%
    }

    header.site-header .header-menu {
        width: 45%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .we-help h3 {
        font-size: 28px;
    }

    .we-help .content .title {
        font-size: 18px;
    }

    .counter-info .title {
        font-size: 16px;
    }

    .about-firm .content-box {
        padding: 60px 0;
    }

    .about-firm h3,
    .we-offer h4,
    .company-experience h1,
    .meet-our-attorneys h2 {
        font-size: 42px;
    }

    .consultation-newyark h4,
    .dedicated-team h2 {
        font-size: 30px;
    }

    header.site-header .header-right {
        width: 32%
    }

    header.site-header .header-menu {
        width: 45%;
        padding: 0
    }

    header.site-header .site-brand {
        width: 23%
    }

    .home-banner {
        padding: 120px 0;
    }

    .home-banner h1 {
        font-size: 48px;
    }

    footer.site-footer h5 {
        font-size: 36px;
    }

    .inner-banner h1 {
        font-size: 48px;
    }

    .inner-page .content-box h2 {
        font-size: 24px
    }

    .practice-area li {
        width: 50%
    }

    .page-id-118 .inner-page {
        padding-bottom: 30px;
    }

    header.site-header .header-right {
        width: 50%;
        order: 2
    }

    header.site-header .header-menu {
        width: 100%;
        order: 3
    }

    header.site-header .site-brand {
        width: 50%;
        order: 1
    }

    header.site-header .site-brand img {
        max-height: 30px
    }

    header.site-header .gt_switcher {
        left: 35%
    }
}

@media(min-width:768px) and (max-width:991px) {

    .counter-info .content,
    .company-experience .content {
        font-size: 36px;
    }

    .about-firm .content-box {
        padding: 45px 0;
    }

    .about-firm .content h4 {
        font-size: 30px;
    }

    .home-banner h1 {
        font-size: 42px;
    }

    .home-banner {
        padding: 150px 0 60px 0;
    }

    .consultation-newyark .img-box img {
        max-height: 350px;
    }

    header.site-header .header-right {
        width: 50%;
        order: 2
    }

    header.site-header .header-menu {
        width: 100%;
        order: 3
    }

    header.site-header .site-brand {
        width: 50%;
        order: 1
    }

    header.site-header .site-brand img {
        max-height: 30px
    }

    .inner-banner h1 {
        font-size: 36px;
    }

    header.site-header .gt_switcher {
        left: 10%
    }
    .home-slider .title{font-size: 42px;}
}

@media(min-width:768px) {
    header.site-header .main-menu li:hover .sub-menu {
        display: block !important;
    }

    header.site-header .header-menu .mobile-menu {
        display: none;
    }
}

@media(max-width:991px) {
    .we-help .help-list {
        margin: 30px 0 0 0;
    }

    .about-firm .content {
        max-width: 100%;
        text-align: center;
    }

    .about-firm .content-box:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        content: ""
    }

    .consultation-newyark .img-box img {
        height: auto;
        object-fit: contain;
    }

    .consultation-newyark .content-box {
        text-align: center;
        margin: 0 0 30px 0;
    }

    .we-help {
        text-align: center;
        padding: 30px 0 0 0;
    }

    .google-map .content-box a {
        font-size: 32px;
    }

    footer.site-footer h5,
    .consultation-newyark h4,
    .we-offer h4,
    .about-firm h3,
    .we-help h3,
    .free-consultation h2,
    .company-experience h1,
    .meet-our-attorneys h2,
    .dedicated-team h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .free-consultation,
    .we-offer,
    .client-reviews,
    .contact-page,
    .blog-page,
    .inner-page,
    .dedicated-team,
    .company-experience {
        padding: 30px 0;
    }

    footer.site-footer {
        padding: 30px 0 15px 0;
    }

    .about-firm,
    .consultation-newyark,
    .meet-our-attorneys {
        padding-top: 30px;
    }

    header.site-header {
        padding: 15px 0;
    }

    .inner-banner h2 {
        font-size: 21px;
    }

    .inner-page .content-box h2 {
        font-size: 24px
    }
}

@media(max-width:767px) {

    .we-help .help-list li,
    .we-offer .offer-list li {
        width: 100% !important;
        margin-bottom: 15px
    }

    .we-help .help-list li:last-child,
    .we-offer .offer-list li:last-child {
        margin-bottom: 0;
    }

    .counter-info .counter-list li,
    .company-experience .counter-list li {
        width: 100%;
        padding: 15px 0;
        text-align: center;
        border: none;
        border-bottom: 1px solid #808080;
    }

    .counter-info .counter-list li:last-child,
    .company-experience .counter-list li:last-child {
        border-bottom: none;
    }

    .home-banner h1 {
        font-size: 36px;
    }

    .we-help .content {
        min-height: auto;
    }

    .counter-info .counter-list {
        padding: 0 25px 15px 25px;
        border-radius: 15px;
    }

    .counter-info .content,
    .company-experience .content {
        font-size: 42px;
    }

    .about-firm .content-box {
        padding: 30px 0;
    }

    .about-firm .content h4 {
        margin-top: 0;
    }

    .about-firm .content-box {
        background: #000 url(../images/firm-bg.jpg) no-repeat 80% center !important;
    }

    .about-firm .content-box:before {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .about-firm .content h4 {
        font-size: 30px;
    }

    .client-reviews p {
        font-size: 21px;
    }

    .google-map .content-box a {
        font-size: 24px;
    }

    .google-map img {
        min-height: 150px;
        object-fit: cover;
    }

    footer.site-footer .contact-info {
        margin: 0 0 15px 0;
        padding: 15px 0;
    }

    footer.site-footer .footer-bottom {
        text-align: center;
    }

    footer.site-footer .contact-info {
        justify-content: flex-start;
        text-align: left;
    }

    footer.site-footer .contact-info li:first-child {
        margin-bottom: 15px;
    }

    footer.site-footer .foot-nav {
        margin: 15px 0;
    }

    .google-review .ti-reviews-container,
    .google-review .ti-widget.ti-goog .ti-widget-container {
        margin-bottom: 0 !important;
    }

    header.site-header .custom-btn {
        display: none;
    }

    header.site-header .header-right {
        justify-content: flex-end;
    }

    header.site-header .gt_switcher {
        right: 15px;
        top: 23px;
    }

    header.site-header.fixed-header {
        min-height: 115px;
    }

    .home-banner {
        padding: 130px 0 30px 0;
    }

    .inner-banner h1 {
        font-size: 32px;
    }

    .page-template-template-about .inner-banner {
        padding-bottom: 30px;
        background-position: 65% center !important;
        text-align: center;
    }

    .page-template-template-blog .inner-banner,
    .page-template-template-contact .inner-banner,
    .inner-banner {
        padding-bottom: 30px;
        background-position: right center !important;
        text-align: center;
    }

    .company-experience .counter-list {
        margin-bottom: 0;
    }

    .company-experience {
        padding-top: 0;
    }

    .company-experience .img-box,
    .dedicated-team .content-box {
        margin-bottom: 15px;
    }

    .home-banner {
        padding: 150px 0 30px 0;
    }

    .practice-area li {
        width: 100%;
    }


    header.site-header .header-menu {
        position: relative;
    }

    header.site-header .header-menu .mobile-menu {
        opacity: 1;
        position: absolute;
        z-index: 9;
        left: 15px;
        top: 15px;
        background: #2a8ce7;
        padding: 5px 10px;
        border-radius: 5px;
    }

    header.site-header .header-menu .mobile-menu .bar1,
    header.site-header .header-menu .mobile-menu .bar2,
    header.site-header .header-menu .mobile-menu .bar3 {
        width: 35px;
        height: 3px;
        background-color: #fff;
        margin: 5px 0;
        transition: 0.4s;
    }

    header.site-header .header-menu .mobile-menu.close .bar1 {
        transform: translate(0, 8px) rotate(-45deg);
    }

    header.site-header .header-menu .mobile-menu.close .bar3 {
        transform: translate(0, -8px) rotate(45deg);
    }

    header.site-header .header-menu .mobile-menu.close .bar2 {
        opacity: 0;
    }

    header.site-header .main-menu li a {
        padding: 0 5px;
        color: #000;
        border: none;
        border-radius: 0;
    }

    header.site-header .main-menu {
        position: absolute;
        left: 0;
        top: 55px;
        width: 100%;
        background: #f2f2f2;
        padding: 0 15px;
        flex-wrap: wrap;
        z-index: 99;
    }

    header.site-header .main-menu li {
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px solid #ccc;
        position: relative;
        width: 100%;
        flex-wrap: wrap;
    }

    header.site-header .main-menu li:last-child {
        border-bottom: none;
    }

    header.site-header .main-menu li.menu-item-has-children:before {
        position: absolute;
        right: 0;
        top: 5px;
        width: 42px;
        height: 33px;
        background: #000;
        color: #fff;
        content: "\f107";
        font-family: 'FontAwesome';
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header.site-header .main-menu li .sub-menu {
        top: 10px;
        position: relative;
        border-radius: 0;
        padding: 10px;
        width: 100%
    }

    header.site-header .main-menu {
        display: none;
    }

    header.site-header .main-menu .sub-menu li.menu-item-has-children:before {
        display: none
    }

    header.site-header .main-menu .sub-menu li .sub-menu {
        display: block !important;
        left: 0;
        position: relative;
        padding: 0
    }

    header.site-header .site-brand {
        text-align: center;
    }

    header.site-header .main-menu li .sub-menu li a {
        color: #fff;
        padding: 0;
        display: block;
    }
    .home-slider .title{font-size: 24px;}
    .home-slider .item img{min-height: 350px; object-fit: cover;}
    .home-slider .owl-nav button.owl-prev{left:0}
    .home-slider .owl-nav button.owl-next{right:0}
    .home-slider .owl-nav button {height:45px; width:45px; border-radius: 5px;}
/*     .home-slider .content-box{padding: 0 50px; left:0; top:120px; transform: none; justify-content: flex-start;} */
	.home-slider { min-height:600px !important}


}