/* @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=block);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&display=block); */
@font-face {
    font-family: 'Proxima Nova Rg';
    src: local('fonts/Proxima Nova Regular'), local('ProximaNova-Regular'), url(fonts/hinted-ProximaNova-Regular.woff2) format('truetype'), url(fonts/hinted-ProximaNova-Regular.woff) format('truetype'), url(fonts/hinted-ProximaNova-Regular.ttf) format('truetype'), url(fonts/hinted-ProximaNova-Regular.svg#ProximaNova-Regular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Alt Rg';
    src: local('fonts/Proxima Nova Alt Bold'), local('ProximaNovaA-Bold'), url(fonts/hinted-ProximaNovaA-Bold.ttf) format('truetype'), url(fonts/hinted-ProximaNovaA-Bold.woff2) format('truetype'), url(fonts/hinted-ProximaNovaA-Bold.woff) format('truetype'), url(fonts/hinted-ProximaNovaA-Bold.svg#ProximaNovaA-Bold) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local(''),
       url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local(''),
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local(''),
       url('fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local(''),
       url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    position: relative;
    color: #393939;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 30px
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

ol li {
    margin-bottom: 15px
}

a:focus,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: auto;
}

.btn.focus,
.btn:focus,
.form-control:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    border: none;
    box-shadow: none
}

input,
optgroup,
select,
textarea {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 5px 10px;
    margin-bottom: 0;
    resize: none;
    height: 50px
}

img {
    max-width: 100%
}

body.hidden {
    overflow: hidden
}

.container {
    max-width: 1240px !important
}

.review-schema-wrapper,
.video-schema {
    border: solid 1px #ddd;
    margin-top: 1.5em
}

.review-schema-wrapper {
    margin-bottom: 1.5em
}

.video-schema {
    margin-bottom: 1.5em
}

.padding-main {
    padding: 75px 0
}

.ratingValuemain {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle
}

::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px
}

:-ms-input-placeholder {
    color: #fff;
    font-size: 13px
}

::placeholder {
    color: #fff;
    font-size: 13px
}

.wpcf7-form-control-wrap {
    position: relative;
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px
}

.contact-form .wpcf7 .wpcf7-not-valid-tip {
    color: red;
    font-weight: 400;
    display: block;
    position: absolute;
    bottom: -5px;
    right: 0;
    font-size: 13px;
    background-color: transparent;
    padding: 0
}

.contactusform .wpcf7 .wpcf7-not-valid-tip {
    color: red;
    font-weight: 400;
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 13px;
    background-color: #fff;
    padding: 4px 5px;
    line-height: normal
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 1px solid red;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    line-height: normal;
    color: red
}

.contactus .prefooter div.wpcf7-acceptance-missing,
.contactus .prefooter div.wpcf7-validation-errors {
    border: 1px solid #fff;
    color: red;
    background-color: #fff
}

.faqpage div.wpcf7-acceptance-missing,
.faqpage div.wpcf7-validation-errors {
    border: 1px solid red;
    padding: 5px;
    text-align: center;
    font-size: 11px;
    line-height: normal;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto
}

div.wpcf7 .ajax-loader {
    display: none
}

#header {
    position: fixed;
    width: 100%;
    padding: 0;
    top: 0;
    z-index: 9999;
}

.single-attorney #header {
    background-color: #000
}

#logo {
    display: flex;
    align-items: center
}

.logo-main {
    display: flex;
    align-items: center;
    height: 100%
}

.logo-main a img {
    width: 100%;
    height: auto;
}

.sticky #header {
    background-color: rgba(106, 61, 48, .99)
}

#mainNav {
    text-align: right;
    display: inline-block;
    float: right;
    position: relative;
    right: 70px
}

#mainNav li {
    position: relative;
    display: inline-block;
    /*padding: 0 20px 0 15px*/
	 margin: 0;
	 padding: 0
}

#mainNav li:first-child {
    margin-left: 0
}

#mainNav li a {
    display: inline-block;
    padding: 10px 15px 10px;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize
}

.topmenu>ul>li.menu-item-has-children > a:after {
    content: "\f107";
    position: absolute;
    right: 3px;
    top: 51%;
    transform: translateY(-50%);
    font-size: .8em;
    font-family: FontAwesome;
    font-weight: 700;
    color: #fff
}

.topmenu {
    float: left;
    width: 100%;
    margin-top: 5px
}

#mainNav li.faqmenu>a {
    text-transform: none
}

#mainNav li:first-child {
    margin-left: 0
}

#mainNav .current_page_item a,
.menu-item-has-children.current_page_ancestor {
    color: #fff !important;
    background-color: transparent
}

#mainNav li:hover,
#mainNav li.active {
    background-color: #692f21
}

#mainNav .current_page_item:before,
.current_page_ancestor:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff
}

#mainNav .current_page_ancestor:hover:before,
#mainNav .current_page_item:hover:before,
#mainNav .current_page_ancestor.active:before,
#mainNav .current_page_item.active:before {
    background-color: transparent
}

.sub-menu .current_page_item:after,
.sub-menu .current_page_item:before,
.sub-menu li:hover:after,
.sub-menu li:hover:before,
.sub-menu li.active:after,
.sub-menu li.active:before {
    display: none
}

.topmenu>ul>li.menu-item-has-children>a:before {
    content: "\f107";
    position: absolute;
    right: -10px;
    top: 52%;
    transform: translateY(-50%);
    font-size: .8em;
    font-family: FontAwesome;
    font-weight: 700;
    color: #000;
    display: none
}

#header .social-link a {
    display: inline-block;
    margin: 0 0 0 15px;
    color: #000;
    font-size: 1em;
    display: inline
}

.search-icon {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    background-image: url(img/searchbg.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.search-icon .fa-search:before {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.phone-icon {
    position: absolute;
    right: 55px;
    background-color: transparent;
    height: 100%;
    width: 55px;
    text-align: center
}

.phone-icon .phone-link {
    max-width: 25px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #fff;
    height: 25px
}

.phone-icon .phone-link .fa {
    font-size: 32px;
    color: #fff
}

.free {
    display: inline-block;
    align-items: center;
    color: #fff;
    font-size: .8em;
    padding: .5em;
    position: absolute;
    right: 0;
    z-index: 99;
    height: 100%;
    width: auto
}

.freecase {
    text-align: right;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 0 0
}

.freecase .social-link {
    display: inline-block;
    margin-right: 20px
}

.freecase .social-link .fa {
    color: #fff;
    font-size: 26px
}

.freecase span {
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #fff
}

.freecase .phone-header {
    font-weight: 900;
    color: #fff;
    margin-left: 25px;
    font-size: 20px;
    background-image: url(img/phone-icon1.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 30px;
    font-family: Roboto, sans-serif
}

.search-form-outer {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background-color: #512e26;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0)
}

#SiteSearchs {
    padding: 0;
    border: none;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 999;
    height: 50px;
    width: 50px;
    background-color: transparent;
    cursor: pointer
}

.search-input-box .form-control:focus {
    color: #fff
}

input .search:focus,
input.search {
    color: #fff
}

input.search::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 13px
}

input.search:-ms-input-placeholder {
    color: #fff;
    font-size: 13px
}

input.search::-ms-input-placeholder {
    color: #fff;
    font-size: 13px
}

.search-form-outer span.closebtn {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
    z-index: 999
}

.search-icon-form {
    background-color: #512e26;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0
}

.search-icon-form:after {
    content: "\f002";
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    font-family: FontAwesome;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 50px;
    left: 0
}

.searchform {
    position: absolute;
    top: 0;
    transform: translateY(0);
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100vh
}

.search-form-outer .d-flex.align-items-center {
    position: absolute;
    top: 50%;
    height: auto;
    width: 100%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.search-input-box {
    width: 100%
}

.search-input-box .search {
    border-radius: 0;
    background-color: transparent;
    height: 55px;
    border: none;
    border-bottom: solid 1px #fff;
    margin: 0;
    font-size: 16px;
    padding: 5px 50px 5px 5px;
    font-family: Roboto, sans-serif
}

.sub-menu {
    opacity: 0;
    z-index: -1;
    background: rgba(111, 63, 51, .99);
    min-width: 13em;
    text-align: left;
    position: absolute;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    display: none;
    margin-left: 0;
    left: 0;
    top: 50px
}

.topmenu>ul>li.menu-item-has-children:hover .sub-menu,
.topmenu>ul>li.menu-item-has-children.active .sub-menu {
    opacity: 1;
    z-index: 99;
    display: inline-block
}

#mainNav .sub-menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0
}

#mainNav .sub-menu li a {
    color: #fff !important;
    font-size: 15px;
    padding: 1px 23px;
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    line-height: 25px
}

#mainNav .sub-menu li a:hover,
#mainNav .sub-menu li a:focus,
#mainNav .sub-menu li.current-menu-item,
#mainNav .sub-menu li.current_page_item a {
    background: #692f21;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s
}

#mainNav .sub-menu li:last-child a {
    border-bottom: solid 1px transparent
}

.banner-home {
    height: 600px;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.banner-left-img {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 50%;
    background-size: cover;
    height: 75%;
    background-position: top center
}

.banner-full {
    position: absolute;
    right: 0;
    text-align: left;
    width: 50%;
    color: #fff;
    top: calc(50% + 50px);
    transform: translateY(-50%)
}

.home-banner-subheading {
    font-size: 2.5em;
    line-height: normal;
    color: #fff;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: 800;
    margin: 12px 0 20px
}

.home-banner-heading {
    line-height: normal;
    font-weight: 400;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 3.4em;
    margin: 0 0 20px;
    max-width: 600px;
    width: 100%
}

.home-banner-heading span {
    position: relative;
    font-size: 1.2em;
    display: block;
    font-weight: 700
}

.bannercontent {
    font-size: 1em;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.5
}

a.btn-main {
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    background-color: #6f3f33;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 1.05em;
    line-height: 26px;
    color: #fff;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: 700;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

.btn-main:hover,
.btn-main:focus {
    background-color: #000
}

.inner-banner {
    height: 50vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.inner-banner .container {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0
}

.inner-banner .container .banner-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Proxima Nova Alt Rg';
    font-size: 3em
}

.page-template-faq .inner-banner .container .banner-title {
    text-transform: none
}

.three-box {
    background: -moz-radial-gradient(center, ellipse cover, #112f4b 0, #163a5c 50%, #112f4b 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #112f4b 0, #163a5c 50%, #112f4b 100%);
    background: radial-gradient(ellipse at center, #112f4b 0, #163a5c 50%, #112f4b 100%);
    flex-wrap: wrap;
    color: #fff;
    width: calc(50% - 2px);
    margin: 0 auto;
    display: flex;
    z-index: 9;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0
}

.three-box .item-box {
    display: flex;
    text-align: center;
    padding: 2.5em .5em;
    align-items: center;
    justify-content: center;
    color: #fff;
    max-width: 50%;
    width: 100%;
    flex: calc(50% - 1px);
    background: #112f4b
}

.three-box .item-box.item1 {
    border-right: solid 1px #183e63
}

.three-box .item-box.item2 {
    border-left: solid 1px #183e63
}

.item-box-inner img {
    width: 50px;
    height: auto;
}

.three-box .item-box .item-title {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600
}

.personalInjury-block {
    padding: 120px 0 75px;
    background-repeat: no-repeat;
    background-size: 330px;
    background-position: 0 15px;
    background-color: #fff;
    position: relative
}

.personalInjury-block:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 41px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat;
    background-position: -5px 50%
}

.page-title {
    font-size: 2.5em;
    line-height: normal;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0
}

.page-title span {
    font-weight: 600
}

.subheading span {
    background-color: #ededed;
    display: inline-block;
    padding: 2px 15px;
    margin: 1.5em 0;
    font-weight: 300;
    font-size: 15px;
    position: relative;
    z-index: 1
}

.personal-cont {
    color: #393939;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.9
}

.subheading {
    position: relative
}

.subheading:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #ededed;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 35%
}

.subheading:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #ededed;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 35%
}

.consultation {
    padding: 15px;
    max-width: 70%;
    margin: 0 auto;
    border: solid 1px #173d62;
    margin-top: 1.5em;
    position: relative;
    font-size: 2em;
    color: #000;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-align: center
}

.consultation span {
    position: absolute;
    background-color: #e7eaef;
    color: #173f62;
    font-weight: 700;
    padding: 5px;
    left: 0;
    right: 0;
    width: 65%;
    margin: 0 auto;
    bottom: -25px;
    font-size: 1.25em;
    height: 50px
}

.personalInjury-block .btn-arrow {
    margin-top: 30px
}

.btn-arrow a {
    color: #6b3d30;
    font-size: 16px;
    font-weight: 500
}

#clientreview .btn-arrow a {
    color: #fff
}

#clientreview .btn-arrow a:hover,
#clientreview .btn-arrow a:focus {
    color: #ebaf1d
}

.btn-arrow a span {
    background-color: #6a3d30;
    padding: 5px 10px;
    color: #fff;
    margin-left: 10px
}

#clientreview .btn-arrow a span {
    background-color: #fff;
    color: #6a3d30
}

#clientreview .btn-arrow a:hover span,
#clientreview .btn-arrow a:focus span {
    background-color: #ebaf1d;
    color: #fff
}

.practice_areas-block {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #fff
}

.practice_areas-block .container-fluid {
    max-width: 1920px
}

.workingwith .container-fluid {
    max-width: 1600px
}

.practicesimg {
    position: relative
}

.practicesimg img {
    width: 100%;
    height: auto;
}

.practicesimg:after {
    content: "";
    position: absolute;
    right: -25px;
    height: 60%;
    bottom: 0;
    background-color: #2c5b87;
    width: 90px
}

.practicesimg:before {
    content: "";
    position: absolute;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 175px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat
}

.practice-item-main {
    display: flex;
    flex-wrap: wrap
}

.practice_areas-block .practice-item {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    display: flex;
    flex: 0 0 50%;
    margin: .5em auto 0;
    padding: .5em 1em;
    align-items: center;
    border: solid 1px transparent;
    cursor: pointer;
    max-width: 50%
}

.caseresultdesc {
    font-size: 16px;
    line-height: 1.5
}

.caseresultdesc ul li {
    line-height: 1.9
}

.practice-item:hover,
.practice-item:focus {
    background-color: #fff;
    border: solid 1px #6b3d31;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

.right-arreow {
    opacity: 0
}

.practice-item:hover .right-arreow,
.practice-item:focus .right-arreow {
    opacity: 1
}

.practice-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    border: solid 10px transparent
}

.practice-icon:after {
    content: '';
    border: 1px solid #ddd;
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    top: -10px;
    left: -10px;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

.practice-icon .dflex {
    width: 80px;
    height: 80px;
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

.practice-icon .dflex path {
    fill: #6b3d31
}

.practice_areas-block .practice-item-desc {
    width: calc(100% - 100px)
}

.practice-item:hover .practice-icon .dflex,
.practice-item:hover .practice-icon:after,
.practice-item:focus .practice-icon .dflex,
.practice-item:focus .practice-icon:after {
    box-shadow: none;
    border: none
}

.practice-icon img {
    margin: 0 auto;
    display: flex;
    height: auto;
}

.pra-title {
    font-size: 18px;
    color: #6b3d31 !important;
    font-family: Roboto, sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.4;
    margin-top: 10px
}

.practice-item-desc p {
    letter-spacing: 0;
    line-height: 1.5;
    color: #393939;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 0
}

.injuredcall-block {
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative
}

.injuredcall-block:after {
    content: "";
    position: absolute;
    right: 0;
    height: 200px;
    top: -100px;
    width: 35px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat
}

.injuredcall-block .page-title a {
    color: #693d30 !important;
    font-size: 36px !important
}

.injuredimg {
    position: relative;
    margin-left: 5em
}

.injuredimg img {
    max-width: 100%;
    height: auto
}

.injuredimg:before {
    content: "";
    position: absolute;
    left: -35px;
    height: 80%;
    top: 10%;
    background-color: #2c5b87;
    width: 35px
}

.subheading-left {
    position: relative
}

.subheading-left span {
    background-color: #ededed;
    display: inline-block;
    padding: 2px 15px;
    margin: 1.5em 0;
    font-weight: 300;
    font-size: 15px;
    margin-right: 25px;
    width: auto
}

.practice_areas-block .subheading-left span:after {
    z-index: 1;
    left: 32%
}

.subheading-left span:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e1e1e1;
    top: 50%;
    left: 24%;
    width: 50%;
    z-index: -1
}

.personalInjury-block .subheading-left span:after {
    z-index: 1;
    left: 25%;
    width: 70%
}

.injuredcall-block .subheading-left span {
    width: 40%
}

.injuredcall-block .subheading-left span:after {
    left: 42%;
    width: 50%
}

.latest-blog .subheading-left span {
    width: 55%
}

.latest-blog .subheading-left span:after {
    left: 58%;
    width: 40%
}

.calltoaction {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center
}

.calltoaction .container {
    max-width: 1920px !important;
    width: calc(100% - 4.2em)
}

.calltoaction .page-title span {
    color: #fff;
    font-size: .8em;
    text-transform: capitalize;
    line-height: normal;
    font-family: 'Proxima Nova Alt Rg'
}

.calltoaction p {
    margin: 0 0 0
}

.clicktocall {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    font-family: Roboto, sans-serif;
    letter-spacing: -1px
}

.clicktocall:hover,
.clicktocall:focus {
    color: #b49990
}

.latest-blog {
    background-repeat: no-repeat;
    background-position: top left;
    position: relative
}

.latest-blog:after {
    content: "";
    position: absolute;
    right: 0;
    height: 200px;
    top: 7px;
    width: 55px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat
}

#blogpost {
    padding-right: 100px
}

#blogpost .item-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    margin: 5px
}

#blogpost .owl-nav {
    position: absolute;
    right: 0;
    top: 50%
}

#blogpost .owl-prev {
    display: none;
    background-color: transparent;
    background-size: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/arrow-left2.png) !important
}

#blogpost .owl-next {
    right: 24px;
    font-size: 0;
    background-color: transparent;
    background-size: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/arrow-right2.png) !important
}

.post-bg {
    padding-top: 215px;
    background-position: 0 0 !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-bottom: solid 1px #ededed
}

.testimonial-content {
    font-size: 16px;
    padding: 15px;
    background-color: #fff;
    height: 260px;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

#reviewslider .testimonial-content p {
    margin-bottom: 0
}

.testimonial-content .h4 {
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: 600
}

#blogpost a {
    color: #393939
}

.post-thum.no-img {
    padding-top: 215px;
    position: relative;
    border-bottom: solid 1px #eee;
    background-color: #2c5b87;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center
}

#clientreview {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

#clientreview .subheading:after,
#clientreview .subheading:before {
    background-color: #54433d
}

#clientreview .owl-theme .owl-nav [class*=owl-] {
    color: transparent;
    font-size: 0;
    margin: 0;
    padding: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0
}

.owl-carousel .owl-nav .owl-next {
    background-image: url(img/arrow-right.png) !important;
    background-repeat: no-repeat;
    width: 45px;
    height: 44px;
    display: inline-block;
    position: absolute;
    right: -65px;
    top: 50%;
    margin-top: -31px !important
}

.owl-carousel .owl-nav .owl-prev {
    background-image: url(img/arrow-left.png) !important;
    background-repeat: no-repeat;
    width: 45px;
    height: 44px;
    display: inline-block;
    position: absolute;
    left: -65px;
    top: 50%;
    margin-top: -31px !important
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-prev:focus {
    opacity: .5
}

#clientreview .page-title {
    color: #fff
}

#clientreview .subheading {
    color: #000
}

#clientreview .personal-cont {
    color: #fff
}

.itemtext-left {
    font-size: .9em;
    letter-spacing: 0;
    color: #393939;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.itemtext-left .h4 {
    font-size: 1.2em;
    line-height: 29px;
    color: #6b3d31;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 10px
}

#reviewslider .owl-stage>div {
    position: relative
}

#reviewslider .owl-stage>div:nth-child(odd) {
    text-align: right
}

#reviewslider .owl-stage .clientrating {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 1.5em
}

#clientreview .testimonial-content {
    height: 215px;
    padding: 1.5em;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

.quotations p {
    position: relative;
    display: inline
}

.quotations em.fa.fa-quote-left {
    margin-right: 5px
}

.quotations em.fa.fa-quote-right {
    margin-left: 5px
}

.clientname .name {
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: 1.5;
    color: #173e62;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-right: 15px
}

.clientname span.fa {
    color: #ebaf1d
}

.clientname {
    position: absolute;
    bottom: 25px
}

#clientreview .testimonial-content:hover,
#clientreview .testimonial-content:focus {
    color: #fff
}

#clientreview .testimonial-content:hover .clientname .name,
#clientreview .testimonial-content:hover .h4,
#clientreview .testimonial-content:focus .clientname .name,
#clientreview .testimonial-content:focus .h4 {
    color: #fff
}

#caseresult {
    margin-top: 1em
}

div#casereview {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed
}

div#casereview:before {
    content: "";
    position: absolute;
    left: 0;
    height: 200px;
    top: 0;
    width: 35px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat
}

#casereview .page-title span {
    display: block
}

#casereview .practice-item {
    padding: 1em;
    border: solid 1px transparent
}

#casereview .practice-item .caseamount {
    margin-bottom: 5px;
    font-size: 36px;
    color: #6b3d31;
    font-family: Roboto, sans-serif;
    font-weight: 800
}

#casereview .practice-item .practice-item-desc p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    color: #393939;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: inline
}

#casereview .practice-item:hover,
#casereview .practice-item.active {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border: solid 1px #6b3d31
}

#casereview .practice-item:hover .practice-item-desc p,
#casereview .practice-item.active .practice-item-desc p {
    color: #000
}

.addresswrap {
    background-color: #f6f6f6;
    margin: 0
}

.prefooter input,
.prefooter select,
.prefooter textarea {
    max-width: 100%;
    border: none;
    border-bottom: solid 1px #ddd;
    width: 100%;
    padding: 10px 0px;
    font-size: 13px;
    resize: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #717171;
    background-color: transparent
}

.prefooter select,
.sidebar-form select {
    background-color: transparent;
    padding-left: 5px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none
}

.prefooter select span,
.sidebar-form select span {
    position: relative
}

.prefooter .menu-439:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    right: 0;
    top: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.sidebar-form .menu-439:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    right: 0;
    top: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.contactus .prefooter #wpcf7-f356-o1 .menu-439:after {
    border-top: 5px solid #fff;
    display: none
}

.contactus .prefooter #wpcf7-f356-o1 select {
    -webkit-appearance: auto;
    -ms-appearance: auto;
    -moz-appearance: auto
}

.prefooter textarea {
    height: 120px
}

.prefooter select option {
    color: #717171
}

.prefooter .wpcf7-submit {
    background-color: #6f3f33;
    color: #fff;
    width: 175px;
    margin: 10px 0 0;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer
}

.blog-sidebar .contactusform [type=submit]:hover,
.prefooter .wpcf7-submit:hover,
.blog-sidebar .contactusform [type=submit]:focus,
.prefooter .wpcf7-submit:focus {
    background-color: #922f16
}

.prefooter ::-webkit-input-placeholder {
    color: #717171;
    opacity: 1
}

.prefooter ::-moz-placeholder {
    color: #717171;
    opacity: 1
}

.prefooter :-ms-input-placeholder {
    color: #717171;
    opacity: 1
}

.prefooter :-moz-placeholder {
    opacity: 1;
    color: #717171
}

.prefooter {
    position: relative;
    overflow: hidden;
    padding: 0 0 60px 0
}

.prefooter .container-fluid {
    max-width: 1920px
}

.prefooter div.wpcf7-acceptance-missing,
.prefooter div.wpcf7-validation-errors {
    position: absolute;
    right: 20px;
    bottom: 0;
    margin: 0;
    left: 230px
}

.contactus .prefooter div.wpcf7-acceptance-missing,
.contactus .prefooter div.wpcf7-validation-errors,
.error404 .prefooter div.wpcf7-acceptance-missing,
.error404 .prefooter div.wpcf7-validation-errors {
    bottom: 7px
}

.sidebar-form div.wpcf7-acceptance-missing,
.sidebar-form div.wpcf7-validation-errors {
    position: absolute;
    font-size: 11px;
    margin: 10px auto 0;
    padding: 5px;
    left: 15px;
    right: 15px;
    width: 90%
}

.prefooter:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 35px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat;
    background-position: -10px 50%
}

.contactus .prefooter:after,
.error404 .prefooter:after,
.faqpage .prefooter:after {
    display: none
}

.prefooter .contact-form {
    padding: 70px 3em 70px 2em;
    position: relative
}

.faqpage .prefooter .contact-form {
    padding: 15px 15px 45px
}

.faqpage .prefooter .wpcf7-submit {
    float: none;
    margin: 0 auto
}

.addresswrap {
    background-color: #f6f6f6;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    padding: 70px 2em 70px 2.5em;
    -webkit-box-shadow: inset 20px 0 10px 0 rgba(232, 232, 232, .9);
    -moz-box-shadow: inset 20px 0 10px 0 rgba(232, 232, 232, .9);
    box-shadow: inset 20px 0 10px 0 rgba(232, 232, 232, .9)
}

.map.col-12 {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    bottom: -7px;
    top: 45%;
    height: 55%;
    overflow: hidden
}

.addresswrap .borderright2 .phone-number,
.addresswrap .borderright3:after {
    display: none
}

a.phone-number {
    font-size: 1em;
    font-weight: 800;
    color: #000;
    display: inline-block;
    background-image: url(img/phone02.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: left center
}

.addresswrap .borderright1 a.phone-number {
    margin-left: -35px !important;
    margin-top: 20px !important
}

.prefooter .workinghr {
    background-image: url(img/time01.png);
    letter-spacing: 0;
    line-height: 27px;
    color: #393939;
    font-family: Roboto;
    font-weight: 400
}

.prefooter .streetAddress {
    background-image: url(img/location01.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: top left;
    display: inline-block;
    margin-bottom: 25px;
    letter-spacing: 0;
    line-height: 27px;
    color: #393939;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.prefooter .streetAddress .direction-link {
    color: #000;
    text-decoration: underline
}

.prefooter .streetAddress .direction-link:hover,
.prefooter .streetAddress .direction-link:focus {
    color: #6f3f33
}

.reachus {
    font-size: 1.5em;
    line-height: 28px;
    color: #000;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

.addresswrap .address-wrap {
    margin-right: 15px;
    position: relative;
    padding-right: 15px
}

.addresswrap .address-wrap:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    background-color: #dfdfdf;
    top: 50%;
    right: 0;
    z-index: 4;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.workingwith {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.working-item {
    padding: 65px 0 65px
}

.workingitemInner {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    display: flex;
    padding: 15px 15px 15px 35px;
    border: solid 2px transparent;
    border-left: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer
}

.workingitemInner:hover,
.workingitemInner:focus {
    background-color: #fff;
    border: solid 2px #2d5b84;
    border-left: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 5px rgba(255, 255, 255, .4)
}

.workingitemInner:hover .working-item-desc p,
.workingitemInner:focus .working-item-desc p {
    color: rgba(0, 0, 0, .8)
}

.workingitemInner:hover .main-icon,
.workingitemInner:focus .main-icon {
    display: none
}

.workingitemInner:hover .hover-icon,
.workingitemInner:focus .hover-icon {
    display: block
}

.workingwithimg {
    background-size: cover;
    background-position: top center;
    position: relative
}

.haines-logo {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%
}

.haines-logo .page-title {
    color: #fff;
    font-size: 2.5em
}

.hover-icon {
    display: none
}

.working-icon .dflex img {
    width: 55px
}

.working-icon {
    margin-right: 15px
}

.working-icon .dflex {
    width: 60px;
    margin-right: 0;
    display: inline-block
}

.working-item-desc p {
    color: #fff;
    font-size: 15px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px
}

.working-item-desc-inner p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.5
}

.working-item-desc .pra-title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: normal;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 10px
}

.workingitemInner:hover .working-item-desc .pra-title,
.workingitemInner:focus .working-item-desc .pra-title {
    color: #173e62 !important
}

.attorney-detail,
.blog-detail,
.blog-list,
.caseresult,
.review,
.static-page,
.team {
    background-image: url(img/right-pattern.png);
    background-repeat: no-repeat;
    background-position: right bottom
}

#caseresult .owl-dots {
    position: absolute;
    left: -100px;
    width: 140px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 20px;
    margin: auto;
    bottom: 0;
    top: 0
}

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 7px;
    background: #e0d4d4
}

#caseresult .owl-dot.active span,
#caseresult .owl-dot.active span:hover span {
    background-image: url(img/dotactive.png);
    background-repeat: no-repeat
}

.blog-detail,
.blog-list,
.static-page {
    position: relative
}

.blog-detail:after,
.blog-list:after,
.contactus:after,
.faqpage:after,
.static-page:after {
    content: "";
    position: absolute;
    right: 0;
    height: 175px;
    top: 80px;
    width: 35px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat
}

.blog-detail:before,
.blog-list:before,
.faqpage:before,
.static-page:before {
    content: "";
    position: absolute;
    left: 0;
    height: 175px;
    bottom: 10%;
    width: 35px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat
}

.faqpage:before {
    top: 40%
}

.blog-list:before {
    bottom: 0
}

.card-block {
    border: solid 1px #6f3f33;
    padding: 2.5em 1.5em 1.5em 1.5em;
    border-bottom: solid 5px #6f3f33;
    max-width: 90%;
    margin: 0 auto;
    height: 100%
}

.bottommargin {
    margin-bottom: 3.5em
}

.card-block p {
    margin-bottom: 0;
    line-height: 1.9;
    font-size: 1em;
    font-weight: 400
}

.caseresult h3.subtitle {
    font-weight: 300;
    font-size: 1.3em;
    text-transform: uppercase
}

button.elm-button {
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    background-color: #693d30;
    border: none;
    padding: 10px 15px;
    position: relative;
    width: 175px;
    cursor: pointer;
    height: 50px
}

.caseresult .caseamount {
    position: absolute;
    left: 0;
    text-align: left;
    width: 100%;
    top: -32px;
    height: 50px
}

.caseresult .caseamount span {
    background-image: url(img/casebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 5px 50px;
    color: #fff;
    font-weight: 900;
    font-size: 1.5em;
    font-family: 'Proxima Nova Alt Rg';
    height: 100%;
    line-height: 40px
}

.elm-button:active,
.elm-button:focus,
.elm-button:hover {
    background-color: #693d30
}

.review .reviewblockmain>div:nth-child(even) {
    text-align: right
}

.reviewblockmain .col-md-6 {
    margin-top: 70px;
    margin-bottom: 140px
}

.reviewblockmain .subtitle {
    font-size: 1.2em;
    line-height: 29px;
    color: #6b3d31;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 15px
}

.review-block {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 31px;
    color: #393939;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding: 2em 3em;
    position: relative;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    cursor: pointer
}

.clientrating span.name {
    display: inline-block;
    float: left;
    color: #393939;
    font-weight: 500
}

.stars {
    display: inline-block;
    color: #6f3f33;
    float: right
}

.clientrating {
    float: left;
    width: 100%;
    padding-bottom: 25px
}

.review .reviewblockmain>div:nth-child(even):after {
    content: "";
    position: absolute;
    top: -60px;
    bottom: 0;
    width: 60%;
    border: solid 1px #6f3f33;
    right: -40px;
    z-index: 1;
    height: calc(100% + 120px)
}

.review .reviewblockmain>div:nth-child(odd):before {
    content: "";
    position: absolute;
    top: -60px;
    bottom: 0;
    width: 60%;
    border: solid 1px #6f3f33;
    left: -40px;
    z-index: 1;
    height: calc(100% + 120px)
}

.review .reviewblockmain>div:nth-child(even) .review-block .quote {
    background-image: url(img/quote.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    top: -100px;
    border-radius: 50%;
    right: 20px;
    z-index: 99;
    border: solid 1px #6f3f33
}

.review .reviewblockmain>div:nth-child(odd) .review-block .quote {
    background-image: url(img/quote.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    top: -100px;
    border-radius: 50%;
    left: 20px;
    z-index: 99;
    border: solid 1px #6f3f33
}

.review-block:hover,
.review-block.active {
    background-color: #6a3d30;
    color: #fff
}

.review-block:hover .subtitle,
.review-block.active .subtitle {
    color: #fff !important
}

.review-block:hover .clientrating .stars,
.review-block:hover .clientrating span.name,
.review-block.active .clientrating .stars,
.review-block.active .clientrating span.name {
    color: #fff
}

.faqpage {
    position: relative
}

.faqpage .reviewblockmain .col-sm-12 {
    margin: 0 0 35px
}

.faqpage .review-block {
    padding: 0
}

.faqpage .review-block .question {
    padding: 10px 10px 10px 60px;
    color: #6b3d31;
    position: relative;
    border-bottom: solid 1px #e7e7e8;
    margin: 0;
    font-size: 1.1em;
    line-height: normal;
    font-family: Roboto, sans-serif;
    font-weight: 600
}

.faqpage .review-block:hover .question,
.faqpage .review-block.active .question {
    color: #fff;
    border-bottom: solid 1px #714b42
}

.answer {
    padding: 15px 45px 20px 60px;
    line-height: 31px
}

.question span {
    background-color: #6a3d30;
    color: #fff;
    margin-right: 25px;
    width: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px
}

.faqpage .review-block:hover .question span,
.faqpage .review-block.active .question span {
    background-color: #fff;
    color: #6b3d31
}

.team-detail {
    font-size: .938em;
    letter-spacing: 1px;
    line-height: 30px;
    color: #000;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.team-content {
    padding-bottom: 5em
}

.tab-content {
    padding: 1.75em;
    background-color: #6a3d30;
    margin-top: 25px;
    color: #fff
}

.team-content .post-thum {
    padding-top: 100%;
    height: 480px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9
}

.team-content .post-main {
    position: relative
}

.team-content .post-330.post-thum:after {
    display: none
}

.team-content .post-main:before {
    content: "";
    position: absolute;
    right: -37px;
    height: 27%;
    bottom: -37px;
    width: 210px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat
}

.team-content-right {
    padding-left: 3.5em
}

.team-content-right p:last-child {
    margin-bottom: 0
}

.team-content-right .home-title,
.team-content-right .home-title span {
    color: #000
}

#nav-tab {
    background-color: #f5f5f5;
    border: none
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    display: inline-block;
    height: 70px;
    color: #393939;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    border-right: solid 5px #fff
}

.content-inner-tab p:last-child {
    margin-bottom: 0
}

.single-attorney .nav-tabs .nav-link span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    display: inline-block;
    transform: translateY(-50%)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #6b3d30;
    color: #fff;
    border-right: solid 5px #fff
}

.nav-tabs .nav-link span.count-child4 {
    border-right: solid 1px transparent
}

.content-inner-tab ul li {
    margin-bottom: 10px;
    padding-left: 0;
    position: relative
}

.content-inner-tab ul li:before {
    content: "\f101";
    position: relative;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 15px
}

.nav-tabs .nav-link.active .triangle-down,
.nav-tabs .nav-link:hover .triangle-down,
.nav-tabs .nav-link:focus .triangle-down {
    opacity: 1
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6a3d30;
    position: absolute;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    left: 0;
    right: 0;
    margin: 0 auto
}

.attorney-detail {
    position: relative;
    padding-top: 140px
}

.tabs-main {
    margin-top: 75px
}

.attorney-detail:before {
    content: "";
    position: absolute;
    left: 3px;
    height: 175px;
    bottom: 0;
    width: 35px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat
}

.attorney-detail:after {
    content: "";
    position: absolute;
    right: 0;
    height: 175px;
    top: 75px;
    width: 35px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat
}

.attorney-main {
    position: relative
}

.attorneyImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100% + 25px);
    position: absolute;
    top: -25px;
    width: 100%
}

.attorneyImg:after {
    content: "";
    position: absolute;
    right: -35px;
    height: 80%;
    top: 10%;
    background-color: #2c5b87;
    width: 35px
}

.about-attorney {
    padding: 70px 5em 70px 65px
}

.team-repeater {
    padding-top: 100%;
    height: 400px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.team-title {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    opacity: 1;
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    font-size: 1.5em;
    color: #fff;
    font-family: 'Proxima Nova Alt Rg';
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: rgba(111, 63, 51, .8)
}

.team-repeater:hover .team-title,
.team-repeater:focus .team-title {
    top: 0;
    opacity: 1;
    z-index: 9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.team-repeater:hover .vcenter,
.team-repeater:focus .vcenter {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.teamInner {
    background-image: url(img/hospin.png);
    background-repeat: no-repeat;
    background-position: 0 30px;
    position: relative
}

.attorney-main:after {
    content: "";
    position: absolute;
    right: 0;
    height: 175px;
    top: 80px;
    width: 35px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat
}

.teamInner:after {
    content: "";
    position: absolute;
    left: 0;
    height: 75px;
    top: 5px;
    width: 35px;
    background-image: url(img/Dot-Patt.png);
    background-repeat: no-repeat
}

.contactus {
    position: relative
}

.contactus .contactusform {
    background-image: url(img/contact-usbg.jpg);
    background: #692f21;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5em 5.5em 2.5em 2.5em;
    color: #fff
}

.contactus .rightsidbar {
    background-image: url(img/rightsidbarbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 5%;
    bottom: 5%;
    position: absolute;
    width: calc(100% + 2.5em);
    left: -2.5em;
    padding: 2.5em 0 2.5em;
    box-shadow: 0 0 25px rgba(111, 106, 104, .2)
}

.contactus .rightsidbar .rightsidbarInner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.aligntop {
    position: relative;
    top: -55px
}

.contactusform .prefooter input,
.contactusform .prefooter select,
.contactusform .prefooter textarea {
    max-width: 100%;
    border: none;
    border-bottom: solid 1px #ddd;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    resize: none;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0
}

.contactusform .prefooter select {
    font-size: 13px
}

.error404 .contactusform .prefooter select {
    color: #717171
}

.contactusform .prefooter .wpcf7-submit {
    background-color: #fff;
    color: #6f3f33;
    width: 175px;
    margin: 10px 0 0;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: solid 1px #6f3f33;
    cursor: pointer
}

.contactusform .prefooter .wpcf7-submit:hover,
.error404 .contactusform .prefooter .wpcf7-submit:hover,
.contactusform .prefooter .wpcf7-submit:focus,
.error404 .contactusform .prefooter .wpcf7-submit:focus {
    background-color: #000;
    color: #fff
}

.error404 .contactusform .prefooter .wpcf7-submit {
    background-color: #6f3f33;
    color: #fff
}

.page-template-template-contact .inner-banner .container {
    width: 69rem;
    bottom: 80px
}

.contactusform .page-title {
    color: #fff
}

.error404 .contactusform .page-title {
    color: #000
}

.contactus .contactusform ::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px
}

.contactus .contactusform :-ms-input-placeholder {
    color: #fff;
    font-size: 13px
}

.contactus .contactusform ::placeholder {
    color: #fff;
    font-size: 13px
}

.contactus .rightsidbar ul li {
    /* cursor: pointer; */
    padding: 1.5em 2.5em 1.5em 4.5em;
    line-height: 1.5;
    background-position: 29px 31px
}

/* .contactus .rightsidbar ul li:hover,
.contactus .rightsidbar ul li:focus {
    background-color: #874d3e;
    color: #fff
} */

.contactus .rightsidbar .page-title {
    margin-bottom: 5px
}

.worktime {
    background-image: url(img/time01.png);
    background-repeat: no-repeat;
    background-position: 45px 25px
}

/* .worktime:hover {
    background-image: url(img/ftime.png)
} */

.streetadd {
    background-image: url(img/location01.png);
    background-repeat: no-repeat;
    background-position: 30px 25px
}

/* .streetadd:hover {
    background-image: url(img/floc.png)
} */

li.phone-number {
    background-image: url(img/phone02.png);
    background-repeat: no-repeat;
    background-position: 45px 25px
}

/* li.phone-number:hover {
    background-image: url(img/phone-icon.png)
} */

/* .contactus .rightsidbar ul li:hover a {
    color: #fff
} */

li.phone-number a {
    font-weight: 700;
    color: #000;
    font-size: 1.5em;
    display: block
}

li.phone-number a:hover,
li.phone-number a:focus,
li.streetadd a:hover,
li.streetadd a:focus {
    text-decoration: underline;
}

li.streetadd a {
    font-weight: 700;
    color: #000;
    margin-top: 5px;
    display: inline-block;
}

.location-map.map {
    height: 415px
}

.phone-icon,
span.search-icon.mobile {
    display: none
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6,
.content-title {
    margin: 0 0 15px !important;
    line-height: normal;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.gray-box {
    background-color: #512e26;
    padding: 2em;
    color: #fff;
    margin-bottom: 1.5em
}

.gray-box .content-title {
    color: #fff
}

.gray-box strong {
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
    font-weight: 400;
    font-size: 1.2em
}

.gray-box ul li strong {
    margin-top: 0;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700
}

.blog-content ul li,
.gray-box ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.5
}

.blog-content ul li:before {
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin-right: 15px;
    left: 0;
    background-color: #512e26;
    top: 6px;
	vertical-align: middle;
}

.gray-box ul li:before {
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin-right: 15px;
    left: 0;
    background-color: #fff;
    top: 12px
}

.postlist {
    margin: 0 0 30px !important;
    border: solid 1px #e9e9e9
}

.postlist .post-thumbnail {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.post-thumbnail.no-img {
    background-color: #693d30;
    position: relative
}

.post-thumbnail.no-img .logoimg {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto
}

.blog-content p:last-child {
    margin-bottom: 0
}

.post-thum {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 85%
}

.page-template-default .post-thum,
.single .post-thum {
    padding-top: 60%
}

.page-template-static-template .post-thum,
.page-template-static-template-full-width .post-thum {
    padding-top: 40%;
    background-position: 0 0;
    max-width: 375px;
    float: left;
    width: 100%;
    margin-right: 15px
}

.post-thum.no-img {
    position: relative;
    border-bottom: solid 1px #eee
}

.post-thum.no-img .logoimg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center
}

.single-post .post-thum {
    padding-top: 380px;
    background-position: 0 0;
    width: 100%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    max-width: 400px;
    float: left;
    margin-right: 20px
}

.post-title {
    padding: 10px 10px 10px
}

.post-title a {
    font-size: 18px;
    line-height: normal;
    color: #000;
    font-weight: 600;
    font-family: 'Proxima Nova Alt Rg';
    text-transform: capitalize
}

.entry-content .btn-arrow a {
    color: #693d30;
    font-size: 15px
}

.btn-arrow a:hover,
.entry-content .btn-arrow a:hover,
.btn-arrow a:focus,
.entry-content .btn-arrow a:focus {
    color: #922f16
}

.btn-arrow a:hover span,
.entry-content .btn-arrow a:hover span,
.btn-arrow a:focus span,
.entry-content .btn-arrow a:focus span {
    background-color: #922f16
}

.elm-wrapper {
    margin: 0
}

.post-title .h3,
.post-title h3 {
    line-height: 26px
}

.post-title a.btn {
    font-size: .915em;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    background-color: #851b2c;
    border-radius: 0;
    padding: 2px 18px;
    border: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.post-title a.btn:hover,
.post-title a.btn:focus {
    background-color: #000
}

.blog-sidebar {
    padding-left: 3em
}

.blog-sidebar .box-shadow {
    padding: 2.5em 0 0;
    border: solid 1px #e9e9e9;
    background-color: #fff;
    position: relative;
    z-index: 9
}

.location-menu {
    margin-top: 3rem
}

.blog-sidebar .blogsearch.box-shadow {
    padding: 0
}

.blog-sidebar .title,
.practice-side .widget-title,
.search .sidebar-heading {
    color: #000;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 1em
}

.practice-side .widget-title {
    margin-bottom: 1em !important;
    padding: 0 25px 0;
    font-family: 'Proxima Nova Alt Rg';
    font-size: 22px
}

.search .most_postlist li a,
.widget-menu ul li a {
    display: block;
    border-bottom: solid 1px #e9e9e9;
    padding: 15px 25px;
    font-size: 17px;
    letter-spacing: 0;
    font-family: 'Proxima Nova Rg';
    line-height: 21px;
    color: #000;
    font-weight: 500;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    margin: 0
}

.search .most_postlist li:last-child a,
.widget-menu ul li:last-child a {
    border-bottom: none
}

.location-menu .current-menu-item,
.search .most_postlist li a:hover,
.widget-menu ul li a:hover,
.search .most_postlist li a:focus,
.widget-menu ul li a:focus,
.widget-menu ul li.activeChild a {
    background-color: #512e26;
    color: #fff
}

.location-menu .current-menu-item a {
    color: #fff !important
}

.blog-sidebar .contactusform [type=submit] {
    height: 50px;
    width: 100%;
    background-color: #512e26;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer
}

.sidebar-form input::-webkit-input-placeholder {
    font-size: 14px !important
}

.sidebar-form input::-moz-placeholder {
    font-size: 14px !important
}

.sidebar-form input:-ms-input-placeholder {
    font-size: 14px !important
}

.sidebar-form input:-moz-placeholder {
    font-size: 14px !important
}

.sidebar-form textarea::-webkit-input-placeholder {
    font-size: 14px !important
}

.sidebar-form textarea::-moz-placeholder {
    font-size: 14px !important
}

.sidebar-form textarea:-ms-input-placeholder {
    font-size: 14px !important
}

.sidebar-form textarea:-moz-placeholder {
    font-size: 14px !important
}

textarea .blog-sidebar .contactusform .form-banner {
    padding-left: 5px;
    height: 45px !important;
    border-bottom: solid 1px #ececec
}

.blog-sidebar .contactusform textarea.form-banner {
    height: 90px !important
}

.blog-sidebar .contactusform .wpcf7 .ajax-loader {
    display: none !important
}

.sidebar-form {
    position: relative;
    padding: 2.5em 25px 4em !important;
    margin-bottom: 3em
}

.sidebar-form input,
.sidebar-form select,
.sidebar-form textarea {
    border-bottom: solid 1px #e9e9e9;
    text-transform: uppercase;
    font-size: 14px
}

.single-title {
    border-bottom: solid 1px #e9e9e9;
    margin: 0 0 20px !important;
    padding-bottom: 25px
}

.blog-sidebar .contactusform textarea {
    height: 120px !important
}

.blog-sidebar .contactusform ::-webkit-input-placeholder {
    color: #000;
    font-size: 13px;
    text-transform: uppercase
}

.blog-sidebar .contactusform :-ms-input-placeholder {
    color: #000;
    font-size: 13px;
    text-transform: uppercase
}

.blog-sidebar .contactusform ::placeholder {
    color: #000;
    font-size: 13px;
    text-transform: uppercase
}

.blogsearch .form-control {
    border: solid 1px #ddd;
    border-radius: 0
}

.blogsearch {
    position: relative;
    z-index: 9
}

.blogsearch .input-group-btn .search-btn {
    margin: 0;
    font-size: 0;
    position: relative;
    z-index: 9;
    cursor: pointer
}

.blogsearch .input-group-btn {
    position: relative
}

.blogsearch .input-group-btn {
    position: relative;
    background-color: #512e26;
    width: 50px;
    height: 50px
}

.blogsearch .input-group-btn:after {
    content: "\f002";
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    font-family: FontAwesome;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 50px;
    left: 0
}

.sidebar-heading {
    letter-spacing: 0;
    color: #000;
    font-family: Roboto, sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    text-transform: capitalize
}

.most_postlist li a {
    font-size: .875em;
    letter-spacing: 0;
    line-height: 21px;
    color: #851b2c;
    font-family: Roboto, sans-serif;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600
}

.most_postlist li a span {
    font-size: .85em;
    letter-spacing: 0;
    line-height: normal;
    color: #a8a8a8;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: left;
    display: block
}

.blog-content {
    color: #393939;
    line-height: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.blog-content img {
    height: auto;
    float: right
}

.blog-content .size-full {
    margin-bottom: 25px
}

.thankyou a {
    font-size: 22px;
    font-weight: 900;
    background-color: #6f3f33;
    color: #fff;
    font-family: Roboto, sans-serif;
    padding: 10px 20px;
    display: inline-block
}

.clientreviews p {
    margin-bottom: 0
}

.term-icon {
    height: 62px;
    width: 62px;
    overflow: hidden;
    margin: 0 auto 10px
}

.term-icon svg {
    width: 62px;
    height: 62px
}

.term-icon svg path {
    fill: #393939
}

.faqtab .nav-tabs .nav-link {
    font-size: 18px;
    line-height: normal;
    color: #393939;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    border-radius: 0 !important;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -o-transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
    border-right: 0 !important;
    text-transform: capitalize;
    height: 150px
}

.faqtab .nav-tabs {
    border-bottom: none;
    background-color: #f2f2f2
}

.faqtab .triangle-down {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #6f3f33;
    position: absolute;
    bottom: -15px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    left: 0;
    right: 0;
    margin: 0 auto
}

.faqtab .nav-tabs .nav-link.active .triangle-down,
.faqtab .nav-tabs .nav-link:hover .triangle-down,
.faqtab .nav-tabs .nav-link:focus .triangle-down {
    opacity: 1
}

.faqtab .nav-tabs .nav-item.show .nav-link,
.faqtab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #6f3f33;
    border: none !important;
    border-color: transparent !important;
    position: relative
}

.faqtab .nav-tabs .nav-item.show .nav-link .term-icon svg,
.faqtab .nav-tabs .nav-link.active .term-icon svg path {
    fill: #fff
}

.faqtab .tab-content {
    margin-top: 0;
    background-color: transparent;
    color: #393939;
    padding: 2.5em 15px 0 !important
}

.faqtab .faq-title {
    padding: 20px 45px 20px 0;
    background-color: transparent;
    width: 100%;
    display: block;
    position: relative;
    text-transform: capitalize;
    color: #393939;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    text-align: left;
    border-bottom: dashed 2px #ddd !important;
    border: none;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.faqtab .faq-title:after {
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    font-family: fontawesome;
    line-height: 2.6;
    font-weight: 300;
    transition: .3s all;
    height: auto !important
}

.faqtab .faq-info .faq-title[aria-expanded=true]:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-size: 1rem;
    font-family: fontawesome;
    line-height: 2.6;
    font-weight: 300;
    transition: .3s all;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%)
}

.faqtab .faq-info .faq-title[aria-expanded=true] {
    color: #6f3f33
}

.faqtab .faq-description {
    padding: 10px 0;
    font-size: 15px
}

.faqtab .faq-description p:last-child {
    margin-bottom: 0
}

.faqtab .tab-content .page-title {
    font-size: 1.5em;
    line-height: normal;
    color: #393939;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 1em
}

.custom_form_msg,
.msg-side,
.msg-side-form {
    color: red;
    font-weight: 400;
    display: block;
    position: absolute;
    bottom: 0;
    right: 32px;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 0;
    line-height: normal;
    text-transform: capitalize;
    margin: 0
}

.msg-side,
.msg-side-form {
    right: 50px
}

.bottom-content {
    background-color: #f6f6f6
}

.captcha.text-left .captcha_requierd,
.captcha.text-left .captcha_requierd2 {
    position: absolute
}

.captcha.text-left .captcha_requierd {
    right: 35px
}

.captcha.text-left .captcha_requierd2 {
    right: 67px
}

#menu-item-440>ul.sub-menu::-webkit-scrollbar {
    width: 2.5px
}

#menu-item-440>ul.sub-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px
}

#menu-item-440>ul.sub-menu::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 2px
}

#menu-item-440>ul.sub-menu::-webkit-scrollbar-thumb:hover,
#menu-item-440>ul.sub-menu::-webkit-scrollbar-thumb:focus {
    background: #b30000
}

.moreinfoattorney {
    background-image: url(img/attorneysinfobg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff
}

.legalworkInner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
    z-index: 1
}

.moreinfoattorney:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    right: 0;
    height: 100%;
    background-color: rgba(46, 19, 11, .6)
}

.moreinfoattorney .container-fluid {
    max-width: 1920px
}

.moreinfoattorney .page-title {
    margin-bottom: 20px;
    color: #fff
}

.moreinfoattorney .page-title span {
    color: #fff
}

.moreinfoattorney ul {
    margin-bottom: 20px
}

.moreinfoattorney ul li {
    position: relative;
    padding-left: 25px
}

.moreinfoattorney ul li:after {
    content: "\f101";
    position: absolute;
    left: 0;
    font-family: FontAwesome
}

.moreinfoattorney .education ul {
    margin-bottom: 0
}

.callus {
    background-color: rgba(46, 19, 11, .6);
    padding-left: 45px;
    margin-top: 15px;
    background-image: url(img/phone-icon1.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    display: inline-block;
    padding: 5px 15px 5px 45px;
    position: relative
}

.callus:after {
    content: "";
    position: absolute;
    left: -100%;
    background-color: rgba(46, 19, 11, .6);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0
}

.callus a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: Roboto, sans-serif
}

#blogpostmobile .item-inner a {
    color: #393939
}

.napcount1 .address-wrap .phone,
.rightsidbar .phone1 {
    display: none !important
}

.borderright2 .napstate {
    display: block
}

#footer {
    background-image: url(img/newfotterbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 1.5em 0 1.5em
}

.footernav {
    padding-left: 60px
}

.contactusfooter {
    padding-left: 35px
}

.footer-heading {
    font-size: 22px;
    color: #fff;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center
}

.social-link .footer-heading {
    margin-bottom: 10px
}

.footer-content p {
    margin-bottom: 0;
    line-height: 24px
}

#footerNav li a {
    text-transform: uppercase;
    display: block;
    padding: .5rem 1rem;
    margin: 0;
    position: relative
}

#footerNav li a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

#footerNav li:first-child a:after {
    display: none
}

.social-link {
    margin: 15px auto 0
}

.social-link a {
    font-size: 24px;
    margin: 0 10px;
    border: solid 1px #ddd;
    padding: 5px 10px;
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px
}

.social-link a:last-child {
    margin-right: 10px
}

#footerNav li {
    font-size: 1em;
    line-height: normal;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

#footer .address-wrap .map-title {
    font-size: 1.2em;
    line-height: 1.9;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 800;
    margin-bottom: .5em;
    background-image: url(img/floc.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: 0 5px
}

#footer .address {
    font-size: 1em;
    line-height: 1.5;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 35px
}

#footer .address span.streetAddress {
    display: inline;
    background-image: url(img/location-icon.png);
    background-size: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 8px 0 8px 45px
}

.footer-content {
    max-width: 100%;
    margin: 0 auto
}

.nap-global-direction {
    text-decoration: underline;
    font-weight: 700;
    padding-left: 5px
}

#footer .phone {
    padding: 0;
    padding: 5px 0;
    display: block;
    margin-bottom: 10px;
    background-position: 0;
    font-weight: 700;
    font-size: 18px
}

#footer .phone a {
    background-image: url(img/phone-icon.png);
    background-repeat: no-repeat;
    background-position: 0;
    padding: 5px 0 5px 35px;
    margin-left: 5px
}

.workinghr {
    background-image: url(img/ftime.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: 0 10px
}

#footer a {
    color: #fff
}

#footer .phone>span {
    font-weight: 300
}

ul#footerNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%
}

#footer a:hover,
#footer a:focus {
    color: #922f16
}

.copyright {
    background-color: #183e63;
    font-size: 12px;
    padding: 0 15px;
    color: #fff
}

.copyright span {
    margin-right: 10px
}

.copyright a {
    color: #fff;
    margin: 0 5px
}

.home-banner-casestory {
    background: #fff;
    color: #183e63;
    padding: 4px 20px 4px 40px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    height: 46px;
    position: relative;
    margin: 0 -20px;
    z-index: 9;
    border-bottom: 6px solid rgba(24, 62, 99, .6)
}

.banner-full {
    top: calc(34%+50px);
    overflow: hidden;
    padding-right: 0
}

.home-banner-casestory::after {
    content: "";
    position: absolute;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 40px solid #fff;
    top: 0;
    right: -24px;
    transform: rotateX(180deg)
}

.home-banner-casestory::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -16px;
    transform: skew(148deg);
    width: 8px;
    height: 40px;
    background: #748ba1
}

.banner-casestory::after {
    content: "";
    width: 100%;
    height: 1px;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border-top: 1px solid #748ba1
}

.banner-casestory {
    position: relative
}

.main-office {
    font-size: 24px;
    font-weight: 700;
    margin-right: 15px
}

.borderright2,
.borderright3 {
   /* padding-top: 35px*/
}

.main-office-contact {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0;
    margin-bottom: 6px;
    display: block;
    padding-left: 35px
}

.main-office-contactus {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0;
    display: block
}

.three-box .item-box:hover,
.three-box .item-box:focus {
    background: #683d30
}

a.phone-number:hover,
a.phone-number:focus {
    color: #6b3f32
}

span.fa.fa-phone.footer-ph {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 5px
}

#responsive-menu-container li.current-menu-ancestor>a {
    background-color: #652111 !important
}

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

.addresswrap .selected-map-wrap .address-wrap {
    margin-right: 0;
    padding-right: 0
}

.addresswrap .selected-map-wrap .address-wrap:after {
    content: none
}

.practice-area-form-section>aside {
    margin-top: 0
}

.copyright a:hover,
.freecase .phone-header:hover,
.copyright a:focus,
.freecase .phone-header:focus {
    color: #b49990
}

.owl-carousel .owl-nav .owl-prev {
    left: -60px
}

.owl-carousel .owl-nav .owl-next {
    right: -60px
}

.msg-side,
.msg-side-form {
    z-index: 9999
}

.contactusform .wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
    padding: 0 5px
}

.nomination-form.light-form input,
.nomination-form.light-form textarea {
    border-bottom: solid 1px #e9e9e9;
    color: #000;
    padding-left: 0
}

.light-form ::-webkit-input-placeholder {
    color: #000;
    font-size: 16px
}

.light-form :-ms-input-placeholder {
    color: #000;
    font-size: 16px
}

.light-form ::placeholder {
    color: #000;
    font-size: 16px
}

.light-form [type=submit] {
    height: 50px;
    width: auto;
    background-color: #512e26;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    min-width: 200px
}

.light-form .wpcf7-submit:hover,
.light-form [type=submit]:hover,
.light-form .wpcf7-submit:focus,
.light-form [type=submit]:focus {
    background-color: #922f16
}

.light-form span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    bottom: -6px;
    font-size: 12px
}

form.wpcf7-form {
    position: relative
}

.blog-content div.wpcf7-response-output {
    margin: 0 !important;
    border: 0 !important;
    position: absolute;
    width: 100%;
    bottom: 0
}

.light-form {
    padding-bottom: 30px
}

form.wpcf7-form {
    position: relative
}

@media (max-width:767px) {
    .blog-content div.wpcf7-response-output {
        font-size: 12px;
        padding: 0
    }
    .form-group.nomination-group {
        margin-bottom: 0
    }
}

span.napstate {
    display: block
}

.address-wrap.borderright3 {
    margin-right: 0;
    padding-right: 0
}

.location-map.map iframe {
    height: 100% !important
}

.btn-arrow {
    text-align: right
}

.blog-content ul {
    margin: 0 0 1rem !important
}

.modal-body h3 {
    font-size: 18px;
    padding: 30px;
    text-align: justify
}

.modal-body button.close {
    font-size: 35px
}

.wpcf7 form .wpcf7-response-output {
    position: absolute;
    font-size: 11px;
    line-height: normal;
    color: red
}

.contactus .contactusform {
    padding: 2.5em 5.5em 4.5em 2.5em
}

.blog-content div#MainContent {
    margin-bottom: 1rem;
}
span.wpcf7-quiz-label::after {
    content: "*";
    padding: 0 0 0 2px;
}	
a.phone-header:hover,
a.phone-header:focus {
    color: #c3c3c3;
}
div#wpcf7-f7-o1 span.wpcf7-quiz-label {
    padding-left: 0;
    font-size: 13px;
}
.prefooter .your-client:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    right: 0;
    top: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.quiz-math span.wpcf7-not-valid-tip {
    bottom: 0px !important;
}

/* ADA */

#skiptocontent {
    z-index: 99999;
    position: fixed;
    padding: 8px;
    display: block !important;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    background-color: #6f3f33;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#skiptocontent:focus {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 640px) {
	#skiptocontent {
		display: none !important;
	}
}

.visually-hidden {
	border: none !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.small-margin-left {
    margin-left: 10px;
}