/*--------------------------------------------------------------
# Malayalam fonts
--------------------------------------------------------------*/

@font-face {
   font-family: 'Meera-Regular';
   src: url(../fonts/meera-regular-unicode-font.ttf)format('truetype');
}
@font-face {
   font-family: 'Manjari-Regular';
   src: url(../fonts/Manjari-Regular.ttf)format('truetype');
}

/*--------------------------------------------------------------
# Sections Malayalam
--------------------------------------------------------------*/

.section-m {
  text-align: justify;
  padding-bottom: 30px;
}

.section-title-m {	
  text-align: center;
  padding-bottom: 30px;
}

.section-title-m h2 {
  font-family: 'Meera-Regular';	
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
}

.section-title-m h3 {
  font-family: 'Meera-Regular';	
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  color: #7b502e;
}

.section-title-m h4 {
  font-family: 'Meera-Regular';	
  font-size: 25px;
  margin-top: 10px;  
  margin-bottom: 10px;
  position: relative;
  color: #7b502e;
}

.section-title-m p {
  font-family:'Manjari-Regular';
  font-size: 18px;	
  margin-bottom: 0;
}

.section-m p {
  font-family:'Manjari-Regular';
  font-size: 18px;	
  margin-bottom: 5;
}

.section-m h3 {
  font-family: 'Meera-Regular';	
  font-size: 25px;
  margin-top: 10px;  
  margin-bottom: 10px;
  position: relative;
}

.section-m h4 {
  font-family: 'Meera-Regular';	
  font-size: 25px;
  margin-top: 10px;  
  margin-bottom: 10px;
  position: relative;
}

.section-m ul {
  font-family:'Manjari-Regular';
  font-size: 18px;	
  margin-bottom: 5;
}