* {
    font-family: "Nunito", sans-serif;
}

.bold {
    font-weight: bold !important;
}

/* .form-control,
.form-group .form-control {
padding: 15px 25px;
height: auto;@
border: 1px solid rgba(0, 0, 0, 0.2);
outline: none;
box-shadow: none;
background-image: none;
}

.form-control,
.form-group .form-control:focus {
border: 1px solid #164570;
} */

.navbar.navbar-primary {
    background-color: #164570;
    /*box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 12px -5px rgba(100,100,100, 0.5);*/
    box-shadow: none;
    color: white;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 5px;
    height: 85px;
}

.loginBtn.btn.btn-round,
.navbar .navbar-nav > li > a.btn.btn-round {
    background-color: #164570;
    color: white;
}

.articleBody body {
    background-color: #fff;
}

.navbar .navbar-toggle .icon-bar {
    /* color: #164570; */
}

.nav-eng {
    font-size: 14px;
    color: #686868;
}

.nav-sub-eng {
    font-size: 16px;
    color: #f0f0f0;
}

.nav-eng-login {
    font-size: 14px;
}

.side-nav {
    top: 0px;
    height: 100%;
    min-width: 75%;
    position: fixed;
    right: 0;
    z-index: 1001;
    background-color: #fff;
    padding: 30px 30px 0 30px;
    color: #444;
    transition: 0.4s;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(100, 100, 100, 0.5);
}

.side-nav a {
    color: #444;
}

.side-nav.activeNav {
    right: 0;
}

.side-nav a.active {
    color: #bc9b5d;
    font-weight: bold;
}

.navbar-brand > img {
    height: 80px;
    margin-top: -13px;
}

.copy-right {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.nav {
    vertical-align: top;
    display: inline-block;
    font-size: 60px;
}

.nav ul {
    background-color: white;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(100, 100, 100, 0.5);
    min-width: 140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav > li > a {
    font-size: 18px;
    color: white;
}

.navbar .navbar-nav > li > label {
    font-size: 18px;
    color: white;
}

.navbar .title {
    font-size: 30px;
    padding: 25px;
    color: bisque;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

.navbar .navbar-nav > li > a:hover {
    text-decoration: underline;
}

.nav > li > a {
    font-size: 18px;
}

.nav > li > a.active {
    border-bottom: 2px solid #164570;
    border-radius: 0;
}

.nav .material-icons {
    color: #164570;
}

.nav a {
    font-size: 20px;
    display: block;
    text-decoration: none;
    padding: 0.2em 1.4em;
    position: relative;
    text-align: center;
}

.nav li {
    position: relative;
    text-align: left;
}

.nav > li > a {
    margin-bottom: 1px;
    font-size: 18px;
}

/*  .nav > li:first-child  { border-radius: 4px 0 0 4px;} 
.nav > li:first-child>a{border-radius: 4px 0 0 0;}*/
/* .nav > li:last-child  { 
border-radius: 0 0 4px 0; 
margin-right: 0;
} */
/*  .nav > li:last-child >a{border-radius: 0 4px 0 0; }*/
.nav li li a {
    margin-top: 1px;
}

.nav li a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: 50%;
    right: 5px;
}

/* submenu positioning*/
.nav ul {
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    left: -99999em;
    color: white;
}

.nav > li:hover > ul {
    color: white;
    left: auto;
    padding-top: 5px;
    min-width: 100%;
    background: rgba(0, 178, 169, 0.8);
}

.nav > li li ul {
    border-left: 1px solid #fff;
}

.nav > li li:hover > ul {
    /* margin-left: 1px */
    left: 100%;
    top: -1px;
    background: rgba(0, 178, 169, 0.8);
}

/* arrow hover styling */
.nav li li > a:first-child:nth-last-child(2):before {
    /*  border-left-color: #aaa; */
    margin-top: -5px;
}

.nav li li:hover > a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    border-right-color: orange;
    right: 10px;
}

.navbar .navbar-nav > li > a {
    text-align: center;
}

.badge-success {
    color: #fff;
    background: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

/* @media (min-height: 800px) {
.footer {
background-color: #323335;
width: 100%;
margin: 0 auto;
height:90px;  
position: fixed; 
bottom: 0;
}
}

@media (max-height: 799px) {
.footer {
background-color: #323335;
width: 100%;
margin: 0 auto;
height:90px;  
}
} */

.footer img {
    display: block;
    margin: 0 auto;
}

.footer-big p {
    color: #444;
}

.error-page a {
    color: #164570;
}

.error {
    text-align: center;
    font-size: 14px;
    color: red;
}

.footer .col-centered {
    text-align: center;
}

.footer .col-left {
    text-align: left;
}

.footer .col-right {
    text-align: right;
}

.footer .foot-title {
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
}

.footer .foot-sub-title {
    padding-top: 10px;
    font-weight: 700;
}

.copyright {
    padding: 25px 0 0 0 !important;
    font-size: 11px;
    color: #e0e0e0;
}

.copyright a {
    color: #e0e0e0;
}

.copyright a:hover {
    color: white;
}

.footer ul li a {
    font-size: 17px;
    width: 100%;
}

.feed-line {
    color: white;
}

.footer-big .social-feed p {
    color: white;
}

.footer .social-feed {
    color: white;
}

.align-left {
    text-align: left;
}

.ml-25 {
    margin-left: 25px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-150 {
    margin-left: 150px;
}

.mr-25 {
    margin-right: 25px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.p-20 {
    padding: 20px;
}

.pd-d {
    padding: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pr-0 {
    padding-right: 0px !important;
}

.m-0 {
    margin: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-d {
    margin-bottom: 20px;
}

.mb-s {
    margin-bottom: 10px;
}

.mb-d-l {
    margin-bottom: 30px;
}

.mb-d-s {
    margin-bottom: 10px;
}

.mb-d {
    margin-bottom: 20px;
}

.mt-d {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-d {
    margin-top: 20px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 10px;
}

.w-0 {
    width: 0px;
}

.w-5 {
    width: 5px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.fr {
    float: right;
}

.pd-20 {
    padding: 20px;
}

.pd-10 {
    padding: 10px;
}

.pt-d {
    padding-top: 20px;
}

.underline {
    text-decoration: underline;
}

.side-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.side-nav a {
    padding: 22px 8px 8px 0px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.side-nav a:hover {
    color: #bc9b5d;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hr-thick {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #323335;
}

.hr-light {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ced4da;
}

.hr-dot {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px dashed #ced4da;
}

.input-group-prefix {
    display: table-cell;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    background-color: none;
    border: none;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 1200px) {
    .footer .content {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 769px) {
    .side-nav {
        display: none !important;
    }
}

/*for phone ipad*/
@media only screen and (max-width: 769px) {
    .side-nav {
        display: none;
    }

    .nav-eng {
        font-size: 18px;
    }

    .navbar.navbar-primary {
        height: 65px;
    }

    .navbar-brand > img {
        height: 60px;
    }

    .nav-sub-eng {
        font-size: 15px;
    }

    .navbar .title {
        font-size: 22px;
        padding: 20px;
        color: bisque;
        font-weight: bold;
        margin: 0 auto;
        text-align: center;
    }

    .nav a {
        font-size: 20px;
        display: block;
        text-decoration: none;
        text-transform: capitalize;
        position: relative;
        text-align: left;
    }

    .nav li {
        position: relative;
        text-align: left;
    }

    .nav > li > a {
        margin-bottom: 1px;
        font-size: 20px;
    }

    .nav li li a {
        margin-top: 1px;
    }

    .nav li a:first-child:nth-last-child(2):before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        top: 50%;
        right: 5px;
    }

    /* submenu positioning*/
    .nav ul {
        position: absolute;
        white-space: nowrap;
        z-index: 1;
        left: -99999em;
        color: white;
    }

    .nav > li:hover > ul {
        color: white;
        left: auto;
        padding-top: 5px;
        min-width: 100%;
        background: rgba(0, 178, 169, 0.9);
    }

    .nav > li li ul {
        /*border-left:1px solid #fff;*/
        border: none;
    }

    .nav > li li:hover > ul {
        /* margin-left: 1px */
        left: 0px;
        top: 100%;
        background: rgba(0, 178, 169, 0.9);
    }

    /* arrow hover styling */
    .nav li li > a:first-child:nth-last-child(2):before {
        /*  border-left-color: #aaa; */
        margin-top: -5px;
    }

    .nav li li:hover > a:first-child:nth-last-child(2):before {
        border: 5px solid transparent;
        border-top-color: orange;
        right: 10px;
    }

    .navbar .navbar-nav > li > a {
        text-align: left;
    }

    .main-nav {
        display: none;
    }

    #gn-menu {
        display: none;
    }

    .footer {
        background-color: #164570;
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 !important;
    }

    .footer .col-left {
        text-align: center;
    }

    .footer .col-right {
        text-align: center;
    }

    .mb-d {
        margin-bottom: 10px;
    }

    .mb-d-l {
        margin-bottom: 20px;
    }

    .mb-d-s {
        margin-bottom: 5px;
    }

    .mt-d {
        margin-top: 10px;
    }

    .pd-d {
        padding: 10px;
    }

    .pt-d {
        padding-top: 10px;
    }
}
