@import url(https://fonts.googleapis.com/css?family=Mukta:700);
.banner-text {
    z-index: 10;
}
#btn-wrap {
    margin-bottom: -35px;
    margin-top: 42px;
}
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: 0 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}
button:focus {
    outline: 0;
}
button.learn-more {
    width: 40rem;
    height: auto;
}
button.learn-more .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: #e5450d;
    border-radius: 1.625rem;
}
button.learn-more .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
button.learn-more .button-text a {
    text-decoration: none;
}
button.learn-more .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.525rem;
    width: 1.025rem;
    height: 0.125rem;
    background: 0 0;
}
button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
button.learn-more .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.9rem 0.5rem;
    margin: 0 0 0 2.55rem;
    color: #fff;
    font-weight: 600;
    line-height: 0.6;
    text-align: left;
    text-transform: none;
    font-size: 21px;
}
button:hover .circle {
    width: 100%;
}
button:hover .circle .icon.arrow {
    background: #fff;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}
.download {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .banner-img {
        display: none;
    }
    #banner {
        padding-bottom: 60px;
        height: auto;
    }
    .banner-text h1 {
        font-size: 18px !important;
    }
    .banner-text p {
        font-size: 14px !important;
    }
    .download h3 {
        font-size: 18px !important;
    }
    button.learn-more .button-text {
        font-size: 14px;
        padding: 8px 10px;
    }
    
    .navbar-toggler {
        right: 15px !important;
    }
}
@media screen and (max-width: 991px) {
    .banner-text h1 {
        font-size: 20px !important;
    }
    .banner-text p {
        font-size: 15px !important;
    }
    button.learn-more {
        width: 22rem;
        height: auto;
    }
    button.learn-more .button-text {
        font-size: 14px;
        max-width: 540px;
        line-height: 1rem;
        padding: 0.4rem 0.5rem;
    }
    .download {
        text-align: left;
        font-family: unset;
        color: #fff;
    }
    .download h3 {
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 15px;
    }
}
