:root {
    color: #F5FAFE;
    color: #F3F3F3;
    color: #E84410;
    color: #1C425B;
}

@font-face {
    src: url('/fonts/avenir-book.otf');
    font-family: avenir, sans-serif;
}

body {
    margin: 0;
	padding: 0;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1C425B;
}

img {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 400;
}

.h1, h1 {
    font-size: 45px!important;
}

.h2, h2 {
    font-size: 40px!important;
}

.h3, h3 {
    font-size: 1.75rem!important;
}

.h4, h4 {
    font-size: 1.5rem!important;
}

.p {
    font-size: 15px!important;
}

p, li, a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    color: #1C425B;
}

strong {
    font-weight: 900!important;
}

ul {
	padding-left: 20px;
}

a:hover, a:focus {
	border-bottom: 0;
	text-decoration: none;
    color: inherit;
}

i {
    vertical-align: middle;
}

.orange-txt {
    color: #E84410;
}

.orange-bg {
    background-color: #E84410;
}

.l-blue-bg {
    background-color: #F5FAFE;
}

.border-bottom-link, .border-bottom-link:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.border-bottom-orange, .border-bottom-orange:hover {
    color: #1C425B;
    margin-top: 10px;
    border-bottom: 1px solid #E84410;
}

.border-bottom-orange a {
    color: #1C425B;
}

.border-top-orange {
    border-top: 1px solid #E84410;
}

.light-font {
    font-weight: 100;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary {
    padding: 20px 15px!important;
    min-width: 200px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 15px;
    border: 0;
    border-radius: 0;
    font-weight: 300;
    font-family: avenir, sans-serif;
}

.btn-primary.blue {
    background-color: #1C425B;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover, .btn-primary:focus {
    background-color: #1C425B;
    color: #fff!important;
    border: 0;
}

.btn-primary.wht {
    background-color: #fff;
    color: #1C425B!important;
}

.btn-primary.wht:hover, .btn-primary.wht:not(:disabled):not(.disabled).active, .btn-primary.wht:not(:disabled):not(.disabled):active, .btn-primary.wht:hover, .btn-primary.wht:focus {
    background-color: #fff;
    color: #1C425B!important;
    border: 0;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 1rem 2rem;
    max-height: 600px;
    overflow: auto;
}

/* Header */
.header-top {
    background-color: #E84410;
    padding: 20px 0;
}

.header-top a {
    color: #fff;
    margin-right: 20px;
    font-family: avenir, sans-serif;
}

.header-top i {
    margin-right: 15px;
}

.navbar-nav .nav-link {
    padding: 0 30px!important;
    color: #1C425B!important;
    font-size: 18px;
    font-family: avenir, sans-serif;
}

/* Home */
.home-header h2 {
    font-size: 55px!important;
}
.carousel-control-next, .carousel-control-prev, .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    font-size: 40px;
}

.carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    top: 30%;
    left: 7%;
    right: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-caption {
    color: #1C425B;
}

.carousel-item {
    min-height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-orange-section .orange-bg {
    position: relative;
    min-height: 550px;
    min-width: 820px;
    padding: 40px;
    margin-left: -75%;
    margin-right: auto;
}

.over-orange-bg {
    position: absolute;
    top: 17%;
    left: -20%;
    right: 20%;
    bottom: 15%;
    margin: auto;
}

.home-orange-section h2 {
    line-height: 50px;
    font-size: 2.3rem!important;
    letter-spacing: 1.5px;
}

.home-orange-section p {
    line-height: 30px;
}

.home-hofer .home-logo {
    width: 25%;
}

.home-wego .home-logo {
    width: 40%;
}

.home-hofer {
    padding: 0 0 0 10%;
}

.home-wego {
    padding: 0 7% 0 4%;
}

.purpose {
    padding: 10% 0;
}

.purpose h2 {
    line-height: 60px;
}

.purpose span {
    vertical-align: bottom;
    margin-right: 10px;
    font-size: 15px;
    color: #E84410;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
}

/* About page */
.about-us, .product-page {
    margin: 10% 0;
}

.about-us2 {
    margin-bottom: 10%;
}

.about-us2 .l-blue-bg {
    height: 700px;
    margin-left: -10%;
    z-index: -100;
    width: 100%;
    position: relative;
    margin-right: -100%;
}

.about-us2 .card {
    max-width: 500px;
    background-color: transparent;
    margin: 5% 20%;
    z-index: 99999999999999;
}

/* Product page */
.hofer-header .carousel-caption {
    top: 10%;
}

.hofer-header h1 {
    font-size: 40px!important;
}

.hofer-header img {
    width: 40%;
}

.customize-tools .controls {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transition: background 0.3s;
    /* z-index: 9999; */
}

.customize-tools .controls li {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
}

.customize-tools .controls li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    padding: 7px 0px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #1C425B;
    border: 1px solid #1C425B;
}

.customize-tools .controls .prev {
    left: 0;
    /* z-index: 999; */
    position: absolute;
}

.customize-tools .controls .next {
	right: 0; 
	/* z-index: 999; */
	position: absolute;
}

/* contact */
.contact-page {
    padding: 5% 0;
}

.contact-header .card {
    background-image: url('/images/contact-header.jpg');
    background-position: center;
    background-size: cover;
    min-height: 700px;
}

.contact-header .card-img-overlay {
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: auto;
}

.contact-page a, .contact-page dt, .contact-page dd {
    color: #1C425B;
    font-weight: 100;
}

#map {
    width: 100%;
    height: 250px;
}

/* form styles */
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 25px;
}

label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
}

.form-control {
    border: 1px solid #9F9F9F;
    border-radius: 0;
    background-color: #fff;
    padding: 10px;
    height: auto!important;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #9F9F9F;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: 250px!important;
}

#email2 {
    display: none;
}

/*Placeholder text*/
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ABABAB;
    opacity: 1; /* Firefox */
    vertical-align: middle;
    line-height: 20px;
    font-weight: 200;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ABABAB;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 200;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #ABABAB;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 200;
}

/* Footer */
.footer {
    background-color: #1C425B;
    padding: 5% 0;
}

.footer a, .footer span {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    padding-right: 10px;
    font-weight: 300;
}

.footer-links a {
    padding-right: 30px;
    font-size: 18px;
}

.footer-links i {
    font-size: 25px;
}

.footer-bottom p, .footer-bottom a {
    font-size: 12px;
    font-weight: 300;
}