
/* common style for  contact page, about page, FAQ, gallery, services, testimonial*/
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #3e3e3e !important;
}
.card{
	 color: #3e3e3e !important;
}

.container_custom {
  border-radius: 20px;
  border: 1px;
  margin-top: -115px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 100px !important;
}
@media (max-width: 767px) 
{
  
.container_custom {
  padding: 45px !important;
}
  }


.Subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  color: #c0c0c0;
}

.headingStyle {
  font-size: 56px;
  text-align: center;
  word-break: break-word;
}
/*common style ends*/


/*style for header*/

/*style for header ends*/


/*style for footer*/

/*style ends for footer*/
.accordion-item{
    color: #3e3e3e !important;
}
/*style for FAQ page*/
.accordion-img {
  max-width: 300px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.accordion-button{
 color: #3e3e3e !important;
}