/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Prlx - Creative Digital Agency HTML Template
* File          : Main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Banner area css
04. Brand  area css
05. About  area css
06. Services area css
07. Portfolio area css
08. Recent News css
09. How it Work area css
10. Counter Stat area css
11. Our Team area css
12. Testimonial area css
13. Infobar area css
14. Contact us area css
15. Footer area css
16. Responsive Media Query css
-------------------------------------------------------------------------------------- */

/************************************/
/***** 	   01. General css		 ****/
/************************************/

body{
	font-family: 'Poppins', sans-serif;
	color: #a5a5a5;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

img{
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 700;
}

::-webkit-scrollbar-track {background-color: #f1f1f1;border-left: 1px solid #ededed;}
::-webkit-scrollbar {width: 7px;background-color: #111;}
::-webkit-scrollbar-thumb {background: #111;}

.container {
	max-width: 1270px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
	position: relative;
	z-index: 1;
}

.row > * {
	padding-right: 15px;
	padding-left: 15px;
}


.row.no-gutters{
	margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > * {
	padding-right: 0px;
	padding-left: 0px;
}

.preloader{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #111;
	z-index: 9999;
}

.lds-ellipsis{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	width: 64px;
	height: 64px;
}

.lds-ellipsis span{
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis span:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis span:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis span:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis span:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1{
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3{
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2{
	0% {
		transform: translate(0, 0);
	}
	
	100% {
		transform: translate(19px, 0);
	}
}

.btn-custom{
	display: inline-block;
	background: #111;
	color: #fff;	
	padding: 14px 30px;
}

.btn-custom:hover{
	color: #fff;
}

.btn-fill{
	position: relative;
    transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    transition: color 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-fill:before{
	content: "";
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	-webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform-origin-x: 0px;
    -webkit-transform-origin-y: 100%;
}

.btn-fill:hover{
    color: #fff !important;
}

.btn-fill:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.image-hover-effect{
	position: relative;
}

.image-hover-effect:before,
.image-hover-effect:after{
	content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}

.image-hover-effect:before{
	right: 0;
    opacity: 1;
    top: 0;
}

.image-hover-effect:after{
	bottom: 0;
    opacity: .7;
    left: 0;
}

.image-hover-effect:hover:after,
.image-hover-effect:hover:before{
    height: 100%;
    opacity: 0;
    width: 100%;
}

/************************************/
/***** 	02. Navigation area css  ****/
/************************************/

.dropdown-overlay.open-dropdown{
	display: none;
}

.core-nav .nav-container {
	max-width: 1270px;
	width: 1270px;
}

nav.header-layout-8{
    min-height: 60px;
    background: #111;
	position: relative;
	z-index: 100;
}

nav.header-layout-8 .brand {
    display: block;
    position: relative;
    width: 170px;
    top: 15px;
}

nav.header-layout-8 .brand img {
    width: auto;
	max-height: 34px;
}

nav.header-layout-8 .menu li a {
    display: block;
    padding: 20px 14px;
    text-decoration: none;
    color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

nav.header-layout-8 .menu li.active > a,
nav.header-layout-8 .menu li a:hover {
    color: #c8c8c8;
}

nav.header-layout-8 button {
    background: transparent;
    border: none;
    outline: none;
}

.header-layout-8.core-nav.nav-core-sticky.on-scroll{
	z-index: 100;
}

.core-nav .dropdown>.dropdown-menu{
	top: calc(100% - 4px);
	border: none;
	background: #111;
	border-radius: 0;
}

.core-nav .dropdown>.dropdown-menu>li:last-child a{
	border-bottom: none;
}

.core-nav .dropdown>.dropdown-menu>li>a,
nav.header-layout-8.sticky-header .dropdown>.dropdown-menu>li>a{
	padding: 12px 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

/************************************/
/*****    03. Banner area css    ****/
/************************************/

.banner-layout-8{
	background: url("../images/cabeceras/instalacion-pavimento-de-caucho-continuo.jpg") no-repeat bottom center;
	background-size: cover;
}

.banner-layout-8 .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.banner-layout-8 .header-message,
.banner-layout-8 .header-contact-info{
	padding: 15px 0;
}

.banner-layout-8 .header-message p{
	margin: 2px 0 0;
	font-size: 14px;
}

.banner-layout-8 .header-contact-info ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

.banner-layout-8 .header-contact-info ul li{
	display: inline-block;
	font-size: 14px;
	color: #111;
	margin-left: 20px;
}

.banner-layout-8 .header-contact-info ul li i{
	font-size: 16px;
	margin-right: 4px;
}

.banner-layout-8 .banner-info-box{
	text-align: center;
	padding: 100px 0;
}

.banner-layout-8 .banner-info-box h2{
	font-size: 100px;
	color: #fff;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.banner-layout-8 .banner-info-box h4{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 1em;
}

.banner-layout-8 .banner-info-box p{
	color: #a5a5a5;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.banner-layout-8 .video-play-button{
	position: relative;
	z-index: 10;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
	margin: 0 auto;
}

.banner-layout-8 .video-play-button:before{
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #111;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.banner-layout-8 .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: #111;
	border-radius: 50%;
	transition: all 200ms;
}

.banner-layout-8 .video-play-button i{
	display: block;
	position: relative;
	z-index: 3;
	font-size: 22px;
	color: #fff;
	padding-top: 11px;
	padding-right: 4px;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/************************************/
/***** 	 04. Brand  area css	 ****/
/************************************/

.brand-layout-8{
	padding: 80px 0 40px;
}

.brand-layout-8 .brand-single{
	text-align: center;
}

/************************************/
/***** 	 05. About  area css	 ****/
/************************************/

.about-layout-8{
	padding: 40px 0 80px;
}

.about-layout-8 .about-content h2{
	color: #111;
	font-size: 30px;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.about-layout-8 .about-content p{
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

/**************************************/
/***** 	  06. Services area css	   ****/
/**************************************/

.section-title{
	text-align: center;
	margin-bottom: 80px;
}

.section-title p{
	text-transform: uppercase;
	margin: 0 0 6px;
}

.section-title h2{
	color: #111;
	font-size: 30px;
	margin: 0;
}

.white-title p,
.white-title h2{
	color: #fff;
}

.service-layout-8{
	padding: 80px 0 0;
	background: url(../images/service-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.service-layout-8:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.80);
}

.service-layout-8 .service-single{
	text-align: center;
	margin-bottom: 80px;
}

.service-layout-8 .service-single .icon-box{
	color: #fff;
	font-size: 60px;
	line-height: 1em;
}

.service-layout-8 .service-single h3{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 30px 0;
}

.service-layout-8 .service-single p{
	font-size: 14px;
	color: #fff;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

.service-layout-8 .service-single a{
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid #fff;
}

/************************************/
/***** 	07. Portfolio area css	 ****/
/************************************/

.portfolio-layout-8{
	padding: 80px 0;
}

.portfolio-layout-8 .portfolio-nav{
	text-align: center;
	margin-bottom: 60px;
}

.portfolio-layout-8 .portfolio-nav li{
	display: inline-block;
	padding: 0 14px;
}

.portfolio-layout-8 .portfolio-nav li a{
	display: block;
	color: inherit;
	position: relative;
	padding: 0 4px;
}

.portfolio-layout-8 .portfolio-nav li a.active-portfolio{
	color: #111;
}

.portfolio-layout-8 .portfolio-nav li a:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #111;
	top: 50%;
	transform: scale(0,1);
	transition: all 0.4s;
}

.portfolio-layout-8 .portfolio-nav li a.active-portfolio:after{
	transform: scale(1);
}

.portfolio-layout-8 .portfolio-single{
	text-align: center;
	margin-bottom: 40px;
}

.portfolio-layout-8 .portfolio-single figure{
	margin: 0;
}

.portfolio-layout-8 .portfolio-single figure img{
	width: 100%;
	border-radius: 8px;
}

.portfolio-layout-8 .portfolio-single .single-portfolio-box{
	margin-top: 30px;
	padding: 0 20px;
}

.portfolio-layout-8 .portfolio-single .single-portfolio-box a{
	color: inherit;
}

.portfolio-layout-8 .portfolio-single .single-portfolio-box h3{
	font-size: 18px;
	color: #111;
	margin-bottom: 20px;
}

.portfolio-layout-8 .portfolio-single .single-portfolio-box p{
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
	color: #a5a5a5;
}

.mfp-content{
	background: #fff;
	max-width: 1200px;
	border-radius: 8px;
	overflow: hidden;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg{
	opacity: 0;
}

.popup-box .desc{
	padding: 30px 30px 10px 30px;
}

.popup-box .portfolio-popup-header{
	margin-bottom: 20px;
}

.popup-box .portfolio-popup-header h4{
	font-size: 18px;
    color: #111;
	font-weight: 600;
	margin-bottom: 4px;
}

.popup-box .portfolio-popup-header p{
	font-size: 14px;
	margin: 0;
}

.popup-box .portfolio-popup-header p:before{
	content: '/';
	margin-right: 4px;
}

.popup-box .portfolio-popup-body p{
	font-size: 14px;
	line-height: 1.8em;
}

/************************************/
/***** 	 08. Recent News css	 ****/
/************************************/

.blog-layout-8{
	padding: 80px 0;
	background: #f6f6f6;
}

.blog-layout-8 .blog-box{
	background: #fff;
	box-shadow: 0px 0px 25.84px 12.16px rgba(0, 0, 0, 0.05);
}

.blog-layout-8 .blog-box figure{
	margin: 0;
}

.blog-layout-8 .blog-box img{
	width: 100%;
}

.blog-layout-8 .blog-content{
	text-align: center;
	padding: 40px;
}

.blog-layout-8 .blog-header{
	margin-bottom: 20px;
}

.blog-layout-8 .blog-header p{
	font-size: 14px;
	margin: 0 0 8px;
}

.blog-layout-8 .blog-header h3{
	font-size: 18px;
	font-weight: 600;
	color: #111;
}

.blog-layout-8 .blog-header h3 a{
	color: inherit;
}

.blog-layout-8 .blog-body p{
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
}

/****************************************/
/***** 	 09. How it Work area css	 ****/
/****************************************/

.howitwork-layout-8{
	padding: 80px 0;
}

.howitwork-layout-8 .howitwork-single{
	position: relative;
	text-align: center;
}

.howitwork-layout-8 .howitwork-single .step-box span{
	display: inline-block;
	font-size: 50px;
	color: #111;
	font-weight: 700;
	line-height: 1em;
	position: relative;
}

.howitwork-layout-8 .howitwork-single .step-box span:before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #e1dfdf;
	position: absolute;
	left: -22px;
	bottom: 8px;
	z-index: -1;
}

.howitwork-layout-8 .howitwork-single:after{
	content: '';
	display: block;
	width: 60%;
	height: 1px;
	background: #e1dfdf;
	position: absolute;
	right: -30%;
	top: 18px;
}

.howitwork-layout-8 .howitwork-single.howitwork-last:after{
	display: none;
}

.howitwork-layout-8 .howitwork-single h3{
	font-size: 18px;
	color: #111;
	text-transform: uppercase;
	margin: 30px 0;
}

.howitwork-layout-8 .howitwork-single p{
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
}

/****************************************/
/***** 	 10. Counter Stat area css	 ****/
/****************************************/

.counter-layout-8{
	padding: 80px 0;
	background: #111;
}

.counter-layout-8 .section-title{
	margin-bottom: 20px;
}

.counter-layout-8 .counter-tagline{
	text-align: center;
	margin-bottom: 80px;
}

.counter-layout-8 .counter-tagline p{
	font-size: 18px;
	color: #fff;
	line-height: 1.8em;
	margin: 0;
}

.counter-layout-8 .counter-single{
	text-align: center;
	padding: 0 30px;
}

.counter-layout-8 .counter-single h3{
	font-size: 50px;
	color: #fff;
}

.counter-layout-8 .counter-single h6{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0 40px;
}

.counter-layout-8 .counter-single p{
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
	color: #fff;
}

/*************************************/
/***** 	  11. Our Team area css	  ****/
/*************************************/

.team-layout-8{
	padding: 80px 0 40px;
}

.team-layout-8 .team-image{
	position:relative;
	border-radius: 8px;
	overflow: hidden;
}

.team-layout-8 .team-image figure{
	margin: 0;
}

.team-layout-8 .team-image figure img{
	width: 100%;
}

.team-layout-8 .team-image .team-overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0);
	transition: all 0.4s;
}

.team-layout-8 .team-image .team-social{
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	padding: 0 20px;
	text-align: center;
	opacity: 0;
	transform: translate(0,-50%);
	transition: all 0.6s;
}

.team-layout-8 .team-image .team-social a{
	display: inline-block;
	background: #fff;
	width: 28px;
	height: 28px;
	font-size: 14px;
	color: #111;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 24px;
	transition: all 0.4s;
}

.team-layout-8 .team-image .team-social a:hover{
	background: none;
	color: #fff;
}

.team-layout-8 .team-single .team-info{
	margin: 20px;
}

.team-layout-8 .team-single .team-info h3{
	font-size: 18px;
	font-weight: 600;
	color: #111;
	margin: 0;
}

.team-layout-8 .team-single .team-info p{
	font-size: 14px;
	margin: 0;
}

.team-layout-8 .team-single:hover .team-overlay{
	background: rgba(0,0,0,0.5);
}

.team-layout-8 .team-single:hover .team-social{
	top: 50%;
	opacity: 1;
}

/****************************************/
/***** 	 12. Testimonial area css	 ****/
/****************************************/

.testimonial-layout-8{
	padding: 40px 0 80px;
}

.testimonial-layout-8 .testimonial-slide{
	margin: 30px;
	background: #fff;
	position: relative;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-layout-8 .testimonial-slide:before{
	display: block;
	content: '\f10d';
	font-family: FontAwesome;
	width: 60px;
	height: 60px;
	background: #111;
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 30px;
	top: -30px;
}

.testimonial-layout-8 .testimonial-header{
	padding: 20px 30px;
	border-bottom: 1px solid #ebeaea;
}

.testimonial-layout-8 .testimonial-header h3{
	font-size: 20px;
	font-weight: 600;
	color: #111;
	margin: 0 0 4px;
}

.testimonial-layout-8 .testimonial-header p{
	margin: 0;
}

.testimonial-layout-8 .testimonial-body{
	padding: 30px;
}

.testimonial-layout-8 .testimonial-body p{
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
}

.testimonial-layout-8 .testimonial-pagination{
	text-align: center;
	margin-top: 20px;
}

.testimonial-layout-8 .testimonial-pagination .swiper-pagination-bullet{
	opacity: 1;
	background: none;
	width: 16px;
	height: 16px;
	border: 2px solid #111;
	transition: all 0.4s;
}

.testimonial-layout-8 .testimonial-pagination .swiper-pagination-bullet-active{
	background: #111;
}

/************************************/
/***** 	13. Infobar area css	 ****/
/************************************/

.infobar-layout-8{
	padding: 80px 0;
	background: url(../images/infobar-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.infobar-layout-8:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.87);
}

.infobar-layout-8 .infobar-content h3{
	font-size: 30px;
	color: #111;
	margin: 0;
	line-height: 1.4em;
}

.infobar-layout-8 .button-infobar{
	text-align: center;
}

.infobar-layout-8 .btn-contactus{
	display: inline-block;
    background: #111;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #111;
    font-weight: 500;
    transition: all 0.4s;
}

.infobar-layout-8 .btn-contactus:hover{
	background: none;
	color: #111;
}

.infobar-layout-8 .infobar-contact{
	text-align: center;
}

.infobar-layout-8 .infobar-contact h5{
	font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin: 0;
}

.infobar-layout-8 .infobar-contact p{
	font-size: 28px;
    color: #111;
    font-weight: 700;
    margin: 0;
}

.infobar-layout-8 .infobar-note p{
	text-align: center;
	font-size: 14px;
	margin: 0;
	line-height: 1.8em;
}

/****************************************/
/***** 	  14. Contact us area css	 ****/
/****************************************/

.contact-layout-8{
	padding: 80px 0;
}

.contact-layout-8 .contact-info-box{
	text-align: center;
	padding: 40px 20px;
	box-shadow: 0px 0px 25.84px 12.16px rgba(0, 0, 0, 0.04);
	border-bottom: 2px solid #111;
	margin-bottom: 40px;
}

.contact-layout-8 .contact-info-box h3{
	font-size: 20px;
	color: #111;
	margin-bottom: 20px;
}

.contact-layout-8 .contact-info-box p{
	line-height: 1.4em;
	margin: 0;
}

.contact-layout-8 .google-map iframe{
	width: 100%;
}

.contact-layout-8 .contact-form .form-control{
	background: #f6f4f4;
	border: none;
	resize: none;
	height: auto;
	padding: 12px 20px;
	outline: 0;
	box-shadow: none;
}

.contact-layout-8 .contact-form .form-group{
	margin-bottom: 20px;
}

.contact-layout-8 .contact-form .btn-contact{
	border: none;
	color: #fff;
	background: #111;
	text-transform: uppercase;
	padding: 10px 30px;
	border: 2px solid #111;
	cursor: pointer;
	box-shadow: none;
	outline: 0;
	transition: all 0.4s;
}

.contact-layout-8 .contact-form .btn-contact:hover{
	background: none;
	color: #111;
}

.with-errors li{
	color: #dc3545;
}

.text-danger,
.text-success{
	text-align: left !important;
	font-size: 20px;
}

/************************************/
/***** 	 15. Footer area css	 ****/
/************************************/

footer.footer-layout-8{
	background: #111;
	padding: 60px 0;
}

.footer-layout-8 .footer-about img{
	margin-bottom: 30px;
}

.footer-layout-8 .footer-about p{
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	line-height: 1.8em;
}

.footer-layout-8 .footer-quick-link h3{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

.footer-layout-8 .footer-quick-link ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-layout-8 .footer-quick-link ul li{
	padding: 2px 0;
}

.footer-layout-8 .footer-quick-link ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	border-bottom: 1px solid transparent;
	transition: all 0.4s;
}

.footer-layout-8 .footer-quick-link ul li a:hover{
	border-bottom: 1px solid #fff;
}

.footer-layout-8 .footer-social{
	text-align: right;
	margin-bottom: 30px;
}

.footer-layout-8 .footer-social a{
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	background: #fff;
	border-radius: 50%;
	color: #111;
	font-weight: 300;
	text-align: center;
	margin-left: 4px;
}

.footer-layout-8 .footer-copyright{
	text-align: right;
}

.footer-layout-8 .footer-copyright p{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8em;
}

.footer-layout-8 .footer-copyright p a{
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all 0.4s;
}

.footer-layout-8 .footer-copyright p a:hover{
	border-bottom: 1px solid transparent;
}

/********************************************/
/*****  16. Responsive Media Query css	 ****/
/********************************************/

@media (max-width: 992px) {
    nav.header-layout-8 .full-container,
    nav.header-layout-8 .nav-container {
        padding-left: 0;
        padding-right: 0;
    }

    nav.header-layout-8 .nav-header {
        min-height: 61px;
    }

    nav.header-layout-8 .nav-header .brand {
        margin: 0 auto 5px;
        float: none;
		text-align: center;
    }

    nav.header-layout-8 .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 17px;
        left: 15px;
    }

    nav.header-layout-8 .menu li a {
		padding: 10px 15px !important;
        border-top: solid 1px #efefef;
    }

    nav.header-layout-8 .menu li:last-child a {
        border-bottom: none;
    }
	
	.wrap-core-nav-list{
		background: #fff;
	}

	nav.header-layout-8 .wrap-core-nav-list .menu li a{
		color: #111;
	}
	
	.core-nav-toggle span.fa{
		color: #fff;
	}
		
	.core-nav .dropdown>.dropdown-menu{
		background: none;
	}
	
	.dropdown > a:after{
		content: '\f054';
		display: inline-block;
		font-family: FontAwesome;
		font-size: 8px;
		margin-left: 4px;
		position: relative;
		top: -1px;
		transition: all 0.4s;
	}
	
	.dropdown.open > a:after{
		transform: rotate(90deg);
	}
	
	.core-nav .nav-container{
		width: 100%;
	}
	
	.core-nav .dropdown:after{
		content: '';
		display: block;
		clear: both;
	}
	
	.core-nav .dropdown>.dropdown-menu>li>a{
		padding: 10px 15px;
		border-bottom: none;
	}
	
	.banner-layout-8 .banner-info-box,
	.counter-layout-8,
	.infobar-layout-8,
	.contact-layout-8{
		padding: 60px 0;
	}
	
	.brand-layout-8,
	.blog-layout-8{
		padding: 60px 0 30px;
	}
	
	.about-layout-8,
	.testimonial-layout-8{
		padding: 30px 0 60px;
	}
	
	.service-layout-8,
	.howitwork-layout-8{
		padding: 60px 0 0;
	}
	
	.team-layout-8{
		padding: 60px 0 10px;
	}
	
	.portfolio-layout-8{
		padding: 60px 0 20px;
	}
	
	.section-title{
		margin-bottom: 60px;
	}
	
	.section-title h2{
		font-size: 24px;
	}
	
	.banner-layout-8 .header-contact-info ul li{
		margin-left: 6px;
	}
	
	.banner-layout-8 .banner-info-box h2{
		font-size: 40px;
	}
	
	.banner-layout-8 .banner-info-box h4{
		font-size: 20px;
	}
	
	.about-layout-8 .about-content h2{
		font-size: 20px;
	}
	
	.service-layout-8 .service-single{
		margin-bottom: 60px;
	}
	
	.blog-layout-8 .blog-box{
		max-width: 420px;
		margin: 0 auto 30px;
	}
	
	.howitwork-layout-8 .howitwork-single:after{
		display: none;
	}
	
	.howitwork-layout-8 .howitwork-single{
		margin-bottom: 60px;
	}
	
	.counter-layout-8 .counter-single{
		padding: 0;
	}
	
	.counter-layout-8 .counter-single h3{
		font-size: 30px;
	}
	
	.counter-layout-8 .counter-single h6{
		font-size: 18px;
		margin: 20px 0;
	}
	
	.infobar-layout-8 .infobar-content{
		text-align: center;
		margin-bottom: 30px;
	}
	
	.infobar-layout-8 .infobar-content h3{
		font-size: 24px;
	}
	
	.infobar-layout-8 .button-infobar{
		margin-bottom: 30px;
	}
	
	.infobar-layout-8 .infobar-contact p{
		font-size: 22px;
	}
	
	.contact-layout-8 .contact-info-box{
		padding: 30px 20px;
	}
	
	.contact-layout-8 .contact-info-box h3{
		font-size: 18px;
	}
	
	.contact-layout-8 .contact-info-box p{
		font-size: 14px;
	}
	
	.footer-layout-8 .footer-about{
		margin-bottom: 30px;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	.core-nav .wrap-core-nav-list{
		margin-top: 200vh;
	}
	
	.brand-layout-8{
		padding: 60px 0 0;
	}
	
	.counter-layout-8{
		padding: 60px 0 30px;
	}
	
	.section-title h2{
		font-size: 22px;
	}
	
	.banner-layout-8 .header-contact-info{
		padding: 2px 0 15px;
	}
	
	.banner-layout-8 .header-message{
		text-align: center;
		margin-bottom: 6px;
		padding: 15px 0 2px;
	}
	
	.banner-layout-8 .header-contact-info ul{
		text-align: center;
	}
	
	.banner-layout-8 .header-contact-info ul li{
		margin: 0 4px;
	}
	
	.banner-layout-8 .banner-info-box h2{
		font-size: 28px;
	}

	.banner-layout-8 .banner-info-box h4{
		font-size: 18px;
	}
	
	.brand-layout-8 .brand-single{
		margin-bottom: 30px;
	}
	
	.portfolio-layout-8 .portfolio-nav li{
		padding: 0 2px;
		font-size: 14px;
	}
	
	.counter-layout-8 .counter-tagline p{
		font-size: 16px;
	}
	
	.counter-layout-8 .counter-single{
		margin-bottom: 30px;
	}
	
	.testimonial-layout-8 .testimonial-header,
	.testimonial-layout-8 .testimonial-body{
		padding: 20px;
	}
	
	.testimonial-layout-8 .testimonial-header h3{
		font-size: 16px;
	}
	
	.infobar-layout-8 .infobar-content h3{
		font-size: 20px;
	}
	
	.contact-layout-8 .google-map{
		margin-top: 40px;
	}
	
	.footer-layout-8 .footer-quick-link{
		margin-bottom: 30px;
	}
	
	.footer-layout-8 .footer-social,
	.footer-layout-8 .footer-copyright{
		text-align: left;
	}
}