/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*//*Custom CSS*/

#content {
	min-height: 350px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
   
}


h1, h2, h3, h4, h5, h6, .bttn-purple, .nav-bar ul li, .billboard .slide-header {
	font-family: 'Bebas Neue', cursive;
	text-transform: uppercase;
	font-weight: 400;
}


.fa-check-double:before {
    content: "\f560";
    color: #18405a;
}


/* Body Styles */

body {
	font-family: 'Raleway', sans-serif;
	color: #131313;
	font-size: 18.5px;
	background: #fff;
}


/* rounded edges */

.curve {
	border-radius: 8em;
}


/* bacground w/ equal height*/

div.back.box {
	padding: 0;
	height: 100%;
}

.shdw {
	box-shadow: 0 8px 6px -6px #808080;
}
 

/*breakots */

div.breakout.sub {
   background: #011d54;

margin-bottom: -3em!important;}

div.breakout.service {
	background: #56aaff; } 

ul.fancylist.side li {
	text-indent: 0px;
}

.sub-menu-icon .fa-plus:before {
	color: #f9f9f9;
}
 

.parallax {
	background-attachment: fixed !important;
	background-position: center !important;
}

#gallery-6 .gallery-item {
	width: 24% !important;
}



body,
header,
#container {
	line-height: 1.65em;
}

#container {
	/* background: #e5eded; */
	background: #fff;
	padding-bottom: 2.5em;
	padding-top: 0em;
}

body.home #container {
	padding-top: 0;
}


/*header*/



#wpadminbar, #mobile-menu-container .menu-bar, #mobile-menu-container, .hamburger  {
	background: #002060;
font-weight: bold;}

form {
    font-size: 0.95em;
    padding: 1em 1.5em;
    background: #fed104;
}


.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
	    color: #000000;
}

.home .large-wrapper {
	padding: 0 1em;
}

#header .header-b {
	border: none;

}


/* Header */

#header {
    background: #002060;
    box-shadow: 2px 2px 9px #1f1e1e26;
}

.passed-header .sticky-background {
    background: #000;
}



/* interior page styles */

 
/*Logo*/

.logo img {
	max-height: 150px;
	width: auto;
}

a.hidden-logo {
	display: none;

} 

.logo p {
margin-bottom: .5em;

    color: #473d32;
    font-size: 27px;
}

.logo span {
	font-size: 1.5em;
	color: #0A184C;
	display: block;
	line-height: 1.0em;
}

.passed-header a.hidden-logo {
	display: block;
	padding-top: 0;
	margin-top: 0px;
}

.hidden-logo p {
	margin: 0;
}

span.call-today {
	display: none;
}

.fa-phone:before {
	content: "\f095";
	color: #00971a;
}

.fa-comment-alt-check:before {
	content: "\f4a2";
	color: #ffff56;
}

a.phone-number {
    display: block;
    background: rgb(255 255 255);
    color: rgb(0 0 0) !important;
    margin: 0px 0px 5px;
    font-weight: 500;
    font-size: 1.35em;
    padding: .8rem 1.0rem;
    text-align: right;
    font-family: 'Bebas Neue', cursive;
    border-radius: .25em;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
}

.header-a .phone a {
	padding: 10px 10px;
}

a.phone-number i {
	margin-right: 5px;
	color: #ffb800;
}


/*nav*/

.nav-bar ul {
	padding: 0 0 .0em;
	margin-top: 0;
	line-height: 1.2em;
}

.passed-header .nav-bar {
	text-align: center;
}

.passed-header .stuck .nav-wrap {
	text-align: center;
    background: #002060;
}

.nav-bar ul li {
	margin: 0 .4em;
	text-align: left;
}

.nav-bar ul a {
    border: 2px solid transparent;
    margin: 0px 0.5em;
    color: #ffffff;
    font-size: 1em;
    letter-spacing: 0.01em;
    font-weight: 400;
    padding: 0.6em 0em !important;
    text-transform: uppercase;
}

.nav-bar .sub-menu a:hover,
.nav-bar .sub-menu li.current-menu-item a {
	background: rgba(0, 0, 0, .2);
	/* text-shadow: 0 0 3px #fff; */
}

.nav-bar .sub-menu a {
	padding: .5em .7em !important;
	display: block;
	margin: 0;
	/* font-size: .90em; */
	line-height: 1.2em;
}

.nav-bar ul>li.current-menu-item>a,
.nav-bar ul li.current_page_parent>a,
.nav-bar ul li.current-menu-ancestor>a,
.nav-bar ul>li:hover>a {
	 color: #ffffff;
	border-radius: 0;
	-webkit-border-radius: 4px;
}

.header-b .nav-bar .menu-item-has-children a:after {
	padding-left: 0;
}

.header-c .phone-and-hidden-logo {

    display: flex;
    justify-content: flex-end;
  
}

.header-c .nav-wrap {
        background: #18405a;
    text-align: center;
}

.nav-bar ul a:active {
	/* padding: .5em !important; */
}


/* slider bar */

ul.menu>li.current-page-ancestor>a:before,
ul.menu>li.current_page_parent>a:before,
ul.menu>li.current-menu-parent>a:before,
ul.menu>li.current-menu-item>a:before,
ul.menu>li>a:before {
	content: '';
	position: absolute;
	background: #02C524;
	z-index: -1;
	right: 50%;
	bottom: 2px;
	left: 50%;
	height: 3px;
	top: auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}

ul.menu li.current-page-ancestor>a:before,
ul.menu li.current_page_parent>a:before,
ul.menu li.current-menu-parent>a:before,
ul.menu li.current-menu-item>a:before,
ul.menu>li>a:hover:before,
ul.menu>li:hover>a:before {
	right: 0;
	left: 0;
	opacity: 1;
}

.header-visible .menu-wrap.stick-me {
	position: relative !important;
}


/*headings*/

.large-wrapper {
	padding: 0em 2em;
}

h1 {
	margin: .95em 0 .25em;
	font-size: 2.0em;
}

body.home h1 {
	display: inline-block;
}

body.home h1:after {
	/*content: '';
  height: 3px;
  width: 100%;
  margin: .5em auto 0;
  background: #fff;
  display: block;*/
}

h2 {
    font-size: 1.75em;
}

h2+p {
	margin-top: .75em;
}

h3 {
	font-size: 1.3em;
}

h1,
h2,
h3 {
color: #002060;
    font-weight: 400;
   
 


}

.breakout h1 { 	text-shadow: 1px 2px 2px #0a0a0a38; }
/* Feedback page */

body.page-feedback h1 {
	border: 3px solid #8a8a8c !important;
	color: #002060;
	background-color: #ffffff;

}

.fa-thumbs-down:before {
	content: "\f165";
	   color: #008b18;
}

.fa-thumbs-up:before {
	content: "\f165";
	    color: #008b18;
}

.fa-question-circle:before {
	content: "\f059";
	    color: #efc604;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
}

h1 span,
h2 span,
h3 span {

    line-height: 1.2em;
    color: #efc604 !important;
}

.medium-wrapper {
	padding: 0em 0em;
}

.serv-row {
	margin-top: 2em;
}

.today {
	font-weight: 600;
	color: #00971a;
}

.serv-row h2 {
	text-transform: uppercase;
	display: inline-block;
}

.serv-row h2:after {
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background: #f04807;
	margin: .25em auto 0;
}

.serv-row .wrap {
	padding: 1em;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 5px #cacaca;
	height: 100%;
	text-align: center;
}

.serv-row>div {
	margin-bottom: 1.5em;
}

.billboard.swiper-container {
	margin-bottom: 2em;
	margin-top: 0;
}


/*billboard*/

.billboard .swiper-slide {
	/* height: 65vh; */
	justify-content: flex-end;
	align-items: flex-end;
}

body:not(.home) .billboard .swiper-slide {
	height: 40vh;
}

body:not(.home) .billboard .slider-content {
	/* background: #ffffff6b; */
	background: linear-gradient(0deg, rgb(23, 36, 45) 0%, rgba(255, 255, 255, 0) 100%);
}


/*.billboard .swiper-slide:after {
  width: auto;
  height: auto;
  background: transparent;
}
.billboard.swiper-container {
    margin-top: 0;
}
.billboard .swiper-slide {
    height: auto;
  max-height: 600px;
  overflow: hidden;
}*/

.breakout.billboard {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	margin-top: -2em;
height: 68vh;}

h3.sub-header {
	color: #2e68bc;
	font-family: raleway;
	text-transform: capitalize;
	font-size: 19px;
	font-weight: 600;
	margin-top: -9px;
}

div.breakout.bottom.hp {
	margin-bottom: -4em;
}

div.breakout.bottom {
	margin-bottom: -4em;
	background: #d6d6d6;
}


div.breakout.contact { 
	background-image: linear-gradient(to left bottom, rgb(255 255 255), rgb(255 255 255 / 79%)), url(/wp-content/uploads/bee-swarm.jpg); }

body.home .breakout.bottom {}

body.home .breakout.first-b {}

body.home .first-b .swiper-wrapper {
	height: auto !important;
}

.breakout.billboard+.row {
	margin-top: 0;
}

body:not(.home) .breakout.billboard,
.breakout.map {
	margin-top: -3em;
}

.background-overlay {}

.billboard .slider-content {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 3em 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
        background: #00000082;
  
    
}

.slider-content .row {
	width: 100%;
	max-width: 1200px;
}

.first-b img,
.first-b .img-border {}

.billboard .slide-sub-header,
.video-container .slide-sub-header {
	text-align: center;
	max-width: 1050px;
}

.slide-header span {
font-size: 1.5em;
    color: #fecc2e;
    text-shadow: rgb(27 26 26 / 44%) 0px 2px 1px;
    font-weight: 400;
    max-width: 1000px;
    text-transform: capitalize;
    font-family: 'Bebas Neue', cursive;

    display: block;

}

.billboard .slide-header {
    font-size: 2.2em;
    color: #ffffff;
        text-shadow: rgb(60 57 57) 0px 2px 1px;
    font-weight: 400;
    max-width: 100%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
}

.billboard .slider-content .slider-cta-button:hover {
	background: #002060;
	color: #fff;
	text-decoration: none !important;
}

.all-the-ctas {
	margin: .5em 0 .5em;
}

.billboard .slide-header.long-heading {
	font-size: 1.5em;
}

.slide-header h1,
h1.slide-header {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}

.swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination-bullet-active {
	background: #000;
}

.swiper-button-next {
	background: none;
}

.swiper-button-next:before {
	content: '\f054';
	font-size: 20px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.swiper-button-prev {
	background: none;
}

.swiper-button-prev:before {
	content: '\f053';
	font-size: 20px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.billboard .right-cta .slider-content {
	align-items: flex-end;
}

.billboard .right-cta:after {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(260deg, rgba(2, 156, 206, .9) 0%, rgba(87, 88, 90, 0) 80%);
	background: -webkit-linear-gradient(260deg, rgba(2, 156, 206, .9) 0%, rgba(87, 88, 90, 0) 80%);
	background: linear-gradient(260deg, rgba(2, 156, 206, .9) 0%, rgba(87, 88, 90, 0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#57585a", GradientType=1);
}

.billboard .right-cta .slide-header {
	text-align: right;
}


/*images*/

#content img,
img,
.feedback-header img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.up-down a {
	color: #000000;
}

body.page-id-16 img.aligncenter {
	max-width: 100% !important;
	width: auto;
	height: auto;
}

.row {
	margin-top: 2em;
	margin-bottom: 0em;
}

.blog .medium-wrapper>.row {
	margin-top: 0;
	margin-bottom: 0;
}


/*home ctas*/

#content .home-ctas h3 a {
	color: inherit;
	display: block;
	border: none;
}

.home-ctas h3 {
	text-align: center;
	font-size: 1.7em;
	color: #0f1f2f;
	line-height: 1.2em;
	margin: 0;
	font-weight: normal;
	letter-spacing: .05em;
}



.home-ctas {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
}

.home-ctas>div {
	/* margin-bottom: 4em; */
}

.home-ctas img {
	margin-top: -6em;
	max-height: 100px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	padding: 6px;
	background: #ffffff;
	/* box-shadow: 0 0px 5px #555; */
	border: 5px solid #007ca5;
}

.home-ctas>div:last-child {}

.home-ctas .subject:hover {
	box-shadow: 0 0 10px #2d4858;
}

.home-ctas .subject {
	background: transparent;
}

.home-ctas .wrap {
	/* border: 0px solid #007ca5; */
	background: #ffffff;
	border: 5px solid #ffb800;
	box-shadow: 4px -4px #ffb800;
	color: #000;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 100%;
	padding: 2em 1.5em;
	font-weight: 400;
	line-height: 1.6em;
	
}

.home-ctas h5 {
	font-weight: bold;
}

.home-ctas i {
	font-size: 1.5em;
	color: #f04807;
}

.home-ctas p {
	margin-top: 0;
	margin-bottom: 0;
}

.home-ctas .btn {
	display: block !important;
	margin-top: -20px;
}


/*Modals*/

.modal-dialog {
	max-width: 1000px;
	width: 80%;
	margin-top: 170px;
}

.modal-header {
	display: block;
	padding: 1em 1.5em 0;
}

.modal-header h2 {
	margin-top: 0;
}

.modal-header .btn,
.modal-header button {
	min-width: 0;
	padding: 0;
}

.modal-body {
	padding: 1em 1.5em;
}

.modal-footer {
	padding: 1em 1.5em;
	margin-bottom: 1em;
}

.btn.tel-btn:after {
	content: '\f095';
}


/*slider buttons*/

.fa-check:before {
	content: "\f00c";
	color: #f9c00e;
}

h1.subtext,
h2.sub-text {
	color: #02C524!important;
}

h1.line-under {
	line-height: 1.5em;
	color: black;
	position: relative;
}

h2.line-under {
	line-height: 1.5em;
	color: black;
	font-size: 26px;
	position: relative;
}

h3.line-under {
	line-height: 1.5em;
	color: #2e68bc;
	position: relative;
}

h1.line-under:after,
h4.line-under:after,
h2.line-under:after,
h3.line-under:after {
	content: ' ';
	display: block;
	width: 45px;
	margin: .5em auto 0;
	border: 2px solid #02C524;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

div.backhp p {
	font-weight: 400 !important;
}

h4.line-under {
	line-height: 1.5em;
	color: #002060;
	font-size: 19px;
	position: relative;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.8rem;
}



#content .home-ctas a:hover {
	text-decoration: none;
}


/*breakouts*/

.col-md-4 .btn {
	width: 100%;
}

div.breakout.top {
    margin-top: -2em;
}

ul.fancylist li a {
	border-bottom: 1px dotted #a7a8a9f2;
}

h2.breed {
	background: #d2d2d2;
	padding: 10px;
}

.first-b {
	margin-top: 0 !important;
	overflow: hidden;
}

.breakout {
    color: inherit;
    margin-top: 3em;
    margin-bottom: 3em;
    left: 0 !important;
    background-color: #efece6;
}

.breakout+.small-wrapper {
	padding-top: .5em;
	padding-bottom: 1em;
}

.breakout+.breakout {
	margin-top: -3em;
}

.breakout .medium-wrapper,
.breakout .small-wrapper {
	padding: 2em 1em 3em;
}

.breakout .large-wrapper {
	padding: 2.5em 2em 3em;
}

.small-wrapper {
	padding: 0;
}

#content .small-wrapper h2 {
	margin-top: 1em;
}

#content .full-2-col h2 {
	margin-top: .5em;
}

.last-b {
	margin-bottom: -2em;
	font-size: 1.05em;
}


/*usefull classes*/

.light {
	background: #d0d0d0;
}

.dk {
	background: rgb(51, 51, 51);
	text-shadow: 0 0 2px #717171;
}

.dk p {
	text-shadow: 0 0 2px #717171;
	font-weight: 400;
}

.center,
.center * {
	text-align: center;
}

.dk.bg-img:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}

.breakout .large-wrapper {
	position: relative;
	z-index: 2;
}



.triangle-up:before {
	content: '';
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-top: 52px solid #ffffff;
	height: 0;
	width: 0;
	position: absolute;
	top: -21px;
	left: calc(50% - 38px);
	z-index: 6;
}

.triangle-up .large-wrapper:before {
	content: '';
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	top: -53px;
	left: calc(50% - 3%);
	z-index: 6;
}

.triangle-up.no-content .large-wrapper:before {
	top: -95px;
}


/*-- down */

.triangle-down {
	    border-top: 4px solid #473d32;
	padding-bottom: 0em;
}

.triangle-down .medium-wrapper {
	padding-bottom: 2em;
}

.triangle-down h2 {
	margin-top: 0;
}

.triangle-down:before {
	content: '';
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	
    border-top: 30px solid #c7c7c7;
	height: 0;
	width: 0;
	position: absolute;
	top: auto;
	bottom: -30px;
	left: calc(50% - 30px);
	z-index: 6;
}

.triangle-down.no-content .large-wrapper:before {
	top: -95px;
}

div .tray {
    border: 1px solid #eaeaea;
    padding: 2em;
    background: #101010;
}

hr {
	margin: 2em 0;
}

.neg-margin {
	margin: 0 -15px;
}

.neg-margin>div {
	padding: 0 15px;
}

.clear {
	clear: both;
}

.lg {
	font-size: 1.20em;
	line-height: 1.6em;
}

.cta-full {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
	padding: 2em;
	background: #e5eded;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #693451;
}


/*feedback*/

.up-down a i {
	font-size: 7em;
	/* margin: 0; */
	text-align: center;
	display: inline-block;
	width: 35% !important;
	max-width: 200px;
}


/*Sidebar / blog */

.blog #sidebar,
.woocommerce #sidebar,
.single-post #sidebar {
	background: transparent;
	line-height: 1.6em;
}

.widget-container {
	padding: 0em 0em 0em;
	background: #1d394b;
	color: inherit;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	/* border: 2px solid #ffffff; */
	margin-bottom: 1em;
	overflow: hidden;
	color: white;
	font-size: 17px;
	padding: 0em 0em 0em;
}

.widget-title {
	color: #fff;
}

#sidebar a {
	color: inherit;
}

#sidebar b a {
	line-height: 1.6em;
	display: block;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

#sidebar p+ul {
	margin-top: -10px;
}


/*Links*/

a {
	color: #2d2d2d;
}

.slider-cta-button {
	background: #02C524;
padding: .8em;color: white;}

.slider-cta-button:hover {
	background: #00480c;
padding: .8em;color: white;}

#content .dotted {
	line-height: 1.2em;
	/* display: inline-block; */
	border-bottom: 1px dotted;
	color: inherit;
}

.tel-inline {
    border-bottom: 1px dotted;
    font-weight: 800;
}

.tel-inline:before {
	margin-right: 5px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f095";
	font-size: .93em;
        color: #facf05;
}

.brands img {
	padding: 10px;
}


/*form*/



form label {
	/* color: white; */
}

form .row {
	margin-top: .5em;
	margin-bottom: 0;
}

form small {
	display: block;
	line-height: 1.2em;
	position: relative;
	margin-top: 0;
}

body.page-contact-us #content form {}

body.page-contact-us #content form h2 {
	/* color: #fff; */
	/* font-family: 'Happy MOnkey'; */
}

form label {
	display: block;
	margin: .5em 0 3px;
	font-weight: bold;
	line-height: 1.5em;
}

body.page-contact-us form textarea,
body.contact-us form input {
	/*border: none;
  font-weight: 400;*/
}

body.page-contact-us form input.submit {
	font-size: 1.05em;
	color: #fff;
}

input[type=checkbox],
input[type=radio] {
	display: inline-block;
	width: auto;
}



form textarea {
	height: 150px;
}

.wpcf7-form input[type=submit]:hover {
	background: #00480c;
	color: #fff;
}

input#biziq-is-human+label {
	display: inline-block;
}

.inverse ul.checked li:before,
.inverse ul.fancylist li:before {    color: #dff04d; font-weight: 500;}


/*reviews*/

.review-body {
	border: 0;
	/* line-height: 1.45em; */
	/* font-style: italic; */
}

#content .review-body {
	font-size: 1.1em;
	text-align: center;
}

#content .review-info span {
	display: block;
	width: auto;
	text-align: center;
	float: none;
	line-height: 1.4em;
}

.review-nav-container {
	width: 100%;
}

.review-container {
	margin-top: 45px;
	justify-content: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0em;
}

.rev-cont {
	padding: 0;
	position: relative;
	flex-grow: 1;
	flex-basis: 400px;
	align-items: center;
	justify-content: center;
	margin: 0 0.5em 3em;
}

.final-star {
	color: #f04807 !important;
	font-size: .9em;
}

.review-info {
	padding: 0 0 0 1em;
}

.admin-reply,
.author-name {
	font-style: normal;
	font-size: .9em;
}



.fa-star:before {
	content: "\f005";
	    color: #f9c00e;
}
#review-form .fa-star:before {
	color: #000 !important;
}

.review-container h3.review-title {
	display: none;
}

.review-nav-container li a {
	background: #fff;
}

#content .review-nav-container li {
	background: transparent;
}

#content .review-nav-container li a {
	min-width: 0;
	color: #000;
	padding: 5px;
}


/*Footer*/

.fa-map-marker:before {
	content: "\f041";
	color: #00971a;
}

#footer {
    margin-top: -20px;
    line-height: 1.65em;
    color: rgb(1 29 84);
    position: relative;
    font-size: 0.97em;
    padding-top: 1em;
    background: #EFECE6;
}

header .row {
    max-width: 1900px;
    margin: auto;
    padding: 0em 0em;

    
}

#footer {
	/* min-width:1150px; */
}

#footer .row {
	margin: 20px -15px;
}

#footer h2 {
	font-size: 1.6em;
	margin: .2em 0 .8em;
	color: #011d54;
}

#footer ul {
	padding-left: 25px;
}

#footer .textwidget p:first-of-type {
	margin-top: 0;
}

#footer a {
	color: inherit;
	text-decoration: none;
}

#footer .btn {background: #00971a;border: 2px solid #002060;font-size: 1.3em;display: block;margin: 0;color: #ffffff;font-family: 'Bebas Neue', cursive;font-weight: normal;}



span.icon-item a {
	text-indent: -11px;
	display: inline-block;
	margin-left: 22px;
	margin-bottom: .0em;
	margin-top: .5em;
}

span.icon-item i {
	margin-right: 5px;
	color: #02c524;
}

#footer table {
	font-size: .98em;
	line-height: 1.60em;
	max-width: 421px;
	margin: 0 auto;
}

#footer .box {
   font-size: .98em;
    padding: 0em;
    text-align: center;
}

.socialicons {
    text-align: center;
}

#copyright {
    color: rgb(255 255 255);
    padding: 1em;
    background: rgb(14 14 13);
    margin-top: 0.05em;
    line-height: 1.4em;
    font-size: 15px;
}





.photo-pop {
	background: #f1f1f1;
	padding: .2rem 2rem 2rem 2rem;
	border-left: 11px solid #ef9a1b;
}

.remove-pop {
	margin-left: -53px;
}

@media (max-width: 1023px) {
	.box.footer_logo {
		border-bottom: solid 3px #ffffff00;
	}
}

.col-md-6.dt {
	padding-left: 2em !important;
	padding-right: 4em !important;
}

@media only screen and (max-width: 768px) {
	.col-md-6.dt {
		padding: 2.5em !important;
		text-align: center;
	}
}

@media only screen and (min-width: 768px) {
	.parallax {
		background-attachment: fixed;
	}
	.passed-header .menu-wrap.stuck {
		box-shadow: 0 0 5px;
	}
	.nav-bar>ul>li {
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-grow: 1;
		vertical-align: middle;
		border: none;
		margin: 0;
		position: relative;
		overflow: inherit;
		padding: 0px 0 0px;
	}
	.nav-bar ul.sub-menu {
		right: 0;
		width: auto;
		left: 0;
		z-index: -2;
		top: 150%;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		display: block;
		opacity: 0;
		visibility: hidden;
		min-width: 170px;
		background: #02C524;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		overflow: hidden;
		box-shadow: 0 0 3px #6f6f6f;
		font-size: 16px; margin-bottom: 0; padding-bottom: 0; 
	}
	.nav-bar>ul>li:hover>ul.sub-menu {
		top: 100%;
		opacity: 1;
		visibility: visible;
		z-index: 5;
		margin: 0;
		width: 100%;
		text-align: center;
		min-width: 170px;
	}
	.nav-bar>ul>li ul.sub-menu li {
		margin: 0;
		/* overflow: hidden; */
	}
	.one-half {
		width: 50%;
		float: left;
	}
	#content .half-d {
		max-width: 50%;
	}
	.full-2-col .wrap {
		max-width: 550px;
		padding: 2em 2em 2em 1em;
	}
	.row.team {
		max-width: 95%;
		margin: 1em auto;
	}
}

@media only screen and (max-width: 767px) {
	body.home #content .gallery .gallery-item {
		width: 33%;
	}
	.breakout.service.inverse h1 {
		margin-top: 0;
	}
	a.phone-number { text-align: center; }
	
	.header-c .phone-and-hidden-logo {
    display: flex;
    justify-content: center;
}
	
	.table-wrapper {
		overflow-x: scroll;
	}
	.table-wrapper:before {
		content: '<- Scroll to view -> ';
		font-weight: bold;
	}
	.remove-pop {
		margin-left: 0px;
	}
	table {
		font-size: 15px;
		line-height: 21px;
	}
	#footer .btn {
		width: 100% !important;
	}
	#content .slider-parallax {
		object-fit: cover;
		width: 100vw;
		height: 56vh;
	}
	/*   .triangle-down:before {
    content: '';
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 52px solid white;
    height: 0;
    width: 0;
    position: absolute;
    top: -21px;
    left: calc(50% - 7%);
    z-index: 6; 
}
	*/
	.billboard .swiper-slide:after {
		/* background: rgba(2, 156, 206, 0.58) !important; */
	}
	.billboard .slider-content {
		/* text-align: center !important; */
		width: 100%;
		left: 0;
	}
	.billboard .swiper-slide {
		height: 55vh;
	}  
	#content .btn,
	.btn {
		min-width: 0;
	}
	#footer h2 {
		margin-top: 1em;
	}
	#footer .box {
		padding: 0;
	}
}

@media only screen and (max-width: 575px) {
	h1 span,
	h2 span,
	h3 span {

	}
	#content .slider-parallax {
	    height: 68vh;
	} 
	.billboard .swiper-slide {
		height: 68vh;
	}
	body:not(.home) .billboard .swiper-slide {
		height: 40vh;
	}
} 
