/**************************************
 * 01. Generale Style
 *************************************/
 @import url("bootstrap.min.css");
 @import url("font-awesome.min.css");
 @import url("pe-icon-7-stroke.css");
 @import url("magnific-popup.css");
 @import url("odometer.min.css");
 @import url("owl.carousel.min.css");
 @import url("owl.theme.default.min.css");

body {
	background: #ffffff !important;
	/* color: #000000 !important; */
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: hamstrump !important;
	font-weight: normal;
	color: #000000;
	line-height: 1.3;
}

a {
	color: #ea1538;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

/* img {
	max-width: 100%;
} */

a:hover {
	color: #ea1538;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
	color: #ea1538;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	font-family: "Poppins", sans-serif;
}

.z-index {
	z-index: 9;
}

.position-relative {
	position: relative !important;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #ea1538;
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}

.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-weight: 700;
	border: 2px solid #ea1538;
	border-radius: 35px;
	background: #ea1538;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
	margin-top: 25px;
}

.button:hover {
	color: #fff;
	background: transparent;
	border: 2px solid #ea1538;
}

.secondary-wrapper {
	display: block;
	width: 100%;
	padding: 50px;
	background: #f7f7fa;
}

dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.section-padding {
	padding: 70px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 65px;
}

.section-title h2 {
	font-weight: 900;
	font-size: 45px;
	line-height: 1.3;
	color: #b31942;
	/* text-transform: uppercase; */
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.mr-top-50 {
	margin-top: 50px;
}

.back-to-top {
	position: fixed;
	display: none;
	color: #fff;
	width: 40px;
	height: 42px;
	line-height: 40px;
	border-radius: 5px;
	right: 25px;
	bottom: 20px;
	text-align: center;
	background: #d32727;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	color: #fff;
	font-size: 20px;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.maslin-page-wrapper {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	z-index: 1;
}

/* Line */

.lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	width: 84vw;
	z-index: -1;
}

.lines .line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.05);
	overflow: hidden;
}

.lines .line::after {
	content: "";
	display: block;
	position: absolute;
	height: 15vh;
	width: 100%;
	top: -50%;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
	-webkit-animation: run 15s 0s infinite;
	animation: run 15s 0s infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.49, 0.01, 0.43, 0.97);
	animation-timing-function: cubic-bezier(0.49, 0.01, 0.43, 0.97);
}

.lines .line:nth-child(1) {
	margin-left: -50%;
}

.lines .line:nth-child(1)::after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.lines .line:nth-child(2) {
	margin-left: -25%;
}

.lines .line:nth-child(2)::after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.lines .line:nth-child(3) {
	margin-left: 25%;
}

.lines .line:nth-child(3)::after {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.lines .line:nth-child(4) {
	margin-left: 50%;
}

.lines .line:nth-child(4)::after {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

@-webkit-keyframes run {
	0% {
		top: -50%;
	}

	100% {
		top: 110%;
	}
}

@keyframes run {
	0% {
		top: -50%;
	}

	100% {
		top: 110%;
	}
}

/**************************************
 * 02.Preloader Style
 *************************************/
#preloader-wapper {
	width: 100%;
	height: 100vh;
	top: 0;
	overflow: hidden;
	position: fixed;
	z-index: 99999999;
	display: flex;
}

#preloader-wapper::before,
#preloader-wapper::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	background: rgb(9, 7, 12);
	top: 0;
	left: 0;
	transition: .4s;
	-webkit-transition: height .4s;
	-moz-transition: height .4s;
	-ms-transition: height .4s;
	-o-transition: height .4s;
}

#preloader-wapper::after {
	top: auto;
	bottom: 0;
}

#preloader-wapper.loaded::before,
#preloader-wapper.loaded::after {
	height: 0%;
}

.loader-middle {
	position: relative;
	width: 50%;
	height: 1px;
	overflow: hidden;
	margin: auto;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	z-index: 555;
}

.loader-middle::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 50%;
	background: #ffffff;
	animation: showLine 700ms ease-in-out 0s forwards;
	-o-animation: showLine 700ms ease-in-out 0s forwards;
	-webkit-animation: showLine 700ms ease-in-out 0s forwards;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

@keyframes showLine {
	0% {
		width: 0;
		opacity: 0;
	}

	100% {
		width: 100%;
		opacity: 1;
	}
}

@-o-keyframes showLine {
	0% {
		width: 0;
		opacity: 0;
	}

	100% {
		width: 100%;
		opacity: 1;
	}
}

@-webkit-keyframes showLine {
	0% {
		width: 0;
		opacity: 0;
	}

	100% {
		width: 100%;
		opacity: 1;
	}
}

.loader-middle::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: -100px;
	top: 0;
	animation: loader-middle 2s cubic-bezier(.86, 0, .07, 1) infinite;
	-o-animation: loader-middle 2s cubic-bezier(.86, 0, .07, 1) infinite;
	-webkit-animation: loader-middle 2s cubic-bezier(.86, 0, .07, 1) infinite;
	animation-delay: 1200ms;
}

@keyframes loader-middle {
	0% {
		left: -100%;
		background: #fff;
	}

	100% {
		left: 100%;
		background: #fff;
	}
}

@-o-keyframes loader-middle {
	0% {
		left: -100%;
		background: #fff;
	}

	100% {
		left: 100%;
		background: #fff;
	}
}

@-webkit-keyframes loader-middle {
	0% {
		left: -100%;
		background: #fff;
	}

	100% {
		left: 100%;
		background: #fff;
	}
}

.loader-middle.loaded {
	width: 100%;
	opacity: 0;
}

.loader-middle.loaded::after {
	opacity: 0;
}

/**************************************
 * 03.Navber Style
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.3px;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #333;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #ffffff;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #000000;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #000;
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B !important;
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #ea1538;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #ea1538;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #000000;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
	height: 100vh !important;
	position: relative;
	color: #ffffff;
	text-align: center;
	/* background: url(../img/2.webp); */
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: center center; */
	z-index: 1;
	padding-bottom: 0px;

	background-attachment: fixed;
	/* Fixe l'image pendant le scroll */

	background-position: center;
	/* Centre la position de l'image */
}

.home-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .5;
	z-index: -1;
	/* background: #ffffff; */
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 5;
}

.hero-equal-height {
	position: relative;
	min-height: 660px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.home-area .home-content h1 {
	font-size: 80px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 900;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
}

.home-area .home-content p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}

.home-area .home-content p span {
	color: #ea1538;
	font-weight: 800;
}

.home-content .button-1 {
	margin-left: 10px;
}

.home-area .social {
	right: 0;
	top: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: -150px;
	z-index: 6;
}

.home-area .social a {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	float: left;
	margin-right: 15px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	font-weight: 600;
	letter-spacing: 5px;
}


.home-area .social a.text {
	margin-right: 0;
}

.home-area .social a i {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.home-area .social a:hover i {
	color: #ea1538;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.home-area .line {
	float: left;
	width: 72px;
	background: #bfbfbf;
	height: 1px;
	margin: 20px 17px;
}

/**************************************
 * 05. About Section Style
 *************************************/
.about-content {
	padding-right: 80px;
}

.about-content * {
	color: black;
}

.about-content h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.about-content p b {
	color: white;
}

.color-text {
	color: #ea1538;
}

/**************************************
 * 06. Skill Section Style
 *************************************/
.skill-area {
	background: #0e0e0e;
}

.skill-box {
	margin-bottom: 60px;
}

.skill-box:nth-last-child(-n + 2) {
	margin-bottom: 0px;
}

.skill-item h4 {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 600;
}

.skill-item .skill-info span {
	font-size: 14px;
}

.progress {
	height: 3px;
	margin-bottom: 0;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 3px;
	color: #fff;
	text-align: center;
	background-color: #ea1538;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

/**************************************
 * 07. Services Section Style
 *************************************/
.services-item {
	margin-bottom: 30px;
}

.services-item:nth-last-child(-n + 3) {
	margin-bottom: 0px;
}

.single-services-box {
	border: 5px solid #0e0e0e;
	padding: 5px;
	border-radius: 0px;
}

.single-services {
	background: #0e0e0e;
	padding: 30px 20px;
	border-radius: 0px;
}

.services-icon {
	border: 4px solid rgb(0, 0, 0);
	padding: 5px;
	border-radius: 0px;
	display: inline-block;
	margin-bottom: 20px;
}

.services-icon i {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 0px;
	background: rgb(0, 0, 0);
	text-align: center;
}

.services-text h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: 700;
}

/**************************************
 * 08. Counter Section Style
 *************************************/
.counter-item {}

.single-counter-box {
	border: 5px solid #000000;
	padding: 5px;
	border-radius: 0px;
}

.single-counter {
	background-color: #000000;
	text-align: center;
	padding: 40px 20px;
	border-radius: 0px;
}

.single-counter h3 {
	margin-bottom: 0;
	color: #fff;
	font-size: 35px;
	font-weight: 800;
}

.single-counter p {
	line-height: 1.5;
	color: #eaeaea;
	text-transform: capitalize;
	margin-top: 8px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}

/**************************************
 * 09. Project Section Style
 *************************************/
#project {
	position: relative;
}

#project .project-list {
	text-align: center;
}

#project .project-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}

#project .project-list .nav li {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 15px;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 15px 20px;
	padding: 10px 25px;
	border-radius: 30px;
	color: #ffffff;
	background-color: #151515;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.07);
}

#project .project-list .nav li:after {
	content: "--";
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
}

#project .project-list .nav li:before {
	content: "--";
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 10px;
}

#project .project-list .nav li:hover,
#project .project-list .nav li.filter-active {
	color: #fff;
	background: #ea1538;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#project .project-container {
	display: inline-block;
	width: 100%;
}

.project-area .project-grid-item {
	overflow: hidden;

}

.project-grid-item img {
	width: 100%;
}

.project-item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

.project-item .project-img-overlay {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: rgba(0, 0, 0, 0);
}

.project-item .project-img-overlay:before {
	left: 0;
	top: 0;
}

.project-item .project-img-overlay:after {
	right: 0;
	bottom: 0;
}

.project-item .project-img-overlay:before,
.project-item .project-img-overlay:after {
	content: '';
	position: absolute;
	width: 0;
	height: 50%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.project-item .project-img-overlay:hover:before,
.project-item .project-img-overlay:hover:after {
	width: 100%;
}

.project-item .project-img-overlay .project-content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
}

.project-item .project-img-overlay:hover .project-content h4,
.project-item .project-img-overlay:hover .project-content h6 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.project-item .project-img-overlay .project-content h4 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	opacity: 0;
	z-index: 7;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.project-item .project-img-overlay .project-content h6 {
	color: #ea1538;
	margin-top: 5px;
	font-size: 15px;
	letter-spacing: 0.9px;
	position: relative;
	position: relative;
	font-weight: 700;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	z-index: 7;
	-webkit-transition: all .6s;
	transition: all .6s;
}

/**************************************
 * 10.Review Section Style
 *************************************/
.testimonial-area {
	background: #0e0e0e;
}

.single-testimonial {
	position: relative;
	background: #000000;
	padding: 55px 25px 35px;
	border-radius: 3px;
	z-index: 1;
	opacity: .5;
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	margin: 50px 0px 0px;

}

.testimonial-area .owl-carousel .active.center .single-testimonial {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
	-webkit-transform: scale3d(1.0, 1.0, 1);
}

.single-testimonial .testimonial-bio {
	text-align: center;
}

.testi-content-inner .avatar {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 115px;

}

.single-testimonial .avatar img {
	border-radius: 50%;
	border: 8px solid #ffffff;
	width: 100px;
	margin: 0 auto;
	border-left-color: #ea1538;
	border-right-color: #ea1538;
}

.single-testimonial .testimonial-bio .bio-info {
	margin-left: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 5px;
}

.single-testimonial .testimonial-bio .bio-info span {
	font-size: 14px;
}

.single-testimonial .testimonial-content {
	margin-bottom: 25px;
	text-align: center;
}

.testimonial-content h3 {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 600;
}

.single-testimonial .testimonial-content p {
	font-size: 15px;
	color: #ccc;
}

/**************************************
 * 11. Contact Section Style
 *************************************/
.counter-area {
	background: #0e0e0e;
}

.contact-information {
	margin-bottom: 15px;
}

.contact-details {
	text-align: left;
	margin-bottom: 30px;
	padding: 20px 10px;
	display: block;
	overflow: hidden;
}

.contact-details i {
	font-size: 25px;
	width: 60px;
	height: 60px;
	background: #0e0e0e;
	line-height: 58px;
	color: #fff;
	text-align: center;
	float: left;
	margin-bottom: 0;
	border: 2px solid #0e0e0e;
	border-radius: 5px;
	margin-right: 25px;
}

.contact-details h6 {
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	padding-top: 8px;
}

.contact-details p {
	font-weight: 700;
	font-size: 15px;
	color: #a5a5a5;
	text-transform: capitalize;
}

.contact-area .form input,
.contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	color: #fff;
	border: 0;
	font-size: 15px;
	padding-left: 15px;
	background-color: #0e0e0e;
	font-weight: 600;
	border-radius: 0px;
	text-transform: capitalize;
	border-bottom: 2px solid #171717;
}

.contact-area .form textarea {
	max-height: 120px;
	max-width: 100%;
}

#contact-form .button {
	margin: 0;
}

.form-group {
	margin-bottom: 25px;
}

button,
input,
textarea {
	color: #505050;
}

button,
input,
textarea:focus {
	border: none;
	outline: none;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 12. Map Section Style
 *************************************/
.map-contact #map {
	position: relative;
	width: 100%;
	height: 500px;
	border: 0;
	margin-bottom: -2px;
}

/**************************************
 * 13. Footer Section Style
 *************************************/
.footer-area {}

.copyright-area {
	padding: 40px 0;
}

.copyright-area p {
	color: #fff;
}

.copyright-area p a {
	color: #ea1538;
	font-weight: 600;
}



