body {
	background: #fff;
	color: #333;
	font-family: poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	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-weight: 400;
	color: #333;
	line-height: 1.3
}

.container {
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 0 40px;
	position: relative;
	clear: both
}

a {
	color: #ea4343;
	text-decoration: none !important;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s
}

img {
	max-width: 100%
}

a:hover {
	color: #ea1538;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

a:hover,
a:focus {
	text-decoration: none
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000;
	line-height: 24px
}

.z-index {
	z-index: 9
}

.position-relative {
	position: relative !important
}

.form-control:focus {
	box-shadow: none;
	outline: 0;
	border-bottom: 1px solid #ea1538
}

.btn:focus {
	outline: none !important;
	box-shadow: none
}

button:focus {
	outline: 0;
	box-shadow: none
}

.button:focus {
	outline: none;
	box-shadow: none
}

.button {
	display: inline-block;
	padding: 15px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: .7px;
	font-weight: 500;
	border-radius: 50px;
	background: #ea4343;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
	margin-top: 25px;
	border: 2px solid #ea4343
}

.button:hover {
	color: #ea4343;
	background: 0 0;
	border: 2px solid #ea4343
}

.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 {
	margin-bottom: 35px;
	text-align: center;
	margin-top: 25px
}

.section-title h2 {
	font-weight: 600;
	font-size: 38px;
	line-height: 1.3;
	color: #333;
	text-transform: capitalize;
	letter-spacing: .5px;
	position: relative
}

.section-title h2::after {
	position: absolute;
	content: '';
	width: 2px;
	height: 25px;
	background-color: #ea4343;
	display: block;
	top: -25px;
	left: 50%;
	margin: auto
}

.section_subtitle {
	line-height: 25px;
	padding-top: 0;
	color: #666;
	margin-bottom: 0
}

.display-table {
	width: 100%;
	height: 100%;
	display: table
}

.table-cell {
	display: table-cell;
	vertical-align: middle
}

.bg-light {
	background-color: #f4f4f4 !important
}

.mr-top-50 {
	margin-top: 50px
}

.back-to-top {
	position: fixed;
	display: none;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 48px;
	right: 25px;
	bottom: 20px;
	text-align: center;
	background: #ea4343;
	transition: background .5s;
	z-index: 11;
	border-radius: 50px
}

.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
}

.Jaxson-page-wrapper {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	z-index: 1
}

.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: #f2f2f2;
	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(0, 0, 0, 0)), color-stop(75%, #000000), to(#000000));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 75%, #000000 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(.49, .01, .43, .97);
	animation-timing-function: cubic-bezier(.49, .01, .43, .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%
	}
}

.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 9999
}

.loader-wrapper .middle {
	position: absolute;
	top: 50%;
	width: 100%
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ea4343;
	animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 .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)
	}
}

.logo {
	padding: 5px 0
}

.logo .dark {
	display: none
}

.navbar-reduce .logo .light {
	display: none
}

.navbar-reduce .logo .dark {
	display: block
}

.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1rem;
	padding-bottom: 1rem
}

.navbar-b.navbar-reduce {
	box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06)
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 25px;
	padding-left: 0
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 500
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #333
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #ea4343
}

.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: #ea4343
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff
}

.navbar-b.navbar-reduce .nav-link {
	color: #333
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #d00f0f
}

.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: #ea4343
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #333
}

.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;
	padding: 10px 0
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	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: .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: .9
}

.home-area {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../images/background/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	padding-bottom: 0;
	background-attachment: fixed
}

.home-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #000000d4
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 5
}

.hero-equal-height {
	position: relative;
	min-height: 750px;
	-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: 100vh;
	width: 100%
}

.home-area .home-content h1 {
	font-size: 80px;
	color: #ea4343;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.3
}

.home-area .home-content p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5
}

.home-area .home-content p span {
	color: #ea1538;
	font-weight: 800
}

.home-content .button-1 {
	margin-left: 10px
}

.scroll-btn {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 9;
	width: 100%;
	display: flex;
	justify-content: center;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.scroll-btn a {
	z-index: 9;
	width: 60px;
	height: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

.scroll-btn:hover {
	bottom: 5px
}

.scroll-btn img {
	width: 50%
}

.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: 16px;
	margin-top: 10px;
	float: left;
	margin-right: 15px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	font-weight: 600;
	letter-spacing: 5px
}

.home-area .social a.text {
	margin-right: 0
}

.home-area .social a i {
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}

.home-area .social a:hover i {
	color: #ea1538;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}

.home-area .line {
	float: left;
	width: 72px;
	background: #bfbfbf;
	height: 1px;
	margin: 20px 17px
}

.about-content {
	padding-right: 80px
}

.about-content h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px
}

.color-text {
	color: #ea4343
}

.service-area {
	background-color: #9a2929
}

.services {
	padding: 25px;
	background-color: #fff;
	border-radius: 0;
	margin-top: 30px
}

.services:hover {
	transition: all .3s ease-out 0s
}

.services .services-title-icon .services-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #000
}

.services .services-title-icon .services-title a:hover {
	color: #0067f4
}

.services .services-title-icon .services-icon {
	position: relative;
	display: inline-flex;
	margin-right: 20px;
	background: #ea4343;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	border: 2px solid #ea4343;
	align-items: center;
	justify-content: center
}

.services .services-title-icon .services-icon i {
	font-size: 32px;
	line-height: 60px;
	color: #fff;
	position: relative;
	z-index: 5
}

.services:hover .services-icon {
	background-color: transparent;
	border: 2px solid #ea4343
}

.services:hover .services-icon i {
	color: #ea4343
}

.services .services-content .text {
	line-height: 26px;
	margin-top: 20px;
	color: #333;
	margin-bottom: 20px;
	 overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical
}

.services .services-content .services-btn {
	color: #ea4343;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #fff
}

.counter-item {}

.single-counter-box {
	border-left: 5px solid #ea4343;
	padding: 0;
	border-radius: 0
}

.single-counter {
	text-align: left;
	padding: 0 20px;
	border-radius: 0
}

.single-counter h3 {
	margin-bottom: 0;
	color: #333;
	font-size: 45px;
	font-weight: 700
}

.single-counter p {
	line-height: 1.5;
	color: #333;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .5px
}

#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: 13px;
	line-height: 15px;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 15px 20px;
	padding: 15px 30px;
	border-radius: 30px;
	background-color: #f4f4f4;
	color: #333;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s
}

#project .project-list .nav li:hover,
#project .project-list .nav li.filter-active {
	color: #fff;
	background: #ea4343;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .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: transparent
}

.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(255, 255, 255, .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: #333;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
	text-transform: uppercase;
	-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: #d00f0f;
	margin-top: 5px;
	font-size: 15px;
	letter-spacing: .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
}

.testimonials {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	overflow: hidden
}

.testimonials:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #2c2929d6;
	z-index: 2
}

.testimonials .container {
	position: relative;
	z-index: 10
}

.testimonials .testimonial-item .author-img {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: auto
}

.testimonials .testimonial-item p {
	color: #fff;
	font-size: 21px;
	padding: 15px 30px;
	line-height: 35px
}

.testimonials .testimonial-item h5 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	color: #fff
}

.testimonials .testimonial-item span {
	font-size: 14px;
	color: #fff;
	display: block
}

.testimonial-quote {
	color: #ea4343;
	font-size: 45px
}

.owl-theme .owl-nav [class*=owl-]:hover:not(.disabled) {
	background: #d00f0f;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: none
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ea4343
}

.blogs .owl-carousel .owl-stage-outer {
	padding: 0
}

.blogs .owl-carousel .owl-stage {
	padding: 0
}

.blogs .blog-item .blog-img {
	position: relative;
	overflow: hidden
}

.blogs .blog-item .blog-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.blogs .blog-item .blog-img img:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15)
}

.blogs .blog-item .blog-content {
	padding: 30px 15px 15px;
	background: #fff
}

.blogs .blog-item .blog-content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #222;
	margin-bottom: 15px
}

.blogs .blog-item .blog-content p {
	padding-bottom: 20px;
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 0
}

.blogs .blog-item .blog-content .blog-meta {
	padding-top: 15px
}

.blogs .blog-item .blog-content .blog-meta span {
	font-size: 14px;
	color: #666
}

.blogs .blog-item .blog-content .blog-meta .more {
	color: #222;
	font-weight: 600
}

.blogs .blog-item .blog-content .blog-meta .date {
	float: right
}

.blog-list .blog-item {
	margin-bottom: 50px
}

.contact-information {
	margin-bottom: 15px
}

.contact-details {
	text-align: left;
	margin-bottom: 0;
	padding: 20px 10px;
	display: block;
	overflow: hidden
}

.contact-details>i {
	font-size: 25px;
	width: 60px;
	height: 60px;
	background: #ea4343;
	line-height: 58px;
	color: #fff;
	text-align: center;
	float: left;
	margin-bottom: 0;
	margin-right: 25px
}

.contact-details h6 {
	font-weight: 600;
	font-size: 23px;
	color: #333;
	text-transform: capitalize
}

.contact-details p {
	font-size: 15px;
	color: #444;
	text-transform: capitalize
}

.contact-area .form input,
.contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	color: #000;
	border: 0;
	padding-left: 5px;
	background-color: transparent;
	border-radius: 0;
	text-transform: capitalize;
	border-bottom: 2px solid #555
}

.contact-area .form textarea {
	max-height: 120px;
	max-width: 100%
}

#contact-form .button {
	margin: 0
}

.form-group {
	margin-bottom: 25px
}

button,
input,
textarea {
	color: #272727
}

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
}

.social-icons {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none
}

.social-icons li {
	margin: 0 12px 0 0;
	padding: 0;
	overflow: visible
}

.social-icons li a {
	display: block;
	height: 34px;
	line-height: 40px;
	width: 34px;
	font-size: 26px;
	text-align: center;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.social-icons li a:hover {
	color: #d00f0f
}

.footer-area {
	background-color: #333
}

.copyright-area {
	padding: 40px 0
}

.copyright-area p {
	color: #fff
}

.copyright-area p a {
	color: #fff;
	font-weight: 600
}