html,
body {
    height: 100%;
    font-size: 14px;
    font-weight: 200;
    font-family: lato !important;
}

@font-face {
    font-family: "lato";
    font-weight: 100;
    src: url('../lato-font/Lato-Light.ttf');
}

@font-face {
    font-family: 'lato';
    font-weight: 200;
    src: url('../lato-font/Lato-Regular.ttf');
}

@font-face {
    font-family: 'lato';
    font-weight: 400;
    src: url('../lato-font/Lato-Bold.ttf');
}

@font-face {
    font-family: 'lato';
    font-weight: 600;
    src: url('../lato-font/Lato-Black.ttf');
}

@font-face {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    src: url('../playfair-display/PlayfairDisplay-Bold.otf');
}

h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.5;
}

.navbar-collapse li a.active {
    background-color: rgba(0, 0, 0, 0.2);
}

/*
.header-bg {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -100;
    opacity: .8;
}
*/

.my-list a {
    color: #009440;
    text-decoration: none;
}

.list-news li {
    margin-bottom: 30px;
}

.title {
    font-size: 42px;
    position: relative;
    z-index: 10;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 20px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.img-organization {
    width: 300px;
    border-radius: 3px;
}

.logo-1 {
    width: 130px;
    float: left;
}

.logo-2 {
    width: 130px;
    float: right;
}

.header-bg {
    padding-top: 20px;
    background-image: url(../img/header-bg.png);
    background-size: cover;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0px !important;
}

.navbar {
    /*    margin-top: 20px;*/
    background-color: #009440;
    border-radius: 3px;
    background-image: url(../img/navbar-left-bg.png), url(../img/navbar-right-bg.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: left top -12px, right top -12px;
    background-blend-mode: multiply;
    border: none !important;
}

.panel {
    overflow: hidden !important;
}

tr th {
    background-color: #009440 !important;
    font-weight: 300 !important;
    color: #fff !important;
}

.text-green {
    color: #009440 !important;
}

table tr td li {
    text-align: left !important;
}

.owl-theme .owl-dots .active span {
    background-color: #009440 !important;
}

.para {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
    text-shadow: none !important;
}

.side-bar {
    background-color: #009440;
    width: 100%;
    border-radius: 3px;
    overflow: hidden !important;
    margin-bottom: 20px;
}

.side-bar .nav li {
    display: block !important;
    text-align: center;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
}

.breadcrumb a {
    color: #009440 !important;
    text-decoration: none;
}

.relative {
    position: relative;
}

.my-list li:before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    padding: 10px;
    background-position: center center;
    left: -5px;
    background-size: 8px;
    margin-top: 0px;
}

.my-list {
    margin-top: 20px;
}

.my-list li {
    margin-left: 20px;
    margin-top: 10px;
}

footer:before {
    content: '';
    position: absolute;
    background-image: url(../img/trees.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -222px;
    width: 100%;
    height: 200px;
}

.nav-gold li,
.nav-gold li a {
    display: block !important;
    width: 100%;
}

footer {
    background-color: #009440;
    margin-top: 220px;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer p {
    margin-bottom: 0px;
    color: #fff;
}

.nav-gold {
    margin-top: 20px;
    width: 100%;
    background-color: #c4931f;
    text-align: center;
    border-radius: 3px;
}

.body {
    padding-top: 100px;
    padding-bottom: 100px;
}

a:focus {
    outline: none !important;
}

.body h1 {
    font-size: 100px;
    color: rgba(0, 0, 0, 0.2);
    font-family: 'Playfair Display', serif;
    font-weight: 800;
}

.side-bar .nav li:last-child {
    border: none !important;
}

.img-8 {
    margin-top: 30px;
    margin-bottom: 20px;
    background-image: url(../img/img-8.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 260px;
    transition: .2s ease-in-out;
    border-radius: 3px;
}

.img-8:hover,
.img-4:hover {
    background-size: 120%;
    transition: .2s ease-in-out;
}

.img-4 {
    transition: .2s ease-in-out;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 20px;
    background-image: url(../img/img-4.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 260px;
}

.img-responsive {
    margin-top: 20px;
    margin-bottom: 20px;
}

.caption {
    text-align: right;
}

.text-white {
    color: #fff !important;
}

.line {
    font-weight: 100;
}

.arabic {
    text-align: right;
    font-size: 16px !important;
}

.designation {
    color: #009440;
}

.heading-line {
    height: 2px;
    width: 20px;
    background-color: #c4931f;
}

.heading {
    font-family: 'Playfair Display', serif;
    color: #009440;
    font-weight: 600;
}

.heading-mini {
    color: #000;
    margin-bottom: -10px !important;
}

.social-icons {
    width: 20px;
}

.fa-facebook {
    color: #009440 !important;
}

.owl-carousel {
    margin-bottom: 20px;
}

.owl-carousel .owl-stage-outer {
    border-radius: 3px !important;
}

.full-width {
    width: 100%;
}

.ticker {
    background-color: #c4931f;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.img-rounded {
    border-radius: 3px !important;
}

.close {
    opacity: 1 !important;
    color: rgba(0, 0, 0, 0.8) !important;
    right: 20px !important;
    top: 15px !important;
    text-shadow: none !important;
    position: absolute !important;
}

.border-radius {
    border-radius: 3px !important;
}

#list-numbered {
    line-height: 1.8 !important;
    padding-left: 20px !important;
}

#list-numbered li {
    padding-left: 10px !important;
}

.form-control {
    border-color: #ccc !important;
    box-shadow: none !important;
    font-weight: 200 !important;
}

.form-control:focus {
    border-color: #009440 !important;
}

.btn-default {
    background-color: #009440;
    border: none;
    border-radius: 3px;
    text-shadow: none;
    color: #fff;
    font-weight: 300;
    transition: .2s ease-in-out;
}

.btn-default:hover {
    background-color: #009440;
    border: none;
    color: #fff;
    transition: .2s ease-in-out;
}

.btn-default:focus,
.btn-default:active,
.btn-default:visited {
    background-color: #00843a !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important;
}

.alert-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-shadow: none !important;
}

.alert img {
    /*    margin-top: 40px !important;*/
    border-radius: 3px;
}

.modal-body img {
    margin-top: 20px !important;
}

.alert {
    background-color: rgba(234, 199, 117, 0.9);
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.6) !important;
    width: 50%;
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 100;
    margin-left: -360px !important;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: none;
    border-radius: 3px;
}

.ticker ul {
    margin-bottom: 0px;
}

.ticker ul li {
    color: #fff;
    font-weight: 100;
}

.nav li a {
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    transition: .2s ease-in-out;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 12px !important;
}

.form-control {
    height: 40px;
    margin-bottom: 20px;
}

.caption {
    margin-top: 0px !important;
    color: grey;
}

.text-center {
    text-align: center !important;
}

.para strong {
    text-transform: uppercase;
}

li {
    text-align: justify;
}

strong {
    margin-right: 10px;
}

.side-bar ul li a.active {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

ul.bullets li {
    margin-top: 10px;
}

.small-heading {
    margin-top: 30px;
    color: #009440;
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.nav li a:hover {
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.2);
    transition: .2s ease-in-out;
}


/*
.side-bar .nav li:last-child a:hover {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.side-bar .nav li:first-child a:hover {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
*/

.nav li a:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.navbar-nav {
    width: 100%;
    text-align: center !important;
}

.nav li {
    float: none !important;
    display: inline-block !important;
}

.icon-bar {
    background-color: #fff !important;
}

.navbar-toggle {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#MainMenu {
    background-color: #009440 !important;
    border: none !important;
    border-radius: 6px !important;
}

.no-border {
    border: none !important;
}

.list-group .fa-caret-down {
    margin-left: 10px;
}

.list-group-item {
    display: block !important;
    text-align: center;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    transition: .2s ease-in-out !important;
}

#menu51 .list-group-item {
    display: block !important;
    text-align: center;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    transition: .2s ease-in-out !important;
}

#menu09 a,
#menu10 a,
#menu11 a,
#menu12 a,
#menu13 a,
#menu16 a,
#menu51 a,
#menu61 a,
#menu71 a,
#menu81 a,
#menu91 a,
#menu01 a,
#menu11 a {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-radius: 0px !important;
}

#menu09,
#menu10,
#menu11,
#menu12,
#menu13,
#menu16,
#menu51,
#menu61,
#menu71,
#menu81,
#menu91,
#menu01,
#menu11 {
    margin-bottom: -1px !important;
}

#menu09 a:hover,
#menu10 a:hover,
#menu11 a:hover,
#menu12 a:hover,
#menu13 a:hover,
#menu16 a:hover,
#menu51 a:hover,
#menu61 a:hover,
#menu71 a:hover,
#menu81 a:hover,
#menu91 a:hover,
#menu01 a:hover,
#menu11 a:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

#MainMenu .panel {
    background-color: #009440 !important;
}

.pjf .panel {
    background-color: #00843a !important;
    padding: 0px !important;
    color: #fff !important;
    border: none !important;
}

.aaj {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.pjf .panel-body {
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.glimpses .panel-heading {
    color: #fff !important;
    background-color: #00843a;
}

.pjf-heading .panel-heading {
    background-color: #00843a;
    color: #fff !important;
}

.pjf-heading .panel-body {
    padding: 0px !important;
}

.pjf-heading .panel {
    border: 0px !important;
    margin-bottom: 0px !important;
}

.pjf-heading .panel-body .navbar-pjf {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.pjf table th {
    border: none !important;
}

.pjf table {
    margin-bottom: 0px !important;
}

.pjf table tr {
    background-color: #f5f5f5 !important;
    color: rgba(0, 0, 0, 0.6);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.pjf table ul {
    margin-bottom: 0px !important;
}

.list-group-item:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
    transition: .2s ease-in-out !important;
}

.list-group-item,
.list-group-item-success {
    background-color: #009440 !important;
    color: #fff !important;
    font-family: "lato" !important;
    font-weight: 200;
}

.table-none tr,
.table-none td,
.table-none tr {
    border: none !important;
}

.navbar-pjf li a {
    background-color: #009440 !important;
    background-image: none !important;
}

.navbar-pjf {
    margin-bottom: 20px !important;
    background-color: #009440 !important;
    border-radius: 3px !important;
}

.navbar-pjf li a:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

@media(max-width:1200px) {
    .title {
        font-size: 32px;
        margin-top: 30px;
    }
}

@media(max-width:992px) {
    .title {
        font-size: 22px !important;
        margin-top: 30px;
    }
    .logo-1,
    .logo-2 {
        width: 100px !important;
    }
    .header-bg {
        height: 145px !important;
    }
    .nav li a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media(max-width:768px) {
    .pjf-heading .panel-body ul {
        margin: 0px !important;
    }
    .navbar {
        text-align: center !important;
        background-size: 230px !important;
    }
    .navbar-nav li {
        display: block !important;
        text-align: center !important;
    }
    ul.navbar-nav {
        margin: 15px 0px !important;
    }
    .title {
        font-size: 14px !important;
        margin-top: 30px;
    }
    .logo-1,
    .logo-2 {
        width: 80px !important;
    }
    .header-bg {
        height: 120px !important;
        background-position: center left -100px !important;
    }
    footer p {
        text-align: center;
        margin-bottom: 10px;
    }
    footer .text-right {
        text-align: center !important;
    }
}

@media(max-width:420px) {
    .logo-1,
    .logo-2 {
        width: 60px !important;
        margin-top: 10px !important;
    }
}

@media(max-width:360px) {
    .title {
        margin-top: 20px !important;
    }
}
