/*CSS Reset*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}
body {
    font-family: 'Poppins', sans-serif;
}
html {
    margin: 0 !important;
}
/*Common Classes Starts*/
.center-wr {
    max-width: 1320px;
    width: 94%;
    margin: 0 auto;
}
.large-center-wr {
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
img {
	max-width: 100%;
	display: block;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
a {
	display: inline-block;
	transition: 0.5s;
	color: #37295E;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'PT Serif', serif;
}
h1 {
    font-size: 72px;
    line-height: 100px;
    font-weight: bold;
    font-family: 'PT Serif', serif;
}
h2 {
    font-size: 26px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
h3 {
    font-size: 48px;
    line-height: 60px;
    font-family: 'PT Serif', serif;
    font-weight: bold;
    position: relative;
    padding: 0 162px 0;
    display: inline-block;
}
h3::before, h3::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/comn_heading_left-bg.png') no-repeat left center;
}
h3::after {
	background: url('../images/comn_heading_right-bg.png') no-repeat right; center;
}
.site-btn {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    background-color: #80b737;
    color: #ffffff;
    padding: 17.5px 25px;
    border-radius: 9px;
}
.site-btn:hover {
	background-color: #f06700;
}
ul {
	padding: 0;
}
/*Common Classes Ends*/
/*Downloaded Font Face Starts*/

/*Downloaded Font Face Ends*/
/*Header Starts*/
/*.header-wr {
    padding: 30px 0;
}*/
.header-wr {
    padding: 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
}
.header-content {
    position: relative;
}
.header-name {
    margin-top: 15px;
}
.header-name, .header-btn {
    display: inline-block;
    vertical-align: middle;
    width: 49.8%;
}
.header-btn {
    text-align: right;
    position: absolute;
    z-index: 11;
    right: -190px;
    top: 0;
}
a.site-btn.schedule-btn {
    margin-left: 12px;
}
/*Header Ends*/
/*Banner Starts*/
/*.banner-wr {
    padding: 60px 0 0 0;
}*/
.banner-wr {
    padding: 180px 0 103px 0;
    position: relative;
}
.banner-wr::after {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/banner_bg_img.jpg) center/cover;
    width: 30%;
    z-index: -2;
}
.banner-wr::before {
    content: "";
    position: absolute;
    background: url(../images/front_bg.jpg) no-repeat left/cover;
    width: 100%;
    height: 832px;
    top: 0px;
    z-index: -2;
    left: 0;
}
/*.banner-wr::before {
    content: "";
    position: absolute;
    background: url(../images/banner_left_bg.png) no-repeat left/cover;
    width: 791px;
    height: 832px;
    top: 0px;
    z-index: -2;
    left: 0;
}*/
.banner-content {
    position: relative;
}
.banner-heading small { 
    font-size: 24px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    margin-top: 48px;
} 
.banner-heading p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 7px;
}
.banner-heading h1 {
    padding-left: 3px;
}
.banner-text {
    width: 65%;
    padding-top: 47px;
    position: relative;
}
.banner-text::after {
    width: 151px;
    height: 191px;
    content: "";
    position: absolute;
    background-color: #f06700;
    left: -52px;
    top: 17px;
    z-index: -1;
}
.banner-para p {
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    margin-top: 48px;
}
.banner-list {
    padding: 42px 128px 43px 0px;
    position: relative;
    z-index: 6;
    margin-top: 37px;
}
.banner-list::after {
    content: "";
    position: absolute;
    width: 472%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: -376.5%;
    box-shadow: 30px 64px 40px 0 rgb(0 0 0 / 6%);
    background-image: linear-gradient(to right, #fff, #fff);
}
.banner-list ul li {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.34px;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    padding: 16px 0 16px 78px;
    position: relative;
    margin-top: 15px;
}
.banner-list ul li:first-child {
	margin-top: 0;
}
.banner-list ul li::after {
    content: "";
    position: absolute;
    width: 59px;
    height: 59px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 30px 64px 40px 0 rgb(0 0 0 / 6%);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff url('../images/law_professional.svg') no-repeat center;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.banner-list ul li:nth-child(2)::after {
	background-image: url('../images/law_community.svg');
}
.banner-list ul li:nth-child(3)::after {
	background-image: url('../images/florida_bar.svg');
}
.banner-image {
    width: 60%;
    position: absolute;
    right: -190px;
    z-index: -1;
}
.banner-image figure {
    position: relative;
}
.banner-image figure::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 118px;
    background-color: #F6F6F6;
    top: 81px;
    left: -1px;
}
/*Banner Ends*/
/*Ask About Collabrative Starts*/
.ask-about-wr {
    padding: 100px 0 94px;
    background: #FAFAFA url(../images/ask_collabrative_bg.jpg) no-repeat top left;
}
.ask-about-content h4 {
    font-size: 38px;
    font-weight: bold;
    line-height: 65px;
    font-family: 'Poppins', sans-serif;
}
.ask-about-content h2 {
    font-size: 46px;
    line-height: 52px;
    font-weight: 900;
    margin-top: 27px;
    text-transform: capitalize;
    /*background: url(../images/heading_bg.png) no-repeat bottom;*/
    position: relative;
    padding-bottom: 21px;
    z-index: 11;
}
.ask-about-content h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/heading_bg.png) no-repeat bottom;
    z-index: -1;
    opacity: 0.8;
}
/*Ask About Collabrative Ends*/
/*Contact Jeff Starts*/
.contact-jeff-wr {
    padding: 125px 0 0;
}
.contact-jeff-img, .contact-jeff-text {
    display: inline-block;
    vertical-align: top;
}
.contact-jeff-text h4 span {
    color: #80b737;
}
.contact-jeff-img {
    width: 43%;
    padding-top: 26px;
    position: relative;
}
.contact-jeff-img::after {
    content: "";
    position: absolute;
    width: 602px;
    height: 596px;
    background-color: #4D5266;
    border-radius: 50%;
    z-index: -1;
    top: 0;
    left: -18px;
}
.contact-jeff-img figure {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
} 
.contact-jeff-text {
    width: 56%;
    padding-left: 80px;
}
.contact-jeff-text h4 {
    font-size: 44px;
    font-weight: bold;
    font-family: 'PT Serif', serif;
    line-height: 75px;
}
.contact-jeff-text h3 span {
    color: #80b737;
}
.common-list ul li {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    background: url(../images/list_bg.svg) no-repeat left 14px;
    padding-left: 28px;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
}
.common-list ul li:first-child {
    margin-top: 0px;
}
.contact-jeff-text ul {
    margin-top: 36px;
    padding-right: 20px;
    font-family: 'Poppins', sans-serif;
}
/*Contact Jeff Ends*/
/*Serving Palm Starts*/
.serving-palm-wr {
    padding: 113px 0 105px;
}
.serving-palm-content {
    padding: 75px 220px;
    border: solid 2px #80b737;
    background: url(../images/serving_palm_bg.png) no-repeat center;
}
.serving-palm-content h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
    font-family: 'Poppins', sans-serif;
}
/*Serving Palm Ends*/ 
/*Area Of Expertise Starts*/
.expertise-boxes {
    margin-top: 50px;
}
.expertise-box {
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    padding: 72px 30px;
    width: 22.8%;
    margin-left: 38px;
    cursor: pointer;
    border-bottom: 5px solid #80b737;
    transition: 0.5s;
    position: relative;
}
.expertise-box:first-child {
    margin-left: 0;
}
.expertise-box::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background-color: #80b737;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg) scale(0);
    z-index: -1;
}
.expertise-box:hover, .expertise-box.left.tabber-active {
    background: #85BA3F url(../images/tile_tranparent_bg.png) no-repeat center;
    border-color: transparent;
}
.expertise-box:hover .expertise-box-icon::after, .expertise-box.left.tabber-active .expertise-box-icon::after {
    content: unset;
}
.expertise-box:hover .expertise-box-icon svg path, .expertise-box.left.tabber-active .expertise-box-icon svg path {
	fill: #ffffff;
}
.expertise-box:hover .expertise-box-text h4, .expertise-box.left.tabber-active .expertise-box-text h4 {
	color: #ffffff;
}
.expertise-box:hover::after, .expertise-box.left.tabber-active::after {
	transform: rotate(45deg) scale(1);
}
.expertise-box-icon {
    display: inline-block;
    position: relative;
    z-index: 8;
}
.expertise-box-icon svg {
    min-height: 79px;
}
.expertise-box-icon::after {
    content: "";
    position: absolute;
    height: 89px;
    width: 77px;
    border-radius: 0px 80px 0 0;
    background-color: #fff4ec;
    transform: rotate(180deg);
    left: -9px;
    right: 0;
    z-index: -1;
    top: -8px;
}
.expertise-box-text {
    margin-top: 36px;
}
.expertise-box-text h4 {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
}
.expertise-tabber {
    margin: 70px auto 0;
    width: 80%;
    display: none;
}
.expertise-tabber p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 18px;
}
.expertise-tabber p:first-child {
    margin-top: 0;
}
/*2march*/
.expertise-tabber-inner{
    background: url(../images/Bg_Expertise.png) no-repeat center;
}
.expertise-tabber-inner ul{
    text-align: left;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}
.expertise-tabber-inner ul li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 12px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
    width: 48%;
    font-family: 'Poppins', sans-serif;
    vertical-align: top;
}
.expertise-tabber-inner ul li:nth-child(2n+2) {
    margin-left: 77px;
    width: 44%;
}
.expertise-tabber-inner ul li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #80b737;
    left: 0;
    top: 8px;
}
.expertise-tabber-inner h4{
    margin-top: 26px;
    font-family: 'PT Serif', serif;
}
/*Area Of Expertise Ends*/
/*Schedule Now Starts*/  
.schedule-now-wr {
    padding: 94px 0;
}
.schedule-now-content {
    padding: 59px 0;
    background: #f06700 url(../images/schedule_now_bg.png) no-repeat center;
}
.schedule-now-content h4 {
    font-size: 38px;
    color: #ffffff;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    line-height: 48px;
}
.schedule-now-content h4, .schedule-now-content a {
    display: inline-block;
    vertical-align: middle;
} 
.schedule-now-content a {
    padding: 16.5px 24px;
    background-color: #000000;
    margin-left: 35px;
    border: 2px solid transparent;
    text-transform: capitalize;
    font-weight: 400;
}
.schedule-now-content a:hover {
    border: 2px solid #ffffff; 
}
/*Schedule Now Ends*/
/*Recognition & Affliation Starts*/
.recognition-wr {
    padding: 30px 0 196px;
}
.recognition-wr .center-wr {
    max-width: 1522px;
}
.recognition-slider-block {
    margin-top: 105px;
    position: relative;
}
.recognition-slider {
    font-size: 0 !important;
}
.recognition-slider-content {
    display: inline-block;
    vertical-align: middle;
    float: unset !important;
    width: auto !important;
    margin: 0 40px !important;
}
.recognition-slider-block .bx-controls-direction a, .expertise-content .bx-controls-direction a {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    width: 54px;
    height: 54px;
    border: solid 1px #f06700;
    background: url(../images/slider_arrow_black.svg) no-repeat center; 
    top: 50%;
    transform: translateY(-50%);
    z-index: 111;
}
.recognition-slider-block .bx-controls-direction a.bx-prev, .expertise-content .bx-controls-direction a.bx-prev {
    transform: translateY(-50%) rotate(180deg);
}
.recognition-slider-block .bx-controls-direction a.bx-next, .expertise-content .bx-controls-direction a.bx-next {
	right: 0;
	left: auto;
}
.recognition-slider-block .bx-controls-direction a:hover, .expertise-content .bx-controls-direction a:hover {
	background-image: url('../images/slider_arrow.svg');
	background-color: #f06700;
}
.recognition-slider-block .bx-viewport::before, .recognition-slider-block .bx-viewport::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 230px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 110;
    filter: blur(25px) !important;
    -webkit-filter: blur(15px)!important;
   -moz-filter: blur(15px)!important;
   -ms-filter: blur(15px)!important;
    filter: blur(15px)!important;
    background-color: #ffffff;
    transform: translateY(-50%) translate3d(0, 0, 0);
}
.recognition-slider-block .bx-viewport::before {
    left: -62px;
}
.recognition-slider-block .bx-viewport::after {
    right: -90px;
}
/*Recognition & Affliation Ends*/
/*Our Client Starts*/
.our-client-wr {
    background: rgba(39, 45, 69, 0.82) url(../images/client_review_bg.jpg) no-repeat center;
    padding: 78px 0 62px;
    position: relative;
}
.our-client-wr::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 45, 69, 0.82);
    top: 0;
    left: 0;
}
.our-client-content {
    position: relative;
    z-index: 1;
}
.our-client-heading h4 {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    line-height: 60px;
        font-family: 'PT Serif', serif;
}
.client-slider-quote {
    margin-top: 35px;
}
.client-slider-quote img {
    margin: 0 auto;
}
.client-slider-con {
    margin-top: 34px;
}
.client-slider p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    width: 88%; 
}
.client-slider h5 {
    font-family: 'PT Serif', serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    margin-top: 34px;
    font-weight: 400;
}
/*Our Client Ends*/
/*Footer Starts*/
.footer-form-block {
    padding: 86px 0;
    position: relative;
}
.footer-form-block::before {
    content: "";
    position: absolute;
    width: 42.5%;
    left: 0;
    top: 0;
    background-color: #f8f8f8;
    height: 100%;
    z-index: -1;
}
.lets-connect-heading h4 {
    font-size: 54px;
    line-height: 80px;
    font-family: 'PT Serif', serif;
    font-weight: bold;
}
.lets-connect-heading h4:nth-child(2) {
    background: url(../images/lets_talk_bg.png) no-repeat left -2px bottom;
    padding-bottom: 4px;
    width: fit-content;
}
.footer-form, .footer-details {
    display: inline-block;
    vertical-align: top;
}
.footer-form-details {
    margin-top: 30px;
}
.footer-form {
    box-shadow: 20px 23px 40px 0 rgb(0 0 0 / 6%);
    padding: 20px 30px 31px;
    width: 50.5%;
    border-bottom: 6px solid #000000;
    background-color: #ffffff;
}
.footer-form .gform_body.gform-body .gfield input, .footer-form .gform_body.gform-body .gfield textarea {
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding: 7px 36px;
    background: url(../images/form_name.svg) no-repeat left 10px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}
.footer-form .gform_body.gform-body .gfield:nth-child(2) input {
    background-image: url(../images/large_mail.svg);
    background-size: 7%;
    background-position: 0px 11px;
}
.footer-form .gform_body.gform-body .gfield:nth-child(3) input {
	background-image: url('../images/Phone.svg');
}
.footer-form .gform_body.gform-body .gfield:nth-child(4) input {
    background-image: url(../images/Company.svg);
    background-position: 0px 10px;
}
.footer-form .gform_body.gform-body .gfield:nth-child(5) textarea {
	background-image: url('../images/Message.svg');
}
.footer-form .gform_body.gform-body .gfield input:focus, .footer-form .gform_body.gform-body .gfield textarea:focus {
    outline: none;
}
.footer-form .gform_body.gform-body .gfield textarea {
	height: 125px !important;
	resize: none;
}
.footer-form .gform_footer.top_label input { 
    font-weight: 600;
    padding: 15px 36px;
    border-radius: 9px;
    background-color: #000000 !important;
    border: unset;
    transition: 0.5s;
    margin: 0 !important;
    outline: none;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif !important;
}
.footer-form .gform_footer.top_label input:hover {
	background-color: #f06700 !important;
	color: #ffffff;
}
.footer-form .gform_footer.top_label {
    padding: 0 !important;
    margin: 18px 0 0 0 !important;
}
.footer-form p.gform_required_legend {
    display: none;
}
.footer-form .gform_wrapper .gform_validation_errors {
    background-color: #ffffff;
    padding: 10px 20px;
    text-align: center;
}
.footer-form .gform_wrapper .gform_validation_errors h2 {
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
}
.footer-form .gform-icon--close:before {
	display: none;
}
.footer-form .gform_body.gform-body .gfield {
    position: relative;
}
.footer-form .gfield_validation_message {
    padding: 0 !important;
    background-color: unset !important;
    border: unset !important;
    font-size: 12px !important;
    position: absolute;
    top: 100%;
    margin: 0 !important;
}
.footer-form div#field_1_4 .instruction.validation_message {
    display: none;
}
::-webkit-input-placeholder {
    color: #000000;
}
::-moz-placeholder {
    color: #000000;
}
:-ms-input-placeholder {
    color: #000000;
}
:-moz-placeholder {
    color: #000000;
}
.footer-details {
    padding-left: 69px;
}
.footer-details-icon a {
    width: 73px;
    height: 73px;
    background-color: rgb(240, 103, 0, 0.08);
    text-align: center;
}
.footer-details-icon, .footer-details-link {
    display: inline-block;
    vertical-align: middle;
}
.footer-details-link a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
}
.footer-details-icon svg {
    margin-top: 24px;
}
.footer-details-block {
    margin-top: 28px;
}
.footer-details-block:first-child {
    margin-top: 0;
}
.footer-details-block:nth-child(2) a svg {
    margin-top: 20px;
}
.footer-details-link {
    margin-left: 22px;
}
.footer-details-icon:hover svg path {
    fill: #ffffff;
}
.footer-details-icon:hover a {
	background-color: #f06700;
}
.footer-details-link a:hover {
	color: #f06700;
}
.footer-copyright-wr {
    background-color: #000000;
    padding: 21.5px 0;
}
.footer-copyright-content p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(225, 225, 225, 0.6);
}
/*Footer Ends*/
/*01/08/2023*/
.footer-form .gform_body.gform-body .gfield .grecaptcha-badge {
    position: relative;
    z-index: 111;
}

/*25/01/2024 404 Page not Found*/
.error-block .error-404{
    text-align: center;
    padding: 70px 0px;
}
.error-block .error-404 img{
    margin: 0 auto;
    width: 15%;
}
.error-block .page-content > *:first-child, {
    margin-top: 50px;
}
.error-block .page-content h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
}
.error-block .page-content p {
    font-size: 16px;
    line-height: 39px;
}
.error-block .search-form {
    max-width: 77%;
}
.error-block .search-form > label {
    display: none;
}
.error-block a{
    padding: 15px;
    background-color: #000;
    border-radius: 9px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
/*25/01/2024 404 Search Page*/
.header-block {
    border-bottom: none;
    padding-bottom: 20px;
}
.header-block img  {
    margin: 0 auto;
    width: 17%;
}
.header-block h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
    font-family: 'Poppins',sans-serif;
}
.header-block .site-main{
    text-align: center;
}
.default-max-width {max-width: 100%;}
.no-results.not-found > *:first-child {
    margin-bottom: 0;
}
.search-no-results .page-content {
    margin-top: 0;
}
.site-main > * {
    margin-top: 10px;
    margin-bottom: 0px;
}

.heading {
    font-size: 56px;
    line-height: 40px;
    margin: 200px 0px 70px;
    text-align: center;
}
.text-block ,.image-block{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.image-block figure {
    width: 90%;
}
/*.blog-content article:nth-child(even) .image-block, .blog-content article:nth-child(odd) .text-block {
    float: right;
}
.blog-content article:nth-child(odd) .image-block, .blog-content article:nth-child(even) .text-block {
    float: left;
}*/
.image-block img {
    max-width: 100%!important;
}
.site-main{
    margin: 0;
}
.footer-form .gform_body.gform-body .gfield {
    position: relative;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 28px;
}
.post-thumbnail .wp-post-image {
    margin-top: 170px;
}
.entry-footer {
    display: none;
}
.post-navigation .post-title {
    display: none;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator){
    max-width: 1200px;
}