@charset "utf-8";

/*Global view*/
header {
    padding-top: 20px;
    padding-left: 250px;
    padding-bottom: 20px;
    border-bottom: medium solid #000000;
}
.container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
nav {
    float: right;
    font-family: open-sans;
    font-style: normal;
    font-weight: 800;
    font-size: x-large;
    color: #6D6E71;
}
.mobile-view {
    display: none;
}
.desktop-view ul li {
    list-style-type: none;
    display: inline-block;
}
.desktop-view ul li a {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}



.btn-1 {
    color: #6D6E71;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 25px;
    border-left-width: medium;
    border-left-color: #6D6E71;

}
body {
    font-family: open-sans;
    font-style: normal;
    font-weight: 300;
}
main {
    background-repeat: no-repeat;
    height: 822px;
    padding-top: 40px;
}
.hero-image   {
    background-image: url(images/1x/MAIN-HERO.png);
    background-origin: content-box;
    height: 779px;
    background-repeat: no-repeat;
    position: relative;
}
.hero-image-au   {
    background-image: url(images/1x/Hero-2.png);
    background-origin: content-box;
    height: 779px;
    background-repeat: no-repeat;
    position: relative;
    padding-left: 31px;
}

footer {
    height: 120px;
    border-top: medium solid #000000;
}
.social-icon {
    float: left;
}
.partners {
    float: right;
    background-repeat: no-repeat;
    padding-top: 23px;
}
footer .partners ul {
    display: inline-block;
}
.text-white-about_us {
    color: #000000;
    font-size: 34px;
    float: left;
    font-family: open-sans;
    font-style: normal;
    font-weight: 600;
    width: 952px;
    padding-left: 100px;
    padding-top: 0px;
    text-align: left;
}
.text-white-about_us-2 {
    color: #000000;
    font-size: 34px;
    float: left;
    font-family: open-sans;
    font-style: normal;
    font-weight: 600;
    width: 952px;
    padding-left: 100px;


























/*Tablet view*/
@media (min-width: 401px) and (max-width: 768px){
;     padding-top: 0px;
    padding-top: 0px;
    position: relative;

}
header {
}
.mobile-view {
    display: block;
}
.desktop-view {
    display: none;
}
.expand {
    display: block;
}
}
.desktop-view {
    margin-top: 23px;
}
.btn-2 {
    color: #6D6E71;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 25px;

}
