/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*Main Page Start*/
.m_h {
    background-color: #026902f7;
    padding: 24px 15px;
    border-radius: 16px;
}
.m_h h3{
  color: white;
}
.hh3{
 background-color: #026902f7;
 border-radius: 10px;
}

.hh3 h3{
  background-color: #026902f7;

}

.main_div_d{
  box-shadow: 5px 5px 14px -3px;
  border-radius: 10px;
}

/*Main Page End*/

/* Academia CSS Start*/

    b.skills {
        text-align: left;
    }

    .col-lg-6.aa {
        width: 100%;
    }

    ul.bolits {
        margin-left: 13px;
    }

    .full_div {
        padding: 30px 0px;
        border-radius: 12px;
        box-shadow: 5px 5px 14px -3px;
    }


    /*.col-md-6 {
        margin-bottom: 16px;
    }*/

    /*.col-md-12 {
        margin-bottom: 16px;
    }*/

    .form-label {
        margin-bottom: 0.5rem;
        font-weight: 700;
    }
    label {
        margin-bottom: 0.5rem;
        font-weight: 700;
    }

    span.msg_a {
        color: blue;
        font-weight: 600;
        font-size: 14px;
    }

    span.msg_b {
        color: red;
        font-weight: 600;
        font-size: 12px;
    }
    .cat_head{
    text-align: center;
    padding: 15px 10px;
    background-color: green;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    }

/*Academia CSS End*/

.join_btn_style {
    background-image: linear-gradient(45deg, #F7C33C, #ffdd84);
    background-size: 200% 200%;
    animation: gradientAnimation 1s ease infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* general */


p.intro {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    font-weight: 600;
    color: black;
}
  
 .top_icon_style img {
    width: 75px;
}

  .join_btn_style{
    width: 95%;
  }
 /* ul{
    text-align: left;

  }*/

  ul li{
    color: black;
  }

  hr{
    border-top: 5px solid #096b02;
  }


  .mt_r{
    margin-top: 50px;
    margin-bottom: 50px;
  }

   .mt_r1{
    margin-top: 23px;
    margin-bottom: 23px;
  }

h4.sub_h4 {
    font-weight: bold;
    color: royalblue;
    font-size: 18px;
}


.req_div {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #ffd464;
}

.head_sign {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    /* text-decoration: underline; */
    color: white;
    background: #ffbb22;
    padding: 10px;
    text-align: center;
    margin-bottom: 19px;
    color: black;
}

.uti_div {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #ffd464;
}


.ind_ul ul li{
    color: black;
    font-weight: 600;
}
.hid_ul_li{
  /*display: none;*/
}

/*ul {
    padding-left: 21px;
}*/


.full_div {
    padding: 30px 15px;
    border-radius: 12px;
    box-shadow: 6px 3px 8px -6px;
    background: #114d03;
/*    margin-bottom: 20px;*/
}

h4.sub_h4 {
    background: #ffbb22;
    font-weight: bold;
    color: white;
    font-size: 18px;
    padding: 17px;
    color: black;
}


ul li {
    color: white;
}

.form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 12px;
    height: 48px;
    border: solid 1px #333 !important;
}

.back-main {
    float: right;
    background-color: dimgrey;
    color: white;
    margin-top: -2.4em;
    padding: 7px 9px;
}

.team-content img {
    width: 180px;
    height: 180px;
    
}

.team-content {
    margin-bottom: 30px;
    box-shadow: 6px 7px 36px 3px rgba(136,136,136,0.14);
        padding: 20px;
}
.team-content .name {
    font-size: 22px;
}

.desp {
    font-size: 16px;
    color: #E03F42;
}


.accordion {
            
            color: #444;
            cursor: pointer;
           padding: 0px 15px;
            width: 100%;
            /*text-align: left;*/
            border: none;
            outline: none;
            transition: 0.4s;
            
        }


.accordion.red_panel{
  background-color: #FFF4F4;
  font-size: 20px;
  color: #E03F42;
  font-weight: bold;
}

.accordion.blue_panel{
  background-color: #F1F9FF;
   font-size: 20px;
  color: #025c9e;
  font-weight: bold;
}

        .plusminus {
            float: right;
        }

       .red_panel .plusminus::after {
            content: '\002B';
            color: #E03F42;
            font-weight: bold;
            float: right;
            margin-left: 5px;
          font-size:25px;
        }

.blue_panel .plusminus::after {
            content: '\002B';
            color: #025c9e; 
            font-weight: bold;
            float: right;
            margin-left: 5px;
          font-size:25px;
        }

        .active .plusminus::after {
            content: "\2212";
        }


.condi p{
      font-size: 14px;
    font-weight: 500;
    padding: 16px 7px;
}

h2{
    color: white;
}


h4.sub_h4:hover {
    background: #ffcf64;
}

.head_t{
        color: black;
       padding: 0px 138px;
       margin-top: -9px;
       line-height: 29px;
  }

 ul.f_p_cate li {
    color: black;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
h3{
  color: white;
}

a.btn.btn-primary.join_btn_style {
    background-color: #F7C33C;
    color: black;
    font-weight: bold;
    font-size: 16px;
}

ul.jul li{
  color: white;
}

.m_h h3 {
    color: white;
    margin: 0px;
}
h2{
   color: black;
}

/*== accrod dropdown == end*/