/* [Master Stylesheet] */

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900");
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/aos.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/custom-icon.css);
@import url(css/classy-nav.min.css);
@import url(css/flaticon.css);
/* Base CSS */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    line-height: 1.3;
    font-weight: 500;
}

p {
    color: #606060;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    text-align: justify;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #141414;
    font-weight: 500;
    font-size: 14px;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}


/* Spacing */

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}


/* Height */

.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}


/* Section Padding */

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}


/* Section Heading */

.section-heading {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-bottom: 80px !important;
}

.section-heading span {
    color: #606060;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px;
}

.section-heading h3 {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600;
}


@media only screen and (max-width: 767px) {
    .section-heading h3 {
        font-size: 24px;
    }
}

.section-heading.text-left {
    text-align: left !important;
}

.section-heading.white span,
.section-heading.white h3 {
    color: #ffffff;
}


/* Preloader */

#preloader {
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
}

#preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.login-wraper {
    float: right;
    margin-right: 45px;
    padding-right: 22px;
    position: relative;
    width: auto;
    background-color: var(--color3);
}

.login-wraper:before {
    border-color: transparent var(--color3) transparent transparent;
}

.login-wraper:after {
    border-color: var(--color3) transparent transparent transparent;
}

.login-wraper:after,
.login-wraper:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 45px 0;
    content: "";
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    height: 100%;
}

.login-wraper:after {
    border-width: 45px 45px 0 0;
    left: auto;
    right: -45px;
}

.login-meta {
    float: left;
    width: auto;
    padding: 15px 23px 16px 0;
}

.login-meta li {
    float: left;
    width: auto;
    position: relative;
    padding: 0px 15px;
}

.login-meta li:before {
    position: absolute;
    right: -2px;
    width: 5px;
    height: 1px;
    background: #fff;
    bottom: 0;
}

.login-meta li:last-child:before {
    width: 0;
}

.login-meta li > a {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fff;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;
}

.login-wraper > div {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    z-index: 9999;
    display: none;
}

.m-top-logo {
    margin-top: -50px;
}
.m-top-logo img {
    max-height: 130px;
}

@media (max-width: 998px) {
.m-top-logo {
    margin-top: 20px;
}
.m-top-logo img {
    max-height: 70px;
}
}

.header-middle .header-widget {
    padding: 20px 0;
}
.header-middle .single-widget {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    margin-right: 20px;
}
.header-middle .single-widget:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}
.header-middle .single-widget i {
    position: absolute;
    text-align: center;
    font-size: 15px;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #607D8B;
    color: #ffffff;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.header-middle .single-widget h4 {
    font-weight: 500;
    font-size: 14px;
    margin-top: 0.35rem;
    color: #ffffff;
}
.header-middle .single-widget h4 span {
    color: #f3f3c6;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.header-middle .single-widget h4 a {
    color: #fff;
}



#show-class > form {
    margin: auto;
    padding: 10px 20px;
    width: 253px;
}

#show-class > form input {
    height: 40px;
    width: 100%;
    color: #000;
    box-shadow: 0 0 4px -2px #000;
    padding: 0px 10px;
    background-color: #fff;
}

.social-style3 {
    float: right;
    width: auto;
    background: #000;
    position: relative;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
    padding: 0 30px;
}

.social-style3:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    content: "";
    background: #fff;
    height: 1px;
}

.social-style3 li {
    float: left;
    width: auto;
}

.social-style3 li:hover a {
    color: #fff;
}

.social-style3 li a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    color: #95a9bb;
    display: block;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.logo-wrap2 {
    float: left;
    width: 100%;
}

.logo-3 {
    margin: 0;
    width: auto;
    float: left;
    position: relative;
    top: -16px;
}


/* Miscellaneous */

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

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

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

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.card-header:first-child {
    border-radius: 10px 10px 0 0;
}

.card-body {
    padding: 2rem;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    background-color: var(--color3);
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: -30px;
}

@media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0;
    }
}


/* ScrollUp */

#scrollUp {
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 50px;
    line-height: 48px;
    right: 60px;
    text-align: center;
    width: 50px;
    border-radius: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #141414;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
    }
}

@media (min-width: 1300px) {
.container {
    max-width: 1300px;
}
}
@media (min-width: 1900px) {
.container {
    max-width: 1640px;
}
}
/* Essence Button */

.academy-btn {
    display: inline-block;
    min-width: 160px;
    height: 65px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    font-size: 14px;
    line-height: 65px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background: var(--color3);
    background-image: -webkit-linear-gradient(left, var(--color3) 0%, var(--color3) 51%, var(--color3) 100%);
    background-image: linear-gradient(to right, var(--color3) 0%, var(--color3) 51%, var(--color3) 100%);
    font-weight: 600;
}

.academy-btn.btn-sm {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
}

.academy-btn.active,
.academy-btn:hover,
.academy-btn:focus {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
}

.academy-btn.btn-2 {
    background: #141414;
}

.academy-btn.btn-2:hover,
.academy-btn.btn-2:focus {
    background: #69bc5f;
}

.academy-btn.btn-3 {
    background: #69bc5f;
}

.academy-btn.btn-3:hover,
.academy-btn.btn-3:focus {
    background: #141414;
}

.academy-btn.btn-4 {
    background: #ffffff;
    border: 2px solid #69bc5f;
    color: #606060;
}

.academy-btn.btn-4:hover,
.academy-btn.btn-4:focus {
    background: #69bc5f;
    color: #ffffff;
}


/* Header Area CSS */

.header-area {
    z-index: 100;
    width: 100%;
    height: 150px;
   // background: url(img/hero.jpg) no-repeat;
    //background-size: cover;
}

.header-area .top-header {
    width: 100%;
    height: 150px;
	background:rgba(0,0,0,0.7);
}

.header-area .top-header .login-content a {
    display: inline-block;
    font-weight: 600;
}

.header-area .top-header .login-content a:hover {
    color: #69bc5f;
}

.header-area .academy-main-menu {
    position: absolute;
    width: 100%;
    height: 85px;
    background-color: transparent;
    top: 150px;
    z-index: 100;
    left: 0;
    right: 0;
}

.header-area .academy-main-menu .classy-nav-container {
    background-color: var(--color3);
}

.header-area .academy-main-menu .classy-navbar {
    background-color: var(--color3);
    height: 60px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .academy-main-menu .classy-navbar {
        padding: 0;
        padding-left: 2em;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .classy-navbar {
        padding: 0;
        padding-left: 2em;
    }
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .academy-main-menu .classy-navbar .classynav ul li a:focus {
    color: #fff79b;
}

.header-area .academy-main-menu .classynav {
    padding-left: 2em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .classynav {
        padding-left: 1em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .academy-main-menu .classynav {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .classynav {
        padding-left: 0;
    }
}

.header-area .academy-main-menu .calling-info {
    position: relative;
    padding-left: 80px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info {
        padding-left: 50px;
    }
}

.header-area .academy-main-menu .calling-info .call-center {
    position: relative;
    z-index: 1;
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
    padding: 0 40px;
    line-height: 60px;
    height: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info .call-center {
        padding: 0 15px 0 30px;
    }
}

.header-area .academy-main-menu .calling-info .call-center a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.header-area .academy-main-menu .calling-info .call-center a i {
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    line-height: 41px;
    font-size: 18px;
    text-align: center;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info .call-center a i {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .calling-info .call-center a span {
        display: none;
    }
}

.header-area .academy-main-menu .calling-info .call-center:before {
    position: absolute;
    width: 50px;
    height: 130%;
    top: 3px;
    left: -28px;
    z-index: 1;
    background-color: var(--color3);
    content: '';
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info .call-center:before {
        width: 42px;
    }
}

.header-area .is-sticky .academy-main-menu {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 3000;
    background-color: var(--color3);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}

.header-area .is-sticky .academy-main-menu::after {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: var(--color3);
    content: '';
}

.hero-slides {
    position: relative;
    z-index: 1;
}

.hero-slides .single-hero-slide {
    width: 100%;
    min-height: 250px;
	margin-top:60px;
    position: relative;
    z-index: 1;
}

.hero-slides .single-hero-slide h4 {
    color: #ffffff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h4 {
        font-size: 18px;
    }
}

.hero-slides .single-hero-slide h2 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 30px;
    }
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
    width: 56px;
    height: 56px;
    border-radius: 100%;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .hero-slides .owl-prev,
    .hero-slides .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: 0px;
    }
}

.hero-slides .owl-prev:hover,
.hero-slides .owl-prev:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-next:focus {
    background: #141414;
    color: #ffffff;
}

.hero-slides .owl-next {
    left: auto;
    right: 5%;
}

.hero-slides:hover .owl-prev,
.hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}


/* Top Features Area CSS */

.top-features-area {
    position: relative;
    z-index: 50;
    margin-bottom: -60px;
}

@media only screen and (max-width: 767px) {
    .top-features-area {
        margin-bottom: -115px;
    }
}

.top-features-area .features-content {
    position: relative;
    z-index: 50;
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
    padding: 30px 15px;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-features-area .features-content .single-top-features {
    border-right: 2px solid #ffffff;
}

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .single-top-features {
        border-right: none;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.top-features-area .features-content .single-top-features i {
    font-size: 40px;
    margin-right: 15px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-features-area .features-content .single-top-features i {
        font-size: 28px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .single-top-features i {
        font-size: 28px;
        margin-right: 10px;
    }
}

.top-features-area .features-content .single-top-features h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-features-area .features-content .single-top-features h5 {
        font-size: 16px;
    }
}

.top-features-area .features-content .col-12:last-child .single-top-features {
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .col-12:last-child .single-top-features {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}


/* Course Area CSS */

.gallery .gallery-list a {
    position: relative;
    z-index: 1;
    @flex (0 0 24%);
    max-width: 24%;
    margin-bottom: 15px;
    cursor: zoom-in;
}

.gallery .gallery-list a img {
    border-radius: 10px;
}

.gallery .gallery-list a::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(97, 186, 109, 0.8);
    opacity: 0;
    border-radius: 10px;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.gallery .gallery-list a:hover::after {
    opacity: 1;
    visibility: visible;
}


/* Course Area CSS */

.single-course-area .course-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91px;
    flex: 0 0 91px;
    min-width: 91px;
    width: 91px;
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
    width: 91px;
    height: 91px;
    line-height: 95px;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px;
}

.single-course-area .course-content h4 {
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-course-area .course-content h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-course-area .course-content h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-course-area .course-content h4 {
        font-size: 18px;
    }
}

.single-course-area .course-content p {
    margin-bottom: 0;
}

.single-course-area:hover .course-content h4,
.single-course-area:focus .course-content h4 {
    color: #69bc5f;
}
.owl-carousel div h1, .owl-carousel div .textoverlay{
    position:absolute;
    color:#FFF;
   font-size:12px;
   display:block;
   z-index:1000;
}

.single-education-card
{background-size:cover;
background-position:center center;
background-repeat:no-repeat;
position:relative;
padding:50px 30px;
margin-bottom:0px;
width:100%;
z-index:1}
.single-education-card .edication-content
{text-align:center;
position:relative}
.single-education-card .edication-content .icon i
{font-size:50px;
margin-bottom:10px;
color:var(--color6)}
.single-education-card .edication-content h3
{font-size:22px;
color:var(--color6);
margin-bottom:15px}
.single-education-card .edication-content .read-more-btn:hover
{color:var(--color3)}
.single-education-card::before
{position:absolute;
content:"";
background:rgba(var(--rgb1), 0.9) !important;;
height:100%;
width:100%;
top:0;
left:0;
z-index:-1}
.single-education-card::after
{position:absolute;
content:"";
background:var(--color3);
display:inline-block;
height:100%;
width:0;
top:0;
right:0;
z-index:-1;
transition:all ease .5s}
.single-education-card:hover::after
{width:100%;
border-radius:0;
left:0;
right:auto}

.read-more-btn
{color:var(--color3);
font-weight:500;
font-size:15px;
transition:all ease .5s;
position:relative}
.read-more-btn i
{position:relative;
top:3px;
padding-left:7px}
.read-more-btn:hover
{color:var(--color4)}
.read-more-btn.active
{color:var(--color4);
letter-spacing:0}
.read-more-btn.white-color
{color:var(--color6)}
.read-more-btn.white-color:hover
{color:var(--color6)}

#marquee {
	position: relative;
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	border: 0px solid orange;
	padding: 2px;
	padding-left: 5px;
	padding-right: 10px;
}
.notice h4 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color:#fd6100;
	border-bottom: 1px dashed #fd6100;
}
.notice li {
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.notice a {
	font-size: 0.9em;
	line-height: 1;
	color:#7d7001;
}
.notice .date {
	font-size: 0.75em;
	color:#bf0000;
	font-style: italic;
}
.notice .date:before {
	font-style: italic;
}
.view-all {
	font-size:0.9em;
	padding: 4px 15px;
}

/* Testimonials Area CSS */

.single-testimonial-area {
    position: relative;
    z-index: 1;
}

.single-testimonial-area .testimonial-thumb {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
    margin-right: 40px;
    margin-top: 15px;
    border-radius: 50%;
}

.single-testimonial-area .testimonial-thumb img {
    border-radius: 50%;
}

.single-testimonial-area .testimonial-content h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
}

.single-testimonial-area .testimonial-content p {
    color: #ffffff;
}

.single-testimonial-area .testimonial-content h6 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
}

.single-testimonial-area .testimonial-content h6 span {
    color: #69bc5f;
}

.single-testimonial-area:hover .testimonial-thumb {
    border-color: #69bc5f;
}

.single-testimonial-area:hover .testimonial-content h5 {
    color: #69bc5f;
}


/* Top Popular Course Area CSS */

.single-top-popular-course {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #eef3f6;
}

.single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    width: 54%;
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single-top-popular-course .popular-course-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.single-top-popular-course .popular-course-content span {
    font-size: 12px;
    color: var(--color3);
    margin-bottom: 10px;
    display: block;
}

.single-top-popular-course .popular-course-content .course-ratings {
    font-size: 10px;
    color: #fbb710;
    margin-bottom: 30px;
}

.single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
    color: #e0e3e4;
}

.single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    width: 46%;
    height: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-top-popular-course .popular-course-thumb {
        height: 420px;
    }
}

@media only screen and (max-width: 767px) {
    .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-top-popular-course .popular-course-thumb {
        height: 250px;
    }
}

.popular-course-details-area .single-top-popular-course {
    margin-bottom: 0;
}

.popular-course-details-area .single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    width: 570px;
    padding: 30px;
    margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 465px;
        flex: 0 0 465px;
        max-width: 465px;
        width: 465px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
        width: 370px;
    }
}

@media only screen and (max-width: 767px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.popular-course-details-area .single-top-popular-course .popular-course-content h5 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-left: -2px;
}

.popular-course-details-area .single-top-popular-course .popular-course-content span {
    font-size: 14px;
    color: var(--color3);
    margin-bottom: 10px;
    display: block;
}

.popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings {
    font-size: 10px;
    color: #fbb710;
    margin-bottom: 30px;
}

.popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
    color: #e0e3e4;
}

.popular-course-details-area .single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 620px;
}

@media only screen and (max-width: 767px) {
    .popular-course-details-area .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px;
    }
}


/* Partner Area CSS */

.partners-logo {
    position: relative;
    z-index: 1;
}

.partners-logo a {
    display: inline-block;
    max-width: 130px;
}

@media only screen and (max-width: 767px) {
    .partners-logo a {
        max-width: 40px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .partners-logo a {
        max-width: 60px;
    }
}


/* Call to Action Area CSS */

.call-to-action-area {
    position: relative;
    z-index: 1;
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
    padding: 70px 0;
}

.call-to-action-area .cta-content h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-area .cta-content h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area .cta-content h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.call-to-action-area .cta-content .academy-btn {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    border: 2px solid #ffffff;
}


/* Footer Area CSS */

.main-footer-area {
    background-color: var(--color4);
    padding-top: 60px;
}

.main-footer-area .footer-widget .widget-title {
    margin-bottom: 30px;
}

.main-footer-area .footer-widget .widget-title h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 10px;
    text-transform: uppercase;
}

.main-footer-area .footer-widget .footer-social-info a {
    display: inline-block;
    color: #606060;
    margin-right: 15px;
}

.main-footer-area .footer-widget .footer-social-info a:hover,
.main-footer-area .footer-widget .footer-social-info a:focus {
    color: #ffffff;
}

.main-footer-area .footer-widget .useful-links li a {
    display: block;
    color: #fdfdfd;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.main-footer-area .footer-widget .useful-links li a:hover,
.main-footer-area .footer-widget .useful-links li a:focus {
    color: #fff59d;
}

.main-footer-area .footer-widget .gallery-list a {
    position: relative;
    z-index: 1;
    @flex (0 0 30%);
    max-width: 30%;
    margin-bottom: 15px;
    cursor: zoom-in;
}

.main-footer-area .footer-widget .gallery-list a img {
    border-radius: 10px;
}

.main-footer-area .footer-widget .gallery-list a::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(97, 186, 109, 0.8);
    opacity: 0;
    border-radius: 10px;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.main-footer-area .footer-widget .gallery-list a:hover::after {
    opacity: 1;
    visibility: visible;
}

.main-footer-area .footer-widget .single-contact i {
    //color: #ffffff;
    font-size: 20px;
    margin-right: 15px;
    padding-top: 7px;
}

.main-footer-area .footer-widget .single-contact p {
    margin-bottom: 0;
    color:#fdfdfd;
}

.bottom-footer-area {
    background-color: var(--color3);
    padding: 30px 0;
}

.bottom-footer-area p {
    font-size: 14px;
    margin-bottom: 0;
}

.bottom-footer-area p {
    color: #ffffff;
}
.bottom-footer-area p a {
    color: #fff59d;
}


/* Breadcumb Area CSS */

.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 220px;
}

.breadcumb-area .bradcumbContent {
    min-width: 400px;
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
    position: absolute;
    bottom: 0px;
    padding: 20px 25px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 30;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent {
        width: 280px;
    }
}

.breadcumb-area .bradcumbContent h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 24px;
    }
}


/* About Us Content Area CSS */

.about-slides {
    position: relative;
    z-index: 1;
}

.about-slides .owl-prev,
.about-slides .owl-next {
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .about-slides .owl-prev,
    .about-slides .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px;
    }
}

.about-slides .owl-next {
    left: auto;
    right: 5%;
}


/* Teachers Area CSS */

.single-teachers-area {
    position: relative;
    z-index: 1;
}

.single-teachers-area .teachers-info h5 {
    font-weight: 400;
    margin-bottom: 3px;
}

.single-teachers-area .teachers-info span {
    color: #69bc5f;
    font-size: 14px;
}


/* Blog Area CSS */

@media only screen and (max-width: 767px) {
    .academy-blog-sidebar {
        margin-top: 100px;
    }
}

.single-blog-post {
    background-color: #eef3f6;
    padding: 30px;
}

.single-blog-post .post-title {
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.single-blog-post .post-title:hover,
.single-blog-post .post-title:focus {
    color: #69bc5f;
}

.single-blog-post .post-meta {
    margin-bottom: 30px;
}

.single-blog-post .post-meta p {
    font-size: 12px;
    color: #69bc5f;
    margin-bottom: 0;
}

.single-blog-post .post-meta p a {
    font-size: 12px;
    color: #69bc5f;
    font-weight: 500;
}

.academy-pagination-area .pagination .page-item .page-link {
    width: 36px;
    height: 36px;
    background-color: #eef3f6;
    display: block;
    padding: 0;
    border: none;
    margin-right: 10px;
    color: #242424;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
}

.academy-pagination-area .pagination .page-item .page-link:hover,
.academy-pagination-area .pagination .page-item .page-link:focus {
    background-color: var(--color3);
    color: #ffffff;
}

.academy-pagination-area .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.academy-pagination-area .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.academy-pagination-area .pagination .page-item.active .page-link {
    background-color: var(--color3);
    color: #ffffff;
}

.blog-post-search-widget form {
    position: relative;
    z-index: 1;
}

.blog-post-search-widget form input {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #eef3f6;
    padding: 0 30px;
    font-size: 12px;
    font-style: italic;
}

.blog-post-search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 48px;
    background-color: #69bc5f;
    border: none;
    z-index: 10;
    cursor: pointer;
    color: #ffffff;
}

.blog-post-categories {
    background-color: #eef3f6;
    padding: 30px;
}

.blog-post-categories h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.blog-post-categories ul {
    padding-left: 30px;
}

.blog-post-categories ul li a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.blog-post-categories ul li a:hover,
.blog-post-categories ul li a:focus {
    color: #69bc5f;
}

.latest-blog-posts {
    background-color: #eef3f6;
    padding: 30px;
}

.latest-blog-posts h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.latest-blog-posts .latest-blog-post-thumb {
    @flex (0 0 66px);
    max-width: 66px;
    width: 66px;
    margin-right: 15px;
}

.latest-blog-posts .latest-blog-post-content .post-title h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
    margin-bottom: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-blog-posts .latest-blog-post-content .post-title h6 {
        font-size: 14px;
    }
}

.latest-blog-posts .latest-blog-post-content .post-title h6:hover,
.latest-blog-posts .latest-blog-post-content .post-title h6:focus {
    color: #69bc5f;
}

.latest-blog-posts .latest-blog-post-content .post-date {
    font-size: 12px;
    color: #69bc5f;
}

.map-area {
    position: relative;
    z-index: 2;
}

.map-area #googleMap {
    width: 100%;
    height: 650px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .map-area #googleMap {
        height: 500px;
    }
}


/* Contact Area CSS */

.contact-content {
    background-color: #eef3f6;
    padding: 100px 50px;
    position: relative;
    z-index: 15;
    top: -200px;
    margin-bottom: -100px;
}

@media only screen and (max-width: 767px) {
    .contact-content {
        padding: 50px 30px;
    }
}

.contact-content .section-heading {
    margin-bottom: 30px !important;
}

.contact-content .contact-social-info a {
    color: #69bc5f;
    display: inline-block;
    margin-right: 30px;
}

.contact-content .contact-icon i {
    padding-top: 5px;
    display: inline-block;
    color: #69bc5f;
}

.contact-content .contact-form-area {
    padding: 40px 20px;
    background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-content .contact-form-area {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-content .contact-form-area {
        margin-top: 50px;
    }
}

.contact-content .contact-form-area .form-control {
    height: 55px;
    width: 100%;
    background-color: #eef3f6;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
}

.contact-content .contact-form-area textarea.form-control {
    height: 200px;
}

.elements-title h2 {
    font-weight: 500;
}

.elements-title span {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    color: #8e8e8e;
    margin-bottom: 15px;
}

.single-pie-bar h6 {
    font-weight: 500;
}

.single-cool-fact {
    position: relative;
    z-index: 1;
}

.single-cool-fact i {
    font-size: 45px;
    margin-bottom: 30px;
    display: block;
    color: #69bc5f;
}

.single-cool-fact h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5px;
}

.single-cool-fact p {
    font-size: 16px;
    margin-bottom: 0;
}


/* Accordians */

.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion h6 a {
    background-color: #f5f7fa;
    border-radius: 0;
    color: #141414;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 23px;
}

.single-accordion h6 a span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed {
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
    color: #ffffff;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}
.accordion .accordion-item
{margin-bottom:20px;
border:1px solid rgba(227,40,69,.4);
border-radius:10px}
.accordion .accordion-item:last-child
{margin-bottom:0}
.accordion .accordion-item .accordion-button
{border:none;
background-color:transparent;
color:var(--color3);
font-size:18px;
font-weight:700;
position:relative;
margin-bottom:0}
.accordion .accordion-item .accordion-button:focus
{box-shadow:none;
outline:none}
.accordion .accordion-item .accordion-button:not(.collapsed)
{box-shadow:unset}
.accordion .accordion-item .accordion-button::after
{background-image:unset;
content:"";
font-size:20px;
color:var(--color3);
text-align:center;
content:"\ea13";
font-family:remixicon!important;
position:relative;
top:-2px}
.accordion .accordion-item .accordion-button:not(.collapsed)::after
{background-image:unset;
text-align:center;
content:"\f1af";
position:relative;
top:-2px}
.accordion .accordion-item .accordion-body
{padding-top:0;
font-size:15px}

/* Tabs CSS*/

.academy-tabs-content {
    position: relative;
    z-index: 1;
}

.academy-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}

.academy-tabs-content .nav-tabs .nav-link {
    background: var(--color3);
    background: -webkit-linear-gradient(to right, var(--color3), var(--color3));
    background: linear-gradient(to right, var(--color3), var(--color3));
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    margin: 0 2px;
    border-radius: 0;
    border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .academy-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .academy-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

.academy-tabs-content .nav-tabs .nav-link.active {
    background: #f5f7fa;
    color: #141414;
}

.academy-tabs-content .tab-content h6 {
    font-size: 18px;
}

.mainbody h5 {color: var(--color8);}
.mainbody, .mainbody a, .mainbody p{color: var(--color9);}
.notice h4, .linkbody h6 {color:var(--color10); border-bottom: 1px dashed var(--color10); padding-bottom:4px; margin-bottom:3px}
span.noticebody, .noticebody a, .noticebody p, .noticebody *{color:var(--color11)!important;}
h5.noticehead ,  h5.linkhead{color:var(--color12)}
.noticeattachment a, a.viewnoticebtn{ background: var(--color10)!important; color:var(--color1)!important}
.footer-widget h3, .footer-widget p, .footer-widget a, .footer-widget i {color: var(--color13)!important}
.msgbox{background: var(--color14)!important;}
.msgbox p{color: var(--color15)!important;}
.msgbox h5{color: var(--color16)!important;}
body[data-theme="default"] {
    --color1: #000;             /* Default text color (Black) */
    --color2: #555;             /* Secondary text color (Dark Gray) */
    --color3: #ffffff;          /* Main background (White) */
    --color4: #f5f5f5;          /* Footer area background (Light Gray) */
    --color5: #e0e0e0;          /* Notice box background color (Soft Gray) */
    --color6: #333;             /* Homebox text color (Dark Gray) */
    --color7: #000;             /* Main body text color (Black) */
    --color8: #2196f3;          /* Box header color (Blue) */
    --color9: #000;             /* Box text color (Black) */
    --color10: #1976d2;         /* Notice heading color (Blue) */
    --color11: #2196f3;         /* Notice body color (Blue) */
    --color12: #000;            /* Notice head color (Black) */
    --color13: #fff;            /* Footer area text color (White) */
    --color14: #f5f5f5;         /* Msgbox body color (Light Gray) */
    --color15: #1976d2;         /* Msgbox text color (Blue) */
    --color16: #2196f3;         /* Msgbox heading color (Blue) */
    --rgb1: 0, 0, 0;       /* Homebox background mask (Blue RGB) */
}


body[data-theme="blue"] {
    --color1: #fff;
    --color2: #555;
    --color3: #3498db; /* main background */
    --color4: #2980b9; /* footer area background */
    --color5: #eaf4fd; /* notice box background color */
    --color6: #fff; /* homebox text */
    --color7: #3498db; /* main body text */
    --color8: #fff; /* box header color */
    --color9: #fff; /* box text color */
    --color10: #1f78b4; /* notice heading color */
    --color11: #2d80b6; /* notice body color */
    --color12: #000; /* notice head color */
    --color13: #fff; /* footer area text color */
    --color14: #f1f1f1; /* msgbox body color */
    --color15: #1f78b4; /* msgbox text color */
    --color16: #5dade2; /* msgbox heading color */
    --rgb1: 0, 0, 0; /* homebox background mask */
}


body[data-theme="red"]
{
--color1:#fff;
--color2:#555;
--color3: #FA0000; /*main background*/
--color4: #FA5B5B; /*footer area background*/
--color5: #FCEBEB; /*notice box background color, link box background color */
--color6: #fff; /* homebox text */
--color7: #FA5B5B; /*main body text */
--color8: #fff; /* box header color */
--color9: #fff; /* box text color */
--color10: #710101; /* notice heading color */
--color11: #f00; /* notice body color */
--color12: #000; /* notice head color, link head color */
--color13: #fff; /* footer area text color */
--color14: #F7F7F7; /* msgbox body color */
--color15: #710101; /* msgbox text color */
--color16: #FA8E50; /* msgbox heading color */
--rgb1 : 0, 0, 0; /*homebox background mask */
}
body[data-theme="olive-green"] {
    --color1: #fff;              /* White text color */
    --color2: #555;              /* Dark gray text color */
    --color3: #6B8E23;           /* Main background color (Olive Green) */
    --color4: #556B2F;           /* Footer area background (Darker Olive) */
    --color5: #F0F8E8;           /* Notice box background color (Light Olive) */
    --color6: #fff;              /* Homebox text color (White) */
    --color7: #6B8E23;           /* Main body text (Olive Green) */
    --color8: #fff;              /* Box header color (White) */
    --color9: #fff;              /* Box text color (White) */
    --color10: #3A5A40;          /* Notice heading color (Dark Olive Green) */
    --color11: #4B8C4D;          /* Notice body color (Soft Olive) */
    --color12: #000;             /* Notice head color, link head color (Black) */
    --color13: #fff;             /* Footer area text color (White) */
    --color14: #F0F0F0;          /* Msgbox body color (Light Gray) */
    --color15: #3A5A40;          /* Msgbox text color (Dark Olive) */
    --color16: #8FBC8F;          /* Msgbox heading color (Light Olive Green) */
    --rgb1: 0, 0, 0;        /* Homebox background mask (Olive Green RGB) */
}

body[data-theme="purple"] {
    --color1: #fff;
    --color2: #555;
    --color3: #800080; /* main background */
    --color4: #6a006a; /* footer area background */
    --color5: #f3e0f0; /* notice box background color */
    --color6: #fff; /* homebox text */
    --color7: #800080; /* main body text */
    --color8: #fff; /* box header color */
    --color9: #fff; /* box text color */
    --color10: #4b004b; /* notice heading color */
    --color11: #9b009b; /* notice body color */
    --color12: #000; /* notice head color */
    --color13: #fff; /* footer area text color */
    --color14: #f0f0f0; /* msgbox body color */
    --color15: #4b004b; /* msgbox text color */
    --color16: #b93fb7; /* msgbox heading color */
    --rgb1: 0, 0, 0; /* homebox background mask */
}

body[data-theme="orange"] {
    --color1: #fff;
    --color2: #555;
    --color3: #ff7f50; /* main background */
    --color4: #ff6347; /* footer area background */
    --color5: #fff0e1; /* notice box background color */
    --color6: #fff; /* homebox text */
    --color7: #ff7f50; /* main body text */
    --color8: #fff; /* box header color */
    --color9: #fff; /* box text color */
    --color10: #ff4500; /* notice heading color */
    --color11: #ff6347; /* notice body color */
    --color12: #000; /* notice head color */
    --color13: #fff; /* footer area text color */
    --color14: #f0f0f0; /* msgbox body color */
    --color15: #ff4500; /* msgbox text color */
    --color16: #ff8c00; /* msgbox heading color */
    --rgb1: 0, 0, 0; /* homebox background mask */
}

body[data-theme="pink"] {
    --color1: #fff;
    --color2: #555;
    --color3: #ff69b4; /* main background */
    --color4: #ff1493; /* footer area background */
    --color5: #ffe0f0; /* notice box background color */
    --color6: #fff; /* homebox text */
    --color7: #ff69b4; /* main body text */
    --color8: #fff; /* box header color */
    --color9: #fff; /* box text color */
    --color10: #d5006a; /* notice heading color */
    --color11: #e91e63; /* notice body color */
    --color12: #000; /* notice head color */
    --color13: #fff; /* footer area text color */
    --color14: #f0f0f0; /* msgbox body color */
    --color15: #d5006a; /* msgbox text color */
    --color16: #ff80bf; /* msgbox heading color */
    --rgb1: 0, 0, 0; /* homebox background mask */
}


body[data-theme="yellow"] {
    --color1: #fff;             /* White text color */
    --color2: #555;             /* Dark gray text color */
    --color3: #ffeb3b;          /* Main background (Bright Yellow) */
    --color4: #fbc02d;          /* Footer area background (Golden Yellow) */
    --color5: #fff9c4;          /* Notice box background color (Light Yellow) */
    --color6: #fff;             /* Homebox text */
    --color7: #ffeb3b;          /* Main body text (Bright Yellow) */
    --color8: #fff;             /* Box header color (White) */
    --color9: #fff;             /* Box text color (White) */
    --color10: #f57f17;         /* Notice heading color (Dark Orange) */
    --color11: #fbc02d;         /* Notice body color (Golden Yellow) */
    --color12: #000;            /* Notice head color (Black) */
    --color13: #fff;            /* Footer area text color (White) */
    --color14: #f0f0f0;         /* Msgbox body color (Light Gray) */
    --color15: #f57f17;         /* Msgbox text color (Dark Orange) */
    --color16: #f9a825;         /* Msgbox heading color (Yellow-Orange) */
    --rgb1: 0, 0, 0;       /* Homebox background mask (Yellow RGB) */
}


body[data-theme="vibrant1"] {
    --color1: #fff;              /* White text color */
    --color2: #555;              /* Dark gray text color */
    --color3: #9b4d96;           /* Main background (Vibrant Purple) */
    --color4: #ffeb3b;           /* Footer area background (Bright Yellow) */
    --color5: #f0e5ff;           /* Notice box background (Light Lavender) */
    --color6: #fff;              /* Homebox text (White) */
    --color7: #9b4d96;           /* Main body text (Purple) */
    --color8: #fff;              /* Box header color */
    --color9: #fff;              /* Box text color */
    --color10: #6a0dad;          /* Notice heading color (Deep Purple) */
    --color11: #ff6f00;          /* Notice body color (Bright Orange) */
    --color12: #000;             /* Notice head color (Black) */
    --color13: #fff;             /* Footer area text color */
    --color14: #e0f7fa;          /* Msgbox body color (Light Cyan) */
    --color15: #6a0dad;          /* Msgbox text color (Deep Purple) */
    --color16: #ff6f00;          /* Msgbox heading color (Bright Orange) */
    --rgb1: 0, 0, 0;        /* Homebox background mask (Purple RGB) */
}

body[data-theme="vibrant2"] {
    --color1: #fff;              /* White text color */
    --color2: #555;              /* Dark gray text color */
    --color3: #1abc9c;           /* Main background (Turquoise) */
    --color4: #ff6347;           /* Footer area background (Coral) */
    --color5: #ffe0e1;           /* Notice box background (Pale Coral) */
    --color6: #fff;              /* Homebox text */
    --color7: #1abc9c;           /* Main body text (Turquoise) */
    --color8: #fff;              /* Box header color */
    --color9: #fff;              /* Box text color */
    --color10: #e74c3c;          /* Notice heading color (Red) */
    --color11: #ff6347;          /* Notice body color (Coral) */
    --color12: #000;             /* Notice head color (Black) */
    --color13: #fff;             /* Footer area text color */
    --color14: #f0f0f0;          /* Msgbox body color (Light Gray) */
    --color15: #e74c3c;          /* Msgbox text color (Red) */
    --color16: #ff6347;          /* Msgbox heading color (Coral) */
    --rgb1: 0, 0, 0;        /* Homebox background mask (Turquoise RGB) */
}

body[data-theme="vibrant3"] {
    --color1: #fff;              /* White text color */
    --color2: #555;              /* Dark gray text color */
    --color3: #cddc39;           /* Main background (Lime Green) */
    --color4: #9b4d96;           /* Footer area background (Purple) */
    --color5: #f1f8e9;           /* Notice box background (Light Green) */
    --color6: #fff;              /* Homebox text */
    --color7: #cddc39;           /* Main body text (Lime Green) */
    --color8: #fff;              /* Box header color */
    --color9: #fff;              /* Box text color */
    --color10: #8e24aa;          /* Notice heading color (Purple) */
    --color11: #7b1fa2;          /* Notice body color (Purple) */
    --color12: #000;             /* Notice head color (Black) */
    --color13: #fff;             /* Footer area text color */
    --color14: #e8f5e9;          /* Msgbox body color (Light Green) */
    --color15: #7b1fa2;          /* Msgbox text color (Purple) */
    --color16: #8e24aa;          /* Msgbox heading color (Purple) */
    --rgb1: 0, 0, 0;        /* Homebox background mask (Lime Green RGB) */
}

body[data-theme="vibrant4"] {
    --color1: #fff;              /* White text color */
    --color2: #555;              /* Dark gray text color */
    --color3: #00e5ff;           /* Main background (Electric Blue) */
    --color4: #ff1493;           /* Footer area background (Neon Pink) */
    --color5: #e1f5fe;           /* Notice box background (Light Blue) */
    --color6: #fff;              /* Homebox text */
    --color7: #00e5ff;           /* Main body text (Electric Blue) */
    --color8: #fff;              /* Box header color */
    --color9: #fff;              /* Box text color */
    --color10: #ff4081;          /* Notice heading color (Neon Pink) */
    --color11: #ff1493;          /* Notice body color (Neon Pink) */
    --color12: #000;             /* Notice head color (Black) */
    --color13: #fff;             /* Footer area text color */
    --color14: #f0f0f0;          /* Msgbox body color (Light Gray) */
    --color15: #ff4081;          /* Msgbox text color (Neon Pink) */
    --color16: #ff1493;          /* Msgbox heading color (Neon Pink) */
    --rgb1: 0, 0, 0;         /* Homebox background mask (Electric Blue RGB) */
}

body[data-theme="vibrant5"] {
    --color1: #fff;              /* White text color */
    --color2: #555;              /* Dark gray text color */
    --color3: #ffea00;           /* Main background (Bright Yellow) */
    --color4: #00bcd4;           /* Footer area background (Cyan) */
    --color5: #f1f8e9;           /* Notice box background (Light Yellow) */
    --color6: #fff;              /* Homebox text */
    --color7: #ffea00;           /* Main body text (Bright Yellow) */
    --color8: #fff;              /* Box header color */
    --color9: #fff;              /* Box text color */
    --color10: #009688;          /* Notice heading color (Teal) */
    --color11: #00bcd4;          /* Notice body color (Cyan) */
    --color12: #000;             /* Notice head color (Black) */
    --color13: #fff;             /* Footer area text color */
    --color14: #e0f7fa;          /* Msgbox body color (Light Cyan) */
    --color15: #009688;          /* Msgbox text color (Teal) */
    --color16: #00bcd4;          /* Msgbox heading color (Cyan) */
    --rgb1: 0, 0, 0;         /* Homebox background mask (Bright Yellow RGB) */
}

body[data-theme="vibrant6"] {
    --color1: #fff;              /* White text color */
    --color2: #555;              /* Dark gray text color */
    --color3: #f44336;           /* Main background (Bright Red) */
    --color4: #4caf50;           /* Footer area background (Mint Green) */
    --color5: #ffe5e5;           /* Notice box background (Soft Pink) */
    --color6: #fff;              /* Homebox text */
    --color7: #f44336;           /* Main body text (Bright Red) */
    --color8: #fff;              /* Box header color */
    --color9: #fff;              /* Box text color */
    --color10: #c2185b;          /* Notice heading color (Deep Pink) */
    --color11: #4caf50;          /* Notice body color (Mint Green) */
    --color12: #000;             /* Notice head color (Black) */
    --color13: #fff;             /* Footer area text color */
    --color14: #f0f0f0;          /* Msgbox body color (Light Gray) */
    --color15: #c2185b;          /* Msgbox text color (Deep Pink) */
    --color16: #4caf50;          /* Msgbox heading color (Mint Green) */
    --rgb1: 0, 0, 0;         /* Homebox background mask (Bright Red RGB) */
}


body[data-theme="green"] {
    --color1: #fff;             /* White text color */
    --color2: #555;             /* Dark gray text color */
    --color3: #4caf50;          /* Main background (Green) */
    --color4: #388e3c;          /* Footer area background (Dark Green) */
    --color5: #c8e6c9;          /* Notice box background color (Light Green) */
    --color6: #fff;             /* Homebox text */
    --color7: #4caf50;          /* Main body text (Green) */
    --color8: #fff;             /* Box header color (White) */
    --color9: #fff;             /* Box text color (White) */
    --color10: #2c6e4f;         /* Notice heading color (Dark Teal) */
    --color11: #388e3c;         /* Notice body color (Green) */
    --color12: #000;            /* Notice head color (Black) */
    --color13: #fff;            /* Footer area text color (White) */
    --color14: #f1f8e9;         /* Msgbox body color (Light Green) */
    --color15: #2c6e4f;         /* Msgbox text color (Dark Teal) */
    --color16: #66bb6a;         /* Msgbox heading color (Light Green) */
    --rgb1: 0, 0, 0;        /* Homebox background mask (Green RGB) */
}

body[data-theme="dark"] {
    --color1: #fff;             /* White text color */
    --color2: #bbb;             /* Light gray text color */
    --color3: #121212;          /* Main background (Dark Gray) */
    --color4: #333;             /* Footer area background (Darker Gray) */
    --color5: #424242;          /* Notice box background color (Dark Gray) */
    --color6: #fff;             /* Homebox text (White) */
    --color7: #fff;             /* Main body text (White) */
    --color8: #1f1f1f;          /* Box header color (Dark Gray) */
    --color9: #fff;             /* Box text color (White) */
    --color10: #ff5722;         /* Notice heading color (Vibrant Orange) */
    --color11: #424242;         /* Notice body color (Dark Gray) */
    --color12: #fff;            /* Notice head color (White) */
    --color13: #fff;            /* Footer area text color (White) */
    --color14: #616161;         /* Msgbox body color (Medium Gray) */
    --color15: #ff5722;         /* Msgbox text color (Vibrant Orange) */
    --color16: #00bcd4;         /* Msgbox heading color (Cyan) */
    --rgb1: 0, 0,0;         /* Homebox background mask (Dark Gray RGB) */
}
