/*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/

/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
    all: unset;
    display: revert;
  }
  
  /* Preferred box-sizing value */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  /*
    Remove list styles (bullets/numbers)
    in case you use it with normalize.css
  */
  ol, ul {
    list-style: none;
  }
  
  /* For images to not be able to exceed their container */
  img {
    max-width: 100%;
  }
  
  /* Removes spacing between cells in tables */
  table {
    border-collapse: collapse;
  }
  
  /* Revert the 'white-space' property for textarea elements on Safari */
  textarea {
    white-space: revert;
  }


:root {
    --theme-green:#018290 ;
    --dark-color:#222222;
    --theme-orng:#FB681B;
    --theme-light-orng:#fb691b68;
  }

body{
    font-family: 'Poppins', sans-serif;
  
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: var(--theme-green);
}
.hero {
  
  background-position:center;
  
}
.orng-card{
  background-color:lightcyan;
}
.nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.programme-img{
  width: 200px;
  height: 200px;
}
.menu a{
    text-decoration: none;
    color: white;
}

.bigger-text .title-text{
    font-size: 87px;
    font-weight: bold;
    color: var(--dark-color);
    margin-top: -30px;
    

}
.service-img{
  margin-bottom: 20px;
  
}
.title-orng{
  color: var(--theme-orng);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.services-btn ul li a{
  background-color: var(--theme-green);
    color: white;
    text-decoration: none;
    cursor: pointer;
    
}

.white-btn{
  background-color: #ffff;
  color: var(--theme-green);
  padding: 10px;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
}
.services-btn ul{
  margin-top: 125px;
  margin-right: 40px;
  text-align: center;
}
.services-btn ul li{
  margin: 20px;
  background-color: #018290;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
    
}
.contact-form{
  max-width: 500px;
}

.container iframe{
  width: 100%;
  
}
.service-bar{
  background-color: var(--theme-green);
  color: #fff1f1;
  text-align: center;
  margin-bottom: 50px;
  

}

.service-bar h2{
  font-weight: bold;
  font-size: 39px;
}

.title h2{
    font-size: 40px;
    font-weight: bold;
    color: #222222;
}

@media(max-width: 900px){
  .title h2{
    font-size: 30px;
    
}

title{
  margin-top: 20px;
}

.hero-text{
  padding-top:8rem ;
  margin-left: 20px;
}
  .hero-img{
    display: none;
  }
  .bigger-text .title-text{
      font-size: 50px;
      margin-top: -10px;
      
  }
  .services-btn ul{
    margin-top: 50px;
  }
}
.experience{
  background-color: #018290;
  opacity: 64%;
  text-align: center;
}
.title-grn{
  color: var(--theme-green);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.big{
  font-size: 25px;
}
.description{
  color: #222222b6;
  text-align: left;
  font-size: 18px;
  margin-top: 30px;
 
}
.f_text .title-text{
    color: var(--theme-orng);
}

.small-text h6{
    font-size: 18px;
    font-weight: bold;
    opacity: 44%;
}

.navbar .nav-item a{
    font-size: 18px;
    padding-left: 10px;
}

.hero-text{
    padding: 10rem 0;
}
.session a{
  background-color: var(--theme-green);
    color: white;
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    padding-left: 90px;
    padding-right: 90px;
    
}
.about{
    background-color: #fff1f1;
    
    max-width: 100%;
    
}

.session{
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
  
}
.footer{
  max-width: 100%;
  
}

/* .about-text{
    text-align: center;
    color: white;
}

.about-text p{
    font-size: 18px;
    font-weight: bold;
} */

.call_btn{
    background-color: var(--theme-green);
    color: white;
    text-decoration: none;
    cursor: pointer;
    
}

