/*   
Theme Name: Blue Bee Bankruptcy Law
Description: This is an exclusive, fully SEO optimized Wordpress theme developed.
*/

/*======== Reset css here ==============*/
html{
    font-size: 15px;
}
body {
    font-family: 'Poppins';
    color: #000;
    line-height: 2;
}
a[href^="tel:"] {
    text-decoration: none !important;
}
a[href^="mailto:"]:hover{
    text-decoration: underline !important;
}
a{
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    outline: 0;
    color: #0094f6;
}
p{
    margin-bottom: 1rem;
}
ul, ol{
    margin: 0;
    padding: 0;
}
p:last-child{
    margin-bottom: 0;
}
h1, .h1{
    font-size: 2.75rem;
}
h2, .h2 {
    font-size: 2.2rem;
}
h3, .h3{
    font-size: 2rem;
}
h4, .h4{
    font-size: 1.75rem;
}
h5, .h5{
    font-size: 1.5rem;
}
h6, .h6{
    font-size: 1.125rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 700;
    font-family: 'Poppins';
}
b, strong{
    font-weight: 600;
}
img{
    max-width: 100%;
    height: auto;
}
button{
    outline: 0 !important;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-image: url(images/loader.svg);
    background-color: #0094f6;
    height: 100%;
    width: 100%;
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: center;
}
.btn {
    background-color: #0094f6;
    border-color: #0094f6;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-width: 2px;
    color: #fff;
    padding: 0.85rem 1.75rem;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    min-width: 11rem;
    font-weight: 600;
    font-size: 1rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn:hover {
    background-color: transparent;
    border-color: #0094f6;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #0094f6;
}
.form-group {
    margin-bottom: 2rem;
}
.form-control{
    background: transparent;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 !important;
    max-height: 110px;
    resize: none;
    border: 0;
    border-bottom: 1px solid #eee;
    height: calc(2.75rem + 2px);
}
.form-control:focus{
    background: transparent;
}
.section-pd, .spaced{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 12px;
    color: #f00;
    padding: 3px 0;
    line-height: 1.35;
    font-weight: 400;
}
.wpcf7-form {
    position: relative;
}
div.wpcf7-response-output {
    position: absolute;
    bottom: auto;
    border: 0 !important;
    line-height: 1;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 0.5rem;
    width: 100%;
    font-weight: 400;
    background: transparent;
    color: #f00;
}
.wpcf7-response-output.alert-danger {
    color: #f00;
}
.wpcf7-response-output.alert-success {
    color: #008000;
}
div.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
}
.text-white a{
    color: #fff;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6{
    color: #fff;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0,0,0,0.3) !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,0,0,0.3) !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,0,0,0.3) !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: rgba(0,0,0,0.3) !important;
}
.form-control{
    color: #000;
}

.dark-bg-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form :-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form .form-control{
    color: #fff !important;
}
.sidebar-form .form-title {
    font-size: 1.65rem;
}
.sidebar-form div.wpcf7-response-output{
    text-align: center;
}
.list-content ul, .list-content ol {
    list-style: none;
    margin-bottom: 1.25rem;
}
.list-content li {
    position: relative;
    padding-left: 2rem;
    transition: all .3s ease;
    padding-top: .35rem;
    padding-bottom: .35rem;
    background-image: url(images/arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: 0 12px;
    background-size: 1.15rem;
}

.html5lightbox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
}
.html5lightbox:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url(images/play-w.svg) no-repeat;
    background-size: 100%;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
}
.html5lightbox:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
}
.html5lightbox:hover:after {
    background: rgba(0, 0, 0, 0);
}
.html5-elem-box .html5-image {
    padding: 0 !important;
}
.elm-button {
    margin-top: 1rem;
    padding: 1rem 2rem;
    display: inline-block;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 700;
    background-repeat: no-repeat;
    width: 14rem;
    box-shadow: none;
    position: relative;
    border: 0 solid #feb72b;
    text-transform: uppercase;
    line-height: 1.5;
    background-size: cover !important;
    height: 64px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; 
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*========== Search Button in Header ==========*/
body.search-open {
    position: fixed;
    overflow-y: scroll;
    left: 0;
    right: 0;
}
.search-btn {
    cursor: pointer;
}
.search-btn svg {
    width: 100%;
    height: 100%;
}
.search-panel {
    position: fixed;
    width: 100%;
    height: 8.5rem;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 999;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease-in-out;
    transform: translateY(-100%);
    box-shadow: 0 0 5px #eee;
}
.search-panel .input-field {
    display: flex;
    width: 100%;
    position: relative;
}
.search-panel input[type=submit] {
    height: 4rem;
    border: none;
    width: 4rem;
    cursor: pointer;
    background: url(images/search.svg) no-repeat;
    background-position: center;
    background-size: 1.5rem;
    outline: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    bottom: 0;
}
.search-panel input[type='submit']:hover {
    opacity: 0.7;
}
.search-panel.open {
    top: 0;
    display: block;
    opacity: 1;    
    padding: 3em;
    transition: 0.3s ease-in-out;
}
.search-close {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    font-size: 1em;
    line-height: 1;
    color: #fff;
    z-index: 999999;
}
.search-close:hover {
    color: #fff;
}

.search-panel form#searchform {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    z-index: 99999;
    padding-bottom: 2rem;
}
.search-panel .searchform input[type="text"] {
    padding: 0;
    border: 0;
    vertical-align: middle;
    background-color: transparent;
    color: #000 !important;
    font-size: 1rem;
    border-bottom: 0px solid;
    width: 100%;
    outline: 0;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0;
    height: 4rem;
    border-bottom: 1px solid #e7e7e7;
}
.search-panel .searchform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform ::-moz-placeholder { /* Firefox 19+ */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform :-ms-input-placeholder { /* IE 10+ */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform :-moz-placeholder { /* Firefox 18- */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel input[type=text]::-ms-clear { 
    display: none; 
    width : 0; 
    height: 0;
}


.search-panel .searchform input[type="image"] {
    vertical-align: middle;
    padding: 1.15em;
    height: 4rem;
    width: 4rem;
    outline: 0;
    position: absolute;
    right: -10px;
    bottom: 0;
}
.search-panel .search-box {
    margin: 1em 0 0;
    padding: 1em 0 2em;
    border-bottom: 1px solid #eee;
}
.search-panel .search-heading a {
    font-size: 1.4em;
    color: #000;
    font-family: 'poppins';
}

.header-search .custom_form_msg {
    position: absolute;
    bottom: 0;
    right: 60px;
    margin: 0;
    font-size: 12px;
    color: #f00;
    padding: 0px 8px;
}

/******************
Close Button
*/
.close-container {
    margin: auto;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.leftright {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}
.rightleft {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}
.close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #000;
}
.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #000;
}

/*======== nav multiple css ============*/
.top-header {
    background: #efefef;
    padding: 0 0 30px;
    font-size: 0.9rem;
    z-index: 11;
}
.top-header .left-block a {
    color: #535353;
    text-decoration: none !important;
    display: flex;
}
.top-header .left-block {
    display: flex;
}
.top-header .social-links ul {
    justify-content: flex-end;
    margin-top: 4px;
}
.top-header .social-links li a {
    width: 28px;
    height: 28px;
}
.top-header .social-links li svg {
    width: 28px;
    height: 28px;
    fill: #6c6c6c;
    padding: 7px;
}
.top-header .social-links li + li {
    margin-left: 0px;
}

.top-header .top-email {
    background-image: url(images/mail.svg);
    background-repeat: no-repeat;
    padding: 0.15rem 0.15rem 0.15rem 2rem;
    background-size: 1.25rem;
    background-position: 0 6px;
    display: inline-block;
}
.top-header .top-phone {
    padding: 0.15rem 0.15rem 0.15rem 2rem;
    background-position: 0 6px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
}
.top-header .top-phone:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(images/phone.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    margin-top: -1px;
}


.header.shrink {
    transition: all .3s ease-in-out;
    z-index: 999;
    top: 0;
}
.header.shrink .header-phone a:after {
    background-image: linear-gradient(to right top, #e6923a, #ff9d8c, #ffbcd0, #fbe0f7, #ffffff);
}
.header.shrink .header-btn{
    border-color: transparent;
}
.header.shrink .header-right {
    transition: all .3s ease-in-out;
}
.header.shrink .nav-menu .menu > li:hover > a, .header.shrink .nav-menu .menu > li.current-menu-item > a {
    color: #0094f6;
}
.header.shrink .nav-menu .menu > li > a:before {
    bottom: 0;
}

.header {
    transition: all .3s ease-in-out;
    padding: 0 0;
    top: 35px;
}
.header .row {
    background: #fff;
    box-shadow: 0 -7px 7px -5px #ddd;
    
}
.page-template-team-detail .header .row{
box-shadow: 0 4px 7px -5px #ddd;
}
.attorney-section-1.spaced {
    padding-top: 130px;
}
.header.shrink .row {
    box-shadow: 0 4px 7px -5px #ddd;
}
.header .nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-search {
    margin-left: 2rem;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-search .search-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1.35rem;
    height: 1.35rem;
}
.header-search svg {
    width: 100%;
    height: 100%;
    fill: #000;
    cursor: pointer;
}
.header-logo {
    width: 20%;
    display: flex;
    align-items: center;
    padding-left: 1rem;
	padding-right: 1rem;
}
.header-logo img {
    padding: 5px 0;
    width: 100%;
}
.header-right {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    transition: all .3s ease-in-out;
	padding-left: 1rem;
}
.header-right-top {
    line-height: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.header-right-bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.header .phone-title {
    font-size: 0.85rem;
}
.header .phone-no {
    font-weight: 500;
    font-size: 1.5rem;
}
.header-phone a {
    position: relative;
    display: block;
    padding: 0.25rem 0 0.25rem 3rem;
    color: #fff;
    transform: skew(10deg);
}
.header-phone a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(images/call.svg);
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    margin-top: -1px;
}
.header-phone-wrap {
    overflow: hidden;
}
.header-phone {
    margin-left: 1.5rem;
    margin-right: -10px;
    padding: 0 2rem 0 1.5rem;
    display: flex;
    align-items: center;
    line-height: 1.5;
    transform: skew(-10deg);
    position: relative;
    z-index: 1;
    height: 100%;
}
.header-phone:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0094f6;
    top: 0;
    left: 0;
    z-index: -1;
}
.header-phone:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    top: 0;
    left: 0;
    z-index: -2;
    margin-left: -5px;
    transform: skew(5deg);
}


.nav-menu{
    position: relative;
}
.nav-menu li{
    position: relative;
}
.nav-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0; 
    display: flex;
    justify-content: flex-end;
}
.nav-menu > ul.menu > li{
    display: inline-block;
    margin: 0 0.65rem;
    color: #000;
    position: relative;
}
.nav-menu .menu > li > a:before{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: all .4s ease-in-out;
    margin: auto;
    display: none;
}

.nav-menu .menu > li:hover > a, .nav-menu .menu > li.current-menu-item > a, .nav-menu .menu > li.current-menu-parent > a{
    color: #0094f6;
    background-image: url(images/bee.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center 75%;
}

.nav-menu .menu > li:hover > a:before, .nav-menu .menu > li.current-menu-item > a:before, .nav-menu .menu > li.current-menu-ancestor a:before{
    width: 100%;
}

.nav-menu .menu li:first-child{
    margin-left: 0;
}
.nav-menu .menu li:last-child{
    margin-right: 0
}

/* This hides the dropdowns */

.nav-menu > ul> li> a {
    padding: 2rem 0rem;
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    transition: none;
}
.nav-menu > ul> li:last-child a{
    margin-right: 0;
} 
.nav-menu> ul> li:first-child:before{
    transform: translateX(0);
}
.nav-menu> ul> li:before{
    transform: translateX(-100%);
    opacity: 0
}

/* Display the dropdown */
.nav-menu ul li ul{
    position:absolute;
    top:100%;
    left: 0;
    list-style:none;
    z-index:1;
    margin: 0;
    padding: 0;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.nav-menu ul li:hover>ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.nav-menu ul li:hover li {
    float: none;
}
.nav-menu ul li:hover li a:hover, .nav-menu ul li:hover li.current-menu-item,
.single-post .nav-menu> ul> li.more-menu-item > ul > li.news-menu-item > a,
.archive.category .nav-menu> ul> li.more-menu-item > ul > li.news-menu-item > a,
.single-career .nav-menu> ul> li.more-menu-item > ul > li.careers-menu-item > a,
.single-team .nav-menu> ul> li.more-menu-item > ul > li.team-menu-item > a,
.single-community .nav-menu> ul> li.more-menu-item > ul > li.community-menu-item > a,
.nav-menu .sub-menu > li.current-menu-ancestor > a, .nav-menu .sub-menu > li.current-menu-item > a{
    background-color: #0094f6;
    color: #fff;
}
.nav-menu .sub-menu li.menu-item-has-children > a{
    background-image: url(images/arrow-angle.svg);
    background-size: 8px;
    background-position: 95% center;
    background-repeat: no-repeat;
}
.nav-menu .sub-menu li.menu-item-has-children> a:hover{
    background-image: url(images/arrow-angle-w.svg);
    background-size: 8px;
    background-position: 95% center;
    background-repeat: no-repeat;
}
.nav-menu li ul li {
    border-top: 0;
    display: block;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}
.nav-menu li ul li+li{
    border-top: 0px solid #fff;
}
/* Displays second level dropdowns to the right of the first level dropdown */
.nav-menu ul ul ul {
    left: 100%;
    top: 0;
}
/* Simple clearfix */
.nav-menu ul:before,
.nav-menu ul:after {
    content: " ";
    display: table;
}
.nav-menu ul:after {
    clear: both;
}
.nav-menu .sub-menu {
    background: #fff;
    min-width: 14rem;
    text-align: left;
    box-shadow: 0 -5px 7px -5px #ddd;
    border-bottom: 2px solid #0094f6;
}
.nav-menu .sub-menu li:last-child {
    border-bottom: 0;
}
.nav-menu ul li .sub-menu li a {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.15;
    margin: 0;
    border: none;
    color: #000;
    display: block;
    white-space: normal;
}

.nav-menu ul li .sub-menu li a:hover{
    border: none;
}
.nav-menu > .menu > li.menu-item-has-children:after {
    content: "";
    background-image: url(images/angle-arrow-down.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    margin-top: 1px;
    width: 8px;
    height: 8px;
    opacity: 0.65;
}

.nav-menu > .menu > li.menu-item-has-children:hover:after, .nav-menu > .menu > li.current-menu-item:after, .nav-menu > .menu > li.current-menu-ancestor:after{
    /*color: #76839a;*/
}
#responsive-menu-wrapper #responsive-menu li ul{
    text-transform: none;
}
.nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
    color: #fff;
}
.header.shrink .nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .header.shrink .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
    color: #fff;
}


.nav-menu .sub-menu .sub-menu:before{
    content: none !important;
}

.nav-menu>.menu>li.menu-item-has-children ul:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 25px;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    opacity: 1;
    z-index: 5;
}


/*===== Home Page ====*/
.home-banner {
    height: 45rem;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 3rem;
}
.home-banner .row {
    align-items: center;
    justify-content: center;
    position: relative;
}
.home-banner-content-left{
    width: 40%;
}
.home-banner .image {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center 0;
    position: relative;
    max-width: 500px;
}

.home-banner .image:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: 20px;
    width: 80%;
    border: 1px solid #fff;
    z-index: -1;
}

.home-banner .banner-content {
    /*width: 100%;
    margin-bottom: 5rem;
    text-align: center;*/
    padding-left: 50px;
}
.home-banner .banner-title {
    font-size: 3.35rem;
    color: #fff;
    position: relative;
    text-shadow: 0 0 5px rgba(0,0,0,0.56);
}
.home-banner .banner-subtitle {
    font-size: 1.65rem;
    color: #fece24;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}
.home-banner .banner-description {
    color: #c9ccd0;
    font-size: 1.1rem;
    padding-right: 5rem;
}
.home-banner .btn{
    color: #fff;
}

.footer {
    background: url(images/bg-footer-2.jpg);
    background-position: 290px 15%;
    background-size: cover;
}
.footer-top {
    padding: 3rem 0 5rem;
}
.footer .ftr-col-1 {
    width: 35%;
    position: relative;
}
.footer .ftr-col-2 {
    width: 65%;
    padding-left: 3rem;
    position: relative;
}
.footer .ftr-col-1:before{
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 6rem);
    background: rgba(255,255,255,0.05);
    right: 0;
    top: -3rem;
}
.footer .ftr-col-2:before{
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 6rem);
    background: rgba(255,255,255,0.05);
    right: 50%;
    top: -3rem;
}
.footer-nap-col {
    width: 50%;
}
.footer-map-col {
    width: 50%;
}

.footer-desc ul {
    list-style: none;
    font-size: 0.85rem;
    display: flex;
    flex-wrap: wrap;
}
.footer-desc li {
    width: 50%;
}
.footer-desc li:nth-child(even) {
    padding-left: 5px;
}
.footer-desc li a:hover {
    color: #0094f6;
}
.footer-bottom {
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.05);
}
.footer-bottom .row {
    align-items: center;
    justify-content: center;
}
.footer-links ul {
    display: flex;
    margin-left: 2rem;
}
.footer-links ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.footer-links ul li+li:before {
    content: "";
    width: 1px;
    height: .8em;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    margin: 0 8px;
    position: relative;
    top: -1px;
    opacity: 0.6;
}

.footer-links .menu a {
    display: inline-block;
    padding: 0.25rem 0;
    opacity: 0.6;
    padding: 0.5rem 0 !important;
}
.footer-links .menu a:hover{
    color: #fff;
    opacity: 1;
}

.social-links ul{
    list-style: none;
    display: flex;
}
.social-links li + li {
    margin-left: 5px;
}
.social-links li a {
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    padding: 0;
}
.social-links li svg{
    width: 32px;
    height: 32px;
    fill: #fff;
    padding: 7px;
}
.social-links li a:hover {
    background: #0094f6;
    border-color: #0094f6;
}
.social-links li a:hover svg{
    fill: #fff;
}
.copyrights {
    opacity: 0.6;
}

.footer-contact .address-wrap {
    background-image: url(images/pin-w.svg);
    background-repeat: no-repeat;
    padding-left: 2rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    background-size: 1.5rem;
    background-position: 0 3px;
    display: inline-block;
}
.footer-contact .phone a {
    background-image: url(images/phone-w.svg);
    background-repeat: no-repeat;
    padding-left: 2rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    background-size: 1rem;
    background-position: 0 center;
    font-size: 1rem;
    font-weight: 500;
}
.footer-contact .phone a:hover{
    color: #0094f6;
}
.footer .direction-link {
    font-weight: 500;
    color: #fff;
    font-size: 1rem;
    border-bottom: 1px solid;
}
.footer .direction-link:hover {
  color: #0094f6;
}
.footer iframe {
    width: 100%;
    height: calc(100% + 2rem);
    border: 0;
}
.footer .widget-title {
    font-size: 1.25rem;
    font-weight: 600;
}

/*===== About Section =====*/
.about-section{
    position: relative;
    padding-bottom: 8rem;
}
.about-section:after{
    content: "";
    position: absolute;
    width: 75%;
    height: 58%;
    right: 0;
    top: 7.25rem;
    z-index: -1;
}
.about-section .top-section .left-block {
    width: 35%;
    border: 1px solid #ddd;
    padding: 1rem;
    background: #fff;
}
.about-section .top-section .right-block {
    width: 65%;
    padding-left: 3rem;
}
.about-section .top-section .image {
    background-size: cover;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.about-section .bottom-section .left-block {
    width: 65%;
    padding-right: 2rem;
}
.about-section .bottom-section .right-block {
    width: 35%;
}
.about-section .bottom-section .image {
    background-size: contain;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/*====== Content Section ====*/
.content-section {
    background: #fff7ec;
    background-image: url(images/bee-bg.jpg);
    background-size: cover;
    background-position: center;

}
.content-section .bg-image {
    background-size: cover;
    background-position: center 0;
    position: absolute;
    width: 530px;
    height: calc(100% + 50px);
    top: -50px;
    left: auto;
}
.content-section .image{
    height: calc(100% + 5rem);
    position: relative;
    background-size: cover;
    background-position: 80% 100%;
    width: 80%;
    top: 50px;
}
/*.content-section .image:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 7px solid rgba(255,255,255,0.5);
}
*/
.content-section .content-block {
    z-index: 1;
    position: relative;
    right: 15px;
}
.content-section .content-block .inner{
    background: url(images/bg-content.png) no-repeat;
    background-size: contain;
    background-color: #fafafa;
    padding: 3rem;
    background-position: center;
}
.content-section .content-block:after {
    content: "";
    position: absolute;
    width: 85%;
    height: 100%;
    top: 0;
    left: 15%;
    box-shadow: 0 0 18px #ddd;
    z-index: -1;
    display: none;
}

.content-section-2 {
    background: url(images/bg-content-2.png) no-repeat;
    background-size: cover;
}


/*====== Award Logos =======*/
.awards-section {
    background: #f4f7fe;
}
.awards-section .item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
    padding: 0.5rem;
    height: 7rem;
    transition: all .3s ease-in-out;
}
.awards-section .item img{
    max-height: 5rem;
    max-width: 9rem;
    width: auto !important;
}
.awards-section .item:hover {
    box-shadow: 0 0 5px #ddd;
    background: #fff;
}
.awards-section .item:hover:before, .awards-section .item:hover:after{
    border-color: transparent;
}
/*
.awards-section .item:hover:before {
    height: 100%;
    width: 100%;
    border-color: #fece24;
    bottom: 0;
    top: 0 !important;
}
.awards-section .item:hover:after {
    height: 100%;
    width: 100%;
    border-color: #fece24;
}*/
.awards-section .item:before {
    content: '';
    position: absolute;
    height: 70%;
    width: 0;
    border-bottom: 1px solid #eee;
    right: 0;
    bottom: -0.5rem;
    border-right: 1px solid #eee;
    transition: .4s all;
}
.awards-section .item:nth-child(even):before {
    top: calc(0% + -0.5rem);
    bottom: auto;
}
.awards-section .item:after {
    content: '';
    position: absolute;
    height: 0%;
    width: 0;
    border-top: 1px solid #eee;
    left: 0;
    top: 0;
    border-left: 1px solid #eee;
    transition: .4s all;
}

.awards-section .awards-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-right: 3rem;
}
.awards-section .row{
    align-items: center;
}

/* Practice Section */
.home-practice {
    background: url(images/bg-practice.jpg);
    background-size: cover;
}
.home-practice .left-block {
    width: 50%;
    padding-right: 3rem;
    padding-left: 1rem;
}
.home-practice .right-block {
    width: 50%;
}
.home-practice-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    position: relative;
}
.home-practice-list:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    background: url(images/shadow-divider-v.png) no-repeat;
    background-size: 100%;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -15px;
}
.home-practice-list .item-row:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: url(images/shadow-divider-h.png) no-repeat;
    background-size: 100%;
    background-position: center;
    bottom: -15px;
    left: 0;
}
.home-practice-list .item-row:last-child:before{
    content: none;
}
.home-practice-list .item{
    width: 50%;
    position: relative;
}
.home-practice-list .item .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.home-practice-list .title {
    color: #fff;
    font-size: 1.25rem;
    padding: 1.5rem 1rem;
    font-weight: 600;
}
.home-practice-list .item .title-wrap {
    border: 4px solid transparent;
}
.home-practice-list .item.active .title-wrap {
    border: 4px solid rgba(255,255,255,0.15);
}
.home-practice-list .item.active .title{
    background: #fff;
    color: #055288;
}
.home-practice .practice-image {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center 0;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    position: absolute;
    right: 0;
    top: 5rem;
    transition: all .3s ease-in-out;
}
.home-practice .title-active {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}
.home-practice .read-more {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #0094f6;
}
.home-practice .img-desc {
    max-width: 600px;
}


/*====== Review Section ======*/
.attorney-content{
   background: url(images/bee-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center; 
}
.home .reviews-section{
    padding-top: 9rem;
}
.reviews-section {
    background: url(images/bee-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;

}
.reviews-section .item {
    margin: 30px 20px;
    text-align: center;
    position: relative;
}
.reviews-section .item-inner{
    position: relative;
    padding: 3.5rem 2rem 2rem;
    background: #fff;
    color: #000;
    height: 100%;
    z-index: 1;
}
.reviews-section .slick-track{
    display: flex !important;
}
.reviews-section .slick-slide{
    height: inherit !important;
    position: relative;
    overflow: hidden;
}
.reviews-section .item-inner:before{
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 2rem;
    right: 50%;
    background: url(images/quote.svg) no-repeat;
    opacity: 0.07;
    transform: rotate(-180deg) translateX(-50%);
    z-index: 1;
}
.reviews-section .name {
    font-weight: 600;
    font-size: 1.25rem;
    border: 1px solid #dcdcdc;
    display: inline-block;
    padding: 1rem 1.5rem;
    position: relative;
    line-height: 1;
}
.reviews-section .name:before {
    content: "";
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 100%;
    top: 50%;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.reviews-section .name:after {
    content: "";
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 100%;
    top: 50%;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.slick-arrow.slick-disabled{
    opacity: 0.25;
    pointer-events: none;
}

.slick-prev {
    background-image: url(images/slide-arrow-left.svg);
    background-size: 2rem;
    background-color: transparent;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    cursor: pointer;
    bottom: -30px;
}
.slick-next {
    background-image: url(images/slide-arrow-right.svg);
    background-size: 2rem;
    background-color: transparent;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    right: 50%;
    margin-right: -45px;
    cursor: pointer;
    bottom: -30px;
}


.contact-section{
    overflow: hidden;
}
.contact-section .image {
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
}
.contact-section .wrap {
    max-width: 600px;
}
.contact-section .btn-wrap {
    position: relative;
    width: 13rem;
}
.contact-section .btn{
    width: 100%;
}
.contact-section .content-block {
    width: 50%;
    left: 50%;
    position: relative;
    padding-right: 1rem;
}


/*===== CTA Section =====*/
.cta-section {
    background: url(images/bg-cta.jpg);
    background-size: cover;
}
.cta-section .cta-content {
    padding: 2.5rem 0;
}
.cta-section .cta-btn {
    background: url(images/cta-btn.jpg);
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.cta-section .cta-btn:hover {
    color: #0094f6;
}
.cta-section .heading {
    font-size: 2.75rem;
}
.cta-section .sub-heading {
    font-size: 1.65rem;
    line-height: 1.5;
}
.cta-section .cta-btn a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*===== Page Banner =====*/
.page-banner {
    height: 17rem;
    padding-bottom: 0;
    background-size: cover;
    text-align: center;
    background-position: center top;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.page-banner .banner-content-wrap {
    margin-top: 3.5rem;
}
.page-banner .banner-title {
    font-size: 3rem;
    position: relative;
    letter-spacing: 2px;
}
.page-banner .banner-title span{
    color: #01aed0;
}
.page-banner .banner-subtitle{
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    font-weight: 300;
}

/*==== Contact Form =====*/
.contact-form-section{
    background: url(images/bg-contact.png);
    background-size: cover;
}
.contact-form-section .form-block {
    box-shadow: 0 0 10px #ddd;
    padding: 2rem 2rem 3rem;
    border-radius: 8px;
    background: #fff;
}
.contact-form-section .btn-wrap {
    width: 13rem;
    position: relative;
}
.contact-form-section .btn-wrap .btn{
    width: 100%;
}
.contact-form-section .phone-wrap {
    background-color: #fff;
    display: inline-block;
    align-items: center;
    position: relative;
    padding: 1.5rem 2rem;
    box-shadow: 0 0 10px #eee;
}
.contact-form-section .phone-wrap a {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 4rem;
    line-height: 1;
}
.contact-form-section .phone-wrap a:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    left: 0rem;
    top: 50%;
    background: url(images/phone-blue.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translateY(-50%);
}
.contact-form-section .phone-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    left: -100%;
    top: 50%;
    background: #0094f6;
}
.contact-form-section .phone-title {
    font-size: 1.1rem;
    font-weight: 500;
}
.contact-form-section .phone-no {
    color: #0094f6;
    font-size: 1.65rem;
    font-weight: 600;
}
.contact-map iframe {
    width: 100%;
    height: 30rem;
    display: block;
}


/*======= Testimonials Page =======*/
.testimonials-listing.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}
.testimonials-listing .item {
    border: 0;
    margin: 1rem 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 3rem 2rem 2rem;
    text-align: center;
}
.testimonials-listing .test-title {
    font-weight: 600;
    font-size: 1.25rem;
    border: 1px solid #dcdcdc;
    display: inline-block;
    padding: 1rem 1.5rem;
    position: relative;
}
.testimonials-listing .test-title:before {
    content: "";
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 100%;
    top: 50%;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.testimonials-listing .test-title:after {
    content: "";
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 100%;
    top: 50%;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.testimonials-listing .item-inner:before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 1rem;
    right: 50%;
    background: url(images/quote.svg) no-repeat;
    opacity: 0.05;
    transform: rotate(-180deg) translateX(-50%);
    z-index: 1;
}

.elm-wrapper {
    margin: 0 auto;
}
.elm-button {
    padding: 1rem 2rem;
    display: inline-block;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    background-color: #0094f6;
    background-repeat: no-repeat;
    width: 13rem;
    box-shadow: none;
    position: relative;
    border: 0 solid #0094f6;
    text-transform: uppercase;
    line-height: 1.5;
    margin-top: 3rem;
    background-size: cover !important;
    height: 64px;
}
.elm-button:hover, .elm-button:active, .elm-button:focus {
    background-color: #0094f6;
}



/*=========== Blog Page ===========*/

.blog-item-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-page-listing .blog-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0 0 2rem;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
}
.blog-page-listing .blog-item:last-child{
    margin-bottom: 0;
}

.blog-meta {
    padding: 0 0 15px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: space-between;
    color: #949494;
    width: 100%;
    font-style: italic;
}
.blog-meta .category a {
    color: #818181;
    font-size: 0.95rem;
    padding-right: 5px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
}
.blog-meta .category a:hover {
    color: #0094f6;
}
.blog-meta .category a:before {
    content: ",";
    position: absolute;
    right: 0;
}
.blog-meta .category a:last-child:before {
    content: none;
}
.blog-item .blog-image {
    height: 30rem;
    background-size: cover;
    background-position: center 0;
    position: relative;
    border-radius: 0;
    width: 100%;
    border: 1px solid #eee;
} 

.blog-item .blog-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.blog-page-listing .blog-item .title {
    font-size: 1.75rem;
    line-height: 1.2;
    text-transform: none;
    font-weight: 600;
}
.blog-page-listing .blog-item .title a:hover{
    color: #0094f6;
}
.blog-page-listing .blog-content {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.blog-item .item-hover {
    display: flex;
    background: #3469a8;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    color: #fff;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.blog-item:hover .item-hover {
    opacity: 1;
    visibility: visible;
}
.blog-item a{
    transition: none;
}
.blog-item .title a{
    color: #2b2b2b;
}
.blog-item .item-hover a:hover, .item-hover .blog-meta .category a:hover{
    color: #fff;
}
.blog-item .item-hover .btn-arrow:hover:after{
    background-color: #ccb70a;
    border-color: #ccb70a;
}
.blog-item .blog-image.no-image {
    background-color: #222;
    background-image: linear-gradient(to right top, #000000, #121212, #1d1d1d, #282828, #333333) !important;
    display: none;
}
.blog-item .blog-image.no-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(images/logo-default.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10rem;
}
.blog-item .read-more {
    position: absolute;
    right: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #0094f6;
}
.blog-item .read-more:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #0094f6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.blog-item .read-more:hover{
    color: #000;
}
.blog-item .read-more:hover:after{
    background: #000;
}
.blog-page-listing .elm-wrapper{
    text-align: left;
}

/*====== Blog Detail ========*/
.blog-detail-page h2, .blog-detail-page h3, .blog-detail-page h4, .blog-detail-page h5, .blog-detail-page h5{
    font-weight: 600;
}
.blog-detail-page .blog-detail {
    margin-bottom: 2rem;
}
.blog-detail-page .blog-title {
    text-transform: none;
    font-weight: 600;
    font-size: 2.5rem;
    color: #000;
}
.blog-detail-page .blog-image{
    height: 30rem;
    background-size: cover;
    background-position: center 0;
    position: relative;
    border-radius: 0;
    width: 100%;
    border: 1px solid #eee;
}
.blog-detail-page .blog-image .blog-title{
    position: absolute;
    color: #fff;
    left: 20px;
    right: 20px;
    bottom: 20px;
    font-size: 1.75rem;
}
.blog-detail-page .blog-image img {
    width: 100%;
}
.blog-detail-page .blog-meta {
    padding: 10px 0;
}
.blog-detail-page iframe {
    width: 100%;
    height: 450px;
}

/*====== Blog Search ======*/
.sidebar-search-outer {
    margin-bottom: 2rem;
}
.sidebar-search-outer .input-group {
    height: 4rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    flex-direction: row;
}
.sidebar-search-outer .input-group .form-control {
    border-radius: 0;
    border: 0;
    padding: 1rem 1rem;
    background: transparent;
    height: 100%;
    font-size: inherit;
    color: inherit;
}
.sidebar-search-outer .input-group-btn {
    position: relative;
    height: 4rem;
    width: 4.5rem;
}
.sidebar-search-outer .input-group-btn:before {
    content: "";
    height: calc(100% - 20px);
    width: 1px;
    background: #eee;
    position: absolute;
    top: 10px;
}
.sidebar-search-outer input[type='submit'] {
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    background: url(images/search-blue.svg) no-repeat;
    background-position: center;
    background-size: 1.65rem;
    outline: 0;
}
.sidebar-search-outer input[type='submit']:hover {
    opacity: 1;
}
.sidebar-search-outer .custom_form_msg {
    position: absolute;
    bottom: 0px;
    right: 4.5rem;
    margin: 0;
    font-size: 12px;
    color: #f00;
    padding: 0px 8px;
}
.sidebar-search-outer input[type=text]::-ms-clear{
    display: none; 
    width : 0; 
    height: 0;
}


/*=========== Sidebar ===========*/
.sidebar-form {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
    background-color: #045185;
    position: relative;
    background: url(images/bee-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center left;
}
.sidebar-form .form-control{
    background: transparent;
    border-color: rgba(255,255,255,0.35);
    padding-left: 0;
}
.sidebar-form div.wpcf7-response-output {
    text-align: center;
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: calc(100% + 20px);
}
.sidebar-form .btn-wrap {
    text-align: center;
}
.sidebar-form .btn-wrap, .sidebar-form .btn {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.sidebar .widget{
    margin-bottom: 3rem;
    border: 1px solid #efefef;
    box-shadow: 0 0 20px #f1f1f1;
}
.sidebar .widget ul {
    margin-bottom: 2rem;
    padding: 0rem 3rem;
    background: #fff;
    border-top: 0;
}
.sidebar .widget ul{
    margin-bottom: 0;
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.sidebar .widgettitle, .sidebar .widget-title {
    padding: 0.5rem 2rem;
    text-transform: none;
    font-size: 1.75rem;
    border-bottom: 0;
    position: relative;
    margin-top: 15px;
    background-color: #fff;
}
.sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar .widget ul {
    list-style: none;
}
.sidebar li {
    position: relative;
    transition: all .3s ease;
    border-bottom: 1px solid #eee;
    width: calc(100% + 6rem);
    margin-left: -3rem;
    padding-right: 2rem;
    padding-left: 2rem;
}
.sidebar li a {
    color: #3d3d3d;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5;
    transition: none;
    font-weight: 500;
    font-size: 1.15rem;
    padding-left: 20px;
}
.sidebar li a:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 18px;
    top: 18px;
    background-image: url(images/arrow-blue.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.sidebar li:hover, .sidebar li.activeChild, .sidebar li.current-cat, .sidebar li.current-cat {
    color: #0094f6;
}
.sidebar li:hover a, .sidebar li.activeChild a, .sidebar li.current-cat a, .sidebar li.current-cat a{
    color: #0094f6;
}
.sidebar li:last-child {
    border: 0;
}


.static-page .featured-img img{
    border: 3px solid #ddd;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
.static-page iframe {
    width: 100%;
    height: 450px;
}

/*===== About Page =====*/
.about-section-2{
    background: url(images/bg-about-3.jpg);
    background-size: cover;
}
.about-section-2 .left-block {
    width: 45%;
    height: 45rem;
    z-index: 1;
}
.about-section-2 .right-block {
    width: 55%;
}
.about-section-2 .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 0;
}
.about-section-2 .left-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #0094f6;
    top: -20px;
    left: -20px;
    z-index: -1;
}
.about-section-2 .video-btn {
    width: 6rem;
    height: 6rem;
    background: #0094f6;
    position: absolute;
    right: -1rem;
    bottom: -1rem;
    padding: 1rem;
}
.about-section-2 .video-btn a:before, .about-section-2 .video-btn a:after{
    content: none;
}
.about-section-2 .video-btn svg{
    fill: #fff;
}
.about-section-3{
    background: url(images/bg-about-2.jpg);
    background-size: cover;
}
.about-section-3 .row{
    background: url(images/shadow-divider.png) no-repeat;
    background-position: center;
}
.about-section-4{
    background: url(images/bee-bg.jpg) no-repeat; 
    /* background: url(images/bg-about-1.png);*/
    color: #fff;
    background-size: cover;
    background-position: center;
}
.about-section-5{
    background: #fafafa;
}
.about-section-5 .image {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center 0;
}



/************* 
   Accordion
*****************/
.faqs-page iframe {
    width: 100%;
}
.faq-listing-row {
    margin-top: 4rem;
}
.faq-listing .card{
    border: 0;
    box-shadow: 0 0 15px #ddd;
    margin-bottom: 1rem;
}
.faq-listing .card-header button[aria-expanded="true"]:before{ 
    content: "";
    background: url(images/arrow-angle.svg) no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1.5rem;
    right: 20px;
    background-size: 15px;
    transform: rotate(90deg);
}
.faq-listing [data-toggle="collapse"].collapsed:before {
    content: "";
    background: url(images/arrow-angle.svg) no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1.5rem;
    right: 20px;
    background-size: 15px;
}
.faq-listing > div+div{
    margin-top: 0;
    border-radius: 0;
}
.faq-listing .card-header{
    padding: 0;
    border: 0;
    position: relative;
}
.faq-listing .card-header em{
    float: right;
}
.faq-listing .card-header *, .faq-listing .card-header *:hover{
    text-decoration: none!important
}
.faq-listing .card-header .btn{
    width: 100%;
    display: block;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
    padding: 1rem 2rem 1rem 2rem;
    position: relative;
    background: #fff;
    color: #000;
    font-weight: 600;
    border-color: transparent;
    box-shadow: none !important;
    text-transform: none;
    font-size: 1.35rem;
    margin: 0px;
}
.faq-listing .card-header .btn em{
    position: absolute;
    top:50%;
    right: 1.5rem;
    transform: translateY(-50%)
}
.faq-listing .card-header button{
    color: #1c2439;
}
.faq-listing .card-header button[aria-expanded="true"], .faq-listing .card-header button:focus{
    transition: none;
    border-radius: 0;
    position: relative;
}
.faq-listing .card .card-body {
    margin-bottom: 2rem;
    margin-top: 0;
    padding: 1rem 0 2rem;
    margin: 0 2rem;
    position: relative;
    border-top: 1px solid #ddd;
}
.faq-listing .collapsing{
    transition: height .5s ease;
}
.faq-listing .card .collapse.show {
    z-index: 1;
}

.faq-tabs {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    list-style: none;
}
.faq-tabs li {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0px solid #e5e5e5;
    background: #e5e5e5;
}
.faq-tabs li + li {
    border-left: 0px solid #e5e5e5;
    margin-left: 10px;
}

.faq-tabs li a{
    line-height: 1.15;
    color: #000;
    display: flex;
    padding: 1.5rem 1rem;
    transition: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
}
.faq-tabs li a.active:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #01aed0;
    bottom: -10px;
}
.faq-tabs li a.active {
    background: #0094f6;
}      
.faq-tabs li a.active{
    color: #fff;
}
.faq-tabs .heading {
    margin-bottom: 0px;
}
.faqs-page .tab-content {
    margin-top: 3rem;
}



/*===== Pratice Listing =====*/
.pracitce-areas {
    background: url(images/bg-practice-areas.jpg);
    background-size: cover;
}
.practice-listing .item {
    width: 32%;
    background: #fff;
    margin-right: 1.5%;
    padding: 2rem;
    text-align: center;
    margin-bottom: 17px;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 2px #ddd;
    position: relative;
}
.practice-listing .item:nth-child(3n) {
    margin-right: 0;
}
.practice-listing .icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 10px;
}
.practice-listing .icon svg{
    width: 100%;
    height: 100%;
    fill: #0094f6;
}
.practice-listing .title {
    font-size: 1.35rem;
}
.practice-listing .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.practice-listing .item-hover {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 15px #ddd;
    background: #fff;
    padding: 2rem;
}
.practice-listing .item:hover .item-hover{
    transform: scale(1.05);
    opacity: 1;
    visibility: visible;

}
.practice-listing .icon-hover {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 10px;
}
.practice-listing .icon-hover svg{
    width: 100%;
    height: 100%;
    fill: #0094f6;
}
.practice-listing .title-hover {
    font-size: 1.35rem;
}

/*====== Team List ======*/

.team-list .item {
    width: 24%;
    margin-right: 1.25%;
    position: relative;
}
.team-list .item:nth-child(4n){
    margin-right: 0;
}
.team-list .item-inner{
    overflow: hidden;
}
.team-list .image-wrap {
    height: 28rem;
    background-size: cover;
    background-position: center 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.team-list .image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.team-list .detail {
    padding: 1rem 0;
}
.team-list .name {
    font-size: 1.5rem;
}
.team-list .role{
    color: #737373;
}
.team-list .item:hover {
    box-shadow: 0px 0px 0 3px #0094f6;
    transition: all .6s ease;
    transition-delay: 0.2s;
}
.team-list .item:hover .image {
    transform: scale(1.05);
}
.team-list .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*====== Attorney Detail ======*/

.attorney-section-1 .row{
    align-items: center;
}
.attorney-section-1 .left-block {
    width: 55%;
}
.attorney-section-1 .right-block {
    width: 45%;
    height: 42rem;
}
.attorney-section-1 .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 0;
}
.attorney-section-1 .designation {
    font-size: 1.15rem;
    color: #555;
    font-weight: 500;
}

.attorney-section-2 .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: -1;
}
.attorney-section-2 .phone-wrap a {
    display: inline-block;
    background: #0094f6;
    padding: 1rem 2rem 1rem 4.5rem;
    line-height: 1;
    position: relative;
}
.attorney-section-2 .phone-wrap a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    background-image: url(images/call.svg);
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center;
    width: 55px;
    height: 55px;
    transform: translateY(-50%);
    margin-top: -1px;
}
.attorney-section-2 .phone-wrap {
    background: url(images/line-phone.png) no-repeat;
    background-position: center;
}

.attorney-section-2 .phone-title {
    font-size: 1.15rem;
    font-weight: 300;
}
.attorney-section-2 .phone-no {
    font-size: 1.75rem;
    font-weight: 600;
}

.attorney-section-3 .row {
    align-items: center;
}
.attorney-section-3 .left-block {
    width: 45%;
    height: 40rem;
}
.attorney-section-3 .right-block {
    width: 55%;
}
.attorney-section-3 .image{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.attorney-section-4{
    background: url(images/bg-attorney-2.jpg);
    background-size: cover;
}
.attorney-section-4 ul {
    margin-bottom: 1.5rem;
    margin-left: 18px;
}

/*========= Search Page =========*/
.search-result-heading {
    color: #999;
    font-weight: 600;
}
.search-result-heading .search-by {
    color: #333;
}
.search-page .search-item {
    border: 2px solid transparent;
    padding: 2em;
    margin-bottom: 1rem;
    box-shadow: 1px 2px 20px 0 #e5e5e5;
    background: #fff;
}
.search-page .search-item .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}
.search-page .search-item:hover .title{
    border-color: rgba(255,255,255,0.15);
}
.search-page .search-item:last-child {
    margin-bottom: 1rem;
}
.search-page .search-item:hover {
    border-color: rgba(255,255,255,0.5);
    background: #02437a;
    color: #fff;
}
.search-page .search-item a.more {
    transition: none;
    position: relative;
    display: inline-block;
    font-weight: 600;
    background-image: url(images/arrow-right.svg);
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: 6rem center;
    padding-right: 3rem;
}
.search-page .search-item a{
    transition: none;
    color: #000;
}
.search-page .search-item:hover a {
    color: #fff;
}
.search-page .search-item p {
    margin-bottom: 1rem;
}
.search-page .search-item:hover a.more:after{
    color: #fff;
}

/*====== 404 Page From =======*/
.page-not-found .btn-wrap {
    width: 13rem;
    position: relative;
}
.page-not-found .btn-wrap .btn {
    width: 100%;
}

/*========== Thank You =========*/
.thank-you-page .title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.5;
    color: #02437a;
}
.thank-you-page .text {
    font-size: 1.2rem;
    font-weight: 500;
}
.thank-you-page .banner-title{
    visibility: hidden;
}
.page-template-thank-you .page-banner .banner-title{
    visibility: hidden;
}

/*************
  Schema
*****************/

.schema-sec-1{
    background-color: #f1f1f1;
    padding: 3rem 0;
}
.schema-sec-2{
    background-color:#f7f7f7;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.schema-sec-2 iframe {
    width: 100%;
    border: none;
}
.schema-wrap strong {
    font-size: 1.2rem;
}

#mchat {
    font-size: 24px;
    color: #000;
    padding: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #0094f6;
    position: fixed;
    bottom: 60px;
    right: 15px;
    text-transform: capitalize;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 999;
    background-image: url(images/chat.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-form {
    background: #0094f6;
    padding: 30px 25px 45px;
}
.banner-form .btn-wrap .btn {
    background: #fff;
    color: #0094f6;
    border-color: #fff;
    width: 100%;
}
.banner-form .btn-wrap {
    position: relative;
}

.banner-form div.wpcf7-response-output {
    font-size: 11px;
    line-height: 1;
    background: #fff;
    border-radius: 0;
    padding: 3px 5px !important;
    margin-top: 5px !important;
    text-align: center;
}
.banner-form span.wpcf7-not-valid-tip {
    right: 0;
    font-size: 12px;
    padding: 1px 2px;
    background: #fff;
}

.attorney-section-2 .desc{
    text-align: left;	
}
.page-id-377 .reviews-section.spaced,
.page-id-380 .reviews-section.spaced {
    background-image: url(images/bg-practice.jpg);
}



.info-sheet-download-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
    opacity: 1!important;
}
.info-sheet-download-form ::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
    opacity: 1!important;
}
.info-sheet-download-form :-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
    opacity: 1!important;
}
.info-sheet-download-form :-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
    opacity: 1!important;
}




.info-sheet-download-form select, .info-sheet-download-form select:focus{
	color: #fff ;
}

.info-sheet-download-form textarea, .info-sheet-download-form input{
	color: #fff !important;
}


.info-sheet-download-form select * {
    color: #000 !important;
}

.info-sheet-download-form {
    max-width: 850px;
    margin: 50px auto 0;
    background: #0094f6;
    padding: 40px;
	color: #fff;
}

 .page-id-443 .static-page.content-area{
	background: url('./images/bg-content-2.png;'); 
}


.info-sheet-download-form .btn-wrap{
	position: relative;
    text-align: center;
}


.info-sheet-download-form .btn-wrap input[type=submit]{
    background: #fff ;
    color: #0094f6 !important;
}

.info-sheet-download-form span.wpcf7-not-valid-tip {
    background: #fff;
    line-height: 1;
    padding: 3px 5px;
}

.info-sheet-download-form + .wpcf7-response-output {
    text-align: center;
}
/****** 5 jan 21**********/
.header-phone a:hover .phone-no {
    color: #ddd;
}
.form-btn input.wpcf7-submit.btn {
    font-size: 20px;
}
.attorney-section-2 .phone-no:hover {
    color: #ddd;
}

span.wpcf7-form-control-wrap.quiz-math label {
width: 100%;
}
span.wpcf7-form-control-wrap.quiz-math {
    text-align: left;
}
.quiz-math span.wpcf7-not-valid-tip {
    bottom: 10px;
}
span.wpcf7-quiz-label {
    padding-left: 10px;color:grey
}
.banner-form span.wpcf7-form-control-wrap.quiz-math {
    height:25px;
}
.banner-form input.wpcf7-form-control.wpcf7-quiz.form-control {
    position: relative;
    bottom: 28px;
}

.banner-form span.wpcf7-quiz-label{color:#fff}