p,
img,
input,
select,
textarea {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a,
button {
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.btn-white {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}

.btn-white:hover {
    background-color: #fff;
    color: #0095B6;
    border: 2px solid #fff;
}

h1,
.h1 {
    font-size: 40px;
    line-height: 1.2;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.06em;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 29px;
    }
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 46.1px;
}

h4,
.h4 {
    font-size: 32px;
    line-height: 1.5;
}

h5,
.h5 {
    font-size: 30px;
}

h6 {
    font-size: 24px;
    line-height: 28.8px;
}

.h7 {
    font-family: "Open Sans";
    font-size: 22px;
    line-height: 36.4px;
}

#hero_sec {
    position: relative;
}

#hero_sec > .inner {
    background: no-repeat center top;
    background-size: cover;
    background-color: #093D56;
}

.hero_bot {
    width: 100%;
    z-index: 2;
    background-color: rgba(46, 72, 89, .8);
    padding: 45px 0;
}

#hero_sec .container {
    z-index: 2;
    position: relative;
}

.hero_top {
    background-color: rgba(46, 72, 89, .8);
    max-width: 700px;
    width: 100%;
    margin-top: 20em;
    margin-bottom: 7em;
}

.hero_top .h1 {
    color: #fff;
    text-align: right;
    padding-top: 35px;
    max-width: 650px;
    margin: auto;
}

.hero_btn {
    text-align: right;
}

.hero_btn .btn-primary {
    margin: 1.5em;
}

.hero_left {
    position: relative;
    color: #fff;
    width: 302px;
    display: table;
    margin: 0px auto;
}

.hero_left > .inner {
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.hero_left:before,
.hero_left:after {
    position: absolute;
    content: "";
    z-index: 5;
    height: 3px;
    background-color: #0095B6;
    width: 158px;
    top: 60px;
}

.hero_left:before {
    left: -30px;
}

.hero_left:after {
    right: -30px;
}

.hero_left > .inner > p:first-child {
    font-weight: 700;
    font-size: 25px;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
}

.hero_left > .inner > p:last-child {
    font-weight: 700;
    font-size: 22px;
    line-height: 23.9px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
    padding-top: 3px;
}

.hero_left > .inner span {
    font-size: 22px;
    font-family: "Lora";
    font-weight: 700;
    font-style: italic;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: none;
    margin: 8px 0;
}

.hero_right {
    border: 2px solid #cfcfcf;
    margin-right: 18px;
    padding: 0px 30px 15px 30px;
}

.hero_right .span {
    color: #fff;
    font-size: 22px;
    font-family: 'Lora', serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.1;
    display: block;
    padding-bottom: 7px;
    padding-top: 14px;
    letter-spacing: 0.02em;
    text-transform: none;
}

.hero_right p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
}

#about_section {
    position: relative;
    overflow: hidden;
}

.about_rimg img {
    width: 100%;
}

.attorney-info {
    border-left: 2px solid #093D56;
    padding: 0 1em;
}

#about_section h4 {
    margin-top: 50px;
    line-height: 1;
    color: #093D56;
}

#about_section .h7 {
    letter-spacing: 0.14em;
    color: #000;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-bottom: 1em;
    text-transform: uppercase;
}

#about_section p {
    padding-top: 10px;
}

#about_section div.learn_btn {
    padding-top: 30px;
    padding-bottom: 80px;
}

#about_section div.learn_btn a {
    padding: 12px 21px;
    line-height: 20px;
}

.tab_thumb {
    display: table;
    margin: 0px auto;
    margin-bottom: 44px;
}

.tab_thumb div {
    position: relative;
    float: left;
    margin-left: 3px;
    margin-right: 2px;
    cursor: pointer;
}

.tab_thumb div:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.tab_thumb div.active:after {
    opacity: 0;
}

.tab_thumb div img {
    width: 71px;
}

.description {
    display: none;
}

.description.active {
    display: block;
}

.about_table_cell {
    background: no-repeat 26%;
    background-size: cover;
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .about_table_cell {
        display: block;
        height: 310px;
        margin: 0 auto;
        background-size: contain;
        background-position: center;
    }
}

#practice_area {
    background-color: #e3e3e3;
    padding-top: 85px;
    padding-bottom: 85px;
}

#practice_area .inner {
    border: 2px solid #093D56;
    margin: -15px;
}

#practice_area .inner2 {
    padding: 25px 45px 40px;
}

#practice_area h2 {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

#practice_area h2:after {
    position: absolute;
    bottom: -8px;
    background-color: #093D56;
    height: 2px;
    content: "";
    width: 100%;
    left: 0px;
}

.practice_article h6 {
    padding-top: 54px;
}

.content-top {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

@media (min-width: 1199px) {
    .content-col {
        max-width: 450px;
    }
}

.content-col .btn-white {
    padding: 8px 20px;
}

@media (max-width: 767px) {
    .content-top .btn-white {
        margin-bottom: 2em;
    }
}

/****************Slider***************************/

.owl-carousel .owl-item img {
    width: auto !important;
}

.owl-prev {
    position: absolute;
    left: 0px;
    top: auto;
    bottom: -60px;
    width: 40px;
    height: 40px;
    border: 1px solid #093D56;
    color: #fff;
    background-color: #093D56;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.owl-next {
    position: absolute;
    left: 48px;
    top: auto;
    bottom: -60px;
    width: 40px;
    height: 40px;
    border: 1px solid #093D56;
    color: #fff;
    background-color: #093D56;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.owl-prev i,
.owl-next i {
    font-size: 18px;
    letter-spacing: 0.02em;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: rgba(9, 61, 86, .6);
    border-color: transparent;
    color: #fff;
}

.owl-dots {
    position: absolute;
    text-align: center;
    bottom: -55px;
    left: 108px;
}

.owl-dot {
    background-color: rgba(9, 61, 86, .4);
    height: 12px;
    width: 12px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.owl-dot.active {
    background-color: rgba(9, 61, 86, .8);
}

#client_section {
    padding-bottom: 55px;
}

#client_section h4 {
    line-height: 38.4px;
    border-bottom: 2px solid #0095B6;
    padding-bottom: 15px;
    padding-top: 60px;
}

.client_text {
    padding-top: 60px;
    padding-left: 25px;
}

.testinomial {
    border: 2px solid #093D56;
    margin-top: 25px;
}

.testinomial_outer {
    padding: 40px 60px 130px 40px;
    border-right: 2px solid #093D56;
    margin-right: -31px;
}

.testinomial_r {
    position: relative;
}

.testinomial_img {
    position: absolute;
    left: 16px;
    right: 15px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: no-repeat left top;
    background-size: cover;
}

.testinomial .carousel-item h5 {
    color: #093D56;
    padding-top: 18px;
}

.testinomial .carousel-item p {
    color: #000;
    font-family: "Lora";
    font-weight: 700;
    padding-top: 3px;
    line-height: 28px;
    padding-right: 10px;
}

.testinomial .carousel-item span {
    color: #1d1d1b;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.14em;
    padding-top: 25px;
    display: block;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.testinomial_mob_img img {
    width: 100%;
}

#case_results {
    background: no-repeat left 0px;
    background-size: cover;
    padding-bottom: 50px;
}

#case_results h2 {
    color: #093D56;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 55px;
    padding-top: 50px;
    padding-right: 55px;
}

#case_results h2:after {
    position: absolute;
    bottom: -8px;
    background-color: #093D56;
    height: 2px;
    content: "";
    width: 100%;
    left: 0px;
}

#case_results p b {
    font-weight: 700;
}

.case_slider_outer {
    background-color: #093D56;
    padding: 20px;
    margin-right: -30px;
}

.case_slider_iner {
    border: 1px solid #fff;
    padding: 28px 28px 88px 28px;
}

#case_results .owl-prev,
#case_results .owl-next {
    background-color: #fff;
    color: #093D56;
    border-color: transparent;
}

#case_results .owl-prev:hover,
#case_results .owl-next:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

#case_results .owl-dot {
    background-color: rgba(255, 255, 255, 0.6);
}

#case_results .owl-dot.active {
    background-color: rgba(255, 255, 255, 0.4);
}

.case_r p {
    padding-top: 30px;
}

.case_r div {
    text-align: center;
    padding-top: 32px;
}

.case_r div a {
    padding: 12px 21px;
    line-height: 20px;
}

#let_client_sec {
    border-top: 1px solid #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #093D56;
    text-align: right;
    color: #fff;
}

#let_client_sec p {
    font-family: "Lora";
    font-weight: 700;
    font-size: 30px;
    letter-spacing: .05em;
    margin: 0;
    line-height: 1.0;
}

#let_client_sec .callout_subtitle {
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 0.14em;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    margin-top: .35em;
    margin-bottom: 0;
    line-height: 1.0;
}

#let_client_sec .callout-arrow {
    font-size: 69.4px;
    line-height: 1.0;
    letter-spacing: 0em;
}

#let_client_sec:hover {
    background-color: #0095B6;
    color: #fff;
    transition: .3s all;
}

#let_client_sec .callout-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
}

@media (max-width: 767px) {
    #let_client_sec p {
        font-size: 25px;
    }

    #let_client_sec .callout_subtitle {
        font-size: 1.0em;
    }
}

#attorny_section {
    padding-top: 50px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 29.2px;
}

#attorny_section .content-bottom-title {
    line-height: 38.4px;
    display: inline-block;
    border-bottom: 2px solid #093D56;
    padding-bottom: 15px;
    padding-right: 30px;
}

#attorny_section .rich-text h5 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.08em;
    font-family: 'Open Sans', sans-serif;
}

#attorny_section b {
    font-weight: bold;
}

#attorny_section .col-sm-6 {
    padding-top: 30px;
}

#attorny_section .col-sm-6 .rich-text p {
    line-height: 2;
}

@media screen and (max-width: 1199px) {
    #hero_sec > .inner {
        background-size: auto;
    }
}

@media screen and (min-width: 768px) {
    /**************About*********************/
    .about_rimg {
        position: absolute;
        width: 50%;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        padding-left: 45px;
    }
    .about_table {
        display: table;
        height: 100%;
        width: 100%;
    }
    /**************Testinomial***************/
    .testinomial {
        display: table;
    }
    .vertical-align2 {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1199px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .client_r {
        padding-top: 35px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero_left {
        width: 220px;
    }
    .hero_left > .inner > p:first-child {
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 10px;
    }
    .hero_left > .inner > p:last-child {
        font-size: 18px;
        line-height: 23.9px;
        padding-top: 14px;
    }
    .hero_left > .inner span {
        font-size: 20px;
    }
    .hero_left:before {
        width: 118px;
        left: -30px;
        top: 62px;
    }
    .hero_left:after {
        width: 118px;
        right: -30px;
        top: 62px;
    }
    .hero_left > .inner {
        padding-bottom: 14px;
    }
    /*************************Testinomial*******************************/
    .testinomial_outer {
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .hero_btn .btn-primary {
        margin: 1em auto;
    }

    .hero_btn {
        text-align: center;
    }
    .hero_top {
        margin-top: 20em;
        background-size: 100% 100%;
        background-position: right center;
        margin-bottom: 0;
        background-color: transparent;
    }

    .hero_top .h1 {
        text-align: center;
    }

    #about_section div.learn_btn a {
        width: 100%;
    }

    .hero_bot {
        position: inherit;
        bottom: auto;
        left: auto;
        padding-bottom: 60px;
    }
    #hero_sec > .inner {
        height: auto;
        background-position: center top;
        background-size: 767px;
    }
    .hero_right {
        margin-top: 55px;
        margin-right: 0px;
    }
    .about_table_cell {
        display: none;
    }
    .testinomial .owl-controls,
    #case_results .owl-controls {
        display: none;
    }
    .testinomial .owl-dots,
    #case_results .owl-dots {
        display: none;
    }
    .owl-prev {
        left: 0px;
    }
    .owl-next {
        right: 0px;
    }
    #practice_area {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #practice_area .inner {
        padding: 25px;
        margin: 0px;
    }
    #practice_area .inner2 {
        padding: 0px;
    }
    .client_text {
        padding-left: 0px;
        padding-top: 35px;
    }
    .client_say {
        border: 2px solid #b7a35f;
    }
    .testinomial_outer {
        padding: 25px 25px 25px 25px;
        border-top: 2px solid #b7a35f;
        border-right: 0px;
        margin-right: 0px;
    }
    .case_slider_iner {
        padding: 28px;
    }
    .case_r p {
        padding-top: 40px;
    }
    #attorny_section h4 {
        padding-right: 0px;
    }
}

img {
    vertical-align: top;
}

@media (min-width: 768px) {
    .row-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-top {
        vertical-align: top;
    }
    .col-middle {
        vertical-align: middle;
    }
    .col-bottom {
        vertical-align: bottom;
    }
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    #hero_sec,
    #about_section,
    #practice_area,
    .content-top,
    #let_client_sec,
    #attorny_section {
        position: relative;
        top: -38px;
    }

    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}