/*Custom CSS*/

body {
	font-family: 'Poppins', sans-serif;
	color: #1f1f1f;
	font-size: 17px;
	background: #fff;
}

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

.circ {     border-radius: 50%; }
/*
hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(197, 33, 40, 1), rgba(0, 0, 0, 0));
}
*/

.fa-check-circle:before {
	content: "\f058";
	color: #ffffff;
    text-shadow: -2px 0px 1px #909090;
}

h3.sub-text {
	font-family: 'Montserrat', sans-serif;
	color: #760201;
	font-weight: 700;
}

div.tray {
	background: #ffffff;
	border-radius: 5px;
	padding: 30px;
	border-radius: 5px;
	height: 100%;
	box-shadow: 0 3px 20px -6px #00000073;
}

div.outline {
	border: 1px solid #dcdcdc;
	padding: 30px;
	margin-top: -.4em;
	border: 1px solid #dcdcdc;
}

h2.backtext {
	background: #760201;
	padding: 10px;
	color: #fff;
}

.all-the-ctas {
	margin: 0px;
}

#footer ul li:before,
ul.fancylist li:before {
    color: #191b1a;

}

.fa-phone.topper:before {
	content: "\f095";
	color: #000;
}

.fa-plus:before {
	content: "\f067";
	color: black;
}

#wpadminbar {
	background: #d8210f00;
}

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

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


/*header*/

#mobile-menu-container .menu-bar {
	background: #ffffff;
}


/*header phonne icon top right */

i.fas.fa-phone.rt-head::before {
	color: #fff;
}

.home header#header {
	/*background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
	background: white;
	box-shadow: 3px 3px 5px #00000012;
}

#header .header-b {
	border: none;
	box-shadow: 2px 2px 4px #4c45455c;
	background: white;
}

.passed-header .sticky-background {
	background: #fff;
	box-shadow: 3px 3px 5px #00000012;
}


/*Logo*/

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

a.hidden-logo {
	display: none;
}

.logo span {
	text-transform: uppercase;
	display: block;
	font-size: .95em;
}

.logo p {
    margin: 0.0em 0;
    font-size: 2em;
    line-height: 1.2em;
    color: #0e0e0e;
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    
}

.passed-header a.hidden-logo {
	display: block;
}

.hidden-logo p {
	margin: 0;
}

.fa-square:before {
	content: "\f0c8";
	color: #7ba3a5;
}

h2.sub-text {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

span.call-today {
	display: none;
}

a.phone-number {
    display: block;
    background: #b99d7d;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    margin: 0 0 0px;
    /* font-weight: bold; */
    font-size: 1.3em;
}

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

a.phone-number i {
	margin-right: 5px;
	color: #ffffff;
	font-size: .9em;
}

a.phone-number:hover {
	color: #fff;
}


/*nav*/

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

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

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

.nav-bar ul a {
    padding: 5px 0px;
    border: 2px solid transparent;
    margin: 0 .2em;
    font-size: 17px;
    /* text-transform: uppercase; */
    font-weight: 400;
    letter-spacing: .01em;
}

.nav-bar .sub-menu a:hover,
.nav-bar .sub-menu li.current-menu-item a {
	background: rgba(0, 0, 0, .1);
	/* 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 {
	
	    background: #adcdc5;
}

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

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: #9aa8b1;
	z-index: -1;
	right: 50%;
	bottom: 1px;
	left: 50%;
	height: 0px;
	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;
}

.passed-header .phone-wrap.stuck {}


/*headings*/

h1,
h2,
h3 {
	    font-weight: 600;
}

h1 {
	margin: .55em 0 .5em;
	font-size: 1.9em;
}

body.home h1 {}

body.home h1:after {}

h2 {
	font-size: 1.55em;
	margin-top: 1.0em;
	margin-bottom: .25em;
}

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

h3 {
	font-size: 1.2em;
}

h1,
h2 {
    margin-top: 1.0em;
    margin-bottom: .25em;
    font-weight: 100;
    font-size: 2.3em;
    font-family: 'Libre Baskerville', serif;
    text-transform: capitalize;
    font-family: 'Cookie', sans-serif;

}



b,
strong {
	font-weight: bolder;
}

h1.sub-font,
h2.sub-font {
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 1.8em;
}

#content .entry-title a {
	font-weight: 400;
}

body.page-feedback h1 {
	border: none !important;
	color: #fff;
	background-color: #272727;
}

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

.accent {
	/*font-family: 'Merienda';
  letter-spacing: -0.05em;
  font-size: 1.6em;*/
}

h1 span,
h2 span,
h3 span {
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 1.2em;
}

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

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

.serv-row h2 {
	/* text-transform: uppercase; */
	display: inline-block;
	margin-top: .5em;
}

.serv-row h2:after {
	display: block;
	content: '';
	width: 50px;
	height: 6px;
	background: #91c945;
	margin: .5em auto 0;
}

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

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

p.number {
	border: 5px solid #737070;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-weight: bold;
	font-size: 2.8em;
	margin: 0 auto;
	color: #0094de;
	background: #fff;
}

.numbered .wrap {
	padding: 1em;
}

.numbered>div:nth-child(2) p.number {
	color: #e87817;
}

.numbered>div:last-child p.number {
	color: #7daf3a;
}

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


/*billboard*/

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

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;
}

body.home .breakout.first-b {}

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

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

.breakout.sub {
    background: #9cb7b0;
}

div.breakout.chrome {    background: #23333b;
}

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

.breakout.sub.two {
	
          background-color: #23333b;

}

div.breakout.bottom {
	margin-bottom: 0em;
	    background-color: #C6AC8F;
}

.background-overlay {}

.billboard .slider-content {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    max-width: none;
    width: 100%;
    flex-direction: column;
    padding: 2em 3em;
    z-index: 3;
    color: #ffffff;
    /* text-shadow: 1px 1px 3px #000000; */
    background: #ddc8b8;
    text-transform: capitalize;
}

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

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

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

.slide-header span {
	display: block;
	font-size: 1.75em;
	line-height: 1.1em;
	/* text-shadow: 1px 1px 3px #000000; */
	/* color: #029cce; */
	/* -webkit-text-fill-color: #029cce; */
	/* Will override color (regardless of order) */
	/* -webkit-text-stroke-width: 0px; */
	/* -webkit-text-stroke-color: white; */
}

.billboard .slide-sub-header,
.video-container .slide-sub-header {
    font-size: 1.4em;
    line-height: 18px;
    color: #ffffff;
    font-weight: 300;
    /* background: #014c938f; */
    /* text-transform: uppercase; */
    text-shadow: 1px 1px 1px #181819ab;
    line-height: 35px;
}

.billboard .slide-header {
    font-weight: 100;
    font-size: 5.35em;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Cookie', sans-serif;
	text-shadow: 2px 2px #1313138f;
}


.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: 0em;
	margin-bottom: 0em;
}

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


/*home ctas*/

.home-ctas .wrap:hover {
	box-shadow: 0 0 5px #555;
}

.home-ctas h3 a {
	color: #fff;
	display: block;
	padding: 1em .3em .5em;
	font-weight: 600 !important;
	background: #1f98e9;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-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;
}

#content .home-ctas h3 a:hover {
	text-decoration: none;
	background: #137dc3;
}

.home-ctas h3 {
	text-align: center;
	font-size: 1.2em;
	/* color: #ffffff; */
	line-height: 1.4em;
	/* background: white; */
	margin: 0;
	/* padding: .45em .95em; */
	font-weight: 700;
}

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

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

.home-ctas img {
	margin-bottom: -.65em;
	/* max-height: 120px; */
	/* padding: 6px; */
	background: #ffffff;
	/* box-shadow: 0 0px 5px #555; */
	/* border: 5px solid #737070; */
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.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: 10px double #d0d0d0; */
	color: #000;
	height: 100%;
	padding: 0em 0em;
	font-weight: 400;
	line-height: 1.6em;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	max-width: 330px;
	margin: 0 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;
}

.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;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	background-color: #000;
}


/*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;
}


/*buttons*/

.billboard .slider-content a:after,
.video-container .slider-content a:after,
.btn:after,
button i,
.rev-read-more:after,
a.contact-btn:after,
.biziq-button:after,
.btn:after,
#slider .btn:after,
.view-article:after {}

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


/*slider buttons*/

.billboard .slider-content a,
.video-container .slider-content a {
	font-size: .9em;
	    background: #b99d7d;;
	color: #000;
	/* border-color: #000000; */
	border: 0px solid #fff;
	margin: .85em 0 0;
	-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;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	letter-spacing: .01em;
	border: 1px solid #464444;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.billboard .slider-content a:hover:after,
.video-container .slider-content a:hover:after,
.btn:hover:after,
button i,
.rev-read-more:hover:after,
a.contact-btn:hover:after,
.biziq-button:hover:after,
.btn:hover:after,
#slider .btn:hover:after,
.view-article:hover:after {
	color: #fff;
}

#content .purple .btn {
	border: 2px solid #fff;
}

#content .purple .lg .btn {
	font-size: .85em;
}


/*breakouts*/

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

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

}

h3.back-text {
	background: #fed300;
	color: black;
	padding: 15px;
	font-size: 1.2em;
}

.space-around {
	border: 1px solid #d8d8d8;
	padding: 20px;
	background: #6775f7;
	color: white;
	background: rgb(84 98 232);
}

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

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

.green {
	background-color: #91c945;
}

.orange {
	background-color: #ff8419;
	/* text-shadow: 0 0 4px #444; */
}

.blue {
	background-color: #1f98e9;
}

.breakout .medium-wrapper,
.breakout .small-wrapper {
	padding: 2em 2em 3em;
	z-index: 9999;
}

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

.small-wrapper {
	padding: .05em 0 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;
}

.fa-cogs:before {
	content: "\f085";
	color: #e10a09;
}


/* Accordion */

.accordion .btn-link {
	color: #fff;
	display: block;
	cursor: pointer;
	background: rgb(84 98 232);
	padding: .75em;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	text-transform: uppercase;
}

h3.btn-link[aria-expanded="false"]:after {
	content: '\f067';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	float: right;
	padding-right: 0;
	margin-bottom: 5px;
	color: #ffffff;
}

h3.btn-link[aria-expanded="true"]:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	float: right;
	padding-right: 0;
	content: '\f068';
	margin-bottom: 5px;
	color: #fff;
}

h3.btn-link[aria-expanded="true"] {
	background: rgb(84 98 232);
	color: #fff;
	margin-bottom: 0;
}

h3.btn-link:hover {
	text-decoration: none;
}

h3.btn-link+div .inner {
	padding: 1em;
	box-shadow: 0px 0px 1px #333;
	background: white;
}

.accordion .card-header {
	padding: 0;
	margin-top: 0;
}

.accordion .card-header h3 {
	margin-top: 0;
}


/*usefull classes*/

.light {
	background-color: #d0d0d0;
}

.dk {
	background-color: rgb(26 67 101);
}

.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: rgb(8 39 60 / 83%);
}

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

.triangle-down {}

.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% - 5px);
	z-index: 6;
}

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

hr {
margin: 2em 0;
    background: #282629;;
}

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

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

.clear {
	clear: both;
}

.lg {
	font-size: 1.1em;
	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: 1em 1.25em 2em; */
	/* background: #ffffff; */
	color: inherit;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	/* border: 3px solid #f04807; */
	margin-bottom: 1em;
	overflow: hidden;
}

.widget-title {
	/* color: #fff; */
}

#sidebar a {
	color: inherit;
}

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


/*Links*/

a {
	color: inherit;
}

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

.tel-inline {
	font-weight: 700;
}

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

.brands img {
	padding: 10px;
}


/*form*/

form {
	font-size: .95em;
	background: #ffffff;
	color: #000;
	padding: 2em;
}

form label {
	color: black;
}

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 .tel-inline:before {
	color: yellow;
}

body.page-contact-us #content form {
    background-color: #ADCDC5;
    border: 3px solid #ffffff;
    box-shadow: 1px 0px 0 16px #adcdc5;

}

.c-back {    

    background: #F0E0D4;
    padding: 31px;
    margin-left: -53px;
    box-shadow: 7px 12px 6px #84848438;

}

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;
}

.fa-thumbs-up:before {
	content: "\f164";
        color: #b99d7d;
}

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

span.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

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,
form input,
form select {}

form textarea {
	height: 150px;
}



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

.inverse ul.checked li:before,
.inverse ul.fancylist li:before {
	color: #91c945;
	font-weight: 700;
}


/*reviews*/

.review-body {
	font-style: normal;
	border: 0;
}

#content .review-body {
	/* font-size: 1.1em; */
}

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

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

.review-container {
	margin-top: 0;
}

.rev-cont {
	margin-bottom: 2em;
	border: none;
	padding-top: 0;
}

.fa-star:before {
	content: "\f005";
	color: #fed300;
}

.rev-cont .wrap {
	padding: 20px 20px 20px;
	position: relative;
	flex-grow: 1;
	flex-basis: 400px;
	align-items: center;
	justify-content: center;
	margin: 0 1.5em 3em;
	background: rgb(255, 255, 255);
	border: 2px solid rgb(0, 0, 0);
	box-shadow: 3px 3px 0 #000000;
}

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

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

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

.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*/

#footer {
	margin-top: 0;
	line-height: 1.5em;
	color: #ffffff;
	position: relative;
	/* font-size: .92em; */
	padding-top: 1em;
	background: #282629;
}

header .row {
	/* text-align: right; */
	max-width: 1900px;
	margin: auto;
	padding: 0em 0em;
	/* box-shadow: 3px 3px 5px #00000012; */
}

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

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

.fa-phone.header:before {
	content: "\f095";
	color: #d6ba9c;
}

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

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

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

#footer h2 {
border: 0px solid #ffffff;
    width: 85%;
    color: #ffffff;
    /* text-transform: uppercase; */
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 24px;
    /* text-transform: uppercase; */
    font-weight: 600;
}



h3.line-under.bo-line {
	line-height: 1.5em;
	color: #fff;
	position: relative;
	text-transform: uppercase;
}

h3.lineback { 
  position: relative; 
  text-align: center;}

h3.lineback:before { 
content: "";
    display: block;
    border-top: solid 1px #282629;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
  }

h3 span.backgrnd { 
  background-color: #ffffff;
  padding: 20px;
  position: relative; 
  z-index: 2;
  display: inline-block;
}




.center h3.line-under:after,
.center h3.line-under:after,
.text-center h1.line-under:after {
	margin: .25em auto;
}

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

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

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

#footer .btn {
background: #282629;
    border: 1px solid #ffffff;
    width: 85%;
    color: #ffffff;
    margin: 0;
}

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

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

#footer table {
	/* font-size: .98em; */
	line-height: 1.450em;
	max-width: 350px;
}

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

.socialicons {
	text-align: left;
}

#copyright {
	color: #ffffff;
	padding: 1em;
	background: transparent;
	margin-top: 1em;
	line-height: 1.4em;
	letter-spacing: .05em;
}

@media only screen and (min-width: 768px) {
	

	
	
	.text-wrap {
		max-width: 580px;
		padding: 2em;
	}
	.parallax {
		background-attachment: fixed;
	}
	.passed-header .menu-wrap.stuck {
		box-shadow: 0 0 5px;
		padding-bottom: .0em !important;
	}
	.nav-bar>ul>li {
		/* 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: 210px !important;
		background: #ffffff;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		overflow: hidden;
		box-shadow: 0 0 3px #6f6f6f;
	}
	.header-c .nav-wrap {
		background: #ffffff;
		text-align: center;
	}
	.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; */
	}
	.row.team {
		max-width: 95%;
		margin: 1em auto;
	}
}

@media only screen and (max-width: 767px) {
	
		.c-back {
    background: #F0E0D4;
    padding: 31px;
    margin-left: 0;
    box-shadow: 7px 12px 6px #84848438;
}
	
	.home-ctas>div {
		margin: 0 auto 1em;
	}
	h3.sub-text {
		font-size: 14px;
	}
	h2 {
		font-size: 2em;
	}
	.home-ctas>div:last-child {
		margin-bottom: 0;
	}
	.billboard .swiper-slide:after {
		/* background: rgba(2, 156, 206, 0.58) !important; */
	}
	.billboard .slider-content {
		padding: 2em;
	}
	.billboard .swiper-slide {
		    /* height: 73vh; */
	}
	header#header {
		margin-top: 0em;
		border: none;
		box-shadow: 0 0 5px #555;
	}
	#mobile-menu-container.left .menu-icon,
	#mobile-menu-container.right .menu-icon {
		width: 50px;
		background: transparent;
	}
	#mobile-menu-container.left,
	#mobile-menu-container.right {
		    background: #fff;
	}
	#mobile-menu-container .menu,
	#mobile-menu-container .menu-icon {
		background: #fff;
	}
	#mobile-menu-container .current_page_item,
	#mobile-menu-container li:hover,
	#mobile-menu-container li:hover a {
		text-decoration: none;
		color: #1f1e1e;
		    background: #ADCDC5;
	}
	#mobile-menu-container a {
		color: #000;
		font-size: 17px;
		line-height: 1.45em;
		padding: .5em 1em;
		display: block;
		max-width: 83%;
	}
	.sub-menu-icon {
		cursor: pointer;
	}
	.slide-header h1,
	h1.slide-header,
	.billboard .slide-header {
    font-size: 3.5em;
		max-width: 95%;
	}
	.billboard .slider-content a,
	.video-container .slider-content a {
		font-size: .95em !important;
		padding: 8px 15px;
	}
	.billboard .slide-sub-header,
	.video-container .slide-sub-header {}
	.topPhone {
		text-align: center;
	}
	#content {
		min-height: 0;
	}
	#content .btn,
	.btn {
		min-width: 0;
	}
	#footer h2 {
		margin-top: 1em;
	}
	#footer .box {
		padding: 0;
	}
}

@media only screen and (max-width: 575px) {
	.home header#header {
		position: inherit;
	}
	.billboard .slider-content {
		/* background: linear-gradient(0deg, rgba(15, 15, 15, 0.72) 0%, rgba(255, 255, 255, 0) 95%); */
	}
	.billboard .swiper-slide {
		/* height: 60vh; */
	}
}

@media only screen and (max-width: 480px) {
	.billboard .swiper-slide {
		justify-content: center;
		align-items: center;
	}
	.billboard .slider-content,
	.slide-header h1,
	h1.slide-header,
	.billboard .slide-header {
		/* display: none; */
		text-align: center !important;
		justify-content: center;
		align-items: center !important;
	}
}

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

.rounded {
	border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
	box-shadow: -2px 0px 5px #666;
	/* padding: .2em; */
}

.footer_logo::before,
.footer_logo::after {
	content: "";
	width: calc(33.333333% - 30px);
	height: 2px;
	background: #b3b7b900;
	position: absolute;
	display: block;
}

.inv-recaptcha-holder {
	z-index: 1999;
}

div.back {
	padding: 2em;
	margin-top: -8px;
	height: 100%;
}

.colors div:nth-child(1) .back {
	 background: #22333B;
}

.colors div:nth-child(2) .back {
	background: #22333B;
}

.colors div:nth-child(3) .back {
	background: #22333B;
}

.colors div:nth-child(4) .back {
	background: #22333B;
}

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

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

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

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-color: #fff;
	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;
}

.triangle-up {}

.triangle-up: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% - 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;
}

div.subject {
	height: 100%;
}


/*-- down */

.triangle-down {
	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: 20px solid #6d6875;
	height: 0;
	width: 0;
	position: absolute;
	top: auto;
	bottom: -20px;
	left: calc(50% - 30px);
	z-index: 6;
}

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

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

h1.line-under {
	line-height: 1.25em;
	color: #3a3c3c;
	position: relative;
}

.header-circle {
	width: 30em;
	height: 30em;
	background: #f89917;
	border-radius: 50%;
}

h2.line-under {
	line-height: 1.5em;
	color: #3a3c3c;
	position: relative;
}

h3.line-under {
	line-height: 1.6em;
	color: #1b1919;
	position: relative;
	text-transform: uppercase;
	;
}

h1.line-under:after,
h2.line-under:after,
h3.line-under:after {
    content: ' ';
    display: block;
    width: 45px;
    margin: 0.25em 00;
        border: 2px solid #c6ac8f;
    border-radius: 4px;
    -webkit-border-radius: 0px;
    -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);
    margin: 1em auto;
}

h4.line-under:after {
	content: ' ';
	display: block;
	width: 45px;
	margin: .25em 00;
	border: 3px solid #207dd3;
	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;
}

h2.line-under.bo-line {
	line-height: 1.5em;
	color: #fff;
	position: relative;
	text-transform: uppercase;
}

.center h2.line-under:after,
.center h1.line-under:after,
.text-center h1.line-under:after {
	margin: .25em auto;
}

.fa-angle-right:before {
	content: "\f105";
	color: #ff84db;
}

@media only screen and (max-width: 480px) {
	.billboard .slider-content {

	}
}

@media only screen and (max-width: 48em) {
	#header {
		/* border-bottom: 1px solid #dbdbdb; */
		padding-bottom: 1rem;
	}
}

.fa-angle-double-right:before {
	content: "\f101";
	color: #ff84db;
}

.grid-container {
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3%;
	align-items: center;
	margin-top: 0em;
	    align-items: start;
	padding: 0; 
}

.grid-4 {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 5px;
	margin-bottom: 2em;
	padding: 0;
}

.item2 {
	box-shadow: 6px 6px 37px rgba(0, 0, 0, 0.15);
	padding: 30px;
}

.grid-home {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	align-items: center;
	grid-gap: 5px;
	padding: 0;
}

ol.grid-home li {     
	padding: 30px;
    list-style-type: none;
   }

.services {
	height: 100%;
	margin-top: 1em;
}

.bck-box {background-color: #ffffff;padding: 2em 2em 1em 2em;font-size: 16px;border: 1px solid #040404;}

@media only screen and (max-width: 950px) {
	.grid-container {
		grid-template-columns: auto;
	}
	.grid-container-services {
		grid-template-columns: 100%;
	}
	.grid-4 {
		display: grid;
		grid-template-columns: 100%;
	} }


.ct-icon-boxes .ct-icon-box {
	padding-top: 8px;
	width: 50%;
	float: left;
	position: relative;
	border: 2px solid #ccc;
	min-height: 267px;
	display: inline-table;
	text-align: center;
	color: #292929;
	margin-bottom: -2px;
	cursor: pointer;
}

.ct-icon-box:hover {
	background-color: #0e0e0e;
	color: #fff;
}

.ct-icon-boxes {
	margin: 65px auto;
	max-width: 525px;
	overflow: auto;
	clear: both;
}

.ct-icon-boxes .ct-icon-box__header {
	font-size: 22px;
	text-transform: uppercase;
}



.ct-icon-boxes .ct-icon-box.bottom-all {
	width: 99.5%;
	min-height: 250px;
	margin-bottom: 2px;
}

button.btn.mo 
{     line-height: 8px;
    padding: 10px 0px 16px 0px;}

h3.step {     
	border-bottom: 2px solid #f9c124;
    width: 11%;
    margin: 0 auto;
    font-size: 3em;}

.fa-shield-check:before {
    content: "\f2f7";
        color: #f9c124;
}

.modal-header .close {
    padding: 1rem;
    margin: -5rem -1rem -1rem auto;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #0e0e0e;
    color: #000;
}


li.serv.left  { 	
    list-style-type: none;
	background: #ffffff;
    padding: 20px;
    margin: 2px;
	height: 100%;
	border: 2px solid #ffffff;
	box-shadow: -15px -15px 0 0px #9cb7b0;
}

li.serv.mid  { 	
    list-style-type: none;
	background: #ffffff;
    padding: 20px;
    margin: 2px;
	height: 100%;
	    border: 2px solid #ffffff;
}

li.serv.right  { 	
	list-style-type: none;
	    background: #ffffff;
    padding: 20px;
    margin: 2px;
	height: 100%;
	border: 2px solid #ffffff;
	box-shadow: 15px 15px 0 0px #9cb7b0;
}

li.header-title { padding: 15px; }
.number { font-size: 44px;}

.fa-circle:before {
    content: "\f111";
        color: #9cb7b0;
}

li.text { 
    border-left: 1px solid #676767;
    padding: 30px;}

@media only screen and (max-width: 700px) {
  
  ol.grid-container { 
	display: grid;
    grid-template-columns: 100%;
	grid-row-gap: .5em;
	align-items: center;

    
	} 
	
	  ol.grid-home { 
	display: grid;
    grid-template-columns: 100%;

	align-items: center;

    
	} 
	.circ { display: none;}
li.text { 
    border-left: none;
    padding: 10px;
 }
	
	li.header-title { 	
	border-bottom:  1px solid #676767;}

}

img.bb-image {     
	border: 13px solid white;
    box-shadow: 0px 0px 0px 11px #adcdc5;}