#header-outer:not([data-format="left-header"]) #top > .container > .row nav >ul > li:not(.landing_page_menu) {
    display: none;
}
#header-outer:not([data-format="left-header"]) #top > .container > .row nav >ul > li.language {
	display: flex !important;
}
#header-outer:not([data-format="left-header"]) #top > .container > .row nav >ul > li.right_side_nav {
    display: flex; 
}
body.material #slide-out-widget-area-bg.slide-out-from-right:not(.material-open) {
    background-color: #fff !important;
}
.landing_page_col .vc_column-inner .wpb_text_column .wpb_wrapper {
  background: linear-gradient(180deg, #9EC5E3, #396B9C);
}
.landing_section {
display: flex;
flex-wrap: wrap;
max-width: 1400px;
margin: 0 auto;
align-items: center;
}
.landing_section .left_box {
width: 50%;
color: #fff;
padding: 100px;
}
.landing_section .left_box .landing_left_box_wrap img {
    margin-left: -64px;
    margin-bottom: -40px;
}
.landing_section .left_box h5 {
color: #fff;
/* 	font-weight: 600; */
text-transform: uppercase;
}
.landing_section .left_box h5 span {
display: block;
}
.landing_section .left_box h6 {
color: #fff;
}
.landing_section .right_box {
position: relative;
min-height: 600px;
 width: 50%;
}
.landing_section .right_box .landing_hero_area {
color: #fff!important;
position: absolute;
width: 100%;
max-width: 1024px;
margin-left: auto;
margin-right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 0;
height: 600px;
z-index: 4;
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
justify-content:center;
-webkit-box-orient: vertical!important;
-ms-flex-direction: column!important;
flex-direction: column!important;
-webkit-box-direction: normal!important;
}
.landing_section .right_box .landing_hero_area .hero_tab {
border: 0!important;
border-radius: 0!important;
overflow: hidden;
position: relative;
-webkit-box-direction: normal !important;
background-color: #9ec5e3;
/*background: -webkit-gradient(linear,left top,left bottom,color-stop(2.61%,#004297),to(#fc552e));*/
/*background: linear-gradient(180deg,#004297 2.61%,#fc552e);*/
}
.landing_section .right_box .landing_hero_area .hero_tab:first-child {
background-color: #2E5881;
}
.landing_section .right_box .landing_hero_area .hero_tab.is-active {
width: 80%;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_link {
z-index: 4;
letter-spacing: .5px;
display: block!important;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_link a {
color: #fff; 
font-size: 24px;
text-decoration: none;
font-family: Frank Ruhl Libre;
-webkit-transition:color 1s cubic-bezier(.19,1,.22,1);
transition:color 1s cubic-bezier(.19,1,.22,1);
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content {
display: none;
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 2.25rem;
position: relative;
height: 60%;
text-align: center;
z-index: 5!important;
border-radius: 0!important;
border: 0!important;
background-color: transparent!important;
-webkit-transition: opacity .5s cubic-bezier(.19,1,.22,1);
transition: opacity .5s cubic-bezier(.19,1,.22,1);
}
.landing_section .right_box .landing_hero_area .hero_tab.is-active .hero_tab_content {
display:block;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-title {
text-align: center!important;
color: #fff !important;
font-size: 48px !important;
line-height: 56px !important;    
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-cta {
text-align: center!important;
}
@media (min-width: 2000px) {
.landing_section, .landing_section .right_box {
   min-height: 900px;
} 
.landing_section .right_box .landing_hero_area {
   height: 900px;
}
}
@media (min-width: 992px) {
.landing_section {
    min-height: 600px;
    position: relative;
}
.landing_section .right_box .landing_hero_area {
    margin-left: 40px;
    -webkit-box-direction: normal!important;
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.landing_section .right_box .landing_hero_area .hero_tab {
    width: 100px;
    min-height: 100%;
    -webkit-transition: width .65s cubic-bezier(.19,1,.22,1);
    transition: width .65s cubic-bezier(.19,1,.22,1);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal!important;
}
.landing_section .right_box .landing_hero_area .hero_tab {
    width: 66px;
}
.landing_section .right_box .landing_hero_area .hero_tab:before {
    position: absolute;
    /* content: ""; */
    width: 30px;
    height: auto;
    left: 20px;
    bottom: 14px;
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg);
    /* background: url(/wp-content/uploads/2021/04/open-icon.png) no-repeat 50%; */
    z-index: 6;
    pointer-events: none;
    content: "\f337";
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 26px;
}
.landing_section .right_box .landing_hero_area .hero_tab:after {
    content: "";
    background-color: #00000042;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.landing_section .right_box .landing_hero_area .hero_tab.is-active:after {
    opacity: 1;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_link {
    position: absolute;
    -webkit-transform: skewX(18deg) rotate(-72deg);
    transform: skewX(18deg) rotate(-72deg);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    min-width: 200px;
    bottom: 148px;
    left: -67px;
    -webkit-box-direction: normal !important;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-title {
   margin-left: -10px;
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg);
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-text {
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg);
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-text.card-subtitle {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-cta {
    margin-right: -90px;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-cta a.nectar-button:hover {
    opacity: 1 !important;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab-bg {
    background: url(/wordpress/wp-content/uploads/2021/04/civil_practice_bg-scaled.jpg) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: -200px;
    background-size: cover!important;
    background-position: 50%;
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg);
    width: 60vw;
    opacity:0;
}
.landing_section .right_box .landing_hero_area .hero_tab.is-active .hero_tab-bg {
    opacity:1;
}
}
@media only screen and (max-width: 1200px) {
body.page-template-template_landing_page #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 {
    flex-direction: row !important;
}
body.page-template-template_landing_page #header-outer[data-format="centered-menu"] #top nav >.sf-menu >li.landing_page_menu {
    position: relative !important;
    visibility: visible !important;
}
#header-outer[data-format="centered-menu"] #top .col_last .slide-out-widget-area-toggle {
    display: none !important;
}
.landing_section .left_box {
    padding: 60px;
}
.landing_section .right_box .landing_hero_area {
    margin-left: 0;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab-bg {
    left: -140px;
}
}
@media only screen and (max-width: 999px) {
#header-outer[data-lhe="default"] #top nav > ul > li > a:hover, #header-outer[data-lhe="default"] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a, body #header-outer[data-lhe="default"] #top nav > ul > li > a:hover, body #header-outer[data-lhe="default"] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a, body #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a, body #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item > a .sf-sub-indicator i, body #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_ancestor > a, body #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-ancestor > a, body #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-ancestor > a i, body #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item > a, body #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-ancestor > a {
    color: #fff !important;
}
#header-outer:not([data-format="left-header"]) #top > .container > .row nav >ul > li.language {
	display: none !important;
}
/* 	body.page-template-template_landing_page #header-space {
    height: 120px !important;
} */
body.page-template-template_landing_page #ajax-content-wrap {
    padding-top: 46px !important;
}
body.page-template-template_landing_page #header-outer {
    top: 46px !important;
}
body.page-template-template_landing_page #top .container {
    padding:0 !important;
}
#header-outer #top .col.span_3 #logo {
    padding-left:18px !important;
}
#header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 nav {
    align-items:center;
}
#header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 nav > ul.sf-menu:first-child {
    position: absolute !important;
    top: -58px;
    width: 100% !important;
    background-color: #fff;
/* 		height: 100%; */
    border-bottom: 1px solid rgba(204, 204, 204, 0.18);
}
body.page-template-template_landing_page #header-outer[data-format="centered-menu"] #top nav >.sf-menu >li.landing_page_menu:nth-child(5) {
    border-right: none;
}
body.page-template-template_landing_page #header-outer[data-format="centered-menu"] #top nav >.sf-menu >li.landing_page_menu {
    border: 1px solid #ccc;
    width: 50% !important;
}
body.page-template-template_landing_page #header-outer[data-format="centered-menu"] #top nav >.sf-menu >li.landing_page_menu a {
    font-size: 16px !important;
    padding: 16px !important;
    display: block;
    width: 100%
}
/* 	body.page-template-template_landing_page #header-outer[data-format="centered-menu"] #top nav >.sf-menu >li.landing_page_menu a {
    color: #fff !important;
    background-color: #2E5881 !important;
} */
body.page-template-template_landing_page #header-outer[data-format="centered-menu"] #top nav >.sf-menu >li.landing_page_menu:hover a {
    color: #fff !important;
    background-color: #2E5881 !important;
}
/* 	body.page-template-template_landing_page #header-outer[data-format="centered-menu"] #top nav >.sf-menu >li.landing_page_menu:last-child a {
    background-color: #9ec5e3 !important;
} */
/* 	body.page-template-template_landing_page #header-outer[data-format="centered-menu"] #top nav >.sf-menu >li.landing_page_menu:last-child:hover a {
    background-color: #9ec5e3 !important;
} */
body.page-template-template_landing_page #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 nav ul.buttons.sf-menu {
    width:auto !important;
    display: flex !important;
} 
body #header-outer header#top ul li.right_side_nav a {
    font-size: 16px !important;
    font-weight: 600;
}
#header-outer header ul li.right_side_nav a .menu-title-text span {
    margin-bottom: 6px;
}
#header-outer:not([data-format="left-header"]) #top > .container > .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
body[data-slide-out-widget-area="true"] #top .col.span_3 {
    width: auto !important;
}
body.page-template-template_landing_page #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 {
    position: static !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    float: none !important;
    width: auto !important;
    -webkit-flex-grow: 1 !important;
    -moz-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    -ms-flex-grow: 1 !important;
    flex-grow: 1 !important;
    text-align: center;
}
body.page-template-template_landing_page #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 nav {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-grow: 1 !important;
    -moz-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    -ms-flex-grow: 1 !important;
    flex-grow: 1 !important;
    width: 100% !important;

}
body.page-template-template_landing_page #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 nav ul {
    width: 100% !important;
    padding: 0 !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    float: none !important;
/*         position: static !important; */
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-flex-pack: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
}
body.page-template-template_landing_page #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 nav ul.buttons  {
    display: none !important;
}
body.page-template-template_landing_page #header-outer[data-format="centered-menu"] #top nav >.sf-menu >li.landing_page_menu {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.landing_page_col .vc_column-inner .wpb_text_column .wpb_wrapper {
    background-color: #426f99;
    background-size: cover;
    background-image: url(/wp-content/uploads/2021/06/fd_landing_texture_bg.jpg);
}
/* 	.landing_page_col .vc_column-inner .wpb_text_column .wpb_wrapper:after {
    content: "";
    background-image: url(/wp-content/uploads/2021/06/fd_landing_bg.jpg);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
} */
.landing_section .left_box {
    width: 100%;
    text-align:center;
    position: relative;
    z-index: 9;
}
.landing_section .left_box:after {
    content:"";
    position: absolute;
    left: 0;
    right:0;
    bottom:0;
    margin: auto;
    width: 80%;
    height: 1px;
    background-color:#fff;
    opacity: 0.2;
}
.landing_section .left_box h5 {
    font-size: 48px;
    line-height: 54px;
}
.landing_section .right_box {
    width: 100%;
    min-height: auto;
}
.landing_section .right_box .landing_hero_area {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    height: auto;
}
.landing_section .right_box .landing_hero_area .hero_tab.is-active {
    width: 100%;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content {
    padding: 24px;
}
.landing_section .right_box .landing_hero_area .hero_tab:first-child:after {
    content:"";
    position: absolute;
    left: 0;
    right:0;
    bottom:0;
    margin: auto;
    width: 80%;
    height: 1px;
    background-color:#fff;
    opacity: 0.2;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_link {
    display: none !important;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content {
    display: block;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-text {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .4s cubic-bezier(.4,0,.2,1);
    transition: opacity .4s cubic-bezier(.4,0,.2,1);
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-title {
    margin:0;
}
.landing_section .right_box .landing_hero_area .hero_tab:first-child, .landing_section .right_box .landing_hero_area .hero_tab {
    background-color: transparent;
}
/*     .landing_section .right_box .landing_hero_area .hero_tab.is-active .hero_tab_content .card-text {
    display: block;
    opacity: 1;
} */
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab-bg {
    opacity: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover!important;
    background-repeat: no-repeat;
}
/*     .landing_section .right_box .landing_hero_area .hero_tab.is-active .hero_tab-bg {
    opacity: 1;
} */
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab-bg:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    content: "";
    opacity: 0.4;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-text {
    margin-top: 8px;
}
.landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-text a.nectar-button {
    margin-top: 8px;
}
.landing_section .left_box .landing_left_box_wrap img {
    display:none;
}



.landing_section .left_box {
/* 			padding: 100px 40px 110px; */
        padding:100px 40px;
        background: linear-gradient(180deg, #9EC5E3, #396B9C);
/*     		margin-bottom: -44px; */
        z-index: 1;
    }
    .landing_section .left_box:after {
/* 			bottom: 22px; */
        bottom:0;
        height: 10px;
        background-color: #2e5881;
        opacity: 1;
/*     		transform: rotate(-3deg); */
        width: 100%;
    }
    .landing_section .right_box .landing_hero_area .hero_tab:first-child {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
/* 			-webkit-clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 83%);
        clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 83%); */
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 83%);
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 83%);
    }
    .landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content {
        padding: 56px 24px;
    }
    .landing_section .right_box .landing_hero_area .hero_tab:last-child {
        -webkit-clip-path: polygon(0% 0, 100% 16%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0, 100% 16%, 100% 100%, 0% 100%);
        margin-top: -48px;
    }
    .landing_section .right_box .landing_hero_area .hero_tab:last-child .hero_tab_content {
        padding-bottom:32px;
    }
    .landing_section .right_box .landing_hero_area .hero_tab .hero_tab-bg {
        opacity: 1 !important;
    }
    .landing_section .left_box .landing_left_box_wrap img {
        margin-left: -40px;
        margin-bottom: -20px;
    }
    .landing_section .left_box h5 {
        font-size: 40px;
        line-height: 48px;
    }
    .landing_section .left_box h5 span {
        display: block;
        font-size: 24px;
    }
    .landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-title {
        font-size: 26px !important;
        line-height: 32px !important;
    }
}
@media only screen and (max-width: 769px) {
    body.page-template-template_landing_page #header-outer {
        top: 52px !important;
    }
    #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 nav > ul.sf-menu:first-child {
        top: -66px;
    }
    #header-outer header ul li.right_side_nav a .menu-title-text span {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 690px) {
    body.page-template-template_landing_page #header-outer {
        top: 54px !important;
    }
    #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 nav > ul.sf-menu:first-child {
        top: -66px;
    }
    body.page-template-template_landing_page #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 nav {
        height: 40px;
    }
    body.page-template-template_landing_page #ajax-content-wrap {
        padding-top: 54px !important;
    }
    #header-outer header ul li.right_side_nav a .menu-title-text span {
        margin-bottom: 0px;
    }
/* 		.landing_section .left_box h5 span {
        display: inline;
    }  */
    .landing_section .right_box .landing_hero_area .hero_tab .hero_tab_content .card-title {
        font-size: 36px !important;
        line-height: 42px !important;
    }
}
@media only screen and (max-width: 480px) {
    .landing_section .left_box {
/* 			padding: 50px 40px 70px; */
        padding: 50px 40px;
    }
    /* #header-outer:not([data-format="left-header"]) #top > .container > .row {
        align-items: flex-end;
    } */
    body.page-template-template_landing_page #ajax-content-wrap {
        padding-top: 46px !important;
    }
    body.page-template-template_landing_page #header-outer {
        top: 46px !important;
    } 
    #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 nav > ul.sf-menu:first-child {
        top: -58px;
    }
    #header-outer header ul li.right_side_nav a .menu-title-text span {
        margin-bottom: 8px;
    }
    #header-outer[data-lhe="default"] #top nav > ul > li > a {
        font-size: 12px !important;
        line-height: 12px !important;
    }
    .landing_section .left_box:after {
/* 			transform: rotate(-5.6deg); */
    }
    .landing_section .left_box h5 {
        font-size: 26px;
        line-height: 34px;
    }
    .landing_section .left_box h5 span {
        font-size: 16px;
    }
}
@media only screen and (max-width: 380px) {
    .landing_section .left_box:after {
/* 			transform: rotate(-6.3deg); */
    }
}