 
.p-60 {
      padding: 30px
  }

  .row {
      margin-left: 0;
      margin-right: 0;
  }

  #myCarousel img {
      height: 100vh;
  }

  .item {
      background: #333;
      text-align: center;

  }

  .carousel-caption {
      right: 0;
      bottom: 20px;
      left: 0px;
      display: inline-table;
      text-align: left;
      padding: 15px;
      text-align: left;
      background-color: #7cb342;
  }

  .carousel-indicators {
      left: initial;
      right: 0;
      z-index: 15;
      width: 12%;

  }

  /*
        .item .container .carousel-caption{
            left: 0px;
            right: 0px;
        }      
*/

  /*
        .carousel-indicators{
            right: 0 !important;
            margin-left: -0;
            
        }
*/

  .control-buttons {
      text-align: center;
  }

  .nav-justified {
      border-bottom: 1px solid #7f7f7f;
  }

  .nav-pills > li.active > a {
      background-color: transparent;
      color: #000 !important;
      border-bottom: 3px solid #7cb342;
      border-radius: 0px;
  }

  /*
        a {
            color: #000 !important;
        }
*/
#likechildren{
    text-align: center;
    padding: 50px 0;
}
#likechildren p{
    font-size: 20px;
}
#likechildren a:hover{
    text-decoration: none;
}
  .nav-pills {
      margin-bottom: 3%;
      margin-top: 3%;
  }

  .number {
      border: 3px solid white;
      padding: 15px;
      margin-top: 0;
      text-align: center;
      color: #fff;
      text-decoration: none;
  }
.number:hover{
    text-decoration: none;
    color: #fff;
}
.v-w{
    text-align: right;
}
  .nav > li > a:focus,
  .nav > li > a:hover {
      text-decoration: none;
      background-color: transparent;
  }

  .nav-pills > li.active > a,
  .nav-pills > li.active > a:focus,
  .nav-pills > li.active > a:hover {
      color: #000;
      background-color: transparent;
  }

  .transition-timer-carousel-progress-bar {
      height: 3px;
      background-color: #7cb342;
      width: 0%;
      margin: 0px 0px 0px 0px;
      border: none;
      z-index: 11;
      position: relative;
  }

  #dontppsv {
      border: 1px solid #fff;
      margin: 50px 80px;
  }

  #dontppsv .dontsection > div {
       background-color: #7cb342;
      color: #fff;
      padding: 50px;
      transition: transform .2s;
      height: -webkit-fill-available;
      transition-timing-function: ease-in-out;
  }

  #dontppsv .dontsection div:hover {
      background-color: #fff;
      color: #000;
      -ms-transform: scale(1.1);
      /* IE 9 */
      -webkit-transform: scale(1.1);
      /* Safari 3-8 */
      transform: scale(1.1);
      transition-timing-function: ease-in-out;
  }

  #dontppsv .dontsection div:nth-child(2) {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
  }

  /*        image change on hover*/

  #hide {
      display: none;
  }
#visible{
       width: 60%;
    text-align: center;
    margin: 0 auto;
}

  #myimg:hover #hide {
      display: block;
      width: 70%;
      margin: 0 auto
  }

  #myimg:hover #visible {
      display: none;
  }

  #documentary {
      background-color: #ebebeb;
      padding: 5% 0%;
  }
.morebtn{
    text-align: center;
    margin-top: 15%;
}
.m_videos{
    background-color: #7cb342;
    text-transform: uppercase;
    padding: 20px 45px;
    color: #fff;
}
.m_videos:hover{
    text-decoration: none;
    color: #fff;
}


  .line {
      text-align: right;
      float: right;
      clear: both;
      margin-bottom: 4%;
  }

  .line .greenline {
      width: 20pc;
      height: 5px;
      border: solid 4px #7cb342;
      margin: auto;
      display: block;
      margin-top: 25px;
  }

  .p_both {
      padding-right: 0;
  }

  .p_both p {
      clear: both;
      padding-right: 15px;
  }


  /*
        #on-site {
            padding: 50px;
        }
*/



#on-site ul li, #signs ul li{
    list-style: none;
/*
    display: flex;
    align-items: center;
*/
}
#on-site ul li::before , #signs ul li::before{
      content: "\2022";
    color: #7cb342;
    font-weight: bold;
    display: inline-block;
    width: 6%;
    margin-left: -1em;
    font-size: 2pc;
    position: relative;
    top: 5px;
}

  #on-site .pm {
      text-align: center;
  }

  #pedophilia {
      padding: 50px 80px;
  }

  #pedophilia h2 {
      text-align: center;
  }

  #help {
      background-color: #7cb342;
      color: #fff;
  }
#help .n-text{
    margin-top: 0; 
    letter-spacing: 1.9px;
}
.tab-pane p{
    font-size: 16px;
}
  #whatwe {
     
      padding: 5% 0;
  }
.img_text img{
    margin-right: 15px;
}
.img_text{
        display: grid;
    align-items: center;
    justify-content: center;
}

  #whatwe .greenline {
      margin-bottom: 2%;
  }

  #on-site h2,
  #pedophilia h2,
  #whatwe h2,
  #documentary h2 {
      font-size: 4rem;
      font-weight: bold;
      text-align: center;
  }

  #on-site h4 {
      font-size: 2.0rem;
      padding: 40px 0;
  }

  #on-site p,
  li {
      font-size: 16px;
  }

  .greenline {
      width: 20%;
      height: 5px;
      border: solid 4px #7cb342;
      margin: auto;
      display: block;
      margin-top: 25px;
  }



  .know_more {
      text-transform: uppercase;
      color: #fff;
      background-color: #7cb342;
      padding: 15px 20px;
      border-radius: 0;
      margin-top: 3%;
  }
.know_more:hover{
    background-color: #fff;
    color: #7cb342;
    border: 1px solid  #7cb342;
}
.hide-btn{
        text-transform: uppercase;
    color: #7cb342 !important;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 0;
    margin-top: 10%;
    display: none;
    border: 1px solid #7cb342;
    font-weight: bold;
}
#myimg p{
    margin-top: 6vh;
    
}
#myimg:hover .hide-btn{
    display: block;
    margin: 0 auto;
    color: #000;
    width: 50%;
    
}
  @media only screen and (min-width:321px) and (max-width:766px) {
      h2{
              font-size: 3rem !important;
      }
      #video{
        margin-top: 63px; 
      }
      .p-60{
          padding:20px;
      }
      #pedophilia {
           padding: 50px 30px;
      }
      #pedophilia .li-tag{
          display: flex;
      }
      #dontppsv{
          margin: 50px 30px;
      }
      #dontppsv .dontsection > div {
          padding: 20px;
          height: auto;
      }
      #dontppsv .dontsection div:nth-child(2){
          border-left: none;
          border-right: none;
      }
      #help{
          padding: 30px 10px;
      }
      #help .n-text{
          text-align: inherit;
      }
      .know_more{
          margin-bottom: 25px;
      }
      #myimg:hover .hide-btn{
          margin-bottom: 20px;
      }
     
  }
  @media only screen and (min-width:768px) and (max-width:1200px) {

#dontppsv {
border: 1px solid #7cb342;
margin: 45px 20px;
      }
      #dontppsv .dontsection > div {
padding: 10px;
transition: transform .2s;
/* height: -webkit-fill-available; */
transition-timing-function: ease-in-out;
}
      .number{
          padding: 15px 0;
      }
} 