/*===theme default===*/
html, body {
    scroll-behavior: smooth;
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #000000;

}


h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', sans-serif;
    color: #26235E;
    font-weight: 700;
}

.v-app {
    min-height: 70vh;
}

.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: #26235E;
    text-decoration: none;
}

a, button {
    color: #26235E;
    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;
}

ol {
    padding-left: 1.5rem;
}

p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #000000;
    border-top: 0 none;
    margin: 15px 0;
    opacity: 1;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-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: 7px 0;
    list-style: none;
}

.v-app ol li {
    padding: 7px 0;
}

.v-app ul li:before {
    font-family: "Font Awesome 5 Free", serif;
    content: "\f058";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    left: -25px;
    position: absolute;
    color: #60BC56;
}

.v-shadow {
    transition: .2s;
    border-radius: 15px;
    box-shadow: 0 0 36px 0 #64646480;
}

.v-shadow:hover {
    box-shadow: 0 0 50px -16px #63636380;
}



/*===theme default===*/

/*width start*/
.mw-55 {
    max-width: 55px;
}
.mw-250 {
    max-width: 250px;
}

.mw-450 {
    max-width: 450px;
}

.mw-525 {
    max-width: 525px;
}
.mw-1000{
    max-width: 1000px;
}
/*width end*/
/*title start*/
.h1 {
    font-size: 41px;
    line-height: 56px;
    font-weight: 600;
}

/*title end*/
/*font size and weight start*/
.vfw-100 {
    font-weight: 300;
}

.vfw-300 {
    font-weight: 300;
}

.vfw-500 {
    font-weight: 500;
}

.vfw-600 {
    font-weight: 600;
}

.vfw-700 {
    font-weight: 700;
}

.vfs-10 {
    font-size: 10px;
}

.vfs-13 {
    font-size: 13px;
}

.vfs-18 {
    font-size: 18px;
}


/*font size and weight end*/
/*button start*/
.v-btn {
    background: #60BC56;
    padding: 13px 30px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease-out 0s;

}

.v-btn:hover {
    cursor: pointer;
    color: #f1f1f1;
    background: #26235E;
    transition: all 0.3s ease-out 0s;
    border-radius: 3px;

}

.v-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px solid #60BC56;
    width: 100%;
    height: 35px;
    left: 6px;
    bottom: -7px;
    transition: all 0.3s ease-out 0s;
}

.v-btn:hover:after {
    border: 1px solid #26235E;
    transition: all 0.3s ease-out 0s;
    border-radius: 3px;

}


.v-play:hover img {
    filter: blur(1);
    transform: scale(1.07);
}

.watch-text {
    transition: all 0.3s ease-out 0s;
}

.v-play:hover .watch-text {
    font-size: 15px;


}

/*button end*/
/*color & background start */
.text-blue {
    color: #26235E;
}

.text-green {
    color: #60BC56;
}

.bg-blue {
    background: #26235E;
}

.bg-green-shadow {
    background: rgba(96, 188, 86, .10);
}

/*color & background end*/


/*===padding ===*/

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ps {
}

.pe {
}

/*===padding ===*/
/*===margin===*/
.mt {
}

.mb-150 {
    margin-bottom: 150px;
}

.ms {
}

.me {
}

/*===margin===*/

/*===padding ===*/

