@font-face {
    font-family: Gotham-Book_0;
    src: url("font/Gotham-Book_0.otf");
}

@font-face {
    font-family: GothamBold;
    src: url("font/GothamBold.ttf");
}

@font-face {
    font-family: Gotham-Medium;
    src: url("font/Gotham-Medium.otf");
}

@font-face {
    font-family: GothamNarrow-Black;
    src: url("font/GothamNarrow-Black.otf");
}

@font-face {
    font-family: Gotham-Light_0;
    src: url("font/Gotham-Light_0.otf");
}
@font-face {
    font-family: BebasNeueBold;
    src: url("font/BebasNeueBold.ttf");
}


.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.nav-font {
    font-family: Gotham-Book_0;
    font-size: 14px;
}

.nav-font_head {
    font-family: Gotham-Book_0;
    font-size: 16px;
    color: #ffffff;
}

.navbar-light .navbar-brand {
    color: #ffffff;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    cursor: pointer;
}
/* NAVBAR END */


.overlay {
    color: #fff;
    position: absolute;
    z-index: 12;
    top: 10%;
    left: 8%;
    width: 84%;
    /* text-align: center; */
}

.overlay h1 {
    font-family: GothamBold;
    color: #1a1915;
    font-size: 70px;
    margin: 0px;
}

.overlay p {
    font-family: Gotham-Medium;
    color: #1a1915;
    font-size: 16px;
    margin: 0px;
    /* font-weight: 400; */
}

.overlay button {
    font-family: Gotham-Medium;
    color: #1a1915;
    font-size: 13px;
    border-radius: 20px;
    padding: 3px 35px 3px 35px;
}

.overlay .head2 {
    margin-top: -29px;
}

.overlay .head3 {
    margin-top: -29px;
}

.overlay .p2 {
    margin-top: -8px;
}

.overlay .p3 {
    margin-top: -8px;
}


.middle {
    background-image: url("image/middle_bg.jpg");
    background-repeat: no-repeat;
    background-color: #EAEAEA;
    /* margin-top: 900px; */
}

.middle_partOne {
    margin-top: 160px;
    margin-bottom: 120px;
}

.middle_partTwo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.middle_partTwo p {
    font-family: Gotham-Book_0;
    font-size: 13px;
    background-color: #e9c137;
}

.middle_partTwo .p {
    margin-top: -25px;
}

.middle_partTwo h2 {
    background-color: #606060;
    color: #ffffff;
    display: inline;
    font-family: BebasNeueBold;
    padding: 10px 40px 10px 40px;
    font-size: 3rem;
}

.middle_partTwo .h2 {
    margin-top: -35px;
    z-index: 1;
}

.footer {
    background-color: #2c2c2c;
    color: #ffffff;
}

.footer .header h1 {
    color: #e9c137;
    font-family: Gotham-Light_0;
}

.footer .header p {
    color: #ffffff;
    font-family: Gotham-Light_0;
    margin: 0px;
    font-size: 14px;
}

.footer .address h4 {
    color: #ffffff;
    font-family: Gotham-Book_0;

}

.footer .address h5 {
    color: #ffffff;
    font-family: Gotham-Medium;
    color: #e9c137;
}

.footer .address .street {
    color: #ffffff;
    font-family: Gotham-Medium;
    font-size: 13px;
}

.footer .address .phone {
    color: #ffffff;
    font-family: Gotham-Light_0;
    font-size: 12px;
}

.footer .question h4 {
    color: #ffffff;
    font-family: Gotham-Book_0;
}

.footer .question button {
    color: #2c2c2c;
    font-family: Gotham-Medium;
    padding: 2px 60px 2px 60px;
}

.footer2 {
    background-color: #191919;
    color: #ffffff;
}

.fa {
    padding: 15px;
    font-size: 20px;
    color: #1a1915;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none !important;
    margin: 5px 2px;
    border-radius: 50%;
    background-color: #e9c137;
}

