.fbox-container, .newhome .stage2 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:60px 20px;
	position:relative;
}

.fbox-container{
	margin-bottom:60px;
}

.fbox-container .left {
	width:42%;
	margin-left:6%;
	position:relative;
}

.fbox-container .image{
	background: url(/wp-content/uploads/2021/07/fortlauderdale-aerial.jpg);
	height:500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fbox-container .text {
	padding:20px;
	font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: white;
	background: #09193a;
	width:100%;
	position:absolute;
	bottom:-100px;
	left:-50px;
}

.fbox-container .text h1 {
	font-size:2rem;
	color:white!important;
	  font-family: "Poppins",sans-serif!important;
	letter-spacing:2px;
}

.fbox-container .right {
	width:42%;
	margin-right:6%;
	height:100%;
}


.specialty-services-container {
	padding:20px 50px;
	text-align:center;
}

.specialty-services-container h2 {
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif!important;
	font-weight:900;
	letter-spacing:2px;
	font-size:4rem!important;
	margin-bottom:30px;
	color:#09193a!important;
}


.specialty-services-list ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-content:center;
	padding:0;
}

.specialty-services-list li {
	list-style:none;
	padding:10px;
	width:30%;
}

.specialty-services-list a {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    text-align: center;
    background-color: #f0ece5;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	padding:0px;
	font-weight:300;
	font-family: 'Poppins', sans-serif!important;
	transition: all 500ms ease;
	position:relative;
	height:100%;

}

.specialty-services-list a:hover {
background-color: #fff;
    box-shadow: none;
}

.specialty-services-list a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 6px solid #fff;
    transition: .9s;
}

.specialty-services-list a:hover:before {
    border: 4px dashed #b3222c;
}

.specialty-services-list .image {
	width:100%;
	position:relative;
	padding-top:30px;
}

.specialty-services-list .image img {
	height:70px;
	width:auto;
}

.specialty-services-list .text {
	padding:30px 40px;
	width:100%;
	min-height:120px;
	font-size:18px;
	font-weight:700;
	color:#2a2a2a;
	text-align:center;
	align-content:center;
}

/*Standard Services*/
.standard-services {
	/**primary color***/
	background:#0d2554;
	color:white;
	margin-bottom:60px;
}

.standard-services .content {
	text-align:center;
		border-top:15px solid #b3222c;

		padding:50px 50px 0px 50px;
	

}

.standard-services .content h1, .standard-services .content h2, .standard-services .content h3 {
		font-family: "Poppins",sans-serif!important;
	font-size:2.5rem;
	color:white!important;
}

.standard-services .boxes {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:50px;
}

.standard-services .s-box {
	width:48%;
	position:relative;
	display:flex;
	text-align:left;
	justify-content:space-between;
	align-content:center;
	align-items:center;
	padding:30px;
	border:1px solid #ffffff36;
	margin-bottom:30px;
	/***semi-transparent white***/
	background:#ffffff0f;
	background: linear-gradient(144deg, #ffffff08 0%, #ffffff0f 100%);
	transition: all 500ms ease;
}

.standard-services .s-box:hover {
	background:#00000063;
	border-color:#e01725;
}

.standard-services .s-box:hover h2 {
	color:#e01725!important;
}

.standard-services .s-box:hover .icon i {
	color:white!important;
	mix-blend-mode:normal!important;
}

.standard-services .s-box:hover p {
	color:white;
}

.standard-services .s-box a {
	position:absolute;
	top:0;
	left:0;
	background:transparent!important;
	width:100%;
	height:100%;
}

.standard-services .s-box .info {
	padding-left:30px;
}

.standard-services .s-box p {
	color:#ffffffcc;
	font-size:.9rem;
}

.standard-services .s-box h2 {
			font-family: "Poppins",sans-serif!important;
	color:#ff4652!important;
	font-weight:900;
	letter-spacing:1px;
	text-transform:none;
	font-size:1.25rem;

}

.standard-services .s-box .icon i {
	color:white;
	mix-blend-mode:overlay;
}

.standard-services .featuredimage {
	height:300px;
	background:url(/wp-content/uploads/2021/06/miami-2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
/*END Standard Services*/

@media screen and (max-width:1199px){
	.fbox-container{
		margin-bottom:0;
	}
	#content .fbox-container .text h1{
		font-size:1.5rem!important;
	}
	.fbox-container .text{
		position:static;
	}
	.fbox-container .image{
		height:350px;
	}
	.fbox-container .left{
		width:100%;
		margin-left:0;
	}
	.fbox-container .right{
		width:100%;
		margin-right:0;
	}
	
	.fifty-container .content, .fifty-container .image{
		width:100%;
		min-height:400px;
	}
	
	.specialty-services-list li {
		width:45%;
	}
	.specialty-services-list li:last-child {
		flex-grow:1;
	}
	.standard-services .s-box {
		width:100%;
	}
}

@media screen and (max-width:599px){
	.specialty-services-list li {
		width:100%;
	}
}
/******Blog Layout****/
@media screen and (max-width:999px) {
		.article-layout .blog-cat-img {
	width:100%;
	height:200px;
	}
	
	.article-layout .article-details {
	width:100%;
		padding-top:20px;
	}
}

@media screen and (min-width:1000px) {
	
	.article-layout .blog-cat-img {
	width:40%;
	height:200px;
	}
	
	.article-layout .article-details {
	width:60%;
	padding-left:40px;
	padding-right:20px;
	}
}

.article-layout {
	display:flex;
	flex-wrap:wrap;
	padding-top:20px;
	padding-bottom:40px;
}

.article-layout .blog-cat-img {
	position:relative;
	overflow:hidden;
	border-radius:5px;
}

.article-layout .blog-cat-img img {
	position:absolute;
	height:100%;
	width:100%;
	object-fit: cover;
}

.article-layout .blog-cat-img .category {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	padding:5px;
}

#content .article-layout .blog-cat-img .category a {
	font-size:.75rem;
	font-weight:600;
	color:white!important;
	display:block;
	background:#ff6200;
	padding:5px 8px;
	border-radius:5px;
}


#content .article-layout .blog-cat-img .category a:hover {
	text-decoration:none;
	background:#f15c00;
}


.article-layout .article-details h2 {
	font-size:1.5rem;
	font-weight:800;
	margin-bottom:5px;
	margin-top:0px;
	padding:0px;
}

.article-details .entry-meta {
	font-size:.7rem;
	font-weight:500;
	margin-bottom:4px;
	color:#aaaaaa;
}

.article-details .entry-content {
	font-size:.9rem;
}

.article-details .entry-content p {
	padding-bottom:0px;
	margin-bottom:5px;
}

.article-details .entry-content .btn {
	background:transparent;
	border:none;
	padding:0px;
	font-size:.9rem;
	text-transform:uppercase;
	font-weight:400;
}

.readmorepls {
	text-transform:uppercase;
	font-size:.9rem;
	padding-top:10px;
	display:block;
}

@media screen and (min-width:1200px) {
	.blog-posts {
	width:75%;
	padding-right:20px;
	}

	.post-content {
	width:75%;
	padding-right:40px;
	}


	.blog-sidebar {
	width:25%;
	padding:8px;
	}
}

@media screen and (max-width:1199px) {
	.blog-posts {
	width:100%;
	}

	.post-content {
	width:100%;
	}


	.blog-sidebar {
	width:100%;
	padding:8px;
	}
}

.blog-sidebar .cat-container {
	margin-bottom:60px;
}


.blog-sidebar .cat-container ul {
	list-style:none;
	padding:0px;
	text-align:center;
}

.blog-sidebar .cat-container .cat-item {
	margin-bottom:10px;
	border-radius:5px;
	color:white;
	background-color:black;
	font-weight:700;
	padding:45px 15px;
	font-family: 'Roboto', sans-serif;
	/***Use same font as headings if possible***/
  text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
	font-size:.85rem;

}


#content .blog-sidebar .cat-container .cat-item a {
	color:white!important;
	text-transform:uppercase;
	letter-spacing:1px;

}

.blog-sidebar .cat-container .cat-item a:hover {
	text-decoration:none;
}

.blog-sidebar .cat-container li.categories {
	font-weight:600;
	text-transform:uppercase;
		font-family: 'Roboto', sans-serif;
	/***Use same font as headings if possible***/
	letter-spacing:1px;
}

.blog-sidebar .cat-container li.categories ul {
	margin-top:10px;
	padding-top:15px;
	border-top:1px solid #d5d5d5;
}

.blog-sidebar .cat-item-7 {
	background:linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.40) 100%),url(/wp-content/uploads/2021/08/HR.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

.blog-sidebar .cat-item-6 {
	background:linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.40) 100%),url(/wp-content/uploads/2021/08/accounting.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

#content .blog-cta a {
font-family: "Roboto",sans-serif;
    font-size: 18px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #ff6200;
    border-width: 1px;
    border-color: #ff6200;
    border-style: solid;
    color: #ffffff!important;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 10px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
	margin-bottom:40px;
    box-shadow: none;
    vertical-align: middle;
	width:100%;
	display:block;
}

#content .blog-cta a:hover {
	text-decoration:none;
	background-color:#f15c00;
}


.hero-featured {
	height:400px;
	overflow:hidden;
	position:relative;
}

.hero-featured img {
	height:100%;
	object-fit: cover;		
}

h1.blog-title {
	font-size:4rem;
	font-weight:800;
	margin-bottom:40px;
	margin-top:20px;
}

.wowablog .entry-meta {
	font-size:.85rem;
}

.recent-blog {
	background:#14212b;
	/**Use Heading color if possible**/
    padding: 35px 50px;
    margin: 0 0 60px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
	border-color: #ededed;
}

.recent-blog h3 {
	font-size:1rem;
	font-weight:800;
	margin-bottom:20px;
	color:white!important;
}

#content .recent-blog a{
	font-weight:700;
	font-size:.85rem!important;
	line-height:.0rem!important;
}

.recent-blog .blog-recent-date {
	color:white;
	font-size:.75rem;
}

.blog-recent-img {
	margin-bottom:10px;
}
.blog-recent-title {
	line-height:1rem;
	margin-bottom:5px;
}

#social-sharing-container {
	font-size:2.5rem;
	display:flex;
	justify-content:space-evenly;
	margin-bottom:30px;
}

#content a.social-sharing-icon-facebook {
color:#4267B2!important;
}

#content a.social-sharing-icon-twitter {
color:#1DA1F2!important;
}

#content a.social-sharing-icon-pinterest {
color:#E60023!important;
}

#content a.social-sharing-icon-linkedin {
color:#2867B2!important;
}

#content a.social-sharing-icon-email {
color:#b9b9b9!important;
}

.post-navigation {
	display:none;
}

.blog-breadcrumbs {
	padding:5px;
	background:#14212b;
	color:gray;
}

.blog-breadcrumbs .container {
	padding:0px;
}

.blog-breadcrumbs a {
	color:#ff6200;
	font-weight:700;
	font-size:.9rem;
}

@media screen and (max-width:1199px) {
	
	.post-content, .blog-posts {
		padding:20px;
	}
	
	
	h1.blog-title {
	font-size:2rem;
	}
}
.local-long-services .preamble h2 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 900;
    letter-spacing: 2px;
    font-size:3.5em!important;
    margin-bottom: 30px;
    color: #09193a!important;

}

.local-long-services .preamble {
	text-align:center;
	margin-bottom:30px;
	
}

.local-long-services li{
	list-style:none;
	display:flex;
	background:#eceff1;
	padding:20px;
	margin-bottom:30px;
	border-radius:8px;
	align-content:center;
	align-items:center;
	border:1px solid #cfd8dc;
	color:#74787a;
	
}
.local-long-services .icon {
	padding-right:30px;
}


.local-long-services .icon i {
	font-size:4rem;
	color:#b0bec5;
}

.local-long-services .bullets h2 {
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
	font-size:1.5rem;
	font-weight:900;
	text-transform:uppercase;
	color:#0d2554!important;
	font-family:"Poppins",sans-serif!important
}


.local-long-services ul {
	padding:0px;
	padding-inline-start:0px;
}


.long-map {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-content: center;
  align-items: center;
	background:#0d2554;
	border-radius:15px;
	margin-bottom:60px;
	color:#ffffffde;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.long-map .overlay {
	position:absolute;
	width:100%;
	height:100%;
	background:url(/wp-content/uploads/2021/08/map-overlay.png);
	z-index:1;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	mix-blend-mode:overlay;
	opacity:.2;
}

.long-map .map {
	width:55%;
	z-index:2;
}

.long-map .text {
	width:45%;
padding:25px 30px;
	font-size:1rem;
	z-index:2;
}


.long-map h1, .long-map h2 {
		font-family:"Poppins",sans-serif!important;
	font-size:3rem;
	font-weight:900;
	color:white!important;

}

.location-info {
	background:#00000073;
	width:100%;
	padding:15px;
	text-align:center;
	font-weight:500;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
		z-index:2;
}

.bullets {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	
}


.bullets .left {
	width:60%;
}

.bullets .right {
	width:30%;
	padding-bottom:30px;
}

.bullets .image {
	background:url(/wp-content/uploads/2021/08/winding-road.jpg);
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.bullets .image.image {
	background-image:url(/wp-content/uploads/2021/08/flaud-bead.jpg);
}