body {
    font-family: Libre Baskerville, sans-serif;
    font-size: 14px;
    font-style: normal;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: Frank Ruhl Libre, sans-serif;
    font-weight: 700;
    font-style: normal;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="tel"], input[type="range"],
input[type="date"], input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    padding: 6px 12px !important;
}

.table-bordered > thead > tr > th {
    border-bottom: none !important;
    border-bottom-width: 0 !important;
    vertical-align: middle !important;
    text-align: center !important;
}

.header-four .main-menu {
    background-color: #fff;
}

.header-four .main-menu .navbar {
    margin: 0px;
    border: none;
}

.header-four .main-menu .navbar .container {
    display: block;
}

.header-four .main-menu .navbar-brand {
    padding: 15px;
    outline: none;
}

.header-four .main-menu .navbar-collapse {
    max-height: 250px;
}

.header-four .main-menu .navbar-nav {
    flex-direction: row;
}

.header-four .main-menu ul li a {
    font-family: Libre Baskerville, sans-serif;
    font-size: 16px;
    font-style: normal;
}

.header-four .main-menu .nav > li:nth-child(1) a {
    color: #e84b3a;
}
.header-four .main-menu .nav > li:nth-child(2) a {
    color: #ffc000;
}
.header-four .main-menu .nav > li:nth-child(3) a {
    color: #fc7f0c;
}
.header-four .main-menu .nav > li:nth-child(4) a {
    color: #92278f;
}
.header-four .main-menu .nav > li:nth-child(5) a {
    color: #14b7f1;
}
.header-four .main-menu .nav > li:nth-child(6) a {
    color: #ee257c;
}
.header-four .main-menu .nav > li:nth-child(7) a {
    color: #8dc63f;
}
.header-four .main-menu .nav > li:nth-child(8) a {
    color: #a40202;
}

.owl-carousel .item {
    height: 70vh;
    position: relative;
}
.owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-carousel .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}
.owl-carousel .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}
.owl-carousel .item .cover .header-content.center {
    padding: 50px 250px;
    text-align: center;
}
.owl-carousel .item .cover .header-content.center h1,
.owl-carousel .item .cover .header-content.center h2,
.owl-carousel .item .cover .header-content.center h4 {
    color: #000;
}
.owl-carousel .item .cover .header-content h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    /* color: #fff; */
    margin: 0;
}
.owl-carousel .item .cover .header-content h1 {
    font-style: normal;
    font-size: 56px;
    font-weight: 600;
    word-spacing: 3px;
    /* color: #fff; */
}
.owl-carousel .item .cover .header-content h4 {
    font-style: normal;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    /* color: #fff; */
    margin: 0;
}
.owl-carousel .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.owl-carousel .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.owl-carousel .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.owl-carousel .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.owl-carousel .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
.owl-carousel .owl-nav .owl-prev:focus {
    outline: 0;
}
.owl-carousel .owl-nav .owl-prev:hover {
    background: #000 !important;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.owl-carousel .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
.owl-carousel .owl-nav .owl-next:focus {
    outline: 0;
}
.owl-carousel .owl-nav .owl-next:hover {
    background: #000 !important;
}
.owl-carousel:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
.owl-carousel:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.page-header {
    position: relative;
    background-image: url('../../img/template/about-bg.jpg');
}

.page-header .overlay {
    padding: 70px 0 60px 0 !important;
}

.content-description {
    padding: 100px 0px;
}

.content-description p {
    margin: 0.5rem;
    color: #000;
}

.content-description p.subtitle {
    margin-bottom: 1rem;
    font-weight: bold;
}

.teacher-card {
    padding: 15px;
}

.teacher-card .rounded-circle {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 15px;
    object-fit: cover;
}

.teacher-card .info {
    float: left;
    width: 50%;
}

.teacher-card .body {
    margin-top: 20px;
}

.teacher-card .body .motto {
    font-weight: 700;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.partner-item .card-body {
    padding: 20px;
}

.partner-item h4 {
    margin-bottom: 10px;
}

.partner-item p {
    margin-bottom: 8px;
}





.facility-item {
    padding: 5px;
}

.facility-item img {
    width: 70px;
    margin-top: 15px !important;
}

.facility-item.red-theme > span {
    background-color: #e84b3a !important;
}
.facility-item.red-theme > h4 {
    color: #e84b3a !important;
}

.facility-item.yellow-theme > span {
    background-color: #ffc000 !important;
}
.facility-item.yellow-theme > h4 {
    color: #ffc000 !important;
}

.facility-item.orange-theme > span {
    background-color: #fc7f0c !important;
}
.facility-item.orange-theme > h4 {
    color: #fc7f0c !important;
}

.facility-item.purple-theme > span {
    background-color: #92278f !important;
}
.facility-item.purple-theme > h4 {
    color: #92278f !important;
}

.facility-item.blue-theme > span {
    background-color: #0fbaf4 !important;
}
.facility-item.blue-theme > h4 {
    color: #0fbaf4 !important;
}

.facility-item.pink-theme > span {
    background-color: #ee257c !important;
}
.facility-item.pink-theme > h4 {
    color: #ee257c !important;
}

.facility-item.green-theme > span {
    background-color: #88c87b !important;
}
.facility-item.green-theme > h4 {
    color: #88c87b !important;
}

.classes .class-item .schedule li {
    width: 100% !important;
}

.classes .class-item .schedule li a {
    color: #92278f;
    text-decoration: none;
}
