html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	font-size: 16px;
	line-height: 1.5;
	color: #888;
	background-color: #ffffff;
	font-family: 'Mulish', sans-serif;
	position: relative;
	min-height: 100%;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #1e1e2a;
	line-height: 1.3;
}
strong {
	color: #1e1e2a;
}
h1,
.heading-1 {
	font-size: 100px;
    color: #ffffff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
h1 span {
	display: block;
	margin: auto;
	font-size: 30px;
	margin-top: 10px;
}
@media only screen and (max-width: 576px) {
	h1,
	.heading-1 {
		font-size: 35px;
	}
}
h2,
.heading-2 {
	font-size: 30px;
	line-height: 1.5;
}
h2 .desc-title {
	display: block;
	font-size: 18px;
	margin: 5px 0;
	font-weight: 400;
}
h3,
.heading-3 {
	font-size: 19px;
}
h4,
.heading-4 {
	font-size: 17px;
	text-align: center;
}
p a {
	transition: all 0.3s ease-in-out;
	color: #fa3c00;
	font-weight: 500;
}

a, a:focus, a:active, a:hover , h3 a:hover , h2 a:hover , li a:hover{
	text-decoration: none;
	color: #fa3c00;
}
.section {
    padding: 70px 0;
}
.box {
	text-align: left;
	box-shadow: 0 10px 20px 0 rgba(90, 91, 95, 0.15);
	padding: 30px;
	background: rgba(255,255,255,0.95);
	position: relative;
	border-radius: 7px;
}
/* Footer */
.footer {
    background: #13131c;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
    padding: 30px 0;
}
.footer p {font-size: 15px}
/* Navbar */
.navbar {
	background: #ffffff;
	border-bottom: 1px solid #eee;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.navbar-toggler:focus {
	outline: none;
}
.nav-item {
	padding: 0 20px 0 0!important;
}
.nav-link {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	color: #1e1e2a;
	transition: all .25s;
	font-family: 'Roboto', sans-serif;
}
.nav-link.active , .nav-link:hover {
	color: #fa3c00;
}
.container-fluid {
	max-width: 1450px;
}
.mdi-menu {
	color: #fa3c00;
}
.mdi-check-circle {
	color: #fa3c00;
}
.menu-box article{
	margin: auto;
	overflow: hidden;
}
.menu-box article:hover .product-title {
	transform: translate(30px,0);
}
.navbar-toggler {
	padding-right: 0;
	padding-left: 0;
}
.btn-custom {
    padding: 11px 18px;
	font-family: 'Roboto', sans-serif;
    color: #ffffff!important;
	display: inline-block;
    font-size: 16px;
	border-radius: 5px;
	transition: 0.3s;
	text-align: center;
	background: -webkit-linear-gradient(0deg, #f25743, #eb3648 50%);
}
.btn-custom:hover {
	transform: translateY(3px);
}
.btn-position {
	position: absolute;
	bottom: 20px;
	left: 25px;
	right: 25px;
}
.navbar-brand {
	font-size: 20px;
	font-weight: 700;
	margin-right: 0;
	font-family: 'Roboto', sans-serif;
	color: #1e1e2a;
}
.mdi-arrow-right {
	font-size: 15px;
}
.text-body {
	color: #777777;
}

/***************************/
.desc {
	font-size: 20px;
}
.desc h3 {
	color: rgba(255,255,255,0.9);
	font-weight: 900;
}
.desc .subtitle {
	color: rgba(255,255,255,0.9);
	margin-bottom: 0;
}
.min-height {
	min-height: 155px;
}
.number {
	color: #fa3c00;
}

/************/
.divider {
	width: 60px;
	height: 3px;
	background: #fa3c00;
	margin-bottom: 10px;
}
.header-desc {
	font-size: 30px;
	margin-top: 10px;
	display: block;
}

.dropdown-toggle::after {
	vertical-align: middle;
	margin-left: 0.08rem;
	border: none;
	font-family: 'Material Design Icons';
	content: "\f0140";
}
.text-holder {
    padding: 100px 0;
    margin-bottom: 1rem
}
.content-holder{
    background: #fa3c00;
    padding: 10px 20px;
    display: inline-block;
    color: #ffffff;
}
.container-fluid-custom {
	max-width: none;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color:#fa3c00;
}
.list {
	list-style: none;
}
.list li {
	position: relative;
}
.list li:before {
	line-height: 1;
	position: absolute;
	left: -30px;
	top: 4px;
	font-size: 20px;
	font-family: 'Material Design Icons';
	content: "\F012C";
	color: #f25743;
}
.header-text {z-index: 3;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media only screen and (max-width: 576px) {
	.header-text {
		padding: 30px 15px;
	}
}

.contact {
	border-radius: 3px;
	margin: 30px 0;
}
.contact input.form-control {
	height: 50px;
	margin: 15px 0;
	font-size: 14px;
	background:  #fff;
    border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(30, 30, 42, 0.09);
}
.contact textarea.form-control {
	height: 140px;
	margin: 15px 0;
	font-size: 14px;
	resize: none;
	line-height: 2;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(30, 30, 42, 0.09);
	background:  #fff;
}
.form-control:focus {
	color: #495057;
	background-color: #fafafa;
	outline: 0;
	box-shadow: none;
	border: 1px solid #fa3c00;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	border-radius: 100%;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}
.header-pages {
	padding: 120px 0 0 0;
}
@media only screen and (max-width: 576px) {
	.header-pages {
		padding: 100px 0 0 0;
	}
	.header-desc {
		font-size: 20px;
	}
	h2 {
		text-align: center;
	}
	.divider {
		margin: 0 auto 10px auto;
	}
}
/***********/
.bg-navy {background: rgba(30, 30, 42, 1)}
.mdi-tools , .mdi-scissors-cutting , .mdi-home , .mdi-pipe , .mdi-crop-square , .mdi-bag-checked , .mdi-floor-plan , .mdi-tshirt-crew , .mdi-briefcase-search {color: #f25743; font-size: 40px}
.carousel-inner {height: 700px;position: relative;}
.overlay {background: rgba(30, 30, 42, 0.3); position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1}
.mobile-header {display: none; position: relative; padding: 200px 0 100px 0;z-index: 2;}
@media only screen and (max-width: 1200px) {
	.mobile-header {display: block}
	#carouselExampleIndicators {display: none}
}
.header-secondary {background: #1e1e2a;padding: 180px 0 70px 0;}
.header-secondary h1 {font-size: 60px}
@media only screen and (max-width: 992px) {
	.header-secondary h1{
		font-size: 35px;
	}
}
.card h2 {
	font-size: 18px;
}
.card {box-shadow: 0 10px 20px 0 rgba(90, 91, 95, 0.15); border: none}
.text-shadow {text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);font-size: 40px;}
.text-shadow span {display:block; font-size: 20px;}
.text-red { color: #fa3c00 }
.dropdown-menu {border: none;box-shadow: 0 10px 20px 0 rgba(90, 91, 95, 0.15);border-radius: 0}
.dropdown-item {font-size: 15px}
.mdi-check-circle {
	color: #fa3c00;
	font-size: 25px;
	display: block;
	margin: -50px auto 10px auto;
	text-align: center;
}
 p strong {
	 color: #1e1e2a;
	 font-family: 'Roboto', sans-serif;
 }
 .num-list li::marker {
	 color: #fa3c00;
 }
 .navbar .container {
	 max-width: 1300px;
 }
 .img-circle {
	 border-radius: 100%;
	 border: 4px solid #ffffff;
 }
 .template input {
	 border-top:0;
	 border-right: 0;
	 border-left: 0;
	 border-color: rgba(136, 136, 136, 0.35);
	 border-width:1px;
	 margin-bottom: 1rem;
	 width: 50%;
 }
input:disabled
{
	background-color: transparent;
}
 .template label {
	 margin-bottom: 0;
	 display: inline-block;
	 margin-right: .5rem;
 }
.anchor {
	margin-top: -100px;
	display: block;
	height: 100px;
	visibility: hidden;
	position: relative;
}
strong {
	font-family: 'Roboto', sans-serif;
}
.btn-pos {
	position: absolute;
	left: 2rem;
	right: 2rem;
	bottom: 2rem;
}
.footer-hr {
	background-color: rgba(255, 255, 255, 0.08)!important;
	margin: 40px 0;
}