:root {
    --clr-primary: #0b2a4e;
    --clr-accent: #e6e9ed;
    --clamp-title: clamp(1.75rem, 3.8vw, 2.9rem);
    --clamp-sub-title: clamp(1.25rem, 2.5vw, 28px);
    --clr-black: #000;
    --clr-dark: #1e1e1e;
    --clr-body: #4a4a4a;
    --clr-white: #fff;
    --clr-gray: #808080;
    --clr-gray-100: #f8f8f8;
    --clr-gray-200: #ededed;
    --clr-gray-300: #d8d8d8;
    --clr-gray-400: #ccc;
    --clr-gray-500: #bfbfbf;
    --clr-gray-600: #a6a6a6;
    --clr-gray-700: #a1a1a1;
    --clr-gray-800: #9d9d9d;
    --clr-gray-900: #909090;
    --font-title: 'Conv_AGaramondPro-Regular';
    --font-body: 'Open Sans', sans-serif;
    --smooth-shadow: 0px 0.6px 0.9px rgba(0, 0, 0, 0.006), 0px 1.4px 2.1px rgba(0, 0, 0, 0.009), 0px 2.3px 3.5px rgba(0, 0, 0, 0.011), 0px 3.5px 5.2px rgba(0, 0, 0, 0.013), 0px 5px 7.5px rgba(0, 0, 0, 0.015), 0px 7.1px 10.6px rgba(0, 0, 0, 0.017), 0px 10.1px 15.1px rgba(0, 0, 0, 0.019), 0px 14.6px 21.9px rgba(0, 0, 0, 0.021), 0px 22.5px 33.8px rgba(0, 0, 0, 0.024), 0px 40px 60px rgba(0, 0, 0, 0.03);
    --border-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    --elevation-1: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    --elevation-2: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    --elevation-3: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    --elevation-4: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    --clamp-btn: clamp(1em, 2.5vw, 1.25em) clamp(1em, 2.5vw, 2em);
    --clamp-box: clamp(1rem, 3vw, 1.25rem);
    --overlay-linear: linear-gradient(hsl(212, 75%, 17%, 85%), hsl(0 0% 0% / 85%));
    --overlay-secondary-and-dark: linear-gradient(hsl(90.87deg 89.61% 30.2% / 50%), hsl(0 0% 0% / 85%));
    --section-padding: clamp(40px, 10vw, 80px);
    --fw-title: 400;
}

:is(.overlay-dark, .overlay-linear) {
    position: relative;
    isolation: isolate;
    background-size: cover;
    background-attachment: fixed;
}

.overlay-dark::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(hsl(0 0% 0% / 75%), hsl(0 0% 0% / 75%));
}

.overlay-linear::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    background-image: var(--overlay-linear);
}


/*--------------------------------------------------------------
# Inner Banner
--------------------------------------------------------------*/

.inner-banner {
    position: relative;
    min-height: 25vh;
    min-height: 25dvh;
    padding-block: var(--section-padding);
    display: grid;
    place-items: center;
    grid-template-areas: "stacked";
    overflow: hidden;
}

.inner-banner.styled {
    place-items: unset;
    padding-block: 0;
}

.inner-banner.styled .row {
    height: 100%;
}

.inner-banner>* {
    grid-area: stacked;
}

.inner-banner-image img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: bottom;
}

.inner-banner-image img.dark {
    filter: brightness(0.3);
}

.inner-banner-content .banner-title>* {
    margin: 0;
    font-size: var(--clamp-title);
    color: var(--clr-white);
}

.office-banner .inner-banner-content .banner-title>* {
    margin-bottom: 1.5rem;
}

.office-banner .inner-banner-content .banner-text *:not(span) {
    color: #fff;
    font-size: 1.25rem;
}

.office-banner .inner-banner-content .common-btn {
    padding: 0.71rem 2.5rem;
    border-color: #fff;
    background-color: transparent;
}

.bg-accent {
    background-color: var(--clr-accent);
}

.bg-filled {
    background-color: var(--clr-primary);
    color: var(--clr-white);
}

.bg-filled .section-title>* {
    color: var(--clr-white);
}

.bg-filled .btn {
    background-color: var(--clr-secondary);
}

* {
    box-sizing: border-box;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #08c;
}

header#hdr a.login-text:hover,
header#hdr a.head-call:hover {
    color: #fff;
}

div#custom-search-input button.btn.btn-danger {
    background: #0b2a4e;
    border: 1px solid #0b2a4e;
    margin: 0px 10px;
}

p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

section {
    overflow: hidden;
}

header.header {
    width: 100%;
    max-width: 100%;
    padding-block: 10px;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: #0b2a4e;
}

header.header .common-btn {
    background-color: #fff;
    border-color: #fff;
    color: #0b2a4e !important;
}

header.header::before {
    background-color: #000;
    content: "";
    height: 0;
    width: 100%;
    bottom: 0;
    transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    position: absolute;
    z-index: -1;
}

header.header .container {
    max-width: 1545px;
}

header.header a.common-btn {
    margin-right: 15px;
    color: #fff;
    padding: 2px 15px;
}

.site-logo {
    display: block;
    position: relative;
    z-index: 10;
}

header.header.homepage {
    position: sticky;
    top: 0;
    background-color: #0b2a4e;
}

.site-logo img {
    max-width: 340px;
    width: 100%;
}

header,
.site-logo img {
    transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

a.login-text {
    line-height: 22px;
    text-decoration: none;
    color: #fff;
}

a.head-call:hover {
    color: #0056b3;
}

.login-text {
    margin-left: 15px;
    margin-right: 15px;
}

a.login-text span {
    display: block;
}

.head-call {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-right: 18px;
}

.login-text {
    font-size: 14px;
}

.common-btn {
    background-color: #0b2a4e;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 8px 28px;
    text-transform: capitalize;
    line-height: 1.1;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    border: 2px solid #0b2a4e;
    border-radius: 3px;
    text-decoration: none;
}

.common-btn,
.common-btn::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.common-btn::before,
.common-btn::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
}

.common-btn:hover {
    color: #0b2a4e !important;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    outline: none;
}

.common-btn:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.common-btn::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.header-action i.fa.fa-search {
    background: #ffffffc2;
    width: 34px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    color: #0b2a4e;
    border-radius: 2px;
}

.header-action .btn.btn-danger i.fa.fa-search {
    background: none;
    color: #fff;
}

.modal-header h4 {
    margin-bottom: 0;
}

#myModal .modal-dialog {
    margin-top: 200px;
}

.header_social_icon {
    margin: 0 17px 0 0;
}

.header_social_icon li a {
    color: #fff;
    margin-left: 15px;
}

.navbar.navbar-expand-lg {
    padding: 5px 0;
    margin-top: 18px;
}

header div#navbarNav ul li {
    position: relative;
}

header .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 9px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

form#contact_form .form-group.col-md-5 .form-group.col-lg-8.col-md-8.col-sm-12.col-12 {
    padding-left: 0px;
}

ul.dropdown-menu li a {
    color: #000;
    width: 100%;
    float: none;
    padding: 5px 15px;
    display: inline-block;
}

.header_social_icon li {
    list-style: none;
}

header.header {
    border-top: 3px solid #08c;
    background-color: #0b2a4e;
    position: relative;
}

section.hero-sec .carousel-inner {
    height: 100%;
}

.hero-sec {
    margin-top: 0;
}

section {
    position: relative;
    z-index: 1;
}

#banner .carousel-caption {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
}

section#banner .carousel-caption .custom {
    text-align: left;
}

section#banner .carousel-caption .custom h1 {
    font-family: 'Conv_AGaramondPro-Regular';
    font-weight: normal;
    font-size: 55px;
    line-height: 60px;
    text-transform: capitalize;
}

section#banner .carousel-caption .custom ul {
    display: flex;
    margin: 0;
    padding: 0;
}

section#banner .carousel-caption .custom ul li {
    list-style: none;
    font-size: 17px;
    line-height: 26px;
}

section#banner .carousel-caption .custom ul li p {
    padding: 0px 15px;
    margin-bottom: 0px;
    position: relative;
    text-shadow: 1px 1px #000;
}

section#banner .carousel-caption .custom ul li p:first-child:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #0b2a4e;
    width: 7px;
    height: 20px;
    top: 6px;
    left: 0px;
}

section#banner ul.carousel-indicators {
    display: none !important;
}

section.our_client.common-sec {
    background: #f1f3f4;
    padding: 50px 0;
}

section.our_client h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'Conv_AGaramondPro-Regular';
    font-weight: normal;
}

section.our_client.common-sec ul.our_client_section {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

section.our_client.common-sec ul.our_client_section li {
    text-align: center;
    list-style: none;
}

section.our_services {
    background: #f4f6f7;
}

.heading_section h2 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
}

.heading_section h2:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #0b2a4e;
    width: 5px;
    height: 35px;
    top: 4px;
    left: 0px;
}

ul#myTab .nav-link.active {
    background-color: #0b2a4e !important;
}

ul#myTab li.nav-item a h3 {
    font-size: 30px;
}

ul#myTab li.nav-item a p {
    margin: 0px;
    font-size: 17px;
    line-height: 26px;
}

h2 {
    font-size: 45px;
    line-height: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Conv_AGaramondPro-Regular';
    font-weight: normal;
}

section.our_services.common-sec ul#myTab li.nav-item a {
    padding: 15px;
    border-radius: 0px;
}

section.our_services.common-sec ul#myTab li.nav-item a {
    background-color: #555;
    margin-bottom: 12px;
    color: #fff;
    padding: 22px;
    border-radius: 0px;
}

section.our_services.common-sec .form-contact {
    padding: 30px 15px;
    border: 1px solid #d0d0d0;
    height: 100%;
}

.common-sec {
    padding: 50px 0;
}

section.our_services.common-sec ul#myTab li.nav-item:last-child a {
    margin-bottom: 0px;
}

section.our_services.common-sec .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

section.our_services.common-sec .form-side-outer .form-row>.col,
section.our_services.common-sec .form-side-outer .form-row>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}

section.our_services.common-sec .form-side-outer.form-contact .form-control {
    border-radius: 2px;
    background: none;
    border: 1px solid #a6a6a6;
    min-height: 57px;
}

section.our_services.common-sec .form-side-outer.form-contact textarea#message {
    min-height: 140px;
}

.videosec {
    padding: 50px 0;
    background: #fff;
}

.abt-outer {
    padding: 50px 0;
    background: #f4f6f7;
}

.video-text img {
    float: left;
    padding: 10px;
    margin: 0 15px 15px 0;
    border: 1px solid #ddd;
    background: #fff;
    width: 50%;
}

.books_sec {
    padding: 50px 0;
    border-top: 1px solid #d0d0d0;
    background: #f5f5f5;
}

.video-con {
    padding-bottom: 20px;
    background: #fff;
}

.video-con-header {
    padding: 10px 15px;
    background: #0b2a4e;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.video-con-header h4 {
    margin-left: 10px;
    line-height: 1;
    margin-bottom: 0;
    display: inline-block;
}

.text-white {
    color: #fff !important;
}

.video-con p {
    padding: 15px 15px 0 15px;
}

.amazon-btn {
    border: 1px solid #d0d0d0;
}

.amazon-btn {
    margin-left: 15px;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
}

.book-inner {
    border: 1px solid #d0d0d0;
}

.book-inner .video-left {
    width: 100%;
    float: left;
}

.awarded_sec {
    background-image: url(../img/award_section.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    position: relative;
}

.awarded_sec:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 52%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.heading_white h2 {
    color: #fff;
}

.awarded_sec ul {
    align-items: center;
}

.awarded_sec ul li {
    padding: 0px 28px;
}

.news_video {
    background: #f4f6f7;
}

section.news_video .news_section h5 {
    margin-bottom: 10px;
}

section.news_video .news_section h5 a {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #0b2a4e;
    font-weight: 500;
}

.news_section p {
    color: #0f0f0f;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.news_video .left_side_news {
    border-right: 1px solid #d0d0d0;
    padding-right: 26px;
}

.video_section_sec .vdo-box,
.vdo-box {
    position: relative;
    overflow: hidden;
    transition: all ease 1s;
    padding-top: 0px;
}

.video_section_sec .vdo-box:before,
.vdo-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all ease 1s;
}

.video_section_sec .vdo-box img,
.vdo-box img {
    transition: all ease 1s;
}

span.hover_play {
    position: absolute;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    left: 0px;
    font-size: 45px;
    color: #fff;
    opacity: 0;
    transition: all ease 1s;
}

span.hover_play i {
    text-align: center;
    width: 100%;
    font-size: 35px;
}

.video_section_sec .vdo-box-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 10px;
    z-index: 9999;
    display: block;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    left: 0;
}

.vdo-box:hover:before {
    opacity: 0.9;
    transition: all ease 1s;
    z-index: 9;
}

.video_section_sec .vdo-box:hover span.hover_play,
.vdo-box:hover span.hover_play {
    opacity: 0.9;
    bottom: 65px;
    transition: all ease 1s;
}

.video_section_sec .vdo-box:hover img,
.vdo-box:hover img {
    transform: scale(1.1);
    transition: all ease 1s;
}

.news-event_sec {
    background: #0b2a4e;
}

.bottom-border {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 35px;
    line-height: 42px;
    padding-bottom: 10px;
}

.news-section {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}

.news-list h6 {
    font-family: 'Open Sans';
    font-weight: 600;
}

.news-list p {
    line-height: 1.9;
    margin-bottom: 0;
}

.news-list a {
    text-decoration: underline;
    display: inline-block;
    float: right;
    color: #fff;
}

.news-list a:hover {
    text-decoration: none;
}

.center-btn .common-btn {
    margin-top: 20px;
    background: #fff;
    color: #0b2a4e !important;
}

.center-btn .common-btn:hover {
    color: #fff !important;
}

section.vdo-sec {
    background: #f4f6f7;
}

section.testimonials-sec {
    background-image: url(../img/testi-bg.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonials-box p,
.testimonials-box span {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}

.testimonials-box span {
    display: block;
}

section.testimonials-sec .slick-prev,
section.testimonials-sec .slick-next {
    display: none !important;
}

.copy_right {
    background-color: #001833;
}

section.copy_right p,
section.copy_right p a {
    color: #fff;
    text-align: left;
    margin: 0px;
    padding: 15px 0px;
}

p.dislink.right_align_menu {
    text-align: right !important;
}

span.divider_dislinks {
    display: inline-block;
    background: #ccc;
    width: 1px;
    height: 20px;
    margin: 0 12px;
    position: relative;
    top: 5px;
}

section#banner .carousel-item img {
    width: 100%;
}

header.header.Sticky-fixed {
    top: 0px;
    border-bottom: 1px solid #ccc;
    border-top: 0px;
}

section.aboutimmg {
    background: url(../img/abbac.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.aboutimmg .abtext {
    background: rgb(255 255 255 / 92%);
    padding: 30px;
    width: 50%;
    float: right;
}

.conbtn ul {
    margin: 0;
    padding: 0;
}

.conbtn ul li {
    display: inline-block;
    list-style: none;
    margin: 0px 5px 0px 0px;
}

section.information {
    text-align: center;
    padding: 60px 0px;
}

section.information .abinf h3 {
    font-size: 32px;
    line-height: 42px;
    color: #000;
}

.news-testi-sec.nswts {
    background: #f4f6f7;
    padding: 50px 0px 30px 0px;
}

.news-testi-sec.nswts ul {
    list-style: none;
    margin: auto;
    padding: 0;
}

.news-testi-sec.nswts .news-left-main li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.news-testi-sec.nswts .news-left-box h4 {
    margin-bottom: 6px;
}

.news-testi-sec.nswts .news_section h5 a,
.news-testi-sec.nswts .news-left-box h4 a {
    font-size: 18px;
    color: #0b2a4e;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: capitalize;
}

.news-testi-sec.nswts .news-left-main li p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
}

.news-testi-sec.nswts .news-left-btn a {
    display: inline-block;
    color: #05497a;
    font-weight: 600;
    font-size: 16px;
}

.innner-vid-sec-main.invdeo .wl_video_testimonials_new li {
    display: inline-block;
    width: 31.3%;
    margin: 0 !important;
    margin-right: 17px !important;
    margin-bottom: 25px !important;
}

.innner-vid-sec-main.invdeo .wl_video_testimonials_new li .video_col {
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 0 0 15px #e0dcdc;
    overflow: hidden;
}

.vdo-box {
    transition: all ease 1s;
}

.innner-vid-sec-main.invdeo .wl_video_testimonials_new li .video_col h4 {
    font-size: 17px;
    padding: 1px 5px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.innner-vid-sec-main.invdeo .wl_video_testimonials_new ul li .overlay i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #0b2a4e;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 58px;
    left: 12%;
    transform: translateX(-50%);
}

.innner-vid-sec-main.invdeo .wl_video_testimonials_new li:nth-child(3),
.innner-vid-sec-main.invdeo .wl_video_testimonials_new li:nth-child(6) {
    margin-right: 0px !important;
}

section.abtforum {
    padding: 50px 0px;
    background: #f2f2f2;
}

section.abtforum .abtfrm {
    width: 40%;
    background: #0000006b;
    padding: 25px;
}

section.abtforum .right_side_form.video_form.clearfix {
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
}

section.abtforum .right_side_form.video_form .form-group.col-md-12.subm {
    padding-left: 0;
}

section.sectitle {
    text-align: center;
    padding: 20px 0px;
    background: #f0f0f0;
}

section.sectitle h2,
section.sectitle h1 {
    color: #000;
}

.partners-new a img {
    width: 100% !important;
}

.partners-new a.float-left {
    width: 100%;
}

.desc .name a {
    color: #000;
    font-weight: 600;
    font-family: 'AGaramondPro-Regular';
    font-size: 30px;
}

section.partsect .partners-new .desc .name a {
    color: #000;
    font-family: 'Conv_AGaramondPro-Regular';
    font-weight: normal;
    font-size: 30px;
}

section.partsect .partners-new p a {
    color: #05497a;
    text-decoration: none;
}

section.partsect {
    background: #f4f6f7;
    padding: 60px 0px;
}

section.partsect .partners-new p span {
    font-weight: 700;
}

section.partsect .partnersect .partners-new {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

section.partsect .partnersect .partners-new.mb0 {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

section.partsect .partnersect .partners-new.mb0 {
    margin-bottom: 0px;
}

.prtch .partners-new {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.prtch .partners-new.mb0 {
    margin-bottom: 0px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 0px;
}

.prtch .partners-new.mb0 {
    margin-bottom: 0px;
}

.prtch .partners-new h2 a {
    color: #000;
    font-family: 'Conv_AGaramondPro-Regular';
    font-size: 30px;
}

.prtch .partners-new h2 {
    font-size: 30px;
    font-weight: 700;
}

section.ofcounsel {
    background: url(../img/cousel.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.ofcounsel .abtext {
    background: rgb(0 0 0 / 80%);
    padding: 30px;
    width: 50%;
    float: right;
}

section.ofcounsel .abtext h2,
section.ofcounsel .abtext p {
    color: #fff;
}

section.jnav {
    padding: 50px 0px;
}

section.martin .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section.martin {
    background: #0b2a4e;
}

section.martin .abinf {
    padding: 50px 0px;
    max-width: 600px;
}

section.martin .abinf h1,
section.martin .abinf p {
    color: #fff;
}

.cnsl img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
}

.cnsl1 img {
    width: 100%;
    height: 1060px;
    object-fit: cover;
}

section.victcalle {
    background: url(../img/victbac.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

section.victcalle:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 65%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section.victcalle h1,
section.victcalle p {
    color: #fff;
}

section.heln {
    padding: 50px 0px;
}

section.danrett {
    padding: 50px 0px;
}

section.danrett .vicalt {
    background: #f5f5f5;
    padding: 40px;
}

section.histry {
    background: url(../img/history.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.histry .abtext {
    background: rgb(255 255 255 / 92%);
    padding: 30px;
    width: 50%;
    float: right;
}

section.lennoncase {
    padding: 50px 0px;
}

section.bgwild {
    background: url(../img/bg_the_john_case.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right top;
}

section.lennoncase {
    background: #fbfdff;
}

section.bgwild p {
    margin-bottom: 10px;
}

section.bgwild p a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

section.bgwild ul.links_wild {
    list-style: none;
    margin: auto;
    padding: 0;
}

section.bgwild ul.links_wild li {
    margin-bottom: 20px;
    list-style: none;
}

section.bgwild ul.links_wild li a {
    color: #fff;
}

section.bgwild ul.links_wild li a i.fa.fa-university {
    padding: 5px 10px 7px 0px;
    float: left;
}

section.bgwild ul.links_wild li p {
    color: #fff;
}

.jlenn {
    background: #0b2a4e;
    padding: 30px;
}

.jlenn h2,
.jlenn p {
    color: #fff;
}

section.lennoncase .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}

section.servcspage {
    padding: 50px 0px;
    background: #f4f6f7;
}

section.servcspage h2,
.wilservweing h2 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    color: #000;
}

.wildserv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wildserv .wildservinner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(93% / 4);
    margin: 10px;
    background: #fff;
    box-shadow: 0px 1px 7px rgb(0 0 0 / 15%);
}

.wildserv .wildservinner h4 a {
    color: #000;
    display: block;
    padding: 10px;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.wildserv .wildservinner h4 {
    margin-bottom: 0px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.wildserv .wildservinner .wildimg {
    overflow: hidden;
    transition: 2s ease-out;
    text-align: center;
}

.wildserv .wildservinner .wildimg img {
    transition: 300ms ease-out;
}

.wildserv .wildservinner .wildimg img:hover {
    transform: scale(1.05);
}

section.wilservweing {
    padding: 50px 0px;
}

section.wilservweing h2 span {
    color: #d19f66;
}

section.wilservweing h2 span {
    display: block;
}

section.wilservweing {
    margin-bottom: 50px;
}

section.compl {
    padding: 0px 0px 50px 0px;
    background: #f4f6f7;
}

section.compl h5 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    width: 80%;
    margin: 0 auto;
}

.complnc {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: center;
}

section.compl.huffring .complnc {
    padding-bottom: 0px;
}

.complnc .complncinner {
    display: flex;
    flex-wrap: wrap;
    flex-basis: calc(93% / 4);
    background: rgb(255 255 255);
    margin: 10px;
    padding: 20px;
    text-align: center;
    flex-direction: column;
    border: 1px solid #ddd;
}

.complnc .complncinner p a {
    color: #000;
    width: 100%;
    display: block;
    font-weight: 500;
}

.complnc .complncinner .cmpicn i {
    font-size: 32px;
    line-height: 42px;
    color: #0b2a4e;
}

.complnc .complncinner .cmpicn {
    padding-bottom: 5px;
}

section.compl p {
    text-align: center;
}

.complnc .complncinner p {
    color: #000;
    font-size: 17px;
    line-height: 28px;
    max-width: 100% !IMPORTANT;
}

section.discpg {
    background: url(../img/crthm.jpg);
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.discpg .abtext {
    background: rgb(255 255 255 / 92%);
    padding: 30px;
    width: 50%;
    float: right;
}

section.busimmig {
    padding: 50px 0px;
}

section.discpg .abtext .disclm ul {
    margin: 0;
    padding: 0;
}

section.discpg .abtext .disclm ul li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    margin-left: 20px;
}

section.discpg .abtext .disclm ul li:before {
    content: '\f0a9';
    font-family: 'FontAwesome';
    padding-right: 10px;
    margin-left: -20px;
    color: #0b2a4e;
}

section.busimmig .col-lg-6 {
    display: flex;
    align-items: center;
}

section.martin .abinf h4 {
    color: #fff;
}

section.martin .abinf ul.bimmgrt {
    margin: 0;
    padding: 0;
}

section.martin .abinf ul.bimmgrt li {
    list-style: none;
    color: #fff;
    padding-bottom: 10px;
    margin-left: 20px;
}

section.martin .abinf ul.bimmgrt {
    padding-top: 10px;
    padding-bottom: 10px;
}

section.martin .abinf ul.bimmgrt li:before {
    content: '\f0a9';
    font-family: 'FontAwesome';
    padding-right: 8px;
    margin-left: -20px;
}

section.conspract {
    background: url(../img/counseler.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.conspract .abtext {
    background: rgb(0 0 0 / 80%);
    padding: 30px;
    width: 50%;
    float: right;
}

section.conspract .abtext h2,
section.conspract .abtext p {
    color: #fff;
}

section.chartitble {
    background: url(../img/charitable.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.chartitble .abtext {
    background: rgb(0 0 0 / 80%);
    padding: 30px;
    width: 50%;
    float: right;
}

section.chartitble .abtext h2,
section.chartitble .abtext p {
    color: #fff;
}

section.familyimmeg {
    background: url(../img/familyimmeg.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.familyimmeg .abtext {
    background: rgb(0 0 0 / 80%);
    padding: 30px;
    width: 45%;
    float: left;
}

section.familyimmeg .abtext h2,
section.familyimmeg .abtext p {
    color: #fff;
}

section.invbased {
    padding: 60px 0px;
}

section.invisa {
    background: url(../img/invisa.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.invisa .abtext {
    background: rgb(0 0 0 / 80%);
    padding: 30px;
    width: 50%;
    float: right;
}

section.invisa .abtext h2,
section.invisa .abtext p {
    color: #fff;
}

section.invisa .abtext h1 {
    color: #fff;
}

.weing img {
    width: 100%;
    height: 870px;
    object-fit: cover;
}

section.invbased.bacdrk {
    background: #0b2a4e;
}

section.invbased.bacdrk p {
    color: #fff;
}

.immvisas {
    display: flex;
    flex-wrap: wrap;
}

.immvisas .immvisasinner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(100%);
    background: #fff;
    padding: 25px;
    margin: 10px;
    border: 5px double #d19f66;
    font-size: 17px;
    line-height: 28px;
}

.immvisas .immvisasinner h2,
.immvisas .immvisasinner p {
    color: #000 !important;
}

.busimmigvid {
    padding: 50px 0px;
}

.cnsvid img {
    width: 100%;
    height: 810px;
    object-fit: cover;
}

section.visas {
    background: url(../img/visas.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.visas .abtext {
    background: rgb(0 0 0 / 80%);
    padding: 30px;
    width: 50%;
    float: right;
}

section.visas .abtext h2,
section.visas .abtext p {
    color: #fff;
}

section.martin.mrtns {
    background: #f5f5f5;
}

section.martin.mrtns .abinf h4,
section.martin.mrtns .abinf p {
    color: #000;
}

section.martin.mrtns .abinf ul.bimmgrt li {
    color: #000;
}

section.martin.mrtns .abinf ul.bimmgrt li:before {
    color: #0b2a4e;
}

section.numbact {
    background: url(../img/numb1.jpg);
    position: relative;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section.numbact:before {
    position: absolute;
    content: '';
    background: rgb(11 42 78 / 82%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

section.numbact h4,
section.numbact h5 {
    color: #fff;
}

section.numbact p {
    color: #fff;
}

section.numbact ul.bimmgrt {
    margin: 0;
    padding: 0;
}

section.numbact ul.bimmgrt li {
    list-style: none;
    color: #fff;
    padding-bottom: 10px;
    margin-left: 20px;
}

section.numbact ul.bimmgrt li:before {
    content: '\f0a9';
    font-family: 'FontAwesome';
    padding-right: 8px;
    margin-left: -20px;
    color: #fff;
}

.bacdrk {
    background: #0b2a4e;
}

section.busimmigvid.bacdrk .abinf p {
    color: #fff;
}

.blpost {
    background: #fff;
    padding: 60px 0px 50px 0px;
}

.blpost h2 {
    color: #fff;
    margin: 0 0 30px 0
}

.blpost .i {
    margin-bottom: 30px
}

.blpost .i .c {
    background: #fff;
    -webkit-box-shadow: 0 4px 0 #ddd;
    -moz-box-shadow: 0 4px 0 #ddd;
    box-shadow: 0 4px 0 #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px
}

.blpost .i .c .wrap {
    position: relative
}

.blpost .i .c .wrap img {
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.blpost .i .c .wrap .info {
    padding: 20px 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.blpost .i .c .wrap .info .name {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 8px 0 color: #000;
}

.blpost .i .c .wrap .info .name a {
    color: #000;
}

.blpost .i .c .wrap .info .position {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #555659
}

.blpost .i .c .more {
    position: absolute;
    bottom: -100%;
    width: 100%;
    padding-bottom: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.blpost .i .c .more p {
    margin: 0 18px 30px 18px;
    line-height: 22px
}

.blpost .i .c .more .socials {
    margin: 0 0 20px 0
}

.blpost .i .c .more .socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    margin: 0 0 0 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1)
}

.blpost .i .c .more .socials a:first-child {
    margin: 0
}

.blpost .i .c .more .socials a.facebook {
    background: #3262b9
}

.blpost .i .c .more .socials a.facebook:hover {
    background: #2d57a5
}

.blpost .i .c .more .socials a.twitter {
    background: #3dd7e5
}

.blpost .i .c .more .socials a.twitter:hover {
    background: #27d2e2
}

.blpost .i .c .more .socials a.google-plus {
    background: #e23535
}

.blpost .i .c .more .socials a.google-plus:hover {
    background: #de2020
}

.blpost .i .c .more .socials a.linkedin {
    background: #069
}

.blpost .i .c .more .socials a.linkedin:hover {
    background: #005580
}

.blpost .i .c:hover img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0
}

.blpost .i .c:hover .info {
    top: 0
}

.blpost .i .c:hover .info {
    display: none;
}

.blpost .i .c:hover .more {
    top: 10%;
    height: 100%;
    padding: 20px;
}

.blpost .i .c .more h3.name {
    color: #000;
    font-size: 18px;
    line-height: 26px !important;
}

.blpost .i .c .more h3.name a {
    color: #000;
}

.readbtn a {
    background: #0b2a4e;
    padding: 8px 20px;
    color: #fff;
}

.row.navcenter nav ul.pagination {
    justify-content: center;
}

.row.navcenter nav .page-link {
    color: #0b2a4e;
}

.blpost .i .c .wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

section.atriclpg {
    background: #f5f5f5;
    padding: 50px 0px;
}

section.atriclpg .artcpg {
    display: flex;
    flex-wrap: wrap;
}

section.atriclpg .artcpg .artcpginner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(93% /4);
    margin: 10px;
    text-align: center;
    background: #0b2a4e;
}

section.atriclpg .artcpg .artcpginner h4 {
    text-transform: uppercase;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 24px;
}

section.atriclpg .artcpg .artcpginner h4 a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

section.atriclpg .artcpg .artcpginner .artimg img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

section.atriclpg {
    text-align: center;
}

section.bldetl {
    padding: 50px 0px;
}

section.information.drk {
    background: #0b2a4e;
}

section.information.drk .abinf h3 {
    color: #fff;
}

section.information.drk .abinf h3 a {
    color: #fff;
}

section.compl.huffring h5 {
    padding-bottom: 10px;
}

.wildimg img {
    width: 100%;
    object-fit: cover;
}

section.compl.genr .complnc .complncinner .desc {
    background: #0b2a4e;
    padding: 7px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.wllmg .wildimg img {
    height: 220px;
    object-fit: cover;
}

.gallerysp .btn:focus,
.gallerysp .btn:active,
.gallerysp button:focus,
.gallerysp button:active {
    outline: none !important;
    box-shadow: none !important;
}

.gallerysp #image-gallery .modal-footer {
    display: block;
}

.gallerysp .thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

nav.navbar.navbar-expand-lg ul#menu-main-menu button.sub-menu-toggle {
    display: none;
}

section#banner .carousel-caption .custom ul li span {
    padding: 0px 15px;
    margin-bottom: 0px;
    position: relative;
    text-shadow: 1px 1px #000;
    display: block;
}

section#banner .carousel-caption .custom ul li span:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #0b2a4e;
    width: 7px;
    height: 20px;
    top: 6px;
    left: 0px;
}

section#banner .carousel-caption .custom ul li {
    padding-right: 20px;
}

section.our_services .form-contact.form-side-outer textarea.form-control {
    min-height: 140px !important;
}

.prtch .partners-new a.common-btn {
    color: #fff;
}

.wildserv .wildservinner .wildimg a img {
    max-width: 60px;
    object-fit: cover;
}

section.absrct {
    background: #f4f6f7;
    padding: 60px 0px;
}

section.information {
    background: url('https://www.wildeslaw.com/wp-content/uploads/2021/10/call-to-act-bg.jpg');
    background-attachment: fixed;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.information:before {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 60%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section.information .abinf h3 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

section.common-sec.testimonials-inner.parallaxie {
    box-shadow: 0 0 25px #eeee;
    padding: 25px;
    border: 1px solid #eee;
}

section.common-sec.testimonials-inner.parallaxie .heading_section h2 {
    margin-bottom: 0px;
}

section.common-sec.testimonials-inner.parallaxie p {
    color: #000;
}

section.common-sec.testimonials-inner.parallaxie span.client-nm,
section.common-sec.testimonials-inner.parallaxie span.testi-dt {
    color: #0b2a4e;
    font-family: 'Conv_AGaramondPro-Regular';
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
}

section.common-sec.testimonials-inner.parallaxie span.testi-dt {
    display: none;
}

section.common-sec.testimonials-inner.parallaxie button.slick-prev.slick-arrow,
section.common-sec.testimonials-inner.parallaxie button.slick-next.slick-arrow {
    display: none !important;
}

section.abtforum .wl_video_testimonials_new ul {
    margin: 0;
    padding: 0;
}

section.abtforum form#contact_form .common_form p {
    font-size: 12px;
    color: #ff0000;
    margin-bottom: 10px;
}

section.abtforum .right_side_form form#contact_form .form-group.col-md-12.subm {
    text-align: right;
}

section.abtforum .right_side_form.video_form.clearfix {
    padding: 10px 20px;
}

section.abtforum .right_side_form.video_form.clearfix .form-group {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

section.abtforum .right_side_form.video_form.clearfix input.form-control {
    padding: 6px;
}

section.abtforum .right_side_form.video_form.clearfix textarea.form-control {
    max-height: 50px;
}

section.counsel1 {
    padding: 50px 0px;
    background: #f4f6f7;
}

h4 {
    font-size: 30px;
    line-height: 40px;
}

section.jnav .abinf h1 {
    color: #fff;
    font-size: 30px;
}

section.jnav .abinf p {
    color: #fff;
}

section.jnav {
    background: url('https://www.wildeslaw.com/wp-content/uploads/2021/10/dark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

section.heln {
    background: url('https://www.wildeslaw.com/wp-content/uploads/2021/10/dark2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

section.heln .abinf h4,
section.heln .abinf p {
    color: #fff;
}

.news-left-main ul li:last-child {
    border-bottom: 0px !important;
}

section.bsprtnt {
    background: url('https://www.wildeslaw.com/wp-content/uploads/2021/10/dark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-position: center center;
}

section.bsprtnt p {
    color: #fff;
}

ul.bimmgrt {
    margin: 0;
    padding: 0;
}

ul.bimmgrt li {
    list-style: none;
    color: #fff;
    display: block;
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #383838;
}

ul.bimmgrt li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    padding-right: 10px;
}

ul.bimmgrt li:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
}

.page-id-39811 .bsprtnt h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

ul[class*="col_"] {
    display: flex;
    flex-wrap: wrap;
}

ul.bimmgrt.col_2>* {
    min-width: 240px;
    display: flex;
    margin-inline: 12px;
    flex: 1 1 calc(100% / 2 - 24px);
}

ul.bimmgrt.col_4>* {
    min-width: 240px;
    display: flex;
    margin-inline: 12px;
    flex: 1 1 calc(100% / 4 - 24px);
}

ul.bimmgrt.col_3>* {
    min-width: 240px;
    display: flex;
    margin-inline: 12px;
    flex: 1 1 calc(100% / 3 - 24px);
}

.abinf li,
.abinf li::before {
    color: #000 !important;
}

section.bsprtnt p a {
    color: #0056b3;
}

.conslimg {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

.conslimg img {
    box-shadow: 10px 10px 0 #0b2a4e;
    max-width: 576px;
}

section.invisa11 {
    background: url('https://www.wildeslaw.com/wp-content/uploads/2021/10/blur.jpg');
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

ul.bimmgrt1 {
    margin: 15px 0px;
    padding: 20px;
    background: #fff;
}

ul.bimmgrt1 li {
    list-style: none;
    padding-bottom: 10px;
    margin-left: 20px;
}

ul.bimmgrt1 li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    padding-right: 10px;
    margin-left: -20px;
}

section.cnsl1 {
    background: url('https://www.wildeslaw.com/wp-content/uploads/2021/10/services-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-position: center center;
    background-attachment: fixed;
}

section.compl1 {
    padding: 50px 0px;
    background: #f4f6f7;
}

section.compl1 .complnc .complncinner {
    background: #f4f6f7;
}

section.compl1 .complnc .complncinner:hover {
    background: #ebebeb;
    cursor: pointer;
}

section.discpg1 {
    background: #f4f6f7;
    padding: 50px 0px;
}

section.discpg1 .disclm ul {
    margin: 0;
    padding: 0;
}

section.discpg1 .disclm ul li {
    list-style: none;
    padding-bottom: 10px;
    margin-left: 22px;
    position: relative;
}

section.discpg1 .disclm ul li:before {
    aspect-ratio: 1;
    position: absolute;
    content: '';
    margin-left: -35px;
    top: -8px;
    width: 30px;
    background: no-repeat url(https://www.wildeslaw.com/wp-content/uploads/2023/09/statue-of-liberty.png) center / contain;
}

section.information .abinf a {
    font-size: 22px;
    line-height: 32px;
}

section.blpost1 {
    padding: 50px 0px;
}

section.blpost1 .c.text-center {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    min-height: 350px;
}

section.blpost1 .c.text-center .wrap {
    /* padding: 15px 15px 0px 15px; */
    padding: 0;
}

section.blpost1 .c.text-center .wrap img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    max-width: 100%;
}

section.blpost1 .info h3 {
    padding: 15px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(5, 73, 122);
    text-align: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    margin-bottom: 0px;
}

section.blpost1 .c.text-center .readbtn a.common-btn {
    background: transparent;
    border: 0px;
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
}

section.blpost1 .info h3 a {
    color: #fff;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

section.blpost1 .c.text-center .more {
    position: absolute;
    background: rgb(5, 73, 122);
    padding: 20px 20px;
    bottom: 0px;
    z-index: 11;
    min-height: 100%;
}

section.blpost1 .c.text-center .more h3,
section.blpost1 .c.text-center .more p,
section.blpost1 .c.text-center .more h3 a {
    color: #fff;
}

section.blpost1 .c.text-center .more {
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

section.blpost1 .c.text-center:hover .more {
    opacity: 1;
}

section.blpost1 .i {
    padding-bottom: 30px;
}

.pagination {
    padding-top: 30px;
}

.pagination ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    padding: 10px 1px;
}

.pagination ul li a {
    border: 1px solid #ddd;
    padding: 12px 20px;
    color: #000;
    font-weight: 400;
}

.pagination ul li a:hover,
.pagination ul li.active a,
.pagination ul li.drk a {
    background: #05497a;
    color: #fff;
}

.pagination {
    justify-content: center;
}

h4.center {
    text-align: center;
}

section.compl1.cmpll .complnc .complncinner {
    position: relative;
}

section.compl1.cmpll .complnc .complncinner .cmpicn {
    position: absolute;
    left: 10px;
}

section.compl1.cmpll .complnc .complncinner p {
    padding-left: 40px;
    text-align: left;
    position: relative;
}

section.compl1.cmpll .complnc .complncinner p:before {
    content: "\f19c";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #05497a;
}

.complnc.cmppl .complncinner {
    flex-basis: 100%;
}

.center {
    text-align: center;
}

section.counsel1 .abbimg img {
    width: 100%;
}

section.counsel1 .abbimg {
    padding-bottom: 20px;
}

section.counsel1.cnslt {
    padding-top: 0px;
}

ul.bimmgrsqt {
    margin: 0;
    padding: 0;
}

ul.bimmgrsqt li {
    list-style: none;
    padding-bottom: 10px;
    margin-left: 20px;
}

ul.bimmgrsqt li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #0b2a4e;
    margin-left: -25px;
}

.complnc.cmntq .complncinner {
    flex-basis: 100%;
}

.complnc.cmntq .complncinner .desc {
    text-align: left;
    padding: 13px 15px !important;
    margin-top: 10px;
}

section.compl1.cmpll .complnc .complncinner i.fa.fa-university {
    padding-left: 10px;
}

section.compl1.cmpll .complnc .complncinner p {
    padding-left: 50px;
}

section.compl.genr .complnc .complncinner .desc p {
    padding-left: 0;
}

section.compl.genr .complnc .complncinner .desc p a {
    color: #fff;
    font-size: 12px;
}

section.compl.genr .complnc .complncinner .desc .date {
    font-size: 12px;
    text-transform: uppercase;
}

section.sectitle h2,
section.sectitle h1 {
    font-size: 45px;
    line-height: 50px;
}

.conslimg2 img {
    border: 5px solid #0b2a4e;
}

.row.cle .clrins {
    box-shadow: 2px 2px 20px -10px #555;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    padding: 15px 15px 1px 15px;
}

.row.cle .clrins img {
    max-width: 100%;
}

.tcenter p {
    text-align: center !important;
}

.row.cle .clrins h3 {
    background: #05497a;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
}

.row.cle .clrins {
    margin-bottom: 20px;
}

.padd-row.pdrs .row.cmapr address {
    background: #05497a;
    margin: 0;
    padding: 30px 30px 20px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.padd-row.pdrs .row.cmapr ul.addrs li p:first-of-type {
    color: #fff !important;
}

section.compl1.cmpll .row.cmapr ul.addrs {
    margin: 0;
    padding: 0;
}

section.compl1.cmpll .row.cmapr ul.addrs li {
    list-style: none;
    display: block;
    text-align: left;
    position: relative;
    padding-left: 62px;
    padding-bottom: 20px;
    vertical-align: middle;
    padding-top: 10px;
    margin-bottom: 10px;
}

section.compl1.cmpll .row.cmapr ul.addrs li i {
    background: none;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    border-radius: 100px;
    border: 2px solid;
    float: left;
    position: absolute;
    left: 0;
    top: 0px;
}

section.compl1.cmpll .row.cmapr ul.addrs li a {
    color: #fff;
}

section.compl1.cmpll .row.cmapr ul.addrs li:first-child i {
    top: 10px;
}

section.compl1.cmpll .row.cmapr iframe {
    -webkit-box-shadow: 5px 5px 30px -10px #888;
    box-shadow: 5px 5px 30px -10px #888;
}

.row.cmapr1 img {
    border: 5px solid #05497a;
    -webkit-box-shadow: 5px 5px 30px -10px #888;
    box-shadow: 5px 5px 30px -10px #888;
}

ul.links_wild li {
    list-style: none;
    padding-bottom: 10px;
}

ul.links_wild {
    margin: 0;
    padding: 0;
}

ul.service-list.srvc {
    margin: 0;
    padding: 0;
}

ul.service-list.srvc li {
    list-style: none;
    padding-bottom: 10px;
}

ul.service-list.srvc li a {
    color: #000;
}

ul.service-list.srvc li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #0b2a4e;
}

ul.service-list.srvc {
    background: #fff;
    padding: 20px !important;
    margin: 0;
}

.cntfrmp {
    display: flex;
    flex-wrap: wrap;
}

.cntfrmp .cntfrmpinner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: clamp(15px, 3vw, 30px);
    width: 100%;
}

.cntfrmpinner form {
    width: 100%;
}

.cntfrmp .cntfrmpinner.cnt1 {
    flex-basis: 60%;
    background: #fff;
    box-shadow: 1px 1px 6px #ddd;
}

.cntfrmp .cntfrmpinner.cnt2 {
    flex-basis: 40%;
    background: #0b2a4e;
}

.cntfrmp .cntfrmpinner.cnt2 h3 {
    color: #fff;
    position: relative;
    padding-left: 12px;
}

p.red {
    font-size: 12px;
    color: #ff0000;
    margin-bottom: 8px;
}

.full-width.contact_us.loct address.address {
    background: #fff;
    padding: 20px 20px 10px 20px;
    min-height: 178px;
    border-radius: 3px;
    border-bottom: 2px solid #05497a;
}

.full-width.contact_us.loct {
    padding-top: 60px;
}

.contact__info h3:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 3px;
    height: 35px;
    top: -2px;
    left: 0px;
}

.cntfrmp .cntfrmpinner.cnt2 .contact_email h4 {
    font-size: 17px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
}

.cntfrmp .cntfrmpinner.cnt2 .contact_email a {
    color: #fff;
}

.cntfrmp .cntfrmpinner.cnt2 p {
    color: #fff;
}

.cntfrmp .cntfrmpinner .contact_email {
    border-bottom: 1px solid #fff;
}

.cntfrmp .cntfrmpinner .contact_email:last-child {
    border-bottom: 0px;
}

.full-width.contact_us.loct .text-center h2 {
    padding-bottom: 40px;
}

.c.text-center p {
    font-size: 16px;
    line-height: 26px;
}

.c.text-center .readbtn a.common-btn:before,
.c.text-center .readbtn a.common-btn:after {
    background: transparent;
}

.single.single-post section.sectitle h2,
.single.single-post section.sectitle h1 {
    /*text-transform: capitalize;*/
    font-weight: 500;
}

.single.single-post img.size-full {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.padd-row.pdrs .row.cmapr img {
    width: 100%;
    object-fit: cover;
}

#fancybox-right-ico {
    position: relative;
}

#fancybox-right-ico:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #fff;
    z-index: 9;
    font-size: 40px;
}

div#fancybox-title {
    width: 100% !important;
}

#fancybox-close {
    top: -6px !important;
    right: -33px !important;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent !IMPORTANT;
    border-radius: 10px !IMPORTANT;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 10px solid #0b2a4e !IMPORTANT;
    border-radius: 10px !IMPORTANT;
}

.title_new_top .padd-row p:first-of-type {
    text-align: left !IMPORTANT;
    max-width: 100% !IMPORTANT;
    font-size: 17px;
    text-transform: capitalize;
    font-family: inherit !IMPORTANT;
    font-weight: normal !IMPORTANT;
}

.title_new_top .padd-row p:first-of-type strong {}

.title_new_top p:first-of-type {
    font-size: 30px;
    text-transform: uppercase;
    max-width: 80%;
    margin: 0 auto 30px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    font-family: 'Conv_AGaramondPro-Regular';
    color: #000;
}

.photo-gallery .phglry h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    background: #0b2a4e;
    color: #fff;
    min-height: 94px !important;
}

.photo-gallery .phglry img {
    max-width: 100%;
    width: 100%;
    height: 270px;
    object-fit: cover;
}

section.gallery1.photo-gallery {
    background: #f4f6f7;
    padding: 50px 0px 50px 0px;
}

section.gallery1.photo-gallery .phglry {
    padding-bottom: 25px;
}

section.gallery1.photo-gallery .pagination {
    padding-top: 0px;
}

div#fancybox-wrap {
    z-index: 999999;
}

section.vidglr {
    padding: 50px 0px;
    background: #f3f5f6;
}

.vidglrpg {
    display: flex;
    flex-wrap: wrap;
}

.vidglrpg .vidglrpginner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(92% /3);
    background: #0b2a4e;
    padding: 25px;
    margin: 15px;
}

.vidglrpg .vidglrpginner .vid1 a {
    color: #fff;
}

.audioplayer {
    background: #fff;
    padding: 50px;
    border-radius: 0px;
    text-align: center;
}

.audioplayer audio {
    width: 50%;
    margin: 0 auto;
}

section.tstimn {
    background: #f4f6f7;
    padding: 50px 0px;
}

section.tstimn .testimnl {}

section.tstimn .testimnl .testimninner {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

section.tstimn .testimnl .testimninner p.date {
    margin-bottom: 0px;
    text-align: right;
}

section.tstimn .testimnl .testimninner p.testcnt {
    position: relative;
}

section.tstimn .testimnl .testimninner p.testcnt:before {
    content: url('https://www.wildeslaw.com/wp-content/uploads/2021/10/quote_left.png');
    left: 0;
    top: 0;
    padding-right: 5px;
}

section.tstimn .testimnl .testimninner p.testcnt:after {
    content: url('https://www.wildeslaw.com/wp-content/uploads/2021/10/quote_right.png');
    padding-left: 10px;
}

section.about-inner.services-block h2.sub_title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    line-height: 36px;
}

section.gallerysp {
    background: #f4f6f7;
    padding: 50px 0px;
}

section.gallerysp .video-gallery iframe {
    float: left;
    max-width: 100%;
    margin: 0 20px 10px 0;
    border: 5px solid #05497a;
    -webkit-box-shadow: 5px 5px 30px -10px #888;
    box-shadow: 5px 5px 30px -10px #888;
    margin-bottom: 25px;
}

.page-id-37413 .gallerysp h4 {
    font-size: 27px;
    margin-bottom: 8px;
    margin-bottom: 0px;
}

header#hdr .header-action a.login-text,
header#hdr .header-action a.login-text span {
    font-size: 14px;
    line-height: 22px;
}

header#hdr .main-nav .header-action a.common-btn span.d-block {
    font-size: 15px;
}

.header_social_icon {
    padding-left: 0px;
}

section.news-event_sec.common-sec.text-white .news-section {
    min-height: 180px;
}

.single.single-post section.compl1.cmpll .title_new_top p:first-of-type {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #212529;
    line-height: 26px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    max-width: 100%;
    text-transform: capitalize;
}

.single.single-post section.compl1.cmpll .complnc.cmppl .complncinner .cmpicn {
    display: none;
}

.single.single-post section.compl1.cmpll .complnc.cmppl .complncinner p {
    padding-left: 0px;
}

header#hdr .main-nav .header-action a.goog-te-menu-value span {
    font-size: 13px;
}

form#login_form .row.loginfrm {
    background: #fff;
    padding: 30px 20px;
    border: 4px double #d19f66;
    width: 55%;
    margin: 0 auto;
    -webkit-box-shadow: 3px 3px 30px -20px #333;
    box-shadow: 3px 3px 30px -20px #333;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

form#login_form .row.loginfrm input {
    margin-bottom: 10px;
}

form#login_form .row.loginfrm .centbtn {
    text-align: center;
}

form#login_form ul.form-list-1 {
    margin: 0;
    padding: 0;
    text-align: center;
}

form#login_form ul.form-list-1 li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
}

ul.form-list-1.frgbtn {
    margin-top: 10px !important;
}

form#login_form ul.form-list-1 li a {
    background: #333;
    color: #fff;
    padding: 8px 22px;
    display: block;
    border-radius: 5px;
}

.row.bacfrgt {
    background: #0b2a4e;
    padding: 10px;
    margin: 0px;
}

form#login_form .row.loginfrm .plrg {
    padding-left: 0px;
    padding-right: 0px;
}

.registerform {
    background: #fff;
    padding: 30px 20px;
    border: 4px double #d19f66;
    width: 55%;
    margin: 0 auto;
    -webkit-box-shadow: 3px 3px 30px -20px #333;
    box-shadow: 3px 3px 30px -20px #333;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.registerform .button-new {
    width: auto;
    color: #fff;
    padding: 0 40px;
    height: auto;
    line-height: 40px;
    min-width: auto;
    border: 0;
    background: #05497a;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    display: inline-block;
    margin: 10px 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-transform: capitalize;
}

.registerform .button-new:hover,
.registerform .button-new:focus {
    color: #fff;
    background: #473413;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.registerform .form-row>.col,
.form-row>[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.row.bacfrgt ul {
    margin: 0;
    padding: 0;
}

.registerform .centbtn {
    text-align: center;
}

.registerform .centbtn button#sp_qc_submit {
    margin: 0 auto;
}

.registerform button#sp_qc_submit {
    width: auto;
    color: #fff;
    padding: 0 40px;
    height: auto;
    line-height: 40px;
    min-width: auto;
    border: 0;
    background: #05497a;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    display: inline-block;
    margin: 10px 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-transform: capitalize;
}

.registerform button#sp_qc_submit:hover,
.registerform button#sp_qc_submit:focus {
    color: #fff;
    background: #473413;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.registerform ul.form-list-1 {
    margin: 0;
    padding: 0;
    text-align: center;
}

.registerform ul.form-list-1 li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
}

ul.form-list-1.frgbtn {
    margin-top: 10px !important;
}

.registerform ul.form-list-1 li a {
    background: #333;
    color: #fff;
    padding: 8px 22px;
    display: block;
    border-radius: 5px;
}

.registerform ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.row.bacfrgt ul li a {
    color: #fff;
}

.profilepg {
    background: #fff;
    padding: 20px;
}

.profilepg input.form-control {
    background: #fff;
}

label#jform_spacer-lbl {
    font-size: 24px;
}

.page-template.page-template-student-page section.compl1.cmpll a {
    font-weight: 700;
    color: #0b2a4e;
}

.row.loginfrm .button-new {
    width: auto;
    color: #fff;
    padding: 0 40px;
    height: auto;
    line-height: 40px;
    min-width: auto;
    border: 0;
    background: #05497a;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    display: inline-block;
    margin: 10px 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-transform: capitalize;
}

.row.loginfrm .button-new:hover,
.row.loginfrm .button-new:focus {
    color: #fff;
    background: #473413;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.userinfo table tbody tr td:first-child {
    font-weight: 700;
}

.userinfo table tbody tr td {
    width: 49%;
    float: left;
    margin: 1px;
    padding: 13px;
    background-color: #e8e8e8;
}

.userinfo table {
    width: 100%;
}

section.our_services.common-sec .form-contact.form-side-outer .form-group {
    margin-bottom: 30px;
}

.grn .complncinner p {
    padding-left: 0px !important;
}

.pdff a {
    color: #fff;
    font-size: 12px;
}

section.vdo-sec span.vdo-box-title:before {
    content: '\f144';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #08c;
    margin-left: -20px;
}

section.vdo-sec span.vdo-box-title {
    padding-left: 20px;
    padding-top: 10px;
    color: #0b2a4e;
}

section.vdo-sec i.fa.fa-play-circle {
    display: none;
}

section.compl.genr .complnc .complncinner .desc p:before {
    display: none;
}

section.compl.genr .complnc .complncinner .desc p a {
    padding-left: 0px;
}

.wl_video_testimonials_new .video1.video_col .overlay i.fa.fa-play {
    display: none;
}

.wl_video_testimonials_new .video1.video_col h4 {
    padding-left: 20px;
    padding-top: 10px;
}

.wl_video_testimonials_new .video1.video_col h4:before {
    content: '\f144';
    font-family: 'FontAwesome';
    padding-right: 4px;
    color: #0b2a4e;
    margin-left: -20px;
}

@media only screen and (max-width: 991px) {
    .fluid-block {
        padding-block: clamp(30px, 18vw, 50px);
    }
    p.dislink.right_align_menu {
        text-align: center !important;
    }
    .copy_right p {
        text-align: center !important;
    }
    .conslimg {
        float: left;
        padding-left: 0px;
        padding-bottom: 20px;
        width: 100%;
    }
    section.gallerysp {
        padding: 50px 15px;
    }
}

@media (min-width: 992px) {
    .practice-areas .col-wrapper .title>* {
        font-size: clamp(1rem, 2vw, 24px) !important;
    }
    .padding-right {
        padding-right: 0;
    }
    .padding-left {
        padding-left: 0;
    }
    header div#navbarNav ul li:hover .dropdown-menu {
        transform: scaleY(1) !important;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        padding: 0px;
    }
    header .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        float: left;
        left: 0px;
        right: 0px;
        width: 200px;
    }
    header div#navbarNav ul li {
        position: relative;
    }
    ul.dropdown-menu li a {
        color: #000;
        width: 100%;
        float: none;
        padding: 10px 15px;
        display: inline-block;
        font-size: 14px;
    }
    .nav-list>.active>a,
    .nav-list>.active>a:hover,
    .dropdown-menu li>a:hover,
    .dropdown-menu .active>a,
    .dropdown-menu .active>a:hover,
    .nav-pills>.active>a,
    .nav-pills>.active>a:hover,
    .btn-primary {
        background: #0b2a4e;
    }
    header .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
        color: #fff;
    }
    header div#navbarNav ul li>ul.dropdown-menu .menu-item-type-custom:before {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 7px solid #05497a;
        border-bottom: 5px solid transparent;
        content: "";
        position: absolute;
        right: 10px;
        top: 12px;
    }
    .abinf ul.bimmgrt1 li a {
        color: #000;
    }
    .complnc.cmpnc .complncinner p {
        padding-left: 0px !important;
    }
    ul.dropdown-menu li>ul.dropdown-menu.nav-child.unstyled.small {
        display: none;
        position: absolute;
        left: 100%;
        top: 0px;
        z-index: 9999;
    }
    header div#navbarNav ul li:hover>ul.dropdown-menu {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .page-id-37413 .gallerysp h4 {
        font-size: 16px;
    }
    header#hdr .main-nav .mobile_ph a.head-call {
        display: block !important;
        margin-right: 0px;
    }
    .mobile_ph a.head-call {
        display: block !important;
    }
    .mobile_ph {
        margin-left: 20px;
        display: block !important;
    }
    .mobile_col_info {
        display: flex;
    }
    .audioplayer audio {
        width: 100%;
    }
    .single.single-post img.size-full {
        width: 100%;
        object-fit: contain;
    }
    .heading_section h2 {
        padding-bottom: 12px !important;
    }
    .single.single-post .news-testi-sec.nswts {
        padding-top: 40px;
    }
    section.compl1.cmpll .row.cmapr ul.addrs li a {
        color: #fff;
        word-break: break-all;
    }
    .row.cmapr1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .row.cmapr1 .col-lg-9 {
        padding-left: 0px;
        padding-top: 20px;
    }
    .row.cmapr1 .conslimg {
        padding-top: 30px;
    }
    section.sectitle h2,
    section.sectitle h1 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0;
    }
    h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .pagination ul li a {
        padding: 7px 10px;
    }
    section.abtforum .right_side_form.video_form.clearfix textarea.form-control {
        max-height: 100px;
        min-height: 100px;
    }
    .partners-new .col-md-9 {
        padding: 20px 30px;
    }
    header#hdr .main-nav .col-lg-3 {
        padding-right: 15px !important;
    }
    header#hdr .main-nav ul.d-flex.header_social_icon {
        padding-top: 10px;
    }
    header#hdr .main-nav {
        text-align: center;
    }
    header#hdr .main-nav .header-action {
        display: flex;
        justify-content: center !important;
        padding-top: 10px;
    }
    header#hdr .main-nav a.head-call {
        display: none;
    }
    header#hdr .main-nav .navbar.navbar-expand-lg {
        padding: 15px 0;
        margin-top: -42px;
    }
    header#hdr .main-nav .navbar.navbar-expand-lg button.navbar-toggler i {
        color: #fff;
    }
    header#hdr .main-nav .navbar.navbar-expand-lg button:focus {
        outline: 0px;
        border: 0px;
    }
    header#hdr .main-nav nav.navbar.navbar-expand-lg {
        width: 100%;
    }
    header#hdr .main-nav ul.nav.navbar-nav {
        width: 100%;
        background: rgb(0 0 0 / 59%);
        padding: 20px;
    }
    header#hdr .main-nav ul.nav.navbar-nav li a {
        font-size: 16px;
        line-height: 30px;
    }
    header#hdr .main-nav ul.nav.navbar-nav li {
        padding: 10px 10px;
        border-bottom: 1px dashed #fff;
    }
    header#hdr .main-nav ul.nav.navbar-nav li:last-child {
        border-bottom: 0px;
    }
    section.our_client.common-sec ul.our_client_section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    section.our_client.common-sec ul.our_client_section li {
        flex-basis: 15%;
        display: flex;
        flex-direction: column;
        margin: 10px;
    }
    section.our_client.common-sec {
        text-align: center;
    }
    .video_section_sec .vdo-box img,
    .vdo-box img {
        width: 100%;
    }
    section.copy_right p.dislink.right_align_menu {
        text-align: center !important;
    }
    section.copy_right p {
        text-align: center !important;
        padding: 2px;
        font-size: 14px;
    }
    section#banner .carousel-caption .custom ul {
        display: flex;
        flex-wrap: wrap;
    }
    section#banner .carousel-caption .custom h1 {
        font-size: 28px;
        line-height: 38px;
    }
    section#banner .carousel-caption .custom ul li p {
        font-size: 14px;
        line-height: 24px;
    }
    section.our_client.common-sec ul.our_client_section li a img {
        height: 14px;
    }
    section#banner .carousel-caption .custom ul li {
        display: flex;
        flex-basis: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }
    header#hdr {
        position: relative;
        background: #000;
    }
    section#banner .carousel-item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: top;
    }
    .heading_section h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .video-con-header h4 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }
    * {
        font-size: 14px;
        line-height: 24px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
    }
    .heading_white h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .awarded_sec {
        padding: 40px 0px;
    }
    section.awarded_sec.common-sec ul.d-flex li {
        flex-basis: 100% !important;
    }
    section.awarded_sec.common-sec ul.d-flex {
        margin: 0;
        padding: 0px;
    }
    section.awarded_sec.common-sec ul.d-flex li img {
        height: 30px;
    }
    .bottom-border {
        font-size: 24px;
    }
    section.testimonials-sec {
        text-align: center;
    }
    .video-con-header img {
        width: 30px;
    }
    .news_video .left_side_news {
        border-right: 0px;
        padding-right: 0px;
    }
    section.awarded_sec.common-sec ul.d-flex {
        display: flex;
        flex-wrap: wrap;
    }
    section.awarded_sec.common-sec ul.d-flex li {
        display: flex;
        flex-basis: calc(100% / 3);
        margin-bottom: 25px;
        justify-content: center;
    }
    section.awarded_sec.common-sec h2 {
        padding-bottom: 20px;
    }
    section.our_services.common-sec .form-contact.form-side-outer iframe {
        transform: scale(0.6);
    }
    section.aboutimmg .abtext {
        width: 100%;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .common-btn {
        font-size: 14px;
    }
    section.information .abinf h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .news-testi-sec.nswts .news-testi-left {
        padding: 10px;
    }
    .top_sec_heading.d-flex {
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .top_sec_heading.d-flex .heading_section {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .innner-vid-sec-main.invdeo .wl_video_testimonials_new li {
        width: 100%;
    }
    .innner-vid-sec-main.invdeo .wl_video_testimonials_new ul li .overlay i {
        top: 84px;
    }
    .right_side_form.video_form .g-recaptcha {
        transform: scale(0.6);
    }
    header#hdr .main-nav ul.nav.navbar-nav li a {
        font-size: 14px;
        line-height: 28px;
    }
    .news-testi-sec.nswts .news-testi-left {
        margin-bottom: 30px;
    }
    .prtch .partners-new .col-lg-9 {
        padding: 20px 30px;
    }
    section.martin .abinf {
        padding: 30px 20px;
        max-width: 100%;
    }
    section.ofcounsel .abtext {
        width: 100%;
    }
    h1 {
        font-size: 28px;
        line-height: 38px;
    }
    section.heln {
        padding: 40px 0px;
    }
    section.histry .abtext {
        width: 100%;
    }
    .wildserv .wildservinner {
        flex-basis: calc(100%);
    }
    section.servcspage h2,
    section.wilservweing h2 {
        font-size: 18px;
        line-height: 28px;
    }
    section.servcspage h2 br {
        display: none;
    }
    .abinf {
        padding-top: 20px;
    }
    section.conspract .abtext {
        width: 100%;
    }
    .abtext {
        width: 100% !important;
    }
    section.invbased .abtext {
        padding-top: 20px;
    }
    .innner-vid-sec-main.invdeo .wl_video_testimonials_new li .video_col a.vdo-box img {
        height: 179px;
        object-fit: cover;
    }
    .immvisas .immvisasinner {
        flex-basis: calc(100%);
    }
    .complnc .complncinner {
        flex-basis: calc(100%);
    }
    section.compl h5 {
        font-size: 20px;
        line-height: 30px;
        width: 90%;
    }
    section.atriclpg .artcpg .artcpginner {
        flex-basis: 100%;
    }
    section.compl h5 {
        font-size: 18px;
        line-height: 30px;
        width: 100%;
    }
    .cntfrmp .cntfrmpinner {
        flex-basis: 100% !important;
    }
    .news-testi-sec.nswts {
        padding-top: 0px;
    }
    /* section.partsect {
	padding-bottom: 0px !important;
} */
    .vidglrpg .vidglrpginner {
        flex-basis: calc(100%);
    }
    form#login_form .row.loginfrm,
    .registerform {
        width: 100%;
    }
    div#google_translate_element {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    form#login_form .row.loginfrm,
    .registerform {
        width: 100%;
    }
    .page-id-37413 .gallerysp h4 {
        font-size: 16px;
    }
    .audioplayer audio {
        width: 100%;
    }
    .vidglrpg .vidglrpginner {
        flex-basis: calc(88% /2);
    }
    .single.single-post .news-testi-sec.nswts {
        padding-top: 40px;
    }
    .cntfrmp .cntfrmpinner {
        width: 100% !important;
    }
    section.partsect {
        padding-bottom: 0px !important;
    }
    .news-testi-sec.nswts {
        padding-top: 50px;
    }
    .cntfrmp .cntfrmpinner {
        flex-basis: 100% !important;
    }
    .innner-vid-sec-main.invdeo .wl_video_testimonials_new li:nth-child(3),
    .innner-vid-sec-main.invdeo .wl_video_testimonials_new li:nth-child(6) {
        margin-right: 15px !important;
    }
    .innner-vid-sec-main.invdeo .wl_video_testimonials_new li {
        width: 45%;
    }
    section.blpost1 .info h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .pagination ul li a {
        padding: 8px 10px;
    }
    .partners-new .col-md-9 {
        padding: 20px 30px;
    }
    .innner-vid-sec-main.invdeo .wl_video_testimonials_new ul li .overlay i {
        top: 38px;
    }
    section.atriclpg .artcpg .artcpginner {
        flex-basis: 100%;
    }
    .complnc .complncinner {
        flex-basis: calc(91% / 2);
    }
    .abtext {
        width: 100% !important;
    }
    .abinf {
        padding-top: 20px;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    section.ofcounsel .abtext {
        width: 100%;
    }
    .news-testi-left h2,
    .top_sec_heading h2 {
        font-size: 28px;
        line-height: 38px;
    }
    section.aboutimmg .abtext {
        width: 80%;
    }
    header#hdr .main-nav ul.d-flex.header_social_icon {
        padding-top: 10px;
    }
    header#hdr .main-nav {
        text-align: center;
    }
    header#hdr .main-nav .header-action {
        display: flex;
        justify-content: center !important;
        padding-top: 10px;
    }
    header#hdr .main-nav a.head-call {
        display: none;
    }
    header#hdr .main-nav .navbar.navbar-expand-lg {
        padding: 15px 0;
        margin-top: -42px;
    }
    header#hdr .main-nav .navbar.navbar-expand-lg button.navbar-toggler i {
        color: #fff;
    }
    header#hdr .main-nav .navbar.navbar-expand-lg button:focus {
        outline: 0px;
        border: 0px;
    }
    header#hdr .main-nav nav.navbar.navbar-expand-lg {
        width: 100%;
    }
    header#hdr .main-nav ul.nav.navbar-nav {
        width: 100%;
        background: rgb(0 0 0 / 59%);
        padding: 20px;
    }
    header#hdr .main-nav ul.nav.navbar-nav li a {
        font-size: 16px;
        line-height: 30px;
    }
    header#hdr .main-nav ul.nav.navbar-nav li {
        padding: 10px 10px;
        border-bottom: 1px dashed #fff;
    }
    header#hdr .main-nav ul.nav.navbar-nav li:last-child {
        border-bottom: 0px;
    }
    section.our_client.common-sec ul.our_client_section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    section.our_client.common-sec ul.our_client_section li {
        flex-basis: 15%;
        display: flex;
        flex-direction: column;
        margin: 10px;
    }
    section.our_client.common-sec {
        text-align: center;
    }
    .video_section_sec .vdo-box img,
    .vdo-box img {
        width: 100%;
    }
    section.copy_right p.dislink.right_align_menu {
        text-align: center !important;
    }
    section.copy_right p {
        text-align: center !important;
        padding: 2px;
        font-size: 14px;
    }
    section#banner .carousel-caption .custom ul {
        display: flex;
        flex-wrap: wrap;
    }
    section#banner .carousel-caption .custom h1 {
        font-size: 28px;
        line-height: 38px;
    }
    section#banner .carousel-caption .custom ul li p {
        font-size: 14px;
        line-height: 24px;
    }
    section.our_client.common-sec ul.our_client_section li a img {
        height: 22px;
    }
    section#banner .carousel-caption .custom ul li {
        display: flex;
        flex-basis: 50%;
        flex-direction: column;
        margin-bottom: 20px;
    }
    header#hdr {
        position: relative;
        background: #000;
    }
    section#banner .carousel-item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .heading_section h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .video-con-header h4 {
        font-size: 16px;
    }
    .video-con-header img {
        width: 30px;
    }
    .news_video .left_side_news {
        border-right: 0px;
        padding-right: 0px;
    }
    section.awarded_sec.common-sec ul.d-flex {
        display: flex;
        flex-wrap: wrap;
    }
    section.awarded_sec.common-sec ul.d-flex li {
        display: flex;
        flex-basis: calc(100% / 3);
        margin-bottom: 25px;
        justify-content: center;
    }
    section.awarded_sec.common-sec h2 {
        padding-bottom: 20px;
    }
    .news-testi-sec.nswts .news-testi-left {
        margin-bottom: 30px;
    }
    .prtch .partners-new .col-lg-9 {
        padding: 20px 30px;
    }
    section.martin .abinf {
        padding: 50px 30px;
        max-width: 100%;
    }
    section.histry .abtext {
        width: 100%;
    }
    .wildserv .wildservinner {
        flex-basis: calc(92% / 2);
    }
    section.servcspage h2,
    section.wilservweing h2 {
        font-size: 18px;
        line-height: 28px;
    }
    section.conspract .abtext {
        width: 100%;
    }
    section.invbased .abtext {
        padding-top: 20px;
    }
    .immvisas .immvisasinner {
        flex-basis: calc(100%);
    }
    section.compl h5 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) {
    .single.single-post p img {
        float: left;
        padding-right: 30px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    form#login_form .row.loginfrm,
    .registerform {
        width: 80%;
    }
    .page-id-37413 .gallerysp h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .vidglrpg .vidglrpginner {
        flex-basis: calc(91% /2);
    }
    .cntfrmp .cntfrmpinner.cnt2 h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .cntfrmp .cntfrmpinner.cnt1 {
        flex-basis: 58%;
    }
    .innner-vid-sec-main.invdeo .wl_video_testimonials_new ul li .overlay i {
        top: 24px;
    }
    .innner-vid-sec-main.invdeo .wl_video_testimonials_new li .video_col h4 {
        font-size: 12px;
    }
    section.blpost1 .info h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .pagination ul li a {
        padding: 8px 10px;
    }
    .partners-new .col-md-9 {
        padding: 20px 30px;
    }
    .immvisas .immvisasinner {
        flex-basis: calc(93% / 2);
    }
    section.invbased .abtext {
        padding-top: 20px;
    }
    .abtext {
        width: 100% !important;
    }
    section.conspract .abtext {
        width: 80%;
    }
    .abinf {
        padding-top: 20px;
    }
    .wildserv .wildservinner {
        flex-basis: calc(93% / 2);
    }
    section.servcspage h2,
    section.wilservweing h2 {
        font-size: 18px;
        line-height: 28px;
    }
    section.histry .abtext {
        width: 80%;
    }
    .news-testi-left h2,
    .top_sec_heading h2 {
        font-size: 28px;
        line-height: 38px;
    }
    header#hdr .main-nav {
        text-align: center;
    }
    header#hdr .main-nav .header-action {
        display: flex;
        justify-content: center !important;
    }
    header#hdr .main-nav a.head-call {
        display: none;
    }
    header#hdr .main-nav .navbar.navbar-expand-lg {
        padding: 15px 0;
        margin-top: -42px;
    }
    header#hdr .main-nav .navbar.navbar-expand-lg button.navbar-toggler i {
        color: #fff;
    }
    header#hdr .main-nav .navbar.navbar-expand-lg button:focus {
        outline: 0px;
        border: 0px;
    }
    header#hdr .main-nav nav.navbar.navbar-expand-lg {
        width: 100%;
    }
    header#hdr .main-nav ul.nav.navbar-nav {
        width: 100%;
        background: rgb(0 0 0 / 59%);
        padding: 20px;
    }
    header#hdr .main-nav ul.nav.navbar-nav li a {
        font-size: 16px;
        line-height: 30px;
    }
    header#hdr .main-nav ul.nav.navbar-nav li {
        padding: 10px 10px;
        border-bottom: 1px dashed #fff;
    }
    header#hdr .main-nav ul.nav.navbar-nav li:last-child {
        border-bottom: 0px;
    }
    section.our_client.common-sec ul.our_client_section {
        display: flex;
        flex-wrap: wrap;
    }
    section.our_client.common-sec ul.our_client_section li {
        flex-basis: 24%;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    section#banner .carousel-caption .custom ul {
        display: flex;
        flex-wrap: wrap;
    }
    section#banner .carousel-caption .custom ul li {
        display: flex;
        flex-basis: 50%;
        flex-direction: column;
        margin-bottom: 20px;
    }
    header#hdr {
        position: relative;
        background: #000;
    }
    section#banner .carousel-item img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .heading_section h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .video-con-header h4 {
        font-size: 16px;
    }
    .video-con-header img {
        width: 30px;
    }
    .news_video .left_side_news {
        border-right: 0px;
        padding-right: 0px;
    }
    section.awarded_sec.common-sec ul.d-flex {
        display: flex;
        flex-wrap: wrap;
    }
    section.awarded_sec.common-sec ul.d-flex li {
        display: flex;
        flex-basis: calc(100% / 3);
        margin-bottom: 25px;
        justify-content: center;
    }
    section.awarded_sec.common-sec h2 {
        padding-bottom: 20px;
    }
    .news-testi-sec.nswts .news-testi-left {
        margin-bottom: 30px;
    }
    .prtch .partners-new .col-lg-9 {
        padding: 20px 30px;
    }
    section.ofcounsel .abtext {
        width: 80%;
    }
    section.martin .abinf {
        padding: 50px 30px;
        max-width: 100%;
    }
    section.atriclpg .artcpg .artcpginner {
        flex-basis: calc(94% /2);
    }
    .complnc .complncinner {
        flex-basis: calc(93% / 2);
    }
    .innner-vid-sec-main.invdeo .wl_video_testimonials_new li {
        width: 29%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    form#login_form .row.loginfrm,
    .registerform {
        width: 75%;
    }
    ul.d-flex.header_social_icon {
        display: none !important;
    }
    .complnc .complncinner {
        flex-basis: calc(91% / 3);
    }
    section.atriclpg .artcpg .artcpginner {
        flex-basis: calc(91% /4);
    }
    .immvisas .immvisasinner {
        flex-basis: calc(95% / 2);
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    section.partsect h2 a {
        font-size: 28px;
    }
    section.partsect p {
        font-size: 16px;
        line-height: 26px;
    }
    .news-testi-left h2,
    .top_sec_heading h2 {
        font-size: 28px;
        line-height: 38px;
    }
    header .navbar-nav li a {
        font-size: 13px;
        padding: 10px 3px;
    }
    .head-call {
        font-size: 14px;
    }
    .main-nav .header-action a.common-btn {
        padding-left: 10px;
        padding-right: 10px;
    }
    section#banner .carousel-caption .custom h1 {
        font-size: 35px;
        line-height: 45px;
    }
    section.our_services.common-sec .form-contact.form-side-outer iframe {
        transform: scale(0.8);
    }
    .innner-vid-sec-main.invdeo .wl_video_testimonials_new li {
        width: 30.3%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    header .navbar-nav li a {
        padding: 10px 6px !important;
    }
}

@font-face {
    font-family: 'Conv_AGaramondPro-Regular';
    src: url('../fonts/AGaramondPro-Regular.eot');
    src: local('☺'), url('../fonts/AGaramondPro-Regular.woff') format('woff'), url('../fonts/AGaramondPro-Regular.ttf') format('truetype'), url('../fonts/AGaramondPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mobile_ph {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mobmenu-right-alignment.mobmenu-panel button.sub-menu-toggle {
        border: 0px;
        background: transparent;
    }
    .mobmenu-right-alignment.mobmenu-panel button.sub-menu-toggle span.icon-plus,
    .mobmenu-right-alignment.mobmenu-panel button.sub-menu-toggle span.icon-minus {
        display: none;
    }
    .mobmenu-content #mobmenuright li:hover {
        background: transparent !important;
    }
    .mobmenu-content li {
        position: relative;
    }
    .mobmenu-content li button.sub-menu-toggle {
        position: absolute;
        top: 6px;
        right: 10px;
    }
    .mobmenu-content li button.sub-menu-toggle:focus {
        outline: 0px;
    }
    .main-nav nav.navbar.navbar-expand-lg {
        display: none;
    }
    header#hdr .main-nav .header-action {
        padding-bottom: 0px;
    }
    .mob-menu-logo-holder>.headertext span,
    .mobmenu input.mob-menu-search-field {
        font-size: 14px !important;
        text-align: left;
    }
    .mob-menu-header-holder.mobmenu .mob-menu-logo-holder a span {
        width: calc(100% - 40px);
        display: block;
        padding-left: 10px;
        line-height: 1.25;
    }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .mob-menu-logo-holder>.headertext span,
    .mobmenu input.mob-menu-search-field {
        font-size: 15px !important;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .thnkpg {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }
    .single.single-post table td {
        width: 100% !important;
        display: block;
    }
    .top_sec_heading.d-flex .heading_section {
        margin-bottom: 0px;
    }
    header.header.Sticky-fixed {
        border-bottom: 0px;
    }
    section.blpost1 .c.text-center .wrap img {
        height: 100%;
        object-fit: contain;
        max-height: 280px;
    }
    section.news_video.common-sec .btn_right {
        padding-bottom: 20px;
    }
    .heading_section h2 {
        margin-bottom: 20px;
    }
    section.news-event_sec.common-sec.text-white .center-btn.text-cent {
        padding-bottom: 30px;
    }
    section.common-sec.testimonials-sec.parallaxie h2.text-white:before {
        top: -3px;
        left: 31%;
    }
    section.common-sec.testimonials-sec.parallaxie {
        position: relative;
    }
    section.common-sec.testimonials-sec.parallaxie:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 65%);
    }
    header#hdr .main-nav .col-lg-9 {
        padding-left: 0px;
        padding-right: 0px;
    }
    header#hdr .main-nav .header-action .mobile_col_info {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        float: none;
        justify-content: center;
        background: #fff;
        padding: 10px 0px 0px 0px;
    }
    header#hdr .main-nav .header-action .mobile_col_info a.head-call {
        color: #000;
        padding-top: 4px;
    }
    header#hdr .main-nav .header-action .mobile_col_info div#google_translate_element {
        background: #000;
        box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 69%);
    }
    header#hdr .main-nav ul.d-flex.header_social_icon {
        padding-top: 10px;
        width: 100%;
        text-align: center;
        float: none;
        justify-content: center;
        background: #222;
        padding-bottom: 10px;
        margin: 5px auto 0 auto;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
    }
    header#hdr .main-nav .header-action a.login-text {
        padding-top: 6px;
    }
    section.common-sec.testimonials-inner.parallaxie {
        text-align: center;
    }
    section.common-sec.testimonials-inner.parallaxie .heading_section h2:before {
        left: 24%;
        top: -4px;
    }
    header#hdr .header-action a.login-text,
    header#hdr .header-action a.login-text span {
        font-size: 12px;
        text-align: left;
    }
    header.header a.common-btn {
        padding: 2px 18px;
    }
}

@media (min-width: 992px) {
    .menu-item-56:hover .dropdown-menu {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        min-width: 300px;
        left: -50px !important;
    }
    .menu-item-56 .dropdown-menu li a {
        text-transform: uppercase !important;
    }
}

#banner .carousel-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

#banner .carousel-item .text {
    color: #fff;
    display: grid;
    min-height: 70vh;
    place-content: end center;
    padding-block-end: 20px;
}

#banner .carousel-item.slide-1 .text {
    place-content: center end;
}

#banner .carousel-item .text>*:not(.action) {
    font-size: clamp(24px, 3vw, 48px);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px #000;
}

#banner [class^="carousel-control"] span {
    filter: drop-shadow(1px 1px 1px #000);
    scale: 2;
}

.block {
    padding-block: clamp(30px, 18vw, 50px);
}

.heading_section.center {
    max-width: max-content;
    margin-inline: auto;
}

.bg-gray-300 {
    background-color: #f1f3f4;
}

.header_social_icon {
    margin-block-start: 24px;
}

.header_social_icon li a {
    color: #fff;
    background-color: #0b2a4e;
    min-width: 50px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    aspect-ratio: 1;
    transition: ease all 200ms;
}

.header_social_icon {
    justify-content: left;
    gap: 9px;
}

.header_social_icon li {
    width: auto !important;
}

.header_social_icon li {
    cursor: pointer;
}

.header_social_icon li a:hover {
    scale: 1.15;
}

.practice-areas .row {
    row-gap: 28px;
}

.practice-areas .col-wrapper {
    text-align: center;
    display: block;
    background-color: #0b2a4e;
    color: #fff;
    padding: 1em;
    height: 100%;
}

.practice-areas .col-wrapper img {
    margin-bottom: 15px;
    max-width: 40px;
    filter: invert(1);
}

.main-nav .header_social_icon {
    margin-top: 0 !important;
    margin-inline-start: 15px;
    gap: 4px;
}

.main-nav .header_social_icon li a {
    min-width: 35px !important;
    margin-left: 4px !important;
}

.main-nav .header_social_icon li a:hover {
    background-color: #000;
}

#banner .carousel-item.half .text {
    place-content: center;
    padding-inline: 8rem clamp(15px, 3.5vw, 30px);
}

.practice-areas .col-wrapper .title>* {
    font-size: 24px;
}

.footer-banner {
    padding-block: 50px !important;
}

.footer-banner .carousel-caption * {
    color: #0b2a4e !important;
}

:is(.testimonials-sec.parallaxie,
.news-event_sec) .heading_section h2::before {
    background-color: #fff;
}

header .main-nav .header_social_icon li a {
    background-color: #fff !important;
    color: #0b2a4e;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.menu-item-has-children:hover>.sub-menu {
    display: block;
    padding-block: 0;
}

.menu-item-has-children .sub-menu a {
    color: #000;
    width: 100%;
    float: none;
    padding: 10px 15px;
    display: inline-block;
    white-space: nowrap;
}

.menu-item-has-children .sub-menu a:hover {
    background-color: #0b2a4e;
    color: #fff;
}

.menu-item-has-children .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

body:not(.home,
.page-id-37669) :is(.information,
.news-testi-sec.nswts,
.abtforum) {
    display: none;
}

.page-id-37669 :is(.news-testi-sec.nswts,
.abtforum) {
    display: none;
}

.more-list .sub-menu {
    left: auto;
    right: calc(100% - 50px);
}

.more-list .sub-menu .sub-menu {
    left: auto;
    right: calc(100%);
}

.prtch .partners-new a.common-btn {
    display: block;
    max-width: max-content;
    margin-top: 15px;
}

.partners-new a.float-left {
    margin-bottom: 30px;
}

.paddrow {
    padding-block: 50px;
}

header .lang {
    display: grid;
    width: 25px;
    aspect-ratio: 1;
    position: relative;
    place-content: center;
}

header .lang>* {
    grid-area: 1 / -1;
    overflow: hidden;
}

header .lang>*:not(i) {
    opacity: 0;
}

header .lang i {
    display: grid;
    place-content: center;
    font-size: clamp(18px, 2vw, 24px);
    color: #fff;
}

header .lang::after {
    content: "Select Language";
    position: absolute;
    display: none;
    font-size: 12px;
    min-width: max-content;
    inset: 100% 0 0 50%;
    translate: -50%;
    pointer-events: none;
    user-select: none;
    height: max-content;
    color: #fff;
    background-color: #282828;
    padding: 2px 8px;
    border-radius: 4px;
    border: 0.5px solid #ccc;
    z-index: 99;
}

header .lang:hover::after {
    display: block;
}

.partsect .card {
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    transition: all 500ms cubic-bezier(0.145, 0.84, 0.144, 1);
}

.partsect .row {
    row-gap: 30px;
    justify-content: center;
}

.partsect .card:hover {
    box-shadow: 0 4px 16px hsl(0 0% 0% / 10%);
    translate: 0 -8px;
}

.partsect .card-header {
    padding: 0;
}

.partsect .card-header img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}

.partsect .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-block-end: 15px;
}

.partsect .card-text p {
    margin: 0;
}

.partsect .card-title>* {
    margin: 0;
}

.partsect .card-title a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.partsect .card-title p a {
    color: #0b2a4e;
    font-size: 14px;
}

.partsect.of-counsel .card-header {
    background: transparent;
}

.partsect.of-counsel .card-img img {
    aspect-ratio: 1 / 0.3;
    object-fit: contain;
    padding: 12px;
}

body.page-id-37669 .sectitle+.information {
    display: block !important;
}

p:empty {
    display: none;
}

.wildserv .wildservinner {
    padding: 25px 15px;
}

.wildserv .wildservinner * {
    text-align: center;
}

.wildserv .wildservinner br {
    display: none;
}

.map-info {
    padding-block-end: 0;
    background-color: #0b2a4e;
}

.map-info iframe {
    display: block;
}

.map-info p {
    margin: 0;
}

.office-inner .row>*:first-child {
    padding-inline-end: 2.5rem;
}

.office-inner .col-lg-6 {
    position: relative;
}

.office-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    inset: 0;
}

.map-cta {
    padding-block-end: 50px;
}

.map-cta * {
    color: #fff;
}

.map-cta .row>*:not(:last-child) {
    border-inline-end: 1px solid #ccc;
}

.map-cta .col-wrapper {
    text-align: center;
}

.map-cta .col-wrapper .icon {
    width: 60px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    margin-inline: auto;
    margin-block-end: 12px;
}

.btn-grids {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.btn-grids>*>* {
    font-size: 18px;
    line-height: 1;
    background-color: #f1f5f9;
    padding: 4px 8px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    margin: 0;
}

.btn-grids>*>*:hover {
    background-color: #0b2a4e;
    color: #fff;
    border-color: #0b2a4e;
}

.about-sec {
    background-color: #0b2a4e;
}

.about-sec * {
    color: #fff;
}

.book-inner {
    display: flex !important;
    height: 100%;
    overflow: hidden;
}

.book-inner>*:first-child {
    min-width: 250px;
}

.book-inner iframe {
    height: 100%;
}

.book-inner .video-con {
    padding-bottom: 15px;
}

.book-inner .video-con .video-con-header img {
    max-width: 40px;
}

.book-inner .video-con h4 {
    font-size: 18px;
}

.book-inner .video-con p {
    font-size: 15px;
    line-height: 1.5;
}

.news_section .row * {
    margin: 0 !important;
}

.news_section .row a {
    display: block;
    padding: 15px;
}

.news_section .row a:hover {
    background-color: hsl(212, 75%, 17%, 10%) !important;
}

.news_section .row>*:not(:last-child) a {
    border-bottom: 1px solid #0b2a4e;
}

footer .header_social_icon {
    align-items: center;
    margin: 0;
}

footer .header_social_icon h4 {
    margin-block-end: 0;
    font-size: 18px;
    color: #fff;
    margin-inline-end: 8px;
}

footer .header_social_icon a {
    min-width: 35px;
    font-size: 14px;
    margin-inline-start: 0px;
    background-color: #fff;
}

footer .header_social_icon a svg {
    color: #001833;
}

.review-btns {
    display: flex;
    gap: 8px;
    align-items: center;
}

.review-btns img {
    max-width: 20px;
}

.review-btns a {
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    align-items: center;
    padding-left: 10px;
    overflow: hidden;
}

.review-btns a * {
    transition: 200ms;
}

.review-btns a span {
    padding-inline: 10px;
    padding-block: 4px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    color: #fff;
    font-size: clamp(0.75rem, 1vw, 1rem);
}

.review-btns .google span {
    background-color: #4789f4;
}

.review-btns .yelp span {
    background-color: #f44336;
}

.review-btns a:hover span {
    filter: brightness(0.9);
}

@media (max-width: 992px) {
    #banner .carousel-item .text {
        place-content: end center !important;
    }
    #banner .carousel-item.slide-1 .text h1 {
        text-shadow: 1px 1px #fff !important;
    }
    .office-inner img {
        position: static;
        aspect-ratio: 16 / 9;
    }
    .office-inner .row>*:first-child {
        padding-inline-end: 0;
    }
    .fluid-block .row>*:not(.fluid-image) {
        order: 2;
    }
    .fluid-block .fluid-image {
        order: 1;
        margin-bottom: 24px;
    }
    .fluid-block .fluid-image img {
        border-radius: 10px;
    }
    #banner .carousel-item.half .text {
        padding: 24px !important;
        place-content: end center;
    }
    #banner .carousel-item .text>*:not(.action) {
        color: #fff !important;
        text-shadow: 2px 2px #000;
        margin: 0;
        text-align: center;
    }
    #banner .row>* {
        position: static !important;
    }
    section#banner .carousel-item img {
        height: 100% !important;
    }
}

@media (max-width: 767.95px) {
    .book-inner {
        flex-direction: column;
    }
    .header-action {
        row-gap: 12px;
    }
}

@media (max-width: 575.95px) {
    #banner .carousel-item .text {
        min-height: 50vh;
    }
    #banner [class^="carousel-control"] span {
        scale: 1.25;
    }
    .sbi-critical-notice {
        scale: 0.75;
        transform-origin: right;
    }
}

@media (min-width: 992px) {
    .part-horz .card {
        flex-direction: row;
        height: 100%;
    }
    .part-horz .card .card-img img {
        max-width: 250px;
        height: 100%;
    }
    .part-horz .card .common-btn:hover span {
        color: inherit !important;
    }
    .fluid-block {
        padding-block: 0 !important;
    }
    .fluid-block .fluid-image {
        position: relative;
        overflow: hidden;
    }
    .fluid-block .fluid-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fluid-block .container-fluid .row>*:not(.fluid-image) {
        max-width: 660px;
        padding: clamp(25px, 4vw, 50px);
    }
    .fluid-block .container-fluid .row>*:first-child:not(.fluid-image) {
        margin-left: auto;
    }
    .fluid-block .row>*:first-child:not(.fluid-image) {
        padding-inline-start: 0 !important;
    }
    .fluid-block .row>*:last-child:not(.fluid-image) {
        padding-inline-end: 0 !important;
    }
}

.float-image img {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
    max-width: 575px;
}

.wildservinner {
    display: block;
}

.wildserv .wildservinner h4 {
    font-size: 20px;
    font-family: 'Conv_AGaramondPro-Regular' !important;
    color: #0b2a4e;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin-top: 1rem;
}

.wildserv .wildservinner .wildimg {
    max-width: 80px;
    margin-inline: auto;
}

@media (max-width: 991px) {
    .language-section .row .col-lg-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .language-section {
        padding: 35px 0px !important;
    }
    .float-image img {
        float: unset;
        max-width: 100%;
        margin-left: 0;
    }
    .lang-bx .img img {
        height: 40px !important;
        width: 40px !important;
    }
    .language-section .lang-bx h3 {
        font-size: 25px !important;
    }
    .language-section .lang-bx {
        padding: 10px !important;
    }
}

.postid-33229 .complnc .complncinner p a {
    padding: 0 !important;
}

.padd-row {
    padding-block: 60px;
}

.padd-row .padd-row {
    padding-block: 0;
}

@media (max-width: 991.95px) {
    .fluid-block .row>*:not(:is(.fluid-image,
    .fluid-content)) {
        order: 2;
    }
    .fluid-block :is(.fluid-image,
    .fluid-content) {
        order: 1;
        margin-bottom: 24px;
    }
    .fluid-block .fluid-image img {
        border-radius: 10px;
        box-shadow: var(--elevation-3);
    }
}

@media (min-width: 992px) {
    .fluid-block {
        padding-block: 0;
    }
    .fluid-block .fluid-image {
        position: relative;
        overflow: hidden;
    }
    .fluid-block .fluid-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fluid-block .container-fluid .row>*:not(:is(.fluid-image,
    .fluid-content)) {
        max-width: 660px;
        padding: clamp(25px, 4vw, 50px);
    }
    .fluid-block .container-fluid .row>*:first-child:not(:is(.fluid-image,
    .fluid-content)) {
        margin-left: auto;
    }
    .fluid-block .row>*:first-child:not(:is(.fluid-image,
    .fluid-content)) {
        padding-inline-start: 1.5rem !important;
    }
    .fluid-block .row>*:last-child:not(:is(.fluid-image,
    .fluid-content)) {
        padding-inline-end: 1.5rem !important;
    }
}

.office-sec .card img {
    aspect-ratio: 16 / 9;
    object-position: bottom;
}

.office-sec .row {
    row-gap: 1.5rem;
}

.office-sec .card {
    border-radius: 4px;
    height: 100%;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    border-bottom: 4px solid transparent;
    transition: all 200ms;
}

.office-sec .card:hover {
    border-bottom: 4px solid var(--clr-primary);
}

.office-sec .card-header {
    padding: 0;
}

.office-sec .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.office-sec .card-title a {
    font-size: 24px;
    font-weight: bold;
    color: var(--clr-black);
}

.office-sec .card-title a:hover {
    color: var(--clr-primary);
}

ul.styled-list li:not(:last-child) {
    margin-block-end: 1rem;
}

ul.styled-list li :is(b,
strong) {
    margin-inline-end: 6px;
}

section#banner .carousel-item img {
    object-position: top;
}

.partners-new>.row {
    align-items: start !important;
}

.partners-new img {
    filter: grayscale(1);
}

.sec-101 .container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    row-gap: 1.5rem;
}

.sec-101 .container>* {
    margin-inline: 0.75rem;
    flex: 0 1 max(400px - 1.5rem, calc(100% / 3 - 1.5rem));
}

.sec-101 .container a {
    color: #001833;
    display: block;
    border: 1px solid;
    padding: 1.5em 1em;
    height: 100%;
    display: grid;
    place-items: center;
}

@media (max-width: 1199.95px) {
    .book-inner {
        flex-direction: column;
    }
}

.vdo-sec .vdo-box {
    width: 100%;
    aspect-ratio: 1 / 0.75;
    max-height: 240px;
}

.vdo-sec .vdo-box img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    max-height: 100% !important;
    ;
}

.search-results .wildserv .wildservinner .wildimg {
    max-width: 100%;
    max-width: 100%;
}

.search-results .wildserv .wildservinner .wildimg img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 12;
    object-position: top center;
}

.search-results .wildservinner {
    padding: 12px;
}

:is(.posted-on,
.post-taxonomies) {
    display: none;
}

.search-results .search-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

a.amazon-btn:hover img {
    mix-blend-mode: exclusion;
}

@media (max-width: 991.95px) {
    .object-h-100-m iframe {
        height: 100% !important;
    }
    .bgwild {
        contain: layout;
    }
    .bgwild::before {
        content: '';
        position: absolute;
        inset: 0;
        background-color: hsl(0 0% 0% / 50%);
    }
    /* menu css */
     :root {
        --menu-font: 'Open Sans', sans-serif;
        --menu-font-size: min(18px, 5vw);
        --primary-color: #0b2a4e;
        --hovered-color: #103e74;
        --submenu-bg: #030e1b;
        --submenu-border-color: rgb(255 255 255 / 54%);
        --menu-border-color: rgb(255 255 255 / 54%);
        --menu-color: #fff;
        --submenu-color: #fff;
        --menu-hovered-color: #ffffff;
        --toggle-button-color: #ffffff;
    }
    .mobmenu-right-panel .mobmenu-right-bt .mob-cancel-button {
        color: var(--toggle-button-color) !important;
    }
    .mobmenu-right-panel .mobmenu-right-bt {
        top: 5px !important;
        right: 5px !important;
    }
    .mobmenu-content {
        border-top: 0px solid #ffffff !important;
    }
    .mobmenu-content li {
        padding: 0 !important;
        margin: 0 !important;
    }
    #mobmenuright li a,
    #mobmenuright li a:visited,
    #mobmenuright .mobmenu-content h2,
    #mobmenuright .mobmenu-content h3,
    .mobmenu-left-panel .mobmenu-display-name {
        font-family: var(--menu-font) !important;
        font-weight: 400 !important;
        color: var(--menu-color) !important;
        padding: 6px 20px !important;
        font-size: var(--menu-font-size) !important;
    }
    #mobmenuright li {
        border-bottom: 1px solid var(--menu-border-color) !important;
        padding-bottom: 0 !important;
        position: relative !important;
        padding-inline: 0 !important;
    }
    #mobmenuright li:last-child {
        border: none !important;
    }
    #mobmenuright li button.sub-menu-toggle {
        position: absolute !important;
        right: 0 !important;
        top: 5px !important;
        background: transparent !important;
        border: none !important;
        color: var(--menu-color) !important;
    }
    #mobmenuright li button.sub-menu-toggle span.icon-plus {
        display: none !important;
    }
    #mobmenuright li button.sub-menu-toggle span.icon-minus {
        display: none !important;
    }
    #mobmenuright li .mob-expand-submenu.show-sub {
        top: 6px !important;
    }
    #mobmenuright li a,
    #mobmenuright li a:visited,
    .show-nav-right .mob-menu-copyright,
    .show-nav-right .mob-expand-submenu i {
        font-size: var(--menu-font-size) !important;
        color: var(--menu-color) !important;
    }
    .mobmenu-content #mobmenuright .sub-menu {
        background: var(--submenu-bg) !important;
    }
    .mobmenu-content #mobmenuright li>.sub-menu li {
        padding: 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid var(--submenu-border-color) !important;
    }
    .mobmenu-content #mobmenuright .sub-menu a {
        color: var(--submenu-color) !important;
    }
    .mobmenu-content #mobmenuright li>.sub-menu li:last-child {
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .mobmenu-content #mobmenuright>li a {
        font-size: 0.98rem !important;
        width: 100% !important;
        white-space: pre-wrap !important;
    }
    .sub-menu {
        padding: 0 !important;
    }
    .mobmenu-content #mobmenuright>li {
        overflow: hidden !important;
    }
    .mobmenu-content #mobmenuright>li>a:hover,
    .mobmenu-content #mobmenuright li:hover {
        background-color: var(--hovered-color) !important;
    }
    .mobmenur-container i {
        color: var(--toggle-button-color) !important;
    }
    .mobmenu-panel {
        background-color: var(--primary-color) !important;
    }
    #mobmenuright .sub-menu {
        border-radius: 0 !important;
        overflow: hidden;
    }
    #mobmenuright li {
        overflow: hidden;
    }
    footer .copy_right {
        padding-block: 1.5rem;
    }
    .parallaxie .d-flex {
        justify-content: center;
    }
    .cntfrmp {
        flex-direction: column !important;
    }
    section.partsect {
        padding-block: clamp(30px, 8vw, 60px);
    }
    .mobmenu .headertext {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .conslimg img {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        box-shadow: none !important;
    }
}

.genr,
section.counsel1 {
    padding-block: clamp(30px, 8vw, 60px) !important;
}

span.error {
    color: #fff;
    background-color: red;
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 4px 8px;
    line-height: 1;
}


/* Mobile Menu */

.mobile-menu {
    z-index: 999999;
}

.mobile-menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    height: max-content;
}

.line {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
}

.line2 {
    stroke-dasharray: 60 60;
}

.line3 {
    stroke-dasharray: 60 207;
}

.mobile-menu-btn.active .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.mobile-menu-btn.active .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.mobile-menu-btn.active .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.backdrop {
    background-color: hsl(0 0% 0% / 40%);
    position: fixed;
    inset: 0;
    z-index: 99999;
    opacity: 0;
    transition: 700ms;
    pointer-events: none;
}

.backdrop.open {
    opacity: 1;
}

.topbar {
    background-color: #0b2a4e;
    color: #fff;
    position: relative;
    z-index: 999999;
}

.topbar .topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.search-wrapper {
    display: grid;
    grid-template-columns: 150px 60ch;
    place-content: center;
    gap: 1rem;
    padding-block: clamp(30px, 8vw, 60px)
}

.search-wrapper .search-image {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 1rem
}

.search-wrapper .search-image img {
    max-width: 100%;
    height: 100%;
    object-fit: contain
}

.search-wrapper .search-submit {
    cursor: pointer;
    background-color: #0b2a4e;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 8px 28px;
    text-transform: capitalize;
    line-height: 1.1;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    border: 2px solid #0b2a4e;
    border-radius: 3px;
    text-decoration: none
}

.search-wrapper input[type="search"] {
    border: 1px solid #aaa;
    padding-inline: .5rem;
    min-height: 35.7px;
    outline-color: transparent;
    caret-color: #001833
}

.search-wrapper input[type="search"]:is(:focus) {
    border-color: #001833
}

@media (max-width: 991.95px) {
    .search-wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
        max-width: 60ch;
        margin-inline: auto
    }
    .search-wrapper .search-image {
        max-width: 150px;
        margin-inline: auto;
        margin-block-end: 1.5rem
    }
    .clrins img {
        width: 100%;
        padding: 1rem;
    }
}

body:not(.postid-33229,
.page-id-37667) .complncinner p::before {
    content: "\f19c";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #05497a;
}

body:not(.postid-33229 .page-id-37667) .complnc .complncinner p a {
    padding-left: 45px;
}

body:not(.postid-33229 .page-id-37667) .complncinner p:first-of-type {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #212529;
    line-height: 26px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    max-width: 100%;
    text-transform: capitalize;
}

.page-template-testimonials .testimninner {
    contain: layout;
}

.page-template-testimonials .testimninner::before {
    content: "\f10d";
    font: normal normal normal 7rem/1 FontAwesome;
    position: absolute;
    inset: 1.5rem auto auto 1.5rem;
    z-index: -1;
    opacity: 0.1;
}

#contact_form .g-recaptcha {
    scale: 0.75;
    transform-origin: left center;
}

body.menu-visible {
    overflow: hidden;
}

.header-action :is(i.fa.fa-search,
svg[data-icon="magnifying-glass"]) {
    background: #ffffffc2;
    width: 34px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    color: #0b2a4e;
    border-radius: 2px;
    padding: 8px;
    box-sizing: border-box;
}

.header-action .btn.btn-danger i.fa.fa-search {
    background: none;
    color: #fff;
}

p a {
    padding: 0px 2px;
}

.small,
small {
    font-size: 70%;
    font-weight: 400;
}

.language-section {
    background-image: url(https://www.wildeslaw.com/wp-content/uploads/2025/10/best-immigration-law-firm-new-york.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-attachment: fixed;
    min-height: auto;
}

.language-section .container {
    position: relative;
    z-index: 77;
}

.language-section::after {
    height: 100%;
    width: 100%;
    background-color: #0000008f;
    position: absolute;
    content: '';
    inset: 0;
}

.lang-bx .img img {
    height: 42px;
    width: 42px;
}

.language-section .heading_section h2 {
    color: #fff;
}

.language-section .heading_section h2:before {
    background-color: #fff;
}

.language-section .lang-bx {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.language-section .row .col-lg-3 {
    flex: 0 0 20%;
    /* Flex item with no growth or shrinkage, set to 20% width */
    max-width: 20%;
}

.language-section .lang-bx h3 {
    margin: 0px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
}

section.bsprtnt {
    background: #f2f2f2 !important;
}

section.bsprtnt p {
    color: #000000;
}

.language-section .row {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    row-gap: 15px;
}

.more-info-bx p {
    color: #0b2a4e;
    font-size: 20px;
    margin: 30px 0px 0px 0px;
    background: #fff;
    padding: 9px 15px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
}

@media (max-width: 575.95px) {
    .language-section .row .col-lg-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.block.block-secondary-main {
    background-color: var(--clr-secondary-main);
}

.block.block-secondary-main .clr-primary-main {
    color: var(--clr-primary-dark);
}

.block-parallax {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    clip-path: inset(0);
    background-color: var(--clr-primary-text);
    color: var(--clr-primary-light);
}

.block-parallax .parallax-image img {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    pointer-events: none;
    user-select: none;
}

.block-parallax:not(.parallax-boxed) .parallax-image img {
    filter: brightness(0.25);
}

.block-static .row {
    row-gap: 1.5rem;
}

.block-static .block-image img {
    border-radius: 1rem;
    width: 100%;
    object-fit: cover;
}

.block-static .block-image {
    position: relative;
    isolation: isolate;
}

.block-note .note-wrapper,
.block-note .note-content {
    max-width: calc(100ch + 1rem);
    margin-inline: auto;
    padding-inline: 1rem;
    text-align: center;
    text-wrap: pretty;
}

.bg-gray-200 {
    background-color: #f2f2f2;
}

@media (min-width: 992px) {
    .block-fluid {
        --_gap: 5rem;
        position: relative;
        isolation: isolate;
        overflow: hidden;
        clip-path: inset(0);
    }
    .block-fluid .row {
        gap: 1.5rem var(--_gap);
        margin: 0;
    }
    .block-fluid .row>* {
        padding: 0;
        flex: 1;
    }
    .block-fluid .block-image img {
        position: fixed;
        inset: 0;
        z-index: -2;
        width: calc(50% - (var(--_gap) / 2));
        height: 100%;
        object-fit: cover;
    }
    .block-fluid.fluid-100 .block-image img {
        width: 100%;
        position: absolute;
    }
    .block-fluid .block-image:last-child img {
        margin-left: auto;
    }
    .block-static {
        --_gap: 5rem;
    }
    .block-static .block-image img {
        min-height: 100%;
        aspect-ratio: 1 / 0.65;
    }
    .block-static .row {
        margin: 0;
        column-gap: var(--_gap);
    }
    .block-static .row>:not(.block-image) {
        align-self: center;
    }
    .block-static .row>* {
        flex: 1;
        padding: 0;
    }
}


/* Inner Hero */

.parent-pageid-39777 .inner-hero,
.page-id-41670 .inner-hero,
.page-id-41725 .inner-hero,
.page-id-41735 .inner-hero,
.page-id-41819 .inner-hero,
.page-id-41832 .inner-hero {
    position: relative;
    isolation: isolate;
    padding-block: 50px;
    min-height: calc(100vh - 120px);
    align-content: center;
    clip-path: inset(0);
    overflow: hidden;
}

.parent-pageid-39777 .inner-hero .contact-info a,
.page-id-41670 .inner-hero .contact-info a,
.page-id-41725 .inner-hero .contact-info a,
.page-id-41735 .inner-hero .contact-info a,
.page-id-41819 .inner-hero .contact-info a,
.page-id-41832 .inner-hero .contact-info a {
    font-weight: 600;
    color: #0b2a4e;
}

@media (max-width: 991.98px) {
    .parent-pageid-39777 .inner-hero,
    .page-id-41670 .inner-hero,
    .page-id-41725 .inner-hero,
    .page-id-41735 .inner-hero,
    .page-id-41819 .inner-hero,
    .page-id-41832 .inner-hero {
        position: relative;
        isolation: isolate;
        padding-block: 50px;
        min-height: unset !important;
        align-content: center;
        clip-path: inset(0);
        overflow: hidden;
    }
    .parent-pageid-39777 .inner-hero .hero-slider,
    .page-id-41670 .inner-hero .hero-slider,
    .page-id-41725 .inner-hero .hero-slider,
    .page-id-41735 .inner-hero .hero-slider,
    .page-id-41819 .inner-hero .hero-slider,
    .page-id-41832 .inner-hero .hero-slider {
        mask-image: unset !important;
        opacity: 0.25;
    }
}

.parent-pageid-39777 .inner-hero .hero-slider,
.page-id-41670 .inner-hero .hero-slider,
.page-id-41725 .inner-hero .hero-slider,
.page-id-41735 .inner-hero .hero-slider,
.page-id-41819 .inner-hero .hero-slider,
.page-id-41832 .inner-hero .hero-slider {
    position: fixed;
    height: 100vh;
    height: 100dvh;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    user-select: none;
    mask-image: linear-gradient(to right, hsl(0, 0%, 0%, 5%), #000);
}

.parent-pageid-39777 .inner-hero .hero-slider :is(.slick-list,
.slick-track,
.slick-slide,
.slick-slide>*,
.slide),
.page-id-41670 .inner-hero .hero-slider :is(.slick-list,
.slick-track,
.slick-slide,
.slick-slide>*,
.slide),
.page-id-41725 .inner-hero .hero-slider :is(.slick-list,
.slick-track,
.slick-slide,
.slick-slide>*,
.slide),
.page-id-41735 .inner-hero .hero-slider :is(.slick-list,
.slick-track,
.slick-slide,
.slick-slide>*,
.slide),
.page-id-41819 .inner-hero .hero-slider :is(.slick-list,
.slick-track,
.slick-slide,
.slick-slide>*,
.slide),
.page-id-41832 .inner-hero .hero-slider :is(.slick-list,
.slick-track,
.slick-slide,
.slick-slide>*,
.slide) {
    height: 100%;
}

.parent-pageid-39777 .inner-hero .hero-slider .slide,
.page-id-41670 .inner-hero .hero-slider .slide,
.page-id-41725 .inner-hero .hero-slider .slide,
.page-id-41735 .inner-hero .hero-slider .slide,
.page-id-41819 .inner-hero .hero-slider .slide,
.page-id-41832 .inner-hero .hero-slider .slide {
    width: 100%;
    position: relative;
}

.parent-pageid-39777 .inner-hero .hero-slider .slide img,
.page-id-41670 .inner-hero .hero-slider .slide img,
.page-id-41725 .inner-hero .hero-slider .slide img,
.page-id-41735 .inner-hero .hero-slider .slide img,
.page-id-41819 .inner-hero .hero-slider .slide img,
.page-id-41832 .inner-hero .hero-slider .slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parent-pageid-39777 .inner-hero .hero-slider .slick-active img,
.page-id-41670 .inner-hero .hero-slider .slick-active img,
.page-id-41725 .inner-hero .hero-slider .slick-active img,
.page-id-41735 .inner-hero .hero-slider .slick-active img,
.page-id-41819 .inner-hero .hero-slider .slick-active img,
.page-id-41832 .inner-hero .hero-slider .slick-active img {
    animation: burnOut 10s linear forwards 1;
}

@keyframes burnOut {
    from {
        transform: scale(1.35);
    }
    to {
        transform: scale(1);
    }
}

.parent-pageid-39777 .inner-hero .hero-content,
.page-id-41670 .inner-hero .hero-content,
.page-id-41725 .inner-hero .hero-content,
.page-id-41735 .inner-hero .hero-content,
.page-id-41819 .inner-hero .hero-content,
.page-id-41832 .inner-hero .hero-content {
    max-width: 50ch;
}

.parent-pageid-39777 .inner-hero .hero-content .hero-title,
.page-id-41670 .inner-hero .hero-content .hero-title,
.page-id-41725 .inner-hero .hero-content .hero-title,
.page-id-41735 .inner-hero .hero-content .hero-title,
.page-id-41819 .inner-hero .hero-content .hero-title,
.page-id-41832 .inner-hero .hero-content .hero-title {
    font-size: clamp(1.75rem, 3vw + 1rem, 3rem);
    margin-block-end: 0.5em;
}

.parent-pageid-39777 .inner-hero .hero-content .contact-info,
.page-id-41670 .inner-hero .hero-content .contact-info,
.page-id-41725 .inner-hero .hero-content .contact-info,
.page-id-41735 .inner-hero .hero-content .contact-info,
.page-id-41819 .inner-hero .hero-content .contact-info,
.page-id-41832 .inner-hero .hero-content .contact-info {
    margin-block-end: 1.5rem;
    padding: 0;
    list-style-type: none;
}

.parent-pageid-39777 .inner-hero .hero-content .contact-info address,
.page-id-41670 .inner-hero .hero-content .contact-info address,
.page-id-41725 .inner-hero .hero-content .contact-info address,
.page-id-41735 .inner-hero .hero-content .contact-info address,
.page-id-41819 .inner-hero .hero-content .contact-info address,
.page-id-41832 .inner-hero .hero-content .contact-info address {
    margin: 0;
}

.parent-pageid-39777 .inner-hero .hero-content .contact-info>*,
.page-id-41670 .inner-hero .hero-content .contact-info>*,
.page-id-41725 .inner-hero .hero-content .contact-info>*,
.page-id-41735 .inner-hero .hero-content .contact-info>*,
.page-id-41819 .inner-hero .hero-content .contact-info>*,
.page-id-41832 .inner-hero .hero-content .contact-info>* {
    padding: 0.5em;
    border-left: 4px solid #0b2a4e;
    background-image: linear-gradient(to right, #fff 50%, hsl(0, 0%, 100%, 50%) 80%, transparent 90%);
}

.parent-pageid-39777 .inner-hero .hero-content .contact-info>*:not(:last-child),
.page-id-41670 .inner-hero .hero-content .contact-info>*:not(:last-child),
.page-id-41725 .inner-hero .hero-content .contact-info>*:not(:last-child),
.page-id-41735 .inner-hero .hero-content .contact-info>*:not(:last-child),
.page-id-41819 .inner-hero .hero-content .contact-info>*:not(:last-child),
.page-id-41832 .inner-hero .hero-content .contact-info>*:not(:last-child) {
    margin-block-end: 1em;
}

.parent-pageid-39777 .block-services .row,
.page-id-41670 .block-services .row,
.page-id-41725 .block-services .row,
.page-id-41735 .block-services .row,
.page-id-41819 .block-services .row,
.page-id-41832 .block-services .row {
    row-gap: 1.5rem;
    justify-content: center;
}

.parent-pageid-39777 .block-services .service,
.page-id-41670 .block-services .service,
.page-id-41725 .block-services .service,
.page-id-41735 .block-services .service,
.page-id-41819 .block-services .service,
.page-id-41832 .block-services .service {
    background-color: #0b2a4e;
    box-shadow: 0 1px 0 hsl(0, 0%, 0%, 20%);
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-block-end: 1rem;
    height: 100%;
    margin: 0;
}

.parent-pageid-39777 .block-services .service .thumb,
.page-id-41670 .block-services .service .thumb,
.page-id-41725 .block-services .service .thumb,
.page-id-41735 .block-services .service .thumb,
.page-id-41819 .block-services .service .thumb,
.page-id-41832 .block-services .service .thumb {
    text-align: center;
    margin-block-end: 1rem;
}

.parent-pageid-39777 .block-services .service .thumb svg,
.page-id-41670 .block-services .service .thumb svg,
.page-id-41725 .block-services .service .thumb svg,
.page-id-41735 .block-services .service .thumb svg,
.page-id-41819 .block-services .service .thumb svg,
.page-id-41832 .block-services .service .thumb svg {
    max-width: 50px;
    height: 100%;
    fill: #fff;
}

.parent-pageid-39777 .block-services .service .thumb svg [fill],
.page-id-41670 .block-services .service .thumb svg [fill],
.page-id-41725 .block-services .service .thumb svg [fill],
.page-id-41735 .block-services .service .thumb svg [fill],
.page-id-41819 .block-services .service .thumb svg [fill],
.page-id-41832 .block-services .service .thumb svg [fill] {
    fill: #fff;
}

.parent-pageid-39777 .block-services .service .title,
.page-id-41670 .block-services .service .title,
.page-id-41725 .block-services .service .title,
.page-id-41735 .block-services .service .title,
.page-id-41819 .block-services .service .title,
.page-id-41832 .block-services .service .title {
    font-size: clamp(20px, 1.5vw + 0.5rem, 24px);
    color: #fff;
}

.parent-pageid-39777 .block-services .service .caption p,
.page-id-41670 .block-services .service .caption p,
.page-id-41725 .block-services .service .caption p,
.page-id-41735 .block-services .service .caption p,
.page-id-41819 .block-services .service .caption p,
.page-id-41832 .block-services .service .caption p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    text-wrap: pretty;
    color: hsl(0, 0%, 80%);
}

.parent-pageid-39777 .block-services .row+.note-content,
.page-id-41670 .block-services .row+.note-content,
.page-id-41725 .block-services .row+.note-content,
.page-id-41735 .block-services .row+.note-content,
.page-id-41819 .block-services .row+.note-content,
.page-id-41832 .block-services .row+.note-content {
    margin-block-start: 2rem;
}

.parent-pageid-39777 .heading_section h2,
.page-id-41670 .heading_section h2,
.page-id-41725 .heading_section h2,
.page-id-41735 .heading_section h2,
.page-id-41819 .heading_section h2,
.page-id-41832 .heading_section h2 {
    margin-bottom: 18px;
}


/*** UL list ****/

.page-id-41735 .new_list li {
    position: relative;
}

.page-id-41735 .new_list {
    list-style-type: none;
    padding-left: 21px;
}

.page-id-41735 .new_list li::before {
    position: absolute;
    content: "";
    background-color: #0b2a4e;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 5px;
    left: -23px;
}


/*** UL list end****/

.block-parallax.parallax-boxed .block-content {
    background-color: hsl(0, 0%, 100%, 80%);
    backdrop-filter: blur(1rem);
    border-radius: 0.5rem;
    padding: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
}

.List-root {
    margin: 0;
    padding: 0;
    list-style: none;
}

.List-root>* {
    padding: 0.25em 0 0.25em 0.725em;
    border-left: 4px solid #0b2a4e;
}

.List-root>:not(:last-child) {
    margin-block-end: 1em;
}

._form {
    background-color: hsl(0, 0%, 100%, 10%);
    padding: 1.5rem;
    border-radius: 0.5rem;
}

._form button {
    background-color: #fff;
    color: #000;
}

._form button:hover {
    color: #fff !important;
}

._form button::after {
    background-color: #000;
}

.block-parallax .block-content>.row {
    row-gap: 1.5rem;
}

.block-parallax .block-content {
    overflow: hidden;
    padding: 0 !important;
}

.block-parallax .block-content>.row {
    margin: 0;
}

.block-parallax .block-content>.row>:first-child {
    background-color: #0b2a4e;
    padding: clamp(1rem, 1.5vw, 1.5rem);
}

.block-parallax .block-content>.row>:first-child h2 {
    color: #fff;
}

.block-parallax .block-content>.row>:first-child h2:before {
    background-color: #fff;
}

.block-parallax .block-inner {
    padding: clamp(1rem, 1.5vw, 1.5rem) 0.5rem;
}


/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/

.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: 1;
}

.lines .line:nth-child(1) {
    margin-left: -19%;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(255 255 255 / 26%);
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

section#footertop {
    position: relative;
}

.lines .line:nth-child(2) {
    left: 74%;
}

.lines .line:nth-child(3) {
    left: 72%;
}

.alter {
    color: #fff;
    text-align: center;
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

.footer-section {
    padding-top: 14px;
    position: relative;
    background-color: #001833;
    background-repeat: no-repeat;
    background-size: cover;
}


/* .footer-section:before {
    position: absolute;
    top: 0;
    content: "";
    background: rgb(0 0 0 / 81%);
    z-index: 1;
    width: 100%;
    height: 100%;
} */

.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-widget.w_100 ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.footer-cta {
    border-bottom: 1px solid rgb(255 255 255 / 26%);
}

.hours-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.hours-text p {
    color: #fff;
    font-size: 16px;
}

.ft_icon {
    color: #001833;
    float: left;
    margin-top: 0px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    height: fit-content;
}

.single-cta svg {
    width: 20px;
    height: 20px;
    padding: 15px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    /* cursor: default; */
}

.cta-text a:hover {
    opacity: 0.6;
}

.cta-text h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 2px;
    text-transform: capitalize;
    line-height: 1.3;
}

.footer-widget ul {
    height: 100%;
    margin-left: 0;
    padding-left: 0;
}

.footer-widget.m_view ul {
    height: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-widget.m_view ul li {
    width: 50%;
}

.cta-text span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.footer-content {
    position: relative;
    z-index: 2;
    margin: 15px 0;
}

.footer-content .row {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 80px;
}

.footer-text p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #000000;
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #000000;
}

.footer-social-icon a:hover {
    color: #fff;
    border: 1px solid #000000;
    background-color: #000000;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.map_bx {
    height: 280px;
}

.hours-text {
    margin-bottom: 30px;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: #fff;
}

.footer-widget ul li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.footer-widget ul li a:hover {
    color: #b1aeae;
}

.footer-widget ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 64px 14px 14px;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 28%);
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #862a35;
    padding: 13px 20px;
    border: 1px solid #862a35;
    top: 0;
}

.subscribe-form button i {
    color: #ffffff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    padding: 16px 0;
    border-top: 1px solid rgb(255 255 255 / 26%);
    z-index: 1;
    position: relative;
}

.copyright-text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.copyright-text p a {
    color: #000000;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #000000;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.single-cta {
    display: flex;
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    .lines {
        display: none;
    }
    .single-cta {
        margin-bottom: 26px;
    }
}

@media (max-width: 480px) {
    .map-cta .col-wrapper {
        margin-bottom: 20px;
    }
}

._box {
    font-weight: 600;
    background-color: hsl(212, 75%, 17%, 10%);
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    display: inline-block;
    line-height: 1.25;
    font-size: 14px;
}

.Marquee-root {
    --_gap: 1.5rem;
    --_duration: 15s;
    --_state: running;
    overflow: hidden;
}

.Marquee-root:is(:hover,
 :focus-within) {
    --_state: paused;
}

.Marquee-root .Marquee-track {
    display: flex;
    gap: var(--_gap, 1rem);
}

.Marquee-root .Marquee-track>* {
    flex: 1 0 100%;
    text-align: center;
    white-space: nowrap;
    animation: var(--_duration) Marquee linear infinite;
    animation-play-state: var(--_state);
}

.Marquee-root .Marquee-track>*>* {
    padding: 0.5em 1em;
    display: block;
}

.Marquee-primary {
    background-color: var(--clr-primary);
    color: var(--clr-accent);
}

.Marquee-instructions a {
    color: inherit;
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    font-weight: 600;
}

@keyframes Marquee {
    to {
        transform: translateX(calc(-100% - 1.5rem));
    }
}


/* List */

.List-root {
    margin-block-end: 1rem;
    text-wrap-style: pretty;
}

.List-root.List-col-2 {
    columns: 2 280px;
}

.List-root.List-col-2>* {
    break-inside: avoid;
}

.List-root>*:not(:last-child) {
    margin-block-end: 0.725em;
}

.List-root>* {
    --clr: #001833;
    padding: 0.35em 0.725em;
    border-left: 0.18em solid var(--clr);
}

.List-root>:nth-child(2n) {
    --clr: #c5ccd5;
}

.List-root>:nth-child(3n) {
    --clr: #000;
}

.List-root>:nth-child(4n) {
    --clr: #005ecb;
}

.List-root.List-light>* {
    --clr: #fff;
}

.Instructions {
    background-color: var(--clr-primary);
    padding: 1.5rem;
}

.Instructions a {
    color: var(--clr-accent);
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    text-wrap-style: balance;
}

.Block-root {
    padding-block: clamp(30px, 8vw, 60px) !important;
}

.Block-primary {
    background-color: var(--clr-primary);
    color: var(--clr-accent);
}

.Block-primary * {
    color: inherit;
}

.Block-root.BlockNote-root :where(.Note-wrapper,
.Note-content) {
    max-width: 100ch;
    margin-inline: auto;
    text-align: center;
    text-wrap-style: pretty;
}

.Note-box {
    text-align: left;
    padding: clamp(1rem, 1.5vw + 0.35rem, 1.5rem);
    background-color: var(--clr-accent);
}

.Note-box .title>* {
    font-size: 1.5rem;
    font-weight: bold;
}

.Note-box:not(:last-child) {
    margin-block-end: 1.5rem;
}


/* Parallax */

.Block-root.BlockParallax-root {
    position: relative;
    isolation: isolate;
    clip-path: inset(0);
    overflow: hidden;
}

.Block-root.BlockParallax-root .Parallax-object>* {
    inset: 0;
    z-index: -2;
    width: 100%;
    height: calc(100vh + 50px);
    height: calc(100dvh + 50px);
    object-fit: cover;
    object-position: center;
}

.Block-root.BlockParallax-root:not(.Block-fluid) .Parallax-object>* {
    position: fixed;
}


/* Static */

.Block-root.Block-static .Block-object>* {
    border-radius: 1rem;
    width: 100%;
    object-fit: cover;
}

.Block-root.Block-root .Block-row~.Block-row {
    margin-block-start: 3rem;
}

.Block-object picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-id-43396 .nav-tabs a.nav-link.active,
.page-id-43396 .nav-tabs a.nav-link {
    background-color: #0b2a4e;
    width: 279px;
    text-align: center;
    color: #fff;
    border-radius: 0;
}

.page-id-43396 .nav-tabs a.nav-link {
    background-color: rgb(0 136 204 / 48%);
    border: none;
    font-size: 20px;
    font-weight: 600;
}

.page-id-43396 .nav-tabs {
    justify-content: center;
    border-bottom: none;
    margin-bottom: 22px;
}

.page-id-43396 .tab-content .tab-pane .row {
    justify-content: center;
}

@media (min-width: 992px) {
    /* Static */
    .Block-static.Block-static {
        --_gap: 5rem;
    }
    .Block-static.Block-static .Block-object>* {
        aspect-ratio: 1 / 0.725;
        min-height: 100%;
    }
    .Block-static.Block-static .Block-row {
        margin: 0;
        column-gap: var(--_gap);
    }
    .Block-static.Block-static .Block-row>*:not(.Block-object) {
        align-self: center;
    }
    .Block-static.Block-static .Block-row>* {
        flex: 1;
        padding: 0;
    }
    /* Fluid */
    .Block-root.Block-fluid {
        --_gap: 5rem;
        position: relative;
        isolation: isolate;
    }
    .Block-root .Block-object {
        position: static;
    }
    .Block-root.Block-fluid .Block-row {
        gap: 1.5rem var(--_gap);
        margin: 0;
    }
    .Block-root.Block-fluid .Block-row>* {
        padding: 0;
        flex: 1;
    }
    .Block-root.Block-fluid:not(.BlockParallax-root) .Block-object>* {
        position: absolute;
        inset: 0;
        z-index: -2;
        width: 50%;
        height: 100%;
        object-fit: cover;
    }
    .Block-root.Block-fluid.Block-fluid-100 {
        min-height: 100vh;
        min-height: 100dvh;
        align-content: center;
    }
    .Block-root.Block-fluid.Block-fluid-100 .Block-object>* {
        width: 100%;
    }
    .Block-root.Block-fluid .Block-object:last-child>* {
        margin-left: auto;
    }
    /* Parallax */
    .Block-root.BlockParallax-root.Block-fluid .Block-object>* {
        width: 50%;
        position: fixed;
    }
}

@media (max-width: 991.98px) {
    .Block-row {
        row-gap: 1.5rem;
    }
    .Block-root.Block-fluid .Block-row>:not(.Block-object) {
        order: 2;
    }
    .Block-root.Block-fluid .Block-object:last-child {
        order: 1;
    }
    .Block-root.Block-fluid .Block-object>* {
        border-radius: 1rem;
        aspect-ratio: 16 / 10;
        width: 100%;
    }
}

p:empty {
    display: none;
}

.common-btn {
    cursor: pointer;
}

header#hdr .common-btn:not(:hover) span {
    color: #0b2a4e !important;
}

section.wild_files_about {
    padding: 120px 0;
}

.eild_about_image img {
    width: 100%;
}

.wild_about_text p {
    margin: 0;
}

.wild_about_text h2,
.expect_text h2,
.podcast_short_list_head h2 {
    margin: 0 0 20px 0;
    display: inline-block;
    border-bottom: 1px solid #0B2A4E;
    padding-bottom: 20px;
}

.wild_about_text {
    padding: 0 0 0 0px;
}

.expect_image img {
    width: 100%;
}

section.what_expect {
    padding: 120px 0;
    background-color: #FFFCF5;
}

.expect_text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.expect_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
}

ul.expect_list li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #000000;
    padding: 10px 10px 10px 36px;
    position: relative;
}

ul.expect_list li::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 9px;
    width: 16px;
    height: 16px;
    background-image: url(https://www.wildeslaw.com/wp-content/uploads/2025/09/bullet-point-1.png);
    background-size: contain;
    background-position: center;
}

.subscribe_social {
    margin: 35px 0 0 0;
}

.subscribe_social h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 10px 0;
}

ul.subs_social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

ul.subs_social li {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #000;
    border-radius: 10px;
}

ul.subs_social li img {
    width: 24px;
}

section.what_expect+section.testimonials-sec .testimonials-slider.slick-slider {
    background-color: #fff;
    padding: 41px 50px;
    border-radius: 25px;
}

section.what_expect+section.testimonials-sec .testimonials-box p,
section.what_expect+section.testimonials-sec .testimonials-box span {
    color: #000000;
    font-size: 17px;
    line-height: 30px;
}

section.testimonials-sec .testimonials-box span.client-nm {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

section.gallerysp .podcast_short_list .video-gallery iframe {
    border: 0;
    padding: 16px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 20px;
    margin: 0;
}

.podcast_short_list ul.nav {
    border: 0;
    display: inline-flex;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100px;
    overflow: hidden;
    padding: 6px;
}

.podcast_short_list ul.nav a.nav-link {
    padding: 12px 24px;
    border: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 21.7346px;
    line-height: 26px;
    text-align: center;
    color: #757575;
}

.podcast_short_list ul.nav a.nav-link.active {
    background-color: #0B2A4E;
    border-radius: 100px;
    color: #fff;
}

.podcast_nav {
    text-align: center;
}

ul.subs_social li a {
    color: #000;
}

.video_thumbnail img {
    width: 100%;
}

.video-gallery a {
    padding: 16px;
    display: block;
    background-color: #fff;
    border-radius: 20px;
}

.video_thumbnail {
    margin: 0 0 16px 0;
    border-radius: 10px;
    overflow: hidden;
}

.video_info_main h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 10px 0;
}

.video_info_main p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #1E1E1E;
}

section.youtube_video {
    padding: 100px 0;
}

section.youtube_video iframe {
    aspect-ratio: 10/6;
}

.podcast_short_list_head {
    text-align: center;
    margin: 0 0 20px 0;
}

.page-id-37699 .bimmgrt li {
    color: #000;
}

@media only screen and (max-width: 1199px) {
    ul.subs_social li {
        padding: 10px 16px;
    }
}

@media only screen and (max-width: 991px) {
    .expect_text {
        margin: 30px 0 0 0;
    }
}

@media (max-width: 767px) {
    .page-id-43396 .tab-content .tab-pane .video-gallery iframe {
        height: 200px;
    }
    section.wild_files_about,
    section.what_expect {
        padding: 50px 0;
    }
    section.youtube_video {
        padding: 50px 0;
    }
    .podcast_short_list ul.nav a.nav-link {
        font-size: 18px;
        line-height: 26px;
    }
}