* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
  } 
  body {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 1.714285714285714;
    font-size: 18px;
    background: #f9f9f9;
    color: #000;
  }
  .header {
    position: relative;
    z-index: 1;
    background: #fff;
    /* height: 100vh; 
    overflow: hidden;
    background-image: url(../img/bigBg.jpg); 
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: left center; */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%; 

  } 
  
.menu-panel-inner { 
  position: absolute;
  top: 35%;
  left: 2%;
  z-index: 9;    
}
.menu-panel-item {
    margin-bottom: 15px;
}
.menu-panel-link {
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
    line-height: 1.1;
}
.menu-button { 
    background: #43B06A;
    border: 1px solid #A6CD8A;
    border-radius: 20px; 
    color: #fff;
    padding: 3px 15px; 
    margin-top: 20px; 
    text-align: right;
    font-size: 20px;
}

.menu-panel-inner .menu-button {
  position: absolute;
  top: 0;
  right: 0;
  background: #43B06A;
  border: 1px solid #43B06A;
  border-radius: 50px; 
  padding: 7px 15px;
}


.radio-panel { 
  background: rgba(255,255,255,.7);
  padding: 2px 30px 2px 30px;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.btn-audio {
  background-color: #22A250;
  border-radius: 50%;
  color: #fff;
  padding: 13px;
  font-size: 60px;
  border: 8px solid #87B569;
  cursor: pointer;
  opacity: 1;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite; 
    display: flex;
}
.radioSpan {
  display: flex;
  line-height: 100px;
  font-size: 50px;
  color: #000;
  font-weight: 500; 
  padding: 0 10px;
  font-family: 'Just Another Hand', cursive;
  color: #22A250;
}

.section3{
  padding: 70px 0;
  background-image: url(../img/bg3.png); 
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: left center;
}

.section3 h2{
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  position: relative; 
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #303030; 
  text-align: center;

}
.section3 h2::after{
  position: absolute;
  height: 4px;
  width: 70px;
  background: #43B06A;
  content: '';
  left: 45%;
  bottom: 0; 
  border-radius: 15px;
}

.section3 p
{
  font-size: 16px;
  font-weight: 400;

}

.section3 .nav-item { 
  margin-bottom: 20x;
}

.section3 .nav-pills .nav-link { 
  font-size: 20px;
  font-weight: 700; 
  color: #000;
  border-bottom: 1px solid #EAE9E8;
}

.section3 .nav-pills .nav-link.active {
  color: #22A250;
  background-color: transparent;
  border-bottom: 1px solid #22A250; 
  border-radius: 0;
}

.abtImg2 {
  position: absolute;
  right: -30px;
  width: 250px;
  top: 25px;
}
.aboutSect h2 { 
  margin-bottom: 50px; 
  text-align: center;
  color: #303030;
}
.aboutSect p { 
  line-height: 30px;
}
.aboutSect .abtBtn { 
  background: #43B06A;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
}
.progSect { 
  padding: 70px 0 0;
}
.progSect .nav { 
  justify-content:space-evenly;
}
.program-tab h5{ 
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 5px;
}

.program-tab p{ 
  font-size: 16px;
  font-weight: 400; 
  line-height: 22px; 
  margin-bottom: 25px;
}

.contactRow { 
  padding-bottom: 15px;
  display: flex;
}
.contactRow .contactIcon{
  margin-right: 30px;
}
.contactRow .contactIcon span {
    width: 40px;
    height: 40px;
    background-color: #22A250;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 40px;
}
.contactText h5 { 
  position: relative;
  font-size: 20px;
  font-weight: 700; 
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.contactText h5::after{
  position: absolute;
  height: 4px;
  width: 50px;
  content: '';
  left: 0;
  bottom: 0;
  background-color: #22A250;
}
.contactText p { 
  font-size: 16px;
  font-weight: 400;
}

/* INNER PAGE */

.inHeader{
background-image: url('../img/breadcumBg.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 40px 0;
}
.header_wrap { 
  display: flex;
  align-items: center; 
  justify-content: space-between;
}

.logo,
.head-menu { 
  display: flex; 
  align-items: center;
}
.breadcrumb-item.active {
  color: #22A250;
  font-size: 18px;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;
}
.breadcrumb-item a { 
  font-size: 18px;
  color: #fff; 
  text-decoration: none;
}
footer {
  background: #43B06A;
  padding: 70px 0 30px; 
  color: #fff;
}
.inner-section { 
  padding: 70px 0;
}
.inner-section h2 { 
  color: #22A250;
  position: relative;
  font-size: 28px;
  font-style: italic; 
  margin-bottom: 30px;
  font-weight:700;
}

.inner-section h2::before{
  position: absolute;
  height: 1px;
  width: 34%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  left: 0;
  top: 50%; 
}

.inner-section h2::after{
  position: absolute;
  height: 1px;
  width: 34%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  right: 0;
  top: 50%; 
}
.gallery-inner a { 
  text-decoration: none;
  color: #22A250;

}
.gallery-inner h5 { 
  margin: 5px 0;
}

footer .copyright {
  position: relative;
  padding-top: 30px;
  margin-top: 60px;
  color: #fff;
}

footer .copyright a { 
  color: #000;
}
.quicklink ul {
  list-style: none; 
  margin-top: 15px;
}
.quicklink ul li{
  list-style: none;
  margin-bottom: 15px;
}
.quicklink ul li a { 
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.quicklink h3 { color: #000;}
.social li a{
  margin-right: 20px;
}
.social li a i{
  font-size: 30px;
}


@keyframes example {
  0% {opacity: 1;}
  50% {opacity: 0.6;}
  100% {opacity: 1;}
}
@media (max-width:1399.98px){
  .menu-panel-inner {
    padding: 0px 50px 0px;
  }
  .radio-panel {
    padding: 5px 30px 0px 30px;
    bottom: 15px;
  }
}
@media (max-width:1199.98px){
  .left_inner {
    max-height: 100vh;
    overflow-y: auto;
    padding: 0 60px 0 30px;
  }
  .scroll {
    left: 45%;
  }
  .menu-panel-inner {
    top: 32%;
  }
}

@media (max-width:991.98px){
  .menu-panel-inner {
    padding: 0px 50px 0px;
}
  .main{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column; 
    height: auto;
  }
  .split {
    position: relative;
    width: 100%;
    top: 0;
}
.left_inner {
  max-height: inherit;
  overflow-y: hidden;
  padding: 0 0 0 0px;
}
.split.left{
  order: 2;
}

.split.right{
  order: 1;
  height: 50vh;
}

.radio-panel {
  padding: 5px 30px 5px 30px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}

.scroll { display: none;}
}

@media (max-width:576px){
  /* .radio-panel {
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
} */
.radioSpan {
  line-height: 70px;
  font-size: 30px;
  text-align: center;
}
.btn-audio {
  font-size: 30px;
}
.menu-panel-inner {
  top: 22%;
  left: 0%;
  padding: 0 15px;
}
.radio-panel { 
  bottom: 20px;
}
.menu-panel-item {
  margin-bottom: 5px;
}
}





