a { color: #A32035; }

.navbar-brand img {
	width: 200px;
}

/* for mobile */
/*@media only screen and (max-width: 480px) {
	.navbar-brand img { width: 160px; }
	.navbar-area { padding: 20px 0; }
}*/
.team-area {
	background-color: #f4f6f7;
}

.contact-area {
	background-color: #fff;
}

.carousel-item {
    background-color: #A32035;
    background-image: url(../images/header_cover.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
}

.m-auto {
    margin: 0 0 0 auto !important;
}

.slider-content .title {
    font-size: 52px;
    line-height: 64px;
}

.slider-content .text {
    font-size: 20px;
    line-height: 32px;
}

.navbar-area .navbar .navbar-btn li a.solid {
	background-color: #A32035;
	border-color: #A32035;
	color: #FFFFFF;
}

.navbar-area.sticky .navbar .navbar-btn li a.solid {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #A32035;
}

.navbar-area.sticky .navbar .navbar-nav .nav-item a {
	opacity: 0.6;
}

.navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
	opacity: 1 !important;
}

.back-to-top {
	background-color:#A32035;
}

a:hover.back-to-top {
	background-color:#F4766C;
}

.pricing-style {
	background: linear-gradient(to right, #A32035 0%, #F4766C 100%);
}

.investment img {
	margin-top: 32px;
	width: 80%;
}

.team-style-eleven .team-content .sub-title  {
	color: #A32035;
	line-height: 32px;
}

.team-style-eleven .team-content {
	position: relative;
}

.team-style-eleven .team-content::before {
	background: linear-gradient(to right, #A32035 0%, #F4766C 100%);
}

.team-style-eleven {
	box-shadow: none;
	margin-top: 32px;
	margin-bottom: 32px;
}

.team-member {
	margin-top: 24px;
}

.team-style-eleven .team-image img {
	width: 75%;
	border-radius: 50%;
}

img.icon {
	width: 80px;
	height: 80px;
	max-width: 80px;
}

.single-features {
	min-height: 350px;
}
.single-features .features-title-icon .features-icon i {
	color: #A32035;
}

.contact-info .single-contact-info.contact-color-2 .contact-info-icon i {
	background-color: #A32035;
}

.contact-info .single-contact-info .contact-info-icon i {
	width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.email {line-height: 50px;}

.footer-support { color: #222; }
.footer-support a { font-size: 14px; color: #666; margin:0 16px;}

@media only screen and (max-width: 767px) {
	.carousel-item {
	    background-color: #A32035;
	    background-image: url(../images/header_cover.jpg);
	    background-size: cover;
	    position: relative;
	    background-position: 70%;
	}
	.navbar-brand img { width: 160px; }
	.navbar-area { padding: 20px 0; }
	.slider-content .title {
    	font-size: 36px;
    	line-height: 48px;
	}
	.slider-content .text {
    	font-size: 16px;
    	line-height: 24px;
	}
	.navbar-area.sticky .navbar .navbar-nav .nav-item a {
		color: #121212;
	}

	img.icon {
		width: 64px;
		height: 64px;
		max-width: 64px;
	}
	.single-features {
		min-height: auto;
	}

	.team-style-eleven .team-image img {
	    width: 50%;
	    border-radius: 50%;
	}
}