body{
    background-color: #dddd;
}
.btn {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding: 27px 44px !important;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    -moz-user-select: none;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 30px !important;
    display: inline-block !important;
}

.btn::after {
    position: unset !important
}

.btn::before {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px
}

.btn i {
    padding-right: 11px
}

.btn:hover {
    color: #fff !important;
    text-decoration: none !important
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn,
.border-btn::before,
.main-header .main-menu ul ul.submenu,
div.search-box .input-form .search-form button,
.pricing-card-area .single-card .card-bottom .borders-btn:hover,
.pricing-card-area .single-card:hover .card-bottom .borders-btn,
.footer-area .footer-form form .form-icon button {
    background: #F75601;
    border-color: #F75601;
    background: -moz-linear-gradient(top, #F75601 0%, #F75601 100%);
    background: -webkit-linear-gradient(top, #F75601 0%, #F75601 100%);
    background: linear-gradient(to bottom, #F75601 0%, #F75601 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F75601', endColorstr='#F75601', GradientType=0)
}

.btn::before {
    background: #F75601;
    background: -moz-linear-gradient(top, #9a73f5 0%, #e562f3 100%);
    background: -webkit-linear-gradient(top, #9770f3 0%, #F75601 100%);
    background: linear-gradient(to bottom, #6200ff 0%, #7600f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F75601', endColorstr='#F75601', GradientType=0)
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

input [type=text] {
    width: 100%;
    height: 43px;
    padding: 10px 20px;
    border: 1px solid #695CAE;
    background: no-repeat;
    border-radius: 14px;
    color: #fff;
    text-align: center;
}

input placeholder {
    color: #CCC6DC;
}