
.navbar.nav{
    background: #ebeef27d;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
@media (min-width: 576px){
    .navbar-expand-sm {
        margin: 0 auto !important;
        padding: 1rem 10rem;
    }
}
.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
#main-navbar {
    background-color: #ebeef2;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: #e65728 !important;
    position: relative;
    background: unset !important;
}
.nav-pills .nav-link {
    color: unset;
    font-weight: 700;
}
.nav-pills .nav-link.active::after{
    content: "•";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    text-align: center;
}
div.hero{
    background: #103e79;
    color: #fff;
    width: 100%;
}
.tamayoz{
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}


.tamayoz-header{
    font-size: 25px;
    font-weight: 700;
    color: #1f2b89;
}
.tamayoz-header-span {
    color: #e65728
}
.tamayoz-p {
    margin: 30px auto;
    text-align: center;
    width: 80%;
    position: relative;
}
.tamayoz-p-span{
    position: absolute;
    font-size: 60px;
    color: #e65728;
    font-family: fangsong;
}
.tamayoz-p-span:first-of-type{
    transform: rotateX(180deg);
    top: -50px;
    right: -25px;
}
.tamayoz-p-span:last-of-type{
    transform: rotateZ(180deg);
    bottom: -50px;
    left: -25px;
}
span.pink{
    color: #e65728;
}
.dealwithstudents,.achievements,.places {
    font-size: 20px;
    text-align: center;
}
h2.section-title {
    font-size: 30px;
    font-weight: 600;
    color: #1f2b89;
}
@media screen and (max-width: 767px){

    #achievements > div.container.row > div.col-md-6:nth-of-type(2){
        margin-top: 11rem !important;
    }
}

img.z-index-carousel {
    position: absolute;
    width: 50%;
}
img.z-index-carousel:first-of-type{
    top: 10px;
    left: 10px;
}
img.z-index-carousel:nth-of-type(2){
    top: -10px;
    left: 45px;
}
img.z-index-carousel:nth-of-type(3){
    top: 35px;
    left: -25px;
}
#achievements img.z-index-carousel:first-of-type{
    right: 10px;
}
#achievements img.z-index-carousel:nth-of-type(2){
    right: 45px;
}
#achievements img.z-index-carousel:nth-of-type(3){
    right: -25px;
}
.cards{
    width: 75%;
    margin: 10px auto;
}
.cards .card{
    background-color: #103e79;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    margin: .5rem;
}
.card .card-body p.card-text{

    background-color: #ff6148;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    border-radius: 15px;
    position: absolute;
    bottom: 20%;
    left: 20%;
}
#student > img,#parent > img  {
    width: 80%;
    padding: 2%;
    margin: 10px auto;
}
#contact {
    background-color: #103e79;
    margin-top: 5rem;
    position: relative;
}
#contact > div.card {
    width: 70%;
    margin: -8rem auto;
    padding: 3rem 0;
    border: 0;
    background-color: #1d4b8c;
    color: #fff;
}
#contact  h2.card-title {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 20px;
}
#contact input.form-control {
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid #fff;
    width: 70%;
    border-radius: 0;
    color: #fff;
}
#contact input.form-control:focus{
    box-shadow: unset;
}
#contact input.form-control::placeholder {
    color: #ffffffb3;
}
#contact button.btn.btn-success.submit-btn {
    padding: 0.5rem 6.5rem;
    background: linear-gradient(75deg, rgba(250,148,82,1) 3%, rgba(240,95,72,1) 59%);
}
#contact .reserve{
    margin-top: 10rem;
}
#contact .reserve > h2 {
    color: #fff;
    text-align: center;
}
#contact div.login .row a{
    background: linear-gradient(75deg, rgba(250,148,82,1) 3%, rgba(240,95,72,1) 59%);
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    margin: 20px;
    font-weight: 700;
}
span.grey-span {
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 600;
    color: gray;
    margin: 10px;
    display: block;
}


.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 350px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
