
                                        /*-----company History main body-----*/

.companyhistory .box-container{
    display: flex;
    flex-wrap: nowrap;
    gap:1.5rem;
}

.companyhistory .box-container .box{
    flex:1 1 30rem;
    border-radius: .5rem;
    background:#fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border:.1rem solid rgba(0,0,0,.2);
    text-align: center;
    padding:4rem;
    }

.companyhistory .box-container .box h1{
    font-size: 5rem;
    color:tomato;
    }

.companyhistory .box-container .box h3{
    font-size: 2rem;
    color:#0095EB;
    text-transform: none;
    }


.companyhistory .box-container .box p{
    font-style: normal;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 2.5rem;
    font-variant: normal;
    text-align: left;
    text-justify: inter-word;
    text-transform: none;
    color:#111;
    padding:2rem 0;
    line-height: 1;

    }

.companyhistoryheading{

        text-align: center;
        color:#444;
        font-size: 1.5rem;
        padding-bottom: 5rem;
    }

.companyhistoryheading span{
        color: green;
        background:white;
        border-radius: 1.5rem;
        padding:.1.5rem 1.5rem;
    }

                                            /*-----company History main body-----*/






                                            /*----Special Features cillapse button Start----*/
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 25px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: white;
 }


                                     /*----Special Features cillapse button End----*/





                                    /*----Special Features zoom text start----*/

* {
  box-sizing: border-box;
}




.zoom .h3{
  padding: 50px;
  transition: transform .5s;
  width: 200px;
  height: 9px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}


                                   /*----Special Features zoom text start----*/







