body {
    color: #000;
    line-height: 2;
    font-family: 'Montserrat', sans-serif;
    padding-top: 136px;
}
a[href^="tel:"] {
    text-decoration: none !important;
}
a[href^="mailto:"]:hover{
    text-decoration: none !important;
}
a{
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    outline: 0;
    color: #f29407;
}
p{
    margin-bottom: 15px;
}
ul, ol{
    margin: 0;
    padding: 0;
}
p:last-child{
    margin-bottom: 0;
}
h1, .h1{
    font-size: 52px;
}
h2, .h2 {
    font-size: 45px;
}
h3, .h3{
    font-size: 40px;
}
h4, .h4{
    font-size: 35px;
}
h5, .h5{
    font-size: 30px;
}
h6, .h6{
    font-size: 25px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}
b, strong{
    font-weight: 700;
}
img{
    max-width: 100%;
    height: auto;
}
button{
    outline: 0 !important;
}
.form-btn {
    position: relative;
    width: 200px;
}
.form-btn .btn{
    width: 100%;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-color: #fff;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
.btn {
    background-color: #f29407;
    border-color: #f29407;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-width: 2px;
    color: #fff;
    padding: 15px 25px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    min-width: 200px;
    font-weight: 600;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn:hover {
    background-color: transparent;
    border-color: #f29407;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #f29407;
}
.btn.btn-red{
    background-color: #dc513a;
    border-color: #dc513a;
    color: #fff;
}
.btn.btn-red:hover{
    background-color: #000;
    border-color: #000;
}
.form-group {
    margin-bottom: 30px;
}
.form-control{
    background: transparent;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 !important;
    max-height: 110px;
    resize: none;
    border: 0px solid #eee;
    height: calc(3.5rem + 2px);
    border-radius: 0;
    border-bottom: 1px solid #eee;
}
.form-control:focus{
    background: transparent;
    border-color: initial;
}
.section-pd, .spaced{
    padding-top: 80px;
    padding-bottom: 80px;
}

.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #f00;
    padding: 1px 3px;
    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: 7px;
    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;
    text-transform: uppercase;
}
.dark-bg-form ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.7) !important;
    text-transform: uppercase;
}
.dark-bg-form :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,0.7) !important;
    text-transform: uppercase;
}
.dark-bg-form :-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.7) !important;
    text-transform: uppercase;
}
.dark-bg-form .form-control{
    color: #fff !important;
}

.sidebar-form div.wpcf7-response-output{
    text-align: center;
}
.list-style ul, .list-style ol {
    list-style: none;
    margin-bottom: 20px;
}
.list-style li {
    position: relative;
    padding-left: 30px;
    transition: all .3s ease;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: url(../images/list-icon.svg);
    background-repeat: no-repeat;
    background-position: 0 15px;
    background-size: 20px 20px;
}

.html5lightbox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
}
.html5lightbox:before {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    background: url(../images/play.png) no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.html5lightbox:hover:after {
    background: rgba(0, 0, 0, 0);
}
.html5-elem-box .html5-image {
    padding: 0 !important;
}
.elm-button {
    margin-top: 15px;
    padding: 15px 30px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    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;
}

.no-scroll{
    overflow: hidden;
}

/* =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: 140px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 9999;
    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: 60px;
    width: 60px;
    border: none;
    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: 25px;
    top: 15px;
    font-size: 15px;
    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: 30px;
}
.search-panel .searchform input[type="text"] {
    padding: 0;
    border: 0;
    vertical-align: middle;
    background-color: transparent;
    color: #000 !important;
    border-bottom: 0px solid;
    width: 100%;
    outline: 0;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0;
    height: 60px;
    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 .searchform input[type="image"] {
    vertical-align: middle;
    padding: 20px;
    height: 60px;
    width: 60px;
    outline: 0;
    position: absolute;
    right: -10px;
    bottom: 0;
}
.search-panel .search-box {
    margin: 15px 0 0;
    padding: 15px 0 30px;
    border-bottom: 1px solid #eee;
}
.search-panel .search-heading a {
    font-size: 22px;
    color: #000;
}

.search-panel .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 ============*/
.header{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09)  
}
.header.shrink {
    background: #fff;
    transition: all .3s ease-in-out;
    z-index: 999;
    box-shadow: 0 5px 5px -5px #555;
}
.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 > a:before {
    top: 0;
}

.header {
    transition: all .3s ease-in-out;
    padding: 0 0;
	background:#fff;
}
.header .nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-search {
    margin-left: 30px;
    margin-right: 50px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}
.header-search:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    top: 50%;
    left: -13px;
    background: #ddd;
    transform: translateY(-50%);
}
.header-search .search-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20px;
    height: 20px;
}
.header-search svg {
    width: 100%;
    height: 100%;
    fill: #f29407;
    cursor: pointer;
}
.header-logo {
    width: 200px;
    display: flex;
    align-items: center;
}
.header-logo img {
    padding: 5px 0;
    width: auto;
}
.header-right {
    width: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all .3s ease-in-out;
    padding-left: 30px;
}
.header-right-top {
    line-height: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0;
}
.header-right-bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,.15);
}
.header-btn{
    border-color: transparent;
    display: flex;
    align-items: center;
}
.header-btn .btn {
    font-size: 13px;
}


.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 20px;
    color: #000;
    position: relative;
}
.nav-menu .menu > li > a:before{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    transition: all .4s ease-in-out;
    opacity: 0;
    background: #f29407;
}
.nav-menu .menu > li:hover > a, .nav-menu .menu > li.current-menu-item > a{
    color: #000;
}
.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{
    opacity: 1;
    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: 28px 1px;
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    transition: none;
    text-transform: uppercase;
}
.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;
    transition: all linear 0.1s;
    background-color:#FFF;
    visibility: hidden;
    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: #fff;
    color: #f29407;
}
.nav-menu .sub-menu li.menu-item-has-children > a{
    background-image: url(images/right-arrow-angle.svg);
    background-size: 12px;
    background-position: 95% center;
    background-repeat: no-repeat;
}
.nav-menu .sub-menu li.menu-item-has-children:hover > a{
    background-image: url(images/right-arrow-angle.svg);
    background-size: 12px;
    background-position: 95% center;
    background-repeat: no-repeat;
}
.nav-menu li ul li {
    border-top: 0;
    display: block;
    margin: 0;
    border-bottom: 1px solid #fba72a;
}
.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: #f29407;
    min-width: 16rem;
    text-align: left;
    box-shadow: 0px 1px 1px #eee;
    font-size: 15px;
}
.nav-menu ul li .sub-menu li a {
    padding: 0.55rem 1rem;
    line-height: normal;
    margin: 0;
    border: none;
    color: #fff;
    display: block;
    white-space: normal;
    font-weight: 500;
    transition: none;
}

.nav-menu ul li .sub-menu li a:hover{
    background: #fff;
    color: #f29407;
    border: none;
}
.nav-menu > .menu > li.menu-item-has-children:after {
    content: "";
    background-image: url(../images/angle.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;
}
.header.shrink .nav-menu > .menu > li.menu-item-has-children:after {
    content: "";
    background-image: url(../images/angle.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.5;
}

.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 #f29407;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    opacity: 1;
    z-index: 5;
}


/*===== Home Page ====*/
.home-banner {
    height: 650px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    color: #fff;
	align-items: flex-end;
	background-image: url(https://www.mannlawllc.com/wp-content/uploads/2021/10/banner-bg.jpg);
	background-color:#1e99d2;
}
.home-banner .row{
    align-items: center;
    position: relative;
	justify-content: flex-end;
}
.home-banner .banner-content {
    max-width: 490px;
    margin-right: 100px;
    background: rgba(15, 83, 116, .8);
    padding: 20px;
    margin-bottom: 100px;
}
.home-banner .banner-title {
    font-size: 42px;
    color: #fff;
    position: relative;
    line-height: 1.2;
    text-shadow: 0 0 1px rgba(0,0,0,0.56);
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 10px;
}
.home-banner .banner-title span {
    color: #f29407;
    font-size: 0.85em;
}
.home-banner .banner-description {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
	margin-bottom: 10px !important;
}

.home-banner .banner-image {
    position: absolute;
    width: 650px;
    height: 100%;
    bottom: 0;
    right: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.banner-links {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.25);
    width: 100%;
    /*padding-left: 135px;*/
    border-top: 1px solid rgba(255,255,255,.15);
    z-index: 9;
}
.banner-links .item {
    padding: 25px 40px;
    position: relative;
    width: 33.33%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-links .title {
    font-size: 25px;
    color: #f29407;
}
.banner-links .subtitle {
    text-transform: uppercase;
    font-weight: 500;
}
.banner-links .item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    top: 20px;
    right: 0;
    background: rgba(255,255,255,.15);
}
.banner-links .item:last-child:after {
    content: none;
}
.banner-links .item:hover{
    background: rgba(255,255,255,.25);
}
.banner-links .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.home-banner .scroll-down {
    position: absolute;
    left:0px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.home-banner .scroll-down span {
    transform: rotate(-90deg);
    color: #fff;
    opacity: 0.2;
    text-transform: uppercase;
    transform-origin: 65% -35%;
    font-size: 14px;
}
.header-phone .phone-icon {
    width: 50px;
    height: 50px;
}
.header-phone svg {
    fill: #f29407;
}
.header-phone a {
    display: flex;
    align-items: center;
    color: #f29407;
}
.header-phone .phone-no {
    font-size: 27px;
    font-weight: 600;
    color: #f29407;
}
.header-phone .phone-detail{
    line-height: 1;
    margin-left: 15px;
}
.header-phone .phone-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    margin-top: 7px;
}


.header-social-links ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.header-social-links li a {
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    padding: 0;
}
.header-social-links li svg {
    width: 100%;
    height: 100%;
    fill: #000;
    padding: 7px;
    opacity: 0.25;
}
.header-social-links li:hover svg {
    fill: #f29407;
    opacity: 1;
}

.header-address {
    position: relative;
    font-size: 14px;
    margin-right: 40px;
    padding-left: 30px;
    font-weight: 500;
}
.header-address:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-image: url(../images/location.svg);
}

/***** Mobile Banner *****/
.home-banner.m-home-banner{
    padding-top: 50px
}
.home-banner.m-home-banner .row {
    align-items: center;
    justify-content: center;
}
.home-banner.m-home-banner .banner-content{
    margin-bottom: 10px
}



.footer {
    background: #074e6f;
    padding: 70px 0 30px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    background: #02415e;
    z-index: -1;
}
.footer-help-title {
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
}
.footer-consult-title {
    font-size: 20px;
    line-height: 1;
}

.footer-email {
    margin-top: 40px;
}
.footer-email .email-icon {
    width: 40px;
    height: 40px;
}
.footer-email svg {
    fill: #f29407;
}
.footer-email a {
    display: flex;
    align-items: center;
    color: #f29407;
}
.footer-email .email-detail {
    line-height: 1;
    margin-left: 15px;
}
.footer-email .email-address {
    font-size: 27px;
    font-weight: 600;
    color: #f29407;
}
.footer-email .email-title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
    color: #fff;
}

.footer-phone {
    margin-top: 40px;
}
.footer-phone .phone-icon {
    width: 40px;
    height: 40px;
}
.footer-phone svg {
    fill: #f29407;
}
.footer-phone a {
    display: flex;
    align-items: center;
    color: #f29407;
}
.footer-phone .phone-detail {
    line-height: 1;
    margin-left: 15px;
}
.footer-phone .phone-no {
    font-size: 27px;
    font-weight: 600;
    color: #f29407;
}
.footer-phone .phone-title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
    color: #fff;
}
.footer .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.footer-social-links ul {
    list-style: none;
    display: flex;
}
.footer-social-links li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0;
    margin: 10px 7px;
}
.footer-social-links li svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    padding: 7px;
}
.footer-social-links li:hover svg{
    fill: #f29407;
}

.footer-social-wrap{
    display: flex;
    align-items: center;
}
.footer-social-links {
    margin-left: 20px;
    border: 1px solid rgba(255,255,255,0.25);
}
.footer-social-wrap{
    margin-top: 40px;
}
.copyrights {
    color: #949494;
    opacity: 0.5;
    margin-top: 30px;
}

.ftr-col-2 {
    color: #949494;
}
.footer-menu ul{
    list-style: none;
}
.footer-menu li {
    margin-bottom: 10px;
}
.footer-menu li.current-menu-item a {
    color: #fff;
}
.footer-menu a {
    color: #949494;
}
.footer-menu a:hover {
    color: #fff;
}

.footer-contact {
    margin-top: 40px;
}
.footer-nap-row {
    display: flex;
    flex-wrap: wrap;
}
.footer-nap-col{
    width: 50%;
}
.footer-contact .direction-link {
    color: #f29407;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-contact .direction-link:hover {
    color: #fff;
}
.footer-contact .location-name {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}
.footer-contact .phone {
    margin-top: 15px;
    font-weight: 500;
}
.footer-contact .phone a{
    color: #f29407;
    font-weight: 400;
}
.footer-links ul {
    display: flex;
    list-style: none;
}
.footer-bottom .left-side {
    width: 100%;
}
.footer-bottom .right-side {
    width: 100%;
}
.footer-links li a {
    color: #949494;
    opacity: 0.5;
}
.footer-links li a:hover {
    color: #fff;
}
.footer-links li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.footer-links li + li{
    margin-left: 5px;
}
.footer-links ul li+li:before {
    content: "";
    width: 1px;
    height: .8em;
    display: inline-block;
    vertical-align: middle;
    background-color: #949494;
    opacity: 0.5;
    margin: 0 8px;
    position: relative;
    top: -1px;
}


/*======= Trust Logos Section ======*/
.awards-section {
    background: #ffffff;
    position: relative;
    box-shadow: 0 0 17px #c3c3c3;
}
.awards-logos .item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 5px;
    padding: 15px 15px;
    height: 180px;
}
.awards-logos .item img {
    transition: all .4s ease-in-out 0s;
    /* max-height: 150px; */
    max-width: 100%;
    width: auto;
    height: auto;
}
.awards-logos .item:hover img{
    opacity: 1;
    transform: scale(1.05);
}

/* Experience Section */
.heading-wrap{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 75px;
    margin-top: 30px;
}
.first-char{
    color: #eeefef;
    font-size: 200px;
    line-height: 1;
    position: absolute;
    margin-top: -64px;
    left: 0;
    bottom: 0;
    z-index: -1;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
.experience-section .heading-wrap{
    justify-content: center;
    padding-left: 0;
}
.experience-section .first-char{
    position: relative;
    left: 40px;
}
.experience-section .image {
    height: 580px;
    background-size: cover;
}
.experience-section .short-desc {
    font-size: 20px;
}
.experience-section .left-col:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    border: 1px solid #ddd;
    bottom: -25px;
    left: -10px;
    z-index: -1;
}
.experience-section .left-col:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    background: -moz-linear-gradient(bottom,  rgba(30,153,210,1) 0%, rgba(30,153,210,0.5) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,  rgba(30,153,210,1) 0%,rgba(30,153,210,0.5) 50%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top,  rgba(30,153,210,1) 0%,rgba(30,153,210,0.5) 50%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e99d2', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
    z-index: -1;
}
.experience-section .small-image {
    width: 280px;
    height: 120px;
    position: absolute;
    top: 66%;
    left: -50px;
    box-shadow: -3px 1px 8px #eee;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.experience-section .right-col {
    padding-left: 70px;
}
.experience-section .btn-image-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.experience-section .review-img {
    margin-left: 0;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.experience-section .review-img img {
    max-width: 150px;
}

.experience-section .description {
    margin-top: 40px;
}

/* Practice Areas */
.pa-top-info {
    background-color: #1e99d2;
    padding-top: 80px;
    padding-bottom: 50px;
}
.pa-top-info .row {
    align-items: center;
}
.pa-top-info .first-char {
    color: rgba(255,255,255,0.15);
    z-index: 0;
}
.home-pa-section{
    overflow: hidden;
}
.home-pa-section .title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}
.home-pa-section .pa-image {
    height: 400px;
    position: relative;
    background-size: cover;
}
.home-pa-section .pa-image:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(242, 148, 7, 0.65);
    opacity: 0;
    transition: all .5s ease-in-out;
}
.home-pa-section .pa-image:hover:before{
    opacity: 1;
}
.home-pa-section .pa-image a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.home-pa-section .pa-detail {
    padding: 50px;
    text-align: center;
    display: flex;
    align-items: center;
}
.home-pa-section .link {
    width: 55px;
    height: 55px;
    display: inline-block;
}
.home-pa-section .link svg{
    fill: #f29407;
}
.home-pa-section .link:hover svg {
    fill: #000;
}
.home-pa-list .pa-outer-row:nth-child(even) .pa-inner-row {
    flex-direction: row-reverse;
}


/* Personal Injury Section */
.pi-section {
    background-color: #1e99d2;
}
.pi-section .first-char {
    color: rgba(255,255,255,0.15);
    z-index: 0;
}
.pi-section .short-desc {
    font-size: 20px;
    margin-top: 30px;
}
.pi-section .image {
    height: 430px;
    background-size: cover;
    /*width: calc(100% + 400px);*/
    position: relative;
    /*left: -400px;*/
    margin-top: 40px;
}
.about-section ul {
    padding-left: 20px;
}
/* About Section */
.about-section {
    position: relative;
}
.about-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/bg-1.png);
    background-size: cover;
    background-color: #fafafa;
    z-index: -1;
}
.about-section .image {
    height: 730px;
    background-size: cover;
}
.about-section .right-col {
    padding-left: 80px;
}
.about-section .left-col:before {
    content: "";
    position: absolute;
    width: 96%;
    height: 100%;
    border: 1px solid #ddd;
    top: -25px;
    left: -25px;
    z-index: -1;
}
.about-section .left-col:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 55%;
    top: 10%;
    right: -5px;
    background: #1e99d2;
    z-index: -1;
}


/* Testimonials Section */

.testimonials-section{
    position: relative;
}
.testimonials-section .right-col {
    padding-left: 70px;
}
.testimonials-section:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e8f5fa;
}

.testimonials-section .row {
    margin-left: 100px;
}
.testimonials-section .left-col {
    padding: 0 75px 0 100px;
    z-index: 1;
    position: relative;
}
.testimonials-section .left-col:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 160px);
    top: -80px;
    left: 0;
    background: #fff;
    z-index: -1;
}
.testimonials-section .right-col {
    padding-left: 70px;
}
.testimonials-section .heading-wrap {
    margin-top: 30px;
}
.testimonials-section .description {
    font-size: 20px;
}

.testimonials-slider .item {
    position: relative;
    padding: 15px 40px 0 55px;
}
.testimonials-slider .quote {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonials-slider .quote svg {
    fill: #f29407;
    opacity: 0.15;
}
.testimonials-section .title {
    font-weight: 600;
}
.star-rating {
    display: flex;
}
.star-rating .star-icon{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.star-rating svg{
    fill: #f4c20d;
}
.test-slide-arrows {
    display: flex;
    margin-top: 40px
}
.test-slide-arrows .testimonial-PrevArrow {
    width: 70px;
    height: 70px;
    cursor: pointer;
}
.test-slide-arrows .testimonial-NextArrow {
    width: 70px;
    height: 70px;
    cursor: pointer;
    margin-left: 20px;
}
.test-slide-arrows .slick-disabled{
    opacity: 0.35;
    filter: grayscale(100%);
}
.test-slide-arrows svg{
    fill: #f29407;
}

/* Form Section */

.form-section{
    position: relative;
    background-color: #1e99d2;
}

.form-section .contact-title {
    font-size: 25px;
    font-weight: 600;
    margin-top: 70px;
}
.form-section .contact-desc {
    font-size: 20px;
    line-height: 1;
}

.form-section .email-holder {
    margin-top: 40px;
}
.form-section .email-holder .email-icon {
    width: 40px;
    height: 40px;
}
.form-section .email-holder svg {
    fill: #f29407;
}
.form-section .email-holder a {
    display: flex;
    align-items: center;
    color: #f29407;
}
.form-section .email-holder .email-detail {
    line-height: 1;
    margin-left: 15px;
}
.form-section .email-holder .email-address {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.form-section .email-holder .email-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
    color: #fff;
}

.form-section .phone-holder {
    margin-top: 40px;
}
.form-section .phone-holder .phone-icon {
    width: 40px;
    height: 40px;
}
.form-section .phone-holder svg {
    fill: #f29407;
}
.form-section .phone-holder a {
    display: flex;
    align-items: center;
    color: #f29407;
}
.form-section .phone-holder .phone-detail {
    line-height: 1;
    margin-left: 15px;
}
.form-section .phone-holder .phone-no {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.form-section .phone-holder .phone-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
    color: #fff;
}

.form-section .left-col {
    position: relative;
    padding: 60px 60px 0 180px;
}
.form-section .left-col:before {
    content: "";
    position: absolute;
    width: calc(100% + 400px);
    height: calc(100% + 160px);
    top: 0;
    left: -400px;
    background: rgba(5, 21, 35, 0.5);
}
.form-section .form-control {
    border-color: rgba(255,255,255,0.35);
}

.form-section .right-col {
    padding-left: 50px;
    padding-right: 250px;
}
.form-section .description {
    font-size: 20px;
}

.form-section .first-char {
    color: rgba(255,255,255,0.15);
    z-index: 0;
}
.form-section .form-group {
    margin-bottom: 45px;
}

.form-section .wpcf7-response-output.alert-success {
    color: #08e508;
}

/* Location Section */
.location-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.location-row .tab-list{
    width: 32%;
}
.location-row .tab-content {
    width: 68%;
}
.location-tab{
    border: 12px solid;
    border-image-slice: 15;
    border-image-source: repeating-linear-gradient(-45deg,#fff,#e4e4e4 1px,#fff 3px,#fff 3px);
}
.location-tab .nav-tabs {
    padding: 30px 15px;
    border: 0;
}
.location-tab .phone a {
    color: #f29407;
}
.location-row .tab-pane{
    height: calc(100% - 50px);
    width: calc(100% + 50px);
    margin-top: 50px;
    margin-left: -50px;
}
.location-row iframe{
    width: 100%;
    height: 100%;
    border: 0;
}
.location-row .nav-item{
    position: relative;
    color: #949494;
    padding-left: 50px;
}
.location-row .nav-item:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 0;
    margin: auto;
    background-image: url(../images/location.svg);
}
.location-row .nav-item + .nav-item{
    margin-top: 15px;
}
.location-row .nav-tabs .nav-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent !important;
    border: 0;
}

.location-section .location-name {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.location-section .direction-link {
    font-weight: 600;
    text-transform: uppercase;
    color: #f29407;
}

.location-section .phone-holder {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.location-section .phone-holder .phone-icon {
    width: 50px;
    height: 50px;
}
.location-section .phone-holder svg {
    fill: #fff;
}
.location-section .phone-holder a {
    display: flex;
    align-items: center;
    color: #f29407;
    background: #f29407;
    padding: 25px;
}
.location-section .phone-holder .phone-detail {
    line-height: 1;
    margin-left: 15px;
}
.location-section .phone-holder .phone-no {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.location-section .phone-holder .phone-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
    color: #fff;
}


.page-banner {
    height: 400px;
    background-size: cover;
    background-position: 0 100%;
}
.page-banner .banner-title {
    font-size: 65px;
    font-weight: 600;
    text-shadow: 1px 2px 2px #555;
}
.hide-banner body {
    padding-top: 100px;
}
.hide-banner .page-banner {
    display: none !important;
}
.hide-banner .header {
    box-shadow: 0 5px 5px -5px #555;
}
.hide-banner .header {
    background: #fff;
}
.hide-banner .nav-menu .menu>li>a:before {
    background: #fff;
}
.hide-banner .header-btn a {
    background: #fff;
    color: #434343;
    border-color: #fff;
}
.hide-banner .header-btn .btn-title {
    color: #000;
}

/* Contact Page */
.contact-top-section .top-info {
    gap: 50px;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    justify-content: center;
}

@media(max-width: 768px) {
	.contact-top-section .top-info {
		flex-direction: column;
	}
}

.contact-top-section .description{
    font-size: 20px;
}

.contact-block .infographic-wrapper img {
	width: 100%;
}

.contact-info-block {
    border: 0;
    background: repeating-linear-gradient(-45deg,#fff,#e4e4e4 1px,#fff 3px,#fff 3px);
    padding: 15px;
}
.contact-info-block .inner{
    background: #fff;
    padding: 30px;
}
.contact-info-block .block-title {
    font-size: 25px;
    font-weight: 600;
}
.contact-info-block .block-subtitle {
    font-size: 20px;
    line-height: 1.3;
}

.contact-info-block .email-holder {
    margin-top: 40px;
}
.contact-info-block .email-holder .email-icon {
    width: 40px;
    height: 40px;
}
.contact-info-block .email-holder svg {
    fill: #f29407;
}
.contact-info-block .email-holder a {
    display: flex;
    align-items: center;
    color: #000;
}
.contact-info-block .email-holder .email-detail {
    line-height: 1;
    margin-left: 15px;
    width: calc(100% - 40px);
}
.contact-info-block .email-holder .email-address {
    font-size: 26px;
    font-weight: 600;
}
.contact-info-block .email-holder .email-title {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 11px;
}

.contact-info-block .phone-holder {
    margin-top: 40px;
}
.contact-info-block .phone-holder .phone-icon {
    width: 40px;
    height: 40px;
}
.contact-info-block .phone-holder svg {
    fill: #f29407;
}
.contact-info-block .phone-holder a {
    display: flex;
    align-items: center;
    color: #000;
}
.contact-info-block .phone-holder .phone-detail {
    line-height: 1;
    margin-left: 15px;
    width: calc(100% - 40px);
}
.contact-info-block .phone-holder .phone-no {
    font-size: 26px;
    font-weight: 600;
}
.contact-info-block .phone-holder .phone-title {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 10px;
}


.contact-map-section{
    position: relative;
}
.contact-map-section .tab-content {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
}
.contact-map-section .tab-pane{
    height: 100%;
}
.contact-map-section iframe{
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.contact-locations {
    width: 400px;
    background: #f29407;
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.contact-locations .location-name {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.contact-locations .direction-link {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.contact-locations .phone a{
    color: #fff;
}

.contact-map-section iframe {
    position: relative;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    z-index: 0;
}
.contact-locations .item{
    position: relative;
    padding: 30px 30px 30px 70px;
    width: 100%;
    cursor: pointer;
    height: 100%;
}
.contact-locations .item.active{
    background: #d07d01;
}
.contact-locations .item.active:after {
    content: "";
    position: absolute;
    left: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #d07d01;
    width: 0;
    height: 0;
    opacity: 1;
    z-index: 5;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact-locations .item:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40px;
    margin: auto;
    left: 20px;
    background-image: url(../images/location-white.svg);
}

/* Blog Page */

.blog-item-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-page-listing .blog-item {
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.blog-page-listing .blog-item:last-child{
    margin-bottom: 0;
}
.blog-meta {
    padding: 5px 0 10px;
    display: flex;
    line-height: 1;
    align-items: center;
    color: #b0b0b0;
    width: 100%;
    list-style: none;
    position: relative;
}
.blog-meta .post-date{
    padding-left: 25px;
}
.blog-meta .post-date:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(images/clock.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}
.blog-meta .category a {
    color: #bbb;
    font-weight: 500;
    padding-right: 5px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    line-height: 1.3;
    text-transform: uppercase;
}
.blog-meta .category a:hover {
    color: #fdad20;
}
.blog-meta .category a:before {
    content: ",";
    position: absolute;
    right: 0;
}
.blog-meta .category a:last-child:before {
    content: none;
}
.blog-meta > div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.blog-meta > div + div:before {
    content: "";
    width: 1px;
    height: .8em;
    display: inline-block;
    vertical-align: middle;
    background-color: #ababab;
    margin: 0 8px;
    position: relative;
    top: -1px;
}

.blog-item .blog-image {
    height: 400px;
    background-size: cover;
    background-position: center 0;
    position: relative;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eee;
} 
.blog-item .blog-image.no-thumnails {
    background-color: #02415e;
    background-size: 34%;
    background-repeat: no-repeat;
    background-position: center;
}
.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: 35px;
    line-height: 1.2;
    text-transform: none;
}
.blog-page-listing .title:hover a{
    color: #fdad20;
}
.blog-page-listing .blog-content {
    width: 100%;
}
.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: #000;
}
.blog-item .item-hover a:hover, .item-hover .blog-meta .category a:hover{
    color: #4d4b60;
}
.blog-item .item-hover .btn-arrow:hover:after{
    background-color: #ccb70a;
    border-color: #ccb70a;
}
.blog-item .read-more {
    position: relative;
    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: center;
}

/*====== 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;
    font-size: 28px;
}
.blog-detail-page .blog-title {
    text-transform: none;
    font-weight: 700;
    color: #000;
    font-size: 35px;
}
.blog-detail-page .blog-image{
    background-size: cover;
    background-position: center 0;
    position: relative;
    border-radius: 0;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-bottom: 20px;
}
.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;
    margin-bottom: 0;
}
.blog-detail-page .blog-meta li{
    background-image: none;
    padding: 0 15px;
}
.blog-detail-page iframe {
    width: 100%;
    height: 450px;
}

.addtoany_content {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    margin-top: 30px;
}
.addtoany_content .a2a_kit a {
    cursor: pointer;
    width: 90px;
}
.addtoany_content .a2a_kit .a2a_svg {
    width: 100% !important;
    border-radius: 0;
}
.addtoany_content .a2a_svg svg {
    width: 30px;
}
.addtoany_content .addtoany_header {
    margin: 0 10px 0;
    font-weight: 600;
}

/*====== Blog Search ======*/
.sidebar-search-outer {
    margin-bottom: 40px;
}
.sidebar-search-outer form {
    border: 1px solid #58cced;
}
.sidebar-search-outer .input-group {
    height: 60px;
    overflow: hidden;
    background: #fff;
    flex-direction: row;
    border: 3px solid #d0dbeb;
}
.sidebar-search-outer .input-group .form-control {
    border-radius: 0;
    border: 0;
    padding: 15px;
    background: #fff;
    height: 100%;
    font-size: inherit;
    color: inherit;
}
.sidebar-search-outer .input-group-btn {
    position: relative;
    height: 60px;
    width: 60px;
}
.sidebar-search-outer .input-group-btn:before {
    content: "";
    height: calc(100% - 20px);
    width: 0;
    background: #eee;
    position: absolute;
    top: 10px;
}
.sidebar-search-outer input[type='submit'] {
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    background: url(../images/search-y.svg) no-repeat;
    background-position: center;
    background-size: 24px;
    outline: 0;
    background-color: #fff;
}
.sidebar-search-outer input[type='submit']:hover {
    opacity: 1;
}
.sidebar-search-outer .custom_form_msg {
    position: absolute;
    bottom: 0px;
    right: 60px;
    margin: 0;
    font-size: 13px;
    color: #f00;
    padding: 0px 8px;
}
.sidebar-search-outer input[type=text]::-ms-clear{
    display: none; 
    width : 0; 
    height: 0;
}
.sidebar-search-outer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
}
.sidebar-search-outer ::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
}
.sidebar-search-outer :-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
}
.sidebar-search-outer :-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

/*=========== Sidebar ===========*/
.sidebar-form {
    padding: 40px 25px 50px;
    margin-bottom: 50px;
    position: relative;
    background: #232526;
}
.sidebar-form .form-title-wrap {
    border-left: 5px solid #fdad20;
    padding-left: 15px;
}
.sidebar-form .form-subtitle {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    color: #fff;
}
.sidebar-form .form-title {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    color: #fdad20;
}
.sidebar-form .form-title span{
    color: #118d66;
}
.sidebar-form .form-group{
    margin-bottom: 20px;
}
.sidebar-form .form-control{
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.25);
    padding-left: 0;
}
.sidebar-form select option{
    color: #000;
}
.sidebar-form div.wpcf7-response-output {
    text-align: center;
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px);
}
.sidebar-form .btn-wrap {
    text-align: center;
}
.form-btn, .form-btn .btn {
    position: relative;
    width: 200px;
}
.sidebar-form .btn{
}
.sidebar .widget{
    margin-bottom: 40px;
    padding-bottom: 15px;
    border: 10px solid #df8805;
    position: relative;
}
.sidebar .widget:before{
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 100%;
    top: 30px;
    left: 7px;
    border: 10px solid #f4f3f4;
    z-index: -1;
}
.sidebar .widget ul {
    margin-bottom: 30px;
    border-top: 0;
}
.sidebar .widget ul{
    margin-bottom: 0;
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.sidebar .widgettitle, .sidebar .widget-title {
    text-transform: none;
    font-size: 30px;
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    margin: 55px 0 0;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin-left: -10px;
    padding: 20px 0;
    display: inline-block;
}
.sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar li {
    position: relative;
    transition: all .3s ease;
    border-bottom: 0px solid #eee;
    display: flex;
    align-items: center;
    color: #9a9a9c;
}
.sidebar li a {
    color: #7c7c7c;
    display: block;
    padding: 10px 30px 10px 30px;
    line-height: 1.5;
    transition: none;
    font-size: 18px;
    width: 100%;
}
.sidebar li:hover a, .sidebar li.activeChild a, .sidebar li.current-cat a, .sidebar li.current-cat a, .sidebar li.current-menu-item a{
    color: #fdad20;
}
.sidebar li:last-child {
    border: 0;
}


/* Testimonials Page */
.reviews-page .google-review {
    width: 200px;
    height: 100px;
    background-size: contain;
    box-shadow: -1px 2px 10px #eee;
    position: relative;
}
.reviews-page .google-review a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.all-reviews .review-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.all-reviews .quote-icon {
    width: 70px;
    height: 70px;
}
.all-reviews .quote-icon {
    fill: #f29407;    
}
.all-reviews .review-text {
    width: calc(100% - 70px);
    padding-left: 40px;
}
.all-reviews .author-name {
    font-size: 20px;
    font-weight: 500;
}


/* FAQ's Accordion ******/
.page-template-faqs .team-member-icon {
    background-color: #f4f4f5;
}
.faq-card {
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.faq-card:hover {
    border-color: #fff;
    box-shadow: 2px 3px 5px #ddd;
}
.faq-card:hover .faq-title:before{
    background: #fff;
}
.faq-card .faq-title {
    padding: 15px 75px 15px 0px;
    background-color: #FFF;
    width: 100%;
    display: block;
    position: relative;
    font-weight: 500;
    color: #404041;
    font-size: 20px;
    border-radius: 0;
    cursor: pointer;
}
.faq-card .faq-title:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.15);
    opacity: 0;
}
.faq-card div[aria-expanded="true"]:before{
    opacity: 1;
}
.faq-card .card-body {
    padding: 15px 0;
    color: #000;
    border-radius: 0;
    display: inline-block;
    width: 100%;
}
.faq-card .plus {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.faq-card div[aria-expanded="true"] .plus {
    background:url(../images/minus.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.faq-card .h6,
.faq-card h6,
.faq-card strong {
    font-weight: 600;
}
.faq-card div[aria-expanded="true"].faq-title,
.faq-card div.show .card-body,
.faq-card div.collapsing .card-body{
    background: transparent;
}
.faqs-tabs .nav-tabs {
    border: none;
    width: 100%;
    text-align: center;
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
}

.faqs-tabs .list-links-new.active {
    background: #5795d1 ;
    color: #fff !important;
    position: relative;
}
.faqs-tabs .list-links-new.active:after {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #5795d1;
    top: 100%;
    position: absolute;
}
.faqs-tabs .nav-tabs a {
    padding: 10px 30px	;
    margin: 0px;
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #f4f4f4;
}
.faqs-tabs .nav-tabs a:before {
    content: '';
    right: 0;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #ccc;
    position: absolute;
}
.faq-card .card-body ul {
    margin-left: 18px;
}

.page-template-faqs .home-team-section{
    background: #f4f4f5;
}
.page-template-faqs .home-team-section .team-top-info > div{
    max-width: 100%;
}
.page-template-faqs  .home-team-desc {
    display: none;
}
.page-template-faqs .home-team-section .small-heading{
    display: none;
}
.page-template-faqs .home-team-section .heading{
    text-align: center;
}
.page-template-faqs .home-team-section .heading br{
    display: none;
}
.team-section-one {
    overflow: hidden;
}


.faq-top-info .heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-top-info .phone-wrap {
    bottom: 15px;
    right: 50px;
}
.faq-top-info .phone-wrap a {
    display: flex;
    align-items: center;
    line-height: 1.5;
    color: #434343;
}
.faq-top-info .phone-wrap svg {
    fill: #00357a;
}
.faq-top-info .phone-icon {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}
.faq-top-info .phone-no {
    font-size: 32px;
    color: #00357a;
    font-weight: 700;
}

/* Team Section One */
.team-section-one .role {
    font-size: 20px;
    color: #f29407;
}
.team-section-one .attorney-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 0;
}
.team-section-one .right-col:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 55%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -10px;
    background: #f29407;
    z-index: -1;
}
.team-section-one .right-col:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 35px;
    left: -15px;
    border: 10px solid;
    border-image-slice: 12;
    border-image-source: repeating-linear-gradient(45deg,#f3f2f2,#e4e4e4 2px,#fff 1px,#fff 4px);
    z-index: -1;
}
.team-section-two {
    background: #e8f5fa;
}

/* Thank you */
.page-template-thank-you .banner-content{
    text-align: center;
}
.thank-you-page .text {
    font-size: 20px;
    font-weight: 500;
}
.thank-you-page .text a {
    display: inline-block;
}

/* Video Page */

.video-top-info .phone-holder{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.video-top-info .phone-holder:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.video-top-info .phone-holder .phone-icon {
    width: 40px;
    height: 40px;
}
.video-top-info .phone-holder svg {
    fill: #f29407;
}
.video-top-info .phone-holder a {
    display: flex;
    align-items: center;
    color: #f29407;
    background: #fff;
    z-index: 1;
    padding: 0 30px;
}
.video-top-info .phone-holder .phone-detail {
    line-height: 1;
    margin-left: 15px;
}
.video-top-info .phone-holder .phone-no {
    font-size: 26px;
    font-weight: 600;
    color: #f29407;
}
.video-top-info .phone-holder .phone-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    color: #000;
}
.all-videos{
    margin-top: 50px;
}
.all-videos .video-title {
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    background: #fff;
    bottom: -32px;
    left: 30px;
    width: calc(100% - 60px);
    padding: 15px;
    text-align: center;
    box-shadow: 0px 5px 10px #ddd;
    z-index: 2;
}
.all-videos .video-item .inner {
    position: relative;
    margin-bottom: 80px;
}
.all-videos .video-image {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.all-videos .video-image:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.25);
    transition: all .3s ease-in-out;
    opacity: 0;
}
.all-videos .video-item:hover .video-image:before{
    opacity: 1;
}
.all-videos .video-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.page-template-videos .location-section {
    background: #f7f7f7;
}

/* News Page */
.news-list .news-title {
    font-size: 20px;
}
.news-list .row {
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}


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

.schema-sec-1{
    background-color: #f5f5f5;
    padding: 50px 0;
    box-shadow: 0 0 50px #ddd inset;
}
.schema-sec-2{
    background-color:#f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.schema-sec-2 iframe {
    width: 100%;
    border: none;
}
.schema-wrap strong {
    font-size: 18px;
}
.schema-sec-2 .video-title {
    display: none;
}

/*========= 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: 30px;
    margin-bottom: 1rem;
    box-shadow: 1px 2px 20px 0 #e5e5e5;
    background: #fff;
}
.search-page .search-item .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    font-size: 24px;
}
.search-page .search-item:last-child {
    margin-bottom: 15px;
}
.search-page .search-item a.more {
    transition: none;
    position: relative;
    display: inline-block;
    font-weight: 600;
    background-image: url(../images/arrow.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 100% center;
    padding-right: 23px;
    color: #000;
    text-transform: uppercase;
}
.search-page .search-item a{
    transition: none;
    color: #000;
    font-weight: 700;
}
.search-page .search-item a:hover {
    color: #f29407;
}
.search-page .search-item p {
    margin-bottom: 15px;
}



/* Practice Areas Page */
.practice-list{
    overflow: hidden;
    margin-top: 70px;
}
.practice-list .title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}
.practice-list .pa-image {
    height: 400px;
    position: relative;
    background-size: cover;
}
.practice-list .pa-image:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(242, 148, 7, 0.65);
    opacity: 0;
    transition: all .5s ease-in-out;
}
.practice-list .pa-image:hover:before{
    opacity: 1;
}
.practice-list .pa-image a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.practice-list .pa-detail {
    padding: 50px;
    text-align: center;
    display: flex;
    align-items: center;
}
.practice-list .link {
    width: 55px;
    height: 55px;
    display: inline-block;
}
.practice-list .link svg{
    fill: #f29407;
}
.practice-list .link:hover svg {
    fill: #000;
}
.practice-list .pa-outer-row:nth-child(even) .pa-inner-row {
    flex-direction: row-reverse;
}


/* Awards Page */

.awards-list .row {
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}

/* Car Accident Page */
.after-car-accidents .row {
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}

/* Radio Spots */
.radio-spots-list .item {
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}
.radio-spots-list .item:first-child{
    padding-top: 0;
}


/* header mobile menu */

.menu-close-button {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
}
.menu-close-button:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    top: 0;
    right: 15px;
    background: #000;
    transform: rotate(45deg);
}
.menu-close-button:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    top: 0;
    right: 15px;
    background: #000;
    transform: rotate(-45deg);
}
.menu-wrap {
    background-color: #efefef;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100%;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .5s;
    z-index: 12;
    display: flex;
    justify-content: center;
    max-width: 100%;
    z-index: 99999999;
}
.menu-full-wrapper {
    width: 100%;
    position: relative;
}
.menu-show {
    right: 0;
    box-shadow: none;
    display: block;
    width: 100%;
}
.menu-sidebar {
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    margin-left: auto;
    height: 100%;
    padding-top: 70px;
    font-size: 18px;
    font-weight: 400;
}
.menu-bar-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.menu-sidebar > ul > li > a{
    text-transform: uppercase;
}
.menu-sidebar .menu-bar-wrapper li {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(0,0,0,.15);
}
.menu-sidebar .menu-bar-wrapper li:last-child{
    border: none;
}
.menu-sidebar .menu-bar-wrapper li > a {
    color: #000;
    padding: 7px 20px;
    position: relative;
    display: block;
}
.menu-sidebar .menu-bar-wrapper li > a:hover::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper li > a:hover {
    background-color: #f29407;
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper li > a:hover::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item > a, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > a {
    background-color: #f29407;
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
    background: none;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
    color: #0e2743;
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
    font-weight: 500;
    background-color: #3889c8;
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link + .sidebar-menu-arrow::after {
    background-image: url(../images/angle-down.svg);
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
    position: relative;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 40px;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
    display: none;
    background: none;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
}  
.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
    font-size: 18px;
    padding-left: 30px;
}
.menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow::after {    
    padding: 0 10px;
    font-size: 16px;
}
.sidebar-menu-arrow::after {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 0px;
    margin: auto;
    bottom: 0px;
    right: 0;
    background-size: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/angle.svg);
    background-position: center;
    height: 40px;
    width: 40px;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
    transform: rotate(180deg);
    display: block;
}
.menu-sidebar .menu-bar-wrapper li a:hover + .sidebar-menu-arrow::after {
    background-image: url(../images/angle-down.svg);
    transform: rotate(-90deg);
}
.menu-sidebar .menu-bar-wrapper li > a:hover + .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > a + .sidebar-menu-arrow::after{
    background-image: url(../images/angle-white.svg);
    transform: none;
    background-size: 13px;
}
.menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
    display: none;
}
/*Hamburger Button*/

.header-aside-col {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 70px;
}
.logo-wrapper a {
    padding: 9px 0;
}
.logo-wrapper {
    padding-right: 0;
    margin-right: 0;
}
.header-fixed .menu-button{
    background: transparent;
}
.menu-button {
    padding: 5px;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 45px;
    height: 45px;
    position: fixed;
    top: 88px;
    z-index: 9999;
    right: 20px;
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: none;
    border: 0px solid #fff;
}

@media (max-width:767px){
	.menu-button{
	top: 65px;
}
}
.menu-button .menu-bar {
    position: relative;
    border-radius: 0px;
    width: 40px;
    transition: .5s;
    opacity: 1;
    margin: auto;
}
.menu-button .menu-bar-top {
    border: 4px solid #fff;
    border-bottom: none;
}
.menu-button .menu-bar-middle {
    height: 4px;
    background-color: #fff;
    margin-bottom: 3px;
    margin-top: 8px;
    right: 0;
    left: auto;
    width: 30px;
    margin-left: 10px;
}
.menu-button .menu-bar-bottom {
    border: 4px solid #fff;
    border-top: none;
    margin-top: 8px;
    width: 32px;
    right: -6px;
}
.button-open {
    z-index: 16;
}
.menu-button.button-open {
    background: none;
    z-index: 9999;
    right: 15px;
    border-color: #fff;
}
.button-open .menu-bar {
    opacity: 1;
}
.button-open .menu-bar-top {
    border-color: #fff;
    transform: rotate(45deg) translate(9px, 9px);
    transition: .5s;
}
.button-open .menu-bar-middle {
    background-color: #fff;
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0;
}
.button-open .menu-bar-bottom {
    border-color: #fff;
    transform: rotate(-45deg) translate(5px, -5px);
    transition: .5s;
    right: 0;
}  
.menu-button.button-open .menu-bar-top {
    border-color: #ffffff !important;
}
.menu-button.button-open .menu-bar-bottom {
    border-color: #ffffff !important;
}
.menu-logo-wrapper {
    width: 50%;
    padding-left: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 274px;
}
.menu-button .menu-bar-top {
    border-color: #f29407;
}
.menu-button .menu-bar-middle {
    background-color: #f29407;
}
.menu-button .menu-bar-bottom {
    border-color: #f29407;
}

/*mobile menu css end*/

.m-banner-links {
    background: #01283b;
    color: #fff;
    padding: 20px 0;
}
.m-banner-links .title {
    color: #f29407;
    font-size: 24px;
}
.m-banner-links .item {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
}
.m-banner-links .item:last-child{
    border-bottom: 0;
}
.m-banner-links .subtitle {
    text-transform: uppercase;
    position: relative;
    padding-left: 22px;
}
.m-banner-links .subtitle:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #f29407; 
}
.m-banner-links .arrow {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
}
.m-banner-links .arrow svg {
    fill: #f29407;
    width: 100%;
    height: 100%;
}
.m-awards-section {
    background: #f2f3f3;
    text-align: center;
}
.m-banner-links .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.m-banner-links .item:hover {
    background: #f29407;
}
.m-banner-links .item:hover .title {
    color: #fff;
}
.m-banner-links .item:hover .subtitle:before{
    background: #fff;
}
.m-banner-links .item:hover svg{
    fill: #fff;
}

#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: #f29407;
    position: fixed;
    bottom: 30px;
    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;
}
.nap-global-direction{
   position: relative 
}

/**** Address Location ****/
.address-location-name {
    background-color: #f29407;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    font-size: 24px;
    line-height: 1.15;
}
.address-location {
    padding-bottom: 80%;
    background-size: cover;
    background-position: center;
}
.location-nap-list {
    background-color: #3e3e3e;
    color: #FFF;
}
.nap-address-wrap {
    padding: 25px;
}
.nap-global-direction-info a {
    border: 1px solid;
    padding: 10px 20px;
    display: inline-block;
    line-height: 1.3;
    margin-top: 15px;
}
.nap-global-direction-info a:hover{
 background-color: #f29407;
 color: #FFF
}


.header .nav-menu > .menu > li .sub-menu li.menu-item-has-children:after{
    content: "";
    background-image: url(../images/angle.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
    margin-top: 1px;
    width: 8px;
    height: 8px;
    opacity: 0.5;
}


.bg-gray {
    background: #fafafa;
}

#banner_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
	width: 100%;
}
.about-image {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0 20px 20px;
}
.about-image:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 100%;
    border: 1px solid #ddd;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.about-image:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: -moz-linear-gradient(bottom,  rgba(30,153,210,1) 0%, rgba(30,153,210,0.5) 50%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(bottom,  rgba(30,153,210,1) 0%,rgba(30,153,210,0.5) 50%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to top,  rgba(30,153,210,1) 0%,rgba(30,153,210,0.5) 50%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e99d2', endColorstr='#007db9e8',GradientType=0 );
    z-index: -1;
}
.attorney-box-list{
    padding-top: 15px;
    padding-bottom: 15px;
}
.attorney-box-image {
    height: 450px;
    background-size: cover;
    background-position: top center;
}
.attorney-content {
    padding: 10px 15px;
}
a.attorney-box-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.attorney-box {
    box-shadow: 0 0 10px #959191;
    height: 100%;
}
.attorney-name {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    color: #02415e;
}
.attorney-degination {
    color: #8d8d8d;
}
.attorney-box:hover {
    background: #02415e;
}
.attorney-box:hover .attorney-name {
    color: #fff;
}
.attorney-box:hover .attorney-degination {
    color: #fff;
}

.banner-content-box{
    display: flex;
    justify-content: space-around;
	align-items: center;
    background: #fff;
    padding: 10px 15px;
}

.banner-home-text .banner-title {
    font-size: 42px;
    color: rgb(0, 0, 0);
    position: relative;
    line-height: 1.2;
    text-shadow: rgba(0, 0, 0, 0.56) 0px 0px 1px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-home-text .banner-title span {
    color: rgb(242, 148, 7);
    font-size: 0.85em;
}
.about_designation {
    /* font-size: 22px; */
    color: #f29407;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    box-shadow: 0 0 12px #999797;
    padding: 10px;
    text-align: center;
    background: #fff;
}
.banner-links {
    background-color: #f3f3f3;
}

.attorney-image-main {
    height: 530px;
    background-size: cover;
    background-position: top center;
    position: relative;
}
 .team-outer {
    padding-right: 15px;
}
.team-info {
    background: #074e6f;
    border: 2px solid #f29407;
    padding: 20px;
    margin: -90px 20px 20px 20px;
    position: relative;
}

.team-name {
        font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.designation {
    color: #fff;
}
.attorney-readmore {
    font-size: 20px;
}
.team-outer:hover .designation,
.team-outer:hover .team-name {
    color: #f29407;
}
.team-outer:hover .attorney-readmore {
    color: #fff;
}
.attorney-image-main::after {
    width: 15px;
    height: 80%;
    background: #f29407;
    right: -15px;
    top: 50%;
    position: absolute;
    content: "";
    transform: translateY(-50%);
}
.attorney-box-lists {
    padding-top: 15px;
    padding-bottom: 15px;
}
.home-banner-content {
    width: 540px;
    background: rgba(0,0,0,0.6);
    padding: 30px;
    margin-left: auto;
}
.banner-con .h1 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 45px;
}
/*div#apexchat_tab_invitation_wrapper {
    display: none !important;
}*/
/*body.home div#apexchat_prechat_invitation_wrapper {
    left: 0 !important;
    right: inherit !important;
}*/


.testimonial-reviews-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}
.review-cta-btn {
    margin-left: 20px;
}
body:not(.archive) .itemloop {
    display: none;
}
.itemloop.active {
    display: block;
}

.page-template-testimonials .itemloop.active {
	display: block;
}



.banner-cta .html5lightbox {
    width: auto;
}

.banner-cta .html5lightbox::before {
    background: none;
}



body.page .internal-cta-form-wrapper {
	padding: 50px 6%;
	background-color: #02415e;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 36px;
	row-gap: 35px;
	margin: 30px 0px;
}

body.page .internal-cta-form-wrapper.vertical {
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
}

body.page .internal-cta-form-wrapper.vertical h3 {
	text-align: center;
	margin-bottom: 0px;
}

body.page .internal-cta-form-wrapper h3 {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: 400; 
	font-size: 30px;
	line-height: 150%;
	color: #EBEFF0;
	flex: 1;
}

body.page .internal-cta-form-wrapper .button {
	width: 260px;
	box-sizing: border-box;
}

/*** Top CTA ***/
.top-cta {
    background-color: #f29407;
}
.top-cta a {
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

@media(max-width: 768px) {
	.contact-info-block {
		margin-bottom: 30px;
	}
}

/*cta form box*/
.internal-cta-form-wrapper .cta-title{
	font-family: 'Playfair Display';
	font-size: 28px;
	font-weight: 600;
	line-height: 1.6em;
}

.internal-cta-form-wrapper .btn {
    margin-top: 30px;
}

.internal-cta-form-wrapper {
    background: #074E6F;
    padding: 30px;
    color: #fff;
    margin: 30px 0;
	display: flex;
    flex-wrap: wrap;
}

.nav-menu ul .service-areas ul{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
	min-width: 25rem !important;
}

.nav-menu ul .service-areas ul ul{
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
	min-width: 15rem !important;
	background: grey !important;
}

.container.career-layout.container {
    padding: 60px 15px;
}

.container.career-layout.container ul.career-job-meta {
    list-style: none;
}

section.career-job-section ul {
    margin: 25px 0px 25px 30px;
    line-height: 2em;
}

.container.career-layout.container section.career-job-section {
    margin: 40px 0;
}

ul.career-job-meta li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.container.career-layout.container {
    display: flex;
	gap: 40px;
}

main.career-job-detail.content-area {
    flex-basis: 60%;
}

.container.career-layout.container aside {
	flex-basis: 40%
}

h2.career-section-title {
    margin-bottom: 30px;
}

li.job-title::before {
    content: url(/wp-content/uploads/2025/07/jt.svg);
    transform: scale(.7) !important;
    margin-right: 5px;
    margin-bottom: -5px;
}

li.location::before {
	content: url(/wp-content/uploads/2025/07/location_on%20%282%29.svg);
    transform: scale(.7) !important;
    margin-right: 5px;
    margin-bottom: -5px;
}

li.employment-type::before {
	content: url(/wp-content/uploads/2025/07/schedule.svg);
    transform: scale(.7) !important;
    margin-right: 5px;
    margin-bottom: -5px;
}

li.job-title, li.location, li.employment-type {
    display: flex;
    align-items: center;
}

ul.career-sidebar-list {
    list-style: none;
    background: rgba(244, 244, 244, 1);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
	position: sticky;
    top: 25%;
}

ul.career-sidebar-list li a {
    color: #000 !important;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

li.career-sidebar-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

li.career-sidebar-item::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/arrow_circle_right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -1px;
    width: 40px;
    height: 40px;
	transition: filter 0.3s ease;
}

li.career-sidebar-item {
    position: relative;
    padding-left: 45px;
}

.career-sidebar-item a {
    transition: color 0.3s ease;
}

/* Hover + Active text color */
.career-sidebar-item:hover a,
.career-sidebar-item.active a {
    color: #F29407 !important;
}

/* Hover + Active icon color */
.career-sidebar-item:hover::before,
.career-sidebar-item.active::before {
    filter: brightness(0) saturate(100%) invert(60%) sepia(71%) saturate(459%) hue-rotate(1deg) brightness(101%) contrast(94%);
}

@media (max-width:1024px){
	.container.career-layout.container {
    flex-direction: column;
}
	main.career-job-detail.content-area {
    flex-basis: 100%;
}
	.container.career-layout.container aside {
    flex-basis: 100%;
}
}

@media (max-width:767px){
	li.job-title, li.location, li.employment-type {
    font-size: 14px;
}
}

/** Careers Overview Page **/
.careers-overview.container {
    padding: 60px 15px;
    display: flex;
    flex-direction: column;
	gap: 40px;	
}

.values .value-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
}

.values .value-item.reverse {
    flex-direction: row-reverse;
}

.value-icon svg {
    width: 200px;
    height: 200px;
}

.value-text h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.value-text p {
    margin: 0;
    line-height: 1.6;
}

section.careers-section.values h2 {
    margin-bottom: 60px;
	font-weight: 700;
}

section.careers-section h2 {
    font-weight: 700;
}

.careers-features-grid .feature-item {
    display: flex;
    gap: 30px;
	margin-bottom: 40px;
}

.careers-features-grid {
    margin-top: 60px;
}

.feature-txts h3 {
    font-size: 32px;
	margin-bottom: 20px;
	font-weight: 700;
}

section.careers-hero h2 {
    margin-bottom: 30px;
	font-weight: 700;
}

section.careers-cta h2 {
    margin-bottom: 30px;
	font-weight: 700;
}

section.careers-jobs h2 {
    font-weight: 700;
}

section.careers-jobs .careers-job-grid {
    display: flex;
	gap: 60px;
	margin-top: 60px;
	flex-direction: row-reverse;
}

section.careers-jobs .job-card {
    flex-basis: 33%;
}

section.careers-jobs .job-card img {
    width: 100%;
}

section.careers-jobs .job-card h3 a {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

section.careers-jobs .job-card:hover h3 a {
    color: #f29407;
}

section.careers-jobs .job-card h3 {
    margin-top: 30px;
}

@media (max-width: 1024px){
	section.careers-jobs .careers-job-grid {
    gap: 30px;
}
}

@media (max-width: 767px){
	.values .value-item, .value-item.reverse {
    flex-direction: column !important;
}
	.value-icon svg {
    width: 150px;
    height: 150px;
}
    section.careers-jobs .careers-job-grid {
    gap: 30px;
    flex-direction: column;
}	
	.feature-txts h3 {
    font-size: 24px;
	line-height: 1.6em;
}
	.value-text h3 {
    font-size: 24px;
	line-height: 1.6em;
}
	section.careers-hero h2 {
    line-height: 1.6em;
}
	section.careers-cta h2 {
    line-height: 1.6em;
}
	section.careers-jobs h2 {
    line-height: 1.6em;
}
	section.careers-jobs .job-card h3 {
    line-height: 1.6em;
}
	.custom-sep {
    margin: 0 0 30px !important;
}
}

.client-testimonials.sidebar-item {
    border: 10px solid #df8805;
    padding: 60px 40px 20px;
    position: relative;
}

.client-testimonials.sidebar-item:before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 100%;
    top: 20px;
    left: 7px;
    border: 10px solid #f4f3f4;
    z-index: -1;
}

.client-testimonials.sidebar-item a.btn.testi-view-more {
    margin-top: 30px;
}

.client-testimonials.sidebar-item h3 {
    margin-bottom: 30px;
}

.client-testimonials.sidebar-item div.meta span {
    font-weight: 700;
}

/* Slick arrow styling for testimonial slider */
.block-testimonials-repeater .slick-prev,
.block-testimonials-repeater .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 30px;
  height: 18px;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  padding: 0;
}

.block-testimonials-repeater .slick-prev {
  left: -40px;
}

.block-testimonials-repeater .slick-next {
  right: -40px;
}

/* Use your provided SVG as background */
.block-testimonials-repeater .slick-prev::before,
.block-testimonials-repeater .slick-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Left arrow (mirrored) */
.block-testimonials-repeater .slick-prev::before {
  background-image: url("data:image/svg+xml;utf8,<svg width='30' height='18' viewBox='0 0 30 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M-0.000176289 8.69562C0.16813 8.07066 0.580674 7.63049 1.00496 7.18867C3.04812 5.05759 5.08032 2.91583 7.11957 0.78064C7.81315 0.0546761 8.75723 -0.0750771 9.52283 0.436546C10.546 1.12145 10.6908 2.58159 9.81247 3.51614C8.77758 4.61823 7.7286 5.70635 6.68432 6.79858C6.60917 6.87742 6.51993 6.94148 6.43695 7.01292L6.46826 7.09751L6.79861 7.09751C13.869 7.09751 20.9402 7.09751 28.0107 7.09751C29.0213 7.09751 29.7665 7.70686 29.9615 8.68412C30.1908 9.8363 29.3681 10.9589 28.244 11.0263C28.1171 11.0336 27.9903 11.0304 27.8635 11.0304C20.8518 11.0304 13.8393 11.0304 6.82758 11.0304C6.7125 11.0304 6.59821 11.0304 6.42599 11.0304C6.52932 11.1494 6.5943 11.2316 6.66553 11.3063C7.71451 12.4076 8.7721 13.5014 9.81247 14.6117C10.8732 15.7442 10.4043 17.5706 8.9592 17.9377C8.24683 18.1184 7.63545 17.8933 7.118 17.3489C5.40833 15.5496 3.69395 13.7544 1.98114 11.9583C1.65627 11.6175 1.33845 11.2702 1.00575 10.9384C0.572065 10.5064 0.165782 10.0589 0.000607695 9.43226L0.000607631 8.6948L-0.000176289 8.69562Z' fill='%23df8805'/></svg>");
  transform: rotate(360deg);
}

/* Right arrow (original orientation) */
.block-testimonials-repeater .slick-next::before {
  background-image: url("data:image/svg+xml;utf8,<svg width='30' height='18' viewBox='0 0 30 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M-0.000176289 8.69562C0.16813 8.07066 0.580674 7.63049 1.00496 7.18867C3.04812 5.05759 5.08032 2.91583 7.11957 0.78064C7.81315 0.0546761 8.75723 -0.0750771 9.52283 0.436546C10.546 1.12145 10.6908 2.58159 9.81247 3.51614C8.77758 4.61823 7.7286 5.70635 6.68432 6.79858C6.60917 6.87742 6.51993 6.94148 6.43695 7.01292L6.46826 7.09751L6.79861 7.09751C13.869 7.09751 20.9402 7.09751 28.0107 7.09751C29.0213 7.09751 29.7665 7.70686 29.9615 8.68412C30.1908 9.8363 29.3681 10.9589 28.244 11.0263C28.1171 11.0336 27.9903 11.0304 27.8635 11.0304C20.8518 11.0304 13.8393 11.0304 6.82758 11.0304C6.7125 11.0304 6.59821 11.0304 6.42599 11.0304C6.52932 11.1494 6.5943 11.2316 6.66553 11.3063C7.71451 12.4076 8.7721 13.5014 9.81247 14.6117C10.8732 15.7442 10.4043 17.5706 8.9592 17.9377C8.24683 18.1184 7.63545 17.8933 7.118 17.3489C5.40833 15.5496 3.69395 13.7544 1.98114 11.9583C1.65627 11.6175 1.33845 11.2702 1.00575 10.9384C0.572065 10.5064 0.165782 10.0589 0.000607695 9.43226L0.000607631 8.6948L-0.000176289 8.69562Z' fill='%23df8805'/></svg>");
  transform: rotate(180deg);
}

header.header.fixed-top a.header-top-bar-cta {
    text-align: center;
    display: block;
    background: #f29407;
    color: #fff;
}