:root {
    --color-primary: #F86F03;
    --color-secondary: #FFA41B;
    --color-secondary-alt: #FFF6F4;
    --color-tertiary: #525FE1;
    --color-tertiary-2: #7152E9;
    --color-dark: #231F40;
    --color-body: #6F6B80;
    --color-heading: #231F40;
    --color-white: #ffffff;
    --color-shape: #EEEEEE;
    --color-shade: #F5F5F5;
    --color-border: #EEEEEE;
    --color-black: #000000;
    --color-blackest: #0f0f11;
    --color-extra01: #666666;
    --color-extra02: #606770;
    --color-extra03: #FBFBFD;
    --color-extra04: #1A1A1A;
    --color-extra05: #242424;
    --color-extra06: #DBF1C0;
    --color-extra07: #C6ECE8;
    --color-extra08: #C3ECCE;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 5px;
    --radius: 10px;
    --radius-big: 16px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --shadow-primary: 0px 8px 30px rgba(0, 0, 0, 0.04);
    --shadow-light: 1px 1px 6px rgba(0,0,0,0.25);
    --shadow-lighter: 4px 4px 20px 20px rgba(0,0,0,0.01);
    --transition: 0.3s;
    --transition-2: 0.7s;
    --transition-transform: transform .65s cubic-bezier(.23,1,.32,1);
    --font-primary: 'Roboto',sans-serif;
    --font-secondary: 'Nunito',sans-serif;
    --font-awesome: 'Font Awesome 5 Pro';
    --font-size-b1: 20px;
    --font-size-b2: 18px;
    --font-size-b3: 14px;
    --font-size-b4: 12px;
    --line-height-b1: 1.67;
    --line-height-b2: 1.63;
    --line-height-b3: 1.6;
    --line-height-b4: 1.3;
    --h1: 48px;
    --h2: 40px;
    --h3: 36px;
    --h4: 25px;
    --h5: 22px;
    --h6: 20px;
    --h1-lineHeight: 1.25;
    --h2-lineHeight: 1.24;
    --h3-lineHeight: 1.4;
    --h4-lineHeight: 1.38;
    --h5-lineHeight: 1.5;
    --h6-lineHeight: 1.6
}
/**
 * Mixins Styels
 */
/**
 * Reset Styels
 */
* {
    box-sizing: border-box
}
article,
details,
figure,
footer,
header,
nav,
section {
    display: block
}

video {
    display: inline-block
}
[hidden] {
    display: none
}
a {
    color: var(--color-primary);
    text-decoration: none;
    outline: none
}
a:hover,
a:focus,
a:active,
{
    text-decoration: none;
    outline: none;
    color: var(--color-primary)
}
a:focus {
    outline: none
}
.btn-primary:hover {
    color: #ffffff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
address {
    margin: 0 0 24px
}
b,
strong {
    font-weight: bold
}

kbd {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    hyphens: none;
    color: var(--color-primary)
}
kbd {
    color: #ffffff
}
small {
    font-size: smaller
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
dd {
    margin: 0 15px 15px
}
menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}
li > ul,
li > ol {
    margin: 0
}
ol ul {
    margin-bottom: 0
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
form {
    margin: 0
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}
button,
input {
    line-height: normal
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer
}
button[disabled],
input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}

th,
td {
    font-weight: normal
}
table thead th {
    font-weight: 700
}
td {
    border: 1px solid var(--color-border);
    padding: 7px 10px
}
del {
    color: #333
}
table a,
table a:link,
table a:visited {
    text-decoration: underline
}
dd {
    margin: 0 15px 15px
}
kbd {
    background: var(--heading-color)
}

em {
    font-style: italic
}
/* BlockQuote  */
blockquote,
q {
    -webkit-hyphens: none;
    hyphens: none;
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}
blockquote {
    font-size: var(--font-size-b1);
    font-style: italic;
    font-weight: var(--p-light);
    margin: 24px 40px
}
blockquote blockquote {
    margin-right: 0
}

blockquote small {
    font-size: var(--font-size-b3);
    font-weight: normal
}
blockquote strong,
blockquote b {
    font-weight: 700
}
/**
 * Typography
 */
* {
    box-sizing: border-box
}
html {
    margin: 0;
    padding: 0;
    font-size: 16px
}
body {
    overflow-x: hidden;
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-primary);
    color: var(--color-body);
    font-weight: 500;
    background-color: var(--color-white);
    margin: 0;
    padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
blockquote,
menu,
ol,
ul,
table {
    margin: 0;
    margin-bottom: 20px
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    word-break: break-word;
    font-family: var(--font-secondary);
    line-height: 1.4074;
    color: var(--color-heading)
}
h1,
.h1 {
    font-size: var(--h1);
    line-height: var(--h1-lineHeight)
}
h2,
.h2 {
    font-size: var(--h2);
    line-height: var(--h2-lineHeight)
}
h3,
.h3 {
    font-size: var(--h3);
    line-height: var(--h3-lineHeight)
}
h4,
.h4 {
    font-size: var(--h4);
    line-height: var(--h4-lineHeight)
}
h5,
.h5 {
    font-size: var(--h5);
    line-height: var(--h5-lineHeight)
}
h6,
.h6 {
    font-size: var(--h6);
    line-height: var(--h6-lineHeight);
    color: #ec6333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
    transition: 0.5s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 38px
    }
    h2,
    .h2 {
        font-size: 32px
    }
    h3,
    .h3 {
        font-size: 28px
    }
    h4,
    .h4 {
        font-size: 24px
    }
}
@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 34px
    }
    h2,
    .h2 {
        font-size: 28px
    }
    h3,
    .h3 {
        font-size: 24px
    }
    h4,
    .h4 {
        font-size: 20px
    }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: var(--p-extra-bold)
}
h4,
.h4 {
    font-weight: var(--p-bold)
}
h5,
.h5 {
    font-weight: var(--p-bold)
}
h6,
.h6 {
    font-weight: var(--p-bold)
}
p {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: 500;
    color: var(--color-body);
    margin: 0 0 1em
}
@media only screen and (max-width: 767px) {
    p {
        margin: 0 0 20px;
        font-size: var(--font-size-b2);
        line-height: var(--line-height-b2)
    }
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 40px;
    width: 100%
}
table a,
table a:link,
table a:visited {
    text-decoration: none
}
var {
    font-family: "Courier 10 Pitch",Courier,monospace
}
/*---------------------------
	List Style
---------------------------*/
ul,
ol {
    padding-left: 18px
}
ul {
    list-style: square;
    margin-bottom: 30px;
    padding-left: 20px
}
ul li {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
    font-weight: 500;
    font-size: 1.1rem
}
ul li a {
    text-decoration: none;
    color: var(--color-body)
}
ul li a:hover {
    color: var(--color-primary)
}
ul ul {
    margin-bottom: 0
}
ol {
    margin-bottom: 30px
}
ol li {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    color: var(--color-gray);
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400
}
ol li a {
    color: var(--heading-color);
    text-decoration: none
}
ol li a:hover {
    color: var(--color-primary)
}
ol ul {
    padding-left: 30px
}
kbd {
    background: var(--color-primary)
}
.flex {
    display: flex
}
.self-align-center {
    align-self: center
}
/*=====================
All Extend Here
=======================*/
/* Radius */
/* Font Weight */
/* Shadows */
/*=============== Style Css =============*/

.edu-accordion-02 .edu-accordion-body ul,
.eduvibe-widget-details .widget-content ul,
.footer-style-default .information-list {
    padding: 0;
    margin: 0;
    list-style: none
}
ul li a,
ol li a,
.form-group input,
.form-group textarea {
    transition: var(--transition)
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
.align-self-center {
    align-self: center
}
/*----------------------
    Animation Css
-----------------------*/
@keyframes line1 {
    0% {
        opacity: 1;
        bottom: 0
    }
    30% {
        bottom: 30%
    }
    50% {
        bottom: 50%
    }
    70% {
        bottom: 70%
    }
    100% {
        bottom: 100%;
        opacity: 0.5
    }
}
@keyframes bounceSlide {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}
@keyframes line5 {
    0% {
        opacity: 1;
        bottom: 400px
    }
    50% {
        bottom: 50%
    }
    100% {
        bottom: 100%;
        opacity: 0.5
    }
}
@keyframes line2 {
    0% {
        opacity: 1;
        top: 0
    }
    30% {
        bottom: 30%
    }
    50% {
        bottom: 50%
    }
    70% {
        bottom: 70%
    }
    100% {
        top: 100%;
        opacity: 0.5
    }
}
@keyframes line3 {
    0% {
        opacity: 1;
        top: 500px
    }
    50% {
        top: 50%
    }
    100% {
        top: 100%;
        opacity: 0.5
    }
}
@keyframes line4 {
    0% {
        opacity: 1;
        top: 300px
    }
    50% {
        top: 50%
    }
    100% {
        top: 100%;
        opacity: 0.5
    }
}
@keyframes customOne {
    from {
        transform: scale(1)
    }
    50% {
        transform: scale(0.9)
    }
    to {
        transform: scale(1)
    }
}
@keyframes customTwo {
    0% {
        transform: translate(0px, 0px)
    }
    50% {
        transform: translate(100px, 0px)
    }
    100% {
        transform: translate(50px, 50px)
    }
}
/* ------------------------
    Custom Animation 01
----------------------------*/
@keyframes headerSlideDown {
    0% {
        margin-top: -100px
    }
    to {
        margin-top: 0
    }
}
/*------------------------
	slidefadeinup
--------------------------*/
@keyframes slideFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@keyframes moveVertical {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
/*--------------------------------
Scroll Down Button Animation
----------------------------------*/
@keyframes scrollDown {
    0% {
        opacity: 0
    }
    10% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(10px);
        opacity: 0
    }
}
/*==============================
 *  Utilities
=================================*/
/*-------------------------------------

font-family: 'Urbanist', sans-serif;

--------------------------------------*/
@media only screen and (max-width: 767px) {
    .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
iframe {
    width: 100%
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
/*===============================
    Background Color
=================================*/
.bg-color-white {
    background-color: #FFFFFF
}
/*===========================
    Background Image
=============================*/
/* Height and width */
.fullscreen {
    min-height: 100vh;
    width: 100%
}
/*===================
Custom Row
======================*/
.row--20 {
    margin-left: -20px;
    margin-right: -20px
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px
    }
}
@media only screen and (max-width: 767px) {
    .row--20 {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}
.row--20 > [class*="col"],
.row--20 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}
@media only screen and (max-width: 767px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}
.row--50 {
    margin-left: -50px;
    margin-right: -50px
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px
    }
}
@media only screen and (max-width: 767px) {
    .row--50 {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}
.row--50 > [class*="col"],
.row--50 > [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--50 > [class*="col"],
    .row--50 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--50 > [class*="col"],
    .row--50 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--50 > [class*="col"],
    .row--50 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}
@media only screen and (max-width: 767px) {
    .row--50 > [class*="col"],
    .row--50 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}
/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
/*=============================
	Overlay styles
==============================*/
/*------------------------------
    Scroll Up
--------------------------------*/
.btn-primary {
    color: #fff;
    background-color: #848484;
    border-color: transparent
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #616161;
    border-color: transparent
}
/*--------------------
    Contact Form
----------------------*/
/*=========================
    Section Separation
==========================*/
.edu-section-gap {
    padding: 50px 0 !important
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-section-gap {
        padding: 50px 0 !important
    }
}
@media only screen and (max-width: 767px) {
    .edu-section-gap {
        padding: 50px 0 !important
    }
}
.mt--10 {
    margin-top: 10px !important
}
.pt--20 {
    padding-top: 20px !important
}
.pr--20 {
    padding-right: 20px !important
}
.mt--20 {
    margin-top: 20px !important
}
.mb--20 {
    margin-bottom: 20px !important
}
.mt--25 {
    margin-top: 25px !important
}
.mt--35 {
    margin-top: 35px !important
}
.mt--40 {
    margin-top: 40px !important
}
.mb--40 {
    margin-bottom: 40px !important
}
.mt--45 {
    margin-top: 45px !important
}
.pr--55 {
    padding-right: 55px !important
}
.ptb--60 {
    padding: 60px 0 !important
}
.mt--60 {
    margin-top: 60px !important
}
.pt--65 {
    padding-top: 65px !important
}
.ptb--80 {
    padding: 50px 0 !important
}
.pr--80 {
    padding-right: 80px !important
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt_md--10 {
        margin-top: 10px !important
    }
    .mt_md--20 {
        margin-top: 20px !important
    }
    .ptb_md--40 {
        padding: 40px 0 !important
    }
    .mt_md--40 {
        margin-top: 40px !important
    }
}
@media only screen and (max-width: 767px) {
    .mt_sm--10 {
        margin-top: 10px !important
    }
    .mt_sm--20 {
        margin-top: 20px !important
    }
    .ptb_sm--40 {
        padding: 40px 0 !important
    }
    .mt_sm--40 {
        margin-top: 40px !important
    }
}
/*========================
    Common Style Css
==========================*/
/* Heading Font  */
.h1 {
    font-size: var(--h1) !important
}
.h2 {
    font-size: var(--h2) !important
}
.h3 {
    font-size: var(--h3) !important
}
.h4 {
    font-size: var(--h4) !important
}
.h5 {
    font-size: var(--h5) !important
}
.h6 {
    font-size: var(--h6) !important
}
/* Text Color  */
.bg-color-white {
    background-color: var(--color-white) !important
}
/* Radius */
/* Font Weight */
/* Shadows */
/* Others  */
.radius-small {
    border-radius: var(--radius-small)
}
/* Breadcrumb  */
.edu-breadcrumb-area {
    background-image: url(/images/breadcrumb-bg.jpg?2faa9e4944369ea4fb8b00f9c3a95dd3)
}
.rse .edu-breadcrumb-area {
    background-image: url(/images/breadcrumb-bg-rse.jpg?b66b946fe4ebf47aef297f929d13754c)
}
.edu-breadcrumb-area .shape-image {
    position: absolute;
    z-index: -1
}
.edu-breadcrumb-area .shape-image.shape-image-1 {
    top: -30px;
    left: -180px
}
.edu-breadcrumb-area .shape-image.shape-image-2 {
    top: -42px;
    left: 60%
}
.edu-breadcrumb-area .shape-image.shape-image-3 {
    top: -24px;
    right: -90px
}
.edu-breadcrumb-area .shape-image.shape-image-4 {
    bottom: -39px;
    right: -220px
}
.edu-breadcrumb-area .shape-image.shape-image-5 {
    bottom: -73px;
    left: 55%
}
.edu-breadcrumb-area .shape-image.shape-image-6 {
    bottom: -30px;
    left: -108px
}
/* Animation  */
.eduvibe-animated-shape {
    position: relative;
    z-index: 9
}
@keyframes eduvibe-vsm-y-move {
    0% {
        transform: translate(0, -30%)
    }
    100% {
        transform: translate(0, 30%)
    }
}
@keyframes eduvibe-vsm-y-reverse-move {
    0% {
        transform: translate(0, 30%)
    }
    100% {
        transform: translate(0, -30%)
    }
}
@keyframes eduvibe-sm-x-move {
    0% {
        transform: translate(-50%, 0)
    }
    100% {
        transform: translate(50%, 0)
    }
}
@keyframes eduvibe-sm-x-reverse-move {
    0% {
        transform: translate(50%, 0)
    }
    100% {
        transform: translate(-50%, 0)
    }
}
@keyframes eduvibe-rotate-x {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes eduvibe-rotate-y {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}
@keyframes eduvibe-zoom2 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.5)
    }
}
@keyframes eduvibe-zoom1 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.25)
    }
}
/* ========= Forms Styles ========= */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}
input,
select,
textarea {
    width: 100%;
    transition: 0.3s
}
input {
    height: 40px;
    padding: 0 15px
}
select {
    transition: 0.3s;
    height: 60px;
    line-height: 28px;
    padding: 10px 20px;
    outline: none;
    color: var(--color-body);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid var(--color-border);
    border-radius: var(--radius);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-right: 30px
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 28px;
    background: transparent;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    color: var(--color-body)/* -- Placeholder -- */

}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--body-color);
    /* Firefox */
    opacity: 1
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: var(--body-color);
    /* Firefox */
    opacity: 1
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--body-color);
    opacity: 1
}
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--body-color);
    opacity: 1
}

input.input-active[type="text"],
.input-active input[type="text"],
input.input-active[type="password"],
.input-active input[type="password"],
input.input-active[type="email"],
.input-active input[type="email"],
input.input-active[type="number"],
.input-active input[type="number"],
input.input-active[type="tel"],
.input-active input[type="tel"],
textarea.input-active {
    border-color: var(--color-primary)/* -- Placeholder -- */

}
input.input-active[type="text"]::-moz-placeholder, .input-active input[type="text"]::-moz-placeholder, input.input-active[type="password"]::-moz-placeholder, .input-active input[type="password"]::-moz-placeholder, input.input-active[type="email"]::-moz-placeholder, .input-active input[type="email"]::-moz-placeholder, input.input-active[type="number"]::-moz-placeholder, .input-active input[type="number"]::-moz-placeholder, input.input-active[type="tel"]::-moz-placeholder, .input-active input[type="tel"]::-moz-placeholder, textarea.input-active::-moz-placeholder {
    color: var(--color-primary);
    /* Firefox */
    opacity: 1
}

input.input-active[type="text"]::placeholder,
.input-active input[type="text"]::placeholder,
input.input-active[type="password"]::placeholder,
.input-active input[type="password"]::placeholder,
input.input-active[type="email"]::placeholder,
.input-active input[type="email"]::placeholder,
input.input-active[type="number"]::placeholder,
.input-active input[type="number"]::placeholder,
input.input-active[type="tel"]::placeholder,
.input-active input[type="tel"]::placeholder,
textarea.input-active::placeholder {
    color: var(--color-primary);
    /* Firefox */
    opacity: 1
}

input.input-active[type="text"]:-ms-input-placeholder,
.input-active input[type="text"]:-ms-input-placeholder,
input.input-active[type="password"]:-ms-input-placeholder,
.input-active input[type="password"]:-ms-input-placeholder,
input.input-active[type="email"]:-ms-input-placeholder,
.input-active input[type="email"]:-ms-input-placeholder,
input.input-active[type="number"]:-ms-input-placeholder,
.input-active input[type="number"]:-ms-input-placeholder,
input.input-active[type="tel"]:-ms-input-placeholder,
.input-active input[type="tel"]:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-primary)
}

input.input-active[type="text"]::-ms-input-placeholder,
.input-active input[type="text"]::-ms-input-placeholder,
input.input-active[type="password"]::-ms-input-placeholder,
.input-active input[type="password"]::-ms-input-placeholder,
input.input-active[type="email"]::-ms-input-placeholder,
.input-active input[type="email"]::-ms-input-placeholder,
input.input-active[type="number"]::-ms-input-placeholder,
.input-active input[type="number"]::-ms-input-placeholder,
input.input-active[type="tel"]::-ms-input-placeholder,
.input-active input[type="tel"]::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-primary)
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: var(--color-primary)
}
input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    position: absolute
}
input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
    font-weight: 500;
    padding-left: 34px;
    cursor: pointer;
    margin-bottom: 0
}
input[type="checkbox"] ~ label::before,
input[type="radio"] ~ label::before {
    content: " ";
    position: absolute;
    top: 1px;
    left: -3px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid var(--color-primary);
    border-radius: 2px;
    transition: all .3s
}
input[type="checkbox"] ~ label::after,
input[type="radio"] ~ label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 1px;
    width: 12px;
    height: 8px;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all .3s
}
input[type="checkbox"]:checked ~ label::before,
input[type="radio"]:checked ~ label::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}
input[type="checkbox"]:checked ~ label::after,
input[type="radio"]:checked ~ label::after {
    opacity: 1
}
input[type="radio"] ~ label::before {
    border-radius: 50%
}
input[type="radio"] ~ label::after {
    width: 8px;
    height: 8px;
    left: 3px;
    top: 7px;
    background: #fff;
    border-radius: 50%
}
.form-group {
    margin-bottom: 20px
}
.form-group input {
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    height: 50px;
    font-size: 16px;
    padding: 0 15px
}
.form-group input:focus {
    border-color: var(--color-primary)
}
.form-group textarea {
    min-height: 193px;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    resize: none;
    padding: 15px;
    font-size: 16px
}
.form-group textarea:focus {
    border-color: var(--color-primary)
}
input[type="submit"] {
    width: auto;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px 20px;
    border-radius: 6px;
    display: block;
    font-weight: 500;
    transition: 0.3s;
    border: var(--border-width) solid var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
    height: 60px;
    margin-top: 30px
}
input[type="submit"]:hover {
    color: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
    transform: translateY(-5px)
}
/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-duration: var(--sal-duration, 0.2s);
    transition-delay: var(--sal-delay, 0s);
    transition-timing-function: var(--sal-easing, ease)
}
[data-sal][data-sal-duration='200'] {
    transition-duration: 0.2s
}
[data-sal][data-sal-duration='250'] {
    transition-duration: 0.25s
}
[data-sal][data-sal-duration='300'] {
    transition-duration: 0.3s
}
[data-sal][data-sal-duration='350'] {
    transition-duration: 0.35s
}
[data-sal][data-sal-duration='400'] {
    transition-duration: 0.4s
}
[data-sal][data-sal-duration='450'] {
    transition-duration: 0.45s
}
[data-sal][data-sal-duration='500'] {
    transition-duration: 0.5s
}
[data-sal][data-sal-duration='600'] {
    transition-duration: 0.6s
}
[data-sal][data-sal-duration='650'] {
    transition-duration: 0.65s
}
[data-sal][data-sal-duration='700'] {
    transition-duration: 0.7s
}
[data-sal][data-sal-duration='800'] {
    transition-duration: 0.8s
}
[data-sal][data-sal-duration='1000'] {
    transition-duration: 1s
}
[data-sal][data-sal-duration='1500'] {
    transition-duration: 1.5s
}
[data-sal][data-sal-duration='2000'] {
    transition-duration: 2s
}
[data-sal][data-sal-delay='50'] {
    transition-delay: 0.05s
}
[data-sal][data-sal-delay='100'] {
    transition-delay: 0.1s
}
[data-sal][data-sal-delay='150'] {
    transition-delay: 0.15s
}
[data-sal][data-sal-delay='200'] {
    transition-delay: 0.2s
}
[data-sal][data-sal-delay='250'] {
    transition-delay: 0.25s
}
[data-sal][data-sal-delay='300'] {
    transition-delay: 0.3s
}
[data-sal][data-sal-delay='350'] {
    transition-delay: 0.35s
}
[data-sal][data-sal-delay='400'] {
    transition-delay: 0.4s
}
[data-sal][data-sal-delay='450'] {
    transition-delay: 0.45s
}
[data-sal][data-sal-delay='500'] {
    transition-delay: 0.5s
}
[data-sal][data-sal-delay='600'] {
    transition-delay: 0.6s
}
[data-sal][data-sal-delay='650'] {
    transition-delay: 0.65s
}
[data-sal][data-sal-delay='700'] {
    transition-delay: 0.7s
}
[data-sal][data-sal-delay='800'] {
    transition-delay: 0.8s
}
[data-sal][data-sal-delay='1000'] {
    transition-delay: 1s
}
/**
  * Animations
  */
[data-sal|='fade'] {
    opacity: 0;
    transition-property: opacity
}
[data-sal|='fade'].sal-animate {
    opacity: 1
}
[data-sal|='slide'] {
    opacity: 0;
    transition-property: opacity,transform
}
[data-sal='slide-up'] {
    transform: translateY(20%)
}
[data-sal|='slide'].sal-animate {
    opacity: 1;
    transform: none
}
/**************************************
    Header Styles
***************************************/
/*--------------------------
    Header Styles
--------------------------*/
.edu-header .logo img {
    max-height: 50px
}
.edu-header .logo a {
    display: block;
    height: 118px;
    line-height: 118px;
    transition: min-height 1s ease !important
}
@media only screen and (max-width: 1199px) {
    .edu-header .logo a {
        height: 80px;
        line-height: 80px
    }
}
.edu-header.disable-transparent .logo a {
    height: 90px;
    line-height: 90px
}
.edu-header.header-sticky {
    transition: height .5s ease-in;
    max-width: 100%;
    z-index: 99
}
.edu-header.header-sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-white) !important;
    width: 100%;
    height: 80px;
    animation: headerSticky .95s ease forwards;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    z-index: 10
}
.edu-header.header-sticky.sticky .logo a {
    height: auto;
    line-height: 80px
}
@media only screen and (max-width: 599px) {
    .edu-header.header-sticky.sticky .logo a {
        height: 90px;
        line-height: 90px
    }
}
/*------------------------
    Header Style One
--------------------------*/
/*------------------------
    Header Style Two
--------------------------*/
@keyframes headerSticky {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}
/*--------------------------
    Navigation Styles
----------------------------*/
.mainmenu-nav .mainmenu {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: right;
    flex-wrap: wrap
}



.mainmenu-nav .mainmenu > li > a {
    color: var(--color-heading);
    font-size: 17.6px;
    font-weight: 200;
    padding: 0 23px;
    display: block;
    height: 80px;
    line-height: 80px;
    transition: 0.3s
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainmenu-nav .mainmenu > li > a {
        padding: 0 17px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainmenu-nav .mainmenu > li > a {
        padding: 0 12px
    }
}
.mainmenu-nav .mainmenu > li > a:hover,
.mainmenu-nav .mainmenu > li > a.active {
    color: var(--color-primary) !important
}
.mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative
}
/*------------------------
    Header Quote
-------------------------*/
.header-quote {
    display: flex;
    justify-content: flex-end;
    margin: 0 -17px;
    align-items: center
}
@media only screen and (max-width: 767px) {
    .header-quote {
        margin: 0 -10px
    }
}
.header-quote .quote-icon {
    margin: 0 17px
}
@media only screen and (max-width: 767px) {
    .header-quote .quote-icon {
        margin: 0 10px
    }
}
.header-quote .quote-icon a,
.header-quote .quote-icon button {
    padding: 0;
    border: 0 none;
    width: auto;
    background: transparent;
    display: flex;
    align-items: center
}
.header-quote .quote-icon a i,
.header-quote .quote-icon button i {
    color: var(--color-heading);
    font-size: 16px;
    transition: 0.3s
}
.header-quote .quote-icon a:hover i,
.header-quote .quote-icon button:hover i {
    color: var(--color-primary)
}
/*------------------------------
    Popup Menu Styles
--------------------------------*/
.popup-mobile-menu {
    z-index: 9999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease-out
}
.popup-mobile-menu .inner {
    width: 320px;
    z-index: 999;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: -150px;
    transition: all .5s ease-out
}
.popup-mobile-menu .inner .header-top {
    display: flex;
    border-bottom: 1px solid var(--color-border);
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px
}
.popup-mobile-menu .inner .header-top .logo a img {
    max-height: 45px
}
.popup-mobile-menu .inner .header-top .close-menu .close-button {
    background: var(--color-white);
    border: 0 none;
    color: var(--color-heading);
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06)
}
.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1
}
.popup-mobile-menu.active .inner {
    opacity: 1;
    left: 0;
    overflow-y: auto
}
.popup-mobile-menu .mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px 20px
}
.popup-mobile-menu .mainmenu li {
    margin: 0
}
.popup-mobile-menu .mainmenu li a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500
}
.popup-mobile-menu .mainmenu li a.active {
    color: var(--color-primary) !important
}
.popup-mobile-menu .mainmenu li + li {
    border-top: 1px solid var(--color-border)
}
/*----------------------
    Search Popup
-----------------------*/
.edu-popup {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transform: scale(0.95)
}
.edu-popup.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}
.edu-popup .close-button, .contact-popup .close-button {
    position: absolute;
    right: 30px;
    top: 30px
}
.edu-popup .close-button .close-trigger, .contact-popup .close-button .close-trigger {
    background: var(--color-white);
    border: 0 none;
    color: var(--color-heading);
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06)
}
.edu-popup .inner {
    position: absolute;
    top: 46%;
    width: 100%
}
.edu-popup .inner .search-form {
    text-align: center;
    max-width: 1320px;
    margin: 0 auto;
    position: relative
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .edu-popup .inner .search-form {
        padding: 0 20px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-popup .inner .search-form {
        padding: 0 20px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-popup .inner .search-form {
        padding: 0 20px
    }
}
@media only screen and (max-width: 767px) {
    .edu-popup .inner .search-form {
        padding: 0 20px
    }
}
.edu-popup .inner .search-form input {
    height: 60px;
    border: 0 none;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 0 30px;
    padding-right: 55px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px
}
.edu-popup .inner .search-form .submit-button {
    position: absolute;
    right: 30px;
    padding: 0;
    margin: 0;
    border: 0 none;
    outline: none;
    color: var(--color-heading);
    background: transparent;
    top: 50%;
    transform: translateY(-50%)
}
.edu-popup::before {
    position: absolute;
    background: #2D284E;
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1
}
.contact-popup {
    color: #fff;
    padding: 1em 0;
    opacity: 0;
    visibility: hidden;
    transition: 0s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transform: scale(0.95);
    overflow: auto;
}
.contact-popup.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 1s;
}
.contact-popup .inner {
    position: static
}
#overlay {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}
#overlay.open {
    opacity: 1;
    visibility: visible;
}
body.overflow {
    overflow: hidden
}
button:focus-visible {
    outline: none
}
/**************************************
    Elemnts Styles
***************************************/
/*-------------------
 * Button
---------------------*/
a.btn-transparent,
button.btn-transparent {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-primary);
    display: inline-block;
    position: relative;
    transition: 0.3s
}
a.btn-transparent::after,
button.btn-transparent::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: 0.3s
}
a.btn-transparent i,
button.btn-transparent i {
    padding-left: 10px;
    top: 3px;
    position: relative
}
a.btn-transparent:hover::after,
button.btn-transparent:hover::after {
    width: 100%;
    left: 0;
    right: auto
}
a.edu-btn,
button.edu-btn {
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none
}
a.edu-btn i,
button.edu-btn i {
    padding-left: 10px;
    position: relative;
    top: 3px
}
a.edu-btn:hover,
button.edu-btn:hover {
    background: var(--color-dark);
    color: var(--color-white)
}
button.edu-btn:disabled:hover {
    background: var(--color-primary);
    color: inherit;
}
#loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.edu-btn.btn-secondary,
button.edu-btn.btn-secondary {
    background: var(--color-secondary);
    color: var(--color-white)
}
a.edu-btn.btn-secondary:hover,
button.edu-btn.btn-secondary:hover {
    color: var(--color-white);
    background: var(--color-primary)
}
@keyframes rotateIt {
    to {
        transform: rotate(-360deg)
    }
}
/*--------------------------------
    Brands Area
------------------------------*/
/*---------------------------
 * Section Title
----------------------------*/
.section-title .pre-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.1em
}
.section-title .title {
    margin-bottom: 0;
    font-size: 40px
}
@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 32px
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title br {
        display: none
    }
}
.section-title.text-white .pre-title {
    color: var(--color-white)
}
.section-title.text-white .title {
    color: var(--color-white)
}
/*---------------------------
 * Home 1 Course
----------------------------*/
/*---------------------------
 * Home 1 Testimonial
----------------------------*/
/*---------------------------
 * Home 1 Video
----------------------------*/
/*---------------------------
 * Home 1 Instructor
----------------------------*/
/*---------------------------
 * Newsletter 1
----------------------------*/
/*---------------------------
 * Home 1 Blog
----------------------------*/
/*---------------------------
 * Home 2 Service
----------------------------*/
/*---------------------------
 * About 3
----------------------------*/
/*---------------------------
 * Home 2 Course
----------------------------*/
/*---------------------------
 * Home 2 Event
----------------------------*/
/*---------------------------
 * Home 2 Testimonial
----------------------------*/
/*---------------------------
 * Home 2 Counter
----------------------------*/
/*---------------------------
 * Home 2 Blog
----------------------------*/
/*---------------------------
 * Home 3 Service
----------------------------*/
/*---------------------------
 * Home 3 About
----------------------------*/
/*---------------------------
 * Home 3 Course
----------------------------*/
/*---------------------------
 * Home 3 Video
----------------------------*/
/*---------------------------
 * Home 3 Accordion
----------------------------*/
/*---------------------------
 * Home 3 Testimonial
----------------------------*/
/*---------------------------
 * Home 3 Event
----------------------------*/
/*---------------------------
 * Home 3 Nesletter
----------------------------*/
/*---------------------------
 * Home 4 Service
----------------------------*/
/*---------------------------
 * Home 4 About
----------------------------*/
.eduvibe-home-four-about .shape-image {
    position: absolute;
    z-index: -1
}
.eduvibe-home-four-about .shape-image.shape-image-1 {
    bottom: 231px;
    left: -190px
}
.eduvibe-home-four-about .shape-image.shape-image-2 {
    top: -59px;
    right: -297px
}
.eduvibe-home-four-about .shape-image.shape-image-3 {
    bottom: 10px;
    right: -185px
}
.eduvibe-home-four-about .shape-dot-wrapper .shape {
    position: absolute;
    z-index: -1
}
.eduvibe-home-four-about .shape-dot-wrapper .shape .shape-dot {
    display: inline-block;
    border-radius: 100%
}
.eduvibe-home-four-about .shape-dot-wrapper .shape.shape-1 {
    bottom: 140px;
    left: -21px;
    z-index: 2
}
.eduvibe-home-four-about .shape-dot-wrapper .shape.shape-1 .shape-dot {
    width: 40px;
    height: 40px;
    border: 5.4px solid rgba(248, 111, 3, 0.5);
    animation: eduvibe-zoom2 2s infinite alternate
}
/*---------------------------
 * Home 4 Course
----------------------------*/
.eduvibe-home-four-courses {
    background-image: url(/images/home-four-courses.jpg?670578f27e767af7ee8199b2666f9bd0)
}
.eduvibe-home-four-courses .shape-image {
    position: absolute;
    z-index: -1
}
.eduvibe-home-four-courses .shape-image.shape-image-1 {
    top: 6px;
    left: -150px
}
.eduvibe-home-four-courses .shape-image.shape-image-2 {
    top: 38px;
    right: -175px
}
.eduvibe-home-four-courses .shape-image.shape-image-3 {
    bottom: 30px;
    right: -230px
}
.eduvibe-home-four-courses .shape-image.shape-image-4 {
    bottom: 80px;
    left: -189px;
    animation: eduvibe-vsm-y-move 3.5s alternate infinite linear
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape {
    position: absolute;
    z-index: -1
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape .shape-dot {
    display: inline-block;
    border-radius: 100%
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape.shape-1 {
    bottom: 13px;
    right: -196px
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape.shape-1 .shape-dot {
    width: 40px;
    height: 40px;
    border: 5.4px solid rgba(251, 124, 86, 0.3);
    animation: eduvibe-zoom2 2s infinite alternate
}
/*---------------------------
 * Home 4 Video PopUp
----------------------------*/
/*---------------------------
 * Home 4 Team
----------------------------*/
.eduvibe-home-four-team {
    padding: 130px 0 275px;
    background-image: none
}
@media only screen and (max-width: 991px) {
    .eduvibe-home-four-team {
        padding: 80px 0 160px
    }
}
.eduvibe-home-four-team .shape-image {
    position: absolute;
    z-index: -1
}
.eduvibe-home-four-team .shape-image.shape-image-1 {
    top: 38px;
    left: -181px;
    animation: eduvibe-sm-x-move 3.5s alternate infinite linear
}
.eduvibe-home-four-team .shape-image.shape-image-2 {
    top: -24px;
    right: -216px
}
.eduvibe-home-four-team .shape-image.shape-image-3 {
    bottom: -30px;
    right: -151px
}
/*---------------------------
 * Home 4 Testimonial
----------------------------*/
/*---------------------------
 * Home 4 Blog
----------------------------*/
/*---------------------------
 * FAQ Page
----------------------------*/
/*---------------------------
 * 404 Page
----------------------------*/
/*---------------------------
 * Coming Soon Page
----------------------------*/
/*---------------------------
 * Contact Us Page
----------------------------*/
/*---------------------------
 * Contact Me Page
----------------------------*/
/*---------------------------
 * Pricing Plan Page
----------------------------*/
/*---------------------------
 * Home 5 Categories
----------------------------*/
/*---------------------------
 * Home 5 About
----------------------------*/
/*---------------------------
 * Home 5 Course
----------------------------*/
/*---------------------------
 * Home 5 Instructor
----------------------------*/
/*---------------------------
 * Home 5 Progress
----------------------------*/
/*---------------------------
 * Home 5 Testimonial
----------------------------*/
/*---------------------------
 * Home 5 Blog
----------------------------*/
/*---------------------------
 * About Us 1 Service
----------------------------*/
/*---------------------------
 * About Us 1 Team
----------------------------*/
/*---------------------------
 * Home 4 Service
----------------------------*/
/*--------------------------------
 * Home About Us 2 Service & Video
----------------------------------*/
/*---------------------------
 * Home About Us 2 Award
----------------------------*/
/*---------------------------
 * Home 5 Instructor
----------------------------*/
/*---------------------------
 * Home About Us 3 Mission
----------------------------*/
/*---------------------------
 * Home About Us 3 Team
----------------------------*/
/*---------------------------
 * Home About Us 3 funfact
----------------------------*/
/*---------------------------
 * About 3 Testimonial
----------------------------*/
@keyframes eduvibe-svg-dash {
    to {
        stroke-dashoffset: 0
    }
}
/*---------------------------
 Card Styles
-----------------------------*/
.edu-card {
    overflow: hidden
}
.edu-card .thumbnail {
    position: relative
}
.edu-card .thumbnail a {
    display: block;
    overflow: hidden
}
.edu-card .thumbnail a img {
    transition: 0.4s;
    overflow: hidden
}
.link-full-card::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer
}
.edu-card.card-type-5 {
    background: var(--color-white);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    position: relative
}
.round-images img {
    border-radius: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover
}
.edu-card.card-type-5 .inner {
    padding: 15px 15px 0
}
.edu-card.card-type-5 .inner .thumbnail a {
    height: 100%;
    display: block;
    border-radius: 3px
}
.edu-card.card-type-5 .inner .thumbnail a img {
    height: 100%;
    border-radius: 3px
}
.edu-card.card-type-5 .inner .content {
    padding: 25px 15px
}
.edu-card.card-type-5 .inner .content .title {
    margin-bottom: 20px;
    margin-top: 15px
}
.edu-card.card-type-5 .inner .content .card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px
}
.edu-card:hover .thumbnail a img {
    transform: scale(1.1)
}
/*-----------------------
    Card Styles
-------------------------*/
.edu-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}
.edu-meta.meta-01 {
    margin: 0 -20px
}
@media only screen and (max-width: 767px) {
    .edu-meta.meta-01 {
        margin: 0 -6px
    }
}
.edu-meta.meta-01 li {
    font-weight: 500;
    line-height: 26px;
    margin: 0 20px;
    display: flex;
    align-items: center
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-meta.meta-01 li:first-child {
        margin-right: 10px
    }
    .edu-meta.meta-01 li:last-child {
        margin-left: 10px
    }
}
@media only screen and (max-width: 767px) {
    .edu-meta.meta-01 li {
        margin: 0 6px
    }
}
.edu-meta.meta-01 li i {
    color: var(--color-body);
    margin-right: 8px
}
/*----------------------
    Author Meta
-----------------------*/
.author-meta {
    display: flex;
    align-items: center
}
.author-meta .author-thumb a {
    display: block;
    transition: 0.4s
}
.author-meta .author-thumb a img {
    max-height: 34px;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-block
}
.author-meta .author-thumb a .author-title {
    font-weight: 200;
    font-size: 20px;
    line-height: 26px;
    color: var(--color-heading);
    transition: 0.4s
}
.author-meta .author-thumb a:hover .author-title {
    color: var(--color-primary)
}
/*-----------------------
 Badge Style
------------------------*/
/*--------------------------
    Pagination Styles
----------------------------*/
/*-------------------------
    Event Grid Style
--------------------------*/
/*-------------------------
    Team Styles
--------------------------*/
.team-share-info {
    margin: -3px
}
.team-share-info a {
    width: 34px;
    height: 34px;
    background: var(--color-white);
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    color: var(--color-primary);
    margin: 3px;
    transition: 0.4s
}
.team-share-info a:hover {
    background: var(--color-primary);
    color: var(--color-white)
}
.edu-instructor-1 {
    text-align: center
}
.edu-instructor-1 .edu-instructor {
    border-radius: 100%;
    position: relative;
    z-index: 2;
    transition: 0.3s
}
.edu-instructor-1 .edu-instructor::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(/images/border-shape.png?3cb62c2d7a600c498a366b3a16b269d5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.5s all
}
.edu-instructor-1 .edu-instructor .inner {
    position: relative;
    padding: 20px
}
.edu-instructor-1 .edu-instructor .inner .thumbnail a {
    display: block;
    position: relative
}
.edu-instructor-1 .edu-instructor .inner .thumbnail a::after {
    background: var(--color-dark);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.edu-instructor-1 .edu-instructor .inner .thumbnail a img {
    width: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    transition: 0.3s
}
.edu-instructor-1:hover .edu-instructor .inner .thumbnail a img {
    opacity: 0.5
}
.edu-instructor-1 .edu-instructor .inner .team-share-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
    transform: translateY(8px) scale(0.8)
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a:nth-child(1) {
    transition-delay: .07692s
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a:nth-child(2) {
    transition-delay: .15385s
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a:nth-child(3) {
    transition-delay: .23077s
}
.edu-instructor-1 .edu-instructor-info {
    margin-top: 25px
}
.edu-instructor-1 .edu-instructor-info .title {
    margin-bottom: 5px
}
.edu-instructor-1 .edu-instructor-info .desc {
    display: inline-block;
    color: var(--color-body);
    font-weight: 500;
    font-size: 16px;
    transition: 0.4s
}
.edu-instructor-1:hover .edu-instructor::after {
    transform: rotate(90deg)
}
.edu-instructor-1:hover .edu-instructor .team-share-info a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}
.edu-instructor-1:hover .edu-instructor .inner .thumbnail a::after {
    opacity: 1
}
.edu-instructor-1:hover .edu-instructor-info .desc {
    color: var(--color-primary)
}
.edu-instructor-3.eduvibe-hover-active .edu-instructor .inner .edu-instructor-info {
    opacity: 1;
    left: 20px
}
@media only screen and (max-width: 767px) {
    .edu-instructor-3.eduvibe-hover-active .edu-instructor .inner .edu-instructor-info {
        left: 0
    }
}
/*------------------------
    Service Style
--------------------------*/
/*----------------------
    Service Style Two
-----------------------*/
/*----------------------
    Service Style Three
-----------------------*/
/*-------------------------------
    Service Style Four
---------------------------------*/
/*-------------------------------
    Service Style Five
---------------------------------*/
/*-------------------------------
    Service Style 8
---------------------------------*/
/*-------------------------------
    Service Style 7
---------------------------------*/
/*-----------------------------
    Single Elements Styles
------------------------------*/
.short-by p {
    margin: 0;
    font-weight: 500;
    font-size: 16px
}
.short-by p span {
    font-weight: 600;
    color: var(--color-heading)
}
.edu-search-box {
    position: relative;
    display: inline-block
}
.edu-search-box input {
    height: 60px;
    background: var(--color-shade);
    font-weight: 600;
    font-size: 16px;
    color: var(--color-body);
    padding: 0 25px;
    min-width: 350px;
    border: 0 none;
    border-radius: 5px;
    padding-right: 48px
}
@media only screen and (max-width: 479px) {
    .edu-search-box input {
        min-width: 100%
    }
}
/*----------------------------
    Course Sidebar Styles
-----------------------------*/
/*--------------------------
    Testimonial Area
----------------------------*/
/*-----------------------------
    Testimonial Card Layout
------------------------------*/
/*--------------------------
    Testimonial Style Two
----------------------------*/
.testimonial-nav-button .slick-current.slick-active .single-thumbnail .loader-container {
    opacity: 1
}
@keyframes loading-left {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(180deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(180deg)
    }
}
@keyframes loading-right {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(180deg)
    }
}
/*---------------------
 Feature Styles
-------------------------*/
.radius-round {
    border-radius: 100%
}
/*----------------------
 Feature Style Two
-------------------------*/
/*----------------------
    Feature Style Three
-------------------------*/
.feature-style-3 .feature-content .feature-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: var(--color-secondary);
    margin-bottom: 5px
}
.feature-style-3 .feature-content .feature-description {
    margin-bottom: 0
}
/*----------------------
    Feature Style Four
-------------------------*/
/*----------------------
    Feature Style 5
-------------------------*/
/*----------------------
    Feature Style 6
-------------------------*/
/*------------------------
    About Styles
-------------------------*/
/*----------------------
    About Style One
------------------------*/
/*----------------------
    About Style Two
------------------------*/
.about-style-2 {
    position: relative
}
.about-style-2 .about-image-gallery {
    position: relative
}
.about-style-2 .about-image-gallery .image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 100%
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-2 .about-image-gallery .image-2 {
        right: 101px
    }
}
.about-style-2 .circle-image-wrapper {
    position: absolute;
    width: 272px;
    height: 272px;
    right: 52px;
    top: 80px;
    z-index: 3
}
.about-style-2 .circle-image-wrapper .circle-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 272px;
    height: 272px;
    z-index: -1
}
.about-style-2 .circle-image-wrapper .circle-image span {
    border-color: #FFA41B;
    left: 26px
}
@media only screen and (max-width: 991px) {
    .about-style-2 .circle-image-wrapper .circle-image span {
        left: -51px
    }
}
@media only screen and (max-width: 767px) {
    .about-style-2 .circle-image-wrapper {
        display: none
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-style-2 .circle-image-wrapper {
        right: 30px
    }
}
.circle-image-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1
}
.circle-image-wrapper .circle-image {
    z-index: -1
}
.circle-image img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover
}
/*----------------------
    About Style 3
------------------------*/
/*----------------------
    About Style 4
------------------------*/
/*----------------------
    About Style 6
------------------------*/
/*----------------------
    Why Choose Us 1
------------------------*/
/*-------------------------
    Newsletter Styles
-------------------------*/
/*---------------------------
    Social Share Style
---------------------------*/
.social-share {
    margin: -7px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}
.social-share li {
    margin-right: 14px
}
.social-share li a {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    width: 50px;
    height: 50px;
    line-height: 55px;
    display: inline-block;
    font-size: 18px;
    color: var(--color-white);
    transition: 0.4s;
    text-align: center
}
.social-share li a:hover {
    background: var(--color-primary);
    color: var(--color-white)
}
.social-share.bg-transparent li a {
    background: transparent;
    border: 1px solid rgba(45, 40, 78, 0.1);
    color: var(--color-primary);
    border-radius: 100%
}
.social-share.bg-transparent li a:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: var(--color-white)
}
.social-share.border-style {
    margin: 0 -7px
}
.social-share.border-style li {
    margin: 0 7px
}
.social-share.border-style li a {
    background: transparent;
    height: 40px;
    width: 40px;
    color: var(--color-primary);
    transition: 0.4s;
    line-height: 42px;
    text-align: center;
    border: 1px solid rgba(45, 40, 78, 0.1);
    border-radius: 100%;
    font-size: 16px
}
.social-share.border-style li a:hover {
    color: var(--color-white);
    background: var(--color-primary);
    border-color: var(--color-primary)
}
.social-share.medium-size li a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px
}
/*-------------------------
    Back To Top
---------------------------*/
.rn-progress-parent {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #f8e3c3;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear
}
.rn-progress-parent.rn-backto-top-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}
.rn-progress-parent::after {
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e90f";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--color-tertiary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear
}
.rn-progress-parent:hover::after {
    color: var(--color-tertiary)
}
.rn-progress-parent::before {
    position: absolute;
    font-family: 'feather' !important;
    content: "\e914";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: #0d0d12;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear
}
.rn-progress-parent svg path {
    fill: none
}
.rn-progress-parent svg.rn-back-circle path {
    stroke: var(--color-tertiary);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear
}
/*--------------------------
    Workshop Style One
----------------------------*/
/*--------------------------
    Video Popup Styles
----------------------------*/
/*keyframes-css*/
@keyframes ripple {
    0% {
        transform: scale(1)
    }
    75% {
        transform: scale(2.1);
        opacity: 1
    }
    100% {
        transform: scale(2.3);
        opacity: 0
    }
}
@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        transform: scale(1)
    }
    80% {
        border-width: 1px;
        transform: scale(1.35)
    }
    100% {
        opacity: 0
    }
}
/*------------------------------
    Choose Us Style
-------------------------------*/
/*----------------------------
    Call To Action Styles
-----------------------------*/
/*-----------------------
    Slick Slider
-------------------------*/
.edu-slick-button .slick-dots li.slick-active {
    margin: 0 3px
}
.edu-slick-button .slick-dots li.slick-active::before {
    border-color: var(--color-primary);
    opacity: 1;
    transform: scale(1)
}
.edu-slick-button .slick-dots li.slick-active button {
    background: var(--color-primary)
}
.edu-slick-button.slick-button-left .slick-dots li.slick-active::before {
    border-color: var(--color-primary);
    opacity: 1;
    width: 100%;
    height: 100%
}
/*------------------------
    Winner Area Styles
--------------------------*/
/*----------------------------
    Counterup Styles
-----------------------------*/
/*--------------------------------
    Breadcrumb Area
------------------------------*/
.breadcrumb-style-1 .page-title .title {
    font-size: 48px;
    margin-bottom: 5px
}
/*-------------------------
Accordion Style
-------------------------*/
.edu-accordion-02 {
    background: #FFFFFF
}
.edu-accordion-02 .edu-accordion-body {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0 35px;
    padding-bottom: 35px
}
.edu-accordion-02 .edu-accordion-body ul li {
    font-weight: 500;
    line-height: 26px;
    padding: 14px 0;
    align-items: center;
    margin: 0
}


.edu-accordion-02 .edu-accordion-body ul li .item {
    display: flex;
    justify-content: space-between
}
.edu-accordion-02 .edu-accordion-body ul li ul {
    list-style: square
}
.edu-accordion-02 .edu-accordion-body ul li li {
    margin-left: 50px
}
.edu-accordion-02 .edu-accordion-body ul li li li {
    margin-left: 20px;
    border-top: 0;
    padding-bottom: 0;
    color: rgb(114, 114, 114);
}

.icon-Insta svg {
    fill: #f86f03;
    padding: 6px 8px 8px 8px
}
.icon-Insta:hover svg {
    fill: #fff
}
.edu-accordion-02 .edu-accordion-body ul li .text i {
    margin-right: 8px
}
.edu-accordion-02 .edu-accordion-body ul li + li {
    border-top: 1px solid #eee
}
.edu-accordion-02 .edu-accordion-body ul li:last-child {
    padding-bottom: 0
}
.edu-accordion-02 .edu-accordion-item {
    transition: 0.4s
}
.edu-accordion-02 .edu-accordion-item.bg-active {
    background: #FFFFFF;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px
}
.edu-accordion-02 .edu-accordion-item.bg-active .edu-accordion-button {
    border: 0 none;
    color: var(--color-primary)
}
.edu-accordion-02 .edu-accordion-item.bg-active .edu-accordion-button::after {
    color: var(--color-primary)
}
.edu-accordion-02 .edu-accordion-item + .edu-accordion-item {
    margin-top: 20px
}
.edu-accordion-02.variation-2 .edu-accordion-item.bg-active {
    background: #FFFFFF;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px
}
.edu-accordion-02.variation-2 .edu-accordion-item.bg-active .edu-accordion-button {
    border: 0 none;
    color: var(--color-primary);
    background: transparent
}
.edu-accordion-02.variation-2.landing-page-accordion .edu-accordion-item.bg-active .edu-accordion-button {
    color: var(--color-heading)
}

.edu-level-3 { list-style-type : circle   ; }
/* Purchase Guide  */
/*------------------------
    Error Styles
-------------------------*/
.circle-image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0
}
.circle-image span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color-secondary);
    pointer-events: none;
    animation: eduvibe-rotate-animate 13s linear infinite
}
.circle-image span:nth-child(1) {
    border-radius: 38% 62% 64% 36%/43% 35% 65% 57%
}
.circle-image span:nth-child(2) {
    animation-direction: reverse;
    border-radius: 41% 59% 40% 60%/65% 66% 34% 35%
}
.circle-image span:nth-child(3) {
    animation-duration: 3s;
    border-radius: 73% 27% 56% 44%/57% 74% 26% 43%
}
@keyframes eduvibe-rotate-animate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
/* Comming Soon Style  */
/* --------------------
Gallery Item
------------------- */
.table-transparent,
.table-transparent tr,
.table-transparent td {
    border: 0 none;
    width: auto
}
.table-transparent td {
    border: 0 none;
    padding: 0
}
/*--------------------------
    Pricing Table
----------------------------*/
/*-------------------------
    Profile Details
--------------------------*/
.instructor-profile-left {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 40px 20px
}
.instructor-profile-left .inner {
    text-align: center
}
.instructor-profile-left .inner .thumbnail {
    max-width: 230px;
    max-height: 230px;
    margin: 0 auto;
    margin-bottom: 30px
}
.instructor-profile-left .inner .thumbnail img {
    border-radius: 100%;
    width: 100%;
    height: 100%
}
.instructor-profile-left .inner .content .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 2px
}
.instructor-profile-left .inner .content .subtitle {
    font-weight: 600;
    line-height: 26px;
    color: var(--color-primary);
    display: block;
    margin-bottom: 25px
}
.instructor-profile-left .inner .content .contact-with-info {
    margin-bottom: 25px
}
.instructor-profile-left .inner .content .contact-with-info p {
    margin-bottom: 5px
}
.instructor-profile-left .inner .content .contact-with-info p span {
    font-weight: 600;
    color: var(--color-heading)
}
.instructor-profile-left .inner .content .contact-with-info p a {
    color: var(--color-body)
}
.instructor-profile-left .inner .content .contact-btn {
    margin-top: 40px
}
/* Course Statictatic  */
/*-------------------------
    Contact Us Area
---------------------------*/
/*------------------------------
    Contact Form Style One
-------------------------------*/
.rwt-dynamic-form .form-group input {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 0 30px;
    border: 1px solid transparent;
    transition: 0.4s;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    height: 60px
}
.rwt-dynamic-form .form-group input:focus {
    border-color: var(--color-primary)
}
.rwt-dynamic-form .form-group textarea {
    background: #F5F5F5;
    padding: 17px 30px;
    min-height: 180px;
    border: 0 none;
    border: 1px solid transparent;
    transition: 0.4s;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px
}
.rwt-dynamic-form .form-group textarea:focus {
    border-color: var(--color-primary)
}
.rwt-dynamic-form .success-message {
    margin-top: 20px;
    color: #019267
}
/*---------------------------
    About Me
----------------------------*/
/*-----------------------
    Shop Style
------------------------*/
/*-----------------------
    Brand Styles
-----------------------*/
/*--------------------------
    Checkout Page Style
----------------------------*/
/**************************************
    Blog Styles
***************************************/
/*-------------------------
    Blog Grid Styles
---------------------------*/
/* Blog Grid Styles  */
/*--------------------------
    Blog Sidebar Styles
----------------------------*/
/*-----------------------------
    Sidebar Style Two
-------------------------------*/
/*----------------------------
    Blog Details Styles
------------------------------*/
/*---------------------------
    Blog Details Style Two
------------------------------*/
/*---------------------------
    Blog Details Style 3
------------------------------*/
/*-----------------------------
    Blog Comments Style
------------------------------*/
/*-----------------------------
    Blog Comments Form
------------------------------*/
/*--------------------------------
    Blog Style Pagination
---------------------------------*/
/**************************************
    Template Styles
***************************************/
/*-----------------------
 * Banner Style One
------------------------*/
/*-------------------------
    Banner Style Two
--------------------------*/
/*-------------------------
    Banner Style Three
--------------------------*/
/*-------------------------
    Banner Style Four
--------------------------*/
.banner-style-4 {
    background-image: url(/images/home-four-banner.jpg?5c04f5273cd093e7e82f512ab96bcbf1);
    position: relative;
    z-index: 1;
    overflow: hidden
}
.rse .banner-style-4 {
    background-image: url(/images/home-four-banner-rse.jpg?ce1e70b75320e5f1f6683ba1e2918ece);
}
.banner-style-4 .home-four-banner-wrapper {
    min-height: 870px
}
@media only screen and (max-width: 1199px) {
    .banner-style-4 .home-four-banner-wrapper {
        min-height: auto;
        width: 100%;
        width: 100%;
        padding: 120px 0 100px
    }
}
@media only screen and (max-width: 991px) {
    .banner-style-4 .home-four-banner-wrapper {
        padding: 70px 0 150px
    }
}
.banner-style-4 .banner-image {
    position: relative;
    padding: 35px;
    left: 115px;
    top:-250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-style-4 .banner-image {
        padding: 25px;
        left: 10px;
        transform: scale(0.9)
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-style-4 .banner-image {
        left: 0;
        width: 74%;
        margin: 0 auto
    }
}
@media only screen and (max-width: 767px) {
    .banner-style-4 .banner-image {
        left: 0;
        margin: 0 auto;
        padding: 30px
    }
}
@media only screen and (max-width: 575px) {
    .banner-style-4 .banner-image {
        padding: 20px
    }
}
.banner-style-4 .banner-image .thumbnail img {
    width: 500px;
    max-height: 500px;
    border-radius: 100%;
    -o-object-fit: cover;
       object-fit: cover
}
.banner-style-4 .banner-image .round-images {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s
}
.banner-style-4 .content .pre-title {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    display: block;
    margin-bottom: 5px
}
.banner-style-4 .content .title {
    font-weight: 800;
    font-size: 72px;
    line-height: 1.25;
    margin-bottom: 25px
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-style-4 .content .title {
        font-size: 50px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-style-4 .content .title {
        font-size: 40px
    }
}
@media only screen and (max-width: 767px) {
    .banner-style-4 .content .title {
        font-size: 40px
    }
}
.banner-style-4 .content .description {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-style-4 .content .description {
        margin-bottom: 30px
    }
}
@media only screen and (max-width: 767px) {
    .banner-style-4 .content .description {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 28px
    }
}
.banner-style-4 .shape-image {
    position: absolute;
    z-index: -1
}
.banner-style-4 .shape-image.shape-image-1 {
    left: -110px;
    top: -50px
}
.banner-style-4 .shape-image.shape-image-2 {
    right: 48%;
    top: -32px
}
.banner-style-4 .shape-image.shape-image-3 {
    right: -210px;
    top: 10px
}
.banner-style-4 .shape-image.shape-image-4 {
    right: 360px;
    bottom: -90px
}
.banner-style-4 .shape-image.shape-image-5 {
    left: 463px;
    bottom: 270px
}
.banner-style-4 .shape-image.shape-image-6 {
    left: 150px;
    bottom: -100px
}
.banner-style-4 .shape-image.shape-image-left {
    left: 0;
    bottom: 8px
}
.banner-style-4 .shape-image.shape-image-right {
    right: 0;
    bottom: 7px
}
/*-------------------------
    Banner Style five
--------------------------*/
/*-------------------------
    Banner Style Six
--------------------------*/
/* Event Details  */
.eduvibe-widget {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 30px 40px
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .eduvibe-widget {
        padding: 30px 20px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .eduvibe-widget {
        padding: 30px 20px
    }
}
@media only screen and (max-width: 767px) {
    .eduvibe-widget {
        padding: 30px 20px
    }
}
.eduvibe-widget .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px
}
.eduvibe-sidebar {
    padding: 0 50px;
    margin-top: -30px;
    margin-bottom: 30px
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .eduvibe-sidebar {
        margin-top: 30px
    }
}
@media only screen and (max-width: 767px) {
    .eduvibe-sidebar {
        margin-top: 30px;
        padding: 0 20px
    }
}
.eduvibe-sidebar.course-details-sidebar {
    padding: 0 0px 0 20px;
    margin-left: -20px;
    position: sticky;
    top: 100px
}
@media only screen and (max-width: 1199px) {
    .eduvibe-sidebar.course-details-sidebar {
        margin-left: 0px;
        padding: 0px
    }
}
.eduvibe-sidebar.course-details-sidebar .eduvibe-widget {
    padding: 20px 20px;
    border-radius: 10px
}
.eduvibe-sidebar.course-details-sidebar .eduvibe-widget .eduvibe-widget-details {
    padding: 0 20px 30px
}

.eduvibe-widget-details .widget-content ul li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.eduvibe-widget-details .widget-content ul li i {
    color: var(--color-primary);
    margin-right: 10px
}
.eduvibe-widget-details .widget-content ul li span {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    display: inline-block
}
.eduvibe-widget-details .widget-content ul li + li {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #EEEEEE
}
/*----------------------------
    Product Details Styles
------------------------------*/
/*-----------------------
    Cart Styles
-------------------------*/
/*-------------------------
    Price Filter
--------------------------*/
/*---------------------------
    Course Details
-----------------------------*/
.edu-course-details-area {
    margin-top: -70px;
    margin-bottom: 100px
}
.eduvibe-sidebar .inner .edu-sidebar-pricing {
    padding: 0
}
.eduvibe-sidebar .inner .edu-sidebar-pricing .tab-content {
    padding: 0 20px
}
.edu-pricing {
    font-size: 1.5rem
}
.eduvibe-sidebar i.icon-price {
    font-size: 1.3rem
}
.edu-pricing-info {
    padding-left: 30px;
    font-size: 0.9rem;
    color: #868686
}
.details-left {
    white-space: nowrap;
}
.eduvibe-widget-details .widget-content ul li .details-right {
    text-align: right;
    font-weight: normal;
}
.course-details-content {
    margin-right: 0px
}
@media only screen and (max-width: 1199px) {
    .course-details-content {
        margin-right: 0px
    }
}
.course-details-content .title {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 50px
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .course-details-content .title {
        font-size: 30px;
        margin-bottom: 40px
    }
}
@media only screen and (max-width: 767px) {
    .course-details-content .title {
        font-size: 30px;
        margin-bottom: 40px
    }
}

.course-bilan .title {
    font-size: 24px;
    margin-bottom: 20px
}


.main-wrapper .page-item.active .page-link {
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}
.main-wrapper .page-link {
    color: var(--color-primary)
}
.main-wrapper .page-link:hover {
    color: var(--color-primary)
}
.main-wrapper .page-link:focus {
    color: var(--color-primary)
}
.course-details-content .edu-course-tab {
    border: 0 none;
    background: #F5F5F5;
    border-radius: 5px;
    justify-content: space-around
}
.course-details-content .edu-course-tab .nav-item {
    margin: 0
}
@media only screen and (max-width: 1199px) {
    .course-details-content .edu-course-tab .nav-item {
        margin: 0 20px
    }
}
@media only screen and (max-width: 575px) {
    .course-details-content .edu-course-tab .nav-item {
        margin: 0 10px
    }
}
.course-details-content .edu-course-tab .nav-item .nav-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    border: 0 none;
    background: transparent;
    padding: 16px 0;
    position: relative;
    color: var(--color-heading)
}
@media only screen and (max-width: 767px) {
    .course-details-content .edu-course-tab .nav-item .nav-link {
        padding: 10px 0;
        font-size: 16px
    }
}
.course-details-content .edu-course-tab .nav-item .nav-link::after {
    position: absolute;
    content: "";
    background: var(--color-primary);
    border-radius: 1px 1px 0px 0px;
    height: 2px;
    width: 0;
    transition: 0.4s;
    left: 0%;
    bottom: 0;
    opacity: 0
}
.course-details-content .edu-course-tab .nav-item .nav-link.active,
.course-details-content .edu-course-tab .nav-item .nav-link:hover {
    color: var(--color-primary)
}
.course-details-content .edu-course-tab .nav-item .nav-link.active::after,
.course-details-content .edu-course-tab .nav-item .nav-link:hover::after {
    width: 100%;
    opacity: 1
}
.course-author-wrapper {
    padding: 0;
    display: flex
}
@media only screen and (max-width: 575px) {
    .course-author-wrapper {
        flex-direction: column
    }
}
.course-author-wrapper .thumbnail {
    margin-right: 30px;
    max-width: 220px
}
.course-author-wrapper .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px
}
@media only screen and (max-width: 575px) {
    .course-author-wrapper .thumbnail img {
        width: auto;
        margin-bottom: 20px
    }
}
.course-author-wrapper .author-content .title {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px
}
.course-author-wrapper .author-content .subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    display: block;
    margin-bottom: 20px
}
.course-author-wrapper .author-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
}
@media only screen and (max-width: 575px) {
    .course-author-wrapper .author-content {
        margin-top: 0px
    }
}
.card-shadow {
    box-shadow: 0px 8px 30px rgb(0 0 0 / 6%)
}
.course-intro p {
    font-size: 1.1rem
}
.course-details-card {
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    background-color: #fef9f8;
    padding: 30px
}
.course-trainer {
    background-color: #fff
}
.course-white {
    background-color: #fff;
    padding: 0
}
/*------------------------
    Preview Styles
-------------------------*/
/*-----------------------
    Course Layout Style
--------------------------*/
/*-----------------------
    InnerPages
--------------------------*/
/*-----------------------
    Ecommerce Layout Style
--------------------------*/
/*-----------------------
    Demo Style
--------------------------*/
/*------------------------
    Features
--------------------------*/
/*------------------------
    FAQ
--------------------------*/
/*------------------------
    Header Splash Two
--------------------------*/
/*-------------------------------
    Overall HTML Specific Styles
    overall.scss
---------------------------------*/
.edu-accordion-01 .edu-accordion-item:last-child .accordion-collapse.show {
    border-bottom: 1px solid #eee
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1320px
    }
}
/**************************************
    Footer Styles
***************************************/
/*===========================
    Start Footer Area
=============================*/
.edu-footer-widget .logo img {
    max-width: 120px;
    filter: brightness(10)
}
.footer-qualiopi {
    margin-top: 20px;
    max-width: 260px
}
.footer-style-default {
    position: relative;
    z-index: 1
}
.footer-style-default .footer-top {
    padding: 90px 0;
    background-color: #232323
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-default .footer-top {
        padding: 80px 0
    }
}
@media only screen and (max-width: 767px) {
    .footer-style-default .footer-top {
        padding: 80px 0
    }
}
.footer-style-default .widget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-white)
}
.footer-style-default .description {
    color: var(--color-white);
    margin-top: 34px;
    margin-bottom: 40px
}
.footer-style-default .information-list li {
    color: var(--color-white);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    display: flex
}
.footer-style-default .information-list li i {
    font-size: 15px;
    margin-right: 12px;
    position: relative;
    top: 5px
}
.footer-style-default .information-list li a {
    color: var(--color-white);
    transition: 0.3s
}
.footer-style-default .information-list li + li {
    margin-top: 12px
}
.footer-style-default .information-list li:hover a {
    color: var(--color-primary)
}
.footer-style-default .edu-footer-widget .inner {
    margin-top: 4px
}
.footer-style-default .edu-footer-widget .footer-link {
    list-style: none;
    padding: 0
}
.footer-style-default .edu-footer-widget .footer-link li {
    margin-top: 0;
    margin-bottom: 0
}
.footer-style-default .edu-footer-widget .footer-link li a {
    font-size: 16px;
    display: block;
    color: var(--color-white);
    line-height: 26px
}
.footer-style-default .edu-footer-widget .footer-link li a i {
    margin-right: 10px;
    font-size: 14px
}
.footer-style-default .edu-footer-widget .footer-link li + li {
    margin-top: 20px
}
.footer-style-default .edu-footer-widget .footer-link li:hover a {
    color: var(--color-primary)
}
.footer-style-default .edu-footer-widget.explore-widget {
    margin-left: 65px
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-style-default .edu-footer-widget.explore-widget {
        margin-left: 0
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-default .edu-footer-widget.explore-widget {
        margin-left: 0
    }
}
@media only screen and (max-width: 767px) {
    .footer-style-default .edu-footer-widget.explore-widget {
        margin-left: 0
    }
}
.footer-style-default .edu-footer-widget.quick-link-widget {
    margin-left: 65px
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-style-default .edu-footer-widget.quick-link-widget {
        margin-left: 0
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-default .edu-footer-widget.quick-link-widget {
        margin-left: 0
    }
}
@media only screen and (max-width: 767px) {
    .footer-style-default .edu-footer-widget.quick-link-widget {
        margin-left: 0
    }
}
/*---------------------------------
 Footer with Call To Action
----------------------------------*/
.edu-footer-with-cta {
    position: relative;
    z-index: 2;
    margin-top: 0;
    background: #000
}
@media only screen and (max-width: 767px) {
    .edu-footer-with-cta {
        margin-top: 0
    }
}
.edu-footer-with-cta .footer-style-default {
    padding-top: 138px;
    position: static
}
/*---------------------------------
 Footer 2
----------------------------------*/
.eduvibe-footer-two .edu-btn {
    margin-bottom: 30px
}
@media only screen and (max-width: 575px) {
    .eduvibe-footer-two {
        padding-bottom: 80px
    }
    .eduvibe-footer-two .edu-btn {
        margin-bottom: 0px
    }
}
.eduvibe-footer-two .footer-style-default {
    padding-top: 0px;
    position: static
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .eduvibe-footer-two .footer-style-default {
        padding-top: 418px
    }
}
@media only screen and (max-width: 767px) {
    .eduvibe-footer-two .footer-style-default {
        padding-top: 0px
    }
}
.eduvibe-footer-two .animate-image {
    position: absolute;
    z-index: -1
}
.eduvibe-footer-two .animate-image.shape-image-1 {
    top: -11px;
    left: -263px
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .eduvibe-footer-two .animate-image.shape-image-1 {
        top: -51px;
        left: -130px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .eduvibe-footer-two .animate-image.shape-image-1 {
        top: -51px;
        left: -150px
    }
}
.eduvibe-footer-two .animate-image.shape-image-2 {
    bottom: -83px;
    right: -200px
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .eduvibe-footer-two .animate-image.shape-image-2 {
        bottom: -13px;
        right: -100px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .eduvibe-footer-two .animate-image.shape-image-2 {
        bottom: -13px;
        right: -150px
    }
}
/*-------------------------
    Copyright Styles
--------------------------*/
.copyright-default p {
    color: var(--color-white)
}
.copyright-default p a {
    color: var(--color-white);
    transition: 0.4s
}
.copyright-default p a:hover {
    color: var(--color-primary)
}
.edu-next-dates {
    border-top: 1px solid #EEEEEE;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px
}
.anchor {
    scroll-margin-top: 130px
}
.contact-popup h3,
.contact-popup p {
    color: #fff
}

.success-message {
    margin: 20vh auto 0 auto;
    max-width: 550px;
}
.success-message.open {
    display: block;
}

.success-icon {
    color: #fff;
    font-size: 50px;
    height: 60px
}
.success-icon i {
    background: orange;
    border-radius: 100%;
    position: relative;
    bottom: 11px;
    margin-right: 20px;
}
.success-text h3 {
    margin: 0;
    padding: 0;
}
.hidden {
    display: none;
}

@keyframes slideInLeft {
    from {
      transform: translate3d(-30%, 0, 0);
      visibility: visible;
    }

    to {
      transform: translate3d(0, 0, 0);
    }
  }

  .slideInLeft {
    animation-name: slideInLeft;
    animation-duration: .4s;
    animation-timing-function: ease-in-out;
  }

  .edu-reference {
    color: var( --color-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9em;
  }


.section {
    padding: 50px 0;
    position: relative;
}

.grey-background {
    background: #f2f2f2;
    padding: 80px 0 50px 0;
}
.white-background {
    background: #FFFFFF
}

  .separator {
    position: absolute;
    height: 70px;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
  }
  .separator-white-grey {
    top: -1px;
  }
  .separator-grey-white {
    bottom: 0;
    background-color: #fff;
  }

  .separator svg {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 150%;
    height: 100%;
    display: block;
    fill: #fff;
  }

.edu-accordion-02 .edu-accordion-body .edu-level-1 ul {
    padding: 0 0 0 0.5em;
}

.edu-accordion-02 .edu-accordion-body .edu-level-2 {
    padding: 10px 0;
}

.edu-accordion-02 .edu-accordion-body .edu-level-2 ul {
    margin: 0;
}

.edu-accordion-02 .edu-accordion-body .edu-level-3 ul {
    padding: 0;
}

.edu-accordion-02 .edu-accordion-body .edu-level-2 ul li:last-child {
    padding-bottom: 0px;
}

.edu-accordion-02 .edu-accordion-body .edu-level-3 ul li:last-child {
    padding-bottom: 12px;
}

body.sticky {
 margin-top: 80px;
}

.pre-footer {
    background: #ffffff;
    padding: 70px 0 50px 0;
}


