#main-slider{
  margin-top: 10px;
}

.lower_gap {
    padding-bottom: 45px !important;
}

.upper_gap{
  padding: 62px 0 0 0;
}

.inner_gap{
    padding: 40px 0 0 0;
}




.slide_mob,
.award_process_res{
  display: none !important;
}


.slide_mob h3 {
    text-align: center;
    background: #C37C28;
    color: #fff;
    margin: 20px;
    font-weight: 600;
    padding: 10px;
    font-size: 26px;
}

h2,h3,h4,h5{
  line-height: 90px;
  letter-spacing: -0.01em;
  color: #CB9750;
}

h2{
    font-size: 50px;
    font-weight: 600;
}

h3{
  font-size: 32px;
  font-weight: 500;
}

h4{
    font-size: 40px;
    font-weight: 500;
}

h5{
  font-size: 28px;
  font-weight: 500;
}





/* CSS */
.button-65 {
    background: #C37C28;
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    width: 160px;
    box-shadow: 0px 4px 4px 0px #00000040;

  }
  
  .button-65:not([disabled]):focus {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5), -0.125rem -0.125rem 1rem rgb(186 113 45), 0.125rem 0.125rem 1rem rgb(241 222 146);
  }
  
  .button-65:not([disabled]):hover {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5), -0.125rem -0.125rem 1rem rgb(186 113 45), 0.125rem 0.125rem 1rem rgb(241 222 146);
  }
  
  
  .reg_btn_nom {
    width: 150px !important;
    margin-top: -10px;
  }


  .see_more {
    background: #C37C28;
    color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    font-weight: 400;
    font-size: 15px;
    line-height: 22.5px;
    display: inline-block;
    width: 150px !important;
    padding: 10px;
    border-radius: 12px;
}


.see_more:hover{
    color: #fff;
}


.entities p{
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}







p,
li:not(.nav li),
#objective,
.eligibility-content{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #000;
}



li:not(.nav li){
    margin-bottom: 10px;
}

.eligibility-content{
  padding: 20px 50px 40px 50px;
}

#objective .row{
    border: 1px solid #BD7B36;
    /* border-image-source: linear-gradient(90deg, #BD7B36 35.5%, #FAF0A4 100%); */
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 24px;
    padding: 25px;
}

.objective_heading {
  margin-top: 95px;
}

.eligibility-content {
    border: 1px solid #BD7B36;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 24px;
    padding: 20px 50px 40px;
    margin-top: 15px;
}

.eligibility-content h4 {
    text-decoration: underline;
}


#guidelines .container,
#evaluation_criteria .container,
#required_doc .container{
  padding: 30px 35px 30px 35px;
}


.control-arrow-box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* margin-top: 20px; */
}

.arrow-box-container {
  display: flex;
  justify-content: flex-end;
}


/* .control-arrow-box .control-arrow {
    border: none;
    padding: 5px;
    margin: 10px 5px;
    width: 100px;
    background-color: #cb9750;
    color: #fff;
} */


.control-arrow-box .control-arrow {
  border: none;
  margin: 5px;
  width: 30px;
  background-color: #cb9750;
  color: #fff;
}


.lower-border {
  box-shadow: 0px 10px 4px 0px #D87527;
}


.nom_form {
  background: linear-gradient(88.84deg, #FBF3A7 -3.71%, #C37C28 17.79%, #C37C28 85.33%, #EAD385 100.71%);
  padding: 15px 60px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.nom_form p {
  color: #fff;
  font-size: 16px;
  margin-top: -20px;
  font-weight: 400;
}


.nom_form h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0.03em;
  color: #FCF9F9;
  text-shadow: 0px 2px 0px #0000003d;
}

.nom_form button {
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.01em;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 3px solid #FFFFFF;
  background: #ffffff00;
  color: #fff;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: #FCF9F9;
    color: #CB9750;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #CB9750;
    color: #fff;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #CB9750;
    color: #fff;
}
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 30px;
    border-top: none;
    background-color: #CB9750;
    margin-top: -1px;
    box-shadow: 0px 4px 4px 0px #00000040;

  }

  .tabcontent p{
    color: #fff;
  }


.award_cat_mob{
  display: none;
}


.accordion-title:before {
  float: right !important;
  font-family: FontAwesome;
  content:"\f068";
  padding-right: 5px;
}
.accordion-title.collapsed:before {
  float: right !important;
  content:"\f067";
}

.card-header {
  background-color: #c78431;
  padding: 20px;
  margin-bottom: 15px;
}

.card-body {
  padding: 20px 0;
}

a.card-link.accordion-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
  

  /* Slides content */

  .inside-content{
    display:none    
  }


  .inside-content.active {
    display: block;
}





.tree-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tree-container .main-heading {
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.01em;
  position: relative;
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #C37C28, #F0DB8E) 1;
  padding: 10px;
  color: #000;
}

.branch {
  display: flex;
  justify-content: center;
  gap: 50px;
  position: relative;
  margin-top: 30px;
}
.person {
    text-align: center;
    position: relative;
}
.person img {
    width: 100px;
    height: 100px;
    border: 1px solid #b8860b;
}
.person_name {
  font-weight: bold;
  margin-top: 10px;
  font-size: 15px;
  color: #000;
  line-height: 16px;
}
.person_designation {
  font-size: 12px;
  color: #000;
  line-height: 16px;
}


.winners .row {
  padding: 30px 0 0 0;
}


.oea-container {
  padding: 0 70px;
}



.award_cats,
.award_process_res {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  margin-left: -10px;
}

.award_cats .main-heading{
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #C37C28, #F0DB8E) 1;
  padding: 10px 20px;
  color: #000;
  text-align: center;
}



.award_process_res .main-heading{
  font-size: 14px;
  font-weight: 500;
  position: relative;
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #C37C28, #F0DB8E) 1;
  padding: 20px;
  color: #000;
  text-align: center;
  line-height: 20px;
}





.contact {
    background: linear-gradient(88.84deg, #FBF3A7 1.29%, #C37C28 17.79%, #C37C28 85.33%, #EAD385 98.71%);
    padding: 20px 40px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }


  .contact_inner{
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
  
  
  
  .contact_inner h3 {
    font-size: 44px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: 0.03em;
    color: #FCF9F9;
    text-shadow: 0px 2px 0px #0000003d;
  }
  
  .contact_inner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
    text-shadow: 1px 1px 8px #000000;
  }

  .contact_inner p a {
    color: #fff;
  }

  .contact_inner p span {
    font-weight: 700;
  }
  





  
/***********************
********* Footer ******
************************/
#footer_main {
    padding-top: 0px;
    padding-bottom: 30px;
    color: #D87527;
    background: #fff;
  }
  /* #footer_main a {
    color: #D87527;
  }
  #footer_main a:hover {
    color: #fff;
    background-color: #D87527;
    padding: 5px;
  } */

  #footer_main a {
    display: inline-block;
    background: #D87527;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer_main a:hover {
    background: #fff;
    color: #D87527;
    text-decoration: none;
  }


  #footer_main ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
  }
  #footer_main ul > li {
    display: inline-block;
    margin: -8px 0;
  }

  .arrow_icon{
    display: none !important;
  }

  .arrow_icon {
    text-align: center;
  }

  .arrow_icon i {
    color: #c37c28;
    font-size: 30px;
  }


  .announce_new_cat h5{
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
  }


  
  @keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}                                                                                                                                                                                                                                  

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}

.blink {
  animation:fade 1000ms infinite;
  -webkit-animation:fade 1000ms infinite;
}

  .announce_new_cat img {
    width: 500px;
    margin-bottom: 26px;
  }


  .nav>li>a {
    padding: 10px 10px;
  }













  @media only screen and (min-width: 768px) {

    #footer_main .social-icons {
      float: right;
    }

  }




  @media only screen and (min-width: 1100px) {
    


    .container:not(#contact > .container){
      width: 1100px;
    }


  }


  @media only screen and (max-width: 767px) {
    .nom_form,
    .tab,
    .tree-container,
    .branch,
    .contact_inner{
        flex-direction: column;
    }

    .tree-container {
      margin-bottom: 30px;
  }

    p{
    font-size: 16px;
    }

    p, li:not(.nav li), #objective, .eligibility-content{
      font-size: 16px;
    }

    h2{
      font-size: 40px;
    }

    h2,h3,h4,h5{
      line-height: 45px;
    }

    h2{
      margin-bottom: 20px;
    }

    .upper_gap {
      padding: 40px 0 0 0;
  }

  .tab button{
    width: 100%;
  }



  .objective_heading {
    margin-top: 0px;
  }

  .award_cats {
    flex-direction: column;
    gap: 20px;
  }


  .award_process_res {
    gap: 10px;
  }

  .award_process_res .main-heading {
    margin-bottom: 5px;
  }

  .person {
    margin-bottom: 20px;
  }

  #footer_main{
    text-align: center;
  }

  #footer_main ul {
    margin-top: 26px;
  }

  .nom_form{
    padding: 25px 10px;
    margin-top: 30px;
  }
  
  .nom_form h3 {
    text-align: center;
    line-height: 40px;
    padding-bottom: 30px;
    font-size: 36px;
  }

  .nom_form h3 span {
    line-height: 0 !important;
    font-size: 15px !important;
}

  .tree-container .main-heading {
    font-size: 17px;
    margin-top: 20px;
  }

  .branch {
    gap: 15px;
  }

  .contact_inner p {
    font-size: 16px;
  }

  h4 {
    font-size: 30px;
  }

  #objective .row{
    padding: 5px;
  }

  .eligibility-content {
    padding: 20px 20px 40px;
  }

  .winners .row {
    padding: 0;
  }

  .slide_mob{
    display: block !important;
  }



  .award_process_res {
    display: flex !important;
    flex-direction: row;
    margin-top: 30px;
    margin-left: -12px;
  }

  .award_process_res .line1{
    width: 45px;
    margin-top: 23px;
  }

  .award_process_res .line2 {
    transform: scaleX(-1);
    position: absolute;
    margin-left: 15px;
}


.award_process_res .inner_award {
  width: 160px;
}


/* .award_process_res .inner_award_right {
  margin-top: 55px;
} */


.inner_award_last_step {
  display: flex;
  align-items: center;
}



  .slide_desk,
  .award_process_desk{
    display: none !important;
  }


  .announce_new_cat h5{
    font-size: 22px;
  }

  .announce_new_cat img{
    width: 100%;
  }

  .navbar-default {
    background-color: #ffffff;
    border-bottom: 5px solid #C37C28 !important;
    }

    .oea-container{
        padding: 0;
    }

    .contact{
        padding: 10px 5px;
    }

    section .container:not(#nom_form .container){
      margin: 0 20px;
  }

  ul, ol {
    padding: 10px 20px;
}

#guidelines .container, #evaluation_criteria .container, #required_doc .container{
  padding: 30px 15px 30px 15px;
}

.nom_form p {
  font-size: 14px;
  margin-top: -11px;
  text-align: center;
  margin-bottom: 20px;
}

#nom_form .container,
#contact .container{
  padding-right:0;
  padding-left: 0;
}

#required_doc h5{
  text-align: center;
  margin-left: 0 !important;
}


.award_cat_mob{
  display: block;
}

.award_cats_desk{
  display: none;
}


  }



  @media only screen and (max-width: 360px) {
    .award_process_res {
        margin-left: -21px;
    }

    
}