html, body{
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.6;
    height: 100%;
    overflow-x: hidden;
}

.ibm-plex-sans {
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
  }

.bg-light-gray{
    background-color: #f6f1ec;
}
a.nav-link{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #BF2E8E;
}
.nav-link:focus, .nav-link:hover {
    color: #BF2E8E;
}
.text-rose {
    color: #BF2E8E;
}
.btn-red{
    background-color: #BF2E8E;
    border: 1px solid #BF2E8E;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.btn-red:hover{
    background-color: #BF2E8E;
    border: 1px solid #BF2E8E;
    color: #fff;
}
.h1-heading{
    font-family: "IBM Plex Sans", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 56px !important;
    line-height: 72px !important;
}
.h0{
    font-family: "Patrick Hand SC", cursive;
    font-weight: 600 !important;
    font-size: 30px !important;
}
.text-justify{
    text-align: justify;
}
.h1-subheading{
    font-family: "IBM Plex Sans", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 32px !important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 2%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left !important;
}
.experience-home {
    border-radius: 20px;
    box-shadow: 0 1px 2px 0 #0000004d;
    transition: all .5s ease-in-out;
}
.border-radius-top{
    border-radius: 20px 20px 0 0;
}
.card {
    border-radius: 20px 20px;
}
.bg-lights-gray{
    background-color: #feeeea;
}
.footer {
    background: #000;
    font-size: 14px;
    position: relative;
    padding: 80px 0 60px;
}
.footer .widget-title {
    color: #00d4f4;
    font-size: 24px;
    margin-bottom: 25px;
}
.footer-social a {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}