*{
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	box-sizing: border-box;
}
body, *{
    font-family: 'Raleway', sans-serif;
}
ul{
	margin: 0;
	padding: 0;
} 
html {
    padding-bottom: 0 !important;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    font-size: 13px;
    color: black;
}

body {
    margin: 0 auto;
    line-height: 20px;
    letter-spacing: normal;
    overflow-x: hidden;
}

*:focus {
    outline: none;
}

button:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}
.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

svg {
    fill: currentColor;
    stroke: currentColor;
    width: 20px;
    height: 20px;
}

fieldset,
legend {
    border: none;
}

input::-ms-clear,
select::-ms-expand {
    display: none;
}

blockquote {
    border: none;
    background-color: #fafafa;
    color: black;
    font-size: 13px;
    line-height: 23px;
    font-style: normal;
    margin: 0;
    padding: 20px 35px;
}

input[type="image"] {
    width: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    padding: 7px 12px 5px;
    line-height: 23px;
}

input[type="checkbox"],
.custom-radio input[type="radio"] {
    vertical-align: top;
    margin-right: 10px;
    display: none;
}

input[type="checkbox"] + label {
    padding-left: 26px;
    cursor: pointer;
    margin-bottom: 9px;
    position: relative;
}
select {
    border: 1px solid #cccccc;
    display: block;
    width: 100%;
    padding: 7px 32px 5px 12px;
    line-height: 23px;
    outline: none;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
    min-height: 36px;
}

select + .icon-dropdown {
    width: 30px;
    position: absolute;
    bottom: 0;
    right: 2px;
    background-color: rgba(255, 255, 255, 0);
    height: 36px;
    top: inherit;
    z-index: 1;
    display: flex;
    align-items :center;
    justify-content: center;
}
select * {
    outline: none;
    background: #fff;
    color: black;
    border: none;
}

.main-content {
    display: block;
    min-height: 500px;
    padding-bottom: 105px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #232323d4;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    height: initial;
    padding: 7px 12px 5px;
    border: 1px solid #cccccc;
    width: 100%;
    max-width: 380px;
    display: block;
    outline: none;
}
ul, ol {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
li {
    margin-bottom: 0.25em;
}

a {
    transition : all .3s ease-in-out;
    color: black;
}
a:hover {
    color: black;
    outline: none;
    text-decoration: none;
    transition : all .3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
    text-transform:uppercase;
}

h1 {
    font-size: 2.307692308em;
    margin-bottom: 1em;
}

h2 {
    font-size: 2em;
    margin-bottom: 1em;
}

h3 {
    font-size: 20px;
    margin-bottom: 1.25em;
}

h4 {
    font-size: 17px;
    margin-bottom: 1.5em;
}

h5 {
    font-size:15px;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 1em;
    margin-bottom: 1.5em;
}

p:last-child,
p:last-of-type {
    margin-bottom: 0;
}

small {
    font-size: 12px;
}

/* ----- Table ------- */
table {
    border: 1px solid black;
  	min-width:100%;
}

td, th {
        border-bottom: 1px solid black;
        padding: 9px 15px;
}

th {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05em;
    font-size: 13px;
    line-height: 23px;  
    outline: none; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0px;
    padding: 8px;
    border: 1px solid black;
    background: black;
    color:white;
    min-width: 130px;
    max-width: 100%;
    transition:all .3s ease;
}
.btn:hover{
    border: 1px solid #F1AF00;
    background: #F1AF00;
    color:white;
}
::-webkit-scrollbar {
    width: 8px;
    border: 1px solid #f0f3ed;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #F1AF00;
    -webkit-box-shadow: inset 0 0 6px #F1AF00;
    box-shadow: inset 0 0 6px #F1AF00;
}
.row{
    margin:0;
}
.ys-header{
    box-shadow: 0 0 transparent, 0 0 transparent, 0 5px 5px -4px rgba(0, 0, 0, 0.10);
}
.sticky{
    position: fixed;
    top:0;
    width:100%;
    z-index: 9;
}
.header-wrapper{
	justify-content: space-between;
}
.ys-navbar {
    justify-content: flex-end;
    display: flex;
}
.navbar {
    justify-content: flex-end;
    list-style-type: none;
    margin-bottom: 6px;
    margin-top: 10px;
    width: 100%;
}
.nav-link {
    display: block;
    font-size: 12px;
    letter-spacing: 0.03em;
    padding: .5rem 2rem;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.nav-link:hover{
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}
.nav-link:after {
    content: "";
    position: absolute;
    width: 0px;
    border-bottom: 3px solid #F1AF00;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
}
.nav-link:hover:after{
    width:30px;
}
.nav-link.active{
    font-weight: 600;
}
.nav-link.active:after{
    width:30px;
}
.footer-image-block {
    position: relative;
}
.footer-social-icons a{
    padding:0 5px;
}
.footer-bottom {
    padding: 15px;
}
.footer-copyright {
    font-weight: 500;
    letter-spacing: 0.2px;
    color:black;
}
.slider-wrapper{ 
    margin: 0;
}
.slider-wrapper .slider-image{
    padding: 0;
}
.career-content {
    padding: 100px 50px 50px 100px;
}
.title-header {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.title-header:after {
    content: "";
    position: absolute;
    width: 90px;
    border-bottom: 4px solid #F1AF00;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}
.job-openning-status {
    padding-top: 20px;
}
.no-job-open {
    background: #dff2fe;
    padding: 14px 20px;
    border-radius: 5px;
}
.info-icon {
    padding-right: 8px;
    position: relative;
    top: -1px;
}
.info-icon svg{
    width:15px;
    height: 15px;;
}
.form-group {
    margin-bottom: 1.3rem;
}
.career-form input[type="text"], .career-form input[type="password"], .career-form input[type="email"], .career-form input[type="tel"], textarea {
    border: 1px solid #cccccc;
    max-width: 80%;
    border-radius: 1px;
}
.form-control-file, .form-control-range {
    padding: 7px 9px;
    border: 1px solid #cccccc;
    border-radius: 1px;
    max-width: 80%;
}
.career-form .form-control {
    border-radius: 1px;
}
.btn-career {
    border-radius: 3px;
    min-width: 80px;
}
form.career-form {
    padding-top: 30px;
}
.page-header{
    position: relative;
}
.page-title{
    position:absolute;
    color:white;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size: 3em;
    letter-spacing: 1px;
}
.form-control::placeholder {
    color: #9d9a9a;
}
.bottom-line{
    position: relative;
}
.bottom-line:after{
    content: "";
    position: absolute;
    width: 180px;
    border-bottom: 7px solid #F1AF00;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}
.page-title-2 {
    position: absolute;
    color: black;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3em;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
}
.page-description{
    position: absolute;
    color: black;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3em;
    line-height: 1.4em;
    text-transform: uppercase;
    text-align: center;
}
.contact-offices .container-fluid {
    padding: 10px 60px 60px 60px;
}
.offices-info-wrapper {
    padding-top: 20px;
}
.offices-content h4{
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.offices-content p{
    max-width: 60%;
    line-height: 1.3em;
}
.contact-offices .col-md-4{
    padding:0;
    border:1px solid #dddddd;
}
.offices-content {
    padding: 30px;
}
.contact-offices .office-khi, .contact-offices .office-lhr, .contact-offices .office-mul{
    background: #151515;
    border:1px solid #151515;
    color:white;
}
.office-khi p, .office-lhr p, .office-mul p{
    color:#c2c0c0e8;
}
.offices-header h3 {
    font-size: 1.9em;
    margin-bottom: 1.25em;
    text-transform: capitalize;
}
.contact-directions-wrapper .container-fluid{
    padding: 80px 60px;
}
.contact-direction {
    background: white;
    border:2px solid black;
}
.directions-info {
    padding: 35px 15px 10px;
}
.directions-info h3{
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.9em;
    position: relative;
}
.directions-info h3 span{
    position: absolute;
    top: -9px;
    font-size: 11px;
    font-weight: 600;
}
.directions-info p{
    max-width: 100%;
}
.directions-info a{
    display: block;
}
.contact-email {
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: 600;
}
.contact-no {
    margin-top: 4px;
}
.directions-btn {
    background: transparent;
    color: black;
    width: 100%;
    padding: 10px;
    margin-top: 90px;
    border: 2px solid black;
}
.directions-btn:hover{
    background: black;
    color:white;
    border:2px solid black;
}
.contact-directions-wrapper .col-md-9{
    height:380px;
}
.services-content-wrapper .content-details{
    max-width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
}
.services-content-wrapper .content-details img{
    max-height: 80px;
}
.services-content-wrapper .content-details h3{
    color: #F1AF00;
    font-size: 2em;
    margin-bottom: 0;
    padding: 0 15px;
}
.services-content-wrapper .col-md-6{
    padding:0;
}
.flex-end{
    justify-content: flex-end;
}
.services-content-wrapper .service-image{
    background: #f0f3ed;
    padding:5%;
}
.services-content-wrapper .service-image div{
    max-width: 65%;
    margin: auto;
}
.services-content-wrapper .service-content{
    place-self: center;
}
.distribute-parts {
    display: flex;
    max-width: 65%;
    margin: auto;
    margin-top: 2em;
    align-items: center;
}
.p-image img {
    max-height: 30px;
}
.i-retail-content{
    top: 6px;
}
.parts-content {
    text-align: center;
    flex: 0 0 25%;
    position: relative;
}
.p-label {
    font-size: 10px;
    max-width: 75%;
    text-align: center;
    line-height: 1.5em;
    margin: auto;
}
.parts-content:after {
    position: absolute;
    content: "";
    border-right: 3px solid #F1AF00;
    width: 3px;
    height: 30px;
    top: 5px;
    right: 0;
}
.sales-content:after{
    display:none;
}
.services-content-wrapper .cube-content .content-details {
    flex-direction: column;
}
.services-content-wrapper .cube-content .content-details img {
    max-height: 40px;
}
.services-content-wrapper .cube-content .content-details a{
    font-size: 25px;
    font-weight: 600;
    margin-top: 25px;
    color: #a154a2;
}
.network-page .page-title {
    color: #F1AF00;
    top: 20%;
    font-size: 3.7em;
}
.rn-title h2{
    text-align: center;
    font-size: 3em;
    margin-top: 45px;
}
.rn-content .content-details{
    max-width: 40%;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.network-content-wrapper .col-md-6{
    padding:0;
}
.network-content-wrapper .rn-image{
    padding:8%;
}
.network-page .content-details p{
    text-transform: uppercase;
    line-height: 1.3em;
    color: black;
    font-weight: 600;
    font-size: 1.4em;
}
.network-page .content-details .region-table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 22px;
}
.text-left{
    text-align:left;
}
.text-center{
    text-align:center;
}
.text-end{
    text-align:end;
}
.network-page .content-details .region-table p {
    flex: 0 0 50%;
    border-bottom: 1px solid #232323;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 3px;
    font-weight: 500;
    max-width:50%;
    font-size:1.3em;
}
.network-page .content-details .region-table .table-header, .network-page .content-details .region-table .table-footer{
    font-weight:600;
    text-transform:uppercase;
}
.image-left-1, .image-left-3, .image-left-5{
    max-width: 60%;
    margin: auto;
}
.text-left-1, .text-left-3, .text-left-5 {
    position: absolute;
    top: 35%;
    left: 20%;
    transform: translate(-50%,-50%);
}
.text-left-1 p, .text-left-3 p, .text-left-5 p{
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1em;
    font-size: 14px;
}
.text-left-1 h2, .text-left-3 h2, .text-left-5 h2{
    font-size: 6em;
    line-height: 1em;
    margin-bottom: 15px;
}
.text-right-1, .text-right-3, .text-right-5 {
    position: absolute;
    top: -9%;
    right: -42%;
    transform: translate(-50%,-50%);
}
.text-right-1 h2, .text-right-3 h2, .text-right-5 h2{
    font-size: 4em;
    color: black;
    -webkit-text-fill-color: #F1AF00;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #00000099;
}
.image-right-1, .image-right-3, .image-right-5 {
    max-width: 50%;
    margin: auto;
    margin-top: 20%;
    position: relative;
}
.theme-background{
    background-color: #F1AF00;
    background-image: linear-gradient(to right, #FEEE00, #FEED00, #F9DE00, #f2c400db, #F2C400, #EFB900, #F1AF00);
}
.image-right-2, .image-right-4, .image-right-6 {
    max-width: 60%;
    margin: 0 5%;
}
.text-right-2, .text-right-4, .text-right-6 {
    position: absolute;
    top: 42%;
    right: 4%;
    transform: translate(-50%,-50%);
}
.text-right-2 p, .text-right-4 p, .text-right-6 p{
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1em;
    font-size: 14px;
}
.text-right-2 h2, .text-right-4 h2, .text-right-6 h2{
    font-size: 6em;
    line-height: 1em;
    margin-bottom: 15px;
}
.text-left-2, .text-left-4, .text-left-6 {
    position: absolute;
    top: -10%;
    right: -42%;
    transform: translate(-50%,-50%);
}
.text-left-2 h2, .text-left-4 h2, .text-left-6 h2{
    font-size: 4em;
    color: black;
    -webkit-text-fill-color: #F1AF00;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #00000099;
}
.image-left-2, .image-left-4, .image-left-6 {
    max-width: 50%;
    margin: auto;
    margin-top: 16%;
    position: relative;
}
.network-content-wrapper .content-padding{
    padding:30px;
}
.image-hover{
    transition: all 0.5s ease-in-out;
}
.image-hover:hover{
    transform:scale(1.1);
    transition: all 0.5s ease-in-out;
    overflow:hidden;
}
.image-left-3{
    margin-left:33%;
}
.image-right-3{
    max-width: 50%;
    margin: auto;
    margin-top: 17%;
    position: relative;
}
.image-right-4, .image-right-6 {
    max-width: 45%;
    margin: 0 18%;
}
.image-left-4, .image-left-6 {
    max-width: 50%;
    margin: auto;
    margin-top: 18%;
    position: relative;
}
.text-left-6 {
    position: absolute;
    top: -10%;
    right: -25%;
    transform: translate(-50%,-50%);
}
.dark-background{
    background: #151515;
    color:white;
}
.warehouse-hubs-header h2, .n-offices-header h2{
    text-align: center;
    padding-top: 1.3em;
    font-size: 3em;
    letter-spacing: 1px;
    font-weight: 600;
}
.n-offices-header .bottom-line:after {
    width: 80px;
}
.text-warehouse-hubs p, .text-n-offices p{
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1em;
    font-size: 14px;
}
.text-warehouse-hubs h2, .text-n-offices h2{
    font-size: 6em;
    line-height: 1em;
    margin-bottom: 15px;
    color: #F1AF00;
}
.light-background {
    background:#f0f3ed;
}
.image-warehouse-hubs, .image-n-offices {
    max-width: 70%;
    margin: auto;
    margin-top: 6%;
    position: relative;
}
.text-warehouse-hubs, .text-n-offices {
    position: absolute;
    top: 8%;
    left: 13%;
    transform: translate(-50%,-50%);
}
.image-n-offices {
    max-width: 60%;
    margin-top: 2%;
    margin-bottom: 3%;
}
.text-n-offices {
    position: absolute;
    top:auto;
    left:auto;
    bottom: -8%;
    right: -11%;
    transform: translate(-50%,-50%);
}
.compile-content {
    text-align: center;
    padding: 0;
}
.compile-text {
    padding: 20%;
    position: relative;
}
.compile-text h2{
    font-size: 3.3em;
    margin-bottom: 2px;
    line-height: 1em;
    letter-spacing: 1px;
    color:#F1AF00;
}
.compile-text p{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
}
.compile-text:after {
    content: "";
    position: absolute;
    border-right: 3px solid black;
    width: 3px;
    height: 70%;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
}
.last-child:after{
    display:none;
}
.home-banner{
    padding:0;
    position: relative;
}
.home-title{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.5em;
    width: 100%;
    padding: 20px 20px 5px;
    text-align: center;
    color: #F1AF00;
    z-index:2;
}
.home-main-banner{
    position:relative;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000ad;
    z-index: 1;
}
.home-vmp {
    padding: 5% 7%;
    text-align: center;
}
.home-vmp img{
    max-width: 40%;
    margin-bottom: 2.4em;
}
.home-vmp h3{
    font-size: 1.6em;
}
.home-vmp h3:after{
    width: 50px;
    border-bottom: 4px solid #F1AF00;
    bottom: -8px;
}
.home-vmp p{
    max-width: 80%;
    margin: auto;
    font-size: 1.1em;
}
.home-right-image-text .row{
    padding:1% 5%;
}
.home-left-text-wrapper {
    place-self: center;
}
.home-left-text {
    max-width: 70%;
}
.color-dots {
    display: flex;
    align-items: center;
    padding-left: 2px;
}
.color-dots span {
    border: 1px solid #F1AF00;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    margin-bottom: 7px;
    border-radius: 50%;
    background: #F1AF00;
}
.color-dots span:hover{
    background: white;
    border:1px solid #F1AF00;
}
.home-left-text p{
    font-size: 1.6em;
    line-height: 1.3em;
}
.home-right-image {
    max-width: 80%;
    margin: auto;
}
.home-values {
    padding: 5% 9% 6%;
}
.home-value-header h2{
    text-align: center;
    font-size: 3em;
    margin-bottom: 2.5em;
}
.home-value-header h2:after {
    width: 115px;
}
.home-value-content{
    max-width: 70%;
    margin:auto;
    text-align: center;
    border: 1px solid black;
    height:100%;
}
.home-value-content img{
    max-width: 50%;
    margin: 2em;
}
.home-value-content h4{
    margin-bottom: 0;
    font-size: 1.1em;
    width: 100%;
    background: #F1AF00;
    padding: 15px;
    letter-spacing: 1px;
    
}
.integrity-wrapper h4{
    position: relative;
    top: 9px;
}
.passion-wrapper h4{
    position: relative;
    top: 5px;
}
.home-values .col-md-3:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #F1AF00;
}
.home-values .home-passion:after{
    display:none;
}
.home-warehouse-hubs .col-md-6, .home-sap .col-md-6{
    padding: 5%;
}
.home-ware-hub-text{
    place-self:center;
}
.home-ware-hub-text .color-dots {
    justify-content: center;
}
.home-ware-hub-text h1{
    font-size: 8em;
    margin-bottom: 0;
    line-height: 1em;
}
.home-ware-hub-text h4{
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 1px;
}
.home-sap .home-left-text h2{
    font-size: 3em;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.home-sap .home-left-text h2 span{
    background: #04ABE9;
    color: white;
    padding: 5px;
}
.home-sap .home-left-text {
    max-width: 85%;
}
.home-strategic {
    padding: 5% 9%;
}
.home-strategic-header h2{
    font-size: 3em;
    letter-spacing: 1px;
    margin-bottom: 2.5em;
}
.home-strategic-content {
    text-align: center;
    max-width: 60%;
    margin: auto;
}
.home-strategic-content img {
    margin-bottom: 2em;
    max-height:105px;
}
.home-strategic-content h4 {
    font-size: 1.1em;
    text-transform: capitalize;
}
.home-strategic .col-md-3:after {
    position: absolute;
    content: "";
    border-right: 2px solid;
    width: 2px;
    height: 70%;
    right: -12px;
    top: 42%;
    transform: translateY(-50%);
}
.home-strategic .home-diversification:after{
    display:none;
}
.home-ceo .col-md-6, .home-director .col-md-6{
    padding: 0;
}
.ceo-text-wrapper, .director-text-wrapper{
    place-self: center;
}
.ceo-text, .director-text{
    max-width: 75%;
    margin: auto;
}
.ceo-text h1, .director-text h1{
    font-size: 4em;
    color: #F1AF00;
    margin-bottom: 0;
}
.ceo-text h4, .director-text h4{
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
.ceo-text p, .director-text p{
    font-size: 14px;
    text-align: justify;
}
.director-text {
    margin-left: 13%;
}
.home-compile-info{
    margin-top:5%;
}
.home-brands-header {
    padding: 5% 0 4%;
}
.home-brands-header h1{
    font-size: 4em;
}
.home-brands-header h5{
    font-size: 1.6em;
    font-weight: 500;
    text-transform: none;
}
.home-brand-icons {
    max-width: 55%;
    margin: auto;
}
.home-riversong{
    position: relative;
    top: 5px;
}
.fb-icon{
    display:inline-block;
    padding:7px;
    border:4px solid white;
    border-radius: 50%;
}
.fb-icon svg{
    width:28px;
    height:28px;
}
.insta-icon svg{
    width:50px;
    height:50px;
}
.footer-ys-logo {
    max-height: 350px;
    position: absolute;
    top: -9%;
    left: 50%;
    transform: translateX(-50%);
}
.footer-bottom-icon {
    position: absolute;
    bottom: 0;
    max-width: 70%;
    left: 50%;
    transform: translateX(-50%);
}
.footer-image-block {
    height: 575px;
}
.footer-social-icons {
    position: absolute;
    top: 40%;
    transform: translateX(-50%);
    left: 50%;
}
.dealers-page {
    padding: 4% 8%;
}
.dealer-header h1{
    font-size:3em;
    letter-spacing: 1px;
}
.dealer-header p{
    font-size: 15px;
}
.dealers-form {
    margin-top: 3em;
}
textarea.form-control {
    height: auto;
    max-width: 80%;
}
input[type="date"]{
    display: block;
    border: 1px solid #cccccc;
    border-radius: 3px;
    max-width: 100%;
    width: 100%;
}
.dealers-page .form-control-file, .dealers-page .form-control-range {
    border-radius: 3px;
    width:100%;
    max-width:100%;
    margin-bottom: 5px;
}
.btn-dealer {
    margin-top: 10px;
    margin-left: 2.6em;
    min-width:105px;
}
.dealers-page label {
    color: black;
    font-weight: 600;
}
.dealers-page .form-group p label{
    font-weight: 500;
}
.dealers-page .form-row>.col, .dealers-page .form-row>[class*=col-] {
    padding:0 3em;
}
.dealers-page input[type="text"], .dealers-page input[type="password"], .dealers-page input[type="email"], .dealers-page input[type="tel"], textarea {
    width: 100%;
    max-width: 100%;
}
.dealers-page textarea.form-control {
    max-width: 100%;
}
.form-submitted-page .container{
    padding: 8% 0;
    text-align: center;
}
.form-submitted-page .container h3{
    font-size: 2em;
    margin-bottom: 0.8em;
}
.form-submitted-page .container p{
    font-size: 1.5em;
}
.form-submitted-page .container a{
    margin-top: 2em;
}
.success{
    padding:3px 0;
    color: green;
}
.error {
    padding:3px 0;
    color: #FF0000;
}
.semi-success{
    padding:3px 0;
    color: #b0b012;
}
