#header {
	background: #f5f5f5;
}
#header .logo img {
	max-height: 55px;
}
#hero h1 {
	color: #f57073;
}
#hero h2 {
	color: #6e6e6e;
}

.navbar .getstarted, .navbar .getstarted:focus {
	background: #f57073;
}
.navbar a, .navbar a:focus {
	font-size: 17px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
	color: #46a4bd;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
	color: #fff;
	background: #f18e90;
}
#hero .btn-get-started {
	color: #46a4bd;
	border: 2px solid #46a4bd;
}
#hero .btn-get-started:hover {
	background: #98d4e4;
	border: 2px solid #98d4e4;
	color: #fff;
}

.more-services .card:hover .card-body {
	background: #98d4e4;
	color: #2d859d !important;
}

.services .icon-box::before {
	background: #ebebeb;
}
.services .icon-box:hover::before {
	background: #5e5e5e;
}

.services .icon i {
	color: #fff !important;
}

.contact .social-links a {
	color: #46a4bd;
	border: 2px solid #46a4bd;
}
.contact .social-links a:hover {
	background: #98d4e4;
	border: 2px solid #98d4e4;
	color: #fff;
}
.contact .info i {
	font-size: 32px;
	color: #f57073;
	float: left;
	line-height: 1;
}
.contact .php-email-form button[type=submit] {
	background: #f57073;
}
.contact .php-email-form button[type=submit]:hover {
	background: #46a4bd;
}

.back-to-top {
	background: #98d4e4;
}