@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Montserrat', sans-serif;
    color: #0D1B44;
    font-size: 16px;
    line-height: 1.6;
}
h1, h2, h3{
    font-weight: 600;
}
input, textarea, button, a, select{
    outline: none;
    transition: all .3s;
    font-family: 'Avenir';
}
a:hover { text-decoration: none; }
body>.container-fluid {
    padding: 0;
}
.row{
    clear: both;
}

.logo {
    font-size: 0;
}
ul {
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
h2{
    position: relative;
}
.mobile-only{
    display: none;
}
img {
    display: block;
    max-width: 100%;
}
p{
    font-family: 'Avenir';
    line-height:  1.75;
}
p:last-of-type{
    margin: 0;
}

/***************************************************CUSTOM CSS****************************************************/
header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
    background: #f9f9f9;
    top: 0;
}
header#header {
    position: fixed;
    display: none;
    max-width: 100%;
    z-index: 1000;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 0.1);
}
header .logo {
    max-width: 300px;
    padding: 0;
}
.header_top,.header_bottom{
    width: 100%;
    float: left;
    background: transparent;
    padding: 4px 5%;
}
.header_top{
    background: #008CFF;
    padding: 15px;
    text-align: center;
}
.header_top p{
    margin: 0;
    color: #fff;
}
.col-12.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.navbar {
    padding: 0;
    flex-wrap: nowrap;
}
.navbar ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    margin-left: auto;
}
.navbar ul li:last-child a {
    margin-right: 0;
}
.navbar ul li a {
    color: #052d67;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 8px 13px;
    border: none;
    font-weight: bold;
    font-family: 'Avenir';
}
.navbar ul li.contact a {
    border: 2px solid #9aa33e;
    color: #052d67;
    margin: 0 10px;
    padding: 6px 15px 5px;
}
.navbar ul li.phone a{
    background: #9aa33e;
    color: #fff !important;
    padding: 6px 15px 5px;
    line-height: 26px;
}
.navbar ul li.menu-item-has-children>a:after {
    content: "\f078";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #0a3166;
    font-size: 12px;
    margin-left: 2px;
}
.navbar ul ul.sub-menu {
    position: absolute;
    width: 200px;
    background: #9aa33e;
    top: 100%;
    padding: 5px;
    display: none;
}
.navbar ul li:hover ul.sub-menu{
    display: block;
}
.navbar ul li a:hover{
    color: #9aa33e;
}
.navbar ul ul.sub-menu a {
    color: #fff;
}
.menu_icon, .close_icon {
    display: none;
    cursor: pointer;
}
.close_icon {
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px;
}
.banner {
    float: left;
    position: relative;
    width: 100%;
}
.banner .container{
    max-width: 100%;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
    background-size: cover;
}
.banner_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 14% 4%;
    width: 100%;
}
.slide_content {
    max-width: 1000px;
    position: relative;
}
.slide_content  h1 {
    font-size: 55px;
    color: #fff;
}
.slide_content p {
    font-size: 21px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'Avenir';
    max-width: 600px;
}
.carousel-fade .carousel-item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#052d67+0,052d67+27,7db9e8+100&1+1,0.87+39,0+100 */
background: -moz-linear-gradient(left,  rgba(5,45,103,1) 0%, rgba(5,45,103,1) 1%, rgba(5,45,103,0.91) 27%, rgba(25,68,124,0.87) 39%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(5,45,103,1) 0%,rgba(5,45,103,1) 1%,rgba(5,45,103,0.91) 27%,rgba(25,68,124,0.87) 39%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(5,45,103,1) 0%,rgba(5,45,103,1) 1%,rgba(5,45,103,0.91) 27%,rgba(25,68,124,0.87) 39%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052d67', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */


}
/*.banner_text {
    width: 100%;
    position: relative;
    max-width: 570px;
    margin: 0;
    text-align: left;
}
.banner_text h1 {
    color: #0D1B44;
    position: relative;
    padding-bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
}
.banner_text p {
    color: #0D1B44;
    line-height: 1.5;
    font-weight: 600;
    font-size: 20px;
}*/
a.btn_design{
    margin: 20px auto 5px;
    display: inline-block;
    float: none;
    background: #9aa33e;
    border: 1px solid #9aa33e;
    font-size: 18px;
    color: #fff;
    padding: 10px 35px 9px;
    position: relative;
    border-radius: 5px;
    text-transform: none;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    min-width: 260px;
    text-align: center;
}
a.btn_design:hover {
    background-color: transparent;
    color: #9aa33e;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
input.gform_button.button {
    border: none;
}
.title.about_team_title h2 {
    text-align: center;
}
.about_sec .title.about_team_title:before {
    left: 50%;
    margin-left: -50px;
}
section.about_sec.about_page {
    background: #f5f5f5;
}
section {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.about_sec{
    background: url(../images/about_bg.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.about_content{
    padding: 20px 0;
}
.about_img img{
    box-shadow: 0 0 10px 0 #000;    
}
.about_sec h2{
    text-align: left;
}
.title:before {
    content: "";
    background: #9aa33e;
    width: 100px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
}
.about_sec .title:before{
    left: 0;
    margin: 0;
}
.title {
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    float: left;
    width: 100%;
}
.about_img img {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%);
    border-radius: 5px;
}
.about_sec .row{
    align-items: center;
}
.why_section {
    text-align: center;
}
.why_section .icon {
    position: relative;
    padding-bottom: 100%;
}
.why_section .icon img {
    margin: 0 auto 20px;
    border-radius: 50%;
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
}
.why_section h4 {
    font-weight: 600;
    margin: -50px 0 0;
    display: block;
    width: 100%;
    font-size: 27px;
    text-transform: uppercase;
    color: #9aa33e;
    background: white;
    position: relative;
    padding-top: 25px;
    margin-bottom: 10px;
}
.simple_processing {
    text-align: center;
    position: relative;
    padding: 85px 0;
    background-size: cover;
    background-position: center;
}
.simple_processing:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(3 47 81 / 50%);
}
h2 {
    font-size: 36px;
    text-align: center;
    color: #052d67;
    font-weight: 700;
    margin-bottom: 13px;
}
section.simple_processing h2 {
    color: #fff;
    position: relative;
    top: -20px;
    margin-bottom: 20px;
}
section.simple_processing h2:before,section.simple_processing h2:after {
    content: "";
    background: white;
    width: 34%;
    height: 3px;
    position: absolute;
    top: 20px;
    left: 0;
}
section.simple_processing h2:after {
    left: inherit;
    right: 0;
}
section.simple_processing p {
    color: #fff;
    padding: 0 15px;
}


.choose_upstate {
    position: relative;
    border: 3px solid #fff;
    border-top: none;
    padding-bottom: 30px;
}
.choose_upstate .row {
    margin: 0;
}
.choose_upstate h4 {
    color: #9aa33e;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
section.testimonials_sec {
    background: #f5f5f5;
}
.slick-slide {
    margin: 0 15px;
}
.testi_item {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.testi_item h4, .testi_item h5 {
    font-size: 16px;
    color: #13487d;
    font-weight: 600;
}
.testimonials {
    float: left;
    width: 100%;
}
.testi_item p {
    font-size: 15px;
    letter-spacing: 0;
}
ul.slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 40px;
}
ul.slick-dots li button {
    background: #ddd;
    border: none;
    margin: 0 5px;
    font-size: 0;
    width: 12px !important;
    height: 12px;
    border-radius: 20px;
    outline: none;
}
ul.slick-dots li.slick-active button {
    background: #9aa33e;
}
section.que_bankruptcy {
    text-align: center;
}
.que_bankruptcy h2 {
    font-size: 28px;
}
.que_bankruptcy h2 span {
    font-weight: normal;
}
section.que_bankruptcy a.btn_design {
    padding: 15px;
    font-size: 20px;
}


section.contact_sec {
    position: relative;
    background-size: cover;
    background-position: center;
}
section.contact_sec:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(3 47 81 / 80%);
}
.contact_sec h2 {
    color: #fff;
    margin-bottom: 7px;
}
.contact_sec p {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.contact_form ul li.submit {
    width: 100%;
    text-align: center;
}

.contact_form ul {
    margin: 0 -15px;
}
.contact_form ul li {
    width: 50%;
    padding: 0 15px;
    float: left;
}
.contact_form ul li:first-child {
    float: right;
}
.contact_form ul li input, .contact_form ul li textarea {
    border: none;
    background: #fff;
    padding: 12px 15px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
}
.contact_form ul li textarea {
    height: 177px;
}
.contact_form p {
    text-align: left;
    font-size: 13px;
}
.contact_form ul li input[type="submit"] {
    width: auto;
    background: #9aa33e;
    color: #fff;
    font-weight: 500;
    padding: 14px 30px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.blog_col {
    border: 10px solid #e7e7e7;
    padding: 20px;
    margin-top: 25px;
}
.blog_col h4 {
    font-size: 19px;
    color: #13487d;
    text-transform: uppercase;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 600;
}
.blog_col p {
    font-size: 15px;
}
.blog_col a {
    color: #13487d;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}
.blog_col .date {
    display: inline-block;
    background: #9aa33e;
    font-weight: 500;
    padding: 6px 15px;
    color: #fff;
    margin-left: -20px;
    margin-top: -20px;
    float: left;
    margin-bottom: 20px;
}
section.blog_sec .col-lg-4 {
    display: flex;
}
section.about_sec.gallery_sec {
    padding-top: 0;
}

footer.footer {
    float: left;
    width: 100%;
    padding: 60px 0 30px;
    background: #252627;
    color: #fff;
}
footer.footer h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
}
.foot_logo{
    margin-bottom: 20px;
}
footer.footer a {
    color: #fff;
    padding: 3px 0;
    display: block;
}
footer.footer a:hover{
    color: #9aa33e;
}
footer.footer a.map_direction {
    color: #9aa33e;
    font-weight: 600;
    margin-top: 20px;
}
footer.footer a i{
    margin-right: 3px;
}
footer.footer a + h3 {
    margin-top: 35px;
}
ul.social_icon {
    display: flex;
}
ul.social_icon a{
    margin-right: 10px;
    color: #9aa33e;
    font-size: 20px;
}


.copyright {
    border-top: 1px solid rgb(255 255 255 / 36%);
    margin-top: 35px;
    padding-top: 30px;
}
.copyright .row{
    align-items: center;
}
footer.footer .copyright a {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}
footer.footer .copyright a span {
    font-size: 12px;
    margin-right: 6px;
}
.copyright p {
    font-size: 15px;
    margin: 0;
}
.inner_banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #011525;
    opacity: .5;
}

.inner_banner h1 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 40px;
}
.inner_banner p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}
.inner_banner .banner_img {
    padding: 120px 4%;
    width: 100%;
}
.attorney_img img {
    position: relative;
}
.attorney_img:before {
    content: "";
    background: #9aa33e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.attorney_img {
    float: left;
    width: 40%;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
}
.attorney_info {
    float: left;
    width: 60%;
    padding-left: 4%;
}
.attorney_info span {
    width: 100%;
    display: block;
}
.attorney_info h2 {
    margin: 0;
}
.attorney_info .title a {
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin-right: 8px;
}

.sidebar_link li a {
    padding: 12px 10px 12px 25px;
    display: list-item;
    border-bottom: 2px solid #ccc;
    color: #333;
    font-size: 18px;
    position: relative;
}
.sidebar_link li:last-child a{
    border: none;
}
.sidebar_link li a:hover{
    color: #9aa33e;
}
.sidebar_link li a:before {
    content: "";
    border-left: 15px solid #9aa33e;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    left: 0;
    top: 17px;
}


.inner_banner {
    position: relative;
    padding: 100px 0;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover !important;
}
section.single_blog_sec ol {
    padding: 0;
}
input#gform_submit_button_2 {
    width: auto;
    background: #9aa33e;
    color: #fff;
    font-weight: 500;
    padding: 14px 56px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}







/****************************************Media Query***********************************************/
@media(min-width: 1300px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}
@media(min-width: 1600px){
    .navbar ul li a {
        font-size: 17px;
        padding: 5px 12px;
    }
    .navbar ul li.contact a {
        padding: 5px 22px;
    }
    header .logo {
        max-width: 380px;
        padding: 0;
    }
    .slide_content h1 {
        font-size: 70px;
    }
    .slide_content {
        max-width: 1060px;
    }
    .slide_content p {
        font-size: 22px;
        max-width: 700px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px;
    }
    h2 {
        font-size: 40px;
    }

}


@media(max-width: 1299px){
    header .logo {
        max-width: 250px;
    }
    .navbar ul li a {
        font-size: 13px;
        padding: 5px 8px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }

}
@media(max-width: 1199px){
    body {
        font-size: 14px;
        padding-top: 0;
    }
    .navbar ul li a:before {
        bottom: 0;
    }
    header .phone a {
        font-size: 20px;
        justify-content: center;
        color: #fff;
    }
    .phone {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .navbar {
        position: fixed;
        left: -100%;
        height: 100%;
        top: 0;
        z-index: 99;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        overflow: auto;
        justify-content: center;
        align-content: center;
        width: 100%;
        background: rgba(32, 42, 54, 0.95);
        padding: 20px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    .open .navbar {
        left: 0;
    }
    #header{
        display: none !important;
    }
    .menu_icon, .close_icon {
        display: block;
    }
    .navbar ul {
        flex-wrap: wrap;
    }
    .navbar ul li {
        float: left;
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding: 5px 0;
        line-height: 1;
    }
    .navbar ul li a{
        font-size: 20px;
        padding: 8px 0;
        color: #fff;
    }
    .navbar ul li.contact a {
        color: #ffffff;
    }
    .menu_icon {
        position: relative;
        top: -2px;
        right: 0;
        order: 3;
    }
    .col-12.head {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    header .logo {
        max-width: 240px;
    }
    .header_right {
        position: absolute;
        padding-right: 0;
    }
    .header_top, .header_bottom {
        padding: 10px 15px;
    }
    header {
        position: relative;
    }
    .mob_col{
        display: block;
    }
    .desktop_col{
        display: none;
    }

    a.btn_design, li.submit_btn input[type="submit"] {
        margin: 15px auto 0;
        padding: 8px 25px 8px;
        min-width: 210px;
        font-size: 15px;
    }
    .desktop-only{
        display: none;
    }
    .mobile-only{
        display: block;
    }
    .why_choose_col {
        padding: 15px;
    }
    h2 {
        font-size: 30px;
    }
    .banner_img {
        padding: 15% 20px;
        background-position: center !important;
    }
    .slide_content h1 {
        font-size: 40px;
    }
    .que_bankruptcy h2 {
        font-size: 27px;
    }
}
@media(max-width: 991px){
    .banner_text {
        max-width: 370px;
    }
    section.simple_processing h2:before, section.simple_processing h2:after {
        width: 50px;
    }
    section.simple_processing h2 {
        padding: 0 50px;
    }
    .slide_content h1 {
        font-size: 33px;
    }
    .slide_content p {
        font-size: 16px;
        font-weight: 400;
    }
    .que_bankruptcy h2 {
        font-size: 24px;
    }
    section.que_bankruptcy a.btn_design {
        padding: 12px;
        font-size: 18px;
    }
}

@media(max-width: 767px){
    
    a.btn_design, li.submit_btn input[type="submit"] {
        padding: 10px 22px 10px;
        font-size: 14px;
        margin-top: 5px;
    }
    .banner_img {
        padding: 16% 20px;
    }
    .banner_text h1 {
        font-size: 30px;
    }
    .que_bankruptcy h2 {
        font-size: 20px;
    }
    .banner{
        position: relative;
    }
    .banner:before {
        content: "";
        background: white;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .5;
    }
    .banner_text p {
        font-size: 15px;
    }
    .why_section .h4, h4 {
        margin: 10px 0;
        font-size: 22px;
    }
    .choose_upstate h4 {
        font-size: 21px;
    }
    .post_thumb {
        width: 100%;
    }
    .post_thumb img{
        width: 100%;
    }
    .blog_content {
        width: 100%;
        padding: 20px;
    }
    .blog_content h3 {
        font-size: 22px;
    }
    footer.footer {
        padding: 30px 0;
    }
    section {
        padding: 40px 0;
    }
    .why_choose_col {
        padding: 15px 0;
        border: none;
        text-align: center;
    }
    .choose_icon img {
        margin: 0 auto;
    }
    .why_choose_col h3 {
        font-size: 24px;
        max-width: 100%;
    }
    h2 {
        font-size: 26px;
    }
    .icon img {
        margin: 20px auto 15px;
    }
    .contact_form ul li {
        width: 100%;
    }
   footer.footer .copyright a {
        display: block;
        text-align: center;
    }
    .slide_content h1 {
        font-size: 28px;
    }
    .slide_content p {
        font-size: 14px;
        font-weight: 400;
    }
    .copyright {
        text-align: center;
    }
}


.about_content.testimonial-content {
    
    padding: 10px 30px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #21252942;
    margin: 15px 0;
}

#gform_submit_button_1{
    margin: 0 auto;
}