/* Custom CSS */

/* suppres the menu  */
#et-top-navigation {
display: none;
}


/**************** responsiveness *************/
@media(max-width:767px) {
.et_pb_promo_description h1{font-size: 13px;}
.et_pb_promo_description{padding-bottom: 8px;}
.et_pb_section_0{padding: 222px 0!important;}
}

/**********************************/
.main_title {
  font-size: 46px;  
  font-weight: 700;
  margin-bottom: 20px;}



h1 {
  	font-size: 32px;
    line-height: 1.25em;
   color: #404040; }
  
  h2 {
    font-size: 30px;
    line-height: 1.25em;
  	font-weight: 700;
    color: #404040; 
}
  
  h3 {
    font-size: 60px !important;
  	font-weight: 700;
    color: #404040; 
}

h4 {
  line-height: 1.25em;
  color: #404040; }

/*** contact form  ***fcfcfc***/

/*  captcha */
.et_pb_contact_form_0.et_pb_contact_form_container .input {
background-color: #fcfcfc;}
.et_pb_contact p input, .et_pb_contact p textarea {
border: #b8b8b8; }

.et_pb_contact_submit {
  background-color: #fcfcfc;
  border: #404040; 
  color: #777777; }


