@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #0D1285;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}
body.white_bg {
    background: #F5F5FC;
    color: #000;
}
body.white_bg h1, body.white_bg h2, body.white_bg h3, body.white_bg h4, body.white_bg h5, body.white_bg h6 { color:#000 }
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #ffffff;
}
p a {
    color: #ffffff;
}
p {
    line-height: 25px;
    margin-bottom: 10px;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}
ul {
    margin-bottom: 0;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong {
    color: #ffffff;
}
iframe {
    border: none;
    width: 100%;
}
select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
/*    background: url('images/arrow.svg') calc(100% - 24px) center no-repeat;*/
}
label {
    color: #ffffff;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
button {
    border: none;
}

input[type="submit"] {
    outline: none;
}
form p {
    float: left;
    position: relative;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
    list-style: inside none disc;
    list-style: none;
}
ul ul {
    margin-left: 20px;
}
ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: outside none decimal;
    width: 100%;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #dddddd;
    line-height: 1.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}
table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}
p ins {
    color: #999;
}
dl dd   { margin-left: 20px; }
address { font-style: italic; }
/*CSS*/
.st-main-wrapper { overflow:hidden; }
.banner_wrapper {
    background: url('images/banner_img.jpg') center;
    background-size: cover;
    background-attachment: fixed;
    padding: 126px 0 0;
    margin-bottom: 75px;
}
.banner_contact_form {
    position: relative;
    bottom: -75px;
}
.banner_contact_form .container {
    max-width: 1320px;
}
.banner_contact_form h3 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.65px;
}
.banner_contact_form section {
    background: url('images/banner_form.jpg') center;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 87px;
    border: 2px solid #fff;
    border-radius: 20px;
}
.banner_contact_form form {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.banner_contact_form form ul {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.banner_contact_form form ul li.w-50 {
    width: calc(50% - 10px) !important;
}
.banner_contact_form form ul li {
    width: 100%;
}
.banner_wrapper > .container {
    text-align: center;
}
.banner_wrapper > .container > span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4.6px;
    margin-bottom: 15px;
}
.banner_wrapper h1 {
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 6px;
}
.banner_wrapper p {
    margin: 0 auto 32px;
    max-width: 930px;
}
.banner_wrapper p span {
    font-weight: 600;
}
.form-control {
    border: 1px solid rgba(5,9,92,0.88);
    background-color: #FFFFFF;
    color: #000000;
    height: 60px;
    padding-left: 24px;
    border-radius: 10px;
}
.form-control::placeholder { color: #000000 }
textarea.form-control { height: 140px; padding-top: 14px }
.simple_btn {
    background-color: #0D1285;
    border-radius: 60px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #fff;
    outline: none !important;
    padding: 16px 40px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}
.simple_btn.white_bg {
    background-color: #fff;
    color: #0D1285;
}
.simple_btn.white_bg:hover { background: rgba(255,255,255,0.7) }
.simple_btn:hover {
    background-color: rgba(13,18,133,0.7);
    /*color: #ffffff;*/
}
.simple_btn.submit {
    background: #6EC1E4;
    color: #000;
}
.simple_btn.submit:hover{
    background: rgba(110,193,228,0.7);
}
/*main_title*/
.homeowners_association {
    padding: 110px 0 100px;
}
.main_title {
    text-align: center;
    margin-bottom: 50px;
}
.main_title h2 {
    margin: 0 0 20px;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blcl_business_law .main_title h2 { color: #ffffff !important }
.main_title span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2.3px;
}
.main_title p { margin: 20px 0 0 }
/*accordion*/
.card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}
.card-header {
    padding: 0;
    border: none;
    margin-bottom:0 !important;
    background-color: transparent;
    border-radius: 0 !important;
}
.card-header button {
    background-color: #000460;
    color: #fff;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    outline: none !important;
    min-height: 74px;
    padding: 5px 70px 5px 30px;
    width: 100%;
    text-align: left;
    position: relative;
}
.card-header button.collapsed:before {background: url('images/plus.svg')  no-repeat center;}
.card-header button:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url('images/minus.svg') no-repeat center;
    width: 20px;
    height: 20px;
    background-size: contain;
}
.card section { padding:30px 30px 10px; }
.card section p { margin-bottom: 20px; }
.card section p:last-child { margin-bottom: 0 }
.card section ul li {
    list-style: outside none disc;
    margin-bottom: 20px;
}
/*video_resources*/
.video_resources {
    background: url('images/video-resources.jpg') center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}
.video_resources_slider {
    position: relative;
}
.layer { padding: 0 25px }
.slick-arrow {
    position: absolute;
    left: -95px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.slick-arrow.slick-arrow-right {
    left: unset;
    right: -95px;
}
/*contact_wrapper*/
.contact_wrapper {
    padding: 120px 0 0;
    display: flex;
    flex-direction: column;
}
.contact_info {
    display: flex;
    gap: 67px;
    align-items: center;
}
.contact_info a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}
.contact_info a img { transition: all 0.4s ease-in-out }
.contact_info a:hover img { transform: scaleX(-1); }
.contact_content {
    position: relative;
}
.contact_wrapper .row {
    align-items: center;
}
.contactimg1,.contactimg {
    max-width: unset;
    box-shadow: 48px 58px 120px rgba(0,0,0,0.3);
    border-radius: 20px;
}
.contactimg1 {
    float: right;
}
.contact_content h2 {
    margin: 0 0 15px;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.2;
}
.contact_content p {
    margin: 0 0 25px;
    width: 494px;
}
/*contact_content1*/
.contact_content1 h2 {
    font-size: 46px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
}
.contact_content1 h2 span {
    display: block;
    color: #5596FB;
    font-size: 60px;
    font-weight: bold;
}
.contact_content1 ul li {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    gap: 16px;
    align-items: center;
}
.contact_content1 ul li img {
    transition: all 0.4s ease-in-out;
    width: 36px;
    flex: 0 0 36px;
}
.contact_content1 ul li:hover img { transform: scaleX(-1); }
.contact_content1 ul {
    display: flex;
    gap: 48px;
    flex-direction: column;
}
.contact_content1 p {
    margin: 0 0 35px;
}
/*claims_wrapper*/
.claims_wrapper {
    padding: 120px 0 0;
    background: url('images/claims.jpg') center;
    background-size: cover;
}
/*twovideo_wrap*/
.twovideo_wrap {
    padding: 100px 0;
}
.twovideo_wrap .container {
    display: flex;
    align-items: center;
}
.twovideo_wrap figure {
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 440px;
    flex: 0 0 440px;
}
.twovideo_wrap figure iframe,
.twovideo_wrap figure a {
    margin-bottom: 16px;
    display: inline-block;
    position: relative;
    box-shadow: 48px 58px 120px rgba(0,0,0,0.08);
    border-radius: 12px;
}
.twovideo_wrap figure a img {
    border-radius: 12px;
    width: 100%;
}
.twovideo_wrap figure a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('images/play.svg');
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
}
.twovideo_wrap section {
    max-width: 624px;
}
.twovideo_wrap section h2 {
    font-size: 48px;
    margin: 0 0 15px;
    width: 624px;
    letter-spacing: 2.7px;
    line-height: 1.15;
    text-transform: uppercase;
}
.get_in_touch {
    padding: 120px 0 100px;
    background: url('images/getintouch.jpg') center;
    background-size: cover;
    background-attachment: fixed;
}
.get_in_touch .main_title { margin-bottom: 40px; }
.get_in_touch .main_title p {
    margin: 20px auto 25px;
    max-width: 931px;
}
.get_in_touch .main_title .contact_info {
    justify-content: center;
    flex-direction: row;
}
.get_in_touch form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.get_in_touch form ul {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.get_in_touch form ul li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.get_in_touch form ul:last-child {
    width: 100%;
}
.get_in_touch form ul:last-child li { text-align:center; }

.fade-section {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease;
}
.fade-section.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.spinner_img{
    max-width: 20px !important;
}
.error {
    margin: 5px 0 0;
    line-height: 1;
    color: #F3493C;
}

.alert-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 20px;
    background-color: #000460;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
}
.alert-box.error_alert {
    border: none;
    background: #C71515
}
.alert-box svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 0;
}
.alert-box svg path {
    stroke: #ffffff;
}
.alert-box svg path&#inner {
    fill: #fff
}
.banner_form {
    background: linear-gradient(45deg,  #000460 0%,#0008c6 100%);
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 50px 40px;
    margin-top: 60px;
    margin-bottom: -50px;
}
.banner_form h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    color: #ffffff !important;
}
.banner_form ul li { margin-bottom: 20px; }
.banner_form ul li:last-child { margin-bottom: 0 }
.new_banner_wrapper {
    background: url('images/blcl_bg.jpg') center;
    background-size: cover;
    padding: 146px 0 0;
}
.new_banner_wrapper span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4.7px;
    line-height: 1;
    margin-bottom: 20px;
    color: #ffffff;
}
.new_banner_wrapper h1 {
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 20px;
    color: #fff !important;
}
.new_banner_wrapper p {
    max-width: 387px;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1.6px;
}
/*blcl_about*/
.blcl_about { padding: 100px 0 110px }
.blcl_about .container {
    display: flex;
    align-items: center;
}
.blcl_about figure img {
    border-radius: 20px;
}
.blcl_about figure {margin-bottom: 0; min-width: 440px; }
.blcl_about section { padding-left: 40px }
.blcl_about h2 {
    font-size: 52px;
    text-transform: uppercase;
    line-height: 1.04;
    margin-bottom: 30px;
}
.blcl_about p { margin-bottom: 30px; }
/*disputes_litigation_wrap*/
.disputes_litigation_wrap section { margin-bottom: 80px }
.disputes_litigation_wrap section img {
    margin-bottom: 30px;
    height: 50px;
    transition: all 0.4s ease-in-out;
}
.disputes_litigation_wrap .row { margin: 0 -35px }
.disputes_litigation_wrap .col-md-4,
.disputes_litigation_wrap .col-md-12,
.disputes_litigation_wrap .col-md-6 { padding: 0 35px }
.disputes_litigation_wrap section:hover img { transform: scaleX(-1); }
.disputes_litigation_wrap section h3 {
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.disputes_litigation_wrap section p { margin-bottom: 0 }
.homeowners_association.blcl_homeowners {
    padding-top: 40px
}
.blcl_business_law {
    background: url('images/tabs_bgs.jpg') center;
    background-size: cover;
    padding: 100px 0
}
.blcl_business_law .container {
    display: flex;
}
.nav-tabs {
    min-width: 370px;
    display: flex;
    flex-direction: column;
    border-bottom: none;
}
.nav-tabs button {
    width: 100%;
    text-align: left;
    outline: none !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(85, 150, 251, 0.5) !important;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 12px 0;
    letter-spacing: 0.6px;
}
.nav-tabs button.active {
    color: #6EC1E4 !important;
    font-size: 20px;
    text-transform: uppercase;
}
/*active_content_wrap*/
.active_content_wrap {
    background: linear-gradient(to right,  #F5F5FC 0%, #a8c6f4 100%);
    padding: 30px 50px 33px 35px;
    margin-bottom: 36px;
    border-radius: 12px;
    box-shadow: 16px 24px 48px rgba(0,0,0,0.16);
    display: flex;
    gap: 12px;
}
.active_content_wrap img {
    height: 30px;
    min-width: 30px;
}
.tab-content {
    width: 100%;
    padding-left: 45px;
}
.tab-pane > img { border-radius:20px; width: 100%; }
/*partners_wrap*/
.partners_wrap {
    padding: 0 0 120px;
}
.partner_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 63px;
    padding: 0 50px;
}
/*affiliations_wrap*/
.affiliations_wrap {
    background: url('images/affiliations.jpg') center;
    background-size: cover;
    padding: 100px 0
}
.affiliations_wrap .main_title h2 { color: #ffffff !important }
.affiliations_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
/*client_review*/
.client_review_slider {
    position: relative;
}
.client_review {
    padding: 120px 0;
}
.client_review .main_title {margin-bottom: 0}
.client_review .main_title h2 { margin-bottom: 0 }
.client_layer_box {
    /*box-shadow: 16px 24px 60px rgba(0,0,0,0.12);*/
    box-shadow: 16px 18px 20px rgba(0,0,0,0.04);
    border-radius: 12px;
    padding: 40px 32px 0px 0;
    display: flex;
    gap: 20px;
    margin: 70px 30px 70px 50px;
}
.client_layer_box > img {
    min-width: 100px;
    height: 141px;
    object-fit: cover;
    border-radius: 8px;
    margin-left: -20px;
    box-shadow: 16px 24px 60px rgba(0,0,0,0.12);
}
.client_layer_box h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.client_layer_box h4 img { margin-left: auto; }
.client_layer_box p {
    font-size: 14px;
    line-height: 20px;
}
.slick-arrow { cursor: pointer; }
/*consultation_wrap*/
.consultation_wrap {
    background: url('images/consultation.jpg') center;
    background-size: cover;
    padding: 100px 0 0;
    margin-bottom: 132px;
}
.consultation_wrap h2 {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff !important;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 3px;
}
.consultation_contact ul li { margin-bottom: 40px }
.consultation_contact ul li:last-child { margin-bottom: 0 }
.consultation_contact ul li a,
.consultation_contact ul li span {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
}
.consultation_contact ul li a img,
.consultation_contact ul li span img { transition: all 0.4s ease-in-out }
.consultation_contact ul li:hover a img,
.consultation_contact ul li:hover span img { transform:scaleX(-1); }
.consultation_wrap figure {
    margin: 0 0 -62px;
}
.consultation_wrap figure img {
    border-radius: 20px;
}
.card section ul.two-list { margin: 0 -10px; display: flex; flex-wrap:wrap; }
.card section ul.two-list li {
    width: 50%;
    padding: 0 10px
}
.client_review_title {
    margin-bottom: 50px;
}
.client_review_title section {
    display: flex;
    align-items: flex-end;
}
.client_review_title img { max-width: 200px; margin-left: auto; }
.client_review_title h2 {
    margin: 0 0 10px;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.client_review_title h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.client_review_title p {margin-bottom: 0}
.cdn_trustindex { margin-bottom: 50px; }
