/* Header */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555555;
    line-height: 1.5;
}

h1 {
    font-size: 3em;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

h2, .h2{
    font-size: 2.5em;
    line-height: 1.2;
    color: #242d4b;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0.5em;  
    font-family: 'Montserrat', sans-serif;
}
h2 ~ h2{
    margin-top: 1em;
}
h3{
    font-size: 2.500em;
    line-height: 1.3;
    color: #242d4b;
    padding: 0;
    margin: 1em 0 .5em;
    text-transform: uppercase;
}
h4{
    font-size: 2em;
    line-height: 1;
    color: #242d4b;
    padding: 0;
    margin: 1em 0 .5em;
}
h5{
    font-size: 1.8em;
    margin: 0 0 1em;
    color: #666;
    font-weight: 400;
}
h6, .h6{
    font-size: 1.500em;
    margin: 0 0 0.8em;
    color: #242d4b;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
p {
    font-size: 1.125em;
    line-height: 1.95em;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    /* transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear; */
    /* color: #242d4b; */
    color:#e67315;
}
a:hover {
    text-decoration: none;
}

body.wpex-responsive .container, body.wpex-responsive .vc_row-fluid.container {
    margin: 0 auto;
    padding: 0 6.250em;
    width: 100%;
    /* max-width: 80%; */
    max-width: 110em;
    margin: 0 auto;
}


/* == Header ==*/

#top-bar {
    padding: 0.8em 6.250em;
    width: 100%;
    /* max-width: 93.750em; */
    /* max-width: 77%; */
    max-width: 110em;
}
#top-bar-content span.wpex-inline {
    font-size: 1.25em;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}
#top-bar-wrap {
    border-bottom: 1px solid #c5c5c5;
    font-size: inherit;
}

.top-bar-right {
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar-right ul.language {
    flex-basis: 50%;
    display: flex;
    align-items: center;
}
#top-bar ul.language li a {
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    padding: 0 0 0 2em;
    margin: 0 0.5em 0 0;
    text-transform: uppercase;
    background-size: 7.6em;
    background-image: url(../images/sprite-img.png);
}

.language li.english a {
    /* background: url(../images/flag-eng.png); */
    background-position: -0.6em -1.55em;
    background-repeat: no-repeat;
}
.language li.espanol a {
    /* background: url(../images/flag-espanol.png); */
    background-position: -0.6em -3.1em;
    background-repeat: no-repeat;
}
.language li.farsi a {
    /* background: url(../images/flag-farsi.png); */
    background-position: -0.6em -4.6em;
    background-repeat: no-repeat;
}


#top-bar .call {
    flex-basis: 50%;
    justify-content: flex-end;
    display: flex;
}


.main-header {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: 0 0;
    background-color: #ffffff;
}
.header-one #site-logo {
    width: 20%;
}
#site-navigation-wrap {
    position: static;
    height: auto;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    width: 80%;
}

#site-logo a.site-logo-text {
    font-size: 2em;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 600;
}
#site-navigation a {
    font-size: 1em;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    height: auto;
    line-height: 2.125em;
    padding: 1.25em 1em;
    margin: 0 0.5em;
    
}
/* #site-navigation li:nth-last-child(2) a{
    padding: 1.5em 0em 1.5em 1em;
} */
/* #site-navigation li.search-toggle-li{
    display: none;
} */
#site-navigation a:hover {
    color: #e67315;
}
#site-navigation a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #e67315;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}


#site-navigation a::before{
    content: "";
    position: absolute;
    border-bottom: 10px solid #e67315;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    padding: 0;
    margin: 0 auto;
    width: 1.15em;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
}
#site-navigation li.current-menu-item a::after,#site-navigation li.current-menu-item a::before{
    opacity: 1;
    visibility: visible;
}
#site-navigation li::before{
    content: "|";
    color: #c5c5c5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
#site-navigation li:last-child::before {
   display: none;
}

#site-navigation a span {
    font-weight: 400; 
    padding: 0;   
    /*position: relative;*/
   /* padding: 0.5em 0;*/
    /* margin: 0 1em; */
}
/* #site-navigation ul ul.sub-menu ul.sub-menu li a {
    background-color: #eee;
} */

/* == Banner ==*/

.banner-content {
    display: flex;
    justify-content: space-between;
    padding-top: 5em;
}
.banner-contentleft {
    display: inline-flex;
    align-items: center;
}
.banner-contentleft {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    padding-top: 5em;
}
.banner-contentright {
    display: flex;
    align-items: flex-end;
    width: 50%;
    position: relative;
    justify-content: flex-end;
    max-width: 25em;
}
.banner-content .page-header {
    margin: 0;
    padding: 0;
    position: relative;
    background: transparent;
    border: none;
}
body.home .banner-content .page-header-inner {
    padding: 0;
    margin: 0;
}
.banner-content .page-header-title {
    font-size: 1.625em;
    color: #ffffff;
    font-weight: 300;
    line-height: 2.5;
}
.banner-content .page-header-title strong {
    font-size: 2.8em;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -2px;
}
.page-subheading {
    font-size: 2em;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: -1px;
}
.banner-profilepic {
    position: absolute;
    /* left: -11em; */
    bottom: 0;
    width: 30em;
    right: 100%;
}
.banner-profilepic img {
    width: 100%;
    vertical-align: bottom;
}
.banner-button {
    font-size: 1.25em;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 0 1.5em;
    border-radius: 4px;
    background-color: #e67315;
    height: 2.8em;
    text-transform: uppercase;
    line-height: 2.8em;
    margin: 1.5em 0 0 0;
    border: 2px solid #ffffff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.banner-button:hover {
    background: #fff;
    color: #e67315;
}

/* == Free Case Evaluation == */ 

.free-case-evaluation {
    /* max-width: 23.538em; */
    max-width: 25em;
    width: 100%;
    position: relative;
}
.free-case-evaluation .gform_wrapper {
    margin: 0;
}
.free-case-evaluation .gform_wrapper ul.gform_fields li.gfield {
    padding: 0;
    margin-top: 0;
}
.free-case-evaluation .gform_wrapper .gform_heading {
    margin: 0;
    background-color: #242d4b;
    padding: 1.5em 2em;
}
.free-case-evaluation .gform_wrapper .top_label .gfield_label {
    display: none;
}
.free-case-evaluation .gform_wrapper h3.gform_title{
    color: #fff;
    font-size: 1.625em;
    letter-spacing: 0px;
    line-height: 1em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}
.free-case-evaluation .gform_wrapper .fr-input input {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    padding: 0 1em !important;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 3.125em;
}
.free-case-evaluation .gform_wrapper .fr-select .ginput_container_select {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 3.125em;
}
.free-case-evaluation .gform_wrapper .fr-select .ginput_container_select::after {
    content: "";
    background-image: url(../images/sprite-img.png);
    background-position: -0.5em -0.3em;
    position: absolute;
    right: 1em;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 8em;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    height: 1em;
    width: 1em; 
    pointer-events: none;
}
.free-case-evaluation .gform_wrapper .fr-select select {
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    margin-left: 0 !important;
    background: transparent;
    padding: 0 1em;
    height: 100%;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
}
.free-case-evaluation .gform_wrapper .fr-text textarea {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    padding: 0.8em 1em !important;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 5.375em;
}
.free-case-evaluation .gform_wrapper .gform_body{
    padding: 1em 1.5em;
    width: 100%;
}
.free-case-evaluation .gform_wrapper form{
    background-color: rgba(255,255,255,0.9);
}
.free-case-evaluation .gform_wrapper ul.gform_fields li.gfield.fr-checkbox {
    margin: 0;
}
body .free-case-evaluation .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .free-case-evaluation .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin: 0;
}
.free-case-evaluation .gform_wrapper .top_label li ul.gfield_checkbox, .free-case-evaluation .gform_wrapper .top_label li ul.gfield_radio {
    width: 100%;
}
.free-case-evaluation .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .free-case-evaluation .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .free-case-evaluation .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin: 0;
}
.gform_wrapper ul.gfield_checkbox line {
    position: relative;
}
.free-case-evaluation .gform_wrapper .gfield_checkbox li input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
}

.free-case-evaluation .gform_wrapper ul.gfield_checkbox li label {
    position: relative;
    display: flex;
    align-items: center;
}
.free-case-evaluation .gform_wrapper ul.gfield_checkbox li label::before {
    content: "";
    height: 1.5em;
    width: 1.5em;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    display: inline-flex;
    margin: 0 0.5em 0 0;
}
.free-case-evaluation .gform_wrapper .gfield_checkbox li input:checked + label::before {
    background-image: url(../images/right-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #242d4b;
} 
.free-case-evaluation .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0 2em 2em 2em;
}
.free-case-evaluation .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .free-case-evaluation .gform_wrapper .gform_page_footer input.button, .free-case-evaluation .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100%;
    margin: 0;
    height: 2.5em;
    border-radius: 4px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #e67315;
    font-size: 1.25em;
    letter-spacing: 0px;
    color: #e67315;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
.free-case-evaluation .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .free-case-evaluation .gform_wrapper .gform_page_footer input.button:hover, .free-case-evaluation .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background: #e67315;
    color: #fff;
}
.gform_confirmation_message {
    border: 0;
    padding: 1.5em;
    font-size: 1em;
    font-weight: normal;
    background: #f7f7f7;
    color: #8fae1b;
    border: 1px solid #eee;
    border-top: 4px solid #8fae1b;
    min-height: 38em;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 600;
}
.service-section {
    padding: 5em 0;
}
.comon-title {
    font-size: 2.250em;
    letter-spacing: -1px;
    color: #e67315;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0.3em;
    margin: 0 0 1em;
}
.comon-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #242d4b;
    height: 3px;
    width: 100%;
    max-width: 2.5em;
    margin: 0 auto;
}
.service-section p{
    font-size: 1.375em;
    line-height: 2.375em;
    color: #000000;
    font-family: "Montserrat";
    font-weight: 400;
    text-align: center;
    max-width: 60em;
    margin: 0 auto;
}
.service-content {
    text-align: center;
    margin: 0;
}
h2.common-sub-title {
    font-size: 1.375em;
    letter-spacing:0;
    line-height: 1em;
    color: #242d4b;
    font-weight: 400;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
}
.service-content p {
    /* font-size: 1.125em;
    line-height: 1.5; */
    color: #333333;
    /* font-weight: 400; */
}
.service-list {
    margin: 5em 0;
    box-shadow: 0 0 20px rgba(215,215,215,0.57);
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
}
.service-list .vc_column-inner {
    padding: 0;
    margin: 0;
}
.service-list .wpb_wrapper {
    display: flex;
    justify-content: space-between;
}
.service-box {
    padding: 2em;
    text-align: center;
    border-right: 2px solid #e5e5e5;
    margin: 0;
    width: 25%;
    position: relative;
    overflow: inherit;
}
.service-box:last-child {
    border-right: none;
}
.service-box .vcex-teaser-heading {
    font-size: 1.625em;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 700;
}
.service-box p {
    /* font-size: 1.125em;
    line-height: 1.8; */
    color: #333333;
    /* font-weight: 400; */
}
.read-more {
    height: 2.5em;
    border-radius: 4px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #e67315;
    /* padding: 0 1.5em; */
    color: #e67315;
    font-weight: 600;
    text-align: center; 
    text-transform: uppercase;
    display: block;
    margin: 1em 0 0 0;
    line-height: 2.3;
    text-align: left !important;
    position: relative;
    /* max-width: 15em; */
    width: 10.5em;
    margin: 1.563em auto 0 auto;
}
/* .read-more:hover {
    background: #e67315;
    color: #fff;
} */
.read-more a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after{
    content:"";
    background-image: url(../images/read-more-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.7em;
    height: 1.3em;
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate(0, -50%);
}
.tabing-readmore a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after{
    background-image: url(../images/read-more-white.png);
}
/* .read-more a:hover:after{
    background: red;
    z-index: -1;
} */
.read-more:hover{
    background: #e67315;
    color: #fff;
}
.read-more a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
    color:#fff;
}
.read-more a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover:after{
    background-image: url(../images/read-more-white.png);
}
.read-more a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    border:none;
    background: transparent;
    padding:0;
    color:#e67315;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 1.5em 0 0;
    justify-content: center;
    align-items: center;
    position: relative;
}
.testimonial-page .wpex-carousel .owl-prev,.testimonial-page .wpex-carousel .owl-next{
    background: #242d4b;
    color: #fff;
    width: 3.5em;
    height: 3.5em;
}
.service-box .vcex-teaser-media, .service-box .vcex-teaser-content {
    position: relative;
    z-index: 3;
}
.service-box::before {
    content: "";
    position: absolute;
    left: 0em;
    right: 0em;
    top: 0em;
    bottom: 0em;
    border: 2px solid #fff;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.service-box:hover::before {
    opacity: 1;
    visibility: visible;
}
.service-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #056196;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.service-box:hover::after {
    opacity: 1;
    visibility: visible;
}
.service-box:hover .vcex-teaser-media img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}
.service-box:hover .vcex-teaser-heading {
    color: #fff;
}
.service-box:hover p {
    color: #fff;
}
.service-box:hover .read-more {
    border-color: #fff;
    color: #fff;
}
.service-box:hover .read-more:hover {
    background: #fff;
    color: #056196;
}

/* experince lawyer Section */
.experiace-title{
    text-align: left;
}
.experiace-title:after{
    margin: 0;
}
.common-padding{
    padding: 5em 0;
}
.experinced .vcex-image-inner::after {
    position: absolute;
    content: "";
    top: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    right: 0.5em;
    background: transparent;
    border: 2px solid #fff;
}
.experinced .vcex-image-inner{
    position: relative;
    overflow: visible;
}
.practice-area{
    background-size: cover;
    background-repeat: no-repeat;
}
/* Testimonial Section */
.our-testimonial .testi-heading,.our-testimonial .testi-sub-heading,.practice-title,.practice-sub-title,.blog-sub-title,.blog-title{
    color:#fff !important;
}
.testi-heading::after,.practice-title:after,.blog-title:after{
    background: #fff;
}
.testimonial-page .testi-heading::after{
    background: #242d4b;
}
.our-testimonial .testimonial-entry-thumb img{
    width: 11em;
    height: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
    border:10px solid #454c63;
    border-radius: 50%;
    padding: 0;
}
.our-testimonial .testimonial-entry-thumb{
    float: unset;
    text-align: center;
}
.our-testimonial .type-testimonials{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
}
.our-testimonial .testimonial-entry-rating {
    color: #e57315;
}
.our-testimonial .testimonial-entry-content p{
    color: #fff;
    font-weight: 600;
}
.our-testimonial .testimonial-entry-content{
    background: transparent;
    padding:0;
}
.our-testimonial .testimonial-entry-details:after{
    content:"";
    background: url(../images/rating.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 6.5em;
    height: 2.5em;
    display: block;
    visibility: visible;
    position: absolute;
    left: 1em;
    margin-top:0.5em;
}
.our-testimonial .testimonial-entry-content{
    width: 85%;

}
.our-testimonial .owl-carousel .owl-stage{
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-testimonial .testimonial-caret{
    display: none;
}
.our-testimonial .testimonial-entry-bottom{
    width: 15%;
    margin: 0 auto;
}
.our-testimonial{
    background-repeat: no-repeat;
    background-size: cover;
}


/* Ali About Section */

.recent-case-result{
    position: relative;
    min-height: inherit;
    padding-bottom: 0;
}
.recent-case-result-shape-row{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
.recent-case-result-shape {
    margin-top: 0;
    transform: rotate(-3deg);
    position: absolute;
    background: #053f7f;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
}
.recent-case-result-shape > .vc_column-inner{
    height: 100%;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.aliabout-shape-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 1;   
}
.aliabout-shape {
    margin-top: 0;
    transform: rotate(-3.9deg);
    position: absolute;
    background: #056195;
    top: 0;
    left: -1em;
    width: 110%;
    height: 100%;
}
.aliabout-shape > .vc_column-inner {
    height: 100%;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: 0 -10em;
    background-size: 100%;
}
.responsive-row-container .vc_column-inner {
    margin: 0;
}
.aliabout-profilepic {
    margin: 0 0 0 -2.5em;
    position: absolute;
    width: 32em;
    bottom: -4.2em;
    left: 0;
}
.aliabout-profilepiccontent {
    padding: 5em 0;
    text-align: center;
    width: 100%;
}
.comon-title.comon-whitetitle {
    color: #fff;
}
.comon-title.comon-whitetitle::after {
    background-color: #fff;
}
/* .aliabout-profilepiccontent .comon-title {
    text-align: center;
    margin-left: 5.625em;
    width: 9em;
} */
.aliabout-profilepiccontent p {
    /* font-size: 1.125;
    line-height: 1.8; */
    color: #ffffff;
    /* font-weight: 400; */
}
.aliabout-profilepiccontent p strong {
    font-size: 1.375em;
    color: #ffffff;
    font-weight: 700;
}
.aliabout-subcontent {
    padding: 0 5em 0 30em;
    text-align: left;
}
.aliabout-content {
    z-index: 2;
}

.aliabout-profilepiccontent .find-out-more-btn {
    margin: 2em 0 0 0;
}
.aliabout-profilepiccontent .find-out-more-btn a.vc_btn3-style-modern {
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 0.8em 1.5em;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.aliabout-profilepiccontent .find-out-more-btn a.vc_btn3-style-modern:hover {
    background: #fff;
    color: #056195;
}

/* Help You Section */

.helpyou-shape-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    z-index: 0; 
}
.helpyou-shape {
    margin-top: 0;
    position: absolute;
    background: #1a1919;
    top: 0;
    left: -1em;
    width: 110%;
    height: 100%;
}
.helpyou-shape > .vc_column-inner {
    height: 100%;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: 0 0em;
    background-size: 100%;
}
.helpyou-content {
    padding: 0;
    text-align: center;
    max-width: 81.250em;
    margin: 0 auto;
}
.helpyou-content p {
    color: #fff;
}
.helpyou-content h6 {
    font-size: 1.625em;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    text-transform: inherit;
    margin: 1em 0 0 0;
}
.recent-case-result.recent-case-result-help {
    padding: 12em 0 5em;
    min-height: 35em;
    margin: -5em 0 0 0;
}

/* Article Section */

.recent-case-result.recent-case-result-article {
    padding: 5em 6.250em;
    margin: 0;
}

.articles-shape-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    z-index: 0; 
}
.articles-shape {
    margin-top: 0;
    position: absolute;
    background: #fcfcfc;
    top: 0;
    left: -1em;
    width: 110%;
    height: 100%;
}
.articles-shape > .vc_column-inner {
    height: 100%;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: 0 0em;
    background-size: 100%;
}

.article-contain {
    margin: 0;
}
.article-list {
    margin: 0;
}
.article-list .wpex-row .col {
    padding: 0;
    margin: 0 0 1.5em;
}
.article-list .entries.left-thumbs .entry .entry-media {
    margin: 0 1.563em 0 0;
    width: 12.688em;
    height: 11.625em;
}
.article-list .entries.left-thumbs .entry .entry-media a {
    display: block;
    width: 100%;
    height: 100%;
}
.article-list .entries.left-thumbs .entry .entry-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-list .entries.left-thumbs .entry .entry-details {
    width: auto;
    float: none;
    overflow: hidden;
}
.article-list .entry-title {
    font-size: 1.375em;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
    text-transform: inherit;
}
.article-list .entry-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000;
    height: 2px;
    width: 3em;
}
.article-list .vcex-post-type-entry-date {
    color: #017daf;
    font-weight: 300;
}
.entry-excerpt p {
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
}
.entry-readmore-wrap .theme-button {
    border-radius: 2px;
    background-color: #056196;
    font-size: 14px;
    color: #fcfcfc;
    font-weight: 400;
    text-align: center;
    padding: 0.3em 1em;
    text-transform: uppercase;
}
.entry-readmore-wrap .theme-button:hover {
    background: #017daf;
}

/* == Recent Blog == */

.rcblog-shape-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 1;   
}
.rcblog-shape {
    margin-top: 0;
    transform: rotate(-3.9deg);
    position: absolute;
    background: #056195;
    top: 0;
    left: -1em;
    width: 110%;
    height: 100%;
}
.rcblog-shape > .vc_column-inner {
    height: 100%;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: 0 -10em;
    background-size: 100%;
}

.recentblog-contain {
    position: relative;
    z-index: 2;
}

.recent-case-result.recent-case-result-rcblog {
    padding: 5em 6.25em 10em; 
}


.recentblog_list {
    margin: 0;
    padding: 2em 0 0 0;
}
.recentblog_list.wpex-row .col {
    padding: 0 1.563em;
    margin: 0;
}
.recentblog_list .vcex-recent-news-entry {
    padding: 0;
}
.recentblog_list .vcex-recent-news-date {
    display: none;
}
.recentblog_list .vcex-news-entry-thumbnail {
    height: 13.125em;
}
.recentblog_list .vcex-news-entry-thumbnail a {
    display: block;
    height: 100%;
    width: 100%;
}
.recentblog_list .vcex-news-entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recentblog_list .vcex-recent-news-entry-title-heading {
    font-size: 1.375em;
    color: #ffffff;
    font-weight: 600;
    text-transform: inherit;
    position: relative;
    padding: 0 0 0.5em;
    margin: 0 0 0.8em;
}
.recentblog_list .vcex-recent-news-entry-title-heading a:hover {
    color: #000000;
}
.recentblog_list .vcex-recent-news-entry-title-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 3px;
    width: 3em;
}
.recentblog_list .vcex-recent-news-entry-excerpt p {
    color: #fff;
    line-height: 1.5;
}
.recentblog_list .theme-button {
    background: transparent;
    padding: 0;
    font-size: 1.125em;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.recentblog_list .theme-button:hover {
    color: #000000;
    border-bottom-color: #000000;
}

.recentblog_listgrid .entry-media {
    margin: 0 0 1em;
}
.recentblog_listgrid .vcex-blog-entry-title.entry-title {
    font-size: 1.375em;
    color: #ffffff;
    font-weight: 600;
    text-transform: inherit;
    position: relative;
    padding: 0 0 0.5em;
    margin: 0 0 0.8em;
}
.recentblog_listgrid .vcex-blog-entry-title.entry-title a {
    color: #fff;
}
.recentblog_listgrid .vcex-blog-entry-title.entry-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 3px;
    width: 3em;
}
.recentblog_listgrid .vcex-blog-entry-details {
    padding: 0;
    border: none;
}
.recentblog_listgrid .entry-media a, .recentblog_listgrid .entry-media img {
    width: 100%; 
    height: 100%;
    display: block;
}
.recentblog_listgrid .theme-button {
    background: transparent;
    padding: 0;
    font-size: 1.125em;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.recentblog_listgrid .theme-button:hover {
    color: #242d4b;
    border-bottom-color: #242d4b;
    background: transparent;
}
.recentblog_listgrid .vcex-blog-entry-excerpt p, .recentblog_listgrid .vcex-blog-entry-date {
    color: #fff;
    line-height: 1.5;
}
.recent-blog{
    background-repeat: no-repeat;
    background-size: cover;
}
/* == Contact Section == */

.contact-section-row {
    position: relative;
    z-index: 2;
    background: #fcfcfc;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-section-row .vc_column-inner {
    margin: 0;
}
.contact-us {
    width: 100%;
}
.contact-us .gform_wrapper {
    margin: 0;
}
.contact-us .gform_wrapper ul.gform_fields li.gfield {
    padding: 0 0.625em;
    width: 25%;
}
.contact-us .gform_wrapper ul.gform_fields li.gfield.fr-text {
    width: 100%;
}
.contact-us .gform_wrapper .gform_heading {
    margin: 0;
    background-color: #056196;
    padding: 1.5em 2em;
}
.contact-us .gform_wrapper .top_label .gfield_label {
    display: none;
}
.contact-us .gform_wrapper h3.gform_title{
    color: #fff;
    font-size: 1.625em;
    letter-spacing: 0px;
    line-height: 1em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}
.contact-us .gform_wrapper .fr-input input {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    padding: 0 1em !important;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 3.125em;
}
.contact-us .gform_wrapper .fr-select .ginput_container_select {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 3.125em;
}
.contact-us .gform_wrapper .fr-select .ginput_container_select select {
    margin: 0;
    height: 100%;
    border: none;
}
.contact-us .gform_wrapper .fr-select .ginput_container_select::after {
    content: "";
    background-image: url(../images/sprite-img.png);
    background-position: -0.5em -0.3em;
    position: absolute;
    right: 1em;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 8em;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    height: 1em;
    width: 1em; 
    pointer-events: none;
}
.contact-us .gform_wrapper .fr-select select {
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    margin-left: 0 !important;
    background: transparent;
    padding: 0 1em;
    height: 100%;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
}
.contact-us .gform_wrapper .fr-text textarea {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    padding: 0.8em 1em !important;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 7.500em;
    resize: vertical;
    margin-bottom:0;
}
.contact-us .gform_wrapper .gform_body{
    padding: 0;
    width: 100%;
}
.contact-us .gform_wrapper ul.gform_fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -0.625em !important;
}
.contact-us .gform_wrapper form{
    position: relative;
    padding: 0 0 6em;
}
.freecase-page .gform_wrapper form{
    padding: 0;
}
.contact-us .gform_wrapper ul.gform_fields li.gfield.fr-checkbox {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 1em;
}
body .contact-us .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .contact-us .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin: 0;
}
.contact-us .gform_wrapper .top_label li ul.gfield_checkbox, .contact-us .gform_wrapper .top_label li ul.gfield_radio {
    width: 100%;
}
.contact-us .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .contact-us .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .contact-us .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin: 0;
}
.contact-us .gform_wrapper .gfield_checkbox li input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
}

.contact-us .gform_wrapper ul.gfield_checkbox li label {
    position: relative;
    display: flex;
    align-items: center;
}
.contact-us .gform_wrapper ul.gfield_checkbox li label::before {
    content: "";
    height: 1.5em;
    width: 1.5em;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    display: inline-flex;
    margin: 0 0.5em 0 0;
}
.contact-us .gform_wrapper .gfield_checkbox li input:checked + label::before {
    background-image: url(../images/right-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #242d4b;
} 
.contact-us .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 13em;
    bottom: 1.5em;
}
.freecase-page .gform_wrapper .gform_footer{
    width:16em;
}
.contact-us .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .contact-us .gform_wrapper .gform_page_footer input.button, .contact-us .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100%;
    margin: 0;
    height: 2.5em;
    border-radius: 4px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #e67315;
    font-size: 1.5em;
    letter-spacing: 0px;
    color: #e67315;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}
.contact-us .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .contact-us .gform_wrapper .gform_page_footer input.button:hover, .contact-us .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background: #e67315;
    color: #fff;
}
.gform_wrapper .top_label input.medium.datepicker{
    width:100%;
}

/* == Footer == */

.site-footer {
    background: #242d4b;
    padding: 4.6em 0 4.6em;
}
#footer-bottom {
    background: #202946;
}
.footer-box .footer-widget {
    overflow: hidden;
    padding: 0;
}
.footer-box .footer-widget .widget-title {
    font-size: 1.5em;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 1.2em 0 0;
    margin: 0 0 1em;
}
.footer-box .footer-widget .widget-title::after {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 10em;
    background: #fff;
    height: 2px;
    margin: -1px 0 0 0;
    content: "";
    z-index: 0;
}

.about_bainsheldon .wpex-about-widget-description {
    padding: 0;
    font-size: 1.125em;
    line-height: 1.8;
    color: #ffffff;
    font-weight: 400;
    padding-top:0.938em;
}

#footer .quick-links ul {
    margin: 0;
    display: grid;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    grid-template-rows: auto auto auto auto;
    grid-column-gap: 1em;
}
#footer .quick-links ul li {
    border: none;
    padding: 0.4em 0;
}
#footer .quick-links ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.125em;
}
#footer .quick-links ul li a:hover {
    color: #e67315;
}
#footer .latest-news ul li {
    border: none;
}
#footer .latest-news .wpex-widget-recent-posts-li .details .wpex-widget-recent-posts-excerpt {
    display: none;
}
#footer .latest-news li .wpex-widget-recent-posts-date {
    color: #e67315;
    font-weight: 400;
}
#footer .latest-news li a {
    font-size: 1.125em;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
}

.get-intouch {
    margin: 0;
}
.get-intouch li {
    font-size: 1.125em;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    padding: 0.4em 0;
}
.get-intouch li a {
    color: #fff;
}
.get-intouch li.phone {
    background-image: url(../images/call-icon.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 2em;
}
.get-intouch li.fax {
    background-image: url(../images/fax.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 2em;
}

.get-intouch li.email {
    background-image: url(../images/mail-icon.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 2em;
}
.get-intouch li.address {
    background-image: url(../images/location-icon.png);
    background-position: 0 0.8em;
    background-repeat: no-repeat;
    padding-left: 2em;
}
.info-bottom {
    padding: 1em 0 0 2.3em;
    display: flex;
    align-items: center;
}
.info-bottom .review-btn {
    font-size: 1.125em;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #ffffff;
    padding: 0.5em 2em;
    display: inline-block;
    text-transform: uppercase;
}
.info-bottom .review-btn:hover {
    background: #fff;
    color: #e67315;
}

.info-bottom .social-icon {
    display: flex;
    align-items: center;
    margin: 0 0 0 1em;
}
.info-bottom .social-icon li {
    padding: 0 0.4em;
    display: inline-flex;
}
.info-bottom .social-icon li a {
    display: block;
    height: 2.6em;
    width: 2.6em;
    background-image: url(../images/sprite-img.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 7em;
}
.info-bottom .social-icon li.fb a {
    background-position: -0.6em -8.9em;
}
.info-bottom .social-icon li.ln a {
    background-position: -3.8em -8.9em;
}
.info-bottom .social-icon li a:hover {
    background-image: url(../images/sprite-img.png);
}
.info-bottom .social-icon li.fb a:hover {
    background-position: -0.6em -5.8em;
}
.info-bottom .social-icon li.ln a:hover {
    background-position: -3.8em -5.8em;
}

#footer-bottom-inner {
    padding: 0;
    max-width: inherit;
}
.footer-bottom-top {
    padding: 1.2em 9.25em;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    color: #fff;
    text-align: center;
    font-size: 1.125em;
}
.footer-bottom-copyright {
    padding: 1em 6.250em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.125em;
}
.footer-bottom-copyright ul {
    display: flex;
    align-items: center;
    margin: 0 1em;
}
.footer-bottom-copyright ul li {
    padding: 0;
}
.footer-bottom-copyright ul li::before {
    content: "|";
    color: #fff;
}
#footer-bottom .footer-bottom-copyright ul li a {
    color: #fff;
    margin: 0 1em;
}
#footer-bottom .footer-bottom-copyright ul li a:hover {
    color: #e67315;
}

.page-header.background-image-page-header .page-header-title {
    font-size: 4em;
    font-weight: bold;
    text-shadow: 0 0 20px rgba(0,0,0,0.38);
    -webkit-text-shadow: 0 0 20px rgba(0,0,0,0.38);
    text-transform: uppercase;
    text-align: left;
}

#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}
#site-header{
    border-bottom: 4px solid #242d4b;
}
/* #site-navigation li:last-child a span {
    margin-right: 0;
} */


/* == Blog == */ 

.blog-entry .blog-entry-title, .vcex-blog-entry-title {
    color: #242c4b;
    font-weight: 700;
    font-size: 1.525em;
}
.blog-entry.large-image-entry-style .blog-entry-readmore a {
    background: transparent;
    border: 2px solid #242c4b;
    color: #242c4b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125em;
}
.blog-entry.large-image-entry-style .blog-entry-readmore a:hover {
    background: #242c4b;
    color: #fff;
}
.blog #sidebar, .single #sidebar, .archive #sidebar, .search #sidebar {
    padding: 0;
    background: #fff;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.12); */
    margin: 0 0 2em;
    max-width: 25%;
}
.blog .sidebar-box .widget-title, .single .sidebar-box .widget-title, .archive .sidebar-box .widget-title, .search .sidebar-box .widget-title {
    font-size: 1.25em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5em 1em;
    background: #242c4b;
}
.blog .sidebar-container .widget ul li a, .single .sidebar-container .widget ul li a, .archive .sidebar-container .widget ul li a, .search .sidebar-container .widget ul li a {
    /* font-size: 1.125em; */
    color: #555;
    font-weight: 600;
}
.blog .sidebar-container .widget ul li a:hover, .single .sidebar-container .widget ul li a:hover, .archive .sidebar-container .widget ul li a:hover, .search .sidebar-container .widget ul li a:hover {
    color: #242c4b;
}

.single-post-title, .single-page-title {
    font-size: 1.846em;
    margin: 0 0 0.8em;
    font-weight: 700;
    color: #242c4b;
}
.single-post .page-header-title, .archive .page-header-title, .single-articles .page-header-title, .single-news .page-header-title {
    font-size: 2.8em;
    font-weight: 700;
    color: #242c4b;
}
.site-breadcrumbs a {
    color: #242c4b;
}
.site-footer-inner {
    padding: 0;
}


#sidebar {
    max-width: 26%;
    /* background: #242d4b; */
    background: #e57315;
    padding: 1.875em 1.875em 0;
    margin-top: -16em;
    margin-bottom: 2em;
    position: relative;
    z-index: 3;
}
.sidebar-box .widget-title {
    display: block;
    margin: 0 0 0.8em;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.sidebar-box .widget-title::after {
    content: "";
    width: 2.42em;
    height: 0.1em;
    display: block;
    background: #fff;
    margin: 0;
    padding: 0;
}
#sidebar .widget_nav_menu > div > ul > li > a, #sidebar .widget_nav_menu_accordion .widget_nav_menu > div > ul > li:first-child > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    border-left: none;
    border-right: none;
    color: #fff;
    background: transparent;
    display: block;
    position: relative;
    padding: .538em .769em;
    border-radius: 0;
}
#sidebar .widget_nav_menu>div>ul>li:first-child>a, .widget_nav_menu_accordion .widget_nav_menu>div>ul>li:first-child>a {
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#sidebar .widget_nav_menu a:hover, .widget_nav_menu_accordion .widget_nav_menu a:hover {
    background: #fff;
    color: #242c4b;;
}
#sidebar .widget_nav_menu .current-menu-item>a, .widget_nav_menu_accordion .widget_nav_menu .current-menu-item>a {
    background: #fff;
    color: #242c4b;
}
.page-header-table-cell {
    padding-left: 0;
    padding-right: 32em;
}

.sitemap-list ul li {
    padding: 0.3em 0;
}
.sitemap-list ul li a {
    font-size: 1.125em;
}
.sitemap-list ul li ul li a {
    font-size: inherit;
}
.sidebar-address p {
    color: #fff;
}

.contact-uspage {
    padding: 1.5em 2em;
    background: #f2f2f2;
    margin: 0;
}
.contact-us.contact-uspage .gform_wrapper ul.gform_fields li.gfield {
    width: 50%;
}
.contact-us.contact-uspage .gform_wrapper ul.gform_fields li.gfield.fr-text {
    width: 100%;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    position: absolute;
    font-size: 1em;
    display: none;
}
.contact-us.contact-uspage .gform_wrapper ul.gform_fields li.gfield.fr-radio {
    width: 100%;
}
.contact-us.contact-uspage .fr-radio .gfield_description {
    font-size: 1.125em;
    color: #000;
}
.contact-us.contact-uspage .gform_wrapper .gfield_radio li label {
    color: #000000;
    font-size: 0.8em;
    position: relative;
    display: flex;
    align-items: center;
}
.contact-us.contact-uspage .gform_wrapper .gfield_radio li label::before {
    content: "";
    background: #fff;
    border: 2px solid #056196;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 1.125em;
    width: 1.125em;
    margin: 0 0.5em 0 0;
}
.contact-us .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.contact-us .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio]:checked + label::before {
    background: #056196;
    border: 2px solid #015586;
}

.news-list .entries.left-thumbs .entry .entry-media {
    width: 12em;
    margin-bottom: 1em;
    height: 10em;
    margin-right: 1em;
}
.news-list .entries.left-thumbs .entry .entry-media a {
    display: block;
    height: 100%;
    width: 100%;
}
.news-list .entries.left-thumbs .entry .entry-media img {
    width: 100%;
    height: 100%;
}
.news-list .entries.left-thumbs .entry .entry-details {
    overflow: hidden;
    width: auto;
    float: none;
}
.news-list .entry-title {
    color: #056196;
    font-size: 1.5em;
    font-weight: 700;
}


/* == Staff Member == */

.single-staff header.page-header.background-image-page-header::before{
    display: none;
}
.single-staff header.page-header.background-image-page-header::after{
    display: none;
}
.single-staff #sidebar{
    display: none;
}
.single-staff .page-header{
    min-height: 45em;
    background-repeat: no-repeat;
    margin: 0;
    position: relative;
    background-position: 0;
}
.single-staff .main-header::after {
    content: "";
    display: block;
    background: #242c4b;
    width: 120%;
    height: 8em;
    transform: rotate(-3deg) translate(-10%, 35%);
    position: absolute;
    bottom: 0;
}
.single-staff #content-wrap{
    position: absolute;
    top: 15em;
    right: 0;
    left: 0;
    z-index: 9;
}
body.single-staff .content-area{
    max-width: 100%;
    width: 100%;
}
.banner-tabs-area {
    background: #f1f1f1;
    max-width: 57.5em;
    margin-left: auto;
    padding: 1em;
    max-height: 49em;
    overflow: auto;
    z-index: 1;
    box-shadow: 0 0 1.25em rgba(0,0,0,0.1);
    border: 0.0625em solid #e0e0e0;
}
body.wpb-js-composer.single-staff .vc_tta.vc_general .vc_tta-panel.vc_active{
    border: 0;
}
.banner-tabs-area h2.title{
    margin: 0 !important;
    padding: 0 !important;
}
.single .banner-tabs-area h5{
    padding: 0 0 1em 0;
}
body.wpb-js-composer.single-staff .vc_tta.vc_general .vc_tta-tabs-list{
    margin: 0 -0.092em;
    display: flex;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
    padding: 0.092em;
    margin: 0;
    flex-grow: 1;
}
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
    background-color: #e8e8e8;
    color: #242c4b;
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    height: 2.70em;
    display: flex;
    align-items: center;
    padding: 0.5em 0.95em;
    justify-content: space-around;
    border: 0.08em solid #d6d6d6;
}
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: #242c4b;
    color: #fff;
    border-color: #242c4b;
}
body.single-staff .footer-map{
    margin-top: -14em;
}

body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a{
    background-color: #e8e8e8;
    color: #242c4b;
    font-size: 1.625em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    height: 2.70em;
    display: flex;
    align-items: center;
    padding: 0.5em 0.95em;
    justify-content: space-around;
    border: 0.08em solid #d6d6d6;
}
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a{
    background-color: #242c4b;
    color: #fff;
    border-color: #242c4b;
}
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading,
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus,
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover{
    background-color: transparent;
}
body.wpb-js-composer:not(.home).single-staff .vc_tta.vc_general .vc_tta-panel-title{
    font-size: 1em;
}

.single-staff  ul.contact-inline-list {
    padding: 0;
    margin: .5em 0 1.5em;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    grid-column-gap: 3em;
}
.single-staff  ul.contact-inline-list li {
    display: block;
    font-size: 1.25em;
    padding: 0.5em 0;
    border-bottom: 0.1em solid #d7d7d7;
}
.single-staff  ul.contact-inline-list li::before{
    display: none;
}
ul.cms-list li {
    font-size: 1.25em;
    line-height: 1.5;
}
.single .banner-tabs-area h5{
    padding: 0;
}
.related-staff-posts, .single-staff .post-pagination-wrap {
    display: none;
}

.staff-list .staff-entry-inner {
    padding: 1.5em;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
    border-radius: 4px;
}
/* .staff-entry-media {
    height: 25em;
} */
.staff-entry-media a {
    display: block;
    width: 100%;
    height: 100%;
}
.staff-entry-media a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.staff-entry-title {
    font-size: 1.5em;
    color: #056196;
}
.staff-entry-details {
    text-align: center;
}

.single.single-staff .page-header-inner {
    display: none;
}

#sidebar .widget_nav_menu ul ul li a, .widget_nav_menu_accordion .widget_nav_menu ul ul li a {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
#sidebar .widget_nav_menu ul ul li:first-child a, .widget_nav_menu_accordion .widget_nav_menu ul ul li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.single-image .vc_figure {
    width: 100%;
    display: block;
    height: 25em;
    padding: 0.5em;
    background: #f2f2f2;
    border: 1px solid #ddd;
    margin: 0 0 1.5em;
}
.single-image .vc_single_image-wrapper {
    display: block;
    height: 100%;
}
.single-image .vc_single_image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body:not(.home) header.page-header.background-image-page-header::after {
    content: "";
    display: block;
    height: 12em;
    background: #fff;
    width: 110%;
    transform: rotate(-3deg) translate(0, -36%);
    position: absolute;
    top: 100%;
}
body:not(.home).single-staff header.page-header.background-image-page-header::after {
    display: none;
}

body:not(.home) .vcex-heading {
    font-size: 1.8em;
    color: #242c4b;
    margin: 0.8em 0 0.8em;
    font-weight: 700;
}
body:not(.home) .single-page-article h4 {
    font-size: 1.5em;
    margin: 0.8em 0 0.8em;
    line-height: 1.5;
}
body:not(.home) .single-page-article h4 strong {
    font-weight: 700;
}
body:not(.home) .single-page-article p strong {
    color: #000000;
}
.entry ul {
    font-size: 1em;
    padding: 0 0 0 1.5em;
    margin: 0.2em 0 1em; 
}
.entry ul li,.entry ol li{
    color: #242c4b;
    padding: 0.2em 0;
    font-size: 1.125em;
}
.entry ul li a {
    color: #e57315;
}

.alignleft,.alignright {
    padding: 0.5em;
    background: #f2f2f2;
    border: 1px solid #ddd;
    width: 40%;
    margin-bottom: 0.8em !important;
}
.single-page-article .vc_column_container>.vc_column-inner {
    margin-bottom: 0;
}

.great-list {
    margin: 0 0 2em;
}
.single-contactinformation h3 strong {
    font-weight: 700;
}
#site-navigation .dropdown-menu ul {
    min-width: 15em;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
#site-navigation .dropdown-menu ul:after {
    border-bottom: 6px solid #fff;
}
#site-navigation .dropdown-menu ul a {
    color: #242c4b;
    padding: 0.5em 0.8em;
}
#site-navigation .dropdown-menu ul a:hover {
    background: #242c4b;
    color: #fff; 
}
#site-navigation a:hover .link-inner::after {
    opacity: 1;
    visibility: visible;
}
.navbar-style-one .dropdown-menu>li.dropdown> a::before {
    background: url(../images/dropedown-arrow.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    /* top: 50%; */
    content: "";
    margin: -0.25em 0 0 0;
    height: 0.8em;
    width: 0.8em;
    background-size: 100%;
}


.avtar-box {
    display: flex;
    align-items: center;
    margin: 0 0 1em;
}
.avtar-image {
    margin: 0 1em 0 0;
}
.avtar-image img {
    height: 3.5em;
    width: 3.5em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #ddd;
    padding: 0;
    object-fit: contain;
} 

.contact-us .gform_wrapper div.validation_error {
    padding: 1em;
    font-size: 1em;
    font-weight: normal;
    background: #ff000b;
    color: #fff;
    border: none;
    border-top: none;
    font-weight: 600;
}
.contact-us .gform_wrapper .field_description_below .gfield_description {
    max-width: 100%;
    padding-right: 0 !important;
    text-align: left;
    font-size: 0.8em;
    /* color: #b81c23; */
    color: #ff000b;
    padding-top: 0.5em;
}
.contact-us .gform_wrapper li.gfield.gfield_error.gfield_contains_required.fr-checkbox div.gfield_description {
    text-align: left;
}
.contact-us .gform_wrapper .validation_message.instruction {
    display: none;
}
.contact-us .gform_wrapper .fr-checkbox .field_description_below .gfield_description {
    text-align: left;
}
.contact-us.contact-uspage .gform_wrapper .fr-radio .gfield_description.validation_message {
    font-size: 0.8em;
    color: #ff000b;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
    border:1px solid #ff0000;
}
.free-case-evaluation .gform_wrapper div.validation_error {
    padding: 1em;
    font-size: 1em;
    font-weight: normal;
    background: #ff000b;
    color: #fff;
    border: none;
    border-top: none;
    font-weight: 600;
}
.free-case-evaluation .gform_wrapper .field_description_below .gfield_description {
    max-width: 100%;
    padding-right: 0 !important;
    text-align: left;
    font-size: 0.8em;
    color: #ff000b;
    padding: 0;
}
.free-case-evaluation .gform_wrapper .validation_message.instruction {
    display: none;
}
.free-case-evaluation .gform_wrapper .fr-checkbox.field_description_below .gfield_description.validation_message {
    text-align: left;
}
.free-case-evaluation .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}

.single #post-media {
    text-align: left;
    /* height: 35em; */
    width: 50%;
    float: left;
    padding-right: 20px;
    padding-top: 10px;
}
.single #post-media img {
    padding: 0.5em;
    background: #f2f2f2;
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#footer .latest-news li a.wpex-widget-recent-posts-thumbnail {
    width: 4.2em;
}
.wpex-fa-social-widget .wpex-social-btn{
    font-size: 1.277em;
}

/* blog */

.blog-entry .entry-media {
    text-align: left;
}
.blog-entry .entry-media a {
    display: block;
    width: 100%;
    height: 100%;
}
.blog-entry .entry-media img {
    background: #f2f2f2;
    padding: 0.5em;
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-us .gform_confirmation_message {
    min-height: inherit;
    justify-content: center;
}
.blog-entry.entry ul {
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.blog-entry-media {
    margin-bottom: 2em;
    height: 25em;
}
.blog-entry-header {
    overflow: hidden;
}
.blog-entry-media, .blog-entry-excerpt, .blog-entry-readmore {
    overflow: hidden;
}

#main.site-main {
    padding: 0 0 3em;
}
.home #main.site-main {
    padding: 0;
}

.single.single-staff #main.site-main {
    padding: 0;
}

.background-image-page-header {
    background-color: #242c4b;
    /* background-color: #e67315; */
}

/* .single #single-blocks #post-media {
    display: none;
} */
.blog-entry .entry-media.blog-list {
    display: none;
}

.single-blog-content h6 {
    margin: 1em 0 0.5em;
}
.article-image {
    height: 25em;
    position: relative;
}
.article-image::after {
   content: "";
   position: absolute;
   top: 0.5em;
   left: 0.5em;
   right: 0.5em;
   bottom: 0.5em;
   border: 2px solid #fff; 
}
.article-image .vc_figure {
    height: 100%;
}
.article-image .vc_single_image-wrapper {
    height: 100%;
}
.article-image .vc_figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.articles-list .entry-media {
    display: none;
}

.wpex-top-bar-sticky {
    background: transparent;
}
#site-header-sticky-wrapper.is-sticky #site-header, #top-bar-wrap-sticky-wrapper.is-sticky .wpex-top-bar-sticky {
    background: #fff;
}



.page-id-67 #sidebar, .page-id-134 #sidebar {
    padding: 0;
    background: #fff;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.12); */
    margin: 0 0 2em;
    max-width: 25%;
}
.page-id-67 .sidebar-box .widget-title, .page-id-134 .sidebar-box .widget-title {
    font-size: 1.25em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5em 1em;
    background: #056196;
}
.page-id-67 .sidebar-container .widget ul li a, .page-id-134 .sidebar-container .widget ul li a {
    /* font-size: 1.125em; */
    color: #555;
    font-weight: 600;
}
.page-id-67 .sidebar-container .widget ul li a:hover, .page-id-134 .sidebar-container .widget ul li a:hover {
    color: #056196;
}

#sidebar .textwidget ul li {
    padding: 0.5em 0;
    border-bottom: 1px solid #eee;
}
#sidebar .textwidget ul li:first-child {
    border-top: 1px solid #eee;
}
.news .cpt-entry-title {
    color: #056196;
    font-size: 1.5em;
    font-weight: 700;
}
.news .meta, .news .entry .meta {
    padding-left: 0;
}
.news.cpt-entry.span_1_of_1 .cpt-entry-inner {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #eee;
}

.page-id-67 .sidebar-container .widget ul li a:before, .page-id-134 .sidebar-container .widget ul li a:before, .single-news .sidebar-container .widget ul li a:before, .single-articles .sidebar-container .widget ul li a:before, .tax-news_categories .sidebar-container .widget ul li a:before, .tax-articles_categories .sidebar-container .widget ul li a:before  {
    content: "\f114";
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0.5em 0 0;
}

.archive .cpt-entry-media {
    display: none;
}
.archive .meta, .archive .entry .meta {
    padding-left: 0;
}

.archive .cpt-entry.span_1_of_1 .cpt-entry-inner {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #eee;
}
.archive .cpt-entry-title {
    color: #056196;
    font-size: 1.5em;
    font-weight: 700;
}
.author .page-subheading {
    display: none;
}

.tax-news_categories .meta-author, .tax-articles_categories .meta-author {
    display: none;
}

.footer-box .footer-widget.social-icon {
    padding: 1em 0 0 2.5em;
}
.social-icon ul li a {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.news-list .entry-media {
    display: none;
}
.wpex-dropdowns-caret .dropdown-menu ul:before, .wpex-dropdowns-caret .dropdown-menu ul:after {
    left: 25px;
}


/* == Experience Section == */

.experience-section {
    padding: 3em 0;
}
.experience-content {
    text-align: center;
    margin: 0 0 2em;
}
.vc_btn3-container.vc_btn3-inline.read-morebtn {
    text-align: center;
    display: block;
}
.read-morebtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 1.125em;
    letter-spacing: 0px;
    color: #002c49;
    font-weight: 600;
    text-align: center;
    padding: 0.35em 1.2em;
    background: transparent;
    text-transform: uppercase;
    border: 2px solid #002b49;
}
.read-morebtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #002b49;
    color: #fff;
}

.diamonds-tab .vc_btn3-container.vc_btn3-inline.read-morebtn {
    text-align: left;
    display: block;
    margin: 1.2em 0 0 0;
}

.tab-contain {
    padding: 2em 0;
}
.tab-contentright h4 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin: 0 0 1em;
    padding: 0 0 0.5em;
}
.tab-contentright p{
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 400;
}
.tab-contentright h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 4px;
    width: 4em;
}
.tab-leftimage {
    margin: 0;
}
.tab-leftimage.wpb_single_image .vc_figure::after {
    position: absolute;
    content: "";
    top: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    right: 0.5em;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
}
.tab-leftimage.wpb_single_image .vc_figure img{
    border-radius: 20px;
    width: 26em;
}
.tab-contain .vc_col-sm-3{
    width: 30%;
}
.tab-contain .vc_col-sm-9{
    width: 70%;
}
/* == Tab Content == */


.our-success-stories .vc_column_container>.vc_column-inner {
    margin: 0;
}

/* body.wpb-js-composer .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container, body.wpb-js-composer .vc_tta.vc_general .vc_tta-panels-container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
} */

html body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: transparent;
    background-color: transparent;
    text-align: center;
    border: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
    /* height: 11.125em;
    width: 11.125em; */
    padding: 1em;
    border-radius: 20px;
}
html body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: transparent;
    background-color: transparent;
    text-align: center;
    border: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
    padding: 1em;
    width: 12.5em;
    height: 12em;
    transition: unset;
    -webkit-transition: unset;
}
body.wpb-js-composer .vc_tta-color-grey.diamonds-tab .vc_tta-panels,
body.wpb-js-composer .vc_tta-color-grey.diamonds-tab .vc_tta-panels::after,
body.wpb-js-composer .vc_tta-color-grey.diamonds-tab .vc_tta-panels::before{
    background-color: transparent !important;
    border-color: transparent !important;
}
body.wpb-js-composer .vc_tta-color-grey.diamonds-tab .vc_tta-tab>a:focus,
/* body.wpb-js-composer .vc_tta-color-grey.diamonds-tab .vc_tta-tab>a:hover{
    background-color: transparent !important;
    border-radius: inherit !important;
    
} */
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.diamonds-tab .vc_tta-tab.vc_active>a {
    border-color: #e67315;
    background-color: #e67315;
    color: #fff;
    border-radius: 20px;
}
html body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab > a:after:hover{
    background-color: #e67315 !important;
    z-index: -1;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.diamonds-tab .vc_tta-tab.vc_active>a span.vc_tta-title-text {
    color: #fff;
    font-weight: 500;
}
.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tabs-list{
    display: flex;
    justify-content: center;
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab {
    padding: 0;
    margin: 0;
    flex: 1;
    text-align: center;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
  border-radius: 20px !important;
  background: #e67315 !important;
}

html body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab > a::after {
    font-size: 1em;
    line-height: 0;
    display: block !important;
    background: #fff;
    width: 100%;
    height: 100%;
    /* transform: rotate(45deg);
    -webkit-transform: rotate(45deg); */
    margin-top: 0.02em;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 20px;;
    -webkit-border-radius: 20px;
    border: 1px solid transparent;
}



.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-icon::before {
    content: "" !important;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    height: 100%;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    background-size: 100%;
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(1) .vc_tta-icon::before {
    background-image: url(../images/traffic-1.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(2) .vc_tta-icon::before {
    background-image: url(../images/dui-dwi.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(3) .vc_tta-icon::before {
    background-image: url(../images/drug-crimes.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(4) .vc_tta-icon::before {
    background-image: url(../images/gun.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(5) .vc_tta-icon::before {
    background-image: url(../images/criminal-law.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(6) .vc_tta-icon::before {
    background-image: url(../images/personal-injury.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(7) .vc_tta-icon::before {
    background-image: url(../images/Family-law.png);
}


body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(1).vc_active .vc_tta-icon::before {
    background-image: url(../images/traffic-1.png);
}   
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(2).vc_active .vc_tta-icon::before {
    background-image: url(../images/dui-dwi.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(3).vc_active .vc_tta-icon::before {
    background-image: url(../images/drug-crimes.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(4).vc_active .vc_tta-icon::before {
    background-image: url(../images/gun.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(5).vc_active .vc_tta-icon::before {
    background-image: url(../images/criminal-law.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(6).vc_active .vc_tta-icon::before {
    background-image: url(../images/personal-injury-white.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(7).vc_active .vc_tta-icon::before {
    background-image: url(../images/Family-law.png);
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab:first-child .vc_tta-icon{
    width: 3.5em;
}
html body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab.vc_active > a::after {
    background: #ffffff; 
    border-color: #ffffff;
    z-index: -1;
}

.diamonds-tab span.vc_tta-title-text {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.25em;
    color: #242d4b;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: 0px;
    position: relative;
    z-index: 2;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child), .wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty)~* {
    margin-left: 0 !important;
}
.diamonds-tab .vc_col-sm-4{
    width: 29.5%;
}
.diamonds-tab .vc_col-sm-8 {
    width: auto;
    overflow: hidden;
    float: none;
}
.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-panel-body{
    padding: 0;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab a:hover .vc_tta-icon,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.diamonds-tab  .vc_tta-tab.vc_active>a .vc_tta-icon{
    transition: 0s linear 0.3s;
}

.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tabs-list {
    margin: 0 auto;
    height: auto;
    position: relative;
    padding: 3em 0;
}
.wpb-js-composer .vc_tta.vc_general.diamonds-tab li.vc_tta-tab {
    position: static;
    top: 0;
    left: inherit;
    right: inherit;
    margin-right: 0em;
    font-size: inherit;
}
/* .diamonds-tab .read-more {
    margin: 0.8em 0 0 0;
    display: block;
    position: relative;
    width: 1.5em;
    height: 1.5em;
} */
/* .diamonds-tab .read-more::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/read-arrowblue.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    top: 0;
} */
body.wpb-js-composer .vc_tta.vc_general .vc_tta-icon {
    height: 7em;
    width: 5em;
    position: relative;
    font-size: inherit;
}
.tabing-readmore{
    margin: 1.563em 0 0 0;
    border:1px solid #fff;
}
.tabing-readmore a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    color:#fff;
}
.tabing-readmore a:after{
    content:"";
    background: url(../images/read-more-white.png);
    background-repeat: no-repeat !important;
    background-size: 100%;
    width: 1.7em;
    height: 1.7em;
    display: block;
    position: absolute;
    top: 0.7em;
    right: 1em;
}
.read-more.tabing-readmore:after{
    display: none;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.diamonds-tab  .vc_tta-tab.vc_active>a .read-more::after {
    background-image: url(../images/read-more.png);
}

.contact-section .gform_wrapper div.validation_error {
    border-top: 1px solid #eee;
    color: #b81c23;
}
.contact-section .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

.top-lf span,.contact-info span{
    color: #221f20;
    font-family: "Montserrat";
    font-weight: 300;
}
.location-header{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 2em;
}

.top-bar-left{
    float: unset;
}
.main-topbar-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.93em;
}
.location-header:after{
    content: "";
    background: url(../images/location-header.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.5em;
    height: 2em;
    display: block;
    position: absolute;
    top: 0em;
    left: -2em;
}
.sub-menu li:before,.sub-menu li a:before,.sub-menu li a:after{
    display: none;
}
#site-navigation .sub-menu li::before{
    display: none;
}

/* about page*/
.attroneys-info{
    padding: 3em 0 0 0;
}
 body:not(.home) .attroneys-info .vcex-heading{
    font-size: 1.5em;
    margin: 0.5em 0;
}
.attroneys-info p{
    line-height: 1.5em;
    margin: 0.5em 0;
}
.blog-entry-media{
    display: none;
}
.diamonds-tab .read-more-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/read-arrowblue.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
.diamonds-tab .read-more-button {
    margin: 0.8em 0 0 0;
    display: block;
    position: relative;
    width: 1.5em;
    height: 2.5em;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.diamonds-tab .vc_tta-tab.vc_active>a .read-more-button::after{
    background-image: url(../images/read-white.png);
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active>a:hover{
    background: #e67315 !important;
}

/* direction page */
.direction-page .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    color: #fff;
    border-color: #e67315;
    background-color: #e67315;
    margin-top: 2em;
    display: block;
    font-weight: 600;
}
.direction-page .vc_btn3-container.vc_btn3-inline{
    display: block;
}
.direction-page .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
    color:#e67315;
    border:1px solid #e67315;
    background-color: #fff;
}
#site-scroll-top:hover{
    background: #e67315;
}
.single-page-article .vc_column_container .practice-area >.vc_column-inner {
    margin-bottom: 0;
}
.footer-box.col-1{
    position: relative;
}

.attroneys-info .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 33.3%;
}
.attroneys-info{
    display: flex;
    flex-wrap: wrap;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab:nth-child(6) .vc_tta-icon{
    width:3.5em;
}
.single-staff-content .vc_column-inner{
    margin-bottom: 0;
}

.our-testimonial .testimonial-entry-details p{
    /* height: 110px; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* reviews page */
.reviews-us-data h1 {
    font-size: 2.25em;
    /* color: #21366d; */
    color:#242d4b;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.reviews-us-data{
    max-width: 50%;
    margin:0 auto;
}
.reviews-us-data .large-button, .review-section .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    /* color: #21366d; */
    color:#242d4b;
    border-color: #efefef;
    background-color: #efefef;
    font-size: 1.125em;
    padding: 3em 2.5em !important;
    text-align: center;
    height: auto;
    text-align: center;
    width: auto;
    margin: 1em !important;
    display: inline-flex;
    border-radius: 0.5em;
    text-decoration: none;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reviews-us-data .large-button .fa, .reviews-us-data .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern i.vc_btn3-icon.fa {
    margin-top: 0;
    position: static;
    font-size: 4.5em;
    height: auto;
    display: block;
    margin-bottom: 0.3em !important;
    line-height: inherit;
    transform: translate(0);
    -webkit-transform: translate(0);
    line-height: 1;
}
.reviews-us-data  .large-button:hover, .reviews-us-data .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #fff;
    border-color:#242d4b;
    background-color: #242d4b;
}
/* review popup */

 /*Review Us*/
  
 .popup {
    display: none;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 9999;
  }
  .popup-overlay {
      background: rgba(0,0,0,0.9);
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
  }

  .popup-content {
    position: absolute;
    background: transparent;
    width: auto;
    margin: 0 auto;
    left: 0;
    top: 50%;
    z-index: 11;
    padding: 0;
    max-width: 60%;
    transform: translate(0, -50%);
    margin: auto;
    text-align: left;
    right: 0;
    margin-top: 0;
    bottom: 0;
}
.popup-main-content{
    background: #fff;
    padding: 1em;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-self: center;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
  .close-popup {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -30px;
    font-size: 42px;
  }
  .inline-large-button {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
/* review-logo-css */
.review-site-logo-text{
    font-size: 2.375em;
    color:#242d4b;
    font-family: "Montserrat";
    font-weight: 600;
}
.review-section p{
    text-align: center;
}
.review-section {
    text-align: center;
    margin: 0 auto;
    padding: 3em;
}
/* review-popup-content */

.popup-inner-content{
    max-height: 80vh;
    overflow: auto;
}
#review-popup .popup-main-content p {
    color: #242d4b;
    font-weight: 600;
    /* margin: 0 0 20px !important; */
}
.review-social {
    display: flex;
    flex-direction: column;
}
.review-social a {
    display: inline-flex;
    align-self: center;
    border: 0.0625em solid #efefef;
    margin: 1em;
    border-radius: 0.5em;
    background: #eee;
}
.review-popup .popup-content {
    text-align: center;
    max-width: 40em;
}
.close-popup {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.5em;
    color: #fff;
    width: 1em;
    height: 1em;
    border: 0.0625em solid #fff;
    background: #242d4b;
    border-radius: 50%;
    line-height: 0.9em;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    /* line-height: 0.7; */
}
.review-popup .popup-main-content {
    padding: 2em;
    margin: 0 1em;
}
.review-section .wpb_text_column {
    margin-bottom: 3em;
    max-width: 50%;
    padding: 3em 0 0 0;
}
.popup-contact-form .gform_wrapper .top_label .gfield_label{
    display: none;
}
.popup-contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 10px 8px;
    letter-spacing: normal;
}
.popup-contact-form .gform_wrapper.gf_browser_chrome select {
    padding: 10px 8px;
    background: #f7f7f7;
    color: #777 !important;
}
/* review validation error */
.popup-contact-form .gform_wrapper div.validation_error{
    padding: 1em;
    font-size: 1em;
    font-weight: normal;
    background: #B81C23;
    color: #fff;
    border: none;
    border-top: none;
    font-weight: 600;
}
.popup-contact-form .gform_wrapper li.gfield.gfield_error{
    background-color:none;
    margin-bottom:0!important;
    border-top:none;
    border-bottom:none;
    padding-bottom:0;
    padding-top:0;
}
.popup-contact-form .gform_wrapper .validation_message {
    font-size: 0.8em;
    color: #b81c23;
    padding-top: 0;
    font-weight: 500;
    letter-spacing: normal;
    padding-right: 0 !important;
    text-align:left;
    padding-top: 0;
}
.popup-contact-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    border:none;
}
.popup-contact-form .gform_wrapper li.gfield_error textarea {
    border:none;
}
.popup-contact-form input[type="checkbox"]{
    height: 1.5em;
    width: 1.5em;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    display: inline-flex;
    margin: 0 0.5em 0 0;
}
.popup-contact-form .ginput_container.ginput_container_consent{
    display:flex;
    align-items: center;
}
.review-section .wpb_single_image img{
    width:55%;
    margin: 0 auto;
}
.popup-contact-form .gform_wrapper.gf_browser_chrome .gform_body{
    width:100%;
}
.entry ul li ul li , .entry ol li ul li {
    font-size: 1em;
}
.popup-contact-form .gform_wrapper li.gfield.gfield_error{
    background: transparent !important;
}


/* changes */

/* testinomial slider */
.wpex-carousel .owl-prev, .wpex-carousel .owl-next {
    margin-top: 20px;
    display: block;
    height: 30px;
    line-height: 22px;
    width: 30px;
    font-size: 11px;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: 0;
    float: left;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    transition: 0.15s all ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.wpex-carousel .owl-prev, .wpex-carousel .owl-next {
    background:#e67315;
    color: #fff;
}
.wpex-carousel .owl-prev:hover,.wpex-carousel .owl-next:hover{
    background: #fff;
    color:#e67315;
}
.testimonial-page .wpex-carousel .owl-prev,.testimonial-page .wpex-carousel .owl-next{
    border:1px solid transparent;
}
.testimonial-page .wpex-carousel .owl-prev:hover,.testimonial-page .wpex-carousel .owl-next:hover{
    background: #fff;
    color:#e67315;
    border:1px solid #e67315;
}
html body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab > a::after {
    margin-top:0;
}
.our-testimonial .testimonial-entry-thumb img {
    width: 10em;
    height: 10em;
}

.contact-section-row .vc_column_container>.vc_column-inner, .our-testimonial .vc_column_container>.vc_column-inner, .recent-blog .vc_column_container>.vc_column-inner {
    padding: 0;
}

#sidebar .widget_nav_menu .parent>a:after, .widget_nav_menu_accordion .widget_nav_menu .parent>a:after {
    color: #002b49;
}
.heading-3{
    margin: 0;
    font-size: 1.5em;
    padding-bottom: 0.5em;
}
.single-post .vc_column-inner{
    margin-bottom: 0;
}
body.single-post .vcex-heading{
    font-size: 1.6em;
}
.fa-yelp:after{
    content:"";
    width: 1em;
    height: 1.5em;
    background-image: url(../images/lawyers.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate(-50%, -50%);
}
.fa-yelp:before{
    display: none;
}
span.fa-yelp{
    position: relative;
}

.floatnonerow, .single-blog-content #post-media + .vc_row:nth-child(2) .vc_column_container {
    float: none !important;
}

.single .main-header .page-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}
.single .main-header .page-header-inner .page-header-title {
    flex-basis: 50%;
}
.single .main-header .page-header-inner .site-breadcrumbs {
    position: static;
    flex-basis: 80%;
    text-align: right;
    line-height: inherit;
    height: auto;
    margin: 0;
}