body {
    background: #fff;
    color: #343434;
    font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight:300;
    font-size: 18px;
    line-height: 20px;
}
a {
    color: #a21b19;
	text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #a21b19;
    text-decoration: none;
}
 
.red {
    color: #507171;
}
b, strong {
    font-weight: 600;
}

.image-right {
    float: right;
    margin: 5px 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'FuturaLight';
    line-height: 1.35em;
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    color: #707070;
}
h1, .h1{
    font-size: 56px;
}
h2, .h2{
    font-size: 33px;
	color: #a21b19;
}
h3, .h3{
    font-size: 30px;
}
h4, .h4{
    font-size: 26px;
	color: #a21b19;
}
h5, .h5{
    font-size: 22px;
}
h6, .h6{
    font-size: 18px;
	color: #a21b19;
}

hr {
	border-color: #e5e5e5;
}
div#sticky-wrapper {
}
nav.main-nav {
    position: relative;
    z-index: 100;
    height: 97px;
    background: #a21b19;
    box-shadow: none;
    transition: background .4s, box-shadow .4s;
}
.is-sticky nav.main-nav {
    background: #a21b19;
    z-index: 100;
}
nav.main-nav .nav-wrapper {
	display: grid;
    grid-template-columns: auto auto;
}
nav.main-nav .sf-menu {
    text-align:left;
    align-self: auto;
    width: 100%;
}
nav.main-nav .mobile-nav {
    display: none;
    text-align: right;
    align-self: center;
}
nav.main-nav .mobile-nav a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    line-height: 40px;
    font-size: 24px;
	border-bottom:none;
}
nav.main-nav .mobile-nav i.fa {
    background: #fff;
    text-align: center;
    color: #a21b19;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
}
nav.main-nav .logo {
    position: relative;
    height: 85px;
}
nav.main-nav .logo img.small {
    margin-top: 0px;
    transform: translateY(-200%);
    transition: transform .4s;
}
nav.main-nav .logo img.big {
    position: absolute;
    top: 0px;
    visibility: visible;
    opacity: 1;
    transition: opacity .4s, visibility 0s linear 0s, top .4s;
}
.is-sticky nav.main-nav .logo {
    position: relative;
}
.is-sticky nav.main-nav .logo img.small {
    visibility: visible;
    transform: translateY(0%);
}
.is-sticky nav.main-nav .logo img.big {
    visibility: hidden;
    opacity: 0;
    top: -50px;
    transition: opacity .4s, visibility 0s linear .4s, top .4s;
}

header.top, header.top div#bg-slideshow {
    position: relative;
    height: 450px;
}
header.top .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: table;
    z-index: 1;
	top: 0px;
}
header.top.big, header.top.big div#bg-slideshow {
    height: 730px;
}
header.top.small, header.top.small div#bg-slideshow{
     height: 350px;
}
header.top .container {
    position: relative;
    height: 100%;
}
header.top .slogan {
    position: absolute;
    color: #fff;
	background:#0b0b0b;
    text-transform: none;
    text-shadow: 2px 3px 3px rgba(0,0,0,1);
    line-height: 1.5;
    z-index: 2;
}

header.top.page .slogan, header.top.small .slogan, header.top.big .slogan {
    font-size: 22px;
    font-family: 'FuturaLight';
    text-transform: none;
    right: 0;
    left: 0%;
    bottom: 20px;
    top: auto;
    text-align: center;
    letter-spacing: 0;
    width: 100%;
}
header.top.page .slogan .bold, header.top.small .slogan .bold, header.top.big .slogan .bold {
    font-size: 30px;
}
header.top .slogan p {
    margin: 0;
}
header.top .slogan a {
	letter-spacing: 0px;
    text-shadow: none;
    padding: 20px 0px;
    display: block;
    text-decoration: none;
	color:#fff;
	border-bottom: none;
}
header.top .slogan:hover{background: rgba(11, 11, 11, .8);}
header.top .banner,
header.top .banner #slideshow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0!important;
    width: auto;
    height: auto;
}
header.top .banner #slideshow .camera_target {

}
section.home-content {
    position: relative;
}
section.home-content .photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
}
section.home-content .photo .img-box > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}
article.content img {
    height: auto;
    max-width: 100%;
    outline: none;
}

section.page-content {
    position: relative;
}

article.content a {
    border-bottom: 1px dotted;
    text-decoration: none;
}
article.content a:hover{
    border-bottom: none;
	text-decoration: underline;}
article.content img {
    height: auto;
    max-width: 100%;
    outline: none;
}
article.content {
    position: relative;
    padding: 40px 0;
}
section.home-content article.content {
    padding: 10px 0;
}
section.contact-content article.content {
    padding-bottom: 0;
}
.contact-content .page-title1 {
    padding-top: 50px;
}
article.content header.page-title, .contact-content .page-title1 {
    padding-bottom: 90px;
    text-align: center;
    background: url(../../images/new-images/h1.png) no-repeat bottom center;
    margin-bottom: 20px;
}
article.content header.page-title h1 {
	text-align:center;
	line-height: 1;}
article.content header.page-title h1 .subtitle {
    font-family: 'FuturaBook';
    color: #a41912;
}
article.content header.page-title1 h1 {
    margin-top: 55px;
}
article.content header.page-title h5 {
    margin: 0;
}
section.home-content article.content header.page-title h1{
    font-size: 53px;}
section.home-content article.content header.page-title {
        padding-top: 75px;
}
article.content header.page-title + h2 {
    margin-top: 0;
    margin-bottom: 30px;
}
article.content p {
    margin: 0 0 20px;
	text-align: justify;
}
article.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
article.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
article.content ul ul {
    list-style-type: circle;
}
article.content .table-style {
    position: relative;
}
article.content .table-style th {
    background: #f2f2f2;
}
article.content .table-style th,
article.content .table-style td {
    border: 1px solid #ccc;
    padding: 2px 5px;
}
section.contactform {
    position: relative;
    padding-top: 45px;
}
/**************/
article.content #AllNews {
    position: relative;
    padding-top: 30px;
}
article.content #AllNews .row {
    display: flex;
}
article.content #AllNews .row > [class*='col-'] {
    flex-direction: column;
}
article.content #AllNews .Item {
    position: relative;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 250px;
    background: rgba(255,255,255,0);
    transition: background .4s;
}
article.content #AllNews .Item:hover {
    background: #f6f6f6;
}
article.content #AllNews .Item .photo {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
article.content #AllNews .Item .photo img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .4s;
}
article.content #AllNews .Item:hover .photo img {
    filter: brightness(70%) contrast(70%);
}
article.content #AllNews .Item .photo.nophoto {
    position: relative;
    height: 100%;
    background: #eee url(../../images/new-images/logo-Garage-carrosserie-Paul-bvba.png) center no-repeat;
    background-size: 50%;
    transition: background-color .4s;
}
article.content #AllNews .Item:hover .photo.nophoto {
    background-color: #ccc;
}
article.content #AllNews .Item .photo::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 40px;
    background: #fff;
    z-index: 10;
    transition: top .4s;
}
article.content #AllNews .Item .photo::after {
    content: '';
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 1px;
    background: #fff;
    z-index: 10;
    transition: left .4s;
}
article.content #AllNews .Item:hover .photo::before {
    top: 50%;
}
article.content #AllNews .Item:hover .photo::after {
    left: 50%;
}
article.content #AllNews .Item figcaption {
    position: relative;
}
article.content #AllNews .Item figcaption h3 {
    margin: 0 0 15px;
    transition: color .4s;
}
article.content #AllNews .Item:hover figcaption h3 {
    color: #a21b19;
}
article.content #AllNews .Item figcaption .button {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
    text-shadow: none;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #a21b19;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
    transition: box-shadow .4s;
}
article.content #AllNews .Item:hover figcaption .button {
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
article.content #AllNews .Item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/************/
section.services {
    position: relative;
    /*background: url(../../images/new-images/bg-topview01.jpg) center no-repeat;*/
    color: #fff;
    background-size: cover;
    text-align: center;
    padding: 80px 0 130px;
}
section.services h5 {
    margin: 0 0 93px;
    font-size: 24px;
    line-height: 0.1;
    color: #fff;
    background: url(../../images/new-images/h5.png) no-repeat center center;

}
section.services h3 {
    margin: 0px;
    text-transform: uppercase;
	font-family: 'FuturaBook';
    color: #fff;
    font-size: 73px;
}
section.services h4 {
	font-size: 30px;
    margin:23px auto 0;
	color: #fff;
	width: 100%;
   float: left;
   text-align: center;
}
.box {
    position: relative;
    color: #fff;
    text-decoration: none;
}
.box:hover {color:#fff;}
.box:hover h4 {}
section.services .icon {
	width: 77px;
    height: 72px;
    margin: 0px auto;
}
section.satisfaction {
    position: relative;
    padding: 164px 0 125px;
    text-align: center;
    background: url(../../images/new-images/bg-box.jpg) center center no-repeat;
    margin: 15px 0;
}
section.satisfaction .box1 {
    float: right;
}
section.satisfaction h3 {
        margin: 0px;
    font-size: 48px;
    color: #3c3c3c;
}

section.satisfaction .btn {
    background: #a21b19;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    padding: 10px 60px 15px;
    border-radius: 8px;
    margin-top: 45px;
    border-bottom: none;
    display: inline-block;
    font-style: italic;
}
section.satisfaction .btn:hover {
	background: #000;}
section.cta {
    position: relative;
    background: url(../../images/new-images/bg-box2.jpg) center no-repeat;
    padding: 155px 0 80px;
    text-align: center;
}
section.cta .box-cta {
    float: left;
	position: relative;
}
section.cta h3 {
	font-family: 'FuturaLight';
    margin:0px;
    text-transform: uppercase;
    color: #424242;
    font-size: 48px;
	text-align:left;
}
section.cta h3 .bold{
		font-family: 'FuturaBook';}
section.cta p {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    color: #5b5b5b;
    font-style: italic;
}
section.cta .btn {
    background: #a21b19;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    padding: 10px 60px 15px;
    border-radius: 8px;
    margin-top: 45px;
    border-bottom: none;
    display: inline-block;
    font-style: italic;
}
section.cta .btn:hover {
    background: #000;}
footer.bottom {
    position: relative;
    padding: 28px 0;
   
    background: #fff;
	border-top: 1px solid #bdaea6;
}
footer.bottom .footer-wrapper {
   /* display: grid;
    grid-template-columns: repeat(2, 50%);*/
}
footer.bottom .contact {
    margin-left: -50px;
}
footer.bottom .adres {
    float: left;
}
footer.bottom .Info {
    float: right;
    text-align: right;
}
footer.bottom a{
	color:#ab3430;
	text-decoration:underline;
	border-bottom:none;}
footer.bottom a:hover{
	text-decoration:none;}
span.number-responsive a {
    display: none;
}
footer.bottom  h3 {
	position:relative;
    color: #1e110b;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    margin-top: 0;
    padding-bottom: 9px;
    margin-bottom: 14px;
}
footer.bottom  h3:after {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	right:auto;
	top:auto;
	width:125px;
	height:3px;
	background:#000;}
footer.bottom .Info h3{
	position:relative;}
footer.bottom .Info h3:after{
	left:auto;
	right:0;
	width:180px;}
footer.bottom .social {
    text-align: center;
    align-self: end;
    margin-top: 85px;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
    content: "\f003";
}
footer.bottom .social .facebook::before {
    content: "\f09a";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_twitter::before {
    content: "\f099";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_linkedin::before {
    content: "\f0e1";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share::before {
    content: "\f0d5";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share {
    position: relative;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share #___plusone_0,
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share iframe {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    top: 3px!important;
    opacity: 0;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
    content: "\f231";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b, footer.bottom .social .facebook {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0 2 0 2px;
    position: relative;
    z-index: 1;
    color: #fff;
	width:30px;
	height:30px;
	border-radius:50%;
	background:#a21b19;
    text-decoration: none;
    transition: color .4s;
    float: none;
	text-align: center;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b::before, footer.bottom .social .facebook::before {
    font-family: 'FontAwesome';
    speak: none;
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b:hover, footer.bottom .social .facebook:hover {
    background: rgba(162, 27, 25, .8);
	box-shadow: 0 5px 30px rgba(0,0,0,.5);
}
/***************footer.maps****************/
footer.maps {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: #eee;
}
footer.maps a:first-of-type {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    font-size: 0;
}
.googlemaps_v2 label.modal-label {
    cursor: pointer;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
	color:#ab3430;
}
.googlemaps_v2 label.modal-label:hover {
	text-decoration:none;}
footer.maps .googlemaps_v2 label.modal-label {
    cursor: pointer;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    font-size: 0;
}
.googlemaps_v2 .modal__inner iframe {
position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: grayscale(100%);
    transition: filter .4s;
}
footer.maps iframe {
    position: absolute;
    width: calc(100vw + 200px);
    height: 550px;
    left: -100px;
    right: -100px;
    top: -100px;
    bottom: -100px;
    filter: grayscale(100%);
    transition: filter .4s;
}
footer.maps:hover iframe {
    filter: grayscale(35%);
}
#btp_id {
    width: 71px;
    height: 49px;
    display: table;
    margin: 35px auto 0;
	background:url(../images/btw.png) no-repeat center;
}
#btp_id img{
	width: 71px;
    height: 49px;
	opacity:0;}

#scrollUp {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 15px 10px;
        background: rgba(162, 27, 25, 1);
    border-radius: 5px;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: background .4s, box-shadow .4s;
	border-bottom:none;
}
#scrollUp:hover {
        background: rgba(162, 27, 25, .8);
    box-shadow: 0 5px 30px rgba(0,0,0,.5);
}
 
div.cc-cookies {
    width: 100%;
}
.cc-cookies {
    background: #0a0a0a !important;}
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    background: #a41912 !important; color:#fff !important;}
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
    background: #fff !important;
	color:#0a0a0a !important;}	
.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}
div#_atssh {
    bottom: 0;
}

.img-box {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width : 1199px) {

    .homepageTemplate nav.main-nav .sf-menu {
        text-align: right;    }
	form.contactForm input[type="submit"], form.contactForm input.submit-button{font-size: 13px!important;padding: 10px 12px!important;}
	header.top.page .slogan, header.top.small .slogan, header.top.big .slogan {
    font-size: 18px;}
	section.services h4 {
    font-size: 28px;}
}
@media only screen and (max-width : 1024px) {
		
   }
@media only screen and (max-width : 991px) {
	nav.main-nav {
		height: 77px;}
	nav.main-nav ul.sf-menu {
		display: none;
			}
	nav.main-nav .mobile-nav {
		display: table;
		float: none;
		margin: 15px auto;
			}
	.mm-menu .mm-listview > li a:not(.mm-next):hover{ 
		background:#a21b19!important; 
		color:#fff!important;}
	.selected{
		background:#a21b19!important; 
		color: #fff!important;}
	header.top .logo img {
   		max-width: 200px;}

    nav.main-nav .logo img.small {
        top: 0px;
		max-width: 100%;	
    }
	 nav.main-nav .logo {
        height: 65px;
		max-width:220px;
		float:left;
    }
    nav.main-nav .logo img.big {
    top: 0px;
     max-width: 100%;
    }
    header.top, header.top div#bg-slideshow {
        height: 350px;
    }
    header.top.small, header.top.small div#bg-slideshow {
        height: 350px;
    }
    header.top.big, header.top.big div#bg-slideshow {
        height: 350px;
    }
    header.top .container {
        position: static;
        height: auto;
    }
	header.top.page .slogan, header.top.small .slogan, header.top.big .slogan {
    font-size: 14px;}
	header.top.page .slogan .bold, header.top.small .slogan .bold, header.top.big .slogan .bold {
    font-size: 25px;}
    section.home-content article.content, article.content {
        padding: 50px 0;
    }
    section.home-content article.content header.page-title {
        padding-top: 0;
    }
	h1, .h1 {
    font-size: 35px;
	}

    section.contactform {
        padding: 50px 0;
    }
    section.services {
        padding: 50px 0;
        background-size:cover;
    }
	section.services h4 {
    font-size: 21px;}
    section.satisfaction {
        padding: 50px 0;
    }
	section.satisfaction h3 {
    	font-size: 35px;}

    section.cta {
        padding: 50px 0;    }


}
@media only screen and (max-width : 767px) {
			.image-right,
			.image-left {
				float: none;
				margin: 10px auto;
				max-width: 100%;
				height: auto;
				display: block;
			}
			header.top.page .slogan .bold, header.top.small .slogan .bold, header.top.big .slogan .bold {
    			font-size: 20px;}
			h1, .h1 {
				font-size: 36px;
			}
			header.top .logo {
				text-align: center;
			}
			header.top .logo img {
				max-width: 200px;
			}
			header.top .slogan, header.top.small .slogan, header.top.page .slogan
			header.top.big .slogan {
				    font-size:20px;
			}
			article.content img {
				max-width: 100%;
				height: auto;
			}
			section.satisfaction h5 {
			font-size: 35px;}
			
			section.services {
				background-size: cover;
			}
			section.services h3 {
				margin-bottom: 10px;
				 font-size: 30px;
			}
			section.cta h3 {
			font-size: 30px;}
			section.home-content article.content header.page-title h1 {
    			font-size: 40px;}
			h2, .h2 {
			font-size: 28px;}
			form.contactForm {
			padding: 40px 50px 174px!important;
			}
			form.contactForm .g-recaptcha, form.contactForm .submitButton {
			float: left !important;
			clear: both;
			}
			footer.bottom .adres {
				float: none;
				display: table;
				margin: 0 auto;
				text-align: center;}
			footer.bottom .Info {
				float: none;
				text-align: center;
				clear: both;}
			footer.bottom h3::after {
				left: 50%;
				transform: translate(-50%);}
			footer.bottom .Info h3::after {
				left: 50%;
				right: auto;}
			footer.bottom .social {
				float: none;
				margin-top: 10px;
			}
			footer.bottom .contact {
    			margin-left: 0px;}
			footer.bottom {
				position: relative;
				padding: 28px 0 90px;}
			span.number-responsive a {
				display: inline-block;}
			span.number {    
				display: none;}
}
@media only screen and (max-width : 480px) {
		header.top .logo img {

   	 max-width: 170px;		}
	section.home-content article.content header.page-title .botton {
    font-size: 16px;
    width: 305px;}
    footer.bottom .footer-wrapper {
        grid-template-columns: 100%;
    } 
	form.contactForm {
    padding: 40px 7px 60px!important;
	}
	header.top .slogan a {
    line-height: 1;
	padding: 14px 10px;}
	header.top.page .slogan .bold, header.top.small .slogan .bold, header.top.big .slogan .bold {
    font-size: 24px;}
	header.top.page .slogan, header.top.small .slogan, header.top.big .slogan {
    font-size: 16px;}
	section.services h5 {
    	margin: 0 0 40px;}
	section.home-content article.content header.page-title h1 {    
		font-size: 25px;}
	h1, .h1 {
		font-size: 27px;
	}
	h2, .h2 {
		font-size: 25px;
	}
	h3, .h3 {
		font-size: 23px;
	}
	h4, .h4 {
		font-size: 21px;
	}
	h5, .h5 {
		font-size: 19px;
	}
	h6, .h6 {
		font-size: 17px;
	}
	section.services h3 {
    font-size: 37px;
	}
	section.services h5 {
    background: none;}
	section.services h4 {
    font-size: 20px;
	}
	section.cta h3 {
		font-size:22px; color: #000;}
	section.cta p {
		font-size: 20px;
		color: #000;	}
	section.satisfaction {
    	background: url(../../images/new-images/bg-box.jpg) center;}
	section.satisfaction h3 {
		font-size: 24px; color: #000;}
	section.satisfaction h5 {
    	font-size: 23px;
		font-weight: 600;color: #000;	}
	section.cta::before {
		width: 300px;
		height: 280px;
		background-size: contain;}
    }

