/*Navbar*/

.navbar, .navbar-right {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

.language-link-item {
    color: white;
}

.language-link-item:hover {
    color: rgba(255, 255, 255, 0.75);
}

/*Header-infobar*/
.header-infobar {
    padding-top: 10px;
    margin-bottom: 60px;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    position: relative;
}

.header-infobar .logo {
    line-height: 0;
    margin: 0 0 20px;
    float: left;
    max-width: 250px;
}

.header-infobar-cell {
    float: right;
    margin-top: 10px;
}

.header-iconarea {
    display: block;
}

.header-iconarea .header-icon {
    float: left;
    margin: 0 0 0 35px;
}

.header-iconarea .bticon {
    line-height: 1;
    padding: 0 5px 0 0;
}

.btcontent {
    display: table-cell;
    vertical-align: middle;
    float: right;
}

.btcontent-fline {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    margin: 0 0 3px;
    line-height: 2.5;
}

.btcontent-sline {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    margin: 0 0 3px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    line-height: 0;
}

.btcontent-fline a,
.btcontent-fline a:hover,
.btcontent-fline a:focus {
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    text-decoration: none;
}

.btcontent-sline a,
.btcontent-sline a:hover,
.btcontent-sline a:focus {
    font-family: 'Montserrat', sans-serif !important;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.header-infobar i {
    color: #19ABA7;
    font-size: 50px;
    margin: 0 5px 0;
}

/*Section*/


.section-one {
    background-image: url("../img/module-one.jpg");
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 100vh;
}

.section-text {
    margin-top: 20%;
    margin-left: 5%;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    position: absolute;
    width: 70%;
}

.section-text h1 {
    font-size: 80px;
    font-weight: 900;
}

.section-text p {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    width: 70%;
}

/*Section-two*/
.section-two {
    font-family: 'Montserrat', sans-serif !important;
    height: 100vh;
}

.section-two h1 {
    padding-top: 10px;
    color: #19ABA7;
    font-weight: 900;
}

.section-two p {
    color: #444;
    font-weight: 500;
}

.section-two img {
    max-width: 600px;
    border-radius: 10px;
}

.time-table {
    background: #EEEEEE;
    border: solid #D5D5D5 1px;
    border-radius: 10px;
    height: 500px;
}

/*Footer*/

.logo-footer {
    max-width: 250px;
    padding-top: 50px;
    padding-bottom: 50px;
}