
.full{

    clear: both;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px; 
    background-color:transparent;
    

}


.full .title-1{
    width: 100%;
    font-size: 28px;
    text-align: center;
    margin-top: 100px;
    line-height: 200%;
    font-weight: bold;
    font-family: auto;
   
}

.full-1{
    transform:rotateY(15deg);
    background-color:#4CAF50;
    font-size:33px;
    margin-bottom:100px;
}

.full-1 .title-1{
    /* background-color:#fb0aaf; */
    font-size:33px;
    color:#Fff;
}



.full:hover{
    transform:rotateY(15deg);
    background-color:#E91E63;
    font-size:33px;
}

.full:hover .title-1{
    /* background-color:#fb0aaf; */
    font-size:33px;
    color:#Fff;
}

.full .title-2{
    /* background-color:#fb0aaf; */
    font-size:18px;
    color:#Fff;
  width:90%; 
  text-indent:30px ;
  margin:0 auto;
}


.full .full-body-1{
    display: flex;
    width: 90%;
    height: 100%;
    padding: 20px 0px;
    margin: 0px auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}

.full .full-body-1 .f-li-1{
    display: flex;
    flex:1;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    transition:all 1s ease-in-out;
    
}

.scale {
     transform:scale(1.2);
}


.full .full-body-1 .f-li-1  img:hover{
    transition:all 0.5s ease-in-out;
    transform: scale(1.2);
}


.full .full-body-1 .f-li-1 img{
    max-width:100%;
    height:auto;
    border:0px; 
    
}

.full .full-body-1 .f-li-1 p
    {
        font-size: 16px !important;
        text-align: left;
        text-indent: 20px;
    }

@media (max-width: 676px) {

    .full .full-body-1  
    {
    display: inline-flex;
    width:100%;
    height:auto;
    float:left;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
    
    
.full .full-body-1 .f-li-1
    {
    display: inline-flex;
    width: 90%;
    height:auto;
    float:left;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    
}
 



  
.fulldiv {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    /* padding: 30px 0px; */
    background-color: #fff;
    /* opacity: 0.8; */
    margin-top: 60px;
  }
  
  
  
  
  .clearfix:after, .clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    content: "";
    height: 0px\9 \0;
    height: 0px;
  }
  
  
  .about-info {
    display: flex;
    margin: 0 auto;
    transition: transform 0.5s linear;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
  }
  
    .about-info .txt {
        display: flex;
        width: 39%;
        text-align: left;
        /* float: left; */
        /* margin-left: 60px; */
        transition: transform 1s linear;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 1%;
    }
  
  
  
        .about-info .txt dl {
            display: block;
            /* line-height: 250%; */
            margin: 0px;
            transition: transform 1s linear;
        }
  
            .about-info .txt dl dt {
                display: block;
                font-weight: bold;
                font-size: 2rem !important;
                margin-bottom: 20px;
                transition: transform 1s linear;
                margin-top: 10px;
            }
  
            .about-info .txt dl dd {
                display: block;
                margin: 0px;
                font-size: 1.4rem;
                transition: transform 1s linear;
            }
  
    .about-info .txt dl dd p {
      font-size:16px;
      line-height:140%;
    }
  
  /* .full {
    width: 95%;
    padding: 10px 0px;
    height: auto;
  }
   */
  .about-info .img img {
    display: block;
    border: 0px;
    width: 100%;
    height: auto;
  }
  
  .about-info .img {
    display: flex;
    width: 59%;
    height: auto;
    float: left;
  }
  
  
  
  #row6,#row6 .about-info{
    min-height:400px;
    margin-bottom: 100px;
  }
  
    #row6 .about-info .txt dl dd p {
      font-size: 25px;
      line-height: 200%;
    }
  