
@media (min-width: 1800px) {
	.main-menu .menu-header ul .sub-menu li a {
		line-height: 20px !important;
		padding: 10px 0px !important;
	}
}

@media (max-width: 1400px) {
	#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
		top: 17px !important;
	}
}

:root {
	--color--black: rgba(17, 17, 17, 1);
	--color--one: #000;
	--color--two: #0060a8;
	--color--three: #5e5e5e;
	--color--four: #242424;
	--color--five: #931478;
	--color--six: #fff;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Manrope", sans-serif;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	line-height: 35px;
	overflow-x: hidden;
	color: #54595f;
	padding-top: 140px;
}

body, html {
	height: 100%;
}

body.nav-open-menu {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.banner-title.h1 {
	color: #fff;
}

img, svg {
	vertical-align: inherit;
}

:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.site-content-wraper .container {
	position: relative;
	z-index: 1;
}

a {
	text-decoration: none;
}

a, .btn, input, select, textarea, button, img {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: #64241f;
}

ol {
	padding-left: 15px;
}

.content-class ul {
	padding: 0;
	margin: 0;
	margin-left: 20px !important;
}

select {
	color: black;
	text-shadow: 0 0 0 #000;
}

a img {
	outline: 0;
}

input, select, textarea {
	outline: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="submit"] {
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
}

p:empty {
	display: none;
}

p:last-child {
	margin-bottom: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7 span[data-name="PhoneNumber"] .wpcf7-not-valid-tip {
	opacity: 0;
	display: none;
}

.wpcf7 span[data-name="EmailAddress"]  label.error {
	opacity: 0;
}

.wpcf7 span[data-name="EmailAddress"] {
	position: relative;
}

.wpcf7 span[data-name="EmailAddress"] label#EmailAddress-error {
	opacity: 1;
}

iframe {
	border: none;
	width: 100%;
	height: 100%;
}

.alignnone {
	display: block;
}

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

.aligncenter, div.aligncenter {
	width: auto !important;
}

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

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

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

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

ul {
	padding: 0;
	margin: 0;
}

/*============ Heading CSS ============*/
.h1, h1 {
	font-size: 75px;
	font-weight: 700;
	line-height: 85px;
	font-family: "Merriweather", serif;
	letter-spacing: 2px;
}

.h2, h2 {
	font-size: 55px;
	font-weight: 700;
	line-height: 57px;
	color: var(--color--two);
	font-family: "Merriweather", serif;
}

.h3, h3 {
	font-size: 40px;
	font-weight: 500;
	font-family: "Merriweather", serif;
	color: #0060a8;
}

.h4, h4 {
	font-size: 35px;
	font-weight: 500;
	font-family: "Merriweather", serif;
}

h5 {
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
	font-family: "Merriweather", serif;
}

.h5 {
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
	text-align: left;
	font-family: "Merriweather", serif;
}

.home-banner .banner-des .h1, .home-banner .banner-des  h1 {
	color: #fff;
	text-align: center;
	font-size: 120px;
	font-weight: 400;
}

.page-banner .h1, .page-banner h1 {
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}

/*============ Heading CSS END ============*/

/*==================== Common CSS ====================*/
.space-pd {
	padding: 90px 0;
}

.space-mr {
	margin: 90px 0;
}

/*==================== Common CSS END ====================*/
.container {
	max-width: 1280px;
}

.subtitle {
	color: #1b3546;
	letter-spacing: 3px;
	line-height: 19px;
}

.theme-btn {
	background-color: #bfa95d;
	color: rgba(255, 255, 255, 1);
	padding: 20px 35px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all ease .8s;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 50px;
}

.theme-btn:hover {
	background-color: transparent;
	border: 2px solid #bfa95d;
	color: #bfa95d;
}

.btn {
	color: #fff;
	text-transform: capitalize;
	background: #0060a8;
	border-radius: 50px;
	padding: 20px 35px;
	font-family: "Merriweather";
}

.btn-transparent {
	padding: 24px 30px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
}

.btn-transparent:hover {
	background-color: white;
	color: #bfa95d;
	transition: .5s;
}

.btn:hover {
	color: #0060a8;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #0060a8;
}

/*header css start here*/
header#header {
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0 5px 8px transparent;
	box-shadow: 0 0px 5px transparent;
	position: fixed;
	background: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	top: 0;
}

header#header.small-header {
	background-color: #fff;
	padding: 0;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.wrap-header .menu-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-left {
	width: 234px;
}

.header-left a {
	display: flex;
}

.header-right {
	width: calc(100% - 234px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0 10px 0px;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	justify-content: space-between;
}

/*.small-header .header-row {
    padding: 0 5px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;

}*/
.wrap-header .menu-header ul li {
	padding-left: 0;
}

.wrap-header .menu-header ul li ul li {
	margin-right: 0px;
}

.wrap-header .menu-header ul li {
	position: relative;
}

.wrap-header .menu-header ul li a {
	color: #373737;
	font-size: 16px;
	line-height: 38px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 500;
	text-decoration: none;
	display: block;
	position: relative;
	transition: all .3s ease-in-out;
	padding-right: 35px;
}

.wrap-header .menu-header ul li a:hover {
	color: #32bfff;
}

.wrap-header .menu-header ul li a:before {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 0;
	background: #32bfff;
	transition: width .3s ease-in-out;
}

.wrap-header .menu-header ul li a:after {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 0;
	background: #32bfff;
	transition: width .3s ease-in-out;
}

.wrap-header .menu-header ul li a:hover:not(.sub-menu a), .main-menu .menu-header ul .current_page_item > a, .main-menu .menu-header ul .current_page_ancestor > a, .main-menu .menu-header ul .current-menu-ancestor > a, .main-menu .menu-header ul .current-menu-item > a {
	color: #0060a8;
}

#mainNav li.menu-item-has-children:hover:before

.main-menu .menu-header ul li.current-menu-ancestor

.wrap-header .menu-header ul li ul li.current-menu-item {
	background: #1b3546;
	color: rgba(255, 255, 255, 1);
}

.wrap-header .menu-header ul li ul li.current_page_item {
	background: #1b3546;
	color: rgba(255, 255, 255, 1);
}

.main-menu .menu-header ul .sub-menu li a {
	color: inherit;
	line-height: 15px;
	padding: 7px 0px;
}

.mobile-contact-title {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-contact-title svg {
	margin-right: 10px;
}

.mobile-phonenumber a.header-ph {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 2px;
	line-height: normal;
}

.mobile-phonenumber a.header-ph:hover {
	color: #bfa95d;
}

.mobile-phonenumber img {
	margin-right: 20px;
	height: 22px;
	width: 22px;
}

.header-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

.header-language.a {
	background: rgba(255, 255, 255, .2);
	padding: 10px 20px;
	border-radius: 40px;
}

.search-icon {
	cursor: pointer;
	display: block;
	margin-right: 30px;
	padding-top: 0px;
	position: relative;
}

.search-icon::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 1px;
	background: rgba(55, 55, 55, .5);
	left: -5px;
	top: 5px;
}

.search-icon svg {
	height: 20px;
	width: 50px;
}

.search-icon svg:hover path {
	stroke: #32bfff;
}

.mobile-phonenumber a.header-ph svg {
	margin-right: 10px;
}

.social-media-title {
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	padding-right: 15px;
}

.social-media {
	display: flex;
	align-items: center;
}

.quick-links {
	padding: 0px 0px 0px 70px;
}

.footer-contact {
	padding-top: 40px;
}

.social-media a svg path {
	fill: #fff;
}

.social-media svg {
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	padding: 10px;
	transition: .5s;
}

.social-media svg:hover {
	background: #32bfff;
}

.social-media a:hover svg path {
	fill: #fff;
}

.social-media .follow-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
}

.social-media a {
	display: flex;
	margin-right: 20px;
}

.copyright {
	color: #fff;
	padding: 6px 0;
	background: #0060a8;
}

.header-button a.button {
	background: -o-linear-gradient(275.97deg, #1b3546 7.6%, #ceab70 34.13%, #ab8955 83.51%, #815f35 134.29%);
	background: linear-gradient(174.03deg, #1b3546 7.6%, #ceab70 34.13%, #ab8955 83.51%, #815f35 134.29%);
	padding: 12px 36px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 600;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-button a.button img {
	margin-right: 12px;
}

.header-button a.button svg {
	margin-right: 10px;
}

/*menu dropdown*/
.menu-header ul.sub-menu {
	display: none !important;
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 99%;
	left: 0;
	text-align: left;
	min-width: 250px;
	background: #fff;
	z-index: 2;
	-webkit-box-shadow: 0px 17px 16px rgba(0, 0, 0, .15);
	box-shadow: 0px 17px 16px rgba(0, 0, 0, .15);
}

.menu-header ul.sub-menu li {
	border-bottom: 1px solid #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 0 9px !important;
	position: relative;
}

.menu-header ul.sub-menu li:hover {
	background: #1b3546;
}

.menu-header ul.sub-menu li a {
	color: #000;
}

.menu-header ul.sub-menu li:hover> a {
	color: #17a3e3;
}

#mainNav>li.menu-item-has-children {
	position: relative;
	margin-right: 15px;
}

.menu-header ul.sub-menu li:last-child {
	border: none;
}

.wrap-header .menu-header ul li a:hover::after, .wrap-header .menu-header ul li a:hover::before {
	display: none;
}

.menu-header ul.sub-menu li {
	margin: 0;
}

#mainNav li.menu-item-has-children:hover > ul.sub-menu {
	display: block !important;
}

.menu-header ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
}

.menu-header ul.sub-menu li:hover > a {
	color: #fff !important;
}

#mainNav li.menu-item-has-children:before {
	content: "";
	right: 24px;
	position: absolute;
	top: 49%;
	width: 7px;
	height: 7px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform-origin: 5px 0px;
	-ms-transform-origin: 5px 0px;
	transform-origin: 5px 0px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
}

#mainNav li.menu-item-has-children:hover:before, #mainNav li.current-menu-ancestor:before {
	-webkit-transform: rotate(225deg) translateY(-50%);
	-ms-transform: rotate(225deg) translateY(-50%);
	transform: rotate(225deg) translateY(-50%);
	border-right: 1px solid #0060a8;
	border-bottom: 1px solid #0060a8;
}

.main-menu .menu-header ul .current_page_parent>a #mainNav li.menu-item-has-children:before {
	border-right: 2px solid #32bfff;
	border-bottom: 2px solid #32bfff;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
	-webkit-transform: rotate(225deg) translateY(-50%);
	-ms-transform: rotate(225deg) translateY(-50%);
	transform: rotate(314deg) translateY(-50%);
	border-right: 2px solid #000;
	border-bottom: 2px solid #161616;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
	content: "";
	right: 12px;
	position: absolute;
	top: 20px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform-origin: 5px 0px;
	-ms-transform-origin: 5px 0px;
	transform-origin: 5px 0px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
}

.menu-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:hover:before {
	border-color: #fff;
}

header#heade a.top-logo {
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.small-header .social-media {
	padding: 0;
}

header#header.small-header .top-logo svg {
	height: 70px;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

/*fixed header end css here*/

/*header search icon css start here*/
.header-search-box.open-search {
	opacity: 1;
	height: 100px;
	z-index: 999999;
}

.header-search-box {
	position: fixed;
	background-color: #0060a8;
	width: 100%;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 0;
	height: 0;
	top: 0;
	right: 0;
}

.header-search-box .search-input-wrap .searchform {
	position: absolute;
	left: 50%;
	top: 35%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 70%;
	margin: 0 auto;
	width: 100%;
}

.header-search-box input.search {
	height: 55px;
	background: 0 0;
	color: #fff;
	padding: 8px 58px 8px 10px;
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	border-radius: 0;
}

.search-input-wrap svg path {
	stroke: #fff;
}

.search-icon svg:hover path {
	stroke: #0060a8;
}

.search-input-wrap span.msg-side-form {
	position: absolute;
	right: 68px;
	bottom: 0px;
	color: red;
	font-weight: 14px;
}

#site-searchs {
	top: 0;
	position: absolute;
	right: 0;
	width: auto;
	height: 55px;
	border: none;
	padding: 13px 20px;
	line-height: 38px;
	cursor: pointer;
	background: 0 0;
}

#site-searchs svg:hover path {
	stroke: #fff;
	transition: .3s;
}

.header-search-box span.closebtn:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 2px;
	background-color: #fff;
}

.header-search-box span.closebtn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 2px;
	background-color: #fff;
}

.header-search-box span.closebtn:hover:before, .header-search-box span.closebtn:hover:after {
	background-color: #fff;
}

.header-search-box span.closebtn {
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0px;
	width: 35px;
	height: 35px;
}

.header-search-box  input.search::-webkit-input-placeholder {
	color: #fff;
}

.header-search-box  input.search::-moz-placeholder {
	color: #fff;
}

.header-search-box  input.search:-ms-input-placeholder {
	color: #fff;
}

.header-search-box  input.search::-ms-input-placeholder {
	color: #fff;
}

.header-search-box  input.search::placeholder {
	color: #fff;
}

.search-icon img.search {
	height: 20px;
	width: 20px;
	-o-object-fit: contain;
	object-fit: contain;
	border-left: 1px solid #000;
	padding-left: 5px;
}

/*header search icon css end here*/

/*header css  end here*/

/*footer css start here*/
footer#footer {
	color: #fff;
	padding-bottom: 40px;
	padding-top: 40px;
	background-color: rgba(55, 55, 55, 1);
	overflow: hidden;
}

.footer-heading {
	font-size: 18px;
	font-weight: 600;
}

.footer-content p {
	font-size: 16px;
	line-height: 30px;
}

.footer ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 8px 0;
	display: inline-block;
	text-transform: capitalize;
}

.footer-content {
	padding-top: 20px;
}

.footer ul li a:hover {
	color: #c2cad0;
}

.footer ul .current_page_item a {
	color: #32bfff;
}

ul#menu-footer-menu {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.quick-links ul li {
	padding: 0;
	list-style: none;
}

.nap-content {
	display: flex;
	justify-content: space-between;
}

.nap-content .get-direction {
	padding-left: 45px;
	padding-bottom: 15px;
}

.nap-content .location-icon, .nap-content .call-img {
	padding-right: 20px;
}

.footer-contact .nap-contact-block a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.nap-address-item {
	margin-left: -13px;
}

.nap-address-item svg {
	height: 24px;
	width: 24px;
}

.footer-nap-call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.footer-nap-call .call-img img {
	height: 26px;
	width: 26px;
}

.footer-location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-location .location-icon img {
	padding-right: 18px;
}

.nap-address span {
	font-size: 16px;
}

.nap-address-block {
	text-transform: uppercase;
}

.get-direction a.direction-link {
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 16px;
	text-transform: uppercase;
}

.get-direction a.direction-link:hover, .nap-address-item a:hover {
	color: #32bfff;
	transition: .5s;
}

/*language translator*/
.header-language.a select {
	background: transparent;
	color: #fff;
	text-shadow: none !important;
}

.header-language.a select {
	color: #fff;
	text-shadow: none !important;
	border: none;
	text-transform: uppercase;
}

.header-language.a option {
	background-color: #1b3546 !important;
}

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

.home-banner {
	height: 97vh;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.home-banner .container {
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-banner .banner-des {
	text-align: center;
	position: relative;
	z-index: 1;
	z-index: 99;
	padding-top: 60px;
}

.banner-des .subtitle {
	font-size: 55px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	padding-bottom: 55px;
	padding-top: 20px;
}

.banner-video {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.home-banner .contact-sec {
	position: fixed;
	z-index: 1;
	z-index: 99;
	right: 30px;
	bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #1b3546;
	color: #fff;
	border-radius: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.phone:hover {
	background-color: #242e3d;
	border-radius: 30px 0px 0 30px;
	border: 1px solid #fff;
}

.phone {
	padding: 9px 15px;
	border: 1px solid transparent;
	border-right: 1px solid #fff;
}

.hover-state:hover {
	background: #242e3d;
	border: 1px solid #fff !important;
}

.home-banner .contact-sec .email.contact-links {
	border: 1px solid transparent;
	border-right: 1px solid #fff;
	padding: 7px 12px;
}

.home-banner .contact-sec .phone-number.contact-links {
	border: 1px solid transparent;
	border-right: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 7px 12px;
}

.home-banner .contact-sec .calender-icon:hover {
	background: #242e3d;
	border: 1px solid #fff;
}

.home-banner .contact-sec .calender-icon {
	padding: 7px 12px;
	border: 1px solid transparent;
	padding-right: 8px;
	border-radius: 0 28px 28px 0;
}

.home-banner .contact-sec svg {
	margin-top: 8px;
}

.home-banner .contact-sec .calender-icon svg {
	margin-right: 10px;
}

.banner-content p {
	font-size: 23px;
	line-height: 40px;
	font-weight: 400;
}

.banner-form {
	padding: 54px 0 30px 0;
}

.scroll-img img {
	position: absolute;
	position: absolute;
	bottom: -10px;
	width: 130px;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*Home page css start here*/

/*banner css end*/
.page-banner {
	height: 420px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: end;
	padding-bottom: 110px;
}

.page-banner:after {
	content: "";
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2024/11/Rectangle-8.png");
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	z-index: 0;
	background-size: cover;
	bottom: 0;
}

.page-banner .banner-content {
	padding: 0;
}

div#breadcrumbs {
	background: #e5e5e5;
	padding: 15px 0;
	margin: 0;
}

.heading {
	margin-bottom: 15px;
}

.sub-heading {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: .3em;
	margin-bottom: 30px;
}

textarea {
	resize: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-response-output {
	display: none;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
	color: #fff;
	margin-bottom: 0;
	display: block;
	position: absolute;
	bottom: -16px;
	right: 0px;
	font-size: 11px;
	background-color: #c20000;
	padding: 0px 4px;
	border-radius: 0;
	height: auto;
	line-height: 16px;
	z-index: 1;
}

/*==== Sidebar Form ===*/
.blog-search input {
	border: 1px solid #d0d0d0;
	padding: 25px;
	border-radius: 0;
}

.blog-search {
	margin-bottom: 30px;
}

.prev {
	background: unset !important;
	border: none !important;
	width: 105px !important;
	height: 105px !important;
}

.blog-search button {
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0060a8;
	background: #0060a8;
}

.blog-sidebar {
	padding-left: 14px;
}

.sidebar-form .sidebar-heading {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 500;
	text-align: center;
	font-family: "Merriweather", serif;
}

.sidebar-frm .wpcf7-textarea {
	height: 150px !important;
}

.form-control, .infusion-field input[type="text"] {
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	background-color: transparent;
	border-radius: 0;
	padding: 15px 25px;
	color: black !important;
}

.sidebar-form {
	background: #334155;
	padding: 50px 35px;
	color: #fff;
}

.sidebar-form .form-group {
	margin-bottom: 20px;
}

.sidebar-form .form-control {
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	font-weight: 300;
	background: no-repeat;
	height: auto;
	padding: 12px 0;
	border-radius: 0;
	color: #fff;
}

.sidebar-form .form-control:focus {
	border-color: #fff;
	color: #fff;
}

.sidebar-form .form-control::placeholder {
	color: #fff !important;
	letter-spacing: 1px;
}

.sidebar-form .submit-btn {
	display: block;
}

.sidebar-form .submit-btn input[type="submit"] {
	background: #32bfff;
	color: #fff;
	border-color: var(--color--gold);
	width: auto;
	text-align: center;
}

.sidebar-form .submit-btn input[type="submit"]:hover {
	border-color: #fff;
	background: none;
	color: #fff;
}

.sidebar-form .wpcf7-form ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4);
}

.sidebar-form .wpcf7-form ::-moz-placeholder {
	color: rgba(255, 255, 255, .4);
}

.sidebar-form .wpcf7-form :-ms-input-placeholder {
	color: rgba(255, 255, 255, .4);
}

.sidebar-form .wpcf7-form :-moz-placeholder {
	color: rgba(255, 255, 255, .4);
}

.blog-search button:hover {
	background: #000;
	transition: .5s;
	border: 1px solid #000;
}

.sidebar-form .theme-btn {
	background: #32bfff;
	color: #fff;
}

.sidebar-form .theme-btn:hover {
	background: none;
	color: #fff;
	border-color: #fff;
}

.contact-us .formbox {
	margin-bottom: 30px;
}

.contact-us .formbox.message-box {
	width: 88%;
}

.contact-us .formbox input, .contact-us .formbox textarea {
	background: 0 0;
	color: #fff;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	border-radius: 0;
	padding: 24px 0;
}

.our-contact-form .formbox input, .our-contact-form .formbox textarea {
	color: #000;
}

.contact-us .formbox input::placeholder, .contact-us .formbox textarea::placeholder {
	color: rgba(255, 255, 255, .4);
}

.contact-us .formbox textarea {
	height: 85px;
}

.contact-us .form-btn {
	position: absolute;
	right: 0;
	bottom: 32px;
	padding: 0;
}

.contact-us {
	position: relative;
}

.banner-form .form-title {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.about-img img {
	display: block;
}

.practice-area-list {
	height: 600px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.practice-area {
	overflow: hidden;
}

.practice-area-list:hover .practice-content, .practice-area-list.active .practice-content {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: .4s;
	z-index: 2;
	transition: all ease .9s;
}

.practice-area-list.active .practice-content .prac-info {
	height: 208px;
	transition: 1s;
	opacity: 1;
}

.practice-area-list  .practice-content .prac-info {
	height: 0;
	transition: 1s;
	opacity: 0;
}

.practice-area-heading {
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 16px;
}

.practice-area-title {
	font-size: 25px;
	color: #fff;
	color: #fff;
	position: absolute;
	bottom: 12%;
	font-weight: 600;
	left: 8%;
}

.practice-area-list.active .practice-area-title {
	opacity: 0;
	transition: all ease .5s;
	bottom: 0;
}

.practice-area-list:before {
	content: "";
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2024/11/Rectangle-16.png");
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 100%;
}

.practice-area-page .practice-area-list {
	height: 680px;
}

.practice-area-heading a.button {
	text-decoration: none;
}

.practice-content-inner a {
	position: relative;
	text-decoration: none;
}

.practice-content-inner a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	background: #fff;
}

.practice-content-inner a:hover:after {
	background: #32bfff;
}

/*.button {
    color: #0060A8;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    transition: 0.8s;
    text-decoration: none;
}
.button svg {
    margin-left: 10px;
    margin-bottom: 3px;
}
.button:hover {
    color: #000000;
}
.button:hover svg path {
    fill: #000000;
}*/
.testimonial-section {
	background: #f7fcff;
	overflow: hidden;
}

.testimonial-list .slick-dots li button:before {
	font-size: 45px;
}

.testimonial-list .quote-icon {
	margin-bottom: -44px;
}

.item .testimonial-content {
	color: #464646;
}

.testimonial-list .title {
	color: #000;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 15px;
}

.item.slick-slide {
	opacity: 50%;
}

.item.slick-active {
	opacity: 100% !important;
}

.viewall-testimonial {
	margin-top: 70px;
}

.injury-sec-video video#video {
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.newsletter-sec {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 80%;
}

.newsletter .formbox input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	padding: 22px 0px;
	width: 95%;
}

.newsletter .formbox input::placeholder {
	color: #fff;
}

.newsletter-form {
	background-color: rgba(255, 255, 255, .35);
	padding: 80px 0;
}

.newsletter-form p {
	color: #fff;
}

.newsletter {
	padding: 0 30px;
}

.attorney-img {
	overflow: hidden;
	transition: all ease .8s;
}

.attorney-img img:hover {
	transform: scale(1.1);
	overflow: hidden;
	transition: all ease .8s;
}

.attorneys-header h2 span {
	display: block;
	color: #32bfff;
}

.award-logos {
	border-right: 1px solid rgba(70, 70, 70, .2);
	text-align: center;
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 160px;
	padding: 0 15px;
}

#award-slider {
	border-top: 1px solid rgba(70, 70, 70, .2);
}

.content-sec {
	background-color: #1b3546;
	color: #fff;
}

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

.content-sec .image-wrap {
	padding-right: 20px;
}

.attorney-img img {
	width: 100%;
	transition: all ease .8s;
}

.footer-contact .formbox input, .footer-contact .formbox textarea {
	padding: 20px 0px;
	border-radius: 0;
	border-bottom: 1px solid rgba(30, 30, 30, .5);
}

.footer-contact .formbox {
	margin-bottom: 30px;
}

.injury-sec-con {
	padding-right: 50px;
}

.footer-contact .formbox.FirstName, .footer-contact .formbox.email {
	padding-right: 40px;
}

.hover-content {
	position: absolute;
	padding: 0 42px 0;
	height: 100%;
	top: 100%;
	transition: all .7s ease;
	opacity: 0;
	display: flex;
	align-items: center;
	color: #fff;
	background-color: rgba(27, 53, 70, .7);
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.team-page .attorney-card-inner:hover .hover-content {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 2;
	transition: all ease .7s;
}

.team-page .attorney-img {
	position: relative;
}

.team-page .attorney-img img:hover {
	transform: unset;
}

.about-page .inner-content {
	background: #f7fcff;
	height: 100%;
	padding: 0px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-page .about-content {
	border: 1px solid rgba(0, 0, 0, .2);
	margin-top: 50px;
	padding: 40px 50px;
}

.testimonial-con {
	background-color: #1b3546;
	color: #fff;
	padding: 70px 0;
	text-align: center;
}

.testimonial-con .author-name {
	font-weight: 600;
	font-size: 20px;
}

.about-page .inner-content .social-media svg path {
	fill: #1b3546;
}

.about-page .inner-content .social-media svg {
	border: 1px solid #1b3546;
}

.about-page .inner-content .social-media svg:hover path {
	fill: #fff;
}

.about-page .inner-content .social-media a {
	margin-top: 10px;
	margin-bottom: 40px;
}

.about-edu-wrap {
	border: 1px solid #1b3546;
	border-radius: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 50px 60px;
	transition: .5s;
	height: 100%;
}

.about-edu-wrap:hover {
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, .1);
	border: 1px solid transparent;
	transition: .5s;
}

.about-edu-wrap .title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 20px 0;
}

.about-attorney-img img {
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.about-page .inner-content p {
	line-height: 35px;
	word-spacing: 2px;
}

.loop-col {
	background: #fff;
	padding: 35px 35px 50px 35px;
	margin-bottom: 70px;
	border: 1px solid rgba(208, 208, 208, 1);
	transition: .5s;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 4%);
}

.post-content a.read-more-btn {
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #bfa95d;
	padding: 24px 30px;
	border-radius: 50px;
	transition: .5s;
}

.post-content a.read-more-btn:hover {
	color: #bfa95d;
	background-color: transparent;
	border: 1px solid #bfa95d;
	transition: .5s;
}

.post-content .content {
	margin-bottom: 15px;
}

.post-image {
	height: 100%;
}

.post-image img.featured {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

span.page-numbers.current {
	background: #bfa95d;
	color: #fff;
	height: 70px;
	width: 70px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	border-radius: 50%;
	margin: 0 10px;
}

a.page-numbers {
	border: 1px solid #e4e4e4;
	height: 70px;
	width: 70px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 10px;
	color: #54595f;
	background-color: #e4e4e4;
}

a.page-numbers:hover {
	background: #bfa95d;
	border: 1px solid #bfa95d;
	color: #fff;
	transition: .5s;
}

a.prev:hover {
	color: #bfa95d !important;
}

a.next {
	color: #54595f !important;
	width: 105px !important;
	height: 105px !important;
	background: unset !important;
	border: none !important;
}

a.next:hover {
	color: #bfa95d !important;
}

.blog-title {
	line-height: 65px;
}

a.page-numbers:hover svg path {
	stroke: #fff;
}

nav.navigation.pagination {
	justify-content: center;
	position: relative;
	border-top: 1px solid #d0d0d0;
	padding-top: 70px;
	margin-top: 70px;
}

nav.navigation.pagination a.next {
	right: 0;
	position: absolute;
	margin: 0;
}

nav.navigation.pagination a.prev {
	position: absolute;
	left: 0;
	margin-left: 0;
}

.single-post-detail a {
	color: #000;
	text-decoration: underline;
	transition: .5s;
}

.single-post-detail a:hover {
	color: #0060a8;
	text-decoration: none;
}

.single-post-detail ul {
	padding-left: 20px;
}

.modal-content {
	border: 2px solid #32bfff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
	border-radius: 0;
	padding: 40px 80px;
}

button.btn-close {
	background: #003b56;
	width: 48px;
	height: 48px;
	opacity: 1;
	right: 30px;
	position: absolute;
	top: 30px;
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.modal-body a {
	color: #32bfff;
	text-decoration: underline;
	transition: .5s;
}

.modal-body a:hover {
	color: #000;
	text-decoration: none;
}

button#html5-close {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2024/12/lightbox-close.png") !important;
}

button#html5-close.nitro-lazy {
	background-image: none !important;
}

.star-icon-wraper.filled {
	display: inline-block;
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/04/Star-1.svg");
	background-repeat: no-repeat;
	background-size: 22px;
	height: 22px;
	width: 27px;
	background-position: center;
}

.star-icon-wraper.filled.nitro-lazy {
	background-image: none !important;
}

.video-list {
	background-color: #f7fcff;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 30px 20px;
}

.video-list .play-icon {
	position: absolute;
	bottom: 56%;
	left: 42%;
}

.video-list img {
	display: block;
	width: 100%;
}

.video-list .play-icon:hover {
	opacity: 50%;
	transition: .5s;
}

.video-img {
	background: #e9e6e6;
	border: 1px solid #c7c7c7;
}

.accordion-item {
	background-color: #bfa95d;
	border-radius: 0 !important;
	margin-bottom: 40px;
	padding: 25px 0 12px 0;
}

.accordion-header button {
	background: none !important;
	box-shadow: none !important;
}

.accordion-body {
	padding-right: 140px;
	color: #fff;
}

.accordion-button {
	color: #fff;
}

.read-more a.read-btn {
	text-transform: uppercase;
	color: #32bfff;
	transition: .5s;
	position: relative;
}

.read-more a.read-btn:hover::after {
	background: #071620;
	transition: .5s;
}

.read-more a.read-btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #32bfff;
	left: 0;
}

.read-more a.read-btn svg {
	margin-left: 10px;
	transition: .5s;
}

.read-more a.read-btn svg path {
	fill: #32bfff;
}

.read-more a.read-btn:hover {
	color: #071620;
	text-decoration: none;
}

.read-more a.read-btn:hover svg path {
	fill: #071620;
}

.accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, 1);
	font-size: 25px;
	border-bottom: 1px solid #fff;
}

.faq-question .accordion-button[aria-expanded="false"]::after {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2024/12/1.png");
	transition: .3s;
	transform: none !important;
	position: absolute;
	right: 35px;
	box-shadow: none;
	background-color: #32bfff;
	border-radius: 50%;
	background-position: center;
	padding: 20px;
}

.faq-question .accordion-button[aria-expanded=false]:after {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2024/12/unnamed-file.png");
	transition: .3s;
	transform: none !important;
	position: absolute;
	right: 35px;
	box-shadow: none;
	background-color: #32bfff;
	border-radius: 50%;
	background-position: center;
	padding: 20px;
}

.faq-question .accordion-button[aria-expanded="true"]::after {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2024/12/unnamed-file.png");
	transform: none !important;
	transition: .3s;
	position: absolute;
	right: 35px;
	top: 38px;
	box-shadow: none;
	background-color: #32bfff;
	border-radius: 50%;
	background-position: center;
	padding: 20px;
	background-size: inherit;
}

.faq-question .accordion-button[aria-expanded="false"]::after {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2024/12/1.png");
	transition: .3s;
	transform: none !important;
	position: absolute;
	right: 35px;
	box-shadow: none;
	background-color: #32bfff;
	border-radius: 50%;
	background-position: center;
	padding: 20px;
	background-size: inherit;
}

/* nap new css */
.nap-address-info .location-center {
	font-family: "Reddit Sans", sans-serif;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	display: flex;
}

.nap-postal-address-wrapper .nap-wrapper .nap-contact-info {
	width: 100%;
	display: flex;
	margin-top: 20px;
	align-items: center;
}

.nap-postal-address-wrapper .nap-wrapper .location-icon {
	display: flex;
	margin-right: 15px;
	position: relative;
	top: 5px;
}

.nap-postal-address-wrapper .nap-wrapper .nap-contact-info .call-img {
	display: flex;
	margin-right: 15px;
}

.nap-wrapper .nap-contact-info a:hover span, .nap-wrapper .nap-contact-info a:hover, .nap-address-info a.direction-link:hover {
	color: #bfa95d;
}

.nap-address-info a.direction-link:hover {
	border-color: #bfa95d;
}

.nap-address-info a.direction-link {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.nap-address-info .nap-contact-info a:hover span {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
}

.nap-wrapper .nap-contact-info a span, .nap-wrapper .nap-contact-info a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.nap-postal-address-wrapper {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.nap-postal-address-wrapper .nap-wrapper {
	width: 50%;
}

.nap-postal-address-wrapper .nap-wrapper .nap-address-info {
	width: 100%;
	display: flex;
	flex-direction: column;
}

/* nap new css */
.post-lists .search-post-loop {
	margin-bottom: 50px;
	background: #eee;
	padding: 30px 40px;
}

.search-page .no_result a {
	color: #bfa95d;
	text-decoration: underline;
	transition: .5s;
}

.search-page .no_result a:hover {
	color: #000;
	text-decoration: none;
}

/*  Guide page css */
.guide-form {
	background: rgba(255, 255, 255, .25);
	color: #fff;
	text-align: center;
	padding: 80px 60px;
	background-size: cover;
	background-position: 70%;
}

.guide-form .formbox input {
	background: transparent;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	padding: 40px 0;
	color: #fff;
}

.guide-form .formbox input::placeholder {
	color: #fff;
}

.guide-form .formbox.acceptance {
	text-align: left;
	padding-top: 30px;
}

.guide-form .formbox.acceptance span.wpcf7-list-item {
	margin: 0;
}

.guide-form .wpcf7 .wpcf7-acceptance  .wpcf7-list-item-label {
	display: inline-block !important;
	transition: none !important;
	margin-left: 7px;
	line-height: normal;
}

.submitting .form-btn .wpcf7-submit {
	pointer-events: none;
	opacity: .2;
}

.guide-form .wpcf7 .wpcf7-acceptance  .wpcf7-list-item-label * {
	transition: none;
}

div#breadcrumbs a {
	color: #32bfff;
	transition: .5s;
}

div#breadcrumbs a:hover {
	color: #1b3546;
}

.testimonials {
	background-color: rgba(246, 246, 246, 1);
	height: 365px;
	padding: 40px 30px;
}

.testimonial-name {
	color: rgba(70, 70, 70, 1);
	font-weight: 700;
}

.testimonials .read-more a {
	color: rgba(50, 191, 255, 1);
	font-weight: 600;
	transition: .5s;
}

.testimonials .read-more a:hover {
	color: #071620;
}

.testimonials-wrap {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.our-contact-form .footer-contact input::placeholder {
	color: grey;
	font-weight: 400;
}

.our-contact-form .footer-contact textarea::placeholder {
	color: grey;
	font-weight: 400;
}

.our-contact-form .footer-contact textarea {
	height: 162px;
}

.office-location iframe {
	height: 582px;
	margin-bottom: 0;
	display: block;
}

.thankyou-page a {
	color: rgba(191, 169, 93, 1);
	transition: .5s;
	text-decoration: underline;
}

.thankyou-page a:hover {
	color: #000;
	text-decoration: none;
}

.review-schema-result {
	background: #eee;
}

.about-page .about-content a {
	color: #32bfff;
	transition: .5s;
}

.about-page .about-content a:hover {
	color: #000;
}

.parent-pages {
	background: #334155;
	margin-top: 30px;
	padding: 50px 40px;
}

.parent-pages .widget-title {
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.parent-pages ul {
	padding-left: 20px;
}

.parent-pages ul li {
	color: #fff;
	padding: 10px 0;
}

.parent-pages ul li a {
	color: #fff;
	transition: .5s;
}

.parent-pages ul li a:hover {
	color: rgba(191, 169, 93, 1);
}

.default-page .default-content a.button {
	background: #32bfff;
	padding: 10px 20px;
	text-decoration: none;
	transition: .8s;
	color: #fff;
}

.default-page .default-content a.button:hover {
	color: #000;
}

.default-page .default-content a {
	color: #32bfff;
	transition: .8s;
}

.default-page .default-content a:hover {
	color: #000;
}

.default-page .default-content ul {
	padding-left: 20px;
}

.helping-injury, .our-attorneys-sec, .content-sec {
	overflow: hidden;
}

.privacy-policy {
	padding-left: 30px;
}

.privacy-policy a {
	color: #fff;
	transition: .5s;
}

.privacy-policy a:hover {
	color: #32bfff;
}

.attorneys-header a {
	color: #000;
	transition: .5s;
}

.attorneys-header a:hover {
	color: #32bfff;
}

.about-content .h2.text-uppercase {
	width: 60%;
}

.about-section-page {
	padding-top: 70px;
}

.author-name.attorney-bio h5:hover {
	color: #32bfff !important;
	transition: all ease .5s;
}

.author-name.attorney-bio h5 {
	font-weight: 600;
}

div#html5lightbox-watermark, .html5-title {
	display: none !important;
}

.blog-title.h5 {
	color: #334155;
	font-weight: 500;
	line-height: 50px;
}

.blog-title.h5:hover {
	color: #bfa95d;
	transition: .5s;
}

.blog-search .input-group {
	gap: 10px;
}

.blog-search .form-control:focus {
	color: #000;
	background-color: var(--bs-body-bg);
	border-color: #0060a8;
	outline: 0;
}

.single-post-detail .content {
	padding-top: 20px;
}

.single-post .blog-title {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 65px;
	line-height: 65px;
}

.home-form {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/01/Mask-group-8.png");
	padding: 90px 0px 135px 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-form.nitro-lazy {
	background-image: none !important;
}

textarea.form-control {
	height: 170px;
	padding: 30px 20px;
}

.home-contact-frm .wpcf7-text::placeholder {
	color: white;
	text-transform: uppercase;
}

.home-contact-frm .wpcf7-textarea::placeholder {
	color: white;
	text-transform: uppercase;
}

.home-contact-frm .form-control:focus {
	color: #fff;
	background-color: transparent;
	border-color: rgba(0, 96, 168, 1);
}

.home-contact-frm .form-control:focus::placeholder {
	color: rgba(0, 96, 168, 1) !important;
}

.team-area {
	background-color: #bfa95d;
	position: absolute;
	bottom: 0;
	right: -15px;
	padding: 20px 25px;
	width: 72%;
}

.team-area svg {
	position: absolute;
	right: 35px;
	top: 16px;
	background-color: rgba(255, 255, 255, 18%);
	border-radius: 50px;
	width: 80px;
	height: 78px;
	padding: 20px;
}

.team-area .team-text {
	font-size: 30px;
	font-weight: 500;
}

.home-team-section {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/01/image-4-1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-team-section.nitro-lazy {
	background-image: none !important;
}

.content-section {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/01/Mask-group-6.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content-section.nitro-lazy {
	background-image: none !important;
}

.number {
	color: #bfa95d;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.Content-boxes .title h2 {
	font-size: 25px;
	font-weight: 400;
	color: black;
}

.border-plus {
	position: relative;
}

.border-plus:after {
	height: 1px;
	width: calc(100% - 70px);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #ccc;
	content: "";
}

.border-plus:before {
	height: 100%;
	width: 1px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #ccc;
	content: "";
}

.Content-boxes {
	padding: 25px;
}

.cta-bg-sec {
	padding: 80px 0;
}

.cta-bg-sec:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	background: rgba(191, 169, 93, .8);
}

.home-section-bg-img {
	margin-bottom: -130px;
}

.trans-btn {
	margin-top: 50px;
}

.cta-area {
	z-index: 1;
}

.testimonial {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/01/image-5.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

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

.double-img-section .second-img {
	position: absolute;
	top: 475px;
	right: -95px;
}

.fullimage-column img {
	display: block;
	margin: auto;
}

.phasellus-section {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/01/Mask-group-7.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.phasellus-section.nitro-lazy {
	background-image: none !important;
}

.amet-border-line:before {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% + -155px);
	position: absolute;
	right: 45px;
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/01/Rectangle-20.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	z-index: -1;
	top: 70px;
}

.banner-head {
	margin-bottom: 25px;
}

.practice-pages-list {
	display: flex;
}

.testimonial-heading {
	font-size: 18px;
	font-family: "Manrope";
	line-height: 50px;
	color: rgba(55, 55, 55, 1);
	font-weight: 400;
}

.testimonial-title {
	color: rgba(51, 65, 85, 1);
	font-size: 25px;
	font-family: "Merriweather", serif;
}

.testimonial-outer svg {
	position: absolute;
	right: 80px;
}

.testimonial-svg svg {
	position: absolute;
	left: 40px;
	top: 0px;
}

.testimonial .slick-next {
	transform: rotate(180deg);
}

.testimonial .slick-prev.slick-arrow {
	border: 1px solid rgba(84, 89, 95, 1);
	border-radius: 50px;
	width: 70px;
	height: 70px;
	transition: .5s;
	z-index: 1;
}

.testimonial .slick-next.slick-arrow {
	border: 1px solid rgba(84, 89, 95, 1);
	border-radius: 50px;
	width: 70px;
	height: 70px;
	transition: .5s;
}

.testimonial .slick-prev.slick-arrow:hover {
	background: #bfa95d;
	border: 1px solid #bfa95d;
	transition: .5s;
}

.testimonial .slick-next.slick-arrow:hover {
	background: #bfa95d;
	border: 1px solid #bfa95d;
	transition: .5s;
}

.testimonial .slick-prev.slick-arrow:hover svg path {
	color: white;
	fill: white;
}

.testimonial .slick-next.slick-arrow:hover svg path {
	color: white;
	fill: white;
}

.testimonial .testimonial-inner {
	padding: 40px 60px 10px;
}

.reach-bg-color {
	background-color: #334155;
	padding: 113px 70px;
}

.cali-flex {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
}

.office-location.text-white {
	line-height: normal;
}

.office-name.text-white {
	font-size: 25px;
	font-family: "Merriweather", serif;
	margin-bottom: 15px;
}

.form-bg-color {
	background-color: rgba(191, 169, 93, .1);
	padding: 39px 50px;
}

.contact-frm .form-control, .infusion-field input[type="text"] {
	border: none;
	border-bottom: 1px solid rgba(84, 89, 95, 1);
	background-color: transparent;
	border-radius: 0;
	padding: 25px 0px;
	color: rgba(84, 89, 95, 1);
}

.contact-frm .form-control::placeholder {
	color: rgba(84, 89, 95, 1);
	font-size: 16px;
	text-transform: uppercase;
}

.contact-frm .wpcf7-list-item-label {
	display: inline !important;
	margin: auto;
	opacity: 1 !important;
	text-transform: capitalize;
}

.contact-frm label {
	display: inline-block;
	display: flex;
	align-items: center;
	gap: 9px;
}

.contact-frm .wpcf7-list-item {
	margin: 0;
	padding-top: 10px;
}

.office-location a {
	color: white;
	transition: .5s;
}

.office-location a:hover {
	color: rgba(191, 169, 93, 1);
}

.testimonial-page-inner {
	border: 1px solid rgba(231, 231, 231, 1);
	padding: 80px 40px 40px 70px;
	height: 100%;
	background-color: rgba(251, 250, 245, 1);
	transition: .5s;
}

.testimonial-page-svg svg {
	position: absolute;
	left: 40px;
	top: 50px;
}

.testimonial-page-svg-second svg {
	position: absolute;
	right: 70px;
	bottom: 130px;
}

.testimonial-page-inner:hover {
	background-color: #bfa95d;
	transition: .5s;
}

.testimonial-page-inner:hover p {
	color: white;
}

.testimonial-page-inner:hover .testimonial-title {
	color: white;
}

.testimonial-page-inner:hover svg path {
	fill: rgba(255, 255, 255, .5);
}

.about-desigination {
	color: #bfa95d;
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0px;
}

.about-bg-image:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	background: rgba(191, 169, 93, .8);
	z-index: -1;
}

.about-bg-image {
	padding: 70px 100px;
}

.education-title, .admissions-title {
	font-size: 30px;
	margin-bottom: 15px;
	font-family: "Merriweather", serif;
}

.content-two {
	background-color: rgba(251, 250, 245, 1);
	padding: 70px;
	margin: 60px 0;
}

.faq-title {
	margin-bottom: 60px;
}

.contact-frm input[type="checkbox"] {
	background-color: rgba(217, 217, 217, 1);
	width: 25px;
	height: 25px;
	border-radius: 5px;
}

.hover-content {
	position: absolute;
	padding: 0 42px 0;
	height: 100%;
	top: 100%;
	transition: all .7s ease;
	opacity: 0;
	display: flex;
	align-items: center;
	color: #fff;
	background-color: rgba(191, 169, 93, 53%);
	flex-direction: column;
	justify-content: end;
	text-align: center;
	padding-bottom: 50px;
}

.practice-column-bottom {
	margin-bottom: 40px;
}

.practice-custom-boxes img {
	position: relative;
	display: block;
	height: 100%;
}

.practice-heading {
	color: white;
	font-size: 30px;
	font-family: "Merriweather", serif;
}

.practice-custom-boxes:hover .hover-content {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 2;
	transition: all ease .7s;
}

.practice-custom-boxes {
	overflow: hidden;
	margin-bottom: 20px;
}

.practice-content-sec {
	position: absolute;
	bottom: 50px;
	left: 50px;
	transition: .5s;
}

.practice-section .practice-custom-boxes .hover-content .practice-heading {
	margin: 15px 0px;
}

.practice-section .practice-custom-boxes .hover-content .practice-area-contents {
	margin-bottom: 20px;
}

.practice-custom-boxes:hover .practice-content-sec {
	opacity: 0;
	transition: .5s;
}

.practice-detail-Content-box {
	border: 1px solid rgba(231, 231, 231, 1);
	background-color: rgba(251, 250, 245, 1);
	padding: 30px;
	height: 100%;
}

.practice-detail-title h2 {
	font-size: 30px;
	margin-bottom: 0;
}

.practice-detail-column {
	margin-bottom: 25px;
}

.practice-bg-color-box {
	padding: 30px;
	height: 100%;
	background-color: rgba(191, 169, 93, 1);
}

.bg-color-repeat-title {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: normal;
}

.image-content-section.space-pd {
	background-color: rgba(251, 250, 245, 1);
}

.case-bg-color-box {
	background-color: rgba(191, 169, 93, 1);
	padding: 30px;
	height: 100%;
}

/* ================= Practice CSS ========================*/
.practice-area {
	z-index: 1;
}

.practice-area {
	height: 650px;
	width: 35%;
	transition: .5s;
	transition: .7s;
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.practice-area-title {
	font-size: 22px;
	color: #fff;
	color: #fff;
	width: max-content;
	transform: rotate(360deg);
	position: absolute;
	left: 26px;
}

.practice-area-title a {
	color: #fff;
}

.practice-content {
	position: absolute;
	padding: 20px 23px 42px;
	height: 100%;
	top: 100%;
	transition: all .5s ease;
	opacity: 0;
	display: flex;
	align-items: flex-end;
	color: #fff;
}

.practice-area:hover, .practice-area.active {
	width: 50%;
	transform: scale(1);
}

.practice-area:hover .practice-content, .practice-area.active .practice-content {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: .5s;
	z-index: 2;
}

.practice-area.active .practice-area-title {
	opacity: 0;
}

.practice-area:before {
	content: "";
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 90%;
	left: 0;
	top: 0;
}

.practice-area.active::before {
	content: "";
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 70%;
}

.practice-area:hover .practice-area-title {
	transition: .5s;
	visibility: hidden;
}

/* =======================  CSS End ==========================*/
.contact-header-btn .btn svg {
	width: 17px;
	height: 18px;
	margin-left: 10px;
	transform: rotateZ(-45deg);
	transition: .5s;
	margin-top: -5px;
}

.contact-header-btn .btn:hover svg {
	transform: rotateZ(0deg);
}

.contact-header-btn .btn:hover svg path {
	color: #0060a8;
	fill: #0060a8;
}

.top-bar {
	background: rgba(55, 55, 55, 1);
	position: relative;
	width: 100%;
	padding: 5px 0;
	top: 0;
}

ul.footer-social.fullwidth li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all ease-out .6s;
}

ul.footer-social.fullwidth {
	display: flex;
	list-style: none;
	margin-top: 25px;
	padding-left: 0;
	gap: 12px;
}

ul.footer-social svg {
	width: 20px;
	height: 20px;
}

.gt_option svg {
	width: 15px;
	height: 15px;
}

.gt_container-ec7pgp .gt_switcher .gt_selected a {
	border: 1px solid #fff;
	color: #666;
	padding: 3px 5px;
	width: 90px !important;
	display: flex;
	gap: 15px;
	align-items: center;
}

.gt_container--vnaj6k .gt_switcher .gt_selected svg {
	width: 20px;
}

.gt_selector select {
	color: black !important;
	text-shadow: none;
}

.head-social {
	text-align: end;
}

a.head-calling {
	color: white;
}

a.head-calling svg {
	margin-bottom: -3px;
}

.btn-white {
	color: #0060a8;
	text-transform: capitalize;
	background: #fff;
	border-radius: 50px;
	padding: 20px 30px;
	font-weight: 700;
	font-family: "Merriweather";
	transition: .5s;
	border: 1px solid #fff;
}

.btn-white:hover {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	transition: .5s;
}

a.btn-white svg {
	margin-left: 10px;
}

.btn-white svg {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	transition: .5s;
	margin-bottom: -4px;
}

.btn-white:hover svg {
	transform: rotateZ(43deg);
}

.btn-white:hover svg path {
	color: #fff;
	fill: #fff;
}

.exp-icon {
	width: 120px;
}

.home-main-banner {
	padding-top: 30px;
	padding-bottom: 110px;
}

.btn-second {
	color: white;
	font-weight: 600;
	text-decoration: underline;
}

.home-main-banner .btn-white {
	margin-right: 35px;
}

.banner-heading {
	letter-spacing: 2px;
}

.icon {
	margin: auto;
}

.case-boxes {
	border: 1px solid rgba(0, 96, 168, .3);
	border-radius: 20px;
	padding: 25px 30px;
	margin: 15px;
	transition: .5s;
}

.case-boxes:hover {
	border: 1px solid rgba(0, 96, 168, 1);
	transition: .5s;
}

.btn svg {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	transform: rotateZ(-45deg);
	transition: .5s;
	margin-bottom: 0px;
}

.blog-section .btn svg {
	margin-bottom: -5px;
}

.btn:hover svg {
	transform: rotateZ(0deg);
}

.btn:hover svg path {
	color: rgba(0, 96, 168, 1);
	fill: rgba(0, 96, 168, 1);
}

.case-result-title {
	color: rgba(0, 96, 168, 1);
	font-size: 50px;
	font-weight: 700;
	margin-top: 15px;
}

.case-result-content {
	color: rgba(55, 55, 55, 1);
	font-size: 18px;
	font-weight: 500;
}

.our-slider-section {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/04/white-abstract-minimal-background-white-product-background-conceptual-wall-texture-background-1.png");
	margin-top: -350px;
}

.our-slider-section.nitro-lazy {
	background-image: none !important;
}

.our-slider-section {
	padding: 300px 0 130px;
}

.practice-icon-boxes img {
	position: absolute;
	bottom: 17px;
	left: -16px;
	width: 100%;
	height: 90px;
	object-fit: contain;
}

.our-result-heading {
	color: rgba(55, 55, 55, .5);
	font-weight: 500;
	letter-spacing: 1px;
}

.home-form-section {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/04/white-abstract-minimal-background-white-product-background-conceptual-wall-texture-background-1.png");
}

.home-form-section.nitro-lazy {
	background-image: none !important;
}

.form-section-description {
	font-weight: 600;
	color: rgba(55, 55, 55, 1);
	font-size: 18px;
}

.home-contact-frm {
	border: 1px solid rgba(0, 96, 168, .1);
	border-radius: 40px;
	box-shadow: 0px 0px 34px 0px rgba(0, 96, 168, .15);
	padding: 50px 30px;
}

.home-contact-frm .wpcf7-text {
	border: 1px solid rgba(55, 55, 55, .5);
	border-radius: 50px;
	color: black;
}

.home-contact-frm .wpcf7-textarea {
	border: 1px solid rgba(55, 55, 55, .5);
	border-radius: 20px;
}

.home-contact-frm .wpcf7-textarea::placeholder {
	padding: 0px !important;
}

.home-contact-frm .wpcf7-form-control.wpcf7-textarea::placeholder {
	padding: 0px !important;
}

.home-contact-frm .wpcf7-form-control::placeholder {
	color: rgba(55, 55, 55, .5) !important;
	padding: 20px 0px !important;
	text-transform: capitalize;
}

.home-contact-frm .form-group {
	margin-bottom: 20px;
}

.home-contact-frm h2 {
	color: rgba(0, 96, 168, 1);
	font-size: 48px;
	font-weight: 700;
}

.our-result-content a {
	color: rgba(0, 96, 168, 1);
	font-weight: 600;
}

.our-slider-section .our-result-list .slick-next {
	transform: rotate(180deg);
}

.our-slider-section .our-result-list .slick-prev {
	border: 1px solid #373737;
	width: 60px;
	height: 60px !important;
	border-radius: 50px;
	left: -50px;
	transition: .5s;
}

.our-slider-section .our-result-list .slick-next {
	border: 1px solid #373737;
	width: 60px;
	height: 60px !important;
	border-radius: 50px;
	right: -50px;
	top: 50%;
	transition: .5s;
	transform: rotate(180deg) translateY(50%);
}

.our-slider-section .our-result-list .slick-prev:hover {
	background-color: #0060a8;
	transition: .5s;
}

.our-slider-section .our-result-list .slick-prev:hover svg path {
	color: #fff;
	fill: #fff;
}

.our-slider-section .our-result-list .slick-next:hover {
	background-color: #0060a8;
	transition: .5s;
}

.our-slider-section .our-result-list .slick-next:hover svg path {
	color: #fff;
	fill: #fff;
}

.practice-home-section {
	background-color: rgba(0, 96, 168, .2);
}

.practice-home-custom-head:hover svg {
	transform: rotateZ(45deg);
	transition: .5s;
}

.practice-home-custom-head svg {
	transition: .5s;
	margin-bottom: -3px;
}

.practice-home-custom-head {
	font-family: Merriweather;
	font-weight: 400;
	font-size: 20px;
	color: #0060a8;
}

.Custom-boxes {
	border-bottom: 1px solid rgba(0, 96, 168, .5);
	width: 95%;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

.practice-home-custom-head {
	padding-right: 18px;
}

.practice-home-custom-head svg {
	position: absolute;
	right: 0;
	top: 10px;
}

.practice-list {
	list-style: none;
}

a.button.practice-active .practice-home-custom-head svg {
	transform: rotateZ(45deg);
	transition: .5s;
}

a.button.practice-active .practice-home-custom-head {
	color: #000;
}

a.button.practice-active .practice-home-custom-head svg path {
	fill: #000;
}

.practice-home-section .container {
	max-width: 75%;
}

.practice-home-inner-content {
	padding-right: 70px;
}

.pr-content-inner ul {
	padding-left: 20px;
	column-count: 2;
}

.attorney-name {
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
}

.our-team .item-wrap {
	background-color: rgba(0, 96, 168, 14%);
	border-bottom-right-radius: 40px;
	border-top-left-radius: 60px;
	transition: .5s;
}

.our-team .att-detail {
	padding: 10px 20px 20px 15px;
}

.our-team .box-col:hover .desigination {
	color: white;
	transition: .5s;
}

.our-team .box-col:hover .attorney-name {
	color: white;
	transition: .5s;
}

.our-team .item-wrap:hover {
	background-color: rgba(0, 96, 168, 1);
	transition: .5s;
}

.desigination {
	line-height: normal;
	color: rgba(55, 55, 55, 1);
}

.attorney-name svg {
	position: absolute;
	right: 30px;
	top: 23px;
}

.attorney-name svg {
	width: 25px;
	height: 25px;
}

.our-team .box-col:hover svg path {
	color: #fff;
	fill: #fff;
}

.our-team .box-col:hover svg {
	transform: rotateZ(45deg);
	transition: .5s;
}

.our-team .box-col svg {
	transition: .5s;
	top: 40px;
}

.blog-section.space-pd {
	background-color: rgba(0, 96, 168, .1);
}

.blog-section .post-image img {
	height: 250px;
	object-fit: cover;
}

.post-image .featured {
	background-size: cover;
	background-position: center;
}

.blog-section .blog-list-item .post-content {
	background-color: #fff;
	border-radius: 20px;
}

.blog-img img {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.blog-section .post-content {
	margin: 0px 20px;
}

.blog-title {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	transition: .5s;
}

.blog-title a {
	color: rgba(55, 55, 55, 1);
	line-height: 35px;
}

.blog-section .slick-list.draggable {
	padding-right: 15%;
	margin-right: -15%;
}

.fullimage-column img {
	display: block;
	margin: auto;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.fullimage-column {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.avvo-img img {
	background-color: rgba(0, 96, 168, 1);
	width: 60px;
	height: 60px;
	padding: 17px;
	border-radius: 50px;
}

.tesimonial-flex-area {
	display: flex;
	gap: 10px;
	align-items: center;
}

.testimonial-home-title-area {
	line-height: normal;
}

.fullimg-section {
	background-color: rgba(0, 96, 168, .1);
}

.testimonial-title-rating-flex-area {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
}

.testimonial-wraper {
	padding: 0px 60px;
}

.testimonial-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 13px;
	height: 13px;
	padding: 6px;
	cursor: pointer;
	color: #f00;
	border-radius: 50px;
	outline: none;
	background: rgba(55, 55, 55, .2);
	border: none;
}

.testimonial-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #f00 !important;
	background: rgba(55, 55, 55, 1);
	width: 14px;
	height: 14px;
	border-radius: 50px;
}

.testimonial-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.testimonial-slider .slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	left: -200px;
}

.testimonial-slider .slick-prev {
	left: 83%;
	margin-top: 30px;
}

.testimonial-slider .slick-next {
	right: -5px;
	transform: rotate(180deg) !important;
	margin-top: 0px;
	border: 1px solid black;
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

.testimonial-slider .slick-prev.slick-arrow {
	border: 1px solid black;
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

.testimonial-slider .slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 100%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.testimonial-slider .slick-prev.slick-arrow:hover {
	background-color: rgba(0, 96, 168, 1);
	transition: .5s;
	border: 1px solid #0060a8;
}

.testimonial-slider .slick-prev.slick-arrow:hover svg path {
	fill: white;
}

.testimonial-slider .slick-next.slick-arrow:hover {
	background-color: rgba(0, 96, 168, 1);
	transition: .5s;
	border: 1px solid #0060a8;
}

.testimonial-slider .slick-next.slick-arrow:hover svg path {
	fill: white;
}

.play-btn {
	position: absolute;
	margin-left: 30px;
	bottom: 105px;
	transition: .5s;
}

.play-btn:hover {
	transform: scale(1.1);
	transition: .5s;
}

.reach-home-section {
	background-image: url("https://cdn-ildomjn.nitrocdn.com/vDyjRMoyEFWZlbelwcrwpRylgjgYLshk/assets/images/optimized/rev-3047c58/www.thefloridafirm.com/wp-content/uploads/2025/04/Group-84-1.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.reach-home-section.nitro-lazy {
	background-image: none !important;
}

.reach-social-icon li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px !important;
	width: 40px !important;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all ease-out .6s;
}

.reach-social-icon svg {
	width: 20px !important;
	height: 20px !important;
}

.reach-social-icon .footer-social {
	display: flex;
	list-style: none;
	margin-top: -8px;
	padding-left: 0;
	gap: 15px;
}

.reach-social {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.reach-social-icon li {
	list-style: none;
}

.reach-btn-arrow svg {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	transform: rotateZ(-45deg);
	transition: .5s;
	margin-bottom: -4px;
}

.reach-btn-arrow:hover svg {
	transform: rotateZ(0deg);
}

.footer-top-content {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 24px;
}

.footer-frm {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-frm .form-control {
	border: none;
	border: 1px solid rgba(255, 255, 255, 1);
	background-color: transparent;
	border-radius: 50px;
	padding: 15px 25px;
	color: #fff !important;
}

.row.top-content {
	padding: 0px 0 55px 0;
}

.reach-home-section .social-repeat-column .reach-social-icon {
	display: none;
}

.reach-home-section .social-repeat-column:last-child .reach-social-icon {
	display: block;
}

.reach-title {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 24px;
}

.reach-Custom-boxes {
	padding: 0px 40px 30px;
	border: 1px solid #fff;
	height: 100%;
}

.reach-icon {
	margin-top: -30px;
}

.social-repeat-column {
	padding-top: 40px;
}

ul.header-social {
	display: flex;
	gap: 10px;
}

ul.header-social li {
	list-style: none;
}

.head-social {
	text-align: end;
	display: flex;
	gap: 15px;
	justify-content: end;
}

ul.header-social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all ease-out .6s;
}

ul.header-social svg {
	width: 15px;
	height: 15px;
}

ul.header-social {
	gap: 10px;
}

.footer-frm .wpcf7-form-control::placeholder {
	color: white;
}

.our-slider-section {
	overflow: hidden;
}

.form-section-content {
	margin-bottom: 20px;
}

.form-section-inner-column {
	padding-right: 40px;
}

.arrows-blog {
	text-align: right;
	position: absolute;
	bottom: -170px;
	left: 90px;
}

.arrows-blog .next-blog {
	transform: rotate(180deg);
	top: -10px;
}

.arrows-blog .prev-blog {
	border: 1px solid black;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	left: -75px;
	transition: .5s;
}

.arrows-blog .next-blog {
	border: 1px solid black;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	top: -30px;
	left: 0;
	transition: .5s;
}

.arrows-blog .prev-blog:hover {
	background-color: rgba(0, 96, 168, 1);
	transition: .5s;
	border: 1px solid #0060a8;
}

.arrows-blog .next-blog:hover {
	background-color: rgba(0, 96, 168, 1);
	transition: .5s;
	border: 1px solid #0060a8;
}

.arrows-blog .prev-blog:hover svg path {
	fill: white;
}

.arrows-blog .next-blog:hover svg path {
	fill: white;
}

.reach-social-icon li a:hover {
	background-color: #373737;
	border: 1px solid #373737;
}

.reach-social-icon li a:hover svg path {
	fill: #0060a8;
}

.blog-btn-arrow {
	gap: 10px;
	transition: .5s;
}

.blog-btn-arrow:hover .icon-arrow {
	transform: rotate(45deg);
	transition: .5s;
}

.blog-inner-column {
	padding: 30px 20px;
	height: 320px;
}

ul.footer-social li a:hover {
	background-color: #0060a8;
	border: 1px solid #0060a8;
}

ul.footer-social li a:hover svg path {
	fill: #0060a8;
}

.footer-content p {
	font-size: 13px;
	line-height: 25px;
}

.footer-heading {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 20px;
}

.pre-footer-nav li {
	line-height: 25px;
}

.footer-heading {
	margin-bottom: 10px;
}

.mobile-blog-btn {
	display: flex;
	gap: 8px;
}

.testimonial-heading-desktop {
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	padding-bottom: 30px;
}

.home-btn {
	display: flex;
	align-items: center;
}

.footer-top-iner-area:after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	border-bottom: 1px solid #43484f;
	width: 85%;
}

.footer-top-content {
	padding-right: 65%;
}

.footer-frm .btn:hover {
	border: 1px solid white;
	color: white;
}

.footer-frm .btn:hover svg path {
	fill: white;
}

.reach-home-content a {
	color: white;
	font-weight: 700;
}

.reach-home-content p {
	color: rgba(255, 255, 255, .7);
}

.reach-Custom-boxes a {
	text-decoration: none;
}

.practice-home-content {
	color: rgba(255, 255, 255, .7);
}

.gt_container--559i71 .gt_switcher .gt_selected a {
	border: 1px solid #fff;
	color: #666;
	padding: 3px 5px;
	width: 90px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.gt_selected svg {
	width: 24px;
	height: 24px;
	align-items: center;
	margin-bottom: -6px;
}

.gt_selected a {
	line-height: normal;
}

.gt_container--uz83lj .gt_switcher .gt_selected a:after {
	height: 19px;
}

.gt_container-biswq7 .gt_switcher a img {
	width: 19px !important;
	height: 15px !important;
	vertical-align: middle;
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
	opacity: .8;
}

.our-team .box-col {
	margin: 40px;
}

.blog-inner-column:hover .blog-title a {
	color: #0060a8;
	transition: .5s;
}

.blog-btn-arrow {
	color: rgba(0, 96, 168, 1);
	font-weight: 600;
}

.desktop-contact-info {
	display: none;
}

.mobile-phonenumber svg path {
	fill: white;
}

.gt_container-og6fum .gt_switcher .gt_selected {
	background: unset;
	position: relative;
	z-index: 9999;
}

.gt_container--p3hsr .gt_switcher .gt_selected a {
	border: 1px solid #fff;
	color: #666;
	padding: 4px 5px 0;
	width: 161px;
	line-height: normal;
}

.gt_container--jdhwem .gt_switcher .gt_selected a {
	line-height: 14px !important;
}

body.single-attorneys #sidebar {
	top: 140px;
}

/*.phone-count-time {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 10px 0;
}
.location-call {
    margin-bottom: 10px;
}
.direction {
    margin: 10px 0!important;
}*/
.quick-links.footer-practice-menu ul {
	column-count: 2;
	column-gap: 20px;
}

.copyright-menu ul {
	display: flex;
	margin: 0;
	list-style: none;
}

.copyright-menu ul li a {
	color: rgba(255, 255, 255, .7);
	margin: 0;
	font-weight: 400;
}

.copyright-menu ul li {
	margin: 0 !important;
	position: relative;
}

.copyright-menu ul li::before {
	content: "/";
	margin: 6px;
	color: rgba(255, 255, 255, .7);
	font-size: 22px;
	position: relative;
	top: 2px;
}

.copyright-menu ul li:first-child::before {
	display: none;
}

.copyright-menu {
	margin-left: 20px;
}

.copyright-menu ul li a:hover {
	color: rgba(255, 255, 255, 1);
}

.copyright-text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer-address-wraper h5 {
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
}

.nap-address-list {
	margin-bottom: 20px;
}

.nap-address-list:last-child {
	margin-bottom: 0px;
}

.nap-address-list a {
	color: #fff;
	text-decoration: none !important;
}

.nap-address-location {
	padding-left: 30px;
	position: relative;
	line-height: 30px;
}

.footer-phone {
	padding-left: 30px;
	position: relative;
	margin-top: 15px;
	line-height: 30px;
}

.nap-address-location::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url("https://cdn-ildomjn.nitrocdn.com/vDyjRMoyEFWZlbelwcrwpRylgjgYLshk/assets/images/optimized/rev-3047c58/www.thefloridafirm.com/wp-content/uploads/2025/05/location.png");
	background-size: 25px;
	left: 0;
	top: 10px;
}

.footer-phone::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url("https://cdn-ildomjn.nitrocdn.com/vDyjRMoyEFWZlbelwcrwpRylgjgYLshk/assets/images/optimized/rev-3047c58/www.thefloridafirm.com/wp-content/uploads/2025/05/telephone.png");
	background-size: 20px;
	left: 0;
	top: 8px;
}

a.direction-link {
	border-bottom: 1px solid #fff;
	text-decoration: none !important;
}

.nap-address-list a:hover {
	color: #32bfff;
}

a.direction-link:hover {
	border-color: #32bfff;
}

div#content p iframe {
	height: 500px;
}

.sidebar-menu-widget {
	box-shadow: 0 0 10px #8b8686;
	padding: 30px 20px;
}

.sidebar-menu-title {
	font-size: 32px;
	font-weight: 700;
	color: #0060a8;
	margin-bottom: 15px;
}

.widget-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-content ul li a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

.widget-content ul li.current-menu-item a, .widget-content ul li.activeChild a, .widget-content ul li a:hover {
	color: #0060a8;
}

.widget-content ul li {
	padding-left: 25px;
	position: relative;
}

.widget-content ul li::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #0060a8;
	border-radius: 50%;
	left: 0;
	top: 10px;
}

.attorney-practice-link {
	padding: 15px 20px;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 700;
	color: #000;
	min-width: 180px;
	text-align: center;
}

.attorney-practice-wraper {
	display: flex;
	flex-wrap: wrap;
}

.attorney-practice-list {
	margin-right: 15px;
	margin-bottom: 15px;
}

.attorney-practice-list:last-child {
	margin-right: 0px;
}

a.attorney-practice-link:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.home-practice-content {
	display: none;
}

.home-practice-content.pr-active {
	display: block;
}

select.gt_selector.notranslate {
	background-color: #005b9e;
	color: white;
	padding: 5px 5px;
	font-size: 16px;
	border: 1px solid #005b9e;
	border-radius: 7px;
}

.gt_selector.notranslate option {
	background-color: white;
	color: black;
}

ul.faqs-list li {
	margin-right: 15px;
	margin-bottom: 15px;
}

ul.faqs-list li a {
	padding: 14px 18px;
	border: 1px solid #0060a8;
	display: inline-block;
	color: #0060a8;
	border-radius: 30px;
}

ul.faqs-list li a:hover {
	background: #0060a8;
	color: #fff;
	text-decoration: none;
}

ul.faqs-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.page-parent iframe {
	height: 600px;
}

.our-team .slick-next.slick-arrow {
	top: 50%;
	transform: rotate(180deg);
}

.our-team .slick-arrow {
	border: 1px solid black;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	transition: .5s;
}

.our-team .slick-prev.slick-arrow {
	left: -60px;
}

.our-team .slick-next.slick-arrow {
	right: -60px;
}

.wp-element-caption {
	margin-top: .5rem;
}

.awards-outer .icon-boxes img {
	width: 100%;
	max-width: 140px;
}

.awards-outer .icon-boxes {
	padding: 10px;
}

#award-slider .slick-track {
	display: flex;
	align-items: center;
}

.gform_ajax_spinner, .gform-loader {
	background: url("https://cdn-ildomjn.nitrocdn.com/vDyjRMoyEFWZlbelwcrwpRylgjgYLshk/assets/images/optimized/rev-3047c58/www.thefloridafirm.com/wp-content/plugins/gravityforms/images/spinner.svg") no-repeat center;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.gform_ajax_spinner.nitro-lazy, .gform-loader.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 991px) {
	.pr-content-inner ul {
		column-count: 1;
	}
}

.top-bar a.head-calling {
	font-size: 18px;
}
