.intro h1 {
    font-weight: bolder;
 }
 .box {
    background: #000;
    padding: 15px;
 }
 
 .box a {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
 }
 
 span.note {
     font-size: 11px;
     text-align: center;
     color: #bdbdbd;
     font-weight: 800;
 }
 
 
 /* search form */
 /*//////////////////////////////////////////////////////////////////
 [ login ]*/
 .limiter {
    width: 100%;
    margin: 0 auto;
 }
 
 .container-login100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 }
 
 .wrap-login100 {
    width: 500px;
    background: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
 }
 
 
 /*------------------------------------------------------------------
 [ Form ]*/
 
 .login100-form {
    width: 100%;
 }
 
 .login100-form-title {
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
 }
 
 
 /*------------------------------------------------------------------
 [ Input ]*/
 
 .wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #a7a2a2;
 }
 
 .label-input100 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    padding-left: 7px;
 }
 
 .input100 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: #f0f2f6;
    padding: 0 7px 0 43px;
    border: #f0f2f6;
 }
 
 
 /*---------------------------------------------*/
 .focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
 }
 
 .focus-input100::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: #adadad;
    font-size: 22px;
    display: flex;
    justify-content: center;
    position: absolute;
    height: calc(100% - 39px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
 }
 
 .focus-input100::before {
    /* content: ""; */
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #7f7f7f;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
 }
 
 
 .input100:focus+.focus-input100::before {
    width: 100%;
 }
 
 .has-val.input100+.focus-input100::before {
    width: 100%;
 }
 
 .input100:focus+.focus-input100::after {
    color: #a64bf4;
 }
 
 .has-val.input100+.focus-input100::after {
    color: #a64bf4;
 }
 
 /*------------------------------------------------------------------
 [ Button ]*/
 .container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
 }
 
 .wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
 
    box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
 }
 
 .login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    top: 0;
    left: -100%;
 
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
 }
 
 .login100-form-btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
 
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
 }
 
 .wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
 }
 
 /* youth group listing */
 .strip_list {
    margin-bottom: 25px;
    background-color: #fff;
    padding: 20px 15px 15px 115px;
    border-radius: 5px;
    position: relative;
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
 }
 
 a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    background-color: #000;
    background-color: rgb(73, 167, 110);
    padding: 9px 10px;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
 }
 
 .strip_list figure {
    width: 80px;
    height: 80px;
    position: absolute;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    left: 15px;
    top: 15px;
 }
 
 figure {
    margin: 0 0 1rem;
 }
 
 .strip_list figure img {
    width: auto;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
 }
 .strip_list small {
    color: #999;
    display: block;
    font-weight: 600;
 }
 .strip_list small {
     color: #999;
     display: block;
     font-weight: 600;
 }
 .strip_list h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 0;
    margin-right: 10px;
 }
 .strip_list p {
    margin-bottom: 15px;
 }
 .strip_list ul {
    border-top: 1px solid #ededed;
    margin: 15px -15px -15px -115px;
    padding: 20px 15px;
 }
 .strip_list ul li {
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
 }
 .strip_list ul li a {
    color: #999;
    cursor: pointer;
 }
 
 .strip_list ul li:last-child a {
    border: 2px solid #43a652;
    color: #43a652;
    cursor: pointer;
    padding: 5px 20px;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 4px;
 }
 
 .strip_list ul li:last-child {
    float: right;
    margin-right: 0;
 }
 
 .strip_list ul li {
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
 }
 
 .strip_list ul li:first-child:after {
    content: '|';
    font-weight: 400;
    margin-left: 8px;
    color: #ccc;
 }
 
 
 /* youth group details */
 #secondary_nav {
    background-color: #43a652;
    position: relative;
    bottom: -3px;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 15px;
 }
 #secondary_nav ul {
     margin: 0;
 }
 #secondary_nav ul li {
     display: inline-block;
     font-weight: 500;
     font-size: 16px;
     font-size: 1rem;
     margin-right: 25px;
 }
 #secondary_nav ul li a.active, #secondary_nav ul li a:hover {
     color: #fff;
 }
 
 #secondary_nav ul li a {
     color: #ffff;
 }
 .clearfix::after {
     display: block;
     clear: both;
     content: "";
 }
 
 *, ::after, ::before {
     box-sizing: border-box;
 }
 #section_1, #section_2, #section_3 {
     padding-bottom: 30px;
 }
 .box_general_3 {
     background-color: #fff;
     padding: 30px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     margin-bottom: 15px;
     border: 1px solid #e1e8ed;
 }
 .profile {
     padding-top: 20px;
 }
 .box_general_3 hr {
     margin: 30px -30px;
 }
 .indent_title_in {
     position: relative;
     margin-bottom: 20px;
 }
 .indent_title_in i {
     font-size: 40px;
     position: absolute;
     left: 0;
     color: #3f4079;
     top: 0;
 }
 .indent_title_in h3 {
     margin-bottom: 0;
     margin-top: 0;
     font-size: 21px;
 }
 .indent_title_in p {
     color: #999;
     margin: 0;
     padding: 0;
     font-size: 14px;
     font-size: .875rem;
 }
 .wrapper_indent {
 }
 ul.bullets {
     line-height: 1.8;
     margin-bottom: 0;
 }
 figure {
     margin: 0 0 1rem;
 }
 .img-fluid {
     max-width: 100%;
     height: auto;
 }
 .profile small {
     color: #999;
     font-weight: 600;
 }
 .profile .rating {
     margin-bottom: 15px;
     display: inline-block;
 }
 .rating i.voted {
     color: #FFC107;
 }
 
 .rating i {
     color: #ddd;
     font-size: 13px;
     font-size: .8125rem;
 }
 .profile ul.statistic {
     padding-bottom: 5px;
     margin-bottom: 15px;
 }
 .profile ul.statistic li {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     border-radius: 3px;
     line-height: 1;
     color: #fff;
     padding: 8px 10px 5px;
     font-size: 12px;
     font-size: .75rem;
 }
 
 #confirm, #login h1, #login-2 h1, #pass-info, .divider, .form_title h3 strong, .pricing_head, .profile ul.statistic li, .tabs nav, .tabs nav ul, a.social_bt {
     text-align: center;
 }
 .box_profile ul.statistic li, .profile ul.statistic li {
     background-color: #74d1c6;
     font-weight: 600;
     min-width: 95px;
     display: inline-block;
 }
 .profile ul.contacts {
     margin: 25px 0 0;
 }
 .profile ul.contacts li {
     margin-bottom: 15px;
 }
 .profile ul.contacts li h6 {
     font-size: 14px;
     font-size: .875rem;
     margin-bottom: 3px;
 }
 .profile ul.contacts li:last-child {
     margin-bottom: 0;
 }
 
 .profile ul.contacts li {
     margin-bottom: 15px;
 }
 .profile ul.contacts li h6 {
     font-size: 14px;
     font-size: .875rem;
     margin-bottom: 3px;
 }
 .profile h1 {
     font-size: 24px;
     font-size: 1.5rem;
 }
 
 /* login page  */
 .bg-success-2 {
     background-color: #00d5fa !important;
     color: #fff !important;
 }
 
 .blockquote {
    width: 100%;
    padding: 20px 15px;
    overflow: hidden;
    position: relative;
 }
 .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
 }
 .home-top h3 {
     font-size: 30px;
 }
 .home-top h1 {
     font-size: 55px;
     font-weight: 900;
 }
 .home-top p {
     color: #fff;
     font-weight: bolder;
 }
 
 /* brands  */
 .user-widget {
     padding: 0;
     list-style: none;
 }
 
 .rounded {
     border-radius: 0.25rem !important;
 }
 .user-widget.rounded .widget-item {
     padding: 10px;
     border: 0;
 }
 .user-widget .widget-item:hover {
     background: rgba(0, 0, 0, 0.2);
 }
 
 .user-widget .widget-item {
     list-style: none;
     border: 1px solid rgba(0, 0, 0, 0.2);
     margin-bottom: -20px;
     text-align: center;
     overflow: hidden;
 }
 .user-widget .widget-item figure img {
    width: 100%;
    min-height: 100%;
    vertical-align: top;
 }
 .user-widget.rounded .widget-item a:hover {
     /* border: 1px solid rgba(0, 0, 0, 0.2); */
 }
 .user-widget.rounded .widget-item a {
     display: block;
     border-radius: 0.25rem;
 }
 
 .user-widget .widget-item a:hover {
     text-decoration: none;
 }
 .user-widget .widget-item a {
     display: block;
 }
 .user-widget .widget-item>* {
     z-index: 1;
     position: relative;
 }
 
 .user-widget .widget-item figure {
     height: auto;
     width: 100%;
     border-radius: 10%;
     overflow: hidden;
     margin: 10px auto;
 }
 
 /* redeem category */
 .category {
     overflow: hidden;
     color: #fff;
     min-height: 200px;
 }
 .bg-dark {
     background-color: #343a40 !important;
 }
 .category h1, .category h2, .category h3 {
     display: inline-block;
     margin-top: 50px;
 }
 .category .background {
     z-index: 0;
     position: absolute;
 }
 .category>* {
     z-index: 1;
     position: relative;
     color: #ffffff;
 }
 
 .background {
     width: auto;
     width: 100%;
     height: 100%;
     margin: 0;
     position: absolute;
     z-index: -1;
     opacity: 0.3;
     left: 0;
     top: 0;
     overflow: hidden;
 }
 .category h1:after, .category h2:after, .category h3:after {
     content: "";
     width: 100px;
     height: 2px;
     border-radius: 2px;
     background: #43e14a;
     display: block;
     margin: 15px auto 0px auto;
 }
 
 .user {
     width: 80px;
     height: 80px;
 }
 
 
 
 
 
 
 .dropbtn {
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
 }
 
 .dropdown-group {
   position: relative;
   display: inline-block;
   width: 100%;
 }
 
 .dropdown-content {
   display: none;
   position: absolute;
   background-color: #f9f9f9;
   min-width: 160px;
   width: 100%;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
 }
 
 .dropdown-content a {
   color: black;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
 }
 
 .dropdown-content a:hover {background-color: #f1f1f1}
 
 .dropdown-group:hover .dropdown-content {
   display: block;
 }
 
 .dropdown-group:hover .dropbtn {
    background-color: #f0f2f6;
    width: 100%;
 }
 
 @media only screen and (max-width: 768px) {
    .dropbtn {
       font-size: 16px;
       cursor: pointer;
       display: block;
       width: 100%;
       padding: 10px 20px;
       clear: both;
       font-weight: 400;
       color: #212529;
       text-align: inherit;
       white-space: nowrap;
       background-color: transparent;
       border: 0;
    }
 
    .dropdown-group {
      position: relative;
      display: inline-block;
      width: 100%;
    }
 
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      width: 100%;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
 
    .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
 
    .dropdown-content a:hover {background-color: #f1f1f1}
 
    .dropdown-group:hover .dropdown-content {
      display: block;
    }
 
    .dropdown-group:hover .dropbtn {
       background-color: #f0f2f6;
       width: 100%;
    }
 
 }
 