html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    font-size: 16px;
}

body {
    background: #9d2121;
    font-family: "Merriweather", sans-serif;
}

@font-face {
    font-family: Dyuthi-Regular;
    src: url(/static/fonts/Dyuthi-Regular.ttf);
}
@font-face {
    font-family: Rachana-Regular;
    src: url(/static/fonts/Rachana-Regular.ttf);
}
* {
    box-sizing: border-box;
}
.page-wrapper {
    position: relative;
}
.lang-ml {
    font-family: "Rachana-Regular";
    font-size: 21px;
}

.lang-selector {
    position: relative;
    text-align: right;
    z-index: 10;
    padding: 5px;
}

.lang-selector a {
    text-decoration: none;
    background: #f4bb8d;
    padding: 5px 7px;
    font-size: .7rem;
    background: transparent;
    color: #f4bb8d;
    border: 1px solid rgba(244, 187, 141,.2);
    border-radius: 5px;
}
.container-1 {
    width: 1200px;
    max-width: 98%;
    margin: 0 auto;
}

#site-header {
    position: relative;
    padding: 1.5rem 0;
    margin-top: -25px;
    background-image: linear-gradient(to right, #9d2121, #AF1448, #9d2121);
}

.logo a,
.logo img {
    display: block;
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
strong {
    font-weight: bold;
}
.main-menu {
    display: flex;
    justify-content: center;
    margin: 1.6rem 0;
    flex-wrap: wrap;
}

.main-menu li {
    padding: 0 10px;
}

.main-menu li a {
    font-family: "Dyuthi-Regular";
    color: #3e1a09;
    display: block;
    padding: 10px 15px;
    background-image: url(/static/images/menu-bg-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 22px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .25);
}
.lang-en .main-menu li a {
    font-size: 16px;
    font-family: "Merriweather", sans-serif;
}
.main-menu li:first-child a {
    background-image: url(/static/images/home-icon.png);
    padding: 0;
    width: 35px;
    height: 33px;
}

main.page-main {
    width: 1200px;
    max-width: 98%;
    margin: 0 auto;
    position: relative;
    background: url(/static/images/paper-texture-1.jpg) repeat;
    padding: 2.2rem;
}
.home-banner {
    position: relative;
}
.banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
}
.bc-line-in {
    display: inline-block;
    padding: 1rem 4rem;
    background: rgba(0,0,0,.7);
    margin-bottom: .5rem;
    color: #fff;
    font-size: 25px;
}
.page-section {
    padding-top: 1.5rem;
}
h2.section-title {
    text-align: center;
    position: relative;
}
h2 .section-title-in {
    padding: 12px 22px;
    display: inline-block;
    background: url(/static/images/heading-bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    min-width: 200px;
    font-size: 25px;
    font-family: "Dyuthi-Regular";
    position: relative;
    z-index: 20;
}
h2.section-title::before,
h3.section-title::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #3e1a09;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
h3.section-title::before {
    height: 1px;
}
h3.section-title {
    text-align: center;
    position: relative;
}
h3 .section-title-in {
    padding: 8px 16px;
    display: inline-block;
    background: #3e1a09;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    min-width: 200px;
    font-size: 22px;
    font-family: "Dyuthi-Regular";
    position: relative;
    z-index: 20;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
}
.clearfix::after {
    content: '';
    clear: both;
    display: table;
}
.cols {
    position: relative;
}
.col-left {
    float: left;
    width: 50%;
}
.col-right {
    float: right;
    width: 50%;
}
.col.col-padding {
    padding: .75rem;
}
p.content {
    line-height: 1.35;
    margin-bottom: 1rem;
    text-align: justify;
    text-align-last: left;
    font-size: 18px;
}
.content.lang-ml {
    font-size: 20px;
}
.mtb {
    margin: 1.2rem 0;
}
.mb {
    margin-bottom: 1.25rem;
}
a.btn {
    background: #3e1a09;
    color: #fff;
    display: block;
    padding:12px 15px 8px 15px;
    line-height: 1;
    text-align: center;
    font-size: 24px;
    transition: all .3s ease;
}
a.btn:hover {
    background: #ae4413;
}

table {
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    text-align: left;
    padding: 8px;
    font-size: 20px;
  }
  td:first-child {
    border-right: 1px solid #df9e6c;
  }
  th {
    color: #fff;
    background: #3e1a09;
    font-weight: bold;
  }
  tr:nth-child(even) {
    background-color: #ffcfaa;
  }
  tr:nth-child(odd) {
    background-color: #eeb386;
}
.text-center {
    text-align: center !important;
    text-align-last: center !important;
}

.notice-slider {
    width: 640px;
    max-width: 80%;
    margin: 0 auto;
}

#site-footer {
    padding: 1rem 0;
    background: #222;
    color: #ccc;
}
.ft-sects {
    display: flex;
    justify-content: center;
}
.credit {
    font-size: .7rem;
}
.credit a {
    color: #e84631;
}
.text-yellow {
    color: #ffcb16;
}
.alignright {
    float: right;
    margin-left: 1.25rem;
}
.alignleft {
    float: left;
    margin-right: 1.25rem;
}
figcaption {
    padding: .3rem 0;
    font-size: 1rem !important;
    text-align: center;
}

.resp-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border: 1px solid #3e1a09;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-details-cols {
    display: flex;
    align-items: stretch;
    margin-top: 2rem;
}
.address-col {
    width: 50%;
    float: left;
    border-left: 1px solid #3e1a09;
    border-bottom: 1px solid #3e1a09;
}
.admin-col {
    width: 50%;
    float: right;
    border-right: 1px solid #3e1a09;
    border-left: 1px solid #3e1a09;
    border-bottom: 1px solid #3e1a09;
}
.address-col .section-title,
.admin-col .section-title {
    margin-top: -19px;
}
#site-footer {
    font-size: .8rem;
}
.mobile-only {
    display: none;
}
.tablet-desktop-only {
    display: block;
}
@media screen and (max-width: 1240px) {
    .container-1 {
        width: 1020px;
    }
    main.page-main {
        width: 1020px;
        padding: 1.2rem;
    }
    .main-menu li a {
        font-size: 18px;
    }
    .main-menu li {
        padding: 0 5px;
    }
}

@media screen and (max-width: 1080px) {
    .container-1 {
        width: 900px;
    }
    main.page-main {
        width: 900px;
        padding: 1.2rem;
    }
    .col-left,
    .col-right {
        width: 100%;
        float: none;
    }
    .main-menu li a {
        font-size: 17px;
    }
}

@media screen and (max-width: 940px) {
    .container-1 {
        width: 800px;
    }
    main.page-main {
        width: 800px;
        padding: 1.2rem;
    }
    .main-menu li a {
        background-color: #df9e6c;
        background-image: none;
        text-align: center;
    }
    .main-menu li:first-child a {
        background-image: url(/static/images/home-icon-dark.png);
        background-size: 40%;
        background-position: center center;
        width: auto;
        height: 100%;
        padding: 10px 15px;
    }
    .main-menu li {
        padding: 0;
        flex-grow: 0;
        border-right: 1px solid #c27e4a;
        border-top: 1px solid #c27e4a;
        background-color: #df9e6c;
    }
    .ft-sects {
        display: block;
    }
    .copyright, .credit {
        text-align: center;
    }
    .copyright {
        margin-bottom: 1rem;
    }
    .contact-details-cols {
        flex-wrap: wrap;
    }
    .address-col,
    .admin-col {
        float: none;
        width: 100%;
        border: 1px solid #3e1a09;
        border-top: none;
    }
    .address-col {
        margin-bottom: 2rem;
    }
    .bc-line-in {
        font-size: 18px;
        padding: .8rem 2rem;
    }
    .lang-selector {
        text-align: center;
    }
    .lang-selector a {
        padding: 4px;
        font-size: .6rem;
        background: transparent;
        color: #f4bb8d;
        border: 1px solid rgba(244, 187, 141,.1);
    }
}

@media screen and (max-width: 600px) {
    .alignleft,
    .alignright {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .alignleft img,
    .alignright img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .bc-line-in {
        font-size: 16px;
        padding: .4rem 2rem;
    }
    .main-menu li a {
        padding: 5px 8px;
    }
    main.page-main {
        padding: .5rem;
    }
    .mobile-only {
        display: block;
    }
    .tablet-desktop-only {
        display: none;
    }
}

@media screen and (max-width: 340px) {
    body {
        font-size: 14px;
    }
}