body {
    font-family: 'Poppins', sans-serif;
    background-color: #f1f1f1;
    font-size: 16px;
}

.logo{
    height: 120px;
}

.btn-colored{
    font-family: 'Poppins', sans-serif;
    background-color: #ce5f69;
    color: #f1f1f1;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    border-radius: 15px;
    padding: 15px 50px;
}

a.nav-link.active {
    font-weight: 700;
}

li.nav-item {
    font-size: 20px;
    padding: 0px 1.5em;
}

.spaceTB{
    height: 50px;
}

.topPaddingBT{
    /*padding: 200px 90px;*/
    padding: 9%;
}

.mobileCardBT{
    /*padding: 0 0 200px 70px;*/
    padding: 0 0 9% 5%;
}

.home-header{
    background-image: url(../images/banner_01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 935px;
    min-width: 100%;
}

.home-features{
    background-image: url(../images/banner_02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 935px;
    min-width: 100%;
}

.banner-intro-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #f1f1f1;
}

.banner-intro-sub-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #f1f1f1;
}

.page-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.intro-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.intro-sub-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: justify;
}

.intro-title-highlight{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
}

.footerlogo{
    width: 120px;
}

.contactus{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
}

.footer{
    font-family: 'Poppins', sans-serif;
    background-color: #000000;
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 400;
}