@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans&family=Roboto+Serif&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto');

body{  
    font-family: 'Roboto', sans-serif;  
}  
* {  
    margin: 0;  
    padding: 0;  
} 


.navbar-nav{
  margin-right: 1%;
}


.navbar-logo{
  width: 75px;
  margin-left: 3px;
}

.navbar-nav{
  margin-right: 1%;
}

.navbar-brand {
  font-weight: bold;
}
.navbar-brand img {
  width: 50px;
}

.navbar-brand {
  font-weight: bold;
}


nav{
  background-color: #32cd32;
}
.nav-link {
  border-bottom: 4px solid #32cd32;

  transition: .5s ease;
  padding: 5px;
}
.nav-link {
color: white !important;
padding-right: 40px;
}
.nav-link:hover {
  color: black;
  border-bottom: 2px solid white;
}
 .active a {
  color: white !important;
  font-weight: 600;
  border-bottom: 2px solid white;
}
.nav-link{
padding-right: 30px;
font-weight: 300;
color:white;
font-size: 1em;
font-family: 'Roboto';
}
i {  
    margin-right: 10px;  
}  
nav{
  display: flex;
  justify-content:space-around ;
  background-color: #32cd32;
}
.tabs {
    max-width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
    border-bottom: 4px solid #ccc;
    border-left: 4px solid #ccc;
    border-right: 4px solid #ccc;
    border-radius: 12px;
}

#tab1{
  border-radius: 20px;
}



 

.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}
.tabs label {
    display: block;
    float: left;
    width: 100%;
    color: #2b2b2b;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    box-shadow: inset 0 4px #ccc;
    border-bottom: 4px solid #ccc;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}
.chennai-label{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.tabs label span {
    display: inline-block;
}
.tabs label i {
    padding: 5px;
    margin-right: 0;
}
.tabs label:hover {
    color: #32cd32;
    box-shadow: inset 0 4px #32cd32;
    border-bottom: 4px solid #32cd32;
    border-left: 4px solid #32cd32;
    border-right: 4px solid #32cd32; 
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color:#ffffff;
}
.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
    }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tabs [id^="tab"]:checked + label {
    background: #FFF;
    box-shadow: inset 0 4px #32cd32;
    border-bottom: 4px solid #32cd32;
    border-right:4px solid #32cd32;
    border-left:4px solid #32cd32;
    color: #32cd32;
}


#tab1:checked ~ #tab-content1{
    display: block;
}


@media only screen and (max-width: 1024px){
    .tabs{
        width: 80%;
    }
}

@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }

    .tabs label{
        display: inline-block;
    }

    .tabs label span {
        display: inline-block;
    }
    .tabs {
    max-width: 950px;
    /* margin: 0px auto; */
    }
}

@media only screen and (max-width: 450px){
    .tabs{
        width: 90%;
    }

    .tabs label span{
        font-size: 0.6em;
    }
}


.wrapper {
    width: 100%;
  }
  
  h1 {
    margin-bottom: 20px;
  }
  
  .container-1 {
    background-color: #32cd32;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
    margin: 20px 0;
 
  }
  
  .question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
  }
  
  .question.active::after {
    transform: rotate(45deg);
  }
  
  .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  
  .answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
  }
  
 
  
  @media screen and (max-width: 790px){
    html {
      font-size: 14px;
    }
    .wrapper {
    width: 80%;
  }
  }

  ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section {
    background: #32cd32;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #fff;
    font-size: 15px;
  }
    .footer-section {
      background: #32cd32;
      position: relative;
    }
    .footer-cta {
      border-bottom: 1px solid #373636;
    }
    .single-cta i {
      color: #ff5e14;
      font-size: 30px;
      float: left;
      margin-top: 8px;
    }
    .cta-text {
      padding-left: 15px;
      display: inline-block;
    }
    .cta-text h4 {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 2px;
    }
    .cta-text span {
      color: #fff;
      font-size: 15px;
    }
    
ul {
  margin: 0px;
  padding: 0px;
}

.footer {
  margin-top: 8%;
  background: linear-gradient(120deg,#32cd32 ,#61dd61);
  padding-top: 20px;
  padding-bottom: 10px;
}

address{
color: #fff;
font-weight: 400;
}

/*END FOOTER SOCIAL DESIGN*/

@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #fff;
  margin-top: 20px;
}
.single_footer p{color:#fff;}
.single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single_footer ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none;
}
.single_footer ul li a:hover { color: #ff3666; }


.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}
.contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:40px;
}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
  text-align: center;

  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px ;
text-decoration: dashed;
  display: block;
  border: 1px solid rgba(255,255,255,0.2);
  padding-top: 15px;
  
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
  width:40px;
  height:40px;
  line-height:40px;
padding-top: 10px;
}
}


.social_profile ul li a:hover{
background:#ff3666;
border: 1px solid #ff3666;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
  margin-top: 10px;
  padding-top: 10px;
  color:#fff;
  font-size: 15px;
  border-top: 1px solid rgba(255,255,255,0.4);
  text-align: center;
}
.copyright a{text-decoration: none; color:#332d4f;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#ff3666;}

.btn-primary{
  background-color: #32cd32 !important;
  width: 300px;
  border: 4px solid #299617 !important;
  outline: none !important;
}


.modal-body{
  font-weight: 600;
  font-family: 'Roboto';
  background-color: #fff;
}
.modal-header{
  color: #299617;
  background-color: #fff;
}
.card{
  border: none !important;
  margin-left: 7%;
}
.card-body li a{
  color: #299617 !important;
  font-weight: 600;
}

.dropdown-item-1 a{
  color: #fff;
  font-family: 'Roboto';
  font-size: 100%;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.annual-report-1 a{
    color: #fff;
    font-weight: 600;
    font-size: 100%;
    text-decoration: underline;
    text-underline-offset: 5px;

}