 
/* ==========================================================================
Main Menu
========================================================================== */

.menu-logo a img {
	max-width:150px;
	margin-top: 10px;
	margin-bottom: 10px;
 
}


.menu-icon ul li {
	margin-right: 30px;
}
.menu-icon ul li:nth-child(2) {
	margin: 0;
}
.responsive-menu {
	display: none;
}
.header-menu {
	background:#31312E;
	border-top: 8px solid #262624;
	border-bottom: 2px solid #262624;
	position: relative;
 
}
.header-menu.sticky-menu {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
 
	animation: header_sticky 1.1s;
}
@-webkit-keyframes header_sticky {
	0% {
		top: -250px;
	}
	100% {
		top: 0;
	}
}
@keyframes header_sticky {
	0% {
		top: -250px;
	}
	100% {
		top: 0;
	}
}

.logo a {
	display: inline-block;
}
.logo a img {
	max-width: 200px;
}

.header-menu.sticky-menu a img {
	max-width:100px;
	margin-top: 5px;
	margin-bottom: 5px;

}
.main-menu ul {
	text-align: right;
}
.main-menu li {
	display: inline-block;
	position: relative;
}
.main-menu li a {
	color: #fff;
	display: block;
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
	padding: 36px 8px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
 
.main-menu li:last-child a {
	padding-right: 0px;
}
.main-menu li ul {
	background: #fff;
	border-top: 2px solid #600000;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 125px;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 230px;
	z-index: -1;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.main-menu li ul li a {
	color: #31312E;
}
.main-menu li li {
	display: block;
}
.main-menu li li a {
	padding: 0px;
	padding-bottom: 15px;
	margin: 15px 25px;
	text-transform: none;
	border-bottom: 1px solid #eee;
	color: #31312E;
}
.main-menu li li:last-child a {
	border: none;
}
.main-menu li li:hover > a {
	color: #fff;
}
 
.main-menu li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 100px;
	z-index: 999;
}
.main-menu li ul ul,
.main-menu li:hover ul ul {
	left: 230px;
	top: 78px;
	opacity: 0;
	visibility: hidden;
	border: none;
}
.main-menu li:hover ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 0;
	border-top: 3px solid #600000;
}
.main-menu li:hover ul > li:hover ul {
	top: -17px;
}
.main-menu li:hover ul li:hover ul li a {
	border-bottom: 1px solid #eee;
}
.main-menu li:hover ul li:hover ul li:last-child a {
	border: none;
	padding: 0;
}
.main-menu li ul > li:last-child > a {
	padding-bottom: 0;
}
.menu-right {
	text-align: right;
}
/*
.menu-icon > a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4px;
	width: 2px;
	height: 10px;
	background-color: #31312E;
	transition: all 0.3s ease;
}
.menu-icon > a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 10px;
	height: 2px;
	background-color: #31312E;
}
.menu-icon:hover > a::before {
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
}*/
.menu-icon:last-child a::after,
.menu-icon:last-child a::before {
	display: none;
}
.main-menu li a i::before {
	font-size: 11px;
	margin-right: -10px;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.main-menu li a:hover i::before {
	opacity: 1;
	margin-right: 4px;
}
/*==========================================================================
Banner CSS
==========================================================================*/

.single-slider {
	
	position: relative;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #31312E;
	padding: 340px 0px 20px 0px;
	z-index: 1;
	text-align: left;
	
	
}


.single-slider .section-top { color: #fff; display: none;}

.bg-img {
	background-image: url('../img/banner-2.png');
}
.single-slider::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #31312E;
	opacity: 0.8;
}
.slider-content h2 {
	font-size: 50px;
	color: #fff;
	line-height: 65px;
	  
}
.slider-content p {
	 font-family: "Roboto", sans-serif;
	 font-weight: 100;
	font-size: 35px;
	 color: #fff;
}
.banner-area .owl-nav .owl-prev,
.owl-next {
	position: absolute;
	bottom: 50%;
	 
	height: 50px;
	width: 50px;
	transform: translateY(-50%);
	line-height: 53px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	top: 50%;
}
.banner-area .owl-nav .owl-prev {
	left: 2%;
}
.banner-area .owl-nav .owl-next {
	right: 2%;
	top: 50%;
}
.banner-area .owl-nav .owl-prev:hover {
	background: #fff;
	color: #31312E;
}
.banner-area .owl-nav .owl-next:hover {
	background: #fff;
	color: #31312E;
}
.banner-area{ border-bottom: 15px solid #31312E; -moz-box-shadow: 0px 3px 3px rgba(21, 21, 21, 0.5);
  -webkit-box-shadow: 0px 3px 3px rgba(21, 21, 21, 0.5);
  box-shadow-bottom: 5px rgba(21, 21, 21, 0.5); }
/*==========================================================================
About CSS
==========================================================================*/

.about-img {
	position: relative;
	z-index: 2;
	max-width: 510px;
}
.shape1 {
	position: absolute;
	right: 10%;
	top: 12%;
	max-width: 50px;
}
.shape2 {
	position: absolute;
	right: 10%;
	bottom: 15%;
	max-width: 70px;
}
.about-shape {
	position: absolute;
	right: 88%;
	top: 65%;
	max-width: 90px;
	z-index: 1;
}
.about-signa img {
	width: 120px;
}
/*==========================================================================
Services CSS
==========================================================================*/

.services-area {
	background: #383836;
	position: relative;
}
.services-area::before {
	position: absolute;
	content: '';
	background-image: url('../img/shape/se-shape-1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	bottom: 0;
	left: 0;
	width: 13%;
}
.services-tiem {
	background: #fff;
	padding: 30px 30px 20px 30px;
	position: relative;
}
.services-tiem::before {
	position: absolute;
	content: '';
	background-image: url('../img/shape/se-shape-2.png.png');
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	bottom: 0;
	width: 65%;
	height: 73px;
}
.services-tiem a i {
	color: #600000;
	vertical-align: middle;
	margin-left: 5px;
}
.services-group .owl-dots {
	margin-top: 60px;
	text-align: center;
}
.services-group .owl-dot {
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 4px;
}
.services-group .owl-dot:last-child {
	margin: 0;
}
.services-group .owl-dot span {
	background: #fff;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	display: block;
}
.services-group .owl-dot.active span {
	background: #600000;
}
/*==========================================================================
Counter CSS
==========================================================================*/

.counter-area {
	background-image: url('../img/counter.png');
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #31312E;
	z-index: 1;
	text-align: center;
}
.counter-area::after {
	position: absolute;
	background: #31312E;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}
.counter {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	font-family: 'Public Sans', sans-serif;
	display: block;
	margin-bottom: 7px;
	text-align: left;
}
.counter-item i {
	color: #600000;
	font-size: 60px;
}
.counter-item p {
	color: #fff;
	
}
.counter-item ul li {
	margin-right: 19px;
}
.counter-item ul li:last-child {
	margin: 0;
}
/*==========================================================================
Why Choose CSS
==========================================================================*/

.why-choose-area {
	position: relative;
	background: #f5f5f57a;
}
.choose-icon i {
	color: #600000;
	font-size: 30px;
	margin-right: 30px;
	width: 60px;
	height: 60px;
	display: inline-block;
	background: #6000003d;
	text-align: center;
	line-height: 70px;
	position: relative;
	top: 8px;
}
.why-choose-img {
	background-image: url('../img/Choose.png');
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	height: 100%;
	width: 40%;
	right: 80px;
	top: 100px;
}
.choose1 {
	position: absolute;
	right: 40%;
	top: 23%;
	max-width: 65px;
}
.choose2 {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 25%;
}
/*==========================================================================
Team CSS
==========================================================================*/

.team-area {
 
	z-index: 1;
	position: relative;
}
.team-area::after {
	position: absolute;
	background-image: url('../img/shape/tm-shape.png');
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.team-item {
	text-align: center;
}
.team-img {
	position: relative;
}
/*
.team-img::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #31312E;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
}
.team-item:hover .team-img::after {
	opacity: 0.8;
}*/
.team-social {
	position: absolute;
	left: 60px;
	bottom: 30px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.team-item:hover .team-social {
	opacity: 1;
	left: 30px;
}
.team-social ul li {
	margin-bottom: 15px;
}
.team-social ul li:last-child {
	margin: 0;
}
.team-social li a {
	background: #fff;
	color: #31312E;
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.team-social ul li:last-child {
	margin: 0;
}
.team-social li a:hover {
	color: #fff;
	background: #600000;
}
.team-content {
	padding: 20px 5px;
	background: #fff;
}
/*==========================================================================
Solution CSS
==========================================================================*/

.solution-area {
	background-image: url('../img/solution.jpg');
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #31312E;
	z-index: 1;
	border-top: 5px solid #262624;
	border-bottom: 5px solid #262624;
}
.solution-area::after {
	position: absolute;
	background: #31312E;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}
.solution-area .section-title-left h2 {
	color: #fff;
}
.solution-area h2{ border-left: 6px solid #600000; padding-left: 15px;}
.solution-right {
	text-align: right;
}
.solution-icon i {
	background: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 80px;
	font-size: 25px;
	border-radius: 50%;
	display: block;
}
.solution-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.solution-number p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-left: 20px;
}
.solution-number a{ color: #fff;}
/*==========================================================================
Testimonial CSS
==========================================================================*/

.testimonial-area {
	position: relative;
}
.testimonial-tiem {
	background: #f5f5f5b8;
	padding: 30px;
}
.client-img img {
	max-width: 60px;
}
.testimonial-icon i {
	color: #31312E;
	font-size: 60px;
}
.testimonial-group .owl-nav .owl-prev,
.owl-next {
	position: absolute;
	bottom: 50%;
	 
	height: 50px;
	width: 50px;
	transform: translateY(-50%);
	line-height: 53px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	top: 80%;
}
.testimonial-group .owl-nav .owl-prev {
	left: -52% !important;
}
.testimonial-group .owl-nav .owl-next {
	left: -42% !important;
}
.testimonial-group .owl-prev:hover {
	background: #31312E;
	color: #fff;
}
.testimonial-group .owl-next:hover {
	background: #31312E;
	color: #ffff;
}
/*==========================================================================
Faq CSS
==========================================================================*/

.faq-area {
	position: relative;
	background: #f3f3f3;
	overflow: hidden;
}
.faq-img {
	background-image: url('../img/faq.png');
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	height: 100%;
	width: 40%;
	left: 80px;
	top: 155px;
}
.faq1 {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 30%;
}
.faq2 {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 10%;
}
.card-body {
	max-width: 565px;
}
.collapse-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	cursor: pointer;
	padding: 15px;
}
.collapse-card {
	border: 0;
	background: #fff;
}
.card-body {
	padding: 0;
}
.collapse-header h3 {
	font-size: 18px;
}
.card-body p {
	padding: 0 30px 30px 30px;
}
 

.blog-content {
	background: #fff;
	padding: 30px;
	border-radius: 0px 0px 15px 15px;
}
 
.blog-content li {
	display: inline-block;
	margin-right: 15px;
}
.blog-content li:last-child {
	margin: 0;
}
.blog-content li i::before,
.widget.blog-widget li i::before,
 {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 5px;
 color: #31312E;
}
.widget.blog-widget li i::before {
	margin-right: 10px;
}
.blog-content h3 a {
	padding-top: 5px;
	color: #31312E;
	display: block;
	padding-bottom: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}
.blog-content h3 a:hover {
	color: #600000;
}
.blog-content a:hover {
	color: #600000;
}
.blog-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.blog-img img {
	transform: scale(1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-details{ background: #fff;}
.blog-item{ background: #fff; border-radius: 5px;} 
.blog-img img:hover,
.blog-item:hover .blog-img img {
	transform: scale(1.1);
}
.blog-pagination li {
	display: inline-block;
	margin-right: 15px;
}
.blog-pagination li a {
	color: #31312E;
	background: #f5f5f5b8;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.blog-pagination li:last-child {
	margin: 0;
}
.blog-pagination li .active,
.blog-pagination li a:hover {
	background: #600000;
	color: #fff;
}
.blog-content a i {
	vertical-align: middle;
	margin-left: 5px;
}
/*==========================================================================
Subscribe CSS
==========================================================================*/

.subscribe-now {
	margin-bottom: -70px;
	z-index: 9;
}
.subscribe-bg {
	margin: 0;
	background: #31312E;
	padding: 50px;
	border: 1px solid #383836;
	position: relative;
}
.subscribe-now h3 {
	color: #fff;
	font-size: 30px;
 
}
.subscribe-box {
	position: relative;
	width: 100%;
}
.subscribe-shape::before {
	position: absolute;
	content: '';
	background-image: url('../img/shape/fr-shape-1.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	width: 50%;
}
 
.subscribe-box input[type="text"] {
	color: #000;
	display: block;
	height: 60px;
	padding-left: 30px;
	padding-right: 205px;
	font-size: 14px;
	position: relative;
	width: 100%;
	
	border: none;
	background: #fff;
	border-radius: 0;
}
.subscribe-box button {
	display: block;
	height: 60px;
	padding: 0 35px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	background: #31312E;
	border: none;
	color: #fff;
	font-size: 18px;
	
}
.form-control:focus {
 
 
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*==========================================================================
Footer CSS
==========================================================================*/

.footer-area {
	background-color: #31312E;
 
	padding-top: 100px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.footer-widget h3 {
	color: #fff;
	font-size: 23px;
	border-left: 3px solid #600000;
	padding-left: 10px;
}
.widget {
	margin-top: 30px;
}
.about-info {
	color: #fff;
}
.social-icon li {
	display: inline-block;
	margin-right: 12px;
}
.social-icon li:last-child {
	margin: 0;
}
.social-icon li a {
	background: #071226;
	color: #fff;
	display: block;
	height: 35px;
	width: 35px;
	text-align: center;
 
	vertical-align: middle;
	font-size: 14px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social-icon li a:hover {
	background: #600000;
}
.blog-widget ul li {
	position: relative;
	padding-left: 110px;
	margin-bottom: 7px;
	overflow: hidden;
}
.blog-widget ul li:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-widget ul li a img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 85px;
	height: 80px;
}
.blog-widget li h4 a {
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	font-family: 'Nunito', sans-serif;
	line-height: 26px;
	margin-bottom: 5px;
}
.widget.blog-widget span {
	color: #fafafa;
	font-size: 14px;
}
.blog-widget li h4 a:hover {
	color: #fff;
}
.footer-menu li a {
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	font-family: 'Nunito', sans-serif;
}
.footer-menu ul li {
	margin-bottom: 5px;
}
.footer-menu ul li:last-child {
	margin: 0;
}
.footer-menu li a:hover {
	color: #fff;
}
.basic-info li {
	margin-bottom: 10px;
	color: #fff;
}
.basic-info li:last-child {
	margin: 0;
}
.footer-menu li a i::before {
	font-size: 11px;
	margin-right: -10px;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.footer-menu li a:hover i::before {
	opacity: 1;
	margin-right: 4px;
}
/*==========================================================================
Copyright CSS
==========================================================================*/

.footer-copyright {
	background: #31312E;
	padding: 30px 0px;
	border-top: 2px solid #6f6f6f4f;
}
.copyright-content {
	text-align: center;
}
.copyright-content p {
	color: #fff;
}
/*==========================================================================
Pricing CSS
==========================================================================*/

.pricing-item {
	background: #fff;
	padding: 45px;
	text-align: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pricing-item:hover {
	box-shadow: 0 0 60px #eee;
}
.box {
	box-shadow: 0 0 60px #eee;
}
.pricing-icon i {
	font-size: 50px;
	-webkit-transition: all40.3s ease-in-out;
	-o-transition: all40.3s ease-in-out;
	transition: all40.3s ease-in-out;
}
.pricing-price h4 {
	font-size: 40px;
	line-height: 52px;
}
.pricing-price h4 span {
	font-size: 16px;
	line-height: 28px;
	color: #600000;
}
.pricing-content ul li {
	margin-bottom: 5px;
}
/*==========================================================================
Page CSS
==========================================================================*/

.page-banner {
	background-image: url('../img/page.jpg');
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #31312E;
	z-index: 1;
	text-align: left;
	padding:  40px 0;
	padding-bottom: 20px;

	color: #fff;
	-moz-box-shadow: 0px 3px 3px rgba(21, 21, 21, 0.5);
  -webkit-box-shadow: 0px 3px 3px rgba(21, 21, 21, 0.5);
  box-shadow-bottom: 5px rgba(21, 21, 21, 0.5);
}
.page-banner::after {
	position: absolute;
	background: #31312E;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}
.page-title h1 {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-left: 5px solid  #600000;
}
.page-title ul li {
	display: inline-block;
	margin-right: 30px;
}
.page-title li a {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	position: relative;
}
.page-title li:last-child a {
	color: #600000;
}
.page-title li a::after {
	position: absolute;
	content: '|';
	top: 50%;
	transform: translateY(-50%);
	left: 56px;
}
.page-title li:last-child a::after {
	display: none;
}
.blog-content li a {
	display: inline-block;
	color: #600000;
	font-weight: 500;
}
.embed-responsive-100x400px {
	padding-bottom: 400px;
}
/* ==========================================================================
   Form Design CSS
   ========================================================================== */

.form-group {
	margin-bottom: 15px;
}
.form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #31312E;
	padding-left: 25px;
		color: #31312E
}
.form-group button {
	border: none;
}
.form-group textarea {
	border: 1px solid #31312E;
	padding: 20px;
	width: 100%;
	padding-left: 25px;
	resize: none;
	height: 130px;
		color: #31312E
}
.form-group input:hover,
.form-group input:focus,
.form-group textarea:hover {
	outline: none;
}
 
/* ==========================================================================
Blog Sidebar CSS
========================================================================== */

.side-widget {
	padding: 30px;
	background: #eee;
	margin-bottom: 30px;
	border-radius: 5px;
}
.side-widget h3 {
	margin-bottom: 30px;
	border-left: 3px solid #600000;
	padding-left: 15px;
}
.side-search form.side-search-box {
	position: relative;
	width: 100%;
}
.side-search-box input[type="text"] {
	display: block;
	height: 60px;
	font-size: 14px;
	position: relative;
	width: 100%;
	border-radius: 0;
	background: #fff;
	border: 1px solid #eee;
	outline: 0;
}
.side-search-box button {
	display: block;
	height: 46px;
	width: 50px;
	position: absolute;
	right: 6px;
	text-align: center;
	background: #600000;
	border: none;
	color: #fff;
	border-radius: 0;
	font-size: 20px;
	line-height: 50px;
	top: 7px;
}
.form-control:focus {
 
	border: 1px solid #600000 !important;
	outline: 0;
	box-shadow: none;
}
.about-me b {
	color: #31312E;
	font-weight: 600;
	margin-top: 20px;
	display: block;
	margin-bottom: 10px;
}
.about-me img {
	width: 100%;
}
.cat-list li a {
	color: #31312E;
	font-weight: 500;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.cat-list li {
	margin-bottom: 30px;
}
.cat-list li:last-child {
	margin: 0;
}
.cat-list li a:hover {
	color: #600000;
}
.cat-list li a:hover span {
	background: #600000;
	color: #fff;
}
.cat-list li a span {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	float: right;
	background: rgba(227, 181, 118, 0.15);
	color: #600000;
	display: block;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
}
.follow-social li {
	display: inline-block;
	margin-right: 15px;
}
.social-icon li a {
	background:  #600000;
	color: #fff;
	display: block;
	height: 34px;
	width: 34px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
}
.follow-social li a {
	transition: 0.3s;
	background: #f1f1f1;
	color: #31312E;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
	display: block;
	text-align: center;
	border-radius: 50%;
}
.follow-social li:last-child {
	margin: 0;
}
.follow-social li a:hover {
	background: #600000;
	color: #fff;
}
.blog-archive li a {
	color: #31312E;
	font-weight: 500;
	transition: 0.3s;
}
.blog-archive li {
	margin-bottom: 20px;
}
.blog-archive li i {
	margin-right: 5px;
	color: #600000;
}
.blog-archive li:last-child {
	margin: 0;
}
.blog-archive li a:hover {
	color: #600000;
}
.bg-newsletter {
	background: #31312E;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	height: auto;
	position: relative;
	border: none;
}
.bg-newsletter:after {
	position: absolute;
	background: rgba(19, 21, 54, 0.9);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	border-radius: 15px;
}
.bg-newsletter h3 {
	color: #fff;
}
.newsletter input {
	width: 100%;
	margin-bottom: 30px;
	border: none;
	background: #fff;
	height: 50px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 500;
	color: #233d63;
	border-radius: 30px;
}
.newsletter button {
	width: 100%;
	border: none;
	background: #600000;
	color: #fff;
	font-weight: 600;
	height: 50px;
	border-radius: 30px;
	text-transform: uppercase;
}
.blog-tags li a {
	display: inline-block;
	background: #f1f1f1;
	padding: 0 15px;
	float: right;
	margin-right: 15px;
	color: #31312E;
	font-weight: 500;
	transition: 0.3s;
	padding-top: 7px;
	padding-bottom: 10px;
	height: 45px;
	line-height: 30px;
}
.blog-tags li a:hover {
	color: #fff;
	background: #600000;
}
.blog-tags li {
	display: inline-block;
}
.blog-tags li:last-child a {
	margin: 0;
}
.related-tag span {
	display: block;
	font-weight: 500;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.related-tag li {
	overflow: hidden;
	display: inline-block;
	margin-right: 5px;
}
.related-tag li a {
	color: #31312E;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.related-tag li a:hover {
	color: #600000;
}
.related-tag {
	margin-top: 5px;
}
.related-share li {
	display: inline-block;
}
.related-share {
	text-align: right;
}
.related-share li a {
	color: #31312E;
	height: 40px;
	display: block;
	width: 40px;
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	background: #f1f1f1;
}
.related-share li {
	margin-right: 15px;
}
.related-share li:last-child {
	margin: 0;
}
/* ==========================================================================
  Comment list CSS
   ========================================================================== */

.comt-user {
	float: left;
	margin-top: 8px;
}
.comt-detail {
	overflow: hidden;
	padding-left: 30px;
}
.comtuser-name p {
	margin: 0;
	font-size: 14px;
}
.comtuser-name {
	position: relative;
	overflow: hidden;
}
.comtuser-name a {
	position: absolute;
	top: 0;
	color: #600000;
	font-weight: 600;
	right: 0;
}
.comtuser-name h3 {
	font-size: 16px;
	font-weight: 600;
	color: #31312E;
}
.comt-user img {
	width: 100%;
	border-radius: 20px;
}
.comment-count {
	margin: 30px 0px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
.comtuser-name a i {
	margin-right: 5px;
	color: #600000;
}
.comt-sub {
	margin-left: 48px;
}
.comment-temp li {
	margin-bottom: 35px;
}
.comment-temp li:last-child {
	margin: 0;
}
.comment-form-title {
	margin-bottom: 30px;
}

.btn-down {
  display: inline-block;
  position: relative;
  top: -35px;
  z-index: 6;
 background:  #fff;
  text-decoration: none;
  transition: background-color 0.3s;
  animation: bounce 2s infinite;
  border-radius: 50%;
  padding: 5px;
 
}

 

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);  
  }
  40% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(4px);
  }
}
.footer-area a{ color: #fff;}
.footer-area .footer-social .social-icon li a { background: #fff !important;}

.main-menu ul li a span {
 
  text-transform: uppercase;
  position: relative;
}
 
.services-content h3{ font-size: 18px; line-height: 20px;}
.team-perfil li{ border: 1px solid #ccc; background: #fff; padding: 5px; width: 38px; height: 38px; text-align: center;}

.box-contact{ border: 1px solid #383836; border-left: 6px solid #600000; padding: 15px; margin-bottom: 25px; padding-bottom: 0;}

.required label::after{ content: "*"; color: #600000;}
.btn-primary{ background-color: #31312E; color: #fff; padding: 10px 15px; border: 0;}
.btn-primary:hover{ background-color: #31312E; color: #fff; padding: 10px 15px; border: 0;}
.bg-dark{ background: #31312E !important; color: #fff !important;}
.bg-dark h2,.bg-dark .section-title span{ color: #fff;} 
.team-content{ color: #000;}
 .social-icon .footer-social li a{ background: #fff; color: #31312E;}
 .contatopag p,.contatopag h5{ color: #fff; }
 .hamburger-icon i{ color: #fff;}
 .team-item .team-content{  margin: 0px 20px; margin-top: -10px; border-radius: 0 0 10px 10px;}
 .about-left .about,.team-item img{ transform: translateY(-5px);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.4); border-radius: 8px; 

transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;}

  .services-tiem,.sombraimg{
 transform: translateY(-5px);
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.4); border-radius: 8px; 

transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;  }

 .about-left .about:hover,.services-tiem:hover,.sombraimg:hover {
  transform: translateY(-15px);
  z-index: 1;
}

.team-item img:hover {
  transform: translateY(-10px);
  z-index: 1;
}
.services-area .section-title h2,.services-area .section-title span{ color: #fff !important;}
.equipe-row h2{ border-left: #600000 6px solid ; padding-left: 15px; margin-bottom: 15px;}

.footer-social i{ color: #262624 !important;}

.mean-container a.meanmenu-reveal{ background: #fff; margin-right: 15px;}

.services-group{ position: relative;}

.services-group .owl-nav .owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	 
	height: 50px;
	width: 50px;
	transform: translateY(-50%);
	line-height: 53px;
	text-align: center;
	color: #ccc;
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
 
	background:#262624
}
.services-group .owl-nav .owl-prev {
	left: -35px;
}
.services-group .owl-nav .owl-next {
	right: -35px;
	 
}
.services-group .owl-nav .owl-prev:hover {
	background: #fff;
	color: #31312E;
}
.services-group .owl-nav .owl-next:hover {
	background: #fff;
	color: #31312E;
}

@media (max-width: 625px) {
 
 
.services-group .owl-nav{   margin-bottom: -15px; display: table; width: 100%;  position: absolute;}
 

.services-group .owl-nav .owl-prev {
	left: 15px;
 top: 0;
 bottom: 0;
 width: 50px;
	 
}
.services-group .owl-nav .owl-next {
	right: 15px; 
top: 0;
bottom: 0;
	 width: 50px;
}


}

@media (max-width: 1200px) {
  .header-menu .container {
    max-width: 100%;
  }
}