/*--------------------------------------------------------------
# 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');
}
@font-face {
   font-family: 'ML-Aathira';
   src: url(../fonts/Athira_Normal.ttf)format('truetype');
}
@font-face {
   font-family: 'ML-Gayathri';
   src: url(../fonts/Gayathri-Google-Bold.ttf)format('truetype');
}

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

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

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

.section-title-m h2 {
  font-family: 'ML-Gayathri';	
  font-size: 25px; 
  margin-bottom: 20px;
  padding-bottom: 10px;  
  position: relative;
}

.section-title-m h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #3F2305;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title-m h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #FFC100;
  bottom: 0;
  left: calc(50% - 20px);
}

.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: 17px;	
  margin-bottom: 5;
}

.section-m table {
  font-family:'Manjari-Regular';
  font-size: 17px;	
}

.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;
}

.navbar .dropdown ul a {
  font-family:'Manjari-Regular';
  font-size: 18px;
}

.footer-top .footer-links ul {
  font-family:'Manjari-Regular';
  font-size: 16px;	
}	