.nav-link {
    margin-right: 35px !important;
    color: #4a4a4a!important,
}
    .nav-link.active {
        color: #000000!important;
    }
.AboutTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.AboutSubTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 8.32px;
    color: #9b9b9b;
}
.AboutContent {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #000000;
}

.SliderLittleTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 13px;
    text-align: center;
    color: #ffffff;
}
.SliderBigTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 115px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.SliderButton {
    margin: 20px;
    padding: 20px;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000!important;
    width:400px!important;
    display:block!important;
}
.carousel-indicators li.active {
    color: #133579 !important;
    background-color: #133579 !important;
}

.inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* unnecessary styling properties */
    max-width: 100%;
    text-align: center;
    
}

.SectionTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.SectionSubTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 8.32px;
    text-align: center;
    color: #9b9b9b;
}
.brandslist li {
    margin: 30px !important;
}
.ContactTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.ContactValue {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #656a70;
}
.FooterBig {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.FooterBigSub {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 8.32px;
    color: #9b9b9b;
}
.FooterText {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #656a70;
}
.FooterHeader {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

a.FooterLink {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #656a70;
    display:block!important;
    margin-bottom:15px!important;
}
    a.FooterLink:hover {
        color: #000000;
    }
@media (max-width: 900px) {
  	.inner
	{
		display:none!important;
	}
}
