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

body {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #e2e2e6;
    background: #444654;
}

.ff-courier {
    font-family: "monospace", sans-serif;
    font-size: 15px;
}

.v-content {
}

.container {
    max-width: 1200px;
}

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

.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: #091d56;
    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: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #e2e2e6;
    margin-bottom: 15px;
}

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

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

.form-control:focus,
.v-form {
    color: #212529;
    background-color: #fff;
    border-color: #f0d708;
    outline: 0;
    box-shadow: 0 0 0 0.15rem #ffc107;
}

.v-form {
    height: 38px;
    margin-top: 2px;
}

*::-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: 18px;
    opacity: 1;
}

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

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

.v-app ul li,
.v-app ol li {
    position: relative;
    padding: 5px 0;
}

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

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

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

.v-btn {
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    max-width: 110px;
    background: #424649;
    border-color: #424649;
}

.v-btn-green {
    font-size: 14px;
    background: #04aa6d;
    border-color: #04aa6d;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

a.v-btn-green {
    text-decoration: none !important;
}

.right-0 {
    right: 0;
}

.theme-color-1 {
    color: #e8edfd;
}

.text-yellow {
    color: #e9950c;
}

.text-green {
    color: #00a67d;
}

.text-red {
    color: #f22c3d;
}

.bg-1 {
    background: #efefef;
}

.bg-2 {
    background: #fff8dc;
}

.bg-3 {
    background: #dce3ff;
}

.bg-dark {
    background: #292f3b;
}
.fw-500{
    font-weight: 500;
}
/*===theme default===*/
/*===padding ===*/

.pt-150 {
    padding-top: 150px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.ps {
}

.pe {
}

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

.mb {
}

.ms {
}

.me {
}

/*===margin===*/
/*===top===*/
.top-2 {
    top: 2px;
}

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

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

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

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

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

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

/*===width===*/
