﻿@charset "UTF-8";
/* CSS Document */

/* @-moz-document url-prefix() {
	.dropdown-toggle, .dropdown-toggle:hover .dropdown-menu, .dropdown-menu * {
		z-index:14 !important;
	}
} */

/* GENERAL COMPONENTS*/

.no-padding {
    padding: 0;
	margin-top:0;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.aligncenter {
	text-align: center;
}

.content-description,
.contact-card {
	margin: 0 auto;
}
.skip-to-content-link {
    background: #ffffff;
    border: 2px solid #c32f10;
	color: #c32f10;
    display: block;
	left: 15px;
    padding: 6px;
    position: absolute;
	text-transform: uppercase;
	top: 10px;
    transform: translateX(-200px);
    transition: transform 0.5s;
    width: 140px;
	z-index: 100;
}
.skip-to-content-link:focus{
	transform: translateX(0);
}
/* GALLERY */
.page-id-1305 .site-containerwowfadeIn section:nth-child(6) .image-gallery-container .col-sm-3:nth-child(15) .the_img {
	background-position: top center !important;
}
.main-gallery {
	background:rgba(0,0,0,0.6);
	border: transparent; 
	margin:20px 0; 
	padding-top:20px;
}
.carousel-inner-main .active.left { 
	left: -25%; 
}
.carousel-inner-main .next { 
	left:  25%; 
}
.carousel-control-main { 
	width:  4%; 
}
.col-holder {
	position:relative;
}
.col-holder .caption {
	position:absolute; 
	bottom:0; 
	right:0; 
	left:0;
}
.col-holder h3 {
	font-size:14px;
}
.custom-carousel-control-three {
	background:rgb(0,0,0); 
	background:rgba(0,0,0,0.5); 
	width:60px; 
	font-size:23px;
}
.control-left-three {
	display:block; 
	height:158px; 
	position:absolute; 
	top:0; 
	bottom:0; 
	right:0px; 
	padding-top:67px; 
	padding-left:20px; 
	text-align:left;
}
.control-right-three {
	display:block; 
	height:158px; 
	position:absolute; 
	top:0; 
	bottom:0; 
	left:0px;
	padding-top:67px; 
	padding-right:20px; 
	text-align:right;
}
a.custom-carousel-control-three, 
a.custom-carousel-control-three:link, 
a.custom-carousel-control-three:visited {
	color: #FFF;
}
.image-container {
	width:100%; 
	height:500px; 
	overflow:hidden; 
	margin-bottom:20px; 
}
.carousel-image-2 {
	-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
  background-size: contain;
  height:500px;
}
  .carousel-image-3 {
	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
  background-size: cover;
  height:100px;
}
.thumbnail-controls {
	font-size:40px;
}
.thumbnail-controls.right {
	text-align:right;
	position:absolute;
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	background:none;
}
.thumbnail-controls.left {text-align:left;position:absolute;top:0; left:0; right:0; bottom:0; background-color:none;}
.carousel-control.right, .carousel-control.left {background:none;}
.caption-area {position:absolute; top:380px; left:0; right:0; bottom:0; background:none;color:#FFF; text-shadow:#000 0 0 4px, #000 0 0 9px; padding:4px 30px;}

/* PORTFOLIO BOX */

.portfolio-box {
    display: block;
    position: relative;
    margin: 0;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 6px;
	top:0;
    left:0;
	right:0;
    text-align: center;
    color: #fff;
    opacity: 0;
    background:rgba(0,0,0,0.76);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	border-radius: 50%;
	overflow: hidden;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: relative;
	font-size: 16px;
	padding: 0 20px;
    width: 100%;
    text-align: center;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content a, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content a:link {
    color:#FFF;
}


.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 14px;
    font-family: 'Varela Round', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 16px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 17px;
    }
}

.feature-encased {padding:65px 0 55px 0;}

/* CIRCULAR FEATURE LINKS - CONTAIN WITHIN .circular */

@media (min-width: 768px) {
.circular .portfolio-box, .circular .portfolio-box .portfolio-box-caption {
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
}


/* RESPONSIVE VIDEO IFRAMES */
 
.video-controller {
	position: relative;
}
.video-controller iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 250px;
}

/* version with play button */

.thumbnail-vid {
	position:relative;
}
#playbtn {
	position:absolute;
	top:50%;
	left:50%;
	width:160px;
	height:114px;
	margin-top:-57px;
	margin-left:-80px;
	background:url(../images/play-icon.png) no-repeat center center;
	z-index:4;
}

#playbtntwo {
	position:absolute;
	top:50%;
	left:50%;
	width:82px;
	height:58px;
	margin-top:-29px;
	margin-left:-41px;
	background:url(../images/play-icon-two.png) no-repeat center center;
	z-index:4;
	opacity:0.6;
}
a:hover #playbtntwo {
	opacity: 1;
	transition: ease 0.4s;
}

/* Image Holder */

.image-holder {
	display: inline-block;
    position: relative;
	width:100%
}
	
.image-holder:after {
	content: '';
    display: block;
    margin-top: 30%; /* Change this number to change the slider aspect ratio. width = 100% */
}

.image-holder .image-carousel-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Image Holder - Product List */

.image-shop-holder {
	display: inline-block;
    position: relative;
	width:100%
}
	
.image-shop-holder:after {
	content: '';
    display: block;
    margin-top: 190%;
}

.image-shop-holder .img-product-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* MAG SLICK */

.mag-slick .slick-prev, .mag-slick .slick-next {
	height:100%; width:30px;
	background:#000;
}
.mag-slick .slick-prev:before, .mag-slick .slick-next:before {
	color:#000;
}

.mag-slick .slick-prev:before, .mag-slick .slick-next:before { 
font-family: FontAwesome; 
font-size: 20px; 
color: #FFF; 
top:0; bottom:0; left:0; right:0; 
}   

.mag-slick .slick-prev:before { content: "\f053"; }
.mag-slick  [dir="rtl"] .slick-prev:before { content: "\f054"; }

.mag-slick .slick-next:before { content: "\f054"; }
.mag-slick [dir="rtl"] .slick-next:before { content: "\f053"; }
.mag-slick .slick-prev, .mag-slick .slick-prev:hover {
left: -30px;
top:0;
}
.mag-slick .slick-next, .mag-slick  .slick-next:hover {
right: -30px;
top:0;
}
.mag-slick .slick-prev:hover, .mag-slick .slick-prev:focus, .mag-slick .slick-next:hover, .mag-slick .slick-next:focus {
outline: none;
background: #333333;
color: #666;
transition: ease 0.4s;
}

@media (max-width:991px) {
.mag-slick .slick-prev, .mag-slick .slick-prev:hover {
left: 0;
top:0;
}
.mag-slick .slick-next, .mag-slick  .slick-next:hover {
right: 0;
top:0;
}
.logo-five-slick {
	padding-left: 35px;
	padding-right: 35px;
}
}

/* BOOTSTRAP NAV HOVER DROPDOWN */

@media (min-width:768px) {
header .dropdown:focus .dropdown-menu,
header .dropdown:focus-within .dropdown-menu,
header .dropdown:hover .dropdown-menu {
	display: block;
	top: 62%;
	/* top: 70%; */
	margin: auto;
	width: fit-content;
 }
}

/* CIRCLE BUTTON */

.btn-circle {border-radius:50%;}

/* QUOTE TESTIMONIAL STYLES */

.mb-style-3 {
	width: 100%;
	overflow: visible;
}

.mb-style-3 blockquote{
	padding: 50px;
	  border-left-style: none;
	  border-left-width: 0;
	  overflow: visible;
}

.mb-style-3 blockquote:after, 
.mb-style-3 blockquote:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mb-style-3 blockquote:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 65%;
	margin-left: -11px;
}

.mb-style-3 blockquote p:first-child {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	color: #000;
}
@media (max-width: 767px) {
	.mb-style-3 blockquote p:first-child {
		font-family: 'Varela Round', sans-serif;
		font-size: 16px;
		color: #FFF;
		font-weight: 400;
		line-height: 22px;
		font-style: italic;
		text-indent: 100px;
		position: relative;
	}
}

.mb-style-3 blockquote p:first-child:before{
	content: '\201C';
	font-family: 'Varela Round', sans-serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 175px;
	top: 50px;
	left: -85px;
	color:#e31c25;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
	overflow: visible
}

.mb-style-3 .mb-attribution {
	text-align: right;
	padding: 20px 100px 20px 20px;
	position: relative;
}

.mb-style-3 .mb-thumb {
	display: block;
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	bottom: 5px;
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
}

.mb-style-3 .mb-author{
	font-family: 'Varela Round', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}

.mb-style-3 cite a{
	font-family: 'Varela Round', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.mb-style-3 cite a:hover{
	color: rgba(188, 147, 200, 1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
.mb-style-3 cite {
	font-size:14px;
	text-align:right;
	float:right;
}

@media (min-width: 768px) {
	.mb-style-enhance {padding: 10px 50px;}
}

.testimonial-section  {padding: 50px 0;}


/* CAROUSEL FADE TRANSITION */
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-caption {
	background:#000; 
	background:rgb(0,0,0); 
	background:rgba(0,0,0,0.6);
}


/* SUBTLE PATTERNS */
.subtle-pattern {background-repeat:repeat;}
.subtle-pattern.cream-dust{background:url(../images/patterns/cream_dust.png);}
.subtle-pattern.tweed{background:url(../images/patterns/tweed.png);}
.subtle-pattern.squared-metal{background:url(../images/patterns/squared_metal.png);}
.subtle-pattern.green-cup {background:url(../images/patterns/green_cup.png);}
.subtle-pattern.yellow-cup {background:url(../images/patterns/yellow_cup.png);}
/* .subtle-pattern.squairy_light {background:url(../images/patterns/squairy_light.png);} */
.subtle-pattern.redox {background:url(../images/patterns/redox_01.png);}

.subtle-pattern.45degreee-fabric {background:url(../images/patterns/45degreee_fabric.png);}
.subtle-pattern.binding-dark {background:url(../images/patterns/binding_dark.png);}
.subtle-pattern.hixs_pattern_evolution {background:url(../images/patterns/hixs_pattern_evolution.png);}
.subtle-pattern.irongrip {background:url(../images/patterns/irongrip.png);}
.subtle-pattern.micro_carbon {background:url(../images/patterns/micro_carbon.png);}
.subtle-pattern.moulin {background:url(../images/patterns/moulin.png);}
.subtle-pattern.tactile_noise {background:url(../images/patterns/tactile_noise.png);}

.subtle-pattern.always_grey {background:url(../images/patterns/always_grey.png);}
.subtle-pattern.brushed_alu_dark {background:url(../images/patterns/brushed_alu_dark.png);}
.subtle-pattern.carbon_fibre_v2 {background:url(../images/patterns/carbon_fibre_v2.png);}
.subtle-pattern.carbon_fibre {background:url(../images/patterns/carbon_fibre.png);}
.subtle-pattern.dark_mosaic {background:url(../images/patterns/dark_mosaic.png);}
.subtle-pattern.fancy_deboss {background:url(../images/patterns/fancy_deboss.png);}
.subtle-pattern.padded {background:url(../images/patterns/padded.png);}
.subtle-pattern.sos {background:url(../images/patterns/sos.png);}
.subtle-pattern.retina_wood {background:url(../images/patterns/retina_wood.png);}
.subtle-pattern.dark_wood {background:url(../images/patterns/dark_wood.png);}

.subtle-pattern.brushed {background:url(../images/patterns/brushed.png);}

/* EVENTS/CALENDAR */

.date-sizes td {width:14.27% !important; height:200px; border: thin #CCC solid;}

@media (max-width: 767px) {
    .table.maincal>thead>tr>th, .table.maincal>tbody>tr>th, .table.maincal>tfoot>tr>th, .table.maincal>thead>tr>td, .table.maincal>tbody>tr>td, .table.maincal>tfoot>tr>td  {
        padding:4px !important;
    }
}

@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}

.omb_login .omb_authTitle {
    text-align: center;
	line-height: 300%;
}
	
.omb_login .omb_socialButtons a {
	color: white; // In yourUse @body-bg 
	opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
	opacity:1;    	
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #333;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	color:#333;
	width: 3em;
	text-align: center;
}			

.omb_login .omb_loginForm .input-group.i {
	width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}

	
@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
		margin-top:10px;
 	}		
}	

.omb_login .omb_loginOr .omb_spanOr {background:#FFF;}





/* CUSTOM SITE STYLES */

body {
	font-family: 'Varela Round', sans-serif;
	font-weight: 400;
	background: #FFF;
	color: #000;
	max-width: 100%;
	overflow-x: hidden;
}
.site-containerwowfadeIn {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
	font-family: 'Varela Round', sans-serif;
	font-weight: 400;
	color: #000;
}
h1, .h1 {
	font-family: 'Varela Round', sans-serif;
	font-weight: 400;
}
.rocksalt {
	font-family: 'Rock Salt', cursive;
	color: #e31c25;
}
.allcaps {
	text-transform: uppercase;
}
.lowcase {
	text-transform: lowercase;
}

/* feature box styles */

.img-container {
	display: inline-block;
    position: relative;
	width:100%;
	overflow: hidden;
	background: none transparent;
	border-radius: 50%;
	border: #21294B 2px solid;
}
	
.img-container:after {
	content: '';
    display: block;
    margin-top: 100%;
	overflow: hidden;
}

.img-container .the-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	overflow: hidden;
	border-radius: 50%;
	overflow: hidden;
}
.featured-area {
	padding: 30px 0;
}


/* breadcrumbs */
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
}

/* #menu-item-1724 {
	background-color: #e31c25;
} */

#menu-item-1724 > a{
	color: #fff;
}

#menu-item-1724:hover a,
#menu-item-1724 a:hover{
	color: #e31c25;
}

.navbar {
	font-family: 'Varela Round', sans-serif;
	color: #000;
	font-weight: 400;
}
.navbar .nav>li>a {
	color: #000;
}
/* slider  */

.slide-holder {
	display: inline-block;
    position: relative;
	width:100%;
	height:auto;
	margin-bottom: 0;
	overflow: hidden;
}
.slide-holder:after {
		content: '';
		display: block;
		margin-top: 30%;
}
@media (max-width: 767px) {
	
	.slide-holder:after {
		content: '';
		display: block;
		margin-top: 110%;
	}
}
.slide-holder .image-img {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0,0,0,0.9);
    background: rgba(0,0,0,0.9);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background: rgba(0,0,0,0.9);
    display: table;
}
.carousel-control.left {
    left: 0;
    right: auto;
    background: rgba(0,0,0,0.9);
    display: table;
}


.carousel-control .fa {
	height: 64px;
	line-height:  64px;
	font-size: 32px;
	margin: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* Site Footer */

footer.site-footer,
.contact-info {
	padding:  15px 0;
	background:  #FFF;
	color:#FFF;
	margin-top: 0;
}

.dark-overlay {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.62);
	z-index: 5;
}
.slide-holder .dark-overlay {
	background:rgba(0,0,0,0.27);
}
.image-fill-overlay {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0);
	z-index: 6;
}

.bot-image-holder {
	display: inline-block;
    position: relative;
	width:100%;
	height:auto;
	overflow:hidden !important;
	margin-bottom: -5px;
}
	
.bot-image-holder:after {
	content: '';
    display: block;
	margin-top: 60%;
}

@media (min-width:768px) and (max-width:991px) {
	.bot-image-holder:after {
		content: '';
		display: block;
		margin-top: 50%;
	}
}
@media (min-width:992px) {
	.bot-image-holder {
	display: inline-block;
    position: relative;
	width:100%;
	height:40%;
	overflow:hidden !important;
	margin-bottom: -5px;
}
	.bot-image-holder:after {
		content: '';
		display: block;
		margin-top: none;
		height: auto;
	}
}

.bot-image-holder .image-hero-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transition: linear 0.4s;  
}
a:hover .bot-image-holder .image-hero-container {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	transition: linear 0.4s;    
}

.skip-to-main-content {
	position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.img-container {
	border-radius: 0;
	border: none;
}
header.top-header {
	padding: 0;
}
footer.site-footer, 
.contact-info {
	padding: 40px 0;
}

header.top-header a,
footer.site-footer a, 
.contact-info a,
header.top-header a:link,
footer.site-footer a:link, 
.contact-info a:link {
	color: #e31c25;
}
span.page-logo {
font-weight: 400;
font-size: 40px;
margin: 10px auto;
}
span.page-logo strong {
	font-weight: 900;
}

.page-logo {
	height:90px;
	/* height:45px; */
	vertical-align: middle;
}

@media (max-width: 767px) {
	.page-logo {
		height:75px;
		/* height:25px; */
		vertical-align: middle;
		float: right;
	}
}


.slick-enable {
	background: none transparent;
	width: 100%;
	height: auto;
	margin: auto;
}
.layer-slide-area {
	position: inline-block;
}
.layer-slide-area {
	display: inline-block;
	max-height: 610px;
	position: relative;
	width:100%;
}
.layer-slide-area:after {
	content: '';
	display: block;
	margin-top: 48.198%;
}
.slick-enable .slick-prev, 
.slick-enable .slick-next {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 5px;
	width: 32px;
	height: 32px;
	margin-top: 0;
	font-size: 20px;
	color: transparent;
	text-align: center;
	text-shadow: none;
	background-color: rgba(0,0,0,0.9);
	background: rgba(0,0,0,0.9);
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 99;
	text-align: center;
}
.slick-enable .slick-next {
	right: 5px;
	left: auto;
	background: rgba(0,0,0,0.9);
	display: table;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.slick-enable .slick-prev {
	left: 5px;
	right: auto;
	background: rgba(0,0,0,0.9);
	display: table;
	text-align: center;
}
.slick-enable .slick-prev:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f104";
	height: 34px;
	width: 34px;
	font-size: 30px;
	line-height:  34px;
	font-size: 16px;
	margin: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.slick-enable .slick-next:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
	height: 34px;
	width: 34px;
	font-size: 30px;
	line-height:  34px;
	font-size: 16px;
	margin: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.slick-dots {
	bottom: 10px;
	z-index: 99;
}
.slick-dots li {
	text-align: center;
	margin: 0;
}
.slick-dots li button {
	text-indent: -9999px;
	overflow:hidden;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px #FFF solid;
	text-shadow: rgba(0,0,0,0.3) 0 2px 2px;
}
.slick-dots li.slick-active button {
	background: #FFF;
}
.logo-image-holder {
	display: inline-block;
	position: relative;
	width: 100%;
}
.logo-image-holder:after {
	content: '';
	display: block;
	margin-top: 70%;
}
.logo-image-holder .image-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.testimonial-section {
	background: #FFF;
	padding: 50px 0;
	color: #000;
}
.home-section {
	padding: 50px 0;
}
.mb-style-3 {
	padding: 30px;
}
/* Begin Page Template */
.thumbnail-feature {
	background: none transparent;
	border: none;
}
.header-holder {
	position: relative;
}
/* .header-holder:before {
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.01) 100%);
    content: '';
    display: block;
    height: 5vh;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
} */
.inner-top-holder {
	display: inline-block;
    position: relative;
	width:100%;
	/* max-height: 450px; */
	max-height: 700px;
}
	
.inner-top-holder:after {
	content: '';
    display: block;
    margin-top: 30%;
}

.inner-top-holder .image-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.topbannertext {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.over-overlay {
	position:relative;
	z-index: 9;
}
.topbannertext h1 {
	color:#FFF;
	font-size: 56px;
	margin: 0 auto;
	padding-top:60px;
	font-weight: 900;
	text-shadow: rgba(0,0,0,0.67) 0 2px 4px;
}

@media (max-width: 767px) {
	.inner-top-holder {
		height: 220px;
	}

	.inner-top-holder:after {
		content: '';
		display: block;
		margin-top: 80%;
	}
	.topbannertext {
		bottom: -60px; 
	}
}

.page-title-background {
	background: #000000;
}
.page-title-background {
	background: #F5F5F5 !important;
}
.magnific-img-link .gallery-image-holder {
	display: inline-block;
	position: relative;
	width: 100%;
}
.magnific-img-link .gallery-image-holder:after {
	content: '';
	display: block;
	margin-top: 70%;
}
.magnific-img-link.image-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.magnific-img-link .caption {
	background: #FFF;
	color: #666;
}

.well-portfolio {
	display: block;
	border-radius: 0;
	border: none;
	background: #000;
	color: #FFF;
	padding: 10px;
	margin: 10px auto;
}
.gal-thumb .gallery_img-holder {
	border: #FFF 1px solid;
}

.topbannertext {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.over-overlay {
    position: relative;
    z-index: 9
}

.topbannertext h1 {
    color: #FFF;
    font-size: 56px;
    margin: 0 auto;
    padding-top: 60px;
    font-weight: 900;
    text-shadow: rgba(0, 0, 0, 0.67) 0 2px 4px
}

.gallery_img-holder {
    display: inline-block;
    position: relative;
    width: 100%
}

.gallery_img-holder:after {
    content: '';
    display: block;
    margin-top: 70%
}

.gallery_img-holder .the_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#work .btn.active {
    font-weight: 900;
    font-size: 120%
}

#work {
    position: relative
}

#loader-spin {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFF;
    text-align: center;
    padding-top: 100px;
    z-index: 9;
    transition: ease 0.5s
}

#loader-spin.hidden {
    display: none !important;
    transition: ease 0.5s
}

.work-item-title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #FFF;
    color: #333;
    text-align: center;
    padding: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px
}


.gallery_img-holder {
    display: inline-block;
    position: relative;
    width: 100%
}

.gallery_img-holder:after {
    content: '';
    display: block;
    margin-top: 70%
}

.gallery_img-holder .the_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.page-section-area {
	padding: 80px 0;
	margin: 15px auto;
}
.page-section-area h1,
.page-section-area h2,
.page-section-area h3 {
	margin-top: 0;
}
.price-thumb {
	display: block;
	position: relative;
}
.price-element {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	background: rgba(0,0,0,0.67);
	text-shadow: rgba(0,0,0,0.67) 1px 0 2px, rgba(0,0,0,0.2) 1px 2px 3px;
}
/* breadecrumbs */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb>a,
.breadcrumb-link,
a.breadcrumb-link {
	color: #333;
	text-decoration: none;
}
.breadcrumb span {
	margin: 0 6px;
}
.breadcrumb-link-text-wrap {
	margin: 0 !important;
}
@media (min-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav_link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}
}
@media (max-width: 1199px) {
	.navbar-expand-lg .navbar-nav .nav_link {
	    padding-left: 0;
	}
	.navbar-light .navbar-nav .dropdown-menu .nav_link {
		margin-left: 0;
		margin-right: 0;
	}
	.dropdown-menu {
		padding: 10px;
	}
}
footer.site-footer {
	padding: 30px 0;
	color: #000;
	background: #FFF;
}
.contact-info {
	background: #FFF;
	padding: 0;
	color: #000;
}
.site-inner {
	padding-bottom: 60px;
}
.thumbnail-property {
	border: #999 1px solid;
	margin-bottom: 10px;
	padding: 20px;
	color: #000;
}
.intro-area {
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px #999 solid;
}
.site-containerwowfadeIn .site-inner.container {
	background: none transparent;
}
.card-columns.inner-columns .card {
	padding: 15px;
	color: #000;
}
.card-columns.inner-columns .card.card-text,
.card-columns.inner-columns .card.card-text p {
	font-size: 14px;
	line-height: 18px;
}
.card-body .btn-default {
	color: #ff9933;
	font-weight: bold;
}
.card-columns.inner-columns  h4.card-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	font-weight: bold;
}

.top-header .container {
	max-width: 1300px;
}

.navbar-light .navbar-nav .nav_link {
	color: #000;
	text-transform: uppercase;
	margin-left: 5px;
	margin-right: 5px;
	width: max-content;
}
.home .site-inner.container {
	display: none;
}

.slide-inner-content h1,
.slide-inner-content h2,
.slide-inner-content h3,
.slide-inner-content h4 {
	color: #FFF;
}
.slide-inner-content .lead  {
	font-size: 14px;
	line-height: 20px;
}
.ucase {
	text-transform: uppercase
}
.footer-txt {
	padding: .5rem 1rem;
}

.footer-nav .nav>li{
  border-right: 1px solid #FFF;
}

.footer-nav .nav>li:last-child{
   border: none;
}
/*
.top-header .navbar-light .navbar-nav .show .dropdown-menu>.nav_link, 
.top-header .navbar-light .navbar-nav .active .dropdown-menu>.nav_link {
	color: #FFF;
	border-bottom:#666 solid 1px;
}
.top-header .navbar-light .navbar-nav .show .dropdown-menu>.nav_link:last-child, 
.top-header .navbar-light .navbar-nav .active .dropdown-menu>.nav_link:last-child {
	border-bottom: none;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #DDD;
	background-color:rgba(255,255,255,0.1)
}
*/

.main .content {
	padding-top: 30px;
}
body{
	position: relative;
}
header.top-header {
	position: relative;
	/* top:0;
	left:0;
	right:0;
	height: 60px;
	z-index: 99; */
}
header.top-header:after {
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.01) 100%);
    content: '';
    display: block;
    height: 5vh;
    position: absolute;
    width: 100%;
    /* top: 0; */
    z-index: 1;
}
.bg-light {
	background-color: #FFF !important;
	padding: 20px 0;
}

.dropdown-menu {
	margin: 0;
}

.navbar-nav {
	align-items: center;
}

.navbar-light .navbar-nav .nav_link:hover, .navbar-light .navbar-nav .nav_link:focus {
	color: #e31c25;
}
.dropdown-item.active, .dropdown-item:active {
	color: #e31c25;
	border-bottom: #e31c25 3px solid;
	background: #FFF;

}
@media (min-width: 992px) {
	.navbar-light .navbar-nav .dropdown-menu .nav_link:hover, .navbar-light .navbar-nav .dropdown-menu .nav_link:focus {
		color: #e31c25;
		border-bottom: #e31c25 3px solid;
	}
}
.navbar-light .navbar-nav .nav_link.dropdown-item:hover:after, 
.navbar-light .navbar-nav .nav_link.dropdown-item:focus:after {
	opacity: 1;
}
.btn-featured,
.gform_wrapper .button, 
.gform_button {
	overflow: visible !important;
	background-color: transparent;
	background: url(../images/btn_bg.png) no-repeat center center;
	background-size: auto 100%;
	border-radius:0;
	border: none;
	box-shadow: none;
	color: #FFF;
	padding: .75rem .75rem  !important;
	
}
.gform_wrapper .button, 
.gform_button {
	display: block  !important;
    width: 100%  !important;
	overflow: visible  !important;
	border-radius: 0;
	border: none;
	font-size: 1.25rem  !important;
    line-height: 1.5;
    margin: auto;
}

.btn-featured:hover, 
.btn-featured:focus, 
.btn-featured.focus,
.gform_wrapper .button:hover, 
.gform_button:hover,
.gform_wrapper .button:focus, 
.gform_button:focus {
    color: #e31c25;
    text-decoration: none;
    background-color: transparent;
	background: url(../images/btn_bg_hover.png) no-repeat center center;
	background-size: auto 100%;
	border-radius:0;
	border: none;
}
/* Beginning Front Page */
.slide-inner-content {
	position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
   z-index: 5;
}
.inner-slide-graphic {
	/* background: url(../images/NEAS-HEADER.png) no-repeat center center; */
	background: url(https://northeastautomaticsprinkler.com/wp-content/uploads/2020/05/NEAS-HEADER.png) no-repeat center center;
	background-size: auto 150px;
	-webkit-background-size: auto 250px;
	-moz-background-size: auto 250px;
	-o-background-size: auto 250px;
	position: absolute;
 	top: 0;
  left: 0;
  right:0;
  bottom:0;
  z-index: 9;
  overflow: visible;
}

.card-feature {
	color: #e31c25;
	border-radius: 0;
	text-align: center;
	background: #fff3ed;
	padding: 20px;
}


.card-feature .lead {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 300;
    border-bottom: solid 1px #e31c25;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.card-feature .portfolio-box-caption {
	text-align: left;
	color: #000;
	font-size: .75rem;
	line-height: 1.3rem;
	padding-left: 15px;
	padding-right: 15px;

}
.side-image-one {
	display: block;
	width: 100%;
	height: auto;
	background: url(../images/side_image_one.png) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
}
.feat-icon-holder {
    display: inline-block;
    position: relative;
    width: 40%;
    margin: auto;
}

.feat-icon-holder:after {
    content: '';
    display: block;
    margin-top: 95%
}

.the-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.the-img.systems {
	background: url(../images/icons/systems_icon.png) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.the-img.repair {
	background: url(../images/icons/repair_icon.png) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.the-img.inspection {
	background: url(../images/icons/inspection_icon.png) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.the-img.emergency {
	background: url(../images/icons/emergency_icon.png) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.home-area-main,
.testimonial-section {
	position: relative;
	display: block;
	padding: 0;
	margin: auto;

}
/* End Front Page */
.layer-element-placed {
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom: 0;
	z-index: 3;
}
.layer-element-placed.second {
	position: relative;
	z-index: 4;
}
.side-img-one {
	position: absolute;
	overflow: visible;
	height: 485px;
	top: -35px;
	left:0;
	right:20px;
	bottom: 20px;
	background: url(../images/side_image_one.png) no-repeat center right;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.side-img-two {
	position: absolute;
	overflow: visible;
	top: -30px;
	left:0;
	right:0;
	bottom: -30px;
	background: url(../images/side_image_two.png) no-repeat center right;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.side-img-three  {
	position: absolute;
	overflow: visible;
	top: -30px;
	left:0;
	right:0;
	bottom: -30px;
	/*background: url(../images/side_image_three.png) no-repeat center left;*/
	background: url(../images/NortheastSprinkler_6776.jpg) no-repeat center center;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.page-content.main-page-cntn p {
	line-height: 1.8;
}
.page-content.main-page-cntn h1.h2 {
	font-size: 1.75rem;
	margin-bottom: 30px;
}
.footer-title {
	color: #e31c25;
}
.gform_wrapper input,
.gform_wrapper textarea {
	padding: 20px !important;
	border-radius: 0;
	border: none;
	background: #fff4ef;
	height: auto;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder { 
  text-transform: uppercase;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder { 
  text-transform: uppercase;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder { 
  text-transform: uppercase;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder { 
  text-transform: uppercase;
}
.gform_wrapper textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder { 
  text-transform: uppercase;
}
.gform_wrapper textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder { 
  text-transform: uppercase;
}
.gform_wrapper textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder { 
  text-transform: uppercase;
}
.gform_wrapper textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder { 
  text-transform: uppercase;
}
#menu-footernav.nav>li:not(:last-child){
  border-right: 1px solid #000;
}


.footer-nav .nav > li{
    float:none !important;
    display:inline-block !important;
}

.footer-nav .nav {
    text-align:center !important;
}

.footer-nav .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.footer-nav .navbar .navbar-collapse {
  text-align: center;
}

:focus {
	outline: 2px #000 solid !important;
}

@media (min-width: 1200px) {
	.nav-item.dropdown,
	.nav_item.dropdown {
	  position: static;
	  border: none;
	  text-align: center;
	  width: 100%;
	}
	.nav > .dropdown-menu {
	  background: none;
	  border: none;
	  width: 100%;
	}
	.dropdown-menu li,
		.dropdown-item {
		  display:inline;
		}
	.dropdown-menu {
		text-align: center;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		right:0;
		left:0;
		border: none !important;
		border-radius: 0 !important;
	}
}
/* .header-spacer {
	display: block;
	width: 100%;
	height: 111px;
	clear: both;
} */
.team-member {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #e31c25 1px solid;
}
.team-member h3,
.team-member p {
	margin-bottom: 0;
}
.team-member p {
	font-size: 12px;
	margin-bottom: 6px;
}
.team-member .list-unstyled li {
	vertical-align: middle;
	line-height: 32px;
}
.team-member .fa, .team-member  .fas {
	color: #e31c25;
}

.team-member.member-shortcode {
	margin-bottom: 20px;
    border-bottom: 1px solid #e31c25;
}

.team-member.member-shortcode .fa, 
.team-member.member-shortcode  .fas {
	margin-right: 30px;
}

.team-member.member-shortcode li {
	line-height: 3em;
}

.team-member.member-shortcode .fa-2x {
	font-size: 1.2em;
	padding: 6px;
	border: none;
	border-radius: 0;
}
.team-member .fa.fa-filled,
.team-member .fas.fa-filled {
	border-radius: 0;
	background: #e31c25;
	color: #FFF;
}
.team-member.member-shortcode li {
	height: 35px;
	margin-bottom: 11px;
}
.team-member.member-shortcode li a {
	display: table;
	vertical-align: middle;
	height: 55px;
}
.team-list-helper {
	display: table-cell;
	vertical-align: middle;
	height: 55px;
}
.team-member.member-shortcode p.rocksalt {
    font-size: 16px;
    margin-bottom: 12px;
}
.topbannertext {
	position: absolute;
	left:0;
	right:0;
	bottom: -30px;
	height: 70px;
	overflow: visible;
	text-align: center;
}
.topbannertext h3 {
    color: #e31c25;
    text-decoration: none;
    background-color: transparent;
    background: url(../images/btn_bg_hover.png) no-repeat center center;
    border-radius: 0;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
    padding: 20px;
}

.site-inner {
	padding-top: 60px;
}
.btn-danger {
	border-radius: 0;
	border: #e31c25 1px solid;
	background: #e31c25;
	text-transform: uppercase;
}
.bottom-service-text {
	color: #e31c25;
	text-transform:  uppercase;
}
.feat-var {
	padding: 50px 0;
	background: #fff5ef;

}
.well-quote {
	background: #fff3ed;
	border-radius: 0;
	border: none;
	padding: 30px;
	color: #000;
	margin-bottom: 30px;
}
.redtext, 
hr.redline {
	color: #e31c25;
}
hr.redline {
	border-top: 1px solid #e31c25
}
/* Begin Team Page */
.team-section {
	display: block;
	width: 100%;
	padding: 30px;
	border-bottom: 1px solid #e31c25
}
.team-section h3.team-title {
	text-transform: uppercase;
	color: #e31c25;
	font-weight: bold;
	margin-bottom: 30px;
	margin-left: 30px;
}
.team-section .img-fluid {
	margin-bottom: 15px;
}

.team-section .team-years {
	margin-bottom: 15px;
}

h3.team-name {
	letter-spacing: 1px;
	font-size: 20px;
}
h3.team-name.smaller,
h3.smaller {
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* End Team Page */

.services-contact {
	text-align: center;
}

.featured-sect {
	background: #fff3ed;
	border-bottom: none !important;
}
.rocksalt.smallertxt {
	font-size: 14px;
}
.small-desc ul {
	padding: 5px;
	font-size: 12px;
}
.service-page {
	position: relative;
	background: url(../images/serice_bg.png) no-repeat center right;
	background-size: contain;
}
.grid_img_holder {
	display: inline-block;
    position: relative;
    width: 100%;
}
.grid_img_holder:after {
	content: '';
    display: block;
    margin-top: 100%
}
.grid_img_holder .the_img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.tweak-bot-fix {
	margin-bottom: 30px;
}
.gallery-header {
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.dark-link a,
.dark-link a:link,
a.dark-link,
a.dark-link:link {
	color: black;
}
.dark-link a:hover,
.dark-link a:focus,
a.dark-link:hover,
a.dark-link:focus {
	color: #666;
}
.card-deck{
	padding: 20px;
}
.card{
	background-color: #fef3ef;
	/* margin: auto; */
	text-align: center;
	color: black;
}
.card-body{
	padding: 0 1.25rem;
}
.card-footer {
	background-color: #fef3ef;
	border: none;
}
a.card:hover {
	/* box-shadow: 0 0 8px #e31c25; */
	color: black;
	text-decoration: none;
}
a.card:hover .btn-featured {
    color: #e31c25;
    text-decoration: none;
    background-color: transparent;
	background: url(../images/btn_bg_hover.png) no-repeat center center;
	background-size: auto 100%;
	border-radius:0;
	border: none;
}

.partner-logos {
	margin: auto;
	padding: 20px;
}
.partner-logos .row {
	align-items: center;
}
.partner-logos .img-fluid {
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.visible-xs,
	.visible-xs * {
		display: block;
	}
	.hidden-xs,
	.hidden-xs * {
		display: none;
	}

}
@media (min-width: 768px) {
	.visible-xs,
	.visible-xs * {
		display: none;
	}
	.hidden-xs,
	.hidden-xs * {
		display: block;
	}
}
.dropdown-menu {
	font-size: 14px;
}
.navbar-light .navbar-nav .show>.nav_link, 
.navbar-light .navbar-nav .active>.nav_link, 
.navbar-light .navbar-nav .nav_link.show, 
.navbar-light .navbar-nav .nav_link.active {
    color: rgba(0,0,0,0.9);
}
@media (min-width:768px) and (max-width: 1199px) {

}
@media (max-width: 767px) {
	.home-area-main,
	.testimonial-section h-100 {
		padding-left: 30px !important;
		padding-right: 30px !important;
		max-width: 100%;
		overflow-x: hidden;
	}
	.side-img-one {
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
	}

	.side-img-two {
		display: none;
	}
	.testimonial-section {
		background: #999;
		color: #FFF;
	}
	.mb-style-3 blockquote p:first-child:before {
		top: 20px;
	}

	.card-deck{
		display: flex;
		flex-direction: column;
		max-width: 500px;
		margin: auto;
	}
	/* .header-spacer {
		height: 35px;
	} */

	/* .home .header-spacer {
		height: 111px;
	} */

	.inner-top-holder .image-img {
		background-size: contain !important;
		-webkit-background-size: contain !important;
		-moz-background-size: contain !important;
		-o-background-size: contain !important;
		bottom: 30px;
	}

	.topbannertext {
		height: auto;
	}

	.site-inner {
		padding-top: 10px;
	}
}

@media (max-width: 500px) {
	.inner-slide-graphic {
		background-size: auto 100px;
		-webkit-background-size: auto 100px;
    	-moz-background-size: auto 100px;
    	-o-background-size: auto 100px;
	}

	.mb-style-3 blockquote {
		padding: 50px 25px;
	}

	#menu-footernav.nav li.menu-item-1200 {
		border-right: none;
		width: 100%;
	}
}