
/*Theme Name: Florida Probate Firm
URL: https://walserlaw.com/
Description:  Helping families through the probate process for over 35 years
Author: Exults.com
Author URI: http://www.exults.com/
Version:V-2.0*/
html body {
	color: #1c1c1c;
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}

p + ul, p + ol, h2 + ul, h2 + ol, h3 + ol, h3 + ul {
	margin: 30px 0;
}

.bttn {}

.bttn:hover {}

li {
	list-style: none;
}

p {
	font-size: 18px;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 30px;
}

.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/*---- Header ----*/

/*top-nav*/
.custom-container {
	max-width: 1320px;
	margin: 0 auto;
}

.nav-left {
	width: 75%;
	float: left;
	line-height: 32px;
}

.nav-left ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-left ul li {
	float: left;
	font-size: 17px;
}

.nav-left ul li a {
	color: #a2cea3;
	font-size: 17px;
	letter-spacing: 1px;
	padding: 0 30px;
	text-decoration: none;
	font-family: "Source Sans Pro", sans-serif;
}

.nav-left ul li a:hover {
	color: #fff;
	transition: all ease-in-out .3s;
}

.nav-left ul li:first-child a {
	padding-left: 0;
}

.phone:after {
	position: absolute;
	content: "";
	background: #acd8aa;
}

.phone {
	width: 20%;
	float: left;
	background: #acd8aa;
	position: relative;
	line-height: 31px;
}

.phone a {
	font-size: 18px;
	color: #0b3c49;
	letter-spacing: 1px;
	text-decoration: none;
	padding-left: 54px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.phone i {
	padding-right: 6px;
}

.top-nav {
	width: 100%;
	background: #062a33;
	overflow: hidden;
}

.phone::after {
	position: absolute;
	content: "";
	background: #acd8aa;
	top: 0;
	width: 2000px;
	display: block;
	left: 0;
	height: 100%;
	z-index: 0;
}

.phone:hover::after {
	transition: all ease-in-out .3s;
	background: #ebebeb;
}

.main-menu {
	text-align: left;
	width: 100%;
}

.main-menu-in {
	padding-top: 17px;
	transition: all ease-in-out .3s;
}

.main-menu ul {
	padding: 0;
	margin: 0;
	float: left;
}

.main-menu ul li {
	float: left;
	padding: 18px 51px;
	list-style: none;
	font-family: "Source Sans Pro", sans-serif;
	text-align: center;
}

.main-menu ul li a {
	font-size: 19px;
	color: #fff;
	text-align: center;
}

.main-menu ul li a span {
	display: block;
}

.main-menu ul li a span:hover {
	color: #a2cea3;
	transition: all ease-in-out .3s;
}

.main-nav {
	max-width: 80%;
	float: left;
	padding-left: 37px;
}

.logo {
	width: 20%;
	float: left;
}

.logo img {
	transition: all ease-in-out .3s;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	padding-top: 8px;
	padding-bottom: 10px;
	transition: all ease-in-out .3s;
}

header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all ease-in-out .3s;
}

header.jsticky {
	position: fixed;
	background: rgba(11, 60, 73, .95);
	transition: all ease-in-out .3s;
}

header.jsticky .logo img {
	max-width: 130px;
	transition: all ease-in-out .3s;
}

header.jsticky .main-menu-in {
	padding-top: 10px;
	transition: all ease-in-out .3s;
}

header.jsticky .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	padding-top: 8px;
	padding-bottom: 10px;
	transition: all ease-in-out .3s;
}

header.jsticky .logo {
	padding-bottom: 10px;
}

.sticky-placeholder {
	display: none;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target .ubermenu-target-text {
	line-height: 1em;
}

/*=== home-banner ===*/
.banner {
	background: url("https://cdn-ileamog.nitrocdn.com/DeTWPIWUTpgPJKbKSbTwWVaWrHxbqoGk/assets/images/optimized/rev-68a5ef0/www.floridaprobatefirm.com/wp-content/themes/floridaprobate/images/hm-banner.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	height: 738px;
	position: relative;
}

.banner.nitro-lazy {
	background: none !important;
}

.banner::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #062a33;
	opacity: .66;
}

.banner .banner-layer {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: inherit;
	width: 10000px;
	position: relative;
	z-index: 2;
}

.banner .banner-layer h2, .banner .banner-layer h1 {
	font-size: 55px;
	color: #f7f7f7;
	font-family: "Cardo", serif;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 30px;
	margin: 0;
}

.banner .banner-layer h2 span, .banner .banner-layer h1 span {
	display: block;
}

.hm-bttn a {
	background: #de6e4b;
	font-size: 16px;
	color: #f0f0f0;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	line-height: 51px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 40px;
	display: inline-block;
}

.get-started {
	background: #ebebeb;
}

.get-started-con {
	width: 73%;
	float: left;
}

.contact-bttn {
	width: 27%;
	float: left;
}

.contact-bttn a {
	background: #de6e4b;
	display: block;
	padding: 0 80px;
	font-size: 20px;
	color: #f7f7f7;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 75px;
	text-align: center;
}

.get-started .get-started-con h2 {
	padding: 21px 0 0 0;
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 28px;
	color: #0b3c49;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.get-started .get-started-con h2 span {
	font-weight: 800;
}

/*=== blocks ===*/
.banner-bottom-blocks {
	text-align: center;
	padding: 40px 0;
}

.banner-bottom-blocks .block h3 {
	font-size: 19px;
	color: #0b3c49;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	padding-top: 29px;
}

.banner-bottom-blocks .block h3 span {
	display: block;
	font-weight: 500;
}

.banner-bottom-blocks .block {
	padding-top: 80px;
	/*margin-left:35px*/
	width: 20%;
}

.banner-bottom-blocks img {
	height: 65px;
	width: auto;
	margin: 0 auto;
	padding: 0;
}

/*=== servcies ===*/
.home-servcies-sec .servcies-left-sec {
	width: 45%;
	float: left;
}

.home-servcies-sec .servcies-right-sec {
	padding-right: 0;
	width: 55%;
	float: left;
}

.servcies-left-sec h2 {
	font-size: 50px;
	color: #0b3c49;
	font-family: "Cardo", serif;
	font-weight: 700;
	margin-bottom: 25px;
}

.servcies-left-sec p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	color: #062a33;
	line-height: 30px;
}

.home-servcies-sec .custom-nav .owl-prev, .home-servcies-sec .custom-nav .owl-next {
	min-width: 58px;
	line-height: 47px;
	text-align: center;
	border: solid 2px #0b3c49;
	float: left;
	cursor: pointer;
	background: none;
	font-size: 25px;
}

.home-servcies-sec .custom-nav .owl-next:hover {
	border: solid 2px #acd8aa;
	transition: all ease-in-out .3s;
}

.home-servcies-sec .custom-nav .owl-prev:hover {
	border: solid 2px #acd8aa;
	transition: all ease-in-out .3s;
}

.home-servcies-sec .custom-nav .owl-next {
	border-left: 0;
}

.home-servcies-sec .custom-nav .owl-next i:hover {
	color: #acd8aa;
	transition: all ease-in-out .3s;
}

.home-servcies-sec .custom-nav .owl-prev i:hover {
	color: #acd8aa;
	transition: all ease-in-out .3s;
}

.servcies-left-sec .servcies-left-sec-in .content {
	display: inline-block;
	text-align: left;
	max-width: 66%;
	padding-top: 40px;
	padding-right: 11%;
}

.home-servcies-sec .custom-nav {
	margin-top: 30px;
}

.servcies-right-sec .servcies-carousel .owl-stage {
	padding-left: 7px !important;
}

.servcies-left-sec .servcies-left-sec-in {
	height: inherit;
	vertical-align: top;
	display: table-cell;
	text-align: right;
}

.home-servcies-sec {
	margin-top: 100px;
	padding: 0 0 40px;
}

.home-servcies-sec .servcies-right-sec .block {
	position: relative;
	box-shadow: 7.388px 9.456px 9px 0px rgba(0, 0, 0, .16);
}

.home-servcies-sec .servcies-right-sec .block h4, .home-servcies-sec .servcies-right-sec .block h2 {
	position: absolute;
	z-index: 1;
	bottom: 45px;
	right: 0;
	width: 80%;
	text-align: center;
	background: #de6e4b;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.home-servcies-sec .servcies-right-sec .block h4:hover, .home-servcies-sec .servcies-right-sec .block h2:hover {
	background: #0b3c49;
	transition: all ease-in-out .3s;
}

.home-servcies-sec .servcies-right-sec .owl-item {
	padding-bottom: 20px;
}

/*=== serving-banner ====*/
.serving-banner {
	background: url("https://cdn-ileamog.nitrocdn.com/DeTWPIWUTpgPJKbKSbTwWVaWrHxbqoGk/assets/images/optimized/rev-68a5ef0/www.floridaprobatefirm.com/wp-content/themes/floridaprobate/images/serving-banner.jpg") no-repeat;
	background-size: cover;
	margin-top: -68px;
	padding: 162px 0 70px 0;
}

.serving-banner.nitro-lazy {
	background: none !important;
}

.serving-banner .serving-banner-layer {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 10000px;
	height: inherit;
}

.serving-banner h2 {
	font-size: 50px;
	color: #0b3c49;
	font-family: "Cardo", serif;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0;
}

.serving-banner p {
	max-width: 679px;
	font-size: 18px;
	margin: 0 auto;
	color: #062a33;
	font-family: "Source Sans Pro", sans-serif;
	padding: 25px 0;
	line-height: 30px;
}

.about-bttn a {
	display: inline-block;
	background: #0b3c49;
	padding: 0 60px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
}

/*=== testimonials ====*/
.testimonial-sec .testimonial-sec-left {
	padding: 0;
	text-align: center;
}

.testimonial-sec-left-in-main {
	display: table-cell;
	width: 1000px;
	vertical-align: middle;
	height: inherit;
}

.testimonial-sec .testimonial-sec-left-in {
	display: inline-block;
	text-align: left;
	padding: 30px 0 30px 12%;
}

.testimonial-sec {
	position: relative;
	overflow: hidden;
}

.testimonial-sec-right-in {
	z-index: 1;
	height: inherit;
	vertical-align: bottom;
}

.testimonial-sec-right-in-main {
	position: relative;
	display: block;
	width: auto;
	padding: 50px 0;
}

.testimonial-sec .testimonial-sec-left h2, .why-choose-top h2, .hm-faqs h2 {
	font-size: 50px;
	color: #0b3c49;
	font-family: "Cardo", serif;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0;
}

.testimonial-sec .testimonial-sec-left p, .why-choose-top p {
	font-size: 18px;
	color: #062a33;
	font-family: "Source Sans Pro", sans-serif;
	max-width: 480px;
	line-height: 30px;
	margin: 0;
	padding: 22px 0 28px;
}

.testimonial-sec.client-testimonial .testimonial-sec-left {
	background: #0b3c49;
}

.testimonial-sec.client-testimonial .testimonial-sec-left h2, .testimonial-sec.client-testimonial .testimonial-sec-left p {
	color: #fff;
}

.testimonial-sec.client-testimonial .btn-group {
	display: flex;
}

.testimonial-sec.client-testimonial .about-bttn.orange a {
	line-height: 45px;
	border: 1px solid #de6e4b;
}

.testimonial-sec.client-testimonial .about-bttn + .about-bttn {
	margin-left: 35px;
}

.testimonial-sec.client-testimonial .about-bttn + .about-bttn a {
	border: 1px solid #e1f9ff;
	background: transparent;
	color: #e1f9ff;
}

.testimonial-sec.client-testimonial .testimonial-sec-left-in {
	display: inline-block;
	text-align: left;
	padding: 30px 0 30px 5%;
}

.testimonial-sec.client-testimonial .testimonial-quot {
	position: absolute;
	right: 30px;
	top: 14px;
	text-align: center;
	display: block;
	line-height: 125px;
	color: #acd8aa;
	font-size: 7em;
	z-index: -1;
	height: 36px;
	font-weight: 900;
	font-family: "Cardo", serif;
}

.testimonial-sec.client-testimonial .testimonial-carousel-client {
	padding: 40px;
	position: relative;
	height: inherit;
}

.testimonial-sec.client-testimonial .testimonial-carousel-client .owl-item {
	height: inherit;
	padding: 40px;
}

.testimonial-sec.client-testimonial .testimonial-carousel-client .owl-stage-outer {
	height: inherit;
	border: 2px solid #859da4;
}

.testimonial-sec.client-testimonial .testimonial-carousel-client h3 {
	font-size: 30px;
	text-transform: capitalize;
	color: #0b3c49;
	margin-bottom: 20px;
	font-family: "Cardo", serif;
	font-weight: 600;
}

.testimonial-sec.client-testimonial .testimonial-carousel-client p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	min-height: 150px;
}

.testimonial-sec.client-testimonial .testimonial-carousel-client p + p {
	display: none;
}

.testimonial-sec.client-testimonial .testimonial-carousel-client .owl-nav {
	position: absolute;
	top: 42%;
	width: 100%;
	margin: 0 -35px;
}

.testimonial-sec.client-testimonial .testimonial-carousel-client .owl-nav button.owl-prev {
	left: 0;
	display: none !important;
}

.testimonial-sec.client-testimonial.left-testi .testimonial-carousel-client .owl-nav button.owl-next {
	display: none;
}

.testimonial-sec.client-testimonial .testimonial-carousel-client .owl-nav button.owl-prev, .testimonial-sec.client-testimonial .testimonial-carousel-client .owl-nav button.owl-next {
	min-width: 70px;
	line-height: 70px;
	background: #859da4;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 30px;
	position: absolute;
	transition: all ease-in-out .3s;
}

.testimonial-sec.client-testimonial .testimonial-carousel-client .owl-nav button.owl-next {
	right: 0;
}

.testimonial-sec.client-testimonial .testimonial-sec-right:after {
	display: none;
}

.testimonial-sec.client-testimonial .testimonial-sec-right-in span {
	display: inline-block;
	font-size: inherit;
	text-align: left;
	padding: 10px 0;
}

.testimonial-sec.client-testimonial .triLeft {
	position: absolute;
	top: 42%;
	left: 28px;
	display: block;
	margin: 30px auto;
	width: 25px;
	height: 25px;
	border-top: 2px solid #859da4;
	border-left: 2px solid #859da4;
	transform: rotate(-45deg);
	background: #e4e4e4;
	z-index: 2;
}

/*.testimonial-sec.client-testimonial .triRight {width: 0;height: 0;border-top: 25px solid transparent;border-right: transparent;border-bottom: 25px solid transparent;border-left: 25px solid #859da4;position: absolute;top: 42%;right: 15px;}*/
.testimonial-sec.client-testimonial.left-testi .testimonial-carousel-client .owl-nav button.owl-prev {
	display: block !important;
}

.testimonial-sec.client-testimonial.left-testi .triLeft {
	transform: rotate(135deg);
	right: 28px;
	left: auto;
	left: auto;
}

.about-bttn.orange a {
	background: #de6e4b;
}

.testimonial-sec-right-in .testi-content {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 30px;
	color: #062a33;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 20px;
}

.testimonial-sec-right .testi {
	max-width: 77%;
	margin: 0 auto;
	position: relative;
	padding: 76px 80px 0 0;
}

.testimonial-sec-right-in .author {
	float: left;
	font-size: 27px;
	color: #0b3c49;
	font-family: "Cardo", serif;
	font-weight: 800;
}

.testimonial-sec-right-in span {
	text-align: right;
	display: block;
	font-size: 27px;
	color: #0b3c49;
	font-family: "Cardo", serif;
	font-weight: 800;
}

.testimonial-bottom-con {
	padding-top: 28px;
	width: 100%;
	padding-bottom: 57px;
	border-top: solid 3px #d6dbdd;
	margin-top: 50px;
}

.testimonial-sec-right {
	position: relative;
	background: #ebebeb;
}

.testimonial-sec-right:before {
	content: "";
	position: absolute;
	background: url("https://cdn-ileamog.nitrocdn.com/DeTWPIWUTpgPJKbKSbTwWVaWrHxbqoGk/assets/images/optimized/rev-68a5ef0/www.floridaprobatefirm.com/wp-content/themes/floridaprobate/images/testi-bg.jpg");
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .66;
}

.testimonial-sec-right .testi:after {
	position: absolute;
	content: "";
	background: url("https://cdn-ileamog.nitrocdn.com/DeTWPIWUTpgPJKbKSbTwWVaWrHxbqoGk/assets/images/optimized/rev-68a5ef0/www.floridaprobatefirm.com/wp-content/themes/floridaprobate/images/quotations.png") no-repeat;
	width: 70px;
	height: 70px;
	right: 0;
	z-index: 2;
	top: 10px;
}

.testimonial-sec-right:after {
	position: absolute;
	content: "";
	background: url("https://cdn-ileamog.nitrocdn.com/DeTWPIWUTpgPJKbKSbTwWVaWrHxbqoGk/assets/images/optimized/rev-68a5ef0/www.floridaprobatefirm.com/wp-content/themes/floridaprobate/images/testi-right-sec-before.png") no-repeat;
	width: 61px;
	height: 80px;
	left: -35px;
	top: 47%;
}

footer {
	background: #062a33;
	padding: 42px 0 25px;
}

.footer-nav h3, .footer-nav h3 a {
	font-family: "Source Sans Pro";
	font-size: 20px;
	margin: 0;
	padding: 0 0 5px;
	color: #fff;
	font-weight: 600;
}

.footer-nav h3 a:hover {
	color: #de6e4b;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-nav ul li {
	display: block;
}

.footer-nav ul li a {
	font-family: "Source Sans Pro";
	font-size: 16px;
	margin: 0;
	padding: 0 0 5px;
	color: #acd8aa;
	font-weight: 400;
	display: block;
	line-height: 24px;
	transition: all ease-in-out .3s;
}

.footer-nav.footer-nav-2 ul li a {
	font-family: "Source Sans Pro";
	font-size: 20px;
	margin: 0;
	padding: 0 0 5px;
	color: #fff;
	font-weight: 600;
	display: block;
	line-height: 32px;
	transition: all ease-in-out .3s;
}

.footer-nav.footer-nav-2 ul li a:hover, .footer-nav ul li a:hover {
	transition: all ease-in-out .3s;
	color: #de6e4b;
}

.footer-nav.footer-nav-3 p {
	font-family: "Source Sans Pro";
	font-size: 16px;
	margin: 0;
	padding: 0 0 5px;
	font-weight: 400;
	display: block;
	line-height: 24px;
	transition: all ease-in-out .3s;
	color: #acd8aa;
}

.footer-nav.footer-nav-4 span {
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.footer-nav.footer-nav-4 span a {
	color: #acd8aa;
	transition: all ease-in-out .3s;
}

.footer-nav.footer-nav-4 span a:hover {
	color: #fff;
	transition: all ease-in-out .3s;
}

/**/

/* effect #2 */
.btn-hover-effect {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	align-items: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration: none;
	overflow: hidden;
}

.btn-hover-effect--effect-2:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 200%;
	height: 200%;
	content: "";
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	z-index: -1;
}

.btn-hover-effect--effect-2:after {
	position: absolute;
	top: 1px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 40px;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 25px;
	font-weight: 900;
	line-height: inherit;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.btn-hover-effect--effect-2:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.btn-hover-effect--effect-2:hover:after {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.btn-hover-effect--effect-3:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 200%;
	height: 200%;
	content: "";
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	z-index: -1;
}

.btn-hover-effect--effect-3:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.footer-social-in {
	max-width: 100%;
}

.footer-social-in a {
	line-height: 43px;
	height: 43px;
	width: 43px;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	background: #acd8aa;
	text-align: center;
	color: #062a33;
	font-size: 18px;
	margin: 0 7px 14px;
}

.footer-social-in a:hover {
	background: #0b3c49;
}

.copyright {
	background: #0b3c49;
	line-height: 46px;
	text-align: center;
	color: #acd8aa;
	font-size: 16px;
	font-weight: 400;
	font-family: "Source Sans Pro";
}

.servcies-carousel .owl-dots {
	display: none;
}

.custom-nav.custom-nav-mobi.ser-custom-nav {
	text-align: center;
	display: none;
}

.tablet-phone-number.phone {
	display: none;
}

.tablet-phone-number a:hover {
	transition: all ease-in-out .3s;
	background: #ebebeb;
}

.servcies-right-sec.servcies-right-sec-mobile {
	display: none;
}

/*inner-pages*/
.inner-page-banner {
	min-height: 300px;
	background: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.inner-page-banner:after {
	content: "";
	position: absolute;
	background: #0b3c49;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .5;
}

.inner-page-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* background: linear-gradient(135deg, rgba(152,197,158,1) 0%, rgba(152,197,158,0) 44%, rgba(152,197,158,0) 100%);*/
	background: url("https://cdn-ileamog.nitrocdn.com/DeTWPIWUTpgPJKbKSbTwWVaWrHxbqoGk/assets/images/optimized/rev-68a5ef0/www.floridaprobatefirm.com/wp-content/themes/floridaprobate/images/inner-page-banner-overlay.png") no-repeat;
	background-size: cover;
}

/*about us*/
.center-text {
	padding: 75px 0;
}

.center-text .center-text-in {
	max-width: 80%;
	margin: 0 auto;
}

.center-text .center-text-in a {
	color: #de6e4b;
}

.center-text h1, .right-content-in h1 {
	color: #0b3c49;
	font-size: 50px;
	font-family: "Cardo", serif;
	font-weight: 700;
	margin-bottom: 30px;
}

.center-text h2 {
	color: #0b3c49;
	font-size: 22px;
	font-family: "Source Sans Pro";
	font-weight: 700;
	margin-bottom: 30px;
}

.center-text h4 {
	font-size: 22px;
	margin-bottom: 15px;
}

.center-text p {
	font-size: 18px;
	font-family: "Source Sans Pro";
	margin-bottom: 17px;
	line-height: 30px;
}

.about-blocks {
	padding-bottom: 193px;
}

.about-blocks .about-blocks-in {
	max-width: 90%;
	margin: 0 auto;
}

.about-blocks .block .block-in {
	text-align: center;
	padding: 50px;
	border: solid 2px #bdcbce;
	height: inherit;
}

.about-blocks .block .block-in .healdine {
	border-bottom: solid 2px #e1e1e1;
	padding-bottom: 45px;
}

.about-blocks .block .block-in .healdine img {
	height: 80px;
}

.about-blocks .block .block-in .healdine h4 {
	padding-top: 20px;
	font-family: "Source Sans Pro";
	font-weight: 700;
	font-size: 19px;
	color: #0b3c49;
	padding-bottom: 10px;
}

.about-blocks .block .block-in .healdine h3 {
	font-family: "Source Sans Pro";
	font-size: 19px;
}

.about-blocks .block .block-content {
	margin-top: 35px;
	text-align: left;
	font-family: "Source Sans Pro";
	font-size: 16px;
}

.right-image-left-content .right-image-left-content-in {
	max-width: 93%;
	margin: 0 auto;
	padding-bottom: 65px;
	padding-top: 3%;
}

.right-image-left-content .img-sec {
	max-width: 40%;
	float: left;
}

.right-image-left-content .img-sec img {
	width: 100%;
	margin-top: -105px;
}

.right-image-left-content .right-content {
	float: left;
	width: 60%;
}

.right-image-left-content .right-content-in {
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	padding: 10% 10% 8% 10%;
}

.right-image-left-content .right-content-in a {
	color: #acd8aa;
}

.right-image-left-content .right-content-in h2 {
	font-size: 22px;
	font-family: "Source Sans Pro";
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff;
}

.right-image-left-content p {
	/*color: #f7f7f7;*/
	font-size: 18px;
	font-family: "Source Sans Pro";
	line-height: 30px;
	margin-bottom: 17px;
}

/*FOOTER-FORM*/
.footer-form-sec {
	background: url("https://cdn-ileamog.nitrocdn.com/DeTWPIWUTpgPJKbKSbTwWVaWrHxbqoGk/assets/images/optimized/rev-68a5ef0/www.floridaprobatefirm.com/wp-content/themes/floridaprobate/images/footer-form-bg.jpg") no-repeat;
	background-size: cover;
}

.footer-form-sec.nitro-lazy {
	background: none !important;
}

.footer-form-sec .footer-form-sec-in {
	padding: 90px 0;
}

.footer-form-sec .form-top-con {
	text-align: center;
}

.footer-form-sec .form-top-con h3 {
	font-size: 50px;
	color: #0b3c49;
	font-weight: 800;
	font-family: "Cardo", serif;
}

.footer-form-sec .form-top-con p {
	color: #0b3c49;
	font-size: 26px;
	font-family: "Source Sans Pro", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-form-sec .form-sec .gform_body .width-33 {
	min-width: 33%;
	float: left;
	clear: none;
	padding-right: 10px;
}

.footer-form-sec .form-sec .gform_body li label {
	display: none;
}

.footer-form-sec .form-sec .gform_body .width-100 textarea.large {
	height: 70px;
}

.footer-form-sec .form-sec .gform_body .width-100 {
	padding-top: 8px;
	padding-right: 10px;
}

.footer-form-sec .form-sec .gform_body li input {
	border: solid 1px #6e8a91;
	font-size: 16px;
	color: #0b3c49;
	font-family: "Source Sans Pro";
	line-height: 36px;
	letter-spacing: 1px;
	padding-left: 16px !important;
}

.footer-form-sec .form-sec .gform_body .width-100 textarea.large {
	max-height: 70px;
	max-width: 99%;
	font-size: 16px;
	color: #0b3c49;
	font-family: "Source Sans Pro";
	padding-left: 16px;
	font-weight: 400;
	border: solid 1px #6e8a91;
}

.footer-form-sec .form-sec .gform_body li input::placeholder {
	color: #0b3c49;
}

.g-recaptcha > div {
	margin: 0 auto 22px;
}

.footer-form-sec .form-sec .gform_footer.top_label {
	padding: 0 19px 0 0;
	position: relative;
	overflow: hidden;
}

.footer-form-sec .form-sec .gform_footer.top_label .gform_button {
	width: 100%;
	height: 48px;
	background: #de6e4b;
	border: none;
	font-size: 16px;
	color: #f7f7f7;
	letter-spacing: 1px;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	transition: all ease-in-out .3s;
}

.footer-form-sec .form-sec .validation_error {
	display: none;
}

.footer-form-sec .form-sec .gform_wrapper li.gfield.gfield_error {
	border: none;
	background: no-repeat;
}

.footer-form-sec .form-sec .gform_wrapper li.gfield.gfield_error .gfield_description.validation_message {
	display: none;
}

.footer-form-sec .form-sec .gform_wrapper li.gfield.gfield_error.width-100 {
	padding-top: 1px;
	padding-bottom: 0;
}

.home-servcies-sec .servcies-right-sec .block .hover-anchor {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}

/*.footer-form-sec .form-sec .gform_footer.top_label:before { position: absolute; top: 50%; left: 50%; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; transition-duration: 0.2s; transition-timing-function: linear; transition-delay: 0s; display: block; width: 200%; height: 200%; content: ''; -webkit-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); -webkit-transform-origin: center top; transform-origin: center top; background-color: rgba(255, 255, 255, 0.2); border-radius: 50%; z-index: 1; } 
.footer-form-sec .form-sec .gform_footer.top_label:hover:before { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); -webkit-transform-origin: center bottom; transform-origin: center bottom; }*/
.footer-form-sec .form-sec .gform_footer.top_label .gform_button:hover {
	background: #acd8aa;
	transition: all ease-in-out .3s;
}

.home .footer-form-sec {
	background: #f6f6f6;
}

/**/
.table-wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.table-wrap aside {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.left-form-right-content {
	padding: 75px 0;
}

.left-form-right-content .align-items-center {
	display: flex;
	align-items: center;
}

.left-form-right-content .right-con {
	text-align: center;
}

.left-form-right-content .right-con h1 {
	color: #0b3c49;
	font-size: 50px;
	font-family: "Cardo", serif;
	font-weight: 700;
	margin-bottom: 30px;
}

.left-form-right-content .right-con h3 {
	color: #0b3c49;
	font-weight: 700;
	font-size: 22px;
	margin: 20px 0 0;
}

.left-form-right-content ul {
	padding: 0 0 25px 0;
}

.left-form-right-content ul li {
	display: inline-block;
	padding: 0 25px;
}

.left-form-right-content ul li h3 {
	font-weight: 700;
	color: #0b3c49;
	font-family: "Source Sans Pro", sans-serif;
	letter-spacing: 1px;
	font-size: 19px;
}

.left-form-right-content ul li p {
	font-size: 19px;
	font-family: "Source Sans Pro", sans-serif;
	color: #0b3c49;
	font-weight: 500;
}

.hm-testimonial-sec .testimonial-sec-slider .item p + p {
	display: none;
}

.left-form-right-content .footer-form-sec .footer-form-sec-in {
	padding: 60px 20px;
}

.Contact-us-intro {
	text-align: center;
}

.Contact-us-intro .center-text-in h2 {
	margin-bottom: 22px;
}

.Contact-us-intro .center-text-in p {
	max-width: 722px;
	margin: 0 auto;
	line-height: normal;
}

.Contact-us-intro .center-text-in ul {
	padding: 25px 0;
}

.Contact-us-intro .center-text-in ul li {
	display: inline-block;
	padding: 0 25px;
}

.Contact-us-intro .center-text-in ul li h3 {
	font-weight: 700;
	color: #0b3c49;
	font-family: "Source Sans Pro", sans-serif;
	letter-spacing: 1px;
	font-size: 19px;
}

.Contact-us-intro .center-text-in ul li p {
	font-size: 19px;
	font-family: "Source Sans Pro", sans-serif;
	color: #0b3c49;
	font-weight: 500;
}

.contact-map img {
	border-color: #e7e7e7;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	position: relative;
}

.contact-map .img-sec {
	position: relative;
}

.contact-map .right-content .right-content-in {
	padding-left: 137px;
	min-width: 50%;
}

.contact-map .right-content .right-content-in h2 {
	margin-bottom: 20px;
}

.contact-map .right-content .right-content-in .contact-map-con h4 {
	font-size: 26px;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
}

.contact-map .right-content .map-con-details a {
	font-size: 26px;
	color: #acd8aa;
	font-family: "Source Sans Pro", sans-serif;
	padding-top: 10px;
	display: inline-block;
	position: relative;
	padding-right: 18px;
}

.contact-map .right-content .map-con-details a i {
	padding-right: 9px;
	font-size: 24px;
}

.map-con-details .map-ph:nth-child(1) {
	padding-right: 10px;
}

.contact-map .right-content .map-con-details a.map-ph {
	position: relative;
	padding-left: 19px;
}

.contact-map .right-content .map-con-details a.map-ph:after {
	position: absolute;
	content: "";
	border-left: solid 2px #acd8aa;
	height: 27px;
	left: 0;
	display: block;
	top: 47px;
}

/**/
.florida-probate-sec .center-text-in {
	max-width: 74%;
	margin: 0 auto;
	text-align: center;
}

.florida-probate-sec {
	padding: 95px 0 60px;
}

.probate-blocks .probate-block {
	padding-bottom: 34px;
}

.probate-blocks .probate-blocks-in .probate-block img {
	max-width: 100%;
	width: 100%;
}

/*.probate-blocks .probate-block-con { background: #0b3c49; text-align: center; padding: 19px 0; }*/
.probate-blocks .probate-block-con h3, .probate-blocks .probate-block-con h2 {
	color: #f7f7f7;
	text-transform: uppercase;
	font-family: "Source Sans Pro";
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 27px;
	font-size: 26px;
	height: inherit;
	vertical-align: middle;
	display: table-cell;
	width: 1000px;
}

.probate-blocks .block-anchor {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.right-img-left-con-sec {
	background: #f7f7f7;
	margin-top: 70px;
}

.right-img-left-con-sec .left-con a {
	display: inline-block;
	background: #0b3c49;
	padding: 0 60px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
}

.right-img-left-con-sec-in .right-img img {
	max-width: 100%;
	opacity: 0;
}

.right-img-left-con-sec .left-con h2 {
	font-size: 50px;
	color: #0b3c49;
	font-family: "Cardo", serif;
	font-weight: 700;
}

.right-img-left-con-sec .left-con p {
	max-width: 516px;
	font-family: "Source Sans Pro";
	color: #1c1c1c;
	padding: 15px 0 25px;
	line-height: 24px;
}

.right-img-left-con-sec .left-con a {
	display: inline-block;
	background: #0b3c49;
	padding: 0 60px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
}

.right-img-left-con-sec .left-con .left-con-in {
	display: inline-block;
	text-align: left;
	padding-right: 8%;
}

.right-img-left-con-sec-in .right-img {
	display: table-cell;
	vertical-align: middle;
	float: none;
	width: 20000px;
}

.right-img-left-con-sec .left-con {
	display: table-cell;
	vertical-align: middle;
	float: none;
	text-align: right;
}

.probate-blocks .probate-blocks-in {
	max-width: 1400px;
	margin: 0 auto;
}

.probate-blocks .probate-block .probate-block-in {
	position: relative;
}

.probate-blocks .probate-block-con {
	background: rgba(11, 60, 73, .7);
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.probate-blocks .probate-block-con:hover {
	background: rgba(11, 60, 73, .9);
	transition: all ease-in-out .3s;
}

.probate-blocks .probate-block-con .probate-block-con-in {
	display: table;
	height: inherit;
}

.copyright a {
	color: #abd8aa;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

.center-text h3 {
	color: #0b3c49;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
}

.estate-intro .list-ul {
	margin-top: 25px;
}

.list li {
	position: relative;
	line-height: 24px;
	font-family: "Source Sans Pro";
	font-size: 16px;
	padding-left: 25px;
}

.list li:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #acd8aa;
	padding-right: 10px;
	position: absolute;
	left: 0;
}

.center-text.estate-intro {
	padding-bottom: 150px;
}

.estate-left-img-rightconternt.right-image-left-content .right-content-in h2 {
	font-size: 22px;
	font-family: "Source Sans Pro";
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 15px;
}

.estate-left-img-rightconternt .list li {
	color: #fff;
	font-size: 16px;
}

.estate-left-img-rightconternt .right-content-in {
	padding: 85px 10%;
}

.right-image-left-content.left-image-right-content .img-sec {
	float: right;
}

.right-image-left-content.left-image-right-content .right-image-left-content-in {
	padding: 69px 0 0;
}

.right-image-left-content.left-image-right-content .right-content-in h2 {
	color: #0b3c49;
	font-size: 22px;
	font-family: "Source Sans Pro";
}

/*.right-image-left-content.left-image-right-content .right-content-in p { color: #1c1c1c; }*/
.right-image-left-content.left-image-right-content .img-sec img {
	margin-top: 0;
	position: relative;
	bottom: -90px;
}

.right-image-left-content.left-image-right-content .right-image-left-content-in {
	padding-top: 3% 0;
}

.center-text.estate-middle-content {
	padding: 150px 0;
}

.center-text.estate-middle-content p {
	margin-bottom: 40px;
}

.center-text.estate-middle-content .list-ul {
	margin-bottom: 35px;
}

.right-image-left-content .right-content-in h3 {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: "Source Sans Pro";
}

.left-image-right-content.survivors-right-img-left-content .right-content-in {
	padding: 40px 10%;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

.ubermenu *:focus {
	outline: none;
}

.left-map-right-text .img-sec {
	width: 40%;
}

.left-map-in {
	margin-top: -100px;
}

.left-map-right-text .right-content-in {
	width: 600px;
}

/**/
.meet-our-team-container {
	max-width: 1550px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.ext-link {
	position: relative;
	height: 100%;
	text-decoration: none;
	color: #f8f9fa;
	cursor: pointer;
}

.ext-link > div {
	position: relative;
	height: 100%;
}

.wrapper .row {
	flex-wrap: nowrap;
	justify-content: center;
	overflow: hidden;
}

.meet-our-team-sec .wrapper .row {
	display: flex;
	justify-content: center;
}

.wrapper .row > div {
	height: 821px;
	overflow: hidden;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .7s;
	-moz-transition-duration: .7s;
	transition-duration: .7s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.wrapper .meet-our-team-container.vactive .row > div {
	flex-basis: calc(100% * 1 / 6);
	flex-basis: 16.66%;
	max-width: calc(100% * 1 / 6);
	max-width: 16.66%;
}

.wrapper .row .item-wrapper {
	flex-basis: calc(100% * 1 / 3);
	flex-basis: 33.33%;
	max-width: calc(100% * 1 / 3);
	max-width: 33.33%;
	float: left;
	position: relative;
	padding: 0 7px;
}

.wrapper .meet-our-team-container.vactive .row .item-wrapper.active {
	flex-basis: calc(100% * 2 / 3);
	flex-basis: 66.66%;
	max-width: calc(100% * 2 / 3);
	max-width: 66.66%;
	width: 100%;
}

.wrapper .meet-our-team-container.vactive .info-wrapper-left:after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(11, 60, 73, .5);
	content: "";
	display: block;
	height: 100%;
}

.wrapper .row .item-wrapper > div {
	height: 100%;
	position: relative;
}

.wrapper .row .item-wrapper > .ext-link > div {
	position: relative;
	height: 100%;
	padding: 1rem 0;
}

.title {
	font-size: 1.25rem;
	text-transform: uppercase;
	line-height: 1;
	opacity: 1;
	position: relative;
}

.info-wrapper-right {
	opacity: 0;
}

.wrapper .meet-our-team-container.vactive .item-wrapper.active .info-wrapper-left:after {
	display: none;
}

.wrapper .meet-our-team-container.vactive .info-wrapper-btm h4 {
	padding: 13px 25px 5px;
	font-size: 18px;
}

.wrapper .row .item-wrapper.active .info-wrapper-right {
	opacity: 1;
	transition-property: opacity;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-delay: .5s;
	overflow-y: scroll;
}

.container .row h4:first-of-type {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 1rem;
}

.info-wrapper-left .info-wrapper-top {
	left: 0;
	width: 100%;
	height: 87%;
	position: absolute;
}

.info-wrapper-btm {
	background: #0b3c49;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 13%;
	text-align: center;
	z-index: 2;
}

.info-wrapper-btm h4 {
	padding: 30px 25px 5px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
}

.info-wrapper-btm h5 {
	color: #acd8aa;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
}

/*.new-info-wrapper1 .info-wrapper-left .info-wrapper-top { background-size: cover; background-position: center; }
.new-info-wrapper2 .info-wrapper-left .info-wrapper-top {  background-size: cover; background-position: center; }*/
.wrapper .row .item-wrapper.active .info-wrapper-btm {
	height: 0;
}

.wrapper .row .item-wrapper.active .info-wrapper-left .info-wrapper-top {
	left: 0;
	height: 100%;
	position: absolute;
}

.wrapper .row .item-wrapper.active .info-wrapper-left {
	width: 33%;
}

.new-info-wrapper {
	position: relative;
	height: inherit;
}

.info-wrapper-left {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	height: inherit;
}

.info-wrapper-right {
	display: block;
	width: 67%;
	border: solid 1px #becbce;
	color: #0b3c49;
	height: 100%;
	float: left;
	border-left: none;
}

.info-wrapper-right .description {
	padding: 60px 40px 40px 65px;
}

.info-wrapper-right .description h4 {
	color: #0b3c49;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
}

.info-wrapper-right .description h5 {
	color: #acd8aa;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	margin: 0;
	padding: 0 0 25px 0;
}

.info-wrapper-right .description p {
	padding-bottom: 20px;
	font-size: 14px;
}

.info-wrapper-right .description p span {
	color: #acd8aa;
}

.meet-our-team-sec-con {
	margin: 0 auto;
	max-width: 960px;
	padding: 100px;
}

.meet-our-team-sec-con h6 {
	font-size: 50px;
	color: #0b3c49;
	font-family: "Cardo", serif;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 20px;
	margin: 0;
}

.wrapper.pb-5 {
	margin-bottom: 125px;
}

.meet-our-team-sec-about {
	display: table;
	background: #f7f7f7;
	overflow: hidden;
}

.meet-our-team-sec-about-con {
	display: table-cell;
	width: 61%;
	text-align: right;
	padding-right: 120px;
	vertical-align: middle;
}

.meet-our-team-sec-about-con-in {
	max-width: 686px;
	display: inline-block;
	text-align: left;
}

.meet-our-team-sec-about-img {
	display: table-cell;
	width: 39%;
	text-align: right;
}

.meet-our-team-sec-about-con-in h2 {
	font-size: 50px;
	color: #0b3c49;
	font-family: "Cardo", serif;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 20px;
	margin: 0;
}

.meet-our-team-sec-about-con-in p {
	font-size: 18px;
	margin-bottom: 30px;
}

.meet-our-team-sec-about-con-in .bttn a {
	line-height: 49px;
	max-width: 254px;
	display: block;
	color: #fff;
	text-align: center;
	background: #0b3c49;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.meet-our-team-container.vactive .info-wrapper-left {
	width: 270px;
}

/*==== blog Post ====*/
.blog-posts {
	background: #f9f8f8;
	padding: 75px 0;
}

.blog-posts .block {
	position: relative;
	float: none;
	margin: 10px 1% 0 1%;
	flex-basis: calc(50% - 2%);
	background: #fff;
	box-shadow: 2.407px 3.195px 7px 0px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	padding: 0;
}

.blog-posts .alm-reveal {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.blog-posts .block img {
	width: 100%;
	height: auto;
	opacity: 0;
}

.blog-posts .block .blog-img {
	width: 40%;
	vertical-align: middle;
	background-size: cover;
	background-position: center;
	height: 100%;
	position: absolute;
}

.blog-posts .block .blog-posts-content {
	width: 60%;
	vertical-align: middle;
	padding: 20px;
	margin-left: 40%;
}

.blog-posts .block .date-author span {
	font-size: 16px;
	color: #acd8aa;
}

.blog-posts .block .post-title a {
	font-size: 24px;
	color: #2b2d30;
}

.blog-posts .block p a.moretag {
	display: none;
}

.blog-posts .block .block-in a.block-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.blog-posts .alm-btn-wrap .alm-load-more-btn {
	font-size: 17px;
	font-weight: 700;
	background-color: #0b3c49;
	color: #fff;
	display: inline-block;
	width: 205px;
	margin-top: 25px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 2;
	border-radius: 0;
	padding: 15px 10px;
	height: auto;
	line-height: initial;
}

.alm-btn-wrap .alm-load-more-btn:hover {
	background-color: #0b3c49 !important;
}

.blog-posts .block .blog-posts-content .post-title {
	margin-top: 50px;
}

.blog-posts .block .blog-posts-content .post-title {
	margin-top: 50px;
	font-family: "Cardo", serif;
	font-weight: 700;
	color: #0b3c49;
	font-size: 24px;
	padding-bottom: 12px;
}

.blog-posts .block .blog-posts-content .excerpt .tags {
	padding-top: 50px;
}

.blog-posts .block .blog-posts-content .excerpt a {
	color: #0b3c49;
	font-size: 14px;
}

.blog-posts h2 {
	text-align: center;
	font-size: 50px;
	font-family: "Cardo", serif;
	font-weight: 700;
	color: #0b3c49;
	margin-bottom: 75px;
}

/*==== Single Post ====*/
.date-author .author {
	float: right;
}

.date-author span {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	color: #898989;
}

.date-author {
	padding-bottom: 10px;
	border-bottom: solid 1px #acd8aa;
}

.single-post-sec {
	padding: 59px 0 0;
}

.single-post-sec .single-post-sec-con {
	padding: 70px 0 0;
}

.single-post-sec .single-post-sec-con h3 {
	margin: 0;
	font-size: 50px;
	color: #0b3c49;
	padding-bottom: 22px;
	font-family: "Cardo", serif;
	font-weight: 700;
}

.single-post-sec .single-post-sec-con p {
	font-size: 18px;
	color: #1c1c1c;
	padding-bottom: 20px;
	line-height: 30px;
}

.single-post-sec .single-post-sec-con h4 {
	font-size: 26px;
	color: #2b2d30;
	margin: 0;
	padding-bottom: 15px;
}

.single-post-sec .blog-tag a {
	color: #0b3c49;
	font-size: 18px;
}

.single-post-sec .blog-tag {
	padding-bottom: 26px;
	border-bottom: solid 2px #aabbbf;
	margin-top: 65px;
}

.single-post-sec .social-icons {
	text-align: center;
	padding: 28px 0 0;
}

.single-post-sec .social-icons ul li {
	display: inline-block;
	padding: 0 25px;
}

.single-post-sec .social-icons ul li a {
	font-size: 22px;
	color: #acacac;
}

.single-post-sec .heateor_sss_sharing_container {
	margin-top: 15px;
}

.single-post-sec .date-author {
	border: none;
}

.single-post-sec .date-author span {
	color: #acd8aa;
}

.single-post-sec .blog-posts .block {
	float: left;
	display: block;
	flex-basis: inherit;
	width: 48%;
}

.single-post-sec .blog-posts {
	margin-top: 80px;
}

.single-post-sec .blog-posts h2 {
	color: #fff;
	margin-bottom: 35px;
}

.single-post-sec .blog-posts {
	background: #0b3c49;
}

.testi-title h2 {
	margin: 0;
}

.testimonials-wrap .masonry {
	/* Masonry container */
	width: 100%;
	column-count: 2;
	column-gap: 2em;
}

.testimonials-wrap .masonry .item {
	border: 2px solid #859da4;
	padding: 35px 35px 50px 35px;
	display: inline-block;
	margin: 0 0 2em;
	width: 100%;
}

.testimonials-wrap .masonry .item .blue-quote {
	font-size: 76px;
	color: #acd8aa;
	display: block;
	line-height: 50px;
	font-family: "Cardo", serif;
	font-weight: 700;
}

.testimonials-wrap .masonry .item p {
	color: #1c1c1c;
	font-size: 18px;
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
	padding: 0 0 0 14px;
}

.testimonials-wrap .masonry .item h5 {
	font-weight: 700;
	font-size: 24px;
	color: #0b3c49;
	margin-top: 27px;
	font-family: "Cardo", serif;
	padding: 0 0 0 14px;
}

.testimonials-wrap .wp-pagenavi {
	text-align: center;
	padding: 20px 0 50px !important;
	float: none !important;
}

.testimonials-wrap .wp-pagenavi a, .testimonials-wrap .wp-pagenavi .pages, .testimonials-wrap .wp-pagenavi .current {
	box-shadow: none;
	background: #0b3c49 !important;
	color: #fff !important;
	line-height: 52px;
	display: inline-grid;
	width: 52px;
	margin: 0 4px 0 0;
	font-size: 19px !important;
	font-family: "Source Sans Pro", sans-serif;
}

.testimonials-wrap .wp-pagenavi span.current, .testimonials-wrap .wp-pagenavi a:hover {
	border: none;
	background: #0b3c49 !important;
	color: #fff;
}

.testimonials-wrap .wp-pagenavi span.current {
	background: #acd8aa !important;
}

.testimonials-wrap .wp-pagenavi a, .testimonials-wrap .wp-pagenavi .pages, .testimonials-wrap .wp-pagenavi a {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	align-items: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration: none;
	overflow: hidden;
}

.testimonials-wrap .wp-pagenavi a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: -webkit-transform;
	transition-property: transform;
	ransition-property: transform, -webkit-transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 200%;
	height: 200%;
	content: "";
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	z-index: -1;
}

.testimonials-wrap .wp-pagenavi a:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.testimonials-wrap .wp-pagenavi .pages {
	display: none;
}

.testimonials-wrap .wp-pagenavi a.previouspostslink {}

.testimonials-wrap .wp-pagenavi a.nextpostslink {}

/*== Thank you page & 404 page ==*/
#error-page {
	text-align: center;
}

#error-page img {
	width: 100%;
}

.page-id-197 .footer-form-sec {
	display: none !important;
}

.servcies-right-sec.servcies-right-sec-mobile .block h4:hover {
	background: #0b3c49;
	transition: all ease-in-out .3s;
}

.our-offices {
	background: #0b3c49;
	padding: 100px 0;
}

.our-offices .our-offices-in {
	max-width: 1550px;
	margin: 0 auto;
}

.our-offices h2 {
	font-size: 50px;
	color: #fff;
	font-family: "Cardo", serif;
	font-weight: 700;
	text-align: center;
	padding-bottom: 60px;
}

/*.our-offices .our-offices-in .block { float: left; width: 25%; padding: 0 15px; }*/
.our-offices .our-offices-in .block .block-in {
	border: solid 1px #acd8aa;
	padding-bottom: 60px;
}

.our-offices .our-offices-in .block .block-in .office-map:after {
	content: "";
	display: block;
	clear: both;
}

.our-offices .our-offices-in .block .block-in h4 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	padding: 40px 0;
}

.our-offices .our-offices-in .block .block-in h4 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	padding: 40px 0;
	border-bottom: solid 1px #acd8aa;
}

.our-offices .our-offices-in .block .block-in .address {
	text-align: center;
	font-size: 19px;
	padding: 40px 30px 20px;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
}

.our-offices .our-offices-in .block .block-in .address a {
	color: #fff;
}

.our-offices .our-offices-in .block .block-in .phone-numbers {
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
}

.our-offices .our-offices-in .block .block-in .phone-numbers a {
	color: #acd8aa;
	font-size: 20px;
	padding: 0 10px;
	position: relative;
}

.our-offices .our-offices-in .block .block-in .phone-numbers a:nth-child(1):before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 21px;
	font-weight: 900;
	padding-right: 5px;
}

.our-offices .our-offices-in .block .block-in .fax {
	text-align: center;
}

.our-offices .our-offices-in .block .block-in .fax p {
	font-size: 20px;
	color: #acd8aa;
	position: relative;
	margin-top: 5px;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
}

.our-offices .our-offices-in .block .block-in .fax p:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 21px;
	font-weight: 900;
	padding-right: 10px;
}

.our-offices .office-map iframe {
	width: 100%;
	height: 450px;
}

.our-offices .table-wrap {
	display: flex;
	flex-wrap: wrap;
}

.our-offices .table-wrap .virtual-tour h4 {
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	padding-bottom: 30px;
}

.our-offices .table-wrap .virtual-tour .block {
	height: 100%;
}

.our-offices .table-wrap .virtual-tour .block .block-in {
	height: calc(100% - 62px);
	padding: 0;
}

.our-offices .table-wrap .virtual-map {
	overflow: hidden;
}

.our-offices .table-wrap .virtual-tour iframe {
	width: 100%;
	height: 700px;
	border: 0;
}

.main-nav .ubermenu .ubermenu-item#menu-item-21 .ubermenu-submenu {
	margin-left: 30px;
}

.faq-sec h2 {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: 50px;
	text-align: center;
	color: #0b3c49;
	margin-top: 60px;
}

/*.faq-sec .wpsm_panel-group .wpsm_panel-title { border-bottom: 2px solid #bdcbce; padding: 15px 0; }
.faq-sec .wpsm_panel-title .ac_title_class { font-family: 'Source Sans Pro', sans-serif !important; font-size: 22px; padding-right: 40px !important; position: relative; font-weight: 700; }
.faq-sec .wpsm_panel-title a span:after { position: absolute; content: "\f107"; font-family: "Font Awesome 5 Pro"; font-size: 30px; color: #0b3c49; font-weight: 700; right: 20px; top: 8px; }
.faq-sec #wpsm_accordion_251 .wpsm_panel-body { border-bottom: 2px solid #eeeeee !important; padding-bottom: 50px; font-family: 'Source Sans Pro', sans-serif !important; font-size: 19px !important; }
.faq-sec #wpsm_accordion_251 .wpsm_panel-heading.acc-a .wpsm_panel-title a span:after { content: "\f106"; }
.faq-sec { padding-bottom: 60px; }*/
.faq-sec .panel-group .panel-heading h4 {
	border-bottom: 2px solid #bdcbce;
	padding: 14px 0;
}

.faq-block a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	padding: 0px;
	font-size: 20px !important;
	font-family: Open Sans !important;
	color: #0b3c49 !important;
	border-bottom: 0px !important;
}

.faq-sec .panel-group {
	margin: 0;
}

.faq-sec .collapse-open p {
	padding: 15px;
}

.faq-sec .panel-group .panel-heading h4 span {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	font-family: "Source Sans Pro", sans-serif !important;
	font-size: 22px;
	padding-right: 40px !important;
	position: relative;
	font-weight: 700;
}

.faq-sec .panel-group .panel-heading h4 span:after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
	color: #0b3c49;
	font-weight: 700;
	right: 20px;
	top: 8px;
}

.faq-sec .panel-group .panel {
	border: 0;
	box-shadow: none;
}

.faq-sec .panel-default>.panel-heading {
	background: transparent;
	padding: 0;
}

.faq-sec .panel-collapse {
	background-color: #fff !important;
	color: #1c1c1c !important;
	border-top-color: #fff !important;
	font-size: 18px !important;
	font-family: Open Sans !important;
	padding: 0px;
	border: 2px solid #fff !important;
}

.faq-sec ul {
	margin: 10px 0 15px;
	padding-left: 0px;
}

.faq-sec ul li + li {
	margin-top: 10px;
}

.faq-sec .panel-collapse div.para-with-ul p {
	padding: 0 !important;
}

.faq-sec .panel-collapse div.para-with-ul.bold p {
	font-weight: 700;
}

.faq-sec .panel-collapse p {
	padding-bottom: 15px;
	background-color: #fff !important;
	color: #1c1c1c !important;
	border-top-color: #fff !important;
	font-size: 18px !important;
	font-family: Open Sans !important;
	overflow: hidden;
	border: 2px solid #fff !important;
}

/*.covid-banner { background: #e28466; text-align: center; padding: 7px 0; color: #fff; font-size: 16px; transition: all ease-in-out 0.3s; }
header.jsticky .covid-banner { height: 0; padding: 0; font-size: 0; transition: all ease-in-out 0.3s; }
.page-template-main .taptap-main-menu-button-four { margin-top: 75px; }
.page-template-main .taptap-main-menu-button-four { margin-top: 75px; }
.page-template-main.bsticky .taptap-main-menu-button-four { margin-top: 0; }*/

/*****************/

/*
.container {
  margin: 50px;
}
@media (min-width: 768px) {
  .panel-heading {
    display: none;
  }
  .panel {
    border: none;
    box-shadow: none;
  }
  .panel-collapse {
    height: auto;
  }
  .panel-collapse.collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-content .tab-pane {
    display: block;
  }
  .nav-tabs {
    display: none;
  }
  .panel-title a {
    display: block;
  }
  .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
  }
  .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0;
  }
  .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px;
  }
}
*/

/*07-05-20*/
.our-offices .blocks {
	margin: 0 auto;
	max-width: 880px;
}

/*.our-offices .our-offices-in .block { width: 50%; }*/

/*.our-offices .our-offices-in .block { width: 60%; float: none; margin: 0 auto; }*/

/*13-05-20*/
.faq-categories-blocks {
	padding: 50px 0;
}

.faq-blcks {
	text-align: center;
}

.faq-blcks li {
	display: inline-block;
	width: 33%;
	padding: 0 15px;
	margin: 15px 0;
}

.faq-blcks li a {
	width: 1000px;
	height: 200px;
	display: table-cell;
	vertical-align: middle;
	background: #234f5b;
	color: #fff;
	font-size: 36px;
	line-height: 35px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	padding: 15px;
}

.faq-categories-blocks h2 {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: 50px;
	text-align: center;
	color: #0b3c49;
	margin-bottom: 35px;
}

.table-wrap {
	display: table;
	width: 100%;
}

.faq-single {
	overflow: hidden;
}

.faq-single aside {
	display: table-cell;
	float: none;
	padding: 90px 0;
	vertical-align: top;
}

.faq-single aside.left-faq-list {
	background: #234f5a;
	position: relative;
}

.faq-single aside.left-faq-list h2 {
	font-size: 30px;
	font-family: "Cardo", serif;
	font-weight: 700;
	margin-bottom: 20px;
	padding-right: 15px;
	color: #acd8aa;
}

.faq-single aside.left-faq-list:before {
	content: "";
	display: block;
	width: 2000px;
	position: absolute;
	left: -2000px;
	top: 0;
	background: #234f5a;
	height: 100%;
}

.faq-single aside.right-faq-content {
	padding-left: 50px;
}

.faq-single aside.right-faq-content #breadcrumbs a {
	color: #234f5a;
	font-weight: 700;
}

.faq-single aside.right-faq-content h1 {
	margin-top: 20px;
	font-size: 50px;
	font-family: "Cardo", serif;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 63px;
	color: #234f5a;
}

.faq-single aside.right-faq-content p + p {
	margin-top: 15px;
}

.faq-single aside.left-faq-list ul li {
	padding: 10px 15px 10px 0;
}

.faq-single aside.left-faq-list ul li a {
	color: #fff;
	font-size: 18px;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 23px;
}

.faq-single aside.left-faq-list ul li + li {
	border-top: solid 1px #719e89;
}

.faq-single aside.left-faq-list ul li a.active, .tax-categories .faq-single aside.left-faq-list ul li:first-child a {
	font-weight: 700;
	color: #acd8aa;
}

.faq-top-form {
	display: none;
}

ul.list + p {
	margin-top: 15px;
}

.center-text-in .ada-content ul {
	margin-bottom: 20px;
	padding-left: 40px;
}

.center-text-in .ada-content ul li {
	font-size: 18px;
	font-family: "Source Sans Pro";
	margin-bottom: 8px;
	line-height: 30px;
	list-style: disc;
}

#lf_form_container h3 {
	display: none;
}

#lf_first_name_block, #lf_last_name_block, #lf_email_block, #lf_phone_block {
	width: 50%;
	float: left;
	padding: 15px 15px 0;
}

#lf_form_container input {
	width: 100%;
	padding: 5px 4px;
	border: solid 1px #6e8a91;
	font-size: 16px;
	color: #0b3c49;
	font-family: "Source Sans Pro";
	line-height: 36px;
	letter-spacing: 1px;
	padding-left: 16px !important;
}

#lf_form_container #lf_message_block textarea {
	max-height: 70px;
	width: 100%;
	font-size: 16px;
	color: #0b3c49;
	font-family: "Source Sans Pro";
	padding-left: 16px;
	font-weight: 400;
	border: solid 1px #6e8a91;
	height: 70px;
}

#lf_form_container #lf_message_block {
	padding: 15px;
}

#lf_form_container #lf_message_block label.description {
	margin-top: 15px;
}

#lf_form_container .buttons {
	width: calc(100% - 30px);
	margin: 0 auto;
}

#lf_form_container .buttons input#saveForm {
	background: #de6e4b !important;
	height: 48px;
	border: none;
	font-size: 16px;
	color: #f7f7f7;
	letter-spacing: 1px;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	transition: all ease-in-out .3s;
}

#lf_form_container label {
	font-family: "Source Sans Pro";
	color: #1c1c1c;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
}

.news-press-sec {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px 80px;
}

.news-press-sec-in .wmle_container .wmle_item .wmle_post_excerpt p {
	line-height: 1.5;
	color: #1c1c1c;
	font-size: 18px;
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
	padding: 0 0 0 14px;
}

.news-press-sec-in .wmle_container .wmle_item .wmle_post_title {
	font-weight: 700;
	font-size: 24px;
	color: #0b3c49;
	margin-top: 10px;
	font-family: "Cardo", serif;
	padding: 0 0 0 14px;
}

.news-press-sec-in .wmle_container .wmle_item {
	border: 2px solid #859da4;
}

.news-press-sec-in .wmle_container .wmle_item .wmle_post_meta {
	display: none;
}

.page-id-777 .about-blocks {
	padding: 140px 0;
}

.page-id-777 .about-blocks .block {
	margin-bottom: 26px;
}

.news-press-sec-in .post-grid .item .layer-media img {
	width: 100%;
	object-fit: contain;
	object-position: top;
	height: 200px;
	background-color: rgba(23, 69, 82, .08);
}

.news-press-sec-in .post-grid .item .title {
	padding-bottom: 7px;
}

.news-press-sec-in .post-grid .item .title a {
	font-size: 22px;
	font-family: "Cardo", serif;
	text-transform: none;
	font-weight: 600;
	color: #0b3c49;
	line-height: 1.3em;
}

.news-press-sec-in .post-grid .item .excerpt {
	font-size: 18px;
	font-family: "Source Sans Pro";
	text-transform: none;
	font-weight: 400;
	color: #1c1c1c;
	line-height: 1.3em;
}

.news-press-sec-in .post-grid .item a {
	font-size: 18px;
	font-family: "Source Sans Pro";
	font-weight: 400;
	color: #de6e4b;
}

.news-press-sec-in .post-grid .item {
	border: solid 2px #174552;
}

.news-press-sec-in .post-grid .item a:hover {
	text-decoration: underline;
}

.news-press-sec-in .post-grid .item .layer-content {
	margin: 20px 0;
	padding: 0 10px;
}

/**/
.filing-process-sec {
	margin: 100px 0px 0;
	text-align: center;
}

.filing-process-sec h2, .banner-bottom-blocks h2 {
	font-size: 50px;
	color: #0b3c49;
	font-family: "Cardo", serif;
	font-weight: 700;
	margin-bottom: 40px;
}

.Steps-lead-ins .lead-in .number span {
	background: #0e3d4a;
	display: inline-block;
	width: 45px;
	font-size: 19px;
	color: #acd8aa;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 15px;
}

.Steps-lead-ins .lead-in p {
	text-align: left;
}

.Steps-lead-ins .lead-in h3 {
	font-size: 19px;
	color: #0b3c49;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 15px 0;
	padding-top: 10px;
}

.hm-why-choose.about-blocks .about-blocks-in {
	max-width: inherit;
	margin: 0 -15px;
}

.hm-why-choose.about-blocks .block .block-in {
	padding: 50px 40px;
	background: #fff;
}

.why-choose-top {
	text-align: center;
	max-width: 1110px;
	margin: auto;
}

.why-choose-top p {
	max-width: 100%;
}

.hm-why-choose.about-blocks {
	background: #f6f6f6;
	padding: 90px 0;
}

.hm-why-choose .about-bttn.orange, .hm-faqs .about-bttn.orange {
	text-align: center;
	margin-top: 40px;
}

.hm-why-choose.about-blocks .block + .block + .block + .block + .block {
	display: none;
}

.hm-faqs {
	padding: 70px 0;
}

.hm-faqs h2 {
	text-align: center;
	margin: 0 0 30px;
}

.hm-faqs .panel-title {
	background: #0c3c4a;
	color: #fff;
	padding: 10px 40px 10px 20px;
	line-height: 22px;
	position: relative;
}

.hm-faqs .panel-title:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 20px;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	top: 50%;
	margin-top: -11px;
}

.hm-faqs .panel-title.collapsed:after {
	content: "";
}

.hm-faqs .panel-group .panel {
	border-radius: 0;
	background: #f6f6f6;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.hm-faqs .faq-cont {
	padding: 15px;
}

.hm-faqs .faq-cont p {
	font-size: 16px;
	color: #1c1c1c;
	line-height: 25px;
}

.hm-faqs .faq-wrapper {
	max-width: 790px;
	margin: auto;
}

ul.faq-blcks li h2 {
	margin: 0;
}

.hm-testimonial-sec {
	padding: 70px 0;
}

.hm-testimonial-sec h2 {
	text-align: center;
	color: #0b3c49;
	font-size: 50px;
	font-family: "Cardo", serif;
	font-weight: 700;
	margin-bottom: 50px;
}

.hm-testimonial-sec .testimonial-sec-slider {
	padding: 0 35px;
	position: relative;
	height: inherit;
}

.hm-testimonial-sec .testimonial-sec-slider .owl-stage-outer, .hm-testimonial-sec .testimonial-sec-slider .owl-stage-outer .owl-stage, .hm-testimonial-sec .testimonial-sec-slider .owl-item {
	height: inherit;
}

.hm-testimonial-sec .testimonial-sec-slider .owl-item .item {
	height: inherit;
	border: 2px solid #859da4;
	padding: 40px;
}

.hm-testimonial-sec .testimonial-sec-slider .hm-testimonial-sec .testimonial-sec-slider-in {
	position: relative;
}

.hm-testimonial-sec .testimonial-sec-slider .item h3 {
	font-size: 30px;
	text-transform: capitalize;
	color: #0b3c49;
	margin-bottom: 20px;
	font-family: "Cardo", serif;
	font-weight: 600;
}

.hm-testimonial-sec .testimonial-sec-slider .item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	min-height: 120px;
}

.hm-testimonial-sec .testimonial-sec-slider .owl-nav {
	position: absolute;
	top: 36%;
	width: 100%;
	margin: 0 -35px;
}

.hm-testimonial-sec .testimonial-sec-slider .owl-nav button.owl-prev, .hm-testimonial-sec .testimonial-sec-slider .owl-nav button.owl-next {
	min-width: 70px;
	line-height: 70px;
	background: #859da4;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 30px;
	position: absolute;
	transition: all ease-in-out .3s;
}

.hm-testimonial-sec .testimonial-sec-slider .owl-nav button.owl-prev {
	left: 0;
}

.hm-testimonial-sec .testimonial-sec-slider .owl-nav button.owl-next {
	right: 0;
}

.hm-testimonial-sec .testimonial-sec-slider .owl-nav button.owl-prev:hover, .hm-testimonial-sec .testimonial-sec-slider .owl-nav .owl-next:hover, .testimonial-sec.client-testimonial .testimonial-carousel-client .owl-nav button.owl-prev:hover, .testimonial-sec.client-testimonial .testimonial-carousel-client .owl-nav button.owl-next:hover {
	background: #0b3c49;
	transition: all ease-in-out .3s;
	color: #fff;
}

.testimonial-quot {
	position: absolute;
	right: 30px;
	top: 14px;
	text-align: center;
	display: block;
	line-height: 125px;
	color: #acd8aa;
	font-size: 7em;
	z-index: -1;
	height: 36px;
	font-weight: 900;
	font-family: "Cardo", serif;
}

#lf_disclaimer {
	margin-bottom: 20px;
}

#lf_disclaimer input {
	width: 2%;
	min-width: 15px;
	display: inline-block;
	vertical-align: top;
}

#lf_form_container label {
	width: 95%;
}

/*Landing Page*/
.page-template-landing-tpl header.jsticky .main-nav {
	padding-top: 0;
}

.land-banner {
	background: url("https://cdn-ileamog.nitrocdn.com/DeTWPIWUTpgPJKbKSbTwWVaWrHxbqoGk/assets/static/optimized/rev-68a5ef0/www.floridaprobatefirm.com/wp-content/uploads/2024/08/landing-banner.jpg;");
	background-size: cover;
	background-position: center center;
}

.page-template-landing-tpl .main-nav {
	float: right;
	padding-top: 20px;
	transition: all ease-in-out .3s;
}

.page-template-landing-tpl .ubermenu-main .ubermenu-item-level-0 > .ubermenu-custom-content.ubermenu-custom-content-padded {
	padding: 0;
}

.page-template-landing-tpl .main-menu ul li a span {
	font-size: 22px;
	text-transform: uppercase;
}

.page-template-landing-tpl .main-menu ul li.ubermenu-item-1627 a {
	padding: 14px 30px !important;
	margin-right: 10px;
}

.page-template-landing-tpl .main-menu ul li .head-contact a {
	background: #acd8aa;
	padding: 0 40px;
	line-height: 52px;
	font-size: 24px;
	color: #062a33;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	display: inline-block;
}

.banner-text {
	display: table;
	width: 100%;
	padding: 150px 0 90px;
}

.banner-text-in {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.banner-text-cont {
	padding: 0 10px;
	position: relative;
	max-width: 650px;
}

.banner-logo img {
	max-width: 100px;
	padding: 10px;
}

.home-banner-video {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	height: 100%;
	overflow: hidden;
}

.home-banner-video:after {
	content: " ";
	position: absolute;
	background-image: linear-gradient(to right, rgba(0, 5, 22, .3), rgba(0, 5, 22, .3));
	z-index: 1;
	height: 100%;
	width: 100%;
}

.home-banner-video img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home-banner-video video {
	width: 100%;
	top: 0;
	position: absolute;
	object-fit: cover;
	height: 100%;
	display: block;
}

.home-video-banner {
	position: relative;
}

.home-video-banner-con {
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
}

.banner-text h2 {
	font-size: 45px;
	color: #f7f7f7;
	font-family: "Cardo", serif;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 30px;
	margin: 0;
}

.banner-text p {
	font-size: 28px;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 30px;
	margin: 0;
	padding-bottom: 30px;
}

.hm-banner-form {
	max-width: 550px;
	margin: 0 0 0 auto;
}

.hm-banner-form h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.hm-banner-form .gform_wrapper .gfield_label {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	margin: 0;
}

.hm-banner-form .gform_wrapper .top_label input {
	width: 100% !important;
	height: 50px;
	border-radius: 0;
	color: #000;
	padding: 0 15px !important;
	font-size: 18px !important;
	border: 0;
}

.hm-banner-form .gform_legacy_markup_wrapper .gform_footer {
	padding-right: 16px;
}

.hm-banner-form .gform_wrapper .top_label textarea {
	border: 0;
	width: 100%;
	height: 90px !important;
	border-radius: 0;
	color: #000;
	padding: 0 15px !important;
	font-size: 18px;
	padding: 15px !important;
}

.hm-banner-form .gform_footer.top_label .gform_button {
	background: #de6e4b !important;
	height: 48px;
	border: none;
	font-size: 16px;
	color: #f7f7f7;
	letter-spacing: 1px;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	transition: all ease-in-out .3s;
}

.hm-banner-form h3 span {
	font-weight: 600;
}

.banner-text a {
	background: #acd8aa;
	padding: 0 40px;
	line-height: 52px;
	font-size: 24px;
	color: #062a33;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	display: inline-block;
}

.banner-text i {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	font-size: 24px;
}

.page-template-landing-tpl .card:before {
	opacity: 1;
}

.page-template-landing-tpl .card .info:hover {
	opacity: 1;
	transform: translateY(0px);
}

.page-template-landing-tpl .card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	z-index: 2;
	transition: .5s;
	opacity: 0;
}

.page-template-landing-tpl .icon-grid-sec .block {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #bdcbce;
	padding: 20px 15px 40px;
}

.icon-grid-sec .block h4 {
	padding-top: 20px;
	font-family: "Source Sans Pro";
	font-weight: 700;
	font-size: 19px;
	color: #0b3c49;
	padding-bottom: 10px;
}

.icon-grid-sec .block h3 {
	font-family: "Source Sans Pro";
	font-size: 19px;
}

.icon-grid-sec .b-item {
	float: none;
	display: inline-block;
	width: 25%;
	padding: 0;
	text-align: center;
}

.icon-grid-sec img {
	height: 80px;
}

.about-sec {
	padding: 60px 0;
}

.about-sec h2 {
	font-size: 50px;
	color: #0b3c49;
	font-family: "Cardo", serif;
	font-weight: 700;
	margin-bottom: 40px;
}

.about-sec img {
	width: 100%;
}

.strip-sec {
	background: #ebebeb;
	padding: 48px 15px;
}

.strip-sec .custom-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.strip-sec a {
	background: #de6e4b;
	display: block;
	padding: 0 60px;
	font-size: 20px;
	color: #f7f7f7;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 55px;
	text-align: center;
}

.strip-sec h2 {
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #062a33;
}

.strip-sec h2 span {
	font-weight: 600;
}

.land-services {
	padding: 60px 0;
	background: #062a33;
}

.land-services h2 {
	font-size: 50px;
	color: #fff;
	font-family: "Cardo", serif;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
	margin-bottom: 50px;
}

.land-services .block h2 {
	position: absolute;
	bottom: 0;
	background: #acd8aa;
	color: #062a33;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 10px;
	width: 100%;
	margin: 0;
	font-family: "Source Sans Pro";
	font-weight: 700;
}

.page-id-1623 footer {
	display: none;
}

.land-services  .blocks-grid {
	width: 100%;
	justify-content: space-around;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}

.land-services .block {
	width: 100%;
	height: 350px;
	background: white;
	position: relative;
	transition: .4s ease-out;
	box-shadow: 4.728px 3.694px 24px 0px rgba(6, 42, 51, .45);
}

.land-services .info h1 {
	line-height: 24px;
}

.land-services .info .overlay {
	display: block;
	color: #062a33;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.land-services .info p {
	color: #090909;
	line-height: 26px;
	font-size: 18px;
}

.land-services .block:before {
	opacity: 1;
}

.land-services .block:hover .info {
	opacity: 1;
	transform: translateY(0px);
}

.land-services .block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	z-index: 2;
	transition: .5s;
	opacity: 0;
}

.land-services img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px;
}

.land-services .info {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	padding: 40px;
	z-index: 3;
	color: white;
	opacity: 0;
	transform: translateY(10px);
	transition: .5s;
	background: #fff;
}

.land-services button {
	padding: .6rem;
	outline: none;
	border: none;
	border-radius: 3px;
	background: white;
	color: black;
	font-weight: bold;
	cursor: pointer;
	transition: .4s ease;
}

.land-services .block:hover {
	background: dodgerblue;
	color: white;
}
