@font-face {font-family: "AnoRegular-Regular";
  src: url("f43131678c264279a56ce9b2c4bf6dbb.eot"); /* IE9*/
  src: url("f43131678c264279a56ce9b2c4bf6dbb.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("f43131678c264279a56ce9b2c4bf6dbb.woff2") format("woff2"), /* chrome、firefox */
  url("f43131678c264279a56ce9b2c4bf6dbb.woff") format("woff"), /* chrome、firefox */
  url("f43131678c264279a56ce9b2c4bf6dbb.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("f43131678c264279a56ce9b2c4bf6dbb.svg#AnoRegular-Regular") format("svg"); /* iOS 4.1- */
}
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600&display=swap");
* {
  font-family: 'ano regular', ano regular;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  
}

body{
  background-color:white;
  
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: white;
}

html::-webkit-scrollbar-thumb {
  background: #0eb582;
}

section {
  padding: 5rem 10%;
}

.heading-link {
  text-align: center;
  /*background-color: #15392F;*/
  padding  : 50px;
  background-size: cover;
}

.heading-link h3 {
  margin-top: 100px;
  font-size: 6rem;
  text-transform: capitalize;
  color: white;
  font-weight: bold;
}

.heading-link p {
  font-size: 3rem;
  line-height: 2;
  color: white;
  margin-bottom: 50px;
}

.heading-link p a {
  color: white;
}

.heading-link p a:hover {
  text-decoration: underline;
  
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  text-transform: capitalize;
  color: #444;
  
}

.green-con{
 margin: -50px 100px 50px 100px; 
 align-items: center;
}

.green-con h1{
  height: 250px;
  border-radius: 20px;
  background-color: #15392F; 
 text-align: center;
 align-items: center;
 padding: 50px;
 font-size: 24px;
 line-height: 1.5;
 color: white;
}
.green-con .button {
 padding: 20px;
  border: none;
  color: white;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  background: #B0274F;
  border-radius: 5px;
  margin: 4px 0px;
  cursor: pointer;
}


/* .btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  font-size: 2rem;
  border: 0.1rem solid #15392F;
  background: #15392F;
  color: white;
  cursor: pointer;
  border-radius: 12px;
  text-transform: capitalize;
} */

/* .btn:hover {
  background: #0eb582;
  color: #fff;
} */
*
{
    margin: 0;
    padding: 0; 
}
.nav-bar{
    background:white;
    padding: 20px;
    font-family: ano regular;
    font-size: 20px;
    
}
.nav-bar img{
    height: 79px;
    float: left;
    margin-left: 20px;
}
.menu-right{
    text-align: right;
}
ul li{
    display: inline-block;
    margin: 20px;
    list-style: none;
       
}

span{
    margin: 0 20px;
    font-size: 28px;
    cursor: pointer;
    display: none;
}
.red-box{background-color:#B0274F;
	width:1094.616943359375px;
	height:200.88037109375px;
	position:relative;
	left:0px;
	top:-320px;
  text-align:center;
  transform:translateY(-50%);  
	border-top-left-radius:16.747655868530273px;
	border-top-right-radius:16.747655868530273px;
	border-bottom-left-radius:16.747655868530273px;
	border-bottom-right-radius:16.747655868530273px;
}
.red-box h1{
  color: white;
  font-weight:bold;  
    left: 0px;
    top: 109px;
    font-family: ano regular;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 1;
}

@media only screen and (max-width: 700px){
    span
    {
        display: block;
    }
    ul li{
        display: block;
    }
    ul{
        display: none;
    }
    .green-con{
      margin: -50px 16px 40px 16px; 
     }
     .green-con h1{
     height: 200px;
     font-size: 14px;
     padding-top: -100px;
     }
     .green-con .button {
      padding: 10px;
    }
}
@media only screen and (max-width: 700px){
    span
    {
        display: block;
    }
    .heading-link h3 {
  margin-top: 25px;
  font-size: 24px;

}
    ul li{
        display: block;
    }
    ul{
        display: none;
    }
    .green-con{
      margin: -50px 16px 40px 16px; 
     }
     .green-con h1{
     height: 200px;
     font-size: 14px;
     padding-top: -100px;
     }
     .green-con .button {
      padding: 10px;
    }
}
.home {
  padding: 0;
  margin: 0;  
}

.home .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  background-size: cover !important;
  background-position: center !important;
}


.home .slide .content {
  width: auto;
  margin: 0;
}

.home .slide .content h1 {
  display: block;
    font-size: 6rem;
    line-height: 1.5;
    font-weight: bold;
    text-transform: capitalize;
    color: white;
}
.home .slide .content h3 {
  display: block;
    font-size: 3.5em;
    line-height: 1;
    font-weight: bold;
    color: white;
    text-align:center;
    
}
.home .slide .content1{
  justify-content: space-between;
  align-items: center;
  /*margin-top: 50px;*/
  padding-left: 50px;
} 
.home .slide .content1 h3 {
  display: block;
  font-size: 7rem;
text-transform: capitalize;
  font-weight: bold;
  color: #fff;
  /*transform:translateY(-50%);*/
  /*text-decoration: underline;*/
  text-align: center;
    
}
.home .slide .content1 p{
font-size: 3rem;
  color:#fff;
  text-align: center;
  /*transform:translateY(-50%);*/
      line-height: 4rem;
}


.home .slide .content p {
  font-size: 2rem;
  line-height: 3;
  color:white;
  /*font-weight: bold;*/
  font-family: ano regular;
margin: 10px 10px;
text-align:left;

}

/*.home .slide .content a .explorebtn*/
/*{*/
/*    height:56px;*/
/*    width:auto;*/
/*    border-radius:5px;*/
/*}*/

.green{
  width:1094.616943359375px;	
  height:317.88037109375px;
	position:relative;
  margin-left: 92px;
	margin-top:400.537109375px;
  align-items: center;
}
.green-box{
  background-color:#15392F;
	width:1094.616943359375px;
	height:317.88037109375px;
	position:relative;
	left:0px;
	top:-320px;
  text-align:center;
  transform:translateY(-50%);
  z-index: 2;
	border-top-left-radius:16.747655868530273px;
	border-top-right-radius:16.747655868530273px;
	border-bottom-left-radius:16.747655868530273px;
	border-bottom-right-radius:16.747655868530273px;
}
.green1{
  overflow: auto;
}
.white{
  width: 236.4375px;
height: 78.8125px;
position: absolute;
margin-left: 20px;
left: 100.14453125px;
top:90px;
} 
.green-white1{
  background-color: rgba(255, 255, 255, 1);
  width: 236.4375px;
  height: 78.8125px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-top-left-radius: 9.8515625px;
  border-top-right-radius: 9.8515625px;
  border-bottom-left-radius: 9.8515625px;
  border-bottom-right-radius: 9.8515625px
}
.white1{
  width: 236.4375px;
  height: 78.8125px;
  position: absolute;
  margin-left:20px;
  left: 400.126953125px;
  top:90px;
}
.white2{
  width: 236.4375px;
  height: 78.8125px;
  position: absolute;
  margin-left:20px;
  left: 700.126953125px;
  top:90px;
}
.mainclass
{
  font-size: 52px;
  font-weight: 200;
text-align: center;
margin-top: 15px;
 color: #013635;
}
.home .slide img.banner-img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}

.subjects .box-container {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: white;
  
}

.subjects .box-container .box {
  text-align: right;
  border-radius: 30px;  
  background:url('./assets/images/kwenoimg/marron.jpeg');
  position: relative;
  width: 120%;
  padding: 50px;
  margin: 20px;
  background-color: white;
}



.subjects .box-container .box img {
  height: 20rem;
  margin-bottom: .7rem;
}

.subjects .box-container .box h3 {
  font-size: 1.7rem;
  text-transform: capitalize;
  color:black;
  padding: .5rem 0;
}

.subjects .box-container .box p {
  font-size: 1.5rem;
  line-height: 2;
  color: black;
}

.home-courses .slide {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.home-courses .slide:hover .content {
  bottom: 0;
}



.home-courses .slide .content {
  position: absolute;
  bottom: -100%;
  right: 0;
  left: 0;
  padding: 2rem 3rem;
}

.home-courses .slide .content h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: black;
}

.home-courses .slide .content p {
  padding: 1rem 0;
  font-size: 2.5rem;
  line-height: 2;
  color: black;
}

.home-courses .slide .content .btn:hover {
  background: #444;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}

.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.about .image img {
  width: 100%;
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.about .content .about-title {
  font-size: 3rem;
  text-transform: capitalize;
  color: #444;
}

.about .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  padding: 1rem 0;
}

.about .content .icons-container {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
}

.about .content .icons-container .icons {
  text-align: center;
  border: 0.1rem solid #0eb582;
  background: white;
  padding: 3rem 2rem;
}

.about .content .icons-container .icons img {
  height: 5rem;
  margin-bottom: .5rem;
}

.about .content .icons-container .icons h3 {
  padding: .5rem 0;
  font-size: 3rem;
  text-transform: capitalize;
  color: #444;
}

.about .content .icons-container .icons span {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

.teachers .slide {
  text-align: center;
}

.teachers .slide:hover .image img {
  background: #0eb582;
}

.teachers .slide:hover .image .share {
  bottom: 0;
}

.teachers .slide .image {
  position: relative;
  overflow: hidden;
}

.teachers .slide .image img {
  background: white;
  width: 100%;
}

.teachers .slide .image .share {
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem;
}

.teachers .slide .image .share a {
  font-size: 3rem;
  margin: 0 1rem;
  color: #fff;
}

.teachers .slide .image .share a:hover {
  color: #0eb582;
}

.teachers .slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.teachers .slide .content h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #444;
}

.teachers .slide .content span {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

.reviews .slide {
  text-align: center;
}
.reviews .slide p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  position: relative;
  background: white;
  border: 0.1rem solid #0eb582;
  margin-bottom: 3rem;
  padding: 2rem;
}

.reviews .slide p::before {
  content: '';
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background:white;
  border-bottom: 0.1rem solid #0eb582;
  border-right: 0.1rem solid #0eb582;
  height: 2rem;
  width: 2rem;
}

.reviews .slide img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}

.reviews .slide h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  color: #444;
  padding: .5rem 0;
}

.reviews .slide .stars {
  font-size: 1.2rem;
  color: #0eb582;
}


.courses .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 5rem;
  background-color: white;
  box-sizing: border-box;
  width: 100%;
    margin-top: -20px;
    margin: 0 auto;

}

.courses .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.courses .box-container .box.hide {
  display: none;
}

.courses .box-container .box .image {
  height: 25rem;
  overflow: hidden;
  position: relative;
}

.courses .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.courses .box-container .box .image h3 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color:white;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  padding: .5rem 1.5rem;
  background: transparent;
}

.courses .box-container .box .content {
  text-align: center;
  border-radius: 15px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: white;
  width: auto;
  height: 50%;
  margin-top: 5px;

}

.courses .heading
{
  color: #013635;
    margin: 0px 0px 25px ;
    font-family: "ano regular", ano regular;
    font-size: 60px;
    font-weight: 200;
}
.courses .box-container .box .content h3 {
  text-transform: capitalize;
  color:white;
  font-size:22px;
  font-family:  "ano regular" ano regular;
  padding: 30px 30px  0px 20px;
}

.courses .box-container .box .content p {
  line-height: 2;
  color: white;
  margin: 0px 0px 14px;
    font-size:18px ;
    font-family: "ano regular" ano regular;
    padding: 10px 10px  10px 10px;

    
}

.courses .box-container .box .content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #0eb582;
}

.courses .box-container .box .content .icons span {
  font-size: 1.5rem;
  text-transform: capitalize;
  color:black;
}

.courses .box-container .box .content .icons span i {
  color: #0eb582;
  padding-right: .5rem;
}

.courses .load-more {
  margin-top: 2rem;
  
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #E19925;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E19925;
  border-radius: 10px 10px 10px 10px;
  padding: 17px 60px 17px 60px;
  box-sizing: border-box;
  display: inline-block;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
margin-left:50rem;
  
}

.contact .icons-container {
  margin-bottom: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.contact .icons-container .icons {
  text-align: center;
  padding: 3rem 2rem;
  border: 0.1rem solid black;
  
}

.contact .icons-container .icons i {
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  font-size: 4rem;
  border-radius: 50%;
  margin-bottom: .5rem;
  color:#B0274F;
  
}

.contact .icons-container .icons h3 {
  font-size: 3rem;
  text-transform: capitalize;
  color:black;
  padding: .5rem 0;
}

.contact .icons-container .icons p {
  font-size: 2rem;
  line-height: 2;
  color: black;
}

.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.contact .row .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.contact .row .image img {
  width: 100%;
}

.contact .row form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  border: 0.1rem solid #15392F;;
  padding: 2rem;
}

.contact .row form h3 {
  font-size: 3.0rem;
  text-transform: capitalize;
  color:black;
  padding-bottom: 1rem;
}

.contact .row form .box {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 0.1rem solid #15392F;
  font-size: 2.0rem;
  margin: .7rem 0;
  border-radius: 10px;

}

.explorebtn{
  display: inline-block;
      margin-top: 1rem;
      padding: 1.2rem 3rem;
      font-size: 1.5rem;
      border-radius: 7px;    background: #FFAE42;
      color:white;
      cursor: pointer;
      text-transform: capitalize;
      color: white;
    opacity: 5;
      text-align: center;
      text-decoration: solid;
      font-weight: bold;
      margin-left: -65px;
      margin-right: 60px;
     
  } 

.contact .row form .box:focus {
  background: #15392F;
  color: #fff;
}

.contact .row form .box:focus::-webkit-input-placeholder {
  color: #eee;
}

.contact .row form .box:focus:-ms-input-placeholder {
  color: #eee;
}

.contact .row form .box:focus::-ms-input-placeholder {
  color: #eee;
}

.contact .row form .box:focus::placeholder {
  color: #eee;
}

.contact .row form textarea {
  height: 15rem;
  resize: none;
}

.faq .accordion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq .accordion-container .accordion {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  border: 0.1rem solid #15392F;
}

.faq .accordion-container .accordion.active .accordion-heading {
  background: #0eb582;
}

.faq .accordion-container .accordion.active .accordion-heading h3 {
  color:white;
}

.faq .accordion-container .accordion.active .accordion-heading i {
  color: white;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq .accordion-container .accordion.active .accordion-content {
  display: block;
}

.faq .accordion-container .accordion .accordion-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 1.5rem;
}



.faq .accordion-container .accordion .accordion-heading h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #444;
}

.faq .accordion-container .accordion .accordion-heading i {
  font-size: 2rem;
  color: #0eb582;
}

.faq .accordion-container .accordion .accordion-content {
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  border-top: 0.1rem solid #0eb582;
  display: none;
}

.logo-container {
  text-align: center;
}

.logo-container img {
  height: 10rem;
  pointer-events: none;
}

/* .site-footer {
  background-color:white;
	text-align: center;
	margin: 10px 0;
	padding: 100px 0;
position: relative;
} */

#social-wrapper {
	text-align: center;
  font-size: 2rem;
  font-family: ano regular"ano regular";
color: #15392F;

}

/*Social Media Icons*/
.social-wrapper {
	text-align: center;
}

.social-wrapper ul li {
	display: inline;
	margin: 0 5px;
}

.twitter-icon,
.facebook-icon,
.instagram-icon,
.linkedin-icon,
.googleplus-icon,
.youtube-icon,
.foursquare-icon{
	margin-top: .625em;
	width: 40px;
	height: 40px;
	opacity: .6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
  border-radius: 25px;
}

.twitter-icon:hover,
.facebook-icon:hover,
.instagram-icon:hover,
.linkedin-icon:hover,
.googleplus-icon:hover,
.youtube-icon:hover,
.foursquare-icon:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* .footer-nav p {
	text-align: center;
  color: #15392F;
  font-family: ano regular;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
  overflow: hidden;} */

/* @media (max-width: 1200px) {
  .header {
    padding: 2rem 5%;
  }
  section {
    padding: 3rem 5%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 1199px){
  .header #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    right: -105%;
    width: 30rem;
    background: white;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1200;
  }
  .header .navbar #close-navbar {
    display: block;
  }
  .header .navbar.active {
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
    right: 0;
  }
  .header .navbar a {
    display: block;
    margin: 1rem 0;
    text-align: center;
    font-size: 3rem;
  }
  .home .slide .content h3 {
    font-size: 3rem;
  }
}


@media (max-width: 768px) {
  .header #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    right: -105%;
    width: 30rem;
    background: white;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1200;
  }
  .header .navbar #close-navbar {
    display: block;
  }
  .header .navbar.active {
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
    right: 0;
  }
  .header .navbar a {
    display: block;
    margin: 1rem 0;
    text-align: center;
    font-size: 3rem;
  }
  .home .slide .content h3 {
    font-size: 1rem;
  }
 
}

@media (max-width: 450px) {
  html {
    font-size: 30%;
  }
  .heading {
    font-size: 1rem;
  }
  .about .content .about-title {
    font-size: 20px;
  }
  .home .slide .content h2 {
    font-size: 12px;
  margin-top: 10px;
}
} */
@media only screen and (max-width: 1600px)
        {
          
	
         }

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	 html{
    font-size: 70%;
  }
  .heading{
    font-size: 1.5rem;
  }
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
  html{
    font-size: 60%;
  }
  .heading{
    font-size: 1.5rem;
  }
}
/***********
3. 991px
************/

@media only screen and (max-width: 991px){
  html{
    font-size: 55%;
      }
  section{
    padding: 2rem ;
  }
   .header{
    padding: 2rem;}
        }
    @media only screen and (max-width: 700px){
    span
    {
        display: block;
    }
    ul li{
        display: block;
    }
    ul{
        display: none;
    }
    .green-con{
      margin: -50px 16px 40px 16px; 
     }
     .green-con h1{
     height: 200px;
     font-size: 14px;
     padding-top: -100px;
     }
     .green-con .button {
      padding: 10px;
    }
    .heading-link p {
  font-size: 16px;
    }
}
  /************
3. 768px
************/
        @media only screen and (max-width: 768px)
        {
          html{
            font-size: 50%;
          }
          .heading{
            font-size: 1.5rem;
          }
  .nav-bar{
    display: inline;
  }
  .navbar-img{
    height: 120px;
    width: 60px;
    align-items: left;
  }


  span
  {
      display: block;
  }
  ul li{
      display: block;
  }
  ul{
      display: none;
  }
  .home
     {
    
    display: flex ;
           }
  
.home .slide .content h1{
      font-size: 3rem;
      text-align: center;
      justify-content: center;
      padding-left: 70px;
      margin-top: 20px;
   }

   .home .slide .content .para{
    font-size: 1.7rem;
    text-align: center;
    justify-content: center;
    padding-left: 70px;
 }
 .home .slide .content a{
   align-items: center;
   padding: center;
   padding-left: 40px;
   font-style: .3rem;
}

.explorebtn
  {
  display: inline-block;
      margin-top: 1rem;
      padding: 1rem 3rem;
      font-size: 1.5rem;
      border-radius: 12px;    background: #FFAE42;
      color:white;
      cursor: pointer;
      text-transform: capitalize;
      color: white;
      padding: 18px;
      text-align: center;
      text-decoration: solid;
      font-weight: bold;
      margin-left: 70px;
      margin-right: 50px;
     
  }  




 .green{
  position: relative;
	left:0px;
	margin-right: 20px;
  justify-content: space-around;
  }
  .green-box{
  width:300.616943359375px;
  height:400.88037109375px;
  margin-left: -40px;
  }
 .green1{

}
.white{
align-items: center;
position: absolute;
margin-left: -60px;
left: 95.14453125px;
top:110px;
width: 236.4375px;
  height: 34px;
 
} 
.green-white1{
  width: 236.4375px;
  height: 34px;
  border-radius: 5px;
margin-top: 30px;
}

.white1{
  width: 236.4375px;
  height: 34px;
  margin-left:-365px;
  top:90px;
  margin-top: 70px;
  
}
.white2{
  width: 236.4375px;
  height: 34px;
  margin-left:-665px;
  left: 700.126953125px;
  margin-top: 120px;
 
}

.home .slide .content1{
 
  
  padding-left: 0px;
} 
.home .slide .content1 h3 {
  display: block;
  font-size: 3rem;
  margin-bottom: 10px;
  text-decoration:underline;
 
    
}
.home .slide .content1 p{
font-size: 2rem;
}

}
@media only screen and (max-width: 450px){
  html{
    font-size: 50%;
  }
  .heading{
    font-size: 1.5rem;
  }
  .heading-link{
    padding  : 25px;
  }
.heading-link h3 {
  margin-top: 25px;
  font-size: 24px;

}
.heading-link p {
  font-size: 16px;
    }
    .home .slide .content h1{
      font-size: 3rem;
      text-align: center;
      justify-content: center;
      padding-left: 70px;
      margin-top: 20px;
   }

   .home .slide .content .para{
    font-size: 2rem;
    text-align: center;
    justify-content: center;
    padding-left: 70px;
    line-height: 2;
 }
 .home .slide .content a{
   align-items: center;
   padding: center;
   margin-left: 25%;
  
 
  
}

  
  .green{
    position: relative;
    left:0px;
    margin-right: 20px;
    justify-content: space-around;
    }
    .green-box{
    width:300.616943359375px;
    height:400.88037109375px;
    margin-left: -50px;
    margin-top: -50px;
    }
   .green1{
 5
  }
  .white{
  align-items: center;
  position: absolute;
  margin-left: -60px;
  left: 95.14453125px;
  top:90px;
  width: 236.4375px;
    height: 34px;
   
  } 
  .green-white1{
    width: 236.4375px;
    height: 34px;
    border-radius: 5px;
  margin-top: 30px;
  }
  
  .white1{
    width: 236.4375px;
    height: 34px;
    margin-left:-365px;
    top:90px;
    margin-top: 50px;
    
  }
  .white2{
    width: 236.4375px;
    height: 34px;
    margin-left:-665px;
    left: 700.126953125px;
    margin-top: 100px;
   
  }
  
.home .slide .content1{
 
  margin-top: -50px;
  padding-left: 0px;
} 
.home .slide .content1 h3 {
  display: block;
  font-size: 3rem;
  margin-bottom: 20px;
 
    
}
.home .slide .content1 p{
font-size: 2rem;
margin-top: 10px;
line-height: 2;
}

}
/*# sourceMappingURL=style.css.map */

/* ======= MOBILE RESPONSIVE FOR NEW SECTIONS ======= */
@media only screen and (max-width: 768px) {

  /* Masterclass Section */
  #masterclass {
    padding: 30px 5% !important;
  }
  #masterclass h2 {
    font-size: 2.2rem !important;
  }
  #masterclass p {
    font-size: 1.4rem !important;
  }
  #masterclass ul li {
    font-size: 1.4rem !important;
  }
  #masterclass h3 {
    font-size: 1.8rem !important;
  }
  #masterclass a {
    font-size: 1.4rem !important;
    padding: 12px 20px !important;
  }

  /* Before & After Section */
  .before-after-section {
    padding: 30px 5% !important;
  }
  .before-after-section h2 {
    font-size: 2rem !important;
  }

  /* Banner girl image - hide on mobile */
  .home .slide .content img,
  .home .slide .reshome img {
    display: none !important;
  }

  /* Banner text fix */
  .home .slide .content h1 {
    margin-left: 0 !important;
    font-size: 2.4rem !important;
    text-align: left !important;
    padding-left: 15px !important;
  }
  .home .slide .content .para {
    margin-left: 0 !important;
    font-size: 1.4rem !important;
    padding-left: 15px !important;
    line-height: 1.6 !important;
  }
  .explorebtn {
    margin-left: 15px !important;
    margin-right: 0 !important;
    font-size: 1.4rem !important;
    padding: 10px 16px !important;
  }

  /* Mission Section */
  section[style*="background-color: #15392F"] h2 {
    font-size: 2.2rem !important;
  }
  section[style*="background-color: #15392F"] p {
    font-size: 1.5rem !important;
  }
  section[style*="background-color: #15392F"] a {
    font-size: 1.4rem !important;
    padding: 12px 20px !important;
  }

  /* Before/After arrow - change to down arrow on mobile */
  .before-after-arrow {
    transform: rotate(90deg);
  }

  /* Founder heading */
  .heading {
    font-size: 2.4rem !important;
  }

  /* Footer single line wrap */
  footer {
    flex-direction: column !important;
    text-align: center !important;
    gap: 8px !important;
    padding: 14px !important;
  }
}
/* ======= END MOBILE RESPONSIVE ======= */

.container{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    margin-bottom: -35%
}
.container .card{
    width: 275px;
    position: relative;
    height: 316px;
    background: #013635;
    margin: 30px 10px;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    /*margin-top: 5%;*/
    border-radius: 10px;
}
.container .card-imgbx{
    width: 500px;
    position: relative;
    height: 316px;
    background: #FFAE42;
    margin: 30px 10px;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    /*margin-top: 5%;*/
    border-radius: 10px;
    align-items: center;
}
.container .card-imgbx h2{
    font-size: 26px;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.container .card h2{
    font-size: 24px;
    padding: 15px 0px;
    font-weight: bold;
    color: #fff;
}
.container .card-imgbx p{
    font-size: 18px;
    padding: 15px;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    font-weight: normal;
}
.container .card p{
    font-size: 16px;
}

/* .container .card .imgbx1{
    position: relative;
    width: 210px;
    height: 210px;
    left: 20px;
    box-shadow: 0.5px 20px rbga (0,0,0,1.2);
} */
.container .card .imgbx{
    position: relative;
    width: 230px;
    height: 230px;
    left: 10px;
    box-shadow: 0.5px 20px rbga (0,0,0,1.2);
}
.container .card .imgbx img{
    max-width: 100%;
    border-radius: 10px;
}
.imgbx:hover img{
    transform: scale(1.1);
}
@media screen and (max-width: 800px) {
    .container{
     width: 800px;
     margin-bottom: -130%
 }  
}

@media screen and (max-width: 600px) {
   .container{
    width: 800px;
    margin-bottom: -250%
}  
 
    .container .card{
        width: 300px;
        height: 300px;
    }
    .container .card-imgbx{
        width: 300px;
        height: 300px;
}
.container .card .imgbx{
    width: 250px;
    height: 200px;
}
.container .card-imgbx h2{
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}
.container .card h2{
    font-size: 16px;
    padding: 15px 5px;
    font-weight: bold;
}
.container .card-imgbx p{
    font-size: 12px;
    padding: 5px;
    text-align: center;
    line-height: 3.5rem;
}
}
@media screen and (max-width: 400px) {
    .container{
     width: 800px;
     margin-bottom: -250%
 }  
}