/****************************************************************************************
*     Copyright (C) Chukwujiobi Canon, chukwujiobicanon@gmail.com - All Rights Reserved.
*     This file is part of The King's Heart School Software.
*     Unauthorized copying of this file, via any medium is strictly prohibited.
*     Proprietary and confidential.
****************************************************************************************/

:root {
     --milk: #FDFFF5;
     --light-gray: #ECECEC;
     --black: #1F1F1F;
     --deep-gray: #666666;
     --white: #FFF;
}

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: var(--deep-gray);
     font-size: 32px;
     font-family: Dongle__subset, sans-serif;
     line-height: 1;
     font-weight: normal;
}

a {
     color: var(--black);
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}


h2,
h3,
h4 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     color: var(--black);
     margin: 0
}

h2 {
     font-size: 44px;
}

h3 {
     font-size: 40px;
}

h4 {
     font-size: 36px;
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}


h2 a,
h3 a,
h4 a {
     color: var(--black);
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 32px;
}

a {
     color: var(--black);
     text-decoration: none;
     outline: none !important;
}

a {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     color: var(--black);
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.e_flex {
     display: flex;
     align-items: center;
     flex-wrap: nowrap;
}

div.d_flex.row {
     justify-content: space-between;
}

.carousel-control-prev
.carousel-control-next 
svg {
     width: 6rem;
     height: auto;
}

.text_align_center {
     text-align: center;
}

.img_responsive {
     width: 200%;
     height: 200%;
}

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

.header {
width: 100%;
background:#fff0;
height: 107px;
padding: 27px 30px;
position: absolute;
z-index: 999;
}

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 15px 30px;
     color: var(--black);
     font-size: 34px;
     font-weight: 400;
     border-radius: 30px;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
     background: var(--light-gray);
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active {
     color: #fff;
     background: var(--deep-gray);
}

.full_bg {
     background: #fff;
}

.slider_main {
     padding-top: 6%;
}

.relative {
     left: 0;
     right: 0;
     text-align: left;
     position: inherit;
}

.carousel-indicators {
     bottom: 0;
}

.carousel-item {
     min-height: 240px;
     height: 100%;
     width: 100%;
}

.board {
     max-width: 474px;
     width: 100%;
     padding-left: 2%;
}

.relative h3 {
     padding-top: 60px;
     font-size: 100px;
     color: #2b2b2b;
     font-weight: bold;
     padding-bottom: 60px;
     line-height: 0.8;
}

.slider_main .carousel-indicators {
     display: none;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
     width: 66px;
     height: 66px;
     background-color: var(--deep-gray);
     color: var(--white);
     font-size: 32px;
     opacity: 1;
     border-radius: 50px;
     top: 100%;
}

#carouselExampleIndicators .carousel-control-prev {
     left: 4%;
}

#carouselExampleIndicators .carousel-control-next {
     right: inherit;
     left: 10%;
}

#carouselExampleIndicators .carousel-control-next:hover,
#carouselExampleIndicators .carousel-control-prev:hover {
     background-color: var(--light-gray);
     color: var(--white);
}

.class {
     padding: 140px 0px 60px 0px;
}

.class .titlepage p {
     font-size: 32px;
     padding-top: 15px;
     color: #2b2b2b;
}

.class_box {
     border-radius: 30px;
     background: var(--deep-gray);
     transition: ease-in all 0.5s;
     padding: 30px 20px 30px 20px;
     height: 100%;
}

.class_box h4 {
     color: #fff;
     font-size: 40px;
     transition: ease-in all 0.5s;
     font-weight: bold;
     padding: 30px 0;
}

.class_box p {
     color: #fff;
     font-size: 32px;
     transition: ease-in all 0.5s;
}

.margi_bottom {
     margin-bottom: 30px;
}

.about .titlepage {
     padding-bottom: 0;
     max-width: 554px;
     float: right;
}

.about .titlepage h2 {
     padding-bottom: 30px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 32px;
     padding-bottom: 29px;
}

svg.lotus {
     width: 100%;
}

.skating {
     background: #fff;
     padding: 90px 30px 90px 30px;
}

.skating .titlepage p {
     padding-top: 15px !important;
     font-size: 32px;
     color: #262626;
}

.carousel-indicators {
     display: none;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

address.conta {
     padding-top: 12px;
}

address.conta a {
     padding-bottom: 22px;
     font-size: 38px;
     display: flex;
     flex-wrap: nowrap;
     align-items: center;
}

address.conta a svg {
     width: 24px;
     height: auto;
     fill: var(--black);
}

span.icon {
     display: flex;
     align-items: center;
}