body {
	font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

a { color: #666666; }

a:hover, a:active { color: #ef4035; }

.back-to-top {
    background: #ef4035;
}

.back-to-top:hover {
    background: #000;
}

#header {
    background: rgba(255, 255, 255, 1);
}

#header .logo img {
    max-height: 84px;
}

.main-navigation {
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.nav-menu a {
    color: #666666;
	text-transform: uppercase;
	font-size: 16px;
	padding: 12px 32px 12px 32px;
}

.nav-menu li:last-child a {
    background: #ff0000;
    color: #fff;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #ef4035;
}

.nav-menu li:last-child a:hover {
    color: #fff;
}

.suscribe-area {
    background: #ef4035 none repeat scroll 0 0;
}

.suscribe-text h3 {
	text-transform: initial;
	font-size: 26px;
}

.sus-btn {
	margin-left: 0;
    border-radius: 0;
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}

.sus-btn:hover {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
    color: #fff;
}

.section-headline h2 {
	color: #666;
}

.single-services > p {
    color: #666666;
    font-size: 14px;
    text-align: left;
    line-height: 1.8em;
}

.single-services li {
    text-align: left;
    list-style-position: inside;
    list-style-type: disc;
	line-height: 1.8em;
    color: #666666;
}

.services2 {
	min-height: 828px;
	background: url(/front/assets/img/regodirect/home-content-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding: 65px 0 0;
}

.services2 .services-details {
	padding-top: 0;
}

.services2 .home-service {
	padding: 0 30px;
	border-right: 1px solid #666;
    margin-bottom: 50px;
}

.services2 .home-service:last-child {
	border: none;
}

#rego-info {
	margin-bottom: 141px;
}

#rego-info h3 {
	padding: 0px 0 10px 80px;
	color: #666666;
	font-size: 20px;
	font-weight: 700;	
}

#rego-info h3.regoservice-1 {
	background: url(/front/assets/img/regodirect/service-icon-1.png) no-repeat transparent;
}

#rego-info h3.regoservice-2 {
	background: url(/front/assets/img/regodirect/service-icon-2.png) no-repeat transparent;
}

#rego-info h3.regoservice-3 {
	background: url(/front/assets/img/regodirect/service-icon-3.png) no-repeat transparent;
}

p.big-paragraph {
	font-size: 18px;
}

p.red-bg-content {
	color: #fff;
	background-color: #ef4035;
	padding: 34px;
	font-size: 16px;
	border-radius: 0 0 30px 0;
	margin-top: 55px;
}

.footer-head p {
    line-height: 1.8em;
}


@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1169px;
	}
}