/*About Us*/
.nav-link{
  color: #00bcd4 !important;
  font-size: 1.2rem !important;
}

.nav-link:hover, .back a:hover{
  color: #9c27b0 !important;
}

  .about-main p{
    font-size: 1.2rem;
  }

  .box-about{
    padding: 80px 0;
    margin: 110px 0;
    border: 0.1rem solid #00bcd4;
    text-align: center;
    animation: mymove 2s linear infinite;
  }

  @keyframes mymove {
    0%{
      box-shadow: 10px 20px 30px #00bcd4;
    }
    50%{
      box-shadow: 10px 20px 30px #9c27b0;
    }
    100%{
      box-shadow: 10px 20px 30px #00bcd4;
    }
  }

  .p-p{
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
  }

  .bb{
    font-weight: 700 ;
  }

  .back a{
    text-decoration: none;
    color: #00bcd4;
  }

  

  .facts img{
    width: 100%;
    height: 450px;
  }

  .facts h4{
    font-size: 2.8rem;
  }

  .quotes{
    text-align: center;
  }

  .quotes h4{
    font-size: 2.8rem;
  }

  .quotess{
    display: block;
   padding-top: 30px !important;
  }

  .book{
    text-align: center;
  }

  .book h4{
    font-size: 2.8rem;
  }

  .book h3{
    font-weight: 700;
    font-size: 1.5rem;
    padding: 50px 0 10px 0;
  }

  .book img{
    width: 250px;
    height: 350px;
  }

  .about-end a{
    color: #00bcd4;
  }

  .about-end a:hover{
    color: #fff;
  }

  .about-end i{
    color: #00bcd4;
    padding: 0 15px;
    font-size: 1.2rem;
  }

  .about-end i:hover{
    color: #fff;
  }

  


 