/**
* Author: M3TECH
* License: https://bootstrapmade.com/license/
*/

#header .profile img {
    width: 190px;
}

#header .profile img {
	border: 0px solid #2c2f3f;
}

.rounded-circle {
    border-radius: unset !important;
}

#header {
	background: #FFFFFF;
}

#footer {
	background: #8ba78d;
}

#header .profile .social-links a {
	background: #8ba78d;
}

.nav-menu a, .nav-menu a:focus {
	color: #555555 !important;
}

.nav-menu i, .nav-menu i:focus {
	color: #8ba78d !important;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i, .contact .info .time:hover i {
    background: #8ba78d;
    color: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #FFFFFF;
    float: left;
    width: 44px;
    height: 44px;
    background: #bdcec4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.services .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #bdcec4;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid #bdcec4;
}

.services .icon:hover {
    background: #bdcec4;
	color:#8ba78d;
}

.services .icon-box:hover .icon i {
	color: #8ba78d;
}

.section-title h2::after {
    background: #bdcec4;
}

.about .content ul i {
    color: #bdcec4;
}

.contact .php-email-form button[type=submit] {
    background: #8ba78d;
}

.contact .php-email-form button[type=submit]:hover {
	background: #bdcec4;
}

.back-to-top {
	background: #8ba78d;
}

.back-to-top:hover {
	background: #bdcec4;
}

#hero p span {
    border-bottom: 3px solid #8ba78d;
}

.section-title h2 {
    color: #555555;
}

a:hover {
    color: #bdcec4 !important;
}

.credits a {
    color: #FFFFFF !important;
}

.about .content h3 {
    color: #919490;
}

#header .profile .social-links a:hover, .social-links i:hover {
    background: #bdcec4;
	color: #FFFFFF !important;
}

.timedescup {
	margin-bottom: 0px !important;
}

.timedescdown {
	margin-bottom: 0px !important;
}

.disclaimer {
	margin-top: 50px;
	font-size: 10px;
}

.contact .info p {
    color: #919490;
}

.mobile-nav-toggle {
    background-color: #8ba78d;
}

.namecompany {
	color: #678269;
	font-size: 80px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #bdcec4;
}

#hero:before {
    background: unset !important;
}

.phone a {
    color: #8ba78d !important;
}

@media (max-width: 768px){
#hero h1 {
    font-size: 50px !important;
}
.namecompany {
	font-size: 70px;
}
#hero {
    background: url(../img/hero-bg-mobile.jpg) middle center;
}
}