@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

*{
    margin: 0;
    padding: 0;
}
p{
    font-weight: 500;
    font-size:16px ;
}
a{
    text-decoration: none !important;
    color: white !important;
}
.lobster{
    font-family: lobster;
}
.link{
    color: white !important;
    font-family: "Quick", sans-serif !important;
    font-size: 1.25rem !important;
    background-color: #00AD4C;
    padding: 5px 10px;
    height: 40px;
    border-radius: 5px;
}
.footerText > p{
    margin-bottom: 0;
}
.video:hover{
    /* transform: scale(1.0); */
    transition: all ease-in-out 0.4s;
    cursor: pointer;
}
.center{
    text-align: center;
}
.heading{
    font-family: "Roboto", sans-serif;
}
.heading2{
    font-family: "Lobster", sans-serif;
    font-size: 35px;
    margin: 70px 30px 30px;
    text-decoration: center;
}
.line {
    width: 100px;
    height: 5px;
    background-color: rgba(0, 173, 76, 0.8);
    margin: 0 auto;
    position: relative;
  }
  .line::before {
    background-color: var(--green);
    left: 45px;
    content: "";
    height: 15px;
    width: 10px;
    top: -5px;
    position: absolute;
  }
.text{
    font-family: "Quick-sand", sans-serif;
    font-weight: 500;
}

.bold{
    font-weight: bold;
}
.header {
    background-image: url("../../images/image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    width: 100%;
    margin-top: 90px;
  }
.navBar{
    background-color: white !important;
    width:100%;
    display: flex;
    position: fixed;
    top: 0px;
    height: 90px;
    padding: 10px 40px 10px 40px;
    justify-content: space-between;
    z-index: 100;
    box-sizing: border-box;
    
}
.logo{
    height: 50px;
}
@media only screen and (max-width: 750px){
    .header {
        background-image: url("../../images/image3.jpg");
      }
  }
  
  .border{
      border-radius: 10px;
  }
 .color{
      color: #666;
  }
 
  .text-center{
      text-align: center !important;
      margin: 0 auto !important;
  }
  .pagination > li > a
{
    background-color: white;
    color: #00AD4C !important;
    border-color: #00AD4C;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: green;
    background-color: #fff;
    border-color: #00AD4C;
    font-size: bold;
}

.pagination > .active > a
{
    color: white;
    background-color: #00AD4C !Important;
    border: solid 1px #00AD4C !Important;
}

.pagination > .active > a:hover
{
    background-color: #00AD4C !Important;
    border: solid 1px #00AD4C;
}
.pagination > .active > a {
    color: white;
    background-color: #00AD4C !Important;
    border: solid 1px #00AD4C !Important;
    color: white !important;
}
.color-white{
    background-color: white !important;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(22, 100, 55, 0.075)!important;
}
.border {
    border: 1px solid #00AD4C!important;
}
.position-fixed{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
}
.btn-success{
    background-color:#00AD4C !important;
    border-color: #00AD4C !important;
}
video{
        /*width: 100%;*/
        height: 350px;
        margin-top: 20px;
}
/* .img-div{
    width: 100%;
    height: 70vh;
}
.img-size{
    height:100px;
} */

.details-div{
    background-color: #F5F5F5;
    height: auto;
}

.background-color-green{
    background-color: #fff;
    /* height: 300px; */
}

.video_details{
    height: 60vh;
}
.container-div {
    padding: 0 30px;
    text-align: center;
  }
  .title{
    line-height: 28px;
    margin: 70px 30px 30px;
    text-decoration: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 900;
  }
  .text2 {
    margin: 20px 150px;
    text-align: justify;
    text-align-last: center;
    font-family: "Quicksand", sans-serif;
  }
  @media screen and (max-width: 769px) {
    .text2 {
        margin: 20px 100px;
    }
  }
  @media screen and (max-width: 600px) {
    .text2 {
        margin: 20px 10px;
    }
    
  }
.py{
    padding-top: 3rem!important;
    padding-bottom: 0rem!important;
}
  .footerText{
      background-color: #00AD4C;
      text-align: center;
      color: white;
      font-family: "Lobster", sans-serif;
      margin-top: 3rem;
  }
  .color-green{
    color: #fff !important;
    
}