@charset "utf-8";
/* global */
#content p {
	font-size: 18px;
	line-height: 30px;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul li {
	margin-bottom: .3rem;
}
/*#content ul li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: .5rem;
	color: #009fff;
	font-size: 16px;
}*/
.gfield_label {
	color: #009fff;
}
.gform_fields li::before {
	display: none !important;
}
#gform_submit_button_1, #gform_submit_button_2 {
	border: none;
	display: inline-block;
	background: #000;
	color: #fff;
	padding: .8rem 1.4rem;
	text-transform: uppercase;
	font: 18px "Oswald";
	font-weight: 600;
}
.wrapper {
	padding: 0 !important;
}
.home .entry-header, .page-template-fullwidthpage .entry-header {
	display: none;
}
#content a {
	color: #000;
	text-decoration: none !important;
	font-weight: 500;
}


/* top */
#wrapper-navbar {
	background: #000;
	padding: .5rem 0;
}
.page-template-fullwidthpage #wrapper-navbar {
	background: #000;
	margin-bottom: 2rem;
}

/* nav */
.nav-link {
	font-size: 18px !important;
	color: #ffffff !important;
	font-weight: 400 !important;
	line-height: 0.1em;
	letter-spacing: 0.3px;
}
.nav-link:focus, .nav-link:hover {
	color: #c0162a !important;
}
.nav-item.active > .nav-link,
.current-menu-item > .nav-link {
    color: #c0162a !important;
}

/* home */
#home {
	padding: 25rem 5rem 8rem 5rem;
	color: #fff;
}
#home h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.7px;
}
#home h2 {
	font-size: 50px;
	text-transform: capitalize;
	line-height: 1em;
	letter-spacing: 2.6px;
	text-shadow: 0px 0px 25px rgba(0,0,0,0.3);
}
#home h3 {
	font-size: 34px;
	text-transform: capitalize;
	line-height: 1em;
	color: #f8c03a;
}
#home ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#home ul li {
	display: inline-block;
	font-size: 18px;
}
#home ul li a {
	color: #fff !important;
}
#home .fas {
	color: #c0162a;
}
#home .btn-contact {
	background-color: #c0162a;
	font-size: 20px;
	display: inline-block;
	padding: .5rem 1.5rem;
	color: #ffffff !important;
	margin: 1rem 0 0 0;
}
#home .btn-contact:hover {
	background-color: #f8c03a;	
	color: #000 !important;
}


/* testimonials */
#testi {
	background: #000;
	color: #fff;
	padding: 4rem 0;
	text-align: center;
}
#testi h1 {
	font-size: 65px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 2rem 0;
}
.sp-testimonial-client-testimonial {
    position: relative;
    background: #efefef;
    color: #222;
    max-width: 360px;
    padding: 35px 45px;
    font-size: 20px;
    line-height: 1.8;
}
.sp-testimonial-client-testimonial::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);  
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #efefef;
}
.sp-testimonial-client-name {
	color: #fff !important;
}
.sp-testimonial-client-designation {
	color: #fff !important;
}

#newuser {
	background-color: transparent;
	background-image: linear-gradient(180deg, #B7B7B7 0%, #000000 100%);
	padding: 5rem 0;
	text-align: center;
	color: #fff;
}
#newuser h1 {
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 4.4px;
	color: #000000;
}
#newuser p {
	font-size: 24px;
	font-weight: 300;
	line-height: 2em;
	color: #bfbfbf;
}
#newuser .btn-register {
	background-color: #000000;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	fill: #ffffff;
	color: #ffffff !important;
	border-radius: 0px 0px 0px 0px;
	padding: 15px 45px 15px 45px;
	display: inline-block;
}


.month-link a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: #ffffff;
    color: #222 !important;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #333;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: all 0.2s ease;
}
.month-link a:hover {
    color: #c0162a;
    box-shadow: 0 6px 14px rgba(0,0,0,0.3);
    transform: translateY(-1px);
}
.june {
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color: #000;
}


.downloads h1 {
	font-size: 36px;
	letter-spacing: 1.5px;
	color: #C0162A;
	text-align: center;
}

.contact {
	font-size: 20px;
}
.contact h1 {
	font-size: 60px;
	color: #c0162a;
	line-height: 1.4em;
}
.contact .hotline li {
	display: inline-block;
	margin-right: 1rem;
}

/* footer */
#wrapper-footer-full {
	background-color: #000000 !important;
	color: #fff;
	border-top: 5px solid #c0162a;
	padding-top: 2rem;
	font-size: 18px;
}
#wrapper-footer-full h3.widget-title {
	color: #e2e2e2;
	font-size: 42px;
}
#wrapper-footer-full .subs {
	text-align: right;
}
#wrapper-footer-full span {
	color: #c0162a;
}
#wrapper-footer {
	background-color: #c0162a;
	font-size: 15px;
	color: #000000;
	margin-top: 2rem;
	padding: .8rem 0;
}
#wrapper-footer .legal {
	text-align: right;
}
#wrapper-footer .legal a {
	color: #000;
	text-decoration: none;
	margin-left: 1rem;
}
#wrapper-footer .legal a:hover {
	color: #fff;
} 


@media (max-width: 768px) {
.nav-item {
	margin-bottom: .5rem;
}
#wrapper-footer-full .subs {
	text-align: left;
	margin-top: 2rem;
}
#wrapper-footer .legal {
	text-align: left;
}
#wrapper-footer .legal a {
	margin-right: 1rem;
	margin-left: 0;
}
}