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

:root {
    --theme-color-white: #ffffff;/*button color bg*/
    --theme-color-1: #ef9b21;/*button color bg*/
    --theme-color-2: #1696e7;/*button color hover bg*/
    --theme-color-3: #ffffff; /*button text color*/
    --theme-color-4: #f1f1f1; /*button text color hover*/
    --theme-color-5: #091d56; /*a hover and focus color*/
    --theme-color-6: #443f3f; /*body and p text color*/
    --theme-color-7: #ffffff; /*body and p text color*/
    --theme-font-1: "Lato", sans-serif; /*font family*/
    /*font-family: "Montserrat", sans-serif;*/
    /*font-family: "Open Sans", sans-serif;*/
    /*font-family: "Lato", sans-serif;*/
    --theme-size-1: 16px; /*font size*/
}


body {

    font-family: var(--theme-font-1), sans-serif;
    font-style: normal;
    font-size: var(--theme-size-1);
    font-weight: 400;
    color: var(--theme-color-6);
    word-wrap: break-word;

}

.container-fluid {
    max-width: 1400px;
}

.container {
    max-width: 1200px;
}


.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: var(--theme-color-5);
    text-decoration: none;
}

a, button {
    color: var(--theme-color-2);
    outline: medium none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

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: var(--theme-size-1);
    font-weight: 400;
    line-height: 24px;
    color: var(--theme-color-6);
    margin-bottom: 15px;
}

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

label {
    color: var(--theme-color-6);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: var(--theme-color-3);
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: var(--theme-color-3);
    text-shadow: none;
}

::selection {
    background: #444;
    color: var(--theme-color-3);
    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 ol li {
    position: relative;
    padding: 10px 0;
}

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

.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-title-box {
    text-align: center;
    position: relative;

}

.v-title-box-border {
    padding: 0.3em 0.8em;
    display: inline-block;
    background: var(--theme-color-white);
    position: relative;
    z-index: 9999;
}

.v-title-box {
    position: relative;
}

.v-title-box:after {
    content: "";
    background: rgba(0, 0, 0, .1);
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    z-index: 999;
}

.bg-light .v-title-box-border {
    background: #F8F9FA;
}

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

/*font size and weight start*/
.vfw-100 {
    font-weight: 300;
}

.vfw-300 {
    font-weight: 300;
}

.vfw-700 {
    font-weight: 700;
}

.vfw-900 {
    font-weight: 900;
}

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

/*font size and weight end*/
/*button start*/
.v-btn {
    background: #0658a5;
    padding: 10px 20px;
    display: inline-block;
    color: var(--theme-color-3);
    font-weight: 700;
    border-radius: 35px
}

.v-btn:hover {
    cursor: pointer;
    color: var(--theme-color-3);
    background: var(--theme-color-2);
}

.cta-btn-1 {
    color: var(--theme-color-3);
    background: var(--theme-color-1);
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
}

.cta-btn-1:hover {
    color: var(--theme-color-4);
    background: var(--theme-color-2);
}

.cta-btn-2 {
    background: #910601;
    padding: 10px 26px;
    display: inline-block;
    color: var(--theme-color-3);
    font-weight: 700;
    border-radius: 35px;
}

.cta-btn-2:hover {
    background: var(--theme-color-2);
    color: var(--theme-color-3);
}

.v-zoom:hover img {
    transform: scale(1.1);
}

/*button end*/
/*color and background start*/
.theme-bg-1 {
    background: #ffc700;
}

.theme-bg-2 {
    background: #333333;
}

.theme-color-blue {
    color: #008cb2;
}

/*color and background end*/
/*width start*/

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

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

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

.mw-700 {
    max-width: 700px;
}
.mw-1120{
    max-width: 1120px;
}
/*width end*/


/*===padding ===*/

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

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

.ps {
}

.pe {
}

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

.mb {
}

.ms {
}

.me {
}

/*===margin===*/

/*===padding ===*/

