img{
    width: 100%;
}

a {
    color: #363636;
    text-decoration: none;
}

a:hover {
    color: #363636;
    text-decoration: none;
}
h2{
    font-size: 45px !important;
    text-align: center !important;
    color: #000e17 !important;
}
body {
padding: 0px;
margin: 0px;
overflow-x: hidden;
/* font-family: Roboto; */
}
.navbar {
    position: fixed !important;
   background: #ffffff !important;
    z-index: 999;
    width: 100%;
}

.navbar-brand{
   width: 185px;
}
.navbar-nav{
    margin-left: auto;
    width: 56%;
}
 nav.navbar.shrink {
    min-height: 35px;
    z-index: 999;
  }
  nav.shrink .navbar-brand  {
   width: 130px;
  }
.nav-link {
    color: #000e17;
}
.nav-item{
    padding: 0 5px;
}
.nav-link:hover{
    color: rgb(52, 105, 251);
}
.navbar-brand{
    margin-left: 110px;
}
.carousel-caption {
    bottom: 0;
    top: 30%;
}
.carousel-caption h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    font-family: Roboto;
    text-align: center;
}
.carousel-caption p{
font-size: 25px;
}
.main-head {
    padding: 100px 0 50px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
.navbar img .shrink {
  height: 85px;
  object-fit: cover;
}
.main-sub {
    /* font-family: Roboto ; */
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.boxes img {
    height: 90px;
    object-fit: contain;
}
.boxes{
    display: flex;
    margin: -100px auto 100px !important;
    text-align: center;
}
.boxes p{
    font-size: 19px;
    line-height: 1.7em;
}
.w-100 {
    width: 100%!important;
    height: 500px;
    object-fit: cover;
    width: 50%;
}
.abt-cnt{
    line-height: 1.8em;
}
.abt-img img{
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
}
.abt-img{
    height: 100%;
}
.abt-cnt h2{
    font-size: 35px;
    font-weight: 600;
}
.abt-cnt p{
    font-size: 18px;
}
.vision,.mission{
    background-color: #fff;
    box-shadow: 0px 0px 7px 1px #5b5b5b80;
    padding: 20px;
    border-radius: 25px 0;

}
.vision:hover,.mission:hover{
    transform: scaleY(1.1);
}
#welcome{
    text-align: center;
    margin: 65px 0 45px 0;
  
}
.img-title a{
    margin-left: 55px;
}
.vision h5,.mission h5{
    margin: 20px 0;
    font-size: 30px;
}
#trainer{
    margin: 80px 0;
    background-color: #000e17;
    padding: 55px 0 165px;
}
.sudeep-desc {
    margin-top: 40px;
    color: #fff;
    line-height: 1.9em;
}
.social{
    margin-top:25px;
    color: #fff;
}
.social a{
    color: #fff;
}
.social h5{
    margin-bottom: 15px;
}
.media li{
    list-style: none;
    margin: 15px;
}
.media{
    float: left;
}
.fa-brands {
    font-size: 30px;
    color: #fff;
}
.sudeep-desc li{
    margin-left: -17px;
}
.sudeep img{
   width: 90%;
   margin-left: -18px;
}
.fa-solid {
    font-weight: 900;
    margin-right: 22px;
}
.fa-linkedin-square{
 font-weight: 900;
    margin-right: 22px;
}
.education b{
    font-size: 18px;
}
.education h3{
    margin: 25px 0;
    font-weight:500;
    font-size: 22px;
}
.education {
    border: 1px solid #cecdcd;
    border-radius: 30px;
    width: 75%;
    padding: 10px 10px 25px 100px;
    background-color: #fff;
    display: block;
    margin: -225px auto 75px;
}
.activity2 h4, .activity2 li{
    color:#fff;
}
.activity1 h4, .activity1 li{
    color:#fff;
}
.activities{
    margin: 25px 0;
}
.education p{
    font-weight: 500;
    font-size: 17px;
}
#padagogy h2{
    margin: 45px 0px;
}
.fa-star {
    font-size: 20px;
}
#padagogy{
    margin: 40px 0;
}
.levels li{
    color: #000;
    font-weight: 500;
}
#programmes h2{
    margin: 30px 0;
}
#programmes h4{
    margin-bottom:  20px;
}
#programmes h5{
    margin-bottom:  25px;
}
#programmes h4{
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
    margin-top: 15px;
}
#programmes h3{
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center
}
#programmes {
    margin: 60px 0;
    background-color: #000e170a;
    padding: 45px 0;
}

button.accordion 
{
  width: 100%;
  margin-bottom: 10px;
  background-color: #000e170e;
  border: none;
  border-bottom: 1px solid #e0e0e070;
  box-shadow: 0px 4px 4px 1px #c8c2c297;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: 500;
  color: #000e17;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  font-family: FontAwesome;
  content: "\f103";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
}

button.accordion.is-open:after {
  content: "\f102";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #000e17cf;
  color: #fff;
}

.accordion-content {
  background-color: #f5f6f6;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding:0 20px ;
  max-height: 0;
  text-align: justify;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

#membership{
    margin: 55px 0 20px;
}
#membership img{
    height: 155px;
    object-fit: contain;
    margin-bottom: 50px;
}
#membership h2{
    padding-bottom: 65px;
}
#membership h2,#padagogy h2{
    font-weight: 600;

}
#contact{
    background-color: #000e17;
    padding: 40px 0;
}
#contact img{
    width:50%;
   padding-bottom: 15px;
}
.links a{
    color: #fff;
    display: block;
}
.links a:hover{
    color:rgb(63, 34, 251)
}
.links{
    margin-left: 75px;
    line-height: 2em;
}
.contact-us{
    border: none;
    border-bottom:1px solid #d4cfcf;
    padding-bottom: 35px;
    color: #fff;
}
.contact-us h5{
    padding-bottom: 15px;
}
.tisser{
    float: right;
}
.copyright{
    color: #fff;
    padding-top: 25px;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    color: rgb(245, 180, 30);
}
.cntct a{
    color: #fff;
}
#gallery img{
    height: 350px;
    object-fit: cover;
    margin: 10px;
}
#gallery{
    margin: 15px 0 60px;
}
#gallery h2{
    padding-bottom: 20px;
    font-weight: 600;
}
#slider.item {
    height: 300px;
    justify-content: center;
  }


  /* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media only screen and (max-width:767px) {
    .navbar-brand  {
     width: 110px;

    }
    .navbar-brand{
        margin-left: 0;
    }
    .navbar-toggler img{
        width: 25px;
    }
    
    .main-banner-content h1 {
        font-size: 30px;
    }
    .main-head {
        padding: 100px 0 24px;
    }
    .vision, .mission {
        margin-bottom: 16px;
    }
    .education {
        width: 95%;
        padding: 10px 10px 20px 10px !important;
        background-color: #fff;
        display: block;
        margin: -225px auto 75px;
    }
    #membership h2 {
        font-size: 20px;
        font-weight: 700;
    }
    #membership h2{
        padding-bottom: 0px;
    }
    #membership img {
        height: 96px;
        object-fit: contain;
    }
    h2{
        font-size: 28px !important;
    }
    .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 15px;
    }
    .links{
        margin-left: 0;
    }
    .tisser {
        float: left;
    }
    .boxes{
        margin: 30px auto 30px !important;   
    }
    .carousel-caption h1{
        font-size: 22px;
    }
    .carousel-caption p{
        font-size: 12px;
    }
    .copyright{
        text-align: center;
    }
    #gallery img {
        height: 350px;
        object-fit: cover;
        width: 80%;
        margin: 15px auto;
        display: block;
    }
    #trainer{
        padding: 12px;
    }
    .desc-head h1 {
     font-size: 28px;
     padding-bottom: 12px;
    }
    .fa-solid{
        margin-right: 5px;
    }
    .education{
        margin: -40px auto 75px;  
    }
    #programmes h3{
        font-size: 22px;
    }
    .carousel-inner img{
        height: 450px;
        object-fit: cover;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px){
    .navbar-brand {
        width: 175px;
    }
    .navbar-brand{
        margin-left: 10px;
    }
    .col-6 
    {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .vision, .mission {
        margin-bottom: 16px;
    }
    .education {
        width: 95%;
        padding: 10px 10px 20px 10px !important;
        background-color: #fff;
        display: block;
        margin: -225px auto 75px;
    }
    .abt-img img {
        padding-bottom: 31px;
    }
    .links {
        margin-left: 45px;
        line-height: 2em;
    }
    .boxes{
        margin: 30px auto 30px !important;   
    }
    .carousel-inner img{
        height: 700px;
        object-fit: cover;
    }
    .carousel-caption h1{
        font-size: 45px;
        padding: 15px 0 8px;
    }
    .carousel-caption p{
        font-size: 22px;
    }
}