/*===theme default===*/
html,
body {
    scroll-behavior: smooth;
    height: 100%;
    background: #ffffff;
}

body {
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
    color: #333;
}


.vh-75 {
    min-height: 75vh;
}

.img,
img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: #FF5060;
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    outline: medium none;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 26px;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 15px 0;
    padding: 0;
}

label {
    color: #333333;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}


.v-app ul {
    margin: 0 0 15px 30px;
}

.v-app ul li {
    position: relative;
    padding: 10px 0;
    list-style: none;
}

.v-app ul li:before {
    font-family: "Font Awesome 5 Free", serif;
    content: "\f0a9";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    left: -25px;
    position: absolute;
    color: #ff7e5d;
}

.v-shadow {
    transition: .2s;
    border-radius: 15px;
    box-shadow: 0 0 36px 0 #64646480;
}

.v-shadow:hover {
    box-shadow: 0 0 50px -16px #63636380;
}

.v-btn {
    font-weight: 300;
    font-size: 18px;
    width: 100%;
    max-width: 110px;
    border-color: #424649;
    padding: 10px 25px;
    border-radius: 3px;
    color: #fff;
    transition: .2s;
    background: linear-gradient(255.07deg, #f97956 -2.38%, #ff4579 102.02%);

}

.contact-submit {
    background: linear-gradient(255.07deg, #f97956 -2.38%, #ff4579 102.02%);
}

.v-btn:hover {
    background: linear-gradient(255.07deg, #ff4579 102.02%, #f97956 -2.38%);

    color: #ffffff;
    transition: .2s;
}

.v-border-white {
    border-left: 10px solid #ffff;
    border-bottom: 10px solid #ffff;
}

.h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
}

.v-title {
    font-size: 40px;
    font-weight: 700;
}

.color-1 {
    background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bb {
    border-bottom: 3px solid #ff7e5d;
}

.vfs-24 {
    font-size: 24px;
}

.v-br-5 {
    border-radius: 5px;
}

.v-br-3 {
    border-radius: 3px;
}

.v-br-t-3 {
    border-radius: 3px 3px 0 0;
}

.form-control {
    padding: .75rem .75rem;
}

label.error {
    color: #ff4579;
    font-weight: 400;
    font-size: 13px;
    /* position: absolute; */
}

.form-control.error {
    border: 1px solid #ff4579;
}

/*===theme default===*/
/*===padding ===*/

.pt {}

.pb {}

.ps {}

.pe {}

/*===padding ===*/
/*===margin===*/
.mt {}

.mb {}

.ms {}

.me {}

/*===margin===*/
/*===top===*/


/*===top===*/
/*===width===*/
.mw-850 {
    max-width: 850px;
}

.mw-950 {
    max-width: 950px;
}

.mw-300 {
    max-width: 300px;
}

/*===width===*/