body,
html {
   font-family: "Plus Jakarta Sans", sans-serif;
}

a,
a:focus,
a:hover,
a>* {
    outline: 0;
    text-decoration: none
}

.btn,
.btn:hover {
    background-color: #03a9f4
}

.overlay:before,
body,
html {
    height: 100%;
    width: 100%
}

.hero-clouds,
.overlay:before {
    top: 0;
    left: 0;
    position: absolute
}

.error-info h1,
.error-wrapper-alt h1 {
    text-shadow: 5px 5px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada
}

.btn-download strong,
.error-sub,
.feedback-button,
.vc_custom_heading.style1 {
    text-transform: uppercase
}



body {
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important
}

.button.no-bg,
.imagebox .box-header .box-title,
.imagebox .box-subtitle,
.menuzord-menu a,
.vc_custom_heading.style1,

h2,
h3,
h4,
h5,
h6 {
   font-family: "Plus Jakarta Sans", sans-serif;
}

a {
    color: #00b0f7
}

a,
a>* {
    cursor: pointer
}

a:focus,
a:hover {
    color: #03a9f4
}

.form-control,
.navbar a,
a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.font-40,
h1 {
    font-size: 70px; font-family: "Aclonica", sans-serif; color: #fff;
}

.btn i.material-icons,
.font-20,
h2 {
    font-size: 40px; color: #09311E;  font-family: "Aclonica", sans-serif; 
}

h3 {
    font-size: 18px
}

.btn,
h4 {
    font-size: 20px; font-weight: 500;
}

h5 {
    font-size: 22px; font-weight: bold;
}
img{max-width: 100%;}

.input-field label.active,
h6 {
    font-size: 12px
}
.pt-90{padding-top: 90px;}
.pb-90{padding-bottom: 90px;}
.pb-40{padding-bottom: 40px;}
.f-18{font-size: 18px; }
.btn-yellow{background: #FAE500; border: 1px solid #FAE500; padding: 17px 17px; border-radius: 12px; font-size: 16px; font-weight: 600; color: #000; box-shadow: 0px 0px 30px 0px rgba(2, 89, 47, 0.35);
}

.btn-yellow:hover{background: #000;  border: 1px solid #fff; color: #fff; transition: transform .5s ease-in-out;}
.btn-black{background: #000000; border: 1px solid #000000; padding: 17px 17px; border-radius: 12px; font-size: 16px; font-weight: 600; color: #fff; box-shadow: 0px 0px 30px 0px rgba(2, 89, 47, 0.35);
}
.btn-black:hover{background: #FAE500; border: 1px solid #fff; color: #000; transition: transform .5s ease-in-out;} 

header{background: #3FA171; padding: 10px 0px; z-index: 20;}
.hero-section{background: #3FA171; margin-top: 120px;}
.hero-section{background: #3FA171;}

.hero-section p{color: #fff;  margin-top: 30px;  margin-bottom: 50px;}
.reg-cont li{color: #65736C;}


.reg-img{
   height: 100%;
   overflow: hidden; border-radius: 15px;
}
.reg-img img { 
   border-radius: 10px 10px 0px 0px; width: 100%;
   
   
}
.reg-box{
   border-radius: 30px; padding: 15px; border: 0.6px solid rgba(63, 161, 113, 0.5); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.green-co{color: #3FA171;}


.btn-inner{
   background: #09311E;  padding: 30px; border-radius: 20px;
}
.btn-main{display: flex;
       justify-content: space-between;
       align-items: center;
       color: #fff;
      }
.blog-section{background: #C1F8DD;}

footer{background: #09311E; padding: 60px 0px; color: #fff;  text-align: center;}
footer h2{color: #fff; margin-bottom: 30px;}
footer strong{color: #FAE500;}

header{
   position: fixed;
   left: 0px;
   right: 0px;
   height: 120px;
   top: 0px;
}


   /* Styles for the header bar */
   .header-inner {
   
   
      display: flex;
      justify-content: space-between;
      align-items: center;
  }


  /* The hidden checkbox that will control the menu's state */
  #menu-toggle {
      display: none; /*Hide the checkbox itself*/
  }

  /* The hamburger button styling */
  .hamburger-button {
      display: block;
      position: relative;
      width: 30px;
      height: 22px;
      cursor: pointer;
      z-index: 2; /* Ensure it's above the menu */
  }

  /* Styling for the three lines of the hamburger icon */
  .hamburger-button span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: white;
      border-radius: 2px;
      opacity: 1;
      left: 0;
      transition: all .25s ease-in-out;
  }

  /* Position each line */
  .hamburger-button span:nth-child(1) { top: 0px; }
  .hamburger-button span:nth-child(2) { top: 9px; }
  .hamburger-button span:nth-child(3) { top: 18px; }

  /* The navigation menu that will be shown/hidden */
  .nav-menu {
      list-style: none;
      position: fixed;
      top: 0;
      right: -400px; /* Start off-screen */
      height: 100%;
      width: 400px;
      margin: 0;
      padding: 120px 0 40px 0px;
      background-color: #222;
      transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .nav-menu li {
    padding: 15px 20px;
    background: #000;
    margin: 5px 0px;
  }
  .nav-menu li:hover{background: #FAB702; color: #000;}

  .nav-menu a {
      color: white;
      text-decoration: none;
      font-size: 20px;
  }
  
  /* --- The Magic: Using the :checked pseudo-selector --- */

  /* When the checkbox is checked, slide the menu into view */
  #menu-toggle:checked ~ .nav-menu {
      right: 0;
  }

  /* Animate the top line to form the 'X' */
  #menu-toggle:checked + .hamburger-button span:nth-child(1) {
      transform: rotate(45deg) translate(6px, 6px);
  }

  /* Hide the middle line */
  #menu-toggle:checked + .hamburger-button span:nth-child(2) {
      opacity: 0;
  }

  /* Animate the bottom line to form the 'X' */
  #menu-toggle:checked + .hamburger-button span:nth-child(3) {
      transform: rotate(-45deg) translate(6px, -6px);
  }

.hero-section img{max-width:unset;}



.contact-content p {
   font-size: 15px;
   margin: 30px 0 60px;
   position: relative;
}

.contact-content p::after {
   background: #353C46;
   bottom: -30px;
   content: "";
   height: 1px;
   left: 50%;
   position: absolute;
   transform: translate(-50%);
   width: 80%;
}

.contact-content h6 {
   color: #8b9199;
   font-size: 15px;
   font-weight: 400;
   margin-bottom: 10px;
}

.contact-content span {
   
   margin: 0 10px;
}

.contact-social {
   margin-top: 30px;
}

.contact-social > ul {
   display: inline-flex; list-style: none;
}

.contact-social ul li a {
   border: 1px solid #8b9199;
   color: #8b9199;
   display: inline-block;
   height: 40px;
   margin: 0 10px;
   padding-top: 4px;
   transition: all 0.4s ease 0s;
   width: 40px;
}

.contact-social ul li a:hover {
   border: 1px solid #FAB702;
   color: #FAB702;
}

.contact-content img {
   max-width: 210px;
}



 /* registration page*/

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}






.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #3FA171;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #3FA171
}
#progressbar.rhn li {
width: 33.33%;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #eligibility:before {
    font-family: FontAwesome;
    content: "\f046"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #document:before {
    font-family: FontAwesome;
    content: "\f093"
}

#progressbar #address:before {
    font-family: FontAwesome;
    content: "\f041"
}
#progressbar #finish:before {
    font-family: FontAwesome;
    content: "\f058"
}

#progressbar #event:before {
    font-family: FontAwesome;
    content: "\f073"
}

#progressbar #reason:before {
    font-family: FontAwesome;
    content: "\f128"
}
#progressbar #passwordn:before {
    font-family: FontAwesome;
    content: "\f023"
}
#progressbar #additional:before {
    font-family: FontAwesome;
    content: "\f0a3"
}




#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #3FA171
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}


.regs-section{padding-top: 120px;}
.card-11 {
  padding: 40px;
    background: #ffffff;
    margin-top: 90px;
    
    border-radius: 0px 0px 30px 30px;
    /* padding: 15px; */
    border: 0.6px solid rgba(63, 161, 113, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 40px solid #09311E;
}

.rh-1{color: #4c4b4b; margin-bottom: 45px;}
.form-control{padding: 1rem .75rem;}
.regs-section{margin-bottom: 120px;}




.event-d-section{padding-top: 120px; margin-top: 90px;}
.about-section{background: #3fa17133;
    margin-top: 90px;
    padding-bottom: 90px;
}




.upload__box {
  padding-top: 40px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #000;
  border-color: #000;
  border-radius: 10px;
  line-height: 26px;
  font-size: 16px;
}
.upload__btn:hover {
  background-color: unset;
  color: #000;
  transition: all 0.3s ease;
}
.upload__btn-box {
  margin-bottom: 10px;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.doc-up{
    border: 0.6px solid #cae7d9;
    padding: 30px;
    background: #edf9f3;
    border-radius: 30px;
}
.doc-up h4{
    font-size: 26px;
    font-weight: bold;
}

.doc-up span{
    color: #65736C;
}


.form-group.has-search {
    padding: 15px;
    background: #eee; position: relative;
}
.has-search .fa-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 28px;
    color: #ccc;
}
.has-search input{padding-right: 50px;}

.doc-up h5 {
    color: #3fa171;
}
.det-r3{display: flex;
    justify-content: space-between;
}
.det-r1{margin-bottom: 30px;}



.rth1{border: 0.6px solid #cae7d9;
    padding: 30px;
    
    border-radius: 30px;}


#progressbar.progressbar2 li{width: 16.66%;}
#progressbar.progressbar3 li{width: 50%;}
#progressbar.progressbar4 li{width: 25%;}
.contect-h-section{background: #3FA171;
    margin-top: 120px;
}



.contact-info{
    text-align: center;
    margin-bottom: 10px;
    background: #09311E; min-height: 258px;
    color: #fff;
    border-radius: 20px;
    padding: 40px 20px;
}
.contact-info h3{font-size: 25px; margin: 20px 0px;}
.contact-info i{font-size: 40px; color: #3FA171;}
.contact-info a{display: block;}
.contact-info span{color: #FAE500; font-size: 18px;}


.cpontact-fr{
    padding: 40px;
    background: #ffffff;
    margin-top: 90px;
    border-radius: 30px;
    /* padding: 15px; */
    border: 0.6px solid rgba(63, 161, 113, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
   
}



.m-des-section{padding-top: 120px;}
.an-h a{display: block; text-align: right; font-weight: bold; color: #3FA171;}

.f-r-1 p{margin-bottom:8px;}

.f-r-1 label{color: #353C46;}

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.buttons {
    top: 36px;
    position: relative
}

.rating-submit {
    border-radius: 8px;
    color: #fff;
    height: auto
}

.rating-submit:hover {
    color: #fff
}
.account-info span{color: #353C46;}
.account-info {
    padding: 20px;
   
    background: #eee;
}

.a-des-section .card.stat-card {
    background: #3FA171;
    color: #fff;
}
.btn-outline-secondar i{color: #fff !important;}
.form-select{    padding: 1rem .75rem;}
.gallery-slider .owl-item{height: 500px; overflow: hidden;}


.gallery-slider .owl-item img {
   display: block;
    width: 100%;
 
    object-fit: cover;
    position: absolute;
    height: 100%;
}









  @media screen and (max-width: 768px) {
   .hero-section img{max-width:100%;}
   h1 {
      font-size: 39px;
   }

   .hero-left {
      text-align: center; margin-top: 40px;
  }
  .hero-section{border-radius: 0px 0px 30px 30px;}
  h2 {
   font-size: 30px;
  }
  .btn-inner{margin-top: 15px;}
  .reg-box{margin-top: 15px;}
  .card-11{padding: 20px; padding-top: 40px;}
  #progressbar{padding-left: 0px;}
  }



@media screen and (max-width: 576px) {
.contact-info{min-height: auto;}
#progressbar strong{ display: none;}
.card-11{padding-top: 20px;}

.contect-h-section{border-radius: 0px 0px 30px 30px;}
header .logo img{ width: 80px;}
header{height: 100px;}
.nav-menu{width: 260px;}
.nav-menu a{font-size: 16px; font-weight: 600;}
 }