﻿
.roboto-ggl {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.noto-sans-malayalam-1 {
    font-family: "Noto Sans Malayalam", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.ml-font {
    font-family: "Noto Sans Malayalam", serif;
}

body {
    background-color: #CDFA9D;
    font-family: "Helvetica","Roboto", serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #5E674A;
}

    a:hover {
        font-weight: bold;
        text-decoration: none;
        color: #F0B303;
    }

    a.btn {
        font-weight: bold;
    }

.bgdrk {
    background-color: #29321F;
}

.navbar-nav li a {
    font-weight: bold;
    color: #1C3A20 !important;
    padding: 10px !important;
}

    .navbar-nav li a:hover {
        font-weight: bold;
        color: #F0B303 !important;
    }

.nav a {
    font-weight: bold;
    color: #CEEF7E !important;
    font-size: 14px;
}

    .nav a:hover {
        font-weight: bold;
        color: #fff !important;
        font-size: 14px;
    }

.nav .spr {
    line-height: 36px;
    color: #CDFA9D;
}

.logo_cvr {
    float: left;
    min-height: 100px;
}

    .logo_cvr img {
        margin-top: 20px;
        width: 80%;
    }

.socl_menu {
    min-height: 40px;
    text-align: right;
    line-height: 50px;
    font-size: 24px;
}
.socl_icon_menu {
    min-height: 40px;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
}
.socl_icon_menu a:hover {
    color :#5E674A !important;
}
.carusel-cap-bkg {
    background: rgba(0, 0, 0, 0.5);
}

.carusel-cap-bkg p {
    font-size: 16px;
}

.slog_cvr h2 {
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

.slog_cvr h2 span {
    text-transform: uppercase;
    color: #F0B303;
}

.slog_cvr h5 {
    text-align: center;
    color: #A1C585;
    font-size: 18px;
    font-weight: bold;
}

.top-up {
    margin-top: -100px;
}

.text-just {
    text-align: justify;
}

.sub-container h3 {
    color: #445753;
}

.sub-container img {
    width: 100%;
}
.sub-container p {
    color: #585b55;
    padding-top:20px;
}

.mid-container {
    color: #445753;
}

.mid-container h6 {
    font-size: 12px;
}

.cop a {
    color: #CEEF7E;
    font-weight: normal;
}

.pull-right a:hover,
.cop a:hover {
    color: #fff;
    text-decoration: none;
}

.cop {
    color: #fff;
    font-size: 12px;
}

.pgs i{
    color:rgba(0, 0, 0, 0.5);
}

.pg-head {
    color: #588524;
}
.p-con{
    color:rgba(90, 90, 90);
    font-size:16px;
    line-height:26px;
    text-align:justify;
}
.p-con p::first-line {
    text-indent:40px;
}
.ml-font br{
    margin-bottom:20px !important;
}
.t-color-success {
    color: #588524 !important;
}
.bg-msuccess {
    background: #29321F;
}
border-msuccess {
    border-color: #29321F !important;
}
.rnd-cmt-head {
    border: 1px solid #588524;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    background-color: #588524;
    border-radius: 100px;
    color: #fff;
}
.cmt-usr-date {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
}
.cmt-usr {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
}
.cmt-usr i{
    color:rgba(0, 0, 0, 0.5);
}
.cmt-msg {
    color: #5E674A;
}

/* Popup*/

.trigger {
    display: block;
    /*width: 250px;
        margin: 30px;*/
    cursor: pointer;
}

    .trigger img {
         width: 100%;
       /* border-radius: 6px;*/
    }

.lightbox1 {
    /* Default to hidden */
    display: none;
    /* Overlay entire screen */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Translucent background */
    background: rgba(0, 0, 0, 0.8);
}

    .lightbox1 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
    }