*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", Helvetica !important;
}

.navLogo:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.nav-link:hover {
  -ms-transform: scale(1.0); /* IE 9 */
  -webkit-transform: scale(1.0); /* Safari 3-8 */
  transform: scale(1.0); 
}

.nav-item:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.growth1:hover{
	 -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
	
}
.growth2:hover{
	 -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
	
}



/*--------------------------------------------hero section------------------------------------*/
.heroText{
    font-weight: 600;
    color: #61944a !important;
    font-size: 6.2vw !important;
    letter-spacing: 0;
    line-height: 1.6;
}
.heroPara{
    font-weight: 700;
    color: #4a4a4a !important;
    font-size: 24px !important;
    text-align: center;
    letter-spacing: 0;
    line-height: 26px;
}
/*--------------------------------------------------------Why choose us section----------------------------------------------*/
.chooseCont{
    background: url(images/vector-6.svg);
    background-repeat: no-repeat;
    height: 350px;
    width: auto;
}
.whyH5{
	
    font-size: 30px; 
    font-weight: 700 !important; 
    text-transform: uppercase;
}
.whyP{
    color: #4a4a4a !important;
    font-size: 16px;  
    font-weight: 500;
}

/*---------------------------------------------------------portfolio scetion----------------------------------------------------------------------*/
.productH5{
    font-size: 30px !important; 
    font-weight: 700 !important; 
    text-transform: uppercase;
}
.productP{
    color: #4a4a4a !important;
    font-size: 16px;  
    font-weight: 500;
}

.card:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.card{
	width: 100%;
  background-color: white;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 30px;
}
.card-text{
  text-shadow: 2px -2px #FFFFFF;
}




/*---------------------------------------------------------accordian section--------------------------------------------------*/
.acrbtn: hover{
  color: #F8BE2E !important;
  background: transparent;
  cursor: pointer;
}
/*-----------------------------------------------------------gallery section-------------------------------------------------------------*/



/*----------------------------------------------------------------------Gallery page css--------------------------*/
.galleryhero{
    background: url(images/banner_gallery.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*history media query*/
@media screen and (max-width: 600px) {
    
    .heroSec{
        margin-top: -123px !important;
    }
    .navLogo{
     max-height: 10vh !important;
    }
    .chooseCont{
        height: 900px !important; 
        width: auto;
    }
    .contactImg{
        display: none !important;
    }
   .heroText{
    font-weight: 600;
    color: #61944a !important;
    font-size: 52px;
    letter-spacing: 0;
    line-height: normal;
}
.heroPara{
    font-weight: 600 !important;
    color: #4a4a4a !important;
    font-size: 15px !important;
    text-align: center;
    letter-spacing: 0;
    line-height: 22px;
} 
  .historyPara {
    font-size: 8px;
  }
  .historyRow{
    height: 650px !important;
    width: auto;
  }
}

.dropdown-content{
    display: none;
    position: relative;
    background-color: #e7f1e259;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: -1;
}
.ProDrop:hover{
    color: white;
    background-color: #61944a !important;
}

.dropdown-content a {
    padding: 12px 16px;
    display: block;
    text-decoration: none;
    color: black;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.img-fluid:hover{
	 -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Safari 3-8 */
  transform: scale(2); 
	
}


