/* ------- fonts ------- */

/*@font-face {*/
/*    font-family: 'Nunito';*/
/*    src: url('../fonts/Nunito-Bold.eot');*/
/*    src: url('../fonts/Nunito-Bold.eot') format('embedded-opentype'), url('../fonts/Nunito-Bold.woff2') format('woff2'), url('../fonts/Nunito-Bold.woff') format('woff'), url('../fonts/Nunito-Bold.ttf') format('truetype'), url('../fonts/Nunito-Bold.svg') format('svg');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito';*/
/*    src: url('../fonts/Nunito-BoldItalic.eot');*/
/*    src: url('../fonts/Nunito-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Nunito-BoldItalic.woff2') format('woff2'), url('../fonts/Nunito-BoldItalic.woff') format('woff'), url('../fonts/Nunito-BoldItalic.ttf') format('truetype'), url('../fonts/Nunito-BoldItalic.svg') format('svg');*/
/*    font-weight: bold;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito';*/
/*    src: url('../fonts/Nunito-Regular.eot');*/
/*    src: url('../fonts/Nunito-Regular.eot') format('embedded-opentype'), url('../fonts/Nunito-Regular.woff2') format('woff2'), url('../fonts/Nunito-Regular.woff') format('woff'), url('../fonts/Nunito-Regular.ttf') format('truetype'), url('../fonts/Nunito-Regular.svg') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito';*/
/*    src: url('../fonts/Nunito-Italic.eot');*/
/*    src: url('../fonts/Nunito-Italic.eot') format('embedded-opentype'), url('../fonts/Nunito-Italic.woff2') format('woff2'), url('../fonts/Nunito-Italic.woff') format('woff'), url('../fonts/Nunito-Italic.ttf') format('truetype'), url('../fonts/Nunito-Italic.svg') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito';*/
/*    src: url('../fonts/Nunito-Light.eot');*/
/*    src: url('../fonts/Nunito-Light.eot') format('embedded-opentype'), url('../fonts/Nunito-Light.woff2') format('woff2'), url('../fonts/Nunito-Light.woff') format('woff'), url('../fonts/Nunito-Light.ttf') format('truetype'), url('../fonts/Nunito-Light.svg') format('svg');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito';*/
/*    src: url('../fonts/Nunito-LightItalic.eot');*/
/*    src: url('../fonts/Nunito-LightItalic.eot') format('embedded-opentype'), url('../fonts/Nunito-LightItalic.woff2') format('woff2'), url('../fonts/Nunito-LightItalic.woff') format('woff'), url('../fonts/Nunito-LightItalic.ttf') format('truetype'), url('../fonts/Nunito-LightItalic.svg') format('svg');*/
/*    font-weight: 300;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/
body {
    --main-color: #373c59;
    --main-color-red: rgb(241, 91, 78);
}

@font-face {
    font-family: 'CirceBold';
    src: url('../fonts/CirceBold.eot');
    src: url('../fonts/CirceBold.eot') format('embedded-opentype'),
    url('../fonts/CirceBold.woff2') format('woff2'),
    url('../fonts/CirceBold.woff') format('woff'),
    url('../fonts/CirceBold.ttf') format('truetype'),
    url('../fonts/CirceBold.svg#CirceBold') format('svg');
}

@font-face {
    font-family: 'CirceLight';
    src: url('../fonts/CirceLight.eot');
    src: url('../fonts/CirceLight.eot') format('embedded-opentype'),
    url('../fonts/CirceLight.woff2') format('woff2'),
    url('../fonts/CirceLight.woff') format('woff'),
    url('../fonts/CirceLight.ttf') format('truetype'),
    url('../fonts/CirceLight.svg#CirceLight') format('svg');
}

@font-face {
    font-family: 'CirceRegular';
    src: url('../fonts/CirceRegular.eot');
    src: url('../fonts/CirceRegular.eot') format('embedded-opentype'),
    url('../fonts/CirceRegular.woff2') format('woff2'),
    url('../fonts/CirceRegular.woff') format('woff'),
    url('../fonts/CirceRegular.ttf') format('truetype'),
    url('../fonts/CirceRegular.svg#CirceRegular') format('svg');
}

/* ------ Specification ------ */

html {
    overflow-x: hidden;
}

body {
    font-family: 'CirceRegular', sans-serif;
    padding: 0;
    color: #FFF;
    margin: 0;
    font-size: 16px;
}

h1 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0;
}

h1 span {
    font-weight: bold;
}

h5 {
    font-family: 'CirceRegular', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    box-shadow: none;
    color: #FFF;
    box-shadow: none !important;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}

.form-control:focus {
    border: 1px solid #ddd;
}


button,
button:active,
button:focus {
    outline: 0;
    text-decoration: none;
    box-shadow: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

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

section {
    padding: 20px 0;
    position: relative;
}

.show {
    transition: 0.5s;
    background: none;
    border: none;
}

.dropdown-menu {
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 0;
    min-width: 260px;
}

.dropdown-menu .dropdown-item {
    font-size: 16px;
    width: 90%;
    margin-left: 5%;
    padding: 10px 0;
    color: var(--main-color);
    border-bottom: 1px solid #dedede;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu .dropdown-item:hover {
    background: #FFF;
    transition: 0.5s;
    padding-left: 10px;
    color: rgb(241, 91, 78);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
    color: #f15b4e;
}

.dropdown-menu .dropdown-header {
    color: var(--main-color) !important;
    border-bottom: 1px solid #dedede !important;
    margin: 0 5%;
    text-align: center;
}

.dropdown-menu .username {
    margin-top: 5%;
}


.plat-color {
    background-color: var(--main-color);
}

/* ------ Preloader ------ */

.loader-bg {
    position: fixed;
    z-index: 999999;
    background: var(--main-color);
    width: 100%;
    height: 100%;
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after {
    content: '';
    border: 1em solid rgb(241, 91, 78);
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: .5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* ------ login ------ */
#modalLogin .modal-footer {
    width: 100%;
}

.login_form .form-control {
    border: 1px solid #ddd;
    color: #6f7074;
    color: #6f7074;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 20px;
}

.modal-dialog {
    max-width: 500px;
    margin-top: 4rem;
}

.modal-open {
    padding-right: 0px !important;
}

.modal-content {
    color: #0a0a0a;
    padding-bottom: 20px;
}

.modal-header .close {
    background-color: var(--main-color);
    padding: 8px 14px;
    border-radius: 50%;
    color: #FFF;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
}

.modal-title {
    font-size: 25px;
    padding-top: 20px;
}

.modal-header {
    display: block;
    text-align: center;
    border-bottom: none;
}

.modal-header p {
    font-size: 15px;
    color: #6f7074;
    font-family: "CirceRegular", sans-serif;

}

.modal-header a {
    font-size: 15px;
    color: #2441e7;
    font-family: "CirceRegular", sans-serif;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal:before {
    background-color: rgba(0, 0, 0, .7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-body-input {
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    color: #6f7074;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
}

.modal-body-input:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
}

.checkbox {
    display: inline;
    border: none;
    height: 14px;
    width: 14px;
}

.modal-body a {
    color: #c75533;
    font-size: 14px;
    float: right;
}

.modal-footer {
    border: none;
}

.modal-footer button {
    font-family: 'CirceRegular';
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(241, 91, 78);
    color: #FFF;
    border: 2px solid rgb(241, 91, 78);
    border-radius: 0.4rem;
}

.modal-footer button:hover {
    background-color: #FFF;
    color: rgb(241, 91, 78);
    border: 2px solid rgb(241, 91, 78);
    border-radius: 0.4rem;
}

/* ------ Header ------ */

.header {
    background-image: url('../imgs/index_bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 620px;
    position: relative;
}

.header:before {
    content: "";
    background-color: #303853;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.header-without-image {
    background-image: initial;
    background-color: #303853;
    height: 400px;
}

.header-without-image:before {
    opacity: .7;
}

.main-breadcrumbs {
    color: var(--main-color);
    margin: 20px 20px 10px 20px;
    text-align: center;
    font-size: 18px;
}

.main-breadcrumbs a {
    color: var(--main-color);
    transition: .5s;
}

.main-breadcrumbs a:hover,
.main-breadcrumbs a:active,
.main-breadcrumbs a:focus {
    color: var(--main-color-red);
}

.main-breadcrumbs > span + span:before {
    padding: 0 1px 0 5px;
    color: var(--main-color);
    content: "/\00a0";
}

.main-menu li:last-child {
    border-bottom: none;
}

nav {
    position: absolute;
    z-index: 999;
    width: 100%;
    transition: all 0.5s ease;
    background: var(--main-color);
}

.nav-item > a.nav-link {
    /* text-transform: uppercase !important; */
    padding-left: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #FFF !important;
    transition: 0.5s;
}

.nav-item > a.nav-link.active {
    padding-left: 10px !important;
    transition: 0.5s;
    color: #f15b4e !important;
}

.nav-item > a.nav-link:hover {
    color: #f15b4e !important;
}

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-light .navbar-toggler {
    color: #FFF;
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
}

.navbar-light .navbar-toggler-icon::before {
    content: "";
    display: block;
    background: #fff;
    height: 2px;
    width: 35px;
    margin: 10px 0 8px;
    border-radius: .25rem;
}

.navbar-light .navbar-toggler-icon::after {
    content: "";
    display: block;
    background: #fff;
    height: 2px;
    width: 35px;
    border-radius: .25rem;
}

nav.sticky {
    background: var(--main-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
}

.login i {
    margin-right: 5px;
}

.login span {
    display: none;
}

.entrance {
    /*display: none;*/
}

.entrance .dn-lg {
    padding-left: 10px;
}

.entrance a {
    color: #FFF;
    font-size: 1rem;
}

.entrance .dropdown-menu {
    right: -0.9rem;
    left: initial;
}

.main-scrin {
    /*margin-top: 20px;*/
    /*padding-top: 100px;*/
    height: 100%;
    position: relative;
    top: -75px;
}

.main-scrin .row {
    height: 100%;
}


.main-scrin p {
    font-size: 18px;
}

.header-text-block {
    float: right;
    margin: 0 20px 40px;
}

.header-text-block div {
    background: #f15b4e;
    padding: 10px 15px;
    color: #FFF;
    margin-bottom: 10px;
    width: auto;
}

.header-text-block .text-block-1 {
    font-size: 28px;
    font-weight: bold;
    display: table-cell;
}

.header-text-block .text-block-2 {
    font-size: 28px;
    font-weight: bold;
    display: table-cell;

}

.header-text-block .btn-blue {
    font-size: 18px;
    margin-top: 10px;
}

.btn.btn-blue {
    border-color: var(--main-color);
    color: white;
    background-color: var(--main-color);
    border-radius: initial;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.card-form {
    border: none;
    margin-top: 20px;
    padding-bottom: 30px;
    border-radius: 0.4rem;
}

.card-form .card-title {
    font-size: 16px;
    text-align: center;
    background: #373c59;
    padding: 13px 10px;
    border-radius: 0.4rem 0.4rem 0 0;
}

.card-form input {
    font-family: 'CirceRegular';
    outline: none;
    display: block;
    color: #3e4448;
    font-weight: 400;
    border: none;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 7px;
    padding: 10px 0;
    margin: 20px auto;
    width: 90%;
}

.card-form input:focus {
    border-color: #000;
    outline: none;
    transition: 0.5s;
}

.card-form .form-group {
    width: 90%;
    margin: 0px auto;
}

.card-form .form-group img {
    margin-right: 8px;
    width: 4%;
    margin-bottom: 38px
}

.card-form .form-group p {
    font-size: 14px;
    color: #7e7e7e;
    font-family: 'CirceRegular', sans-serif;
}

.card-form button {
    font-family: 'CirceRegular';
    font-weight: 700;
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(241, 91, 78);
    color: #FFF;
    border: 2px solid rgb(241, 91, 78);
    border-radius: 0.4rem;
}

.card-form button:hover {
    background-color: #FFF;
    color: rgb(241, 91, 78);
    border: 2px solid rgb(241, 91, 78);
}

/* content */

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content {
    color: #7e7e7e;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 15px 0;
}

.content h3 {
    color: #0a0a0a;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 15px 0;
}

.content p {
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    font-size: 15px;
}

.content a {
    color: #f15b4e;
}

.content .help-block-error {
    color: rgb(241, 91, 78);
}

.content a:hover {
    color: #373c59;
    transition: .5s;
}

.content .form-group label {
    font-size: 14px;
    font-family: "CirceRegular";
    color: #0a0a0a;
    line-height: 1.2;
}

.content input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgba(196, 14, 117, 0);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    height: 48px;
}

.content input[type=checkbox] {
    height: 13px;
}

.content .btn {
    color: #fff;
    margin: 5px;
}

.field-enrollmentregistration-diploma_number {
    margin-top: 10px;
}

.content .btn-primary:hover,
.content .btn-primary:active,
.content .btn-primary:focus {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.content .btn-primary {
    border-color: var(--main-color);
    color: var(--main-color);
    background-color: white;
}

.content .title {
    margin-bottom: 30px;
}

.document-download {
    text-align: right;
}

nav.pager {
    position: initial;
    background-color: transparent;
}

.pager .page-item.active .page-link {
    background-color: #373c59;
    border-color: #373c59;
}

.pager .page-link {
    color: #373c59;
}

.pager a {
    color: #fff;
}

.pager a.active {
    color: #f15b4e;
}

.pager a:hover, .pager a:active, .pager a:focus {
    text-decoration: none;
    box-shadow: none;
    color: #f15b4e;
    box-shadow: none !important;
    background-color: #373c59;
    border-color: #373c59;
}

#p0 {
    width: 100%;
}

#p0 #enrollment-phone {
    max-width: 25rem;
}

/* ------- Our-courses ------- */

.our-courses {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.our-courses-title {
    margin-bottom: 50px;
}

.our-courses-title h2 {
    text-align: center;
    color: #0a0a0a;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}

.our-courses-title p {
    font-family: 'CirceRegular', sans-serif;
    text-align: center;
    color: #6f7074;
    font-size: 15px;
    margin-bottom: 20px;
}

.our-course-overlay {
    text-align: center;
}

.our-course-1 {
    background-image: url('../imgs/our-course-1.jpg');
}

.our-course-2 {
    background-image: url('../imgs/our-course-2.jpg');
}

.our-course-3 {
    background-image: url('../imgs/our-course-3.jpg');
}

.our-course-4 {
    background-image: url('../imgs/our-course-4.jpg');
}

.our-course-5 {
    background-image: url('../imgs/our-course-5.jpg');
}

.our-course-6 {
    background-image: url('../imgs/our-course-6.jpg');
}

.our-course-7 {
    background-image: url('../imgs/our-course-7.jpg');
}

.our-course-8 {
    background-image: url('../imgs/our-course-8.jpg');
}

.our-course-overlay a {
    display: block;
    position: relative;
    width: 100%;
    height: 170px;
    margin: 10px auto 20px;
    background-size: cover;
    background-position: top center;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: scale(1);
}

.our-course-overlay a::before {
    content: "";
    background-color: rgba(62, 68, 72, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: scale(1);
}

.our-course-overlay a:hover {
    margin-top: -10px;
    margin-bottom: 30px;
}

.our-course-overlay a:hover:before {
    background-color: rgba(205, 190, 156, 0.7);
}

.our-course-details {
    position: relative;
    padding-top: 56px;
}

.our-course-details p {
    font-size: 15px;
    font-family: 'CirceRegular', sans-serif;
}

.our-course-btn {
    color: #FFF;
    background: rgb(241, 91, 78);
    display: block;
    margin: 30px auto 0px;
    border: 2px solid rgb(241, 91, 78);
    max-width: 260px;
    border-radius: 0.4rem;
    padding: 10px;
}

.our-course-btn:hover {
    color: rgb(241, 91, 78);
    background: #FFF;
    border: 2px solid rgb(241, 91, 78);
}


/* included-feature */

.included-feature {
    /*background-image: url("../imgs/main2.jpg");*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*-webkit-background-size: cover;*/
    background: #FFF;
    overflow: hidden;
    padding: 130px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.included-feature:before {
    /*background: rgb(62, 68, 72);*/
    /*opacity: .8;*/
    /*content: "";*/
    /*height: 100%;*/
    /*left: 0;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
}

.included-feature .main-title {
    position: relative;
    margin-bottom: 60px;
}

.included-feature .main-title h3 {
    display: inline-block;
    font-family: "CirceRegular";
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #373c59;
}

.included-feature .main-title p {
    color: #373c59;
    margin-bottom: 0;
}

.included-feature .funfact_ccn_feature {
    padding: 40px 0 0 0;
}

.included-feature .funfact_ccn_feature a {
    color: #373c59;
}

.funfact_ccn_feature .ccn_icon {
    color: #FFF;
    font-size: 40px;
    border-radius: 50%;
    /*background: rgba(255, 255, 255, .1);*/
    background: #f15b4e;
    width: 90px;
    text-align: center;
    height: 90px;
    margin: 0 auto;
    line-height: 90px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.funfact_ccn_feature .ccn_icon [class^="icon-"], [class*=" icon-"] {
    line-height: 90px !important;
}

.funfact_ccn_feature .ccn_icon span {
    color: #FFF;
}

.funfact_ccn_feature:hover .ccn_icon {
    background-color: #373c59;
}

.funfact_ccn_feature .details {
    margin: 20px 0;
    color: #373c59;
}

/* About-us */

.about-us {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.about-us-card {
    padding-left: 15px;
    padding-right: 15px;
}

.about-us-card-item {
    background-color: rgb(245, 245, 246);
    border-radius: 4px;
    /*margin-bottom: 30px;*/
    padding: 40px;
    color: rgb(62, 68, 72);
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.about-us-card-item:hover {
    background-color: var(--main-color);
    border-radius: 4px;
    color: #FFF;
}

.about-us-card-item:hover > i {
    color: #FFF;
}

.about-us-card-item i {
    color: #373c59;
    margin-bottom: 30px;
    font-size: 70px;
}

.about-us-card-item p {
    font-size: 15px;
    font-family: 'CirceRegular', sans-serif;
}

/* Courses */

.courses {
    padding: 60px 0;
    background-color: #f5f5f6;

}

.courses .card {
    border: none;
}

.top-courses {
    display: block;
    height: 385px !important;
    margin: 0;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: scale(1);
}

.top-courses:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 5px;
    right: 0;
    top: 0;
    opacity: 1;
    background-color: rgba(55, 60, 89, .4);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: scale(1);
}

.top-courses:hover:before {
    background-color: rgba(55, 60, 89, .7);
}

.top-courses img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.card-course-header {
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    font-size: 13px;
    line-height: 10px;
    padding: 20px 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: scale(1);
}

.card-course-header div {
    font-weight: 700;
}

.card-course-header span {
    display: block;
    margin: 60px;
    text-align: center;
    font-size: 15px;
    font-family: "CirceRegular", sans-serif;
    line-height: 1.642;
}

.card-course-header:hover {
    opacity: 1;
}

.card-course {
    padding: 10px 20px;
    width: 100%;
    position: absolute;
    top: 120px;
    left: 0;
    height: calc(100% - 134px);
}

.card-course-footer {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
}

.card-course-date {
    font-size: 15px;
    margin-bottom: 10px;
}

.card-course-title {
    font-size: 18px;
}

.card-course-appraisal {
    margin-top: 5px;
    margin-bottom: 20px;
}

.card-course-appraisal i {
    color: #CCD03E;
    margin-right: 2px;
}

.card-course-footer span {
    margin-right: 5px;
}

.card-course-footer-price {
    font-size: 14px;
    font-weight: 700;
}

/* Our-Istructors */

.our-instructors {
    padding: 60px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}


.instructor .instructor-img-1 {
    display: block;
    max-height: 295px;
    height: 295px;
    width: 100%;
    margin-right: 30px;
    border-radius: 8px;
    position: relative;
    background-size: cover;
    background-position: center top;
    /*-webkit-filter: grayscale(100%); !* Safari 6.0 - 9.0 *!*/
    /*filter: grayscale(100%);*/
    transition: .5s;
}

.instructor:hover > .about-instructor h4 {
    color: var(--main-color-red);
}

/*.instructor:hover > .instructor-img-1 {*/
/*    -webkit-filter: initial; !* Safari 6.0 - 9.0 *!*/
/*    filter: initial;*/
/*}*/


.owl-dots {
    display: none;
}

.owl-nav button {
    color: var(--main-color);
    position: absolute;
    padding: 30px;
    font-size: 16px;
    background: #FFF;
    border: 1px solid var(--main-color);
}

.owl-nav button:hover {
    color: #FFF;
    padding: 30px;
    font-size: 16px;
    background: var(--main-color);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.owl-nav button:active {
    outline: none;
}

/*.instructor-detail {*/
/*    background: rgba(62, 68, 72, 0.8);*/
/*    color: #fff;*/
/*    position: absolute;*/
/*    border-radius: 8px;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    opacity: 0;*/
/*    transition: all 0.5s ease;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-end;*/
/*    padding: 15px;*/
/*}*/

/*.instructor-detail:hover {*/
/*    opacity: 1;*/
/*}*/

.img-box {
    width: 100%;
}

.about-instructor h4 {
    margin-top: 10px;
    font-size: 18px;
    color: rgb(27, 32, 50);
}

.about-instructor p {
    font-size: 14px;
    color: rgb(72, 72, 72);
    margin-top: 0;
}

/* FAQ */

.faq {
    font-family: 'CirceRegular', sans-serif;
    color: rgb(59, 59, 59);
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.faq h3 {
    font-size: 20px;
    color: rgb(10, 10, 10);
    text-align: center;
    font-weight: 700;
    padding-bottom: 30px;
}

.faq-accordion {
    width: 100%;
    margin: 0 auto;
}

.faq a {
    color: #f15b4e;
}

.faq a:hover {
    color: #373c59;
    transition: .5s;
}

.faq a.in {
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 700;
    color: rgb(59, 59, 59);
    background-color: rgb(245, 245, 246);
    border-radius: 5px;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.faq a.in {
    color: rgb(245, 245, 246);
    background-color: var(--main-color);
}

.faq a[aria-expanded="false"] {
    color: rgb(59, 59, 59);
    background-color: rgb(245, 245, 246);
}

.faq a.in:hover {
    color: rgb(245, 245, 246);
    background-color: var(--main-color);
}


.panel-collapse h5 {
    padding: 20px 20px 5px;
    font-size: 18px;
    font-weight: 400;
    font-family: "CirceRegular";
}

.panel-collapse p {
    font-family: 'CirceRegular', sans-serif;
    padding: 0px 20px 10px;
    color: rgb(126, 126, 126);
}


/* Team */

.team {
    padding: 60px 0 30px;
}

.team-company div {
    text-align: center;
}

.team-company img {
    margin-bottom: 40px;
}

/* Footer */

.footer {
    padding: 0px 0 20px;
    background-color: #bcbec0;
    font-family: 'CirceRegular', sans-serif;
}

.footer-main {
    padding-top: 60px;
    background-color: #f5f5f6;
}

.footer-head {
    padding-bottom: 60px;
    color: #373c59;
}

.footer-head div {
    text-align: center;
}

.footer-head h4 {
    text-transform: uppercase;
    color: #373c59;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: 'CirceRegular';
}

.footer-head p {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 400;
}

.footer-head a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.footer-head a {
    color: #373c59;
}

.footer-head a:hover {
    padding-left: 10px;
    color: #f15b4e;
}

.footer-body {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
}

.footer-logo {
    max-width: 208px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-menu {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 10px;
    flex-direction: column;
}

.footer-menu li {
    list-style-type: none;
    font-size: 16px;
}

.footer li a {
    color: #FFF;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.footer li a:hover {
    color: #f15b4e;
}

.footer-social ul {
    padding-top: 30px;
    padding-left: 0px;
    margin-bottom: 0px;
    justify-content: center;
}

.footer-social li {
    list-style-type: none;
    font-size: 24px;
    color: #9ea0a6;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-social li a {
    color: #FFF;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.footer-social li a:hover {
    color: #f15b4e;
}

.footer-copyright {
    padding-top: 40px;
    color: #373c59;
    font-size: 13px;
}

/* Scrollup */

div.scrollup {
    z-index: 100;
    position: fixed;
    color: #fff;
    background-color: var(--main-color);
    right: 15px;
    bottom: 15px;
    padding: 10px 16px;
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    text-align: center;
    opacity: 0.6;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

div.scrollup:hover {
    opacity: 1;
}

/* Second page */
/* Courses */

.courses-scrin {
    height: 400px;
}

.courses-scrin-title {
    width: 100%;
    padding: 120px 0;
    text-align: center;
}

.courses-scrin-title > h2 {
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.courses-scrin-title > p > a {
    font-size: 35px;
    margin-right: 10px;
    margin-left: 10px;
    font-family: 'CirceRegular', sans-serif;
    font-size: 15px;
}

.all-courses {
    padding-top: 20px;
    padding-bottom: 30px;
}

.all-courses-head {
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.all-courses-head-item {
    justify-content: center;
    flex-direction: column;
}

.number-of-courses span {
    color: #0a0a0a;
    padding-right: 10px;
}

.number-of-courses {
    padding-top: 14px;
}


.courses-list-dropdown > select {
    color: #495057;
    font-size: 14px;
    font-family: 'CirceRegular', sans-serif;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 48px;
    /*width: 350px;*/
    padding: 14px 12px;
    margin-right: 12px;
}

.courses-list-dropdown > select:after {
    margin-left: 70px;
}

/*.courses-list-dropdown > .dropdown-menu {*/
/*    border: 1px solid #dddddd;*/
/*}*/

/*.courses-list-dropdown > .dropdown-menu > a {*/
/*    color: #495057;*/
/*    font-size: 14px;*/
/*    font-family: 'CirceRegular', sans-serif;*/
/*    background-color: #ffffff;*/
/*    padding: 5px 0;*/
/*}*/

.wrap-search {
    margin: 10px auto 0;
}

.wrap-search > input {
    color: #495057;
    font-size: 14px;
    font-family: 'CirceRegular', sans-serif;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    height: 48px;
    width: 180px;
    padding-left: 20px;
    padding-right: 0;

}

.wrap-search > button {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left: none;
    border-radius: 0 5px 5px 0;
    height: 48px;
    padding-top: 12px;
    display: inline-block;
    color: #495057;
}

.wrap-search > input:focus {
    border-color: #dddddd;
    outline: 0;
    box-shadow: none;
}

.wrap-search > button:hover {
    color: #f15b4e;
}

.wrap-card-course {
    border: 2px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0;
    /*display: block;*/
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    width: 100%;
}

.wrap-card-image {
    height: 200px;
    max-height: 100%;
    border-radius: 5px 5px 0 0;
    display: block;
    background-position: center top;
    background-size: cover;
}

.wrap-card-course-header {
    position: relative;
}

.wrap-card-course-header:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(55, 60, 89, .3);
    border-radius: 5px 5px 0 0;
}

.wrap-card-course img {
    display: block;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.wrap-card-course-overlay {
    background-color: rgba(55, 60, 89, .6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 15px;
    font-family: 'CirceRegular', sans-serif;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrap-card-course-overlay span {
    background-color: #c75533;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    height: 30px;
    margin-top: 15px;
    margin-left: 20px;
    padding: 5px 8px;
    text-align: center;
}

.wrap-card-course-overlay h4 {
    bottom: 0;
    color: #ffffff;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    font-size: 15px;
}


.wrap-card-course:hover {
    box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15) !important;
}

.wrap-card-course-header .card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #f15b4e;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
}

.wrap-card-course:hover > .wrap-card-course-header > .wrap-card-course-overlay {
    opacity: 1;
    visibility: visible;
}

.wrap-card-course-content {
    font-family: 'CirceRegular', sans-serif;
    color: #7e7e7e;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 20px;
    /*border-bottom: 1px solid #eeeeee;*/
}

.wrap-card-course-content i {
    font-size: 13px;
    margin-right: 8px;
}

.wrap-card-course-content h5 {
    color: #0a0a0a;
    font-weight: 400;
    font-size: 18px;
}

.wrap-card-course-footer {
    border-top: 1px solid #eeeeee;
    padding: 10px 20px;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    font-size: 15px;
    background: transparent !important;
}

.wrap-card-course-footer i {
    margin-right: 4px;
}

.wrap-card-course-footer span {
    white-space: normal;
}

.courses-aside-card {
    border: 2px solid rgb(237, 239, 247);
    border-radius: 5px;
    padding: 30px 30px 25px;
    margin-bottom: 30px;
}

.courses-card.courses-aside-card {
    border: 2px solid rgb(237, 239, 247);
    border-radius: 5px;
    padding: 0px 0px 25px;
    margin-bottom: 30px;
}

.courses-aside-card-padding {
    padding: 30px 30px 0px;
}

.courses-aside-card .badge {
    font-size: 18px;
    white-space: normal;
    border-radius: initial;
}

.courses-aside-card h5 a {
    font-size: 16px;
    color: #0a0a0a;
    padding: 0;
}

.courses-aside-card h5 a:hover {
    color: #0a0a0a;
    text-decoration: none;
}

.open-aside-accordion {
    padding: 10px 0 0;
}

.open-aside-accordion li a {
    font-family: "CirceRegular";
    font-size: 15px;
    color: rgb(79, 79, 79);
    line-height: 2.667;
}

.open-aside-accordion li a span {
    font-size: 14px;
    color: rgb(193, 193, 193);
}

.see-more {
    color: #c75533;
    font-family: 'CirceRegular', sans-serif;
    font-size: 15px;
}

.see-more:hover {
    color: #333333;
}

.see-more i {
    padding-right: 10px;
}

.tags-title {
    font-size: 20px;
    font-weight: 600;
    color: #0a0a0a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.tags-list {
    padding: 0;
    margin: 0;
}

.tags-list li {
    display: inline-block;
    border-radius: 15px;
    background-color: rgb(237, 239, 247);
    height: 26px;
    margin-bottom: 15px;
    padding: 0px 25px;
    margin-right: 8px;
}

.tags-list li a {
    font-size: 13px;
    font-family: "CirceRegular";
    color: rgb(79, 79, 79);
}

.sure-title {
    color: #0a0a0a;
    margin: 15px 0 8px 70px;
}

.sure-paragraph {
    font-size: 15px;
    font-weight: 400;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
}

/* Events */

.events {
    padding: 20px 0 30px;

}

.main-page-section {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.card-event {
    margin-bottom: 20px;
    border: initial;
}

.card-event .card {
    border: none;
}

.card-event .wrap-card-image:before {
    border-radius: 5px;
}

.card-event .wrap-card-course-overlay {
    border-radius: 5px;
}

.card-event a.card:hover > .card-horizontal > .wrap-card-course-header > .wrap-card-course-overlay {
    opacity: 1;
    visibility: visible;
}

.card-event .img {
    width: 250px;
    height: 200px;
    min-height: 200px;
    min-width: 250px;
    background-position: center top;
    display: block;
    border-radius: 8px;
    position: relative;
    background-size: cover;
    background-position: center top;
}

.card-event {
    color: #7e7e7e;
}

.card-event .card-body {
    padding: 5px 5px 5px 10px;
}

.card-event .card-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}

.card-event a .card-text {
    font-size: 15px;
    color: #7e7e7e;
}

.card-event p {
    margin-bottom: 5px;
    text-align: left;
    color: #7e7e7e;
}

.card-event a:hover .card-title {
    color: #f15b4e;
}


.events-head .input-group-text {
    background-color: #373c59;
    color: #fff;
}

.datepicker-days .day {
    color: #f15b4e;
}

.datepicker-days .day.disabled {
    color: #777777;
}

.datepicker-days table tr td.active:active,
.datepicker-days table tr td.active.highlighted:active,
.datepicker-days table tr td.active.active,
.datepicker-days table tr td.active.highlighted.active,
.datepicker-days .day.active {
    background-color: #373c59;
    border-color: #373c59
}

.datepicker-days table tr td.active:active:hover,
.datepicker-days table tr td.active.highlighted:active:hover,
.datepicker-days table tr td.active.active:hover, .datepicker-days table tr td.active.highlighted.active:hover,
.datepicker-days table tr td.active:active:focus, .datepicker-days table tr td.active.highlighted:active:focus,
.datepicker-days table tr td.active.active:focus, .datepicker-days table tr td.active.highlighted.active:focus,
.datepicker-days table tr td.active:active.focus, .datepicker-days table tr td.active.highlighted:active.focus,
.datepicker-days table tr td.active.active.focus, .datepicker-days table tr td.active.highlighted.active.focus {
    background-color: #373c59;
    border-color: #373c59;
    color: #f15b4e;
}

.list-view {
    margin: 30px 15px;
}

.one-event {
    margin-bottom: 50px;
    width: 100%;
}

.one-event-img {
    display: block;
    position: relative;
    padding: 0;
    border-radius: 5px;
    width: 100%;
    height: 700px;
}

.one-event-img > img {
    display: block;
    border-radius: 5px;
    position: relative;
    width: 100%;
}

.one-event-img::before {
    content: '';
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 5px;
}

.one-event-img > div {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    max-width: 95px;
    right: 30px;
    text-align: center;
    font-weight: bold;
}

.one-event-img > div > h4 {
    font-size: 50px;
    font-family: "CirceRegular";
    margin-bottom: 0;
    text-align: center;
}

.one-event-img > div > p {
    font-size: 18px;
    font-family: "CirceRegular";
}

.one-event-info {
    font-size: 15px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
    padding-left: 50px;
    padding-right: 60px;
    margin-top: 30px;
}

.one-event-info > h3 > a {
    font-size: 22px;
    font-family: "CirceRegular";
    color: #0a0a0a;
    font-weight: 600;
}

.one-event-info-list {
    margin-top: 25px;
    padding-left: 0;
}

.one-event-info-list > li {
    list-style-type: none;
    margin-bottom: 20px;
}

.one-event-info-list > li > a {
    color: rgb(126, 126, 126);
}

.one-event-info-list > li > a > i {
    display: inline-block;
    width: 16px;
    margin-right: 8px;
}

/* One event page */

.event-page {
    padding-top: 60px;
}

.event-page-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #0a0a0a;
}

.event-image {
    width: 100%;
    height: 640px;
    background-position: center top;
    display: block;
    background-size: cover;
}

.event-timer {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #373c59;
    position: relative;
}

.event-timer ul {
    margin-bottom: 0;
    text-align: center;
    padding: 0;
}

.event-timer ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-family: "CirceRegular";
    color: rgb(255, 255, 255);
    text-align: left;
    text-transform: capitalize;
    width: 22%;
    text-align: center;
}

.event-timer ul li span {
    display: block;
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
}

.event-info {
    margin-top: 30px;
    color: #6f7074;
}

.event-info > h3 {
    font-size: 18px;
    color: #0a0a0a;
    margin-bottom: 15px;
}

.event-info > p {
    font-size: 15px;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    margin-bottom: 10px;
}

.event-info > p:last-child {
    margin-bottom: 30px;
}

.event-participants {
    margin-bottom: 30px;
}

.event-participants-title {
    font-size: 20px;
    color: #0a0a0a;
    margin-bottom: 50px;
}

.event-participants-card {
    text-align: center;
    margin-bottom: 20px;
}

.event-participants-card > img {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.event-participants-card > h4 {
    font-size: 18px;
    color: #0a0a0a;
    margin-bottom: 0;
    margin-top: 20px;
}

.event-participants-card > span {
    display: block;
    font-size: 15px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
}

.event-details h4 {
    font-size: 20px;
    font-family: "CirceRegular";
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 25px;
}

.event-details-list {
    padding-left: 0;
}

.event-details-list > li {
    list-style-type: none;
    font-size: 14px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
    margin-bottom: 20px;
}

.event-details-list > li > i {
    display: inline-block;
    width: 16px;
    margin-right: 8px;
}

/* One event page */

.event-page {
    padding-top: 60px;
}

.event-page-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #0a0a0a;
}

.event-timer {
    margin-top: 30px;
    margin-bottom: 20px;
}

.event-info > h3 {
    font-size: 18px;
    color: #0a0a0a;
    margin-bottom: 15px;
}

.event-info > p {
    font-size: 15px;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    margin-bottom: 10px;
}

.event-info > p:last-child {
    margin-bottom: 30px;
}

.event-participants {
    margin-bottom: 30px;
}

.event-participants-title {
    font-size: 20px;
    color: #0a0a0a;
    margin-bottom: 50px;
}

.event-participants-card {
    text-align: center;
    margin-bottom: 20px;
}

.event-participants-card > img {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.event-participants-card > h4 {
    font-size: 18px;
    color: #0a0a0a;
    margin-bottom: 0;
    margin-top: 20px;
}

.event-participants-card > span {
    display: block;
    font-size: 15px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
}

.event-details h4 {
    font-size: 20px;
    font-family: "CirceRegular";
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 25px;
}

.event-details-list {
    padding-left: 0;
}

.event-details-list > li {
    list-style-type: none;
    font-size: 14px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
    margin-bottom: 20px;
}

.event-details-list > li > i {
    display: inline-block;
    width: 16px;
    margin-right: 8px;
}

/* One-Course-page */

.course-info-headed {
    width: 100%;
    justify-content: space-between;
}

.course-info-headed-person > img {
    display: block;
    width: 50px;
    margin-right: 20px;
}

.course-info-headed-person > a {
    display: block;
    font-size: 15px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
    line-height: 1.2;
    margin-right: 20px;
}

.course-info-headed-share {
    font-size: 13px;
    font-family: "CirceRegular";
    color: rgb(255, 255, 255);
    line-height: 2.2;
    padding: 2px 14px;
    border-radius: 5px;
    background-color: rgb(36, 65, 231);
    text-align: center;
}

.course-info-headed-share > i {
    margin-right: 5px;
}

.course-info-title {
    font-size: 26px;
    color: #0a0a0a;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 6px;
}

.course-info-appraisal > a {
    font-size: 13px;
    font-family: "CirceRegular";
    color: rgb(255, 255, 255);
    padding: 6px 10px;
    border-radius: 5px;
    background-color: rgb(241, 91, 78);
    text-align: center;
    margin-right: 20px;
}

.course-info-appraisal > i {
    font-size: 13px;
    margin-right: 3px;
    color: rgb(250, 191, 183);
}

.course-info-students {
    margin-top: 15px;
    margin-bottom: 20px;
}

.course-info-students > a {
    font-size: 14px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
    margin-right: 20px;
}

.course-info-students > a > i {
    margin-right: 6px;
}

.course-info-video > iframe {
    border-radius: 5px;
    min-height: 540px;
    width: 100%;
}

.course-info-overview {
    margin-top: 20px;
}

.course-info-overview > ul {
    padding-left: 0;
}

.course-info-overview > h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 22px;
}

.course-info-overview > h4 {
    font-family: "CirceRegular";
    font-size: 18px;
    color: rgb(59, 59, 59);
    margin-bottom: 10px;
}

.course-info-overview > p {
    font-family: "CirceRegular";
    font-size: 15px;
    color: rgb(126, 126, 126);
    line-height: 1.6;
    margin-bottom: 20px;
}

.course-info-overview > ul > li {
    font-family: "CirceRegular";
    font-size: 15px;
    color: rgb(126, 126, 126);
    line-height: 2.8;
    margin-bottom: 0;
    padding-left: 10px;
    list-style-type: none;
    padding-left: 0;
}

.course-info-overview > ul > li > i {
    color: rgb(241, 91, 78);
    font-size: 14px;
    margin-right: 0.5em;
}

.course-info-text {
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

.course-info-btn {
    background-color: #fff;
    border: 2px solid #2441e7;
    border-radius: 5px;
    color: #2441e7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 20px;
    margin-bottom: 20px;
}

.course-info-btn:hover {
    background-color: #2441e7;
    color: #ffffff;
}

.course-info-massage {
    padding: 0;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    font-size: 15px;
    margin-top: 20px;
}

.course-info-massage-header {
    background-color: #f9fafc;
    padding: 20px;
}

.course-info-massage-header > img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    margin-right: 1em;
}

.course-info-massage-header > div > h5 {
    margin-bottom: 0;
}

.course-info-massage-header > div > small > a {
    color: #6f7074;
}

.course-info-massage-body {
    padding: 30px 20px 10px;
    font-size: 15px;
    font-family: 'CirceRegular', sans-serif;
}

.course-info-massage-footer {
    padding: 0 20px;
    border-top: 1px solid #eee;
}

.course-info-massage-footer > span {
    font-size: 14px;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    margin-left: 15px;
    display: inline-block;
}

.btn-permalink {
    float: right;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    margin: 0 0 0 8px;
    font-size: 14px;
    padding: .2rem .75rem;
    margin: 25px 0;
    display: inline-block;
}

.btn-permalink:hover {
    color: #fff;
    background-color: #393e43;
    border-color: #393e43;
}

.course-info-instructor h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 25px;
}

.course-info-instructor h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 25px;
}

.course-info-instructor-foto {
    width: 20%;
}

.course-info-instructor {
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    font-size: 15px;
}

.course-info-instructor-rating {
    padding-left: 15px;
}

.course-info-instructor-rating > li {
    list-style-type: none;
    margin-right: 12px;
}

.course-info-instructor-appraisal {
    padding-left: 15px;
}

.course-info-instructor-appraisal > li {
    list-style-type: none;
    margin-right: 12px;
}

.course-info-instructor-rating > li > i {
    font-size: 13px;
    margin-right: 3px;
    color: rgb(250, 191, 183);
}

.course-info-instructor-appraisal > li > i {
    margin-right: 6px;
}

.course-info-instructor > ol {
    padding-left: 16px;
}

.course-info-instructor > ol > li > a {
    color: rgb(79, 79, 79);
}

.course-info-instructor-name {
    font-size: 20px;
    font-family: "CirceRegular";
    color: #0a0a0a;
    margin-bottom: 0;
}

.course-info-instructor-skills {
    display: block;
    font-size: 14px;
    font-family: "CirceRegular";
    color: rgb(137, 137, 137);
    margin-bottom: 15px;
}

.course-info-instructor-list-title {
    margin-bottom: 0;
}

.course-info-instructor-list {
    padding-left: 15px;
}

.course-info-instructor-list > li > a {
    color: rgb(79, 79, 79);
}

.course-info-comments-wrap {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.course-info-comments-wrap:first-child {
    border: none;
    padding-top: 0;
}

.course-info-comments-wrap-img {
    display: block;
}

.course-info-comments-wrap-img > img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.course-info-comments-wrap-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0;
}

.course-info-comments-wrap-text > span {
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    font-size: 14px;
}

.course-info-comments-wrap-text > p {
    margin-top: 20px;
    font-size: 15px;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
}

.course-info-comments-wrap-text > p:last-child {
    padding-bottom: 10px;
}

.related-courses-title {
    font-size: 26px;
    color: #0a0a0a;
    margin-bottom: 30px;
}

.course-page {
    padding-top: 20px;
    padding-bottom: 30px;
}

.cource-price-title {
    font-size: 30px;
    font-family: "CirceRegular";
    color: #0a0a0a;
    font-weight: bold;
    text-align: center;
}

.cource-price-title > span {
    font-size: 15px;
    font-family: "CirceRegular";
    color: rgb(79, 79, 79);
}

.cource-price-title > small {
    font-size: 14px;
    font-family: "CirceRegular";
    color: rgb(193, 193, 193);
}

.cource-price-btn {
    color: #fff;
    background-color: rgb(241, 91, 78);
    display: block;
    margin: 23px auto;
    border: 2px solid rgb(241, 91, 78);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 27px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cource-price-btn:hover {
    background-color: #fff;
    color: rgb(241, 91, 78);
}

.cource-price-text {
    text-align: center;
    font-family: "CirceRegular";
    font-weight: 600;
    font-size: 11px;
    color: #0b0b0b;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cource-price-list {
    font-size: 15px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
    list-style-type: none;
    padding: 0;
}

.cource-price-list-item {
    padding-bottom: 20px;
}

.cource-price-list-item:last-child {
    padding-bottom: 0;
}

.cource-price-list-item > i {
    width: 23px;
    font-size: 18px;
    margin-right: 4px;
}

.course-features {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.course-features-title {
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #0a0a0a;
}

.course-features-list {
    /*color: #0a0a0a;*/
    font-family: "CirceRegular";
    font-size: 15px;
    list-style-type: none;
    padding-left: 0;
}

.course-features-list-item {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    padding-left: 30px;
    padding-right: 30px;
    color: #7e7e7e;
}

.course-features-list-item:last-child {
    border-bottom: none;
}

.course-features-list-item > span {
    float: right;
    color: rgb(126, 126, 126);
}

/* teachers */
.teachers .site-teacher-card {
    border: 2px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0;
    /* display: block; */
    -webkit-transition: all .3s ease 0s !important;;
    -moz-transition: all .3s ease 0s !important;;
    -o-transition: all .3s ease 0s !important;;
    transition: all .3s ease 0s !important;;
    position: relative;
    width: 100%;
    color: #555555 !important;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.teachers .site-teacher-card:hover, .site-teacher-card:focus {
    color: #333333 !important;
    text-decoration: none !important;;
    outline: none !important;;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 15%) !important;
    -moz-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15) !important;;
    box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 15%) !important;;
}

.teachers .site-teacher-card .card-header {
    background: #fff;
    border-bottom: none;
}

.owl-nav.disabled {
    /*display:block!important;*/
}

.owl-carousel.owl-theme .owl-prev, .owl-carousel.owl-theme .owl-next {
    background-color: #373c59 !important;
    color: #fff;
    height: 50px;
    line-height: 45px;
    position: absolute;
    top: 31%;
    width: 50px;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.owl-carousel.owl-theme .owl-prev:hover, .owl-carousel.owl-theme .owl-next:hover {
    color: #f15b4e;
}

.owl-carousel.owl-theme .owl-prev {
    left: -35px;
}

.owl-carousel.owl-theme .owl-next {
    right: -35px;
}

/* events */
.events h3 {
    display: inline-block;
    font-family: "CirceRegular";
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #373c59;
}

.main-page-title {
    margin-bottom: 50px;
    text-align: center;
}

.main-page-title h3 {
    display: inline-block;
    font-family: "CirceRegular";
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #373c59;
}

.main-page-title h2 {
    text-align: center;
    color: #0a0a0a;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}

.main-page-title p {
    font-family: 'CirceRegular', sans-serif;
    text-align: center;
    color: #6f7074;
    font-size: 15px;
    margin-bottom: 20px;
}


/* contact page */
.contact_localtion {
    position: relative;
    margin-bottom: 80px;
}

.contact_localtion .icon {
    color: #0a0a0a;
    font-size: 45px;
    width: inherit;
    height: inherit;
}

.contact_localtion h4 {
    font-size: 22px;
    font-family: "CirceRegular";
    font-weight: 600;
    color: #0a0a0a;
    line-height: 1.2;
}

.contact_localtion p {
    font-size: 15px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
    margin-bottom: 0;
}

.form_grid h4 {
    font-size: 22px;
    font-family: "CirceRegular";
    font-weight: 600;
    color: #0a0a0a;
    line-height: 1.2;
}


.form_grid p {
    font-size: 15px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
    line-height: 2.667;
}

.form_grid .contact_form .form-group label {
    font-size: 14px;
    font-family: "CirceRegular";
    color: #0a0a0a;
    line-height: 1.2;
}

.form_grid .contact_form input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgba(196, 14, 117, 0);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    height: 48px;
}

.form-control {
    font-size: 14px;
    font-family: 'CirceRegular', sans-serif;
    padding: 0 20px;
}

.btn-thm {
    border-color: var(--main-color);
    color: var(--main-color);
}

.btn-thm.white:hover, .btn-thm.white:active, .btn-thm.white:focus {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.btn-thm:hover, .btn-thm:active, .btn-thm:focus {
    background-color: #ffffff;
    border-color: var(--main-color);
    color: #2441e7;
}

/* Blog */

.blog-featured-posts {
    padding: 60px 0;
    background-color: #fafafa;
}

.blog-feature > h2 {
    font-family: "CirceRegular";
    font-size: 26px;
    color: #0a0a0a;
    margin: 0 auto 60px;
    font-weight: 600;

}

.blog-feature-body-card {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.blog-feature-body-card-img {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-feature-body-card-img > img {
    display: block;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

.blog-feature-body-card:hover > .blog-feature-body-card-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-feature-body-card-img::before {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 5px;
}

.blog-feature-body-card > span {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 9;
}

.blog-feature-body-card-overlay {
    position: absolute;
    border-radius: 5px;
    color: #fff;
    bottom: 20px;
    left: 30px;
    position: absolute;
    z-index: 9;
}

.blog-feature-body-card-overlay p {
    opacity: 0.8;
    font-size: 13px;
    font-family: 'CirceRegular', sans-serif;
}

.blog-feature-body-card-overlay h4 {
    font-size: 18px;
}

.site-blog {
    padding-top: 20px;
    padding-bottom: 30px;
}

.site-blog-title {
    font-size: 30px;
    color: #0a0a0a;
    font-weight: 700;
    margin-bottom: 20px;
}

.site-blog-card {
    margin-bottom: 30px;
}

.site-blog-card-img::before {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 5px;
}

.site-blog-card-img {
    border-radius: 5px;
    position: relative;
}

.site-blog-card-img > img {
    width: 100%;
    border-radius: 5px;
}

.site-blog-card-link {
    font-size: 14px;
    font-family: "CirceRegular";
    color: rgb(250, 250, 250);
    left: 30px;
    position: absolute;
    top: 30px;
}

.site-blog-card-overlay {
    position: absolute;
    bottom: 30px;
    font-weight: bold;
    max-width: 95px;
    right: 30px;
    text-align: center;
}

.site-blog-card-overlay > h4 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}

.site-blog-card-overlay > span {
    font-size: 18px;
    font-family: "CirceRegular";
    color: rgb(255, 255, 255);
}

.site-blog-card-info {
    padding: 20px 25px;
}

.site-blog-card-info > h3 {
    margin-bottom: 15px;
}

.site-blog-card-info > h3 > a {
    font-size: 20px;
    font-family: "CirceRegular";
    font-weight: 600;
    color: #0a0a0a;
}

.site-blog-card-info-text {
    font-size: 15px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
    line-height: 1.6;
    margin-bottom: 0;
}

.search-courses {
    margin-bottom: 30px;
}

.search-courses input.form-control {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    flex: 1;
    height: 48px;
    padding-left: 20px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 9%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px !important;
}

.search-courses button {
    color: #fff;
    background-color: #373c59;
    border-color: #373c59;
    margin: 0 !important;
}

.search-courses button:hover {
    background-color: #f15b4e;
    border-color: #f15b4e;
}

.blog-recent-posts {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(238, 238, 238);
    border-radius: 5px;
    background-color: rgba(243, 243, 246, 0);
    padding: 30px 20px 30px 30px;
    margin-bottom: 30px;
}

.blog-recent-posts .title {
    font-size: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "CirceRegular";
    font-weight: 600;
    color: #0a0a0a;
    line-height: 1.2;
}

.blog-recent-posts .recent-post {
    margin-bottom: 30px;
}


.blog-recent-posts .recent-post-body .post-title {
    font-size: 16px;
    font-family: "CirceRegular";
    color: #212121;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-recent-posts .recent-post-body .ccn-img-surround {
    overflow: hidden;
    height: 80px;
    width: 90px;
    margin-right: 1rem;
    border-radius: 8px;
}

.blog-recent-posts .recent-post-body span {
    font-size: 14px;
    font-family: "CirceRegular";
    color: rgb(123, 123, 123);
    line-height: 1.2;
}

.blog-recent-posts img {
    height: 100%;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 20px;
}

.category .site-blog-card-info-text {
    /* max count lines */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.site-blog-card-info-icons {
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    font-size: 15px;
}

.site-blog-card-info-icons > i {
    margin-right: 8px;
}

.site-blog-card-info-icons > span {
    margin-right: 20px;
}

.recent-posts {
    padding-left: 0;
}

.recent-posts-img > img {
    max-width: 90px;
    margin-right: 1rem;
    border-radius: 8px;
}

.recent-posts > li {
    list-style-type: none;
    margin-bottom: 30px;
}

.recent-posts-text {
    -ms-flex: 1;
    flex: 1;
}

.recent-posts-text > h5 {
    font-size: 16px;
    font-family: "CirceRegular";
    color: #212121;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 400;
}

.recent-posts-text > h5 > a {
    font-size: 16px;
    font-family: "CirceRegular";
    color: #212121;
    line-height: 1.5;
    margin-bottom: 0;
}

.recent-posts-text > span {
    font-size: 14px;
    font-family: "CirceRegular";
    color: rgb(123, 123, 123);
    line-height: 1.2;
}

/* FAQ page */

.faq-page {
    padding-top: 20px;
    padding-bottom: 60px;
}

.faq-page-search > input {
    margin-bottom: 30px;
}

.faq-page-accordion-title {
    margin-bottom: 30px;
    font-size: 20px;
    color: #0a0a0a;
    margin-top: 30px;
}

.faq-page-accordion-title:first-child {
    margin-top: 0;
}

.faq-page-accordion {
    width: 100%;
}

.faq-page .panel-title{
    margin-bottom: 1rem;
}

.faq-page-accordion-panel-title > a {
    font-size: 16px;
    color: #0a0a0a;
}

/* About-us-page */

.about-us-page {
    padding-top: 20px;
    padding-bottom: 60px;
}

.about-us-page-preview-text {

}

.about-us-page-preview-text > h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0a0a0a;
}

.about-us-page-preview-text > p {
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    font-size: 15px;
}

.about-us-page-preview-text-black {
    color: #222222 !important;
}

.about-us-page-preview-img {
    border-radius: 5px;
}

.about-us-page-preview-img > img {
    border-radius: 5px;
    width: 100%;
}

.about-us-page-story-title {
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 700;
    color: #0a0a0a;
    padding-top: 60px;
    text-align: center;
}

.about-us-page-story-list {
    padding-left: 0;
}

.about-us-page-story-item {
    list-style: none;
    margin-bottom: 20px;
}

.about-us-page-story-item > p {
    font-size: 15px;
    font-family: "CirceRegular";
    color: rgb(126, 126, 126);
    line-height: 2.667;
}

.about-us-page-story-item > span {
    color: #0a0a0a;
    font-size: 22px;
    font-family: "CirceRegular";
    font-weight: 600;
    line-height: 1.2;
    margin: 0 auto;
}

.about-us-page-info-text {
    padding-top: 40px;
}

.about-us-page-info-text > h4 {
    color: #0a0a0a;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.about-us-page-info-text > p {
    margin-top: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
}

.popular-instructors {
    background-color: #f9fafc;
    padding: 60px 0;
}

.popular-instructors-title {
    font-size: 26px;
    font-weight: 700;
    color: #0a0a0a;
    text-align: center;
    margin-bottom: 30px;
}

.popular-instructors-card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .12);
    background-color: #ffffff;
    display: block;
    border: 2px solid #edeff7;
    border-radius: 5px;
    padding-top: 20px;
    text-align: center;
}

.popular-instructors-card > img {
    height: 120px;
    margin: 0 auto 20px;
    width: 120px !important;
    display: block;
}

.popular-instructors-card > h4 {
    color: #0a0a0a;
    margin-bottom: .5rem;
    font-size: 18px;
}

.popular-instructors-card > p {
    font-size: 15px;
    color: #555555;
    font-family: 'CirceRegular', sans-serif;
}

.popular-instructors-card-stars {
    margin-bottom: 20px;
}

.popular-instructors-card-stars > i {
    font-size: 13px;
    margin-right: 4px;
    color: rgb(250, 191, 183);
    font-size: 15px;
}

.popular-instructors-card-stars > i:last-child {
    margin-right: 0;
}

.popular-instructors-card-footer {
    border-top: 1px solid #eeeeee;
    margin-bottom: 0;
    padding: 10px 0 10px;
    color: #555555;
}

.team-train {
    background-image: url(../img/train.jpg);
    background-size: cover;
    padding: 130px 0;
    position: relative;
}

.team-train::before {
    content: "";
    background-color: #303853;
    opacity: .702;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.team-train-block {
    text-align: center;
}

.team-train-block > p {
    margin-bottom: 15px;
    font-family: 'CirceRegular', sans-serif;
    font-size: 16px;
}

.team-train-block > h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
}

.team-train-block > button {
    border: 2px solid rgb(241, 91, 78);
    border-radius: 25px;
    color: #fff;
    background: rgb(241, 91, 78);
    line-height: 47px;
    padding: 0 60px;
    font-size: 15px;
    display: block;
    margin: 0 auto;
}

.team-train-block > button:hover {
    border: 2px solid rgb(241, 91, 78);
    color: rgb(241, 91, 78);
    background-color: #ffffff;
}

.people-say {
    background-color: #f9fafc;
    padding: 60px 0;
    text-align: center;
}

.people-say-title {
    font-family: "CirceRegular";
    font-size: 26px;
    margin-bottom: 10px;
    color: #0a0a0a;
    font-weight: 700;
}

.people-say-text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
}

.people-say-carousel {
    width: 80%;
    margin: 0 auto;
}

.people-say-card {

}

.people-say-card-img > img {
    border-radius: 50%;
    width: 80px !important;
    height: 80px;
    margin: 10px 0 30px;
    border: 3px solid #fff;
    display: inline !important;
}

.people-say-card > h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #0a0a0a;
}

.people-say-card > span {
    font-size: 13px;
    color: #303853;
    font-family: 'CirceRegular', sans-serif;
}

.people-say-card > p {
    font-size: 15px;
    line-height: 30px;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
    margin: 20px auto 0;
}

.newsletter {
    background-color: #f9fafc;
    padding: 60px 0;
    text-align: center;
}

.newsletter-title {
    font-family: "CirceRegular";
    font-size: 26px;
    margin-bottom: 10px;
    color: #0a0a0a;
    font-weight: 700;
}

.newsletter-text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #6f7074;
    font-family: 'CirceRegular', sans-serif;
}

.newsletter-form > input {
    font-size: 14px;
    font-family: 'CirceRegular', sans-serif;
    padding: 11px 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.newsletter-form > input:focus {
    outline: none;
}

.newsletter-form > button {
    border: 2px solid rgb(241, 91, 78);
    border-radius: 5px;
    color: #fff;
    background: rgb(241, 91, 78);
    padding: 8px 16px;
    font-size: 15px;
    display: inline-block;
}

.newsletter-form > button > i {
    margin-left: 5px;
}

.newsletter-form > button:hover {
    color: rgb(241, 91, 78);
    background: #fff;
}


/* Not Found */
.not-found {
    color: #000;
    margin: 0px auto 80px 0;
}

.error-page {
    margin: 100px auto;
}

/* NOTIFICATION */
.notification {
    top: 8rem;
    right: 20px;
    max-width: 40%;
}

/* page-menu */

.page-menu {

}

.page-menu .nav-item {
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}

.page-menu .nav-item:last-child {
    border-bottom: none;
}

.page-menu .nav-item a {
    color: #373c59 !important;
    padding: 0 !important;
}

.page-menu .nav-item > a.nav-link:hover {
    padding-left: 10px !important;
    transition: 0.5s;
    color: #f15b4e !important;

}


/**
ribbons
 */
.ribbon1 {
    position: absolute;
    top: -6.1px;
    right: 10px;
}

.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 10px solid #F8463F;
}

.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #F8463F;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
}

.ribbon1 span:before, .ribbon1 span:after {
    position: absolute;
    content: "";
}

.ribbon1 span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #F8463F;
}

.ribbon1 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #C02031;
}

.ribbon2 {
    width: 60px;
    padding: 10px 0;
    position: absolute;
    top: -6px;
    left: 25px;
    text-align: center;
    border-top-left-radius: 3px;
    background: #F47530;
}

.ribbon2:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #8D5A20;
    border-right: 6px solid transparent;
}

.ribbon2:before, .ribbon2:after {
    content: "";
    position: absolute;
}

.ribbon2:after {
    height: 0;
    width: 0;
    bottom: -29.5px;
    left: 0;
    border-left: 30px solid #F47530;
    border-right: 30px solid #F47530;
    border-bottom: 30px solid transparent;
}

.ribbon3 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 20px;
    background: #f15b4e;
}

.ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
}

.ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}

.ribbon3:after {
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #f15b4e;
}

.ribbon4 {
    position: absolute;
    top: 15px;
    padding: 8px 10px;
    background: #f15b4e;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, .3);
}

.ribbon4:before, .ribbon4:after {
    content: "";
    position: absolute;
}

.ribbon4:before {
    width: 7px;
    height: 100%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
}

.ribbon4:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: lightblue;
    border-radius: 5px 0 0 5px;
}

.ribbon5 {
    display: block;
    width: calc(100% + 20px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    background: #EDBA19;
    position: relative;
    top: 20px;
}

.ribbon5:before, .ribbon5:after {
    content: "";
    position: absolute;
}

.ribbon5:before {
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #cd8d11;
    border-left: 10px solid transparent;
}

.ribbon5:after {
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    border-top: 10px solid #cd8d11;
    border-right: 10px solid transparent;
}

.wrap {
    width: 100%;
    height: 188px;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
}

.wrap:before, .wrap:after {
    content: "";
    position: absolute;
}

.wrap:before {
    width: 40px;
    height: 8px;
    right: 100px;
    background: #4D6530;
    border-radius: 8px 8px 0px 0px;
}

.wrap:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 100px;
    background: #4D6530;
    border-radius: 0px 8px 8px 0px;
}

.ribbon6 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 3px #57DD43, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: #57DD43;
    text-align: center;
}

/* top-courses */

.like-course {
    background-color: #ffffff;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0a0a0a;
}

.like-course a {
    color: #0a0a0a;
}

.like-course a:hover {
    color: initial;
}

.like-course h5 {
    font-weight: 400;
    font-size: 18px;
}

.like-course img {
    width: 100%;
}

.like-course:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 35%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.35);
    -o-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.35);
    box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 35%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.like-course .thumb:before {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.like-course:hover .thumb .overlay:before {
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.like-course .thumb .overlay .tc_preview_course {
    bottom: 0;
    color: #ffffff;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

.like-course .thumb .overlay .tag, .like-course .thumb .overlay .tc_preview_course {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.like-course:hover .thumb .overlay .tag, .like-course:hover .thumb .overlay .tc_preview_course {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.like-course .thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}

.like-course .details {
    position: relative;
}

.like-course .details .tc_content {
    padding: 20px;
}

/** badges **/

.badge-primary {
    color: #000;
    background: #f15b4e;
    font-family: CirceLight;
    font-size: 14px;

}

.badge-dod-child {
    background-color: rgb(250, 191, 183);
}

.badge-dod-adult {
    background-color: rgb(146, 158, 188);
}

.badge-pk {
    background-color: rgb(235, 235, 236);
}


@media (min-width: 500px) {
    .ribbons-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ribbon {
        width: 48%;
    }
}


/** KARTIK GRIDVIEW **/
.border-success {
    border-color: var(--main-color) !important;
}

.bg-success {
    background-color: var(--main-color) !important;
}

.bg-success h3.panel-title {
    color: white !important;
    font-size: 1.75rem;
    font-weight: initial;
    line-height: initial;
}

.btn.btn-outline-secondary {
    color: initial;
}


.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__clear {
    top: initial;
    bottom: .4rem !important;
}

/* Media Queries */

@media (min-width: 0px) {
    .card-event .card-horizontal {
        display: block;
    }

    .card-event .img {
        width: 100%;
        height: 350px;
        margin-bottom: 15px;
    }
}

@media (min-width: 575.98px) {
    .footer-head div {
        text-align: left;
    }

    .footer-head h4 {
        margin-bottom: 20px;
    }

    .all-courses-head-item {
        flex-direction: row;
    }

    .wrap-search {
        margin: 0;
    }

    .wrap-search > input {
        width: 258px;
    }


}

@media (min-width: 767.98px) {
    .footer-menu {
        flex-direction: row;
        padding-top: 12px;
    }

    .footer-social ul {
        padding-top: 12px;
    }

    .all-courses-head {
        text-align: start;
    }

    .all-courses-head-item {
        justify-content: flex-end;
    }

    .courses-scrin-title > h2 {
        font-size: 25px;
    }

    .card-event .card-horizontal {
        display: flex;
    }

    .card-event .img {
        width: 250px;
        height: 200px;
        margin-bottom: 0px;
    }
}

@media (max-width: 991.98px) {
    .iconbox-wrap {
        display: none;
    }

    .main-menu li {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 90%;
        border-bottom: 1px solid #FFF;
        margin-left: 5%;
    }


}

@media (min-width: 991.98px) {
    .header {
        height: 620px;
    }

    .logo-plat::before {
        background-color: rgba(255, 255, 255, .2);
        bottom: 0;
        content: "";
        height: 60px;
        position: absolute;
        left: 210px;
        top: 8px;
        width: 1px;
    }

    .header nav {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .main-menu li {
        padding-top: 24px;
        padding-bottom: 22px;
    }

    .navbar {
        padding-top: 5px;
        padding-bottom: 0;
        top: 0;
    }

    .nav-login {
        display: none;
    }

    .entrance {
        display: inline;
    }

    .login i {
        margin-right: 20px;
        font-size: 20px;
    }

    h1 {
        font-size: 55px;
        padding-top: 170px;
    }

    .card-form {
        max-width: 370px;
        min-width: 320px;
    }

    button.navbar-toggler::before {
        display: none;
    }


    .card-form .form-group {
        width: 80%;
    }

    .card-form button {
        width: 80%;
    }

    .card-form input {
        width: 80%;
    }

    .iconbox-wrap {
        padding-top: 50px;
        display: block;
    }

    .iconbox {
        cursor: pointer;
        margin-top: 10px;
        transition: 0.4s;
    }

    .iconbox i {
        font-size: 35px;
        margin-right: 10px;
        padding-top: 4px;
    }

    .iconbox:hover {
        margin-top: 0px;
        margin-bottom: 10px;
        color: #b4b4b4;
    }

    .container {
        max-width: 1140px;
    }

    .our-courses {
        padding-top: 65px;
    }

    .about-us {
        padding-top: 90px;
    }

    .footer-logo {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-menu {
        font-size: 13px;
        flex-direction: row;
    }

    .footer-social ul {
        justify-content: space-between;
    }

    .footer-social li {
        font-size: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .faq-accordion {
        width: 80%;
    }

    div.scrollup {
        right: 30px;
        bottom: 30px;
        padding: 16px 22px;
        font-size: 22px;
        border-radius: 50%;
    }

    .courses-scrin-title > h2 {
        font-size: 35px;
    }

    .one-event-info {
        margin-top: 0;
    }

    /* Courses */
    .courses-scrin {
        height: 400px;
    }
}

@media (min-width: 1199.98px) {
    .login span {
        display: inline;
    }

    .our-courses {
        padding-top: 90px;
    }

    .login i {
        margin-right: 5px;
        font-size: 1rem;
    }

    .instructor a {
        display: block;
        /*height: 295px;*/
        /*width: 234px;*/
        /*margin-right: 30px;*/
        border-radius: 8px;
        position: relative;
        background-size: cover;
        background-position: center center;
    }
}

@media (min-width: 1350px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1599.98px) {
    nav ul li a {
        padding-left: 30px;
    }
}
