*{
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 15px;
  }
  
  ::-webkit-scrollbar-track {
    
  }
  ::-webkit-scrollbar-thumb {
    background: #e8ac16; 
    border-radius: 30px;
    height: 200px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #0f7c38; 
  }
body{
    font-family: 'Public Sans','Roboto', sans-serif;
    font-size: 16px;
}
a{
    text-decoration: none;
    cursor: pointer;
}
nav{
    height: 15vh !important;
    border-bottom: 2px dotted #0f7c38;
}
nav a{
    text-transform: uppercase !important;
    color: #000 !important;
}
nav a:hover{
    color: #e8ac16 !important;
}
nav a.activelink{
    color: #e8ac16 !important;
}
nav .logo{
    width: 90%;
    height: auto;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 25px;
}
h4{
    font-size: 20px;
}
section{
    width: 100%;
    height: auto;
    margin: 0px auto !important;

}
iframe{
    width: 100%;
    margin: 0 auto;
}
video{
    width: 100%;
}
.quick-contact-out{
    display: none;
}
.quick-contact-in{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 250px;
}
.quick-contact-in li{
    list-style: none;
    padding: 5px 10px;
    border-radius: 30px;
}
.quick-contact-in li a,
.quick-contact-in li i{
    color: #fff !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
}
.quick-contact-in li:nth-child(1){
    background: #e8ac16;
}
.quick-contact-in li:nth-child(2){
    background: #0f7c38
}
.carousel-item img{
    width: 100% !important;
    height: 95vh !important;
    object-fit: cover;
}
.section1{
    margin-top: 11vh !important;
}
.section3,.section4{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto !important;
}
.about{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 17vh !important;
    margin-bottom: 30px !important;
}
.facilities{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 17vh !important;
    margin-bottom: 30px !important;
}
.facdiv img{
    width: 100%;
}
.skills_drills{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 17vh !important;
    margin-bottom: 30px !important;
}
.s-d img{
    width: 100%;
}
.programs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 17vh !important;
    margin-bottom: 30px !important;
}
.events{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 17vh !important;
    margin-bottom: 30px !important;
}
.programs img{
    width: 100%;
}
.programs strong{
    color: #0f7c38
}
.programs span{
    color: #e8ac16
}
.contact{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 17vh !important;
    margin-bottom: 30px !important;
}
.contact-form{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.contact-form .form-div{
    padding: 0 100px !important;
}
.contact-form .form-div div{
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
}
.address{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.address input, textarea{
    width: 100%;
    border: 1px solid #e8ac16 !important;
    border-radius: 5px;
}
.address div{
    border: 1px solid #0f7c38;
    width: 100%;
    text-align: center;
    margin: 5px auto;
}
.address h2{
    font-size: 18px;
    font-weight: 500;
    color: #e8ac16;
    display: flex;
    align-items: center;
    justify-content: center;
}
iframe{
    width: 100%;
}