/*landing page style start*/
.vh-h1 {
    font-size: 50px;
    line-height: 70px;
    color: #fff;
}
.form-center {
    margin: 0px auto 50px;
    float: none;
    display: table;
}
.fr-label {
    margin: 0;
    padding: 8px;
    line-height: 30px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
}

button.btn.btn-reverse.btn-arrow:hover {
    color: #fff;
}
button {
    border: none;
    font-size: 10px;
    font-size: 1rem;
    background-color: #f9ba2e;
    color: white;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 40px!important;
    border: 2px solid #f9ba2e;
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    display: inline-block;
    cursor: pointer;
    width: auto;
    outline: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}
button:hover {
    background: #efb433;
    border-color: #efb433;
    color: #fff;
}
.btn-border {
    background-color: transparent;
    color: #1d1d1d;
}
.btn-arrow {
    position: relative;
    transition: background-color 300ms ease-out;
    margin-top: 34px;
    box-shadow: 0 0 8px 2px #0000001a;
}
.btn-arrow span {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform;
    font-size: 14px;
    font-weight: bold;
}
.btn-arrow:hover span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}
.btn-arrow svg {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
.btn-arrow svg * {
    stroke-width: 5;
    stroke-color: transparent;
}
.btn-arrow:hover svg {
    opacity: 1;
    right: -2rem;
}
.icon-feature {
    padding: 0px 10px;
}
button.btn.btn-reverse.btn-arrow:focus {
    color: #fff!important;
}
/*landing page style end*/
