body {
	margin-top: 0 !important;
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a {
	font-family: 'Lato', sans-serif;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1.2em;
} 
a, a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
@media (min-width: 992px) {
	.home-services .grey-bck {
		padding: 100px 95px;	
	}
	.home-services .red-bck {
		padding: 100px 95px;	
	}
	.home-solutions .red-bck {
		padding: 100px 95px;	
	}
	.home-solutions .grey-bck {
		padding: 100px 95px;	
	}
	.about-us .black-bck {
		padding: 100px 95px;
	}
}
.red-bck {
	background: rgb(237, 28, 35);
	color: #FFFFFF;
}
.grey-bck {
	background: #3b3b3b;
	color: #FFFFFF;
}
.thin {
	font-weight: 300;
}
.bold {
	font-weight: 400;
}
@media (min-width: 768px) {
	.navbar-nav {
	    float: right;
	}
}
.navbar, .navbar-header {
	min-height: 80px;
	z-index: 100000;
}
.navbar-toggle:before {
	content: '\f00d';
	font-family : 'Font Awesome\ 5 Free';
	color: rgb(237, 28, 35);
	font-size: 16px;
	font-weight: 900;
}
.navbar-toggle.collapsed:before {
	content: '\f0c9';
	font-family: 'Font Awesome\ 5 Free';
	color: rgb(237, 28, 35);
	font-size: 16px;
	font-weight: 900;
}
.navbar-fixed-top .navbar-collapse {
	max-height: 1000px;
}
.navbar-default .navbar-nav>li>a {
	padding: 30px 15px;
	color: #FFFFFF;
	background: #121212 !important;
	border-top: 5px solid transparent;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	box-shadow: none;
	border: none;
}
.dropdown-menu {
	background: #121212 !important;
}
.dropdown-menu > li > a {
	color: #FFFFFF;
	background: #121212 !important;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:active, .navbar-nav>li>a:focus, .navbar-nav>li>a:focus-within {
	border-color: rgb(237, 28, 35) !important;
	color: rgb(237, 28, 35) !important;
}
.dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus, .dropdown-toggle:focus-within {
	border-color: rgb(237, 28, 35) !important;
	color: rgb(237, 28, 35) !important;
}
.dropdown.open {
	border-color: rgb(237, 28, 35) !important;
	color: rgb(237, 28, 35) !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	border-color: rgb(237, 28, 35) !important;
	color: rgb(237, 28, 35) !important;	
}
.nav > li.menu-active > a {
	border-color: rgb(237, 28, 35);
	color: rgb(237, 28, 35);
}
.navbar {
	border: none;
	margin: 0;
	background: #121212;
    border-radius: 0;
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav>li>a {
    	padding: 15px;
		border-top: 2px solid transparent;
    }
    .navbar-default .navbar-toggle {
    	border: none;
    	margin-top: 20px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    	background: none;
    }
}
.dropdown-menu li a:hover {
	color: rgb(237, 28, 35);
}
#myCarousel {
	height: calc(100vh - 85px);
}
.index-intro-inside {
	height: calc(100vh - 85px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.slide-wrapper {
	display: table;
	height: calc(100vh - 85px);
	width: 100%;
}
.slide-align {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	width: 100%;
}
.main-slider h2 {
	font-size: 3em;
}
.main-slider a {
	padding: 10px 20px;
	background: rgb(237, 28, 35);
	color: #FFFFFF;
	display: inline-block;
	margin: 20px 0;
	font-size: 18px;
}
.slide-grey-bck {
	background: rgba(0,0,0,.7);
}
.home-services {
	background: url("/images/vehicle-wraps-and-graphics.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.vehicle-graphics-services {
	background: url("/images/vehicle-wraps-and-graphics-services.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.paint-protection-services {
	background: url("/images/paint-protection-service.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
@media (max-width: 991px) {
	.home-services {
		background: rgb(237, 28, 35);
		text-align: center;
	}
	img {
		display: block;
		margin: 0 auto;
	}
	.home-services .red-bck {
		padding-top: 50px;
		padding-bottom: 50px;	
	}
}
.home-services-inner {
	margin: 52px 0;
}
.home-services h2 {
	margin: 0;
}
.red-button {
	padding: 0.579em 1.105em 0.842em;
	font-size: 19px;
	text-align: center;
	background-color: #FFFFFF;
	color: rgb(237, 28, 35);
	border-radius: 4px;
	display: block;
	transition: .2s linear;
}
.red-button:hover {
	color: #FFFFFF;
	background: rgba(0,0,0,.7);
}
.home-solutions {
	background: url("/images/why-choose-mad-graphics.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.home-benefits {
	padding: 52px 0;
	background: url("/images/congruent_outline.png");
	background-repeat: repeat;
}
.home-benefits-inner {
	padding: 30px;
	background: rgba(9, 49, 109, 1);
	color: #FFFFFF;
}
.home-solutions h2 {
	margin: 0;
}
.home-solutions-inner {
	margin: 52px 0;
}
@media (max-width: 991px) {
	.home-solutions .grey-bck {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.home-solutions-inner {
		margin:0;
		margin-top: 52px;
	}
}
@media (max-width: 767px) {
	.home-solutions {
		text-align: center;
	}
}
.home-blog {
	padding: 10% 0;
	background: #000000;
}
.home-blog-row {
	margin-top: 52px;
}
.home-blog h2 {
	color: #FFFFFF;
	margin: 3px;
	font-size: 4em;
}
.home-blog-thumb {
	padding: 3px;
	background: #0c0c0c;
	border-radius: 1px;
	margin-bottom: 10px;
}
.home-blog-img {
	position: relative;
}
.home-blog-img-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	background: rgba(000, 000, 000, .5);
	top: 0;
	left: 0;
	opacity: 0;
	transition: .3s linear;
}
.home-blog-img-overlay span {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: #FFFFFF;
}
.home-blog {
	text-align: center;
}
.home-blog-info {
	background: #09316d;
	color: #FFFFFF;
	padding: 4px;
}
.home-blog-info p {
	margin: 0;
	margin-bottom: 4px;
}
.home-blog .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	transition: .3s linear;
}
.home-blog-link:hover .home-blog-img-overlay{
	opacity: 1;
}
.home-biz-info-bck {
	background: url("/images/contact-mad-graphics-mississauga.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.home-biz-info {
	background: rgb(8, 48, 108);
	padding: 50px 60px;
	color: #FFFFFF;
}
.home-biz-info img {
	display: block;
	margin: 0 auto 30px auto;
}
.home-biz-info h4 {
	color: #FFFFFF;
	margin-top: 30px;
	text-transform: uppercase;
}
.home-biz-info span {
	color: #FFFFFF;
	margin-right: 15px;
}
.home-biz-info-line {
	width: 100%;
	background: #FFFFFF;
	height: 1px;
	margin: 10px auto 30px auto;
}
.home-biz-info .red-button {
	margin-top: 30px;
}
.work-slider {
	padding: 40px 0;
	background: #000000;
}
.book-appointment {
	background: rgb(237, 28, 35);
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	height: 250px;
}
.book-appointment img {
	display: block;
	margin: 0 auto;
}
.ani-top {
	transform: translateY(100%);
	opacity: 1;
	transition: .5s;
}
.ani-bottom {
	transform: translateY(-45%) scale(0.001);
	opacity: 0;
	transition: .5s;
}
.book-appointment:hover .ani-top {
	transform: translateY(-100%);
	opacity: 0;
}
.book-appointment:hover .ani-bottom {
	transform: translateY(-45%) scale(.4);
	opacity: 1;
}
.testimonials {
	text-align: center;
	color: #FFFFFF;
	background: url("/images/testimonials-and-reviews-mad-graphics.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 40px 0;
}
.testimonial-border {
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 40px;
	border-radius: 5px;
}
.testimonial-holder {
	padding: 20px;
	background: #0c0c0c;
}
.contact {
	background: hsl(358, 85%, 52%);
	padding: 40px 0;
}
.contact h2 {
	color: #FFFFFF;
}
.contact input, .contact textarea {
	width: 100%;
	border-radius: 4px;
	border: none;
	padding: 10px 8px;
	margin: 10px 0;
	color: #000000;
}
.contact textarea {
	height: 100px;
	resize: none;
	color: #000000;
}
footer {
	padding: 20px 0;
	background: #121212;
	text-align: center;
	color: #666;
}
footer .footer-links {
	font-size: 12px;
}
footer a {
	color: hsl(358, 85%, 52%);
}
footer a:hover {
	color: hsl(358, 85%, 52%)
}
footer .fab {
	color: hsl(358, 85%, 52%);
	font-size: 22px;
	margin: 10px;
}
.page-heading {
	color: #FFFFFF;
	text-align: center;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 1.5em;
}
.contact-header {
	background-image: url("/images/contact-h.jpg");
}
.quote-header {
	background-image: url("/images/get-a-quote-h.jpg");
}
#map {
	height: 400px;
}
.quote {
	background: hsl(358, 85%, 52%);
	color: #FFFFFF;
	padding: 40px 0;
}
.quote input, .quote textarea {
	width: 100%;
	border-radius: 4px;
	border: none;
	padding: 10px 8px;
	margin: 10px 0;
	color: #000000;
}
.quote textarea {
	height: 100px;
	resize: none;
	color: #000000;
}
.about-us {
	background: url("/images/about-mad-graphics.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
input[type="radio"] {
	width: auto;
}
@media (min-width: 992px) {
	.about-us .black-bck {
		padding: 100px 95px;	
	}
}
.about-us-inner {
	margin: 52px 0;
}
.black-bck {
	background: #000000;
	color: #FFFFFF;
}
.about-header {
	background-image: url("/images/about-h.jpg");
}
.vehicle-wraps-header {
	background-image: url("/images/vehicle-wraps-and-graphics-services-h.jpg");
}
.custom-vinyl-graphics-header {
	background-image: url("/images/custom-vinyl-graphics-services-h.jpg");
}
.paint-protection-film-header {
	background-image: url("/images/paint-protection-film-services-h.jpg");
}
.about-header {
	background-image: url("/images/about-h.jpg");
}
.gallery-header {
	background-image: url("/images/gallery-h.jpg");
}	
.service-about {
	text-align: center;
	color: #FFFFFF;
	background: url("/images/congruent_outline.png");
	background-repeat: repeat;
	padding: 100px 0;
}
.service-about img {
	display: block;
	margin: 20px auto;
}
.service-about h2 {
	font-size: 3.8em;
	margin: 30px 0 60px 0;
}
.faq-header {
	background-image: url("/images/faqs-h.jpg");
}
.blog-header {
	background-image: url("/images/blog-h.jpg");
}
.panel-group .panel+.panel {
	margin: 0;
}
.faqs {
	background: url("/images/congruent_outline.png");
	background-repeat: repeat;
	padding: 100px 0;
	color: #FFFFFF !important;
	text-align: center;
}
.panel-default>.panel-heading {
	background-color: transparent;
	border: none;
}
.panel {
	background: transparent;
	border: none;
	box-shadow: none;
}
.panel-title {
	color: #FFFFFF;
	font-weight: 700;
}
.faqs img {
	display: block;
	margin: 10px auto;
}
/* == LETS MODIFY SOME COLORS AND STYLE FOR THE DEMO == */

		/* full width */
		.full-width{
			width: 100%;
		}
		
		/* Set the style of the thumbnail overlay items */
		.media-box-title{
			color: #fff;
			font-size: 13px;
			margin-bottom: 5px;
			text-transform: uppercase;
		    letter-spacing: 1px;
		    line-height: 28px;
		}
		.media-box-date{
			color: #F2F2F2;
		}

        /* Remove box shadow and border-radius from the media boxes */
		.media-box-container{
			  -webkit-border-radius: 0px;
			  	 -moz-border-radius: 0px;
			  		  border-radius: 0px;

			  -webkit-box-shadow: none;
			  	 -moz-box-shadow: none;
			  	   -o-box-shadow: none;
			      -ms-box-shadow: none;
			  		  box-shadow: none;
		}

		/* hide no more entries button */
		.media-boxes-no-more-entries{
			display: none;
		}

		/* make your own style of the filter */
		.filters-container{
			margin-bottom: 40px;
		}
		.custom-filter{
			padding: 0;
			text-align: center;
		}
		.custom-filter li{
			list-style: none;
			display: inline-block;
			margin: 0 9px;
			font-size: 12px;
		}
		.custom-filter li a{
			color: #999;
			text-decoration: none;
		}
		.custom-filter li a:hover{
			color: #333;
		}
		.custom-filter li a.selected{
			color: #D1474C !important;
		}

		/* The different colors */

		.happy-blue{
			background: rgba(0,0,0, .6);
		}
	
/* Blog pages
---------------------------------- */
.blog-page {
	background: rgb(0, 0, 0);
	padding: 52px 0;
}
.blogpost {
  margin: 0 0 70px;
}
.blogpost header {
  padding: 20px 10px 20px;
}
.blogpost header h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  
}
.blogpost header h2 a {
	color: hsl(358, 85%, 52%) !important;
}
.blogpost .post-info {
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
}
.blogpost .post-info > span {
  margin-right: 5px;
  display: inline-block;
}
.blogpost .blogpost-content {
  padding: 0 10px 10px;
}
.blogpost .blogpost-content p {
  color: #FFFFFF !important;
}
.blogpost .blogpost-content a {
  color: hsl(358, 85%, 52%) !important;
}
.blogpost .row .blogpost-content {
  padding-bottom: 0;
}
.blogpost footer {
  font-size: 12px;
  padding: 10px;
  color: #aaa;
  border-top: 1px solid #eaeaea;
}
.blogpost .row + footer {
  padding: 10px 0;
}
.blogpost.full {
  margin-bottom: 30px;
}
.blogpost.full header {
  padding: 0 0 15px 0;
}
.blogpost.full .blogpost-content {
  padding: 0 0 5px;
}
.blogpost.full footer {
  padding: 10px 0;
}		
aside h3 {
	color: hsl(358, 85%, 52%);
}
aside p {
	color: #FFFFFF;
}
.menu-logo {
	height: 52px;
}
.portfolio-logo {
	height: 82px;
}
.page-sub-heading {
	color: #FFFFFF;
	padding: 30px 0;
	text-align: center;
}
.page-sub-heading h3 {
	font-size: 2em;
	margin-bottom: 25px;
}
.page-sub-heading p {
	font-size: 18px;
}
.custom-filter li {
	font-size: 16px;
}
/*Slider*/ 
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }
.center {
	text-align: center;
}
.mb40 {
	margin-bottom: 40px;
}
.red {
	color: rgb(237, 28, 35);
}
/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.home-services-inner h5 {
	line-height: 25px;
}
.service-about img {
	border: 2px solid #000000;
	border-radius: 4px;
}
.icon-circle {
	height: 80px;
	width: 80px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	margin: 20px auto;
}
.icon-circle span {
	font-size: 42px;
	line-height: 72px;
}
.blog-index {
	background: #121212;
}
.blog-index p {
	color: #FFFFFF;
}
.blog-preview p {
	margin: 40px 0;
}
.blog-index h2 {
	color: hsl(358, 85%, 52%);
	margin: 30px 0;
}
.blog-index small {
	color: #FFFFFF;
	margin: 10px 0;
	display: block;
}
.blog-index small span {
	margin-right: 10px;
}
.blog-index h3 {
	color: hsl(358, 85%, 52%);
	margin: 30px 0;
}
.read-more {
	text-align: right;
	display: block;
	color: hsl(358, 85%, 52%);
}

.blog {
	background: #121212;
}
.blog p {
	color: #FFFFFF;
}
.blog-content p {
	margin: 40px 0;
}
.blog h2 {
	color: hsl(358, 85%, 52%);
	margin: 30px 0;
}
.blog small {
	color: #FFFFFF;
	margin: 10px 0;
	display: block;
}
.blog small span {
	margin-right: 10px;
}
.blog h3 {
	color: hsl(358, 85%, 52%);
	margin: 30px 0;
}
.home-biz-info img {
	height: 80px
}
.book-appointment a {
	color: #FFFFFF;
}
.home-services .grey-bck h3  {
	margin-top: 40px;
}
.panel-body {
	color: #FFFFFF;
}
.panel a:hover {
	color: hsl(358, 85%, 52%) !important;
}
.blog li {
	color: #FFFFFF !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #FFFFFF;
}
 .hovicon.effect-8 {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(0,0,0, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-8:hover {
    background: rgba(0,0,0, 0.05);
    color: #fff;
    animation: border 1.3s ease-out 75ms;
    -moz-animation: border 1.3s ease-out 75ms;
    -webkit-animation: border 1.3s ease-out 75ms;
}
.hovicon.effect-8:hover i {
    color: #fff;
}
.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@keyframes border {
    0% {
        border-color: transparent;
    }
    100% {
        border-color: #FFFFFF;
    }
}
@-webkit-keyframes border {
    0% {
        border-color: transparent;
    }
    100% {
        border-color: #FFFFFF;
    }
}
@-moz-keyframes border {
    0% {
        border-color: transparent;
    }
    100% {
        border-color: #FFFFFF;
    }
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
.hovicon {
    display: inline-block;
    font-size: 45px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
#sent {
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	margin: 10px 0;
	border-radius: 5px;
	display: none;
}
.home-services a {
	color: #D1474C !important;
	font-weight: bold;
}
.home-services a:hover {
	color: #FFFFFF !important;
}
.gray-overlay {
	background: rgba(0,0,0,.6);
	height: 100%;
	padding: 13vw 0;
}
.grid-section {
	background: #3b3b3b;
}
.custom-filter li a {
	color: #FFFFFF;
}
.custom-filter li a:hover {
	color: #D1474C;
}
.slider-down .fa {
	display: block;
	text-align: center;
	color: rgb(237, 28, 35);
	font-size: 24px;
	line-height: .4;
}
.bounce {
  animation: bounce_4241 3.6s ease infinite;
  transform-origin: 50% 50%;
  margin-top: 50px;
}

@keyframes bounce_4241 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.faqs img {
	height: 122px;
}
#mep_0, video {
	width: 100% !important;
}