/*
Author: Ovalspace
Author URL: https://www.ovalspace.co
*/
html,
body {
    font-family: 'Poppins', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
    background: #f5f7f8;
}
body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

:root {
    --bhue: 275; 
    --bsat: 86;
    --blig: 36;
    --light:hsl(var(--bhue), calc(var(--bsat)*1%), calc(var(--blig)*1%));
    --dark:hsl(var(--bhue), calc(var(--bsat)*1%), calc(var(--blig)*1% - 15%));
    --darkest:hsl(var(--bhue), calc(var(--bsat)*1%), calc(var(--blig)*1% - 35%));

    
        --color_player: #faa700;
        --color-light_player: #f5ede1;
        --dark_player: #a7a7a7;
        --dark_player: #8a8a8a;
        --darker_player: #303030;
        --sans-serif_player: 'Roboto', sans-serif;
    
  }

#logoImg {
    width:100px;
    height:64px;
}
* {
    margin: 0;
    padding: 0;
}
li { list-style-type: none; }

body a:hover { text-decoration: none; }

.navbar-default{
    transition:500ms ease;
    background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
}
.navbar-default.scrolled{
    background:#F5F7F8;
}
ul{
    list-style: none;
    padding: 0;
}
ul li{
    cursor: pointer;
}
  /***THE SIDENAV***/
  #menucontainer {
      display: none;
  }
    .menucontainer {
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color:rgb(238, 138, 238);
    margin: 6px 0;
    transition: 0.4s;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  
  }
  
  .sidenav a:hover{
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
/***THE SIDENAV***/
/***********************/
   
.btn:link,
.btn:visited{
  text-decoration: none;
  position:relative;
  top:0;
  left:0;
  padding-right:50px;
  padding-left:50px;
  border-radius:100px;
  display:inline-block;
  transition: all .5s;
}

.btn-white{
  background-color: #f3e6e0;
  color:#692304;
}

.btn-green{
    background-color: blueviolet;
    color:#f3e6e0;
  }

.btn:hover{
   box-shadow:0px 10px 10px rgba(0,0,0,0.2);
   transform : translateY(-3px);
}

.btn:active{
  box-shadow:0px 5px 10px rgba(0,0,0,0.2);
  transform:translateY(-1px);
}

.btn-bottom-animation-1{
  animation:comeFromBottom 1s ease-out .8s;
}

.btn::after{
  content:"";
  text-decoration: none;
  text-transform:uppercase;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  border-radius:100px;
  display:inline-block;
  z-index:-1;
  transition: all .5s;
}

.btn-white::after {
  background-color: #f3e6e0;
  color:#692304;
}

.btn-green::after{
    background-color: blueviolet;
    color:#f3e6e0;
  }

.btn-animation-1:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

@keyframes comeFromBottom{
  0%{
    opacity:0;
    transform:translateY(40px);
  } 
  100%{
    opacity:1;
    transform:translateY(0);
  }
}
/**********************/

/*******FONT SIZES*******/
.fs1 {
    font-size: 3.6em;
}

.fs2 {
    font-size: 3.1em;
}

.fs3 {
    font-size: 2.6em;
}

.fs4 {
    font-size: 2.1em;
}

.fs5 {
    font-size: 1.6em;
}

.fs6 {
    font-size: 1.1em;
}

.fsp {
    font-size: 1em;
}
/*******FONT SIZES*******/

/* header */

.navbar-light .navbar-brand {
    font-size: 1em;
    color: #000;
}

header h1 a span {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
    word-spacing: 5px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    text-transform: capitalize;
    color: rgb(238, 138, 238);
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgb(238, 138, 238);
    border-bottom: 1px solid rgb(238, 138, 238);
}
/*-- //header --*/

/***************THE SCROLLBAR STYLES*****************/
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #181434
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #482B4C;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #482B4C;
}
/***************THE SCROLLBAR STYLES*****************/


.music_video_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.music_video_grid > div{
    border: 1px solid black;
    background-color: black;
    height: 400px;
}

.iframe_v > iframe{
    width:100%;
    height:100%;
}

.width50 {
    width: 60%; 
    margin: auto; 
    margin-top: 50px;
}

/****###;###########################THE HOME PAGE STYLES################################****/
.gmArticle1 {
    height: 100vh; 
    width: 100%;
    display: block;
}
.gmArticle1_mobile {
    display: none;
}
/****###############################THE HOME PAGE STYLES################################****/

/****###############################THE ABOUT US PAGE STYLES################################****/
.sachi_art {
    padding:50px 50px;
}
.sachiArticle2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.sachiArticle2 > div:first-child {
    display: flex;
    align-items: center;
}
.sachiArticle2 > div:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
}
.sachiArticle2 > div:nth-child(2) > div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sachiArticle3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.sachiArticle3 > div:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
}
.sachiArticle3 > div:nth-child(2) {
    display: flex;
    align-items: center;
}

.sachiArticle3 > div:first-child > div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/****###############################THE ABOUT US PAGE STYLES################################****/

/***************THE CONTACT US PAGE*****************/
.olevel_adm_form1 {
    background-image: linear-gradient(rgba(3, 0, 3, 0), rgba(34, 3, 34,1)), url('../images/Sachi.jpg');
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 50%;
    float: left;
    padding: 5%;
    color: white;
    display: flex;
    align-items: flex-end;
}

.olevel_adm_form2 {
    background-color: #f3e6e0;
    height: 100vh;
    width: 50%;
    float: right;
    padding: 5%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
input,
select {
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
/***************THE CONTACT US PAGE*****************/

.item > div {
    width:100%; 
    position: absolute; 
    bottom:0px;
    padding-bottom: 10px; 
    background-image: linear-gradient(rgba(3, 0, 3, 0), rgba(34, 3, 34,1)); 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

/****###############################THE TEAMSECTION STYLES################################****/
.teamArticle1 {
    /* background-color: black; */
    background-image: linear-gradient(rgba(34, 3, 34,0.4), rgba(34, 3, 34)), url('../images/teamimage2.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 100%;
    color: rgb(216, 206, 206);
}

.teamImage > img{
    width: 165px; 
    height: 165px; 
    object-fit: cover; 
    border-radius: 50%;
}

.teachersArticle2 {
    background-color: rgb(34, 3, 34);
    color: rgb(216, 206, 206);
    height: 100%;
}

.teachers_grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 10px;
}

.teachers_grid > div{
background-color: transparent;
padding:30px 20px;
cursor:pointer;
}
.teachers_grid > div:hover{
    -webkit-box-shadow: 1px 2px 168px -1px rgba(224,121,224,1);
    -moz-box-shadow: 1px 2px 168px -1px rgba(224,121,224,1);
    box-shadow: 1px 2px 168px -1px rgba(224,121,224,1);
}
.teamVideo {
    padding: 100px;
}
/****###############################THE TEAMSECTION STYLES################################****/


/***************THE CONTACT US PAGE*****************/

.navbar {
    padding: 0.5rem 0.5rem;
}
/*-- text Slider --*/

#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.events {
    list-style: none;
}
span.fa.fa-check.mr-2 {
    color: #0048ff;
}
/* video popup */
.button {
    padding: 8em 0em 0em;
}

.button a {
    padding: 10px 22px;
    display: inline-block;
    background: rgba(48, 42, 42, 0.85);
    border-radius: 11px;
    color: #ffffff;
    outline: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.button span {
    font-size: 20px;
    vertical-align: middle;
}
/* testimonials */

.carousel-indicators .active {
    background: rgb(236, 121, 236);
}

.content {
    margin-top: 20px;
}

.carousel-indicators li {
    background: #000;
    cursor: pointer;
}

.carousel-control {
    color: #fff;
    bottom: 0;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control .active {
    background: #31708f;
}

footer {
    background-color: #300830;
}
footer h3 {
    font-size: 1.5em;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
footer p {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 1.8em;
}
footer ul li {
    display: block;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    margin: 0.7em 0;
}
.footer-list i {
    padding-right: 10px;
    color: #ffa41f;
}
footer ul li a {
    color: #bfbfbf;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
footer ul li a:hover {
    color: #ffa41f;
}
footer ul li.hd {
    color: #0048ff;
}

.newsletter .email {
    background-color: #F4F4F4;
    border: none;
}
.newsletter .email {
    outline: none;
    padding: 13px 15px;
    color: #fff;
    font-size: 14px;
    width: 80%;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid #2d2d2d;
}
.newsletter {
    position: relative;
    margin-top: 2em;
}
button.btn1 {
    color: #fff;
    border: none;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    background: #eece19;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    cursor: pointer;
    width: 20%;
}
/*--//footer--*/

/*--/copyright--*/
.copyright ul li {
    display: inline-block;
    padding: 0 10px;
}
a.facebook {
    color: #fff;
    font-size: 16px;
}
a.facebook:hover {
    color: #0048ff;
}
.copyrighttop {
    float: right;
}
.copyrightbottom {
    float: left;
}
.copyright {
    background: #1a041a;
    color: #fff;
    border-top: 1px solid #1a041a;
}
.copyrightbottom p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.copyrightbottom a {
    color: #0048ff;
    text-decoration: none;
}
.copyrightbottom a:hover {
    color: #fff;
}
.copyrighttop h4 {
    font-size: 0.95em;
}
/*-- //what we do --*/

img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}

img.zoom-img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
.well {
    font-weight: 300;
    font-size: 14px;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.xs h3,
h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #fb5710;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

ol {
    margin-bottom: 44px;
}
/*-- //typography --*/

.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}

/* -- Responsive code -- */
@media screen and (max-width: 991px) {
    .navbar-toggler {
        padding: 0.2rem 0.5rem;
        background-color: #0048ff;
        border: none;
    }
    .navbar-nav .dropdown-menu {
        text-align: center;
    }
    .details-w3l {
        margin-top: 2em;
    }
    .footer-grid:nth-child(3),
    .footer-grid:nth-child(4) {
        margin-top: 1.5em;
    }
    .copyrighttop {
        float: none;
        text-align: center;
        margin-bottom: 0.5em;
    }
    .copyrightbottom {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .home h3 {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 414px) {
    .navbar-light .navbar-brand {
        font-size: 0.9em;
    }
    .navbar {
        padding: 0.5rem 0rem;
    }
}

@media screen and (max-width: 320px) {
    .navbar-light .navbar-brand {
        font-size: 0.8em;
    }
    .test-tooltip1:after {
        bottom: -6%;
    }
    .tex-t {
        padding: 3em 0em 0 1.5em;
    }
    .tex-t h4 {
        font-size: 18px;
    }
    .copyrightbottom p {
        letter-spacing: 0px;
        font-size: 14px;
        line-height: 25px;
    }
}

/*##Device = Laptops, Desktops##Screen = B/w 1025px to 1280px*/

@media (min-width: 1281px) {}


/*##Device = Laptops, Desktops##Screen = B/w 1025px to 1280px*/

@media (min-width: 1025px) and (max-width: 1280px) {}


/*##Device = Tablets, Ipads (portrait)##Screen = B/w 768px to 1024px*/
@media (min-width: 768px) and (max-width: 1024px) {
    #navspace {
        padding-left: 15px;
    }

    .footer-logo, .ftls{
        display: none;
    }

    #menucontainer {
        display: block;
    }
    /****###############################THE HOME PAGE################################****/
    .gmArticle1 {
        display: none;
    }
    .gmArticle1_mobile {
        display: block;
    }
    .carousel-item {
        padding-top:100px;
    }
    /****###############################THE HOME PAGE################################****/

    /****###############################THE ABOUT US PAGE STYLES################################****/

    /****###############################THE ABOUT US PAGE STYLES################################****/

}

/*##Device = Tablets, Ipads (landscape)##Screen = B/w 768px to 1024px*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #navspace {
        padding-left: 15px;
    }
    .footer-logo, .ftls{
        display: none;
    }

    #menucontainer {
        display: block;
    }
    /****###############################THE HOME PAGE################################****/
    .gmArticle1 {
        display: none;
    }
    .gmArticle1_mobile {
        display: block;
    }
    .carousel-item {
        padding-top:0px;
    }
    /****###############################THE HOME PAGE################################****/

/****###############################THE ABOUT US PAGE STYLES################################****/

/****###############################THE ABOUT US PAGE STYLES################################****/

    
    /*******FONT SIZES*******/
    .fs1 {
        font-size: 2.8em;
    }
    .fs2 {
        font-size: 2.3em;
    }
    .fs3 {
        font-size: 1.8em;
    }
    .fs4 {
        font-size: 1.5em;
    }
    .fs5 {
        font-size: 1.4em;
    }
    .fs6 {
        font-size: 0.9em;
    }
    .fsp {
        font-size: 0.8em;
    }
    /*******FONT SIZES*******/
}

/*##Device = Low Resolution Tablets, Mobiles (Landscape) ##Screen = B/w 481px to 767px*/
@media (min-width: 481px) and (max-width: 767px) {
    #navspace {
        padding-left: 15px;
    }

    .footer-logo, .ftls{
        display: none;
    }

    #menucontainer {
        display: block;
    }
    /****###############################THE HOME PAGE################################****/
    .gmArticle1 {
        display: none;
    }
    .gmArticle1_mobile {
        display: block;
    }
    .carousel-item {
        padding-top:0px;
    }
    /****###############################THE HOME PAGE################################****/

/****###############################THE ABOUT US PAGE STYLES################################****/

/****###############################THE ABOUT US PAGE STYLES################################****/

    
    /*******FONT SIZES*******/
    .fs1 {
        font-size: 2.8em;
    }
    .fs2 {
        font-size: 2.3em;
    }
    .fs3 {
        font-size: 1.8em;
    }
    .fs4 {
        font-size: 1.5em;
    }
    .fs5 {
        font-size: 1.4em;
    }
    .fs6 {
        font-size: 0.9em;
    }
    .fsp {
        font-size: 0.8em;
    }
    /*******FONT SIZES*******/
}

/*##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 479px*/
@media (min-width: 320px) and (max-width: 480px) {
    #navspace {
        padding-left: 15px;
    }

    .footer-logo, .ftls{
        display: none;
    }

    #menucontainer {
        display: block;
    }
    /****###############################THE HOME PAGE################################****/
    .gmArticle1 {
        display: none;
    }
    .gmArticle1_mobile {
        display: block;
    }
    .carousel-item {
        padding-top:0px;
    }
    /****###############################THE HOME PAGE################################****/

    /****###############################THE ABOUT US PAGE STYLES################################****/

    /****###############################THE ABOUT US PAGE STYLES################################****/
    /*******FONT SIZES*******/
    .fs1 {
        font-size: 1.9em;
    }
    .fs2 {
        font-size: 1.7em;
    }
    .fs3 {
        font-size: 1.5em;
    }
    .fs4 {
        font-size: 1.3em;
    }
    .fs5 {
        font-size: 1.1em;
    }
    .fs6 {
        font-size: 0.9em;
    }
    .fsp {
        font-size: 0.8em;
    }
    /*******FONT SIZES*******/

    .music_video_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    
    .music_video_grid > div{
        border: 1px solid black;
        background-color: black;
        height: 180px;
    }

    .width50 {
        width: 100%; 
        margin: auto; 
        margin-top: 50px;
    }

    /****###############################THE ABOUT US PAGE STYLES################################****/
    .sachi_art {
        padding:10px 10px;
    }
.sachiArticle2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 10px;
}
.sachiArticle2 > div:first-child {
    display: flex;
    align-items: center;
}
.sachiArticle2 > div:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
}

.sachiArticle3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    grid-auto-flow: row;
}
.sachiArticle3 > div:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
    grid-row: 2;
}
.sachiArticle3 > div:nth-child(2) {
    display: flex;
    align-items: center;
    grid-row: 1;
}

.sachiArticle3 > div:first-child > div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/****###############################THE ABOUT US PAGE STYLES################################****/
 /***************THE CONTACT US PAGE*****************/
 .olevel_adm_form1 {
        
    height: 100%;
    width: 100%;
    float: left;
    /* padding:5%; */
    padding-top: 200px;
    padding-bottom: 50px;
    color: white;
    display: flex;
    align-items: flex-end;
    text-align: center;
}
.olevel_adm_form2 {
    height: 100%;
    width: 100%;
    float: right;
    padding: 5%;
    display: flex;
    align-items: center;
    text-align: center;
}

/****###############################THE TEAMSECTION STYLES################################****/
.teachersArticle1 {
    /* background-color: black; */
    background-image: linear-gradient(rgba(34, 3, 34,0.6), rgba(34, 3, 34)), url('./images/Sachi2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    color: rgb(216, 206, 206);
}


.teachersArticle2 {
    background-color: rgb(34, 3, 34);
    color: rgb(216, 206, 206);
    height: 100%;
}

.teachers_grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}

.teachers_grid > div{
background-color: transparent;
padding:30px 20px;
cursor:pointer;
}

.teamImage > img{
    width: 100px; 
    height: 100px; 
    object-fit: cover; 
    border-radius: 50%;
}

.teamVideo {
    padding: 50px 20px 50px 20px;
}
/****###############################THE TEAMSECTION STYLES################################****/
}
/** MEDIA ENDS HERE***/