/*==== Style ====*/

body {
    background: #ffffff;
}

/*==== Start Title Section ====*/

.title {
    padding-bottom: 40px;
}
.title h5 {
    font-size: 30px;
    color: #96043a;
    font-weight: 600;
    margin-bottom: 5px;
}
.title h2 {
    font-size: 40px;
    color: #202020;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 0;
}
.btn-primary {
    background: #73b144;
    border-color: #73b144;
    font-size: 15px;
    padding: 5px 30px;
    border-radius: 5px;
    height: auto;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    background: #42a14d;
    border-color: #42a14d;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}
.btn-outline-primary {
    border: 2px solid #ffffff;
    color: #fff;
    height: auto;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    text-transform: uppercase;
}
.btn-outline-primary i {
    padding-left: 10px;
    color: #d9903a;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus {
    background: #d9903a;
    border-color: #d9903a;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}
.btn-outline-primary:hover i, .btn-outline-primary:focus i, .btn-outline-primary:active i {
    color: #ffffff;
}

/*============== Presence Area ===============*/

/*============== Featured Area ===============*/

/*============== News Area ===============*/

.news-area {
    position: relative;
    background: #efede7;
}
.news-item {
    position: relative;
    margin-bottom: 30px;
}
.news-image {
    position: relative;
}
.news-image img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.news-image::before {
    content: '';
    background: rgba(0,0,0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    border-radius: 5px;
}
.news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 15px 20px 20px;
}
.news-content h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.news-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.news-content h3 a {
    color: #ffffff;
}
.news-carousel .owl-nav button {
    background:  transparent;
    color: #202f30;
    border-radius: 0;
    font-size: 30px;
    height: 36px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    bottom: 50%;
    width: 50px;
    outline: none;
}
.news-carousel .owl-nav button i {
    color: #000;
    font-size: 36px;
    line-height: 30px;
}
.news-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -45px;
}
.news-carousel .owl-nav button.owl-prev {
    left: -45px;
    right: inherit;
}

/*============== About Us Area ===============*/

.about-area {
    background: #efede7;
}
.about-area hr {
    margin: 0px 0 80px;
    padding: 0;
    border-bottom: 5px solid #000000;
    border-top: 0;
    opacity: 1;
}
.about-title{
    position: relative;
}
.about-title h2{
    font-size: 45px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 15px;
}
.about-title a.btn{
    padding: 5px 30px;
}
.about-content{
    position: relative;
}
.about-content h5 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #202020;
    margin-bottom: 10px;
}
.about-content p {
    font-size: 15px;
    color: #202020;
    line-height: 1.8;
}

/*============== Call action Area ===============*/

.call-action-area{
    background: url("assets/images/action-bg.png") no-repeat center center / cover;
}
.call-action {
    padding-left: 30px;
}
.call-action h2 {
    color: #000000;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*============== Workshop Area ===============*/

.workshop-area {
    position: relative;
    background: #efede7;
}
.event-list-area .title {
    padding-bottom: 30px;
}
.workshop-item {
    margin-bottom: 30px;
}
.workshop-image {
    position: relative;
}
.workshop-image::before {
    content: '';
    background: rgba(0,0,0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}
.workshop-image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.workshop-content {
    position: relative;
}
.workshop-title {
    position: absolute;
    padding: 15px;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.workshop-title h3{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.workshop-title h3 span{
    display: block;
}
.workshop-title p{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}
.workshop-btn {
    text-align: center;
}
.workshop-btn a {
    background: #73b144;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.workshop-btn a:hover{
    background: #42a14d;
}
.workshop-btn a.workshop-bg {
    background: #15937d;
}
.workshop-btn a.conference-bg {
    background: #42a14d;
}
.explore-event {
    margin-top: 25px;
}
.workshop-btn a.workshop-bg:hover, .workshop-btn a.conference-bg:hover {
    background: #73b144;
}
.event-list-area .title h2 {
    font-size: 90px;
    color: #202020;
}
.search-title h3{
    color: #202020;
    font-size: 32px;
    margin: 0;
    font-weight: bold;
}
.sort-date {
    justify-content: end;
    display: flex;
}
.sort-date select {
    width: auto;
    border: 1px solid #dddbd5;
    border-radius: 10px;
    color: #6e747d;
    font-size: 15px;
    padding: 8px 40px 8px 20px;
    cursor: pointer;
}
.sort-date select:focus {
    outline: none;
    box-shadow: none;
    border-color: #dddbd5;
}
.sort-date select option{
    cursor: pointer;
}
.event-form{
    position: relative;
    display: block;
    padding: 0;
}
.event-form input[type="text"] {
    border-radius: 5px !important;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    color: #6f6f6f;
    line-height: 25px;
    border: 2px solid #dddbd5;
    padding: 8px 15px 8px;
    margin-right: 0;
    font-style: italic;
}
.event-form button[type="submit"] {
    border-radius: 5px !important;
    padding: 8px 25px;
    background: #73b144;
    border: none;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    margin-left: 15px !important;
}
.event-form button[type="submit"]:hover {
    background: #42a14d;
}
.event-form input[type="text"]:focus{
    box-shadow: none;
    outline: none;
    border-color: #73b144;
}
.pagination-area {
    margin-top: 30px;
}
.pagination-area .page-item.active .page-link {
    background-color: #9d9785;
    border-color: #9d9785;
    border-radius: 0;
}
.pagination-area .page-item {
    padding: 0 5px;
}
.pagination-area .page-link {
    color: #fff;
    border: none;
    background: #73b144;
    font-size: 16px;
}
.pagination-area .page-link:hover, .pagination-area .page-link:focus {
    color: #fff;
    background: #9d9785;
    border-color: #eaeaea;
    box-shadow: none;
}
.pagination-area li.active .page-link:hover, .pagination-area li.active .page-link:focus {
    color: #ffffff;
    background: #9d9785;
    border-color: #9d9785;
    box-shadow: none;
}
.pagination-area .page-item:last-child  {
    padding: 0;
}
.pagination-area .page-item:last-child .page-link {
    color: #797979;
    background: transparent;
}
.conference-area {
    position: relative;
    background: #73b144;
}
.conference-area::after {
    content: '';
    background: #42a14d;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.conference-area > .container {
    position: relative;
    z-index: 11;
}
.conference-area .row > div:nth-child(2) {
    background: #15937d;
}
.conference-area .row > div:nth-child(1) .conference-item {
    padding-left: 0;
}
.conference-item {
    padding: 40px 20px;
}
.conference-item h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.conference-item p {
    color: #ffffff;
    line-height: 25px;
    font-size: 15px;
    margin: 0;
}

/*============== Photo Gallery Area ===============*/

.gallery-title{
    position: relative;
}
.gallery-bdr{
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 5px solid #000000;
}
.gallery-title h4 {
    color: #73b144;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}
.gallery-title h2 {
    color: #202020;
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 10px;
}
.gallery-title a {
    padding: 4px 20px;
    font-size: 13px;
}
.gallery-area {
    background: #efede7;
}
.gallery-item {
    margin-bottom: 25px;
}
.gallery-item img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.gallery-pagination-area{
    padding-top: 10px;
}
.gallery-pagination-area ul {
    display: flex;
    justify-content: space-between;
}
.gallery-pagination-area li a{
    color: #202020;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.gallery-pagination-area li a:hover{
    color: #42a14d;
}
.gallery-pagination-area li a i{
    margin-right: 5px;
}
.gallery-pagination-area li a:hover i{
    color: #202020;
}

/*============== Video Gallery Area ===============*/

.video-area .title hr, .video-title hr {
    margin: 30px 0 30px;
    padding: 0;
    border-bottom: 5px solid #000;
    border-top: 0;
    opacity: 1;
}
.video-area .title {
    padding-bottom: 0;
}
.video-title {
    margin-bottom: 25px;
}
.video-title h3 {
    color: #202020;
    font-size: 36px;
    font-weight: 700;
}
.video-item{
    position: relative;
    /*margin-bottom: 25px;*/
}
.video-item img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.video-item a::before {
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
    position: absolute;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

/*============== Resource Area ===============*/

.resource-area{
    background: #efede7;
}
.resource-item {
    margin-bottom: 25px;
    padding: 0 20px;
}
.resource-item img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.resource-content {
    padding: 20px 0;
    min-height: 180px;
}
.resource-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.resource-content h3 a {
    color: #202020;
}
.resource-content p {
    color: #202020;
    font-size: 14px;
    margin-bottom: 0;
}
.resource-btn a {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    line-height: 25px;
    border-radius: 0;
    padding: 5px 15px;
}

/*============== News details Area ===============*/

.news-detail-area {
    position: relative;
    background: #efede7;
}
.news-title h4 {
    color: #73b144;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}
.news-title hr {
    margin: 35px 0;
    padding: 0;
    border-bottom: 5px solid #000;
    border-top: 0;
    opacity: 1;
}
.news-detail-title{
    padding-bottom: 30px;
}
.news-detail-title h2 {
    color: #202020;
    font-size: 36px;
    font-weight: 600;
}
.news-detail-title p {
    color: #282828;
    font-size: 15px;
    margin: 0;
}
.news-detail-image img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.news-detail-text {
    border-bottom: 5px solid #000000;
    padding: 35px 0;
    margin-bottom: 40px;
}
.news-detail-text h5 {
    color: #676565;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.news-detail-text p {
    color: #202020;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 20px;
}
.news-detail-text p a {
    color: #73b144;
    font-weight: 600;
}
.news-tags {
    padding-bottom: 10px;
}
.recent-news-area {
    padding-bottom: 30px;
    border-bottom: 5px solid #000000;
    margin-bottom: 40px;
}
.news-tags h3 {
    color: #737373;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.news-tags li{
    display: inline-block;
    padding: 0;
}
.news-tags li a {
    background: #42a14d;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0px 5px 10px 0px;
    display: block;
}
.news-related-area .title  hr {
    margin: 0px 0 60px;
    padding: 0;
    border-bottom: 5px solid #000000;
    border-top: 0;
    opacity: 1;
}
.sidebar-area {
    padding-left: 30px;
}
.recent-news-item{
    margin-bottom: 20px;
}
.recent-news-item p {
    margin: 0;
    color: #202020;
}
.recent-news-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.recent-news-item h3 a {
    color: #202020;
}
.recent-news-item h3 a:hover {
    color: #42a14d;
}
.sidebar-area .news-tags h3{
    color: #202020;
    font-size: 22px;
}
.news-related-area {
    position: relative;
    background: #efede7;
}

/*============== About Us Area ===============*/

.why-area{
    background: #efede7;
}
.why-title{}
.why-title h2 {
    color: #202020;
    font-size: 90px;
    font-weight: 700;
    text-align: right;
}
.why-content{
    padding-left: 30px;
}
.why-content p {
    color: #202020;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}
.project-area {
    position: relative;
    background: #73b144;
}
.project-area::after {
    content: '';
    background: #cc784a;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.project-area > .container {
    position: relative;
    z-index: 11;
}
.project-area .row > div:nth-child(2) {
    background: #cfa45a;
}
.project-area .row > div:nth-child(1) .project-item {
    padding-left: 0;
}
.project-item {
    padding: 40px 20px;
    align-items: center;
}
.project-item p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
}
.action-area{
    background: url("assets/images/about-bg.jpg") no-repeat center center / cover;
}
.action-content {
    position: relative;
}
.action-content h5 {
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    font-weight: 600;
    text-align: justify;
}
.about-detail-area {
    border-bottom: 5px solid #000000;
    padding-bottom: 60px;
}
.about-detail-area p {
    color: #202020;
    font-size: 17px;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 15px;
}
.about-detail-area iframe {
    max-width: 700px;
    margin: 50px auto 10px;
    display: block;
}

/*======= Event Conferences page =============*/

.event-area {
    background: #efede7;
}
.event-title {
    padding-bottom: 40px;
}
.event-title h4 {
    color: #73b144;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
}
.event-title h4 span{
    color: #202020;
}
.event-image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.event-content {
    padding-left: 30px;
}
.event-content > a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background: #42a14d;
    padding: 6px 30px;
    display: block;
    max-width: 250px;
}
.event-content > h2 {
    font-size: 42px;
    color: #202020;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
}
.event-content > p {
    color: #202020;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
}
.event-details {
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
    padding: 50px 0 20px;
    margin-top: 50px;
}
.event-details-item {
    margin-bottom: 30px;
}
.event-details-item p {
    color: #202020;
    margin: 0 0 5px;
}
.event-details-item h4 {
    font-size: 18px;
    color: #202020;
    font-weight: 600;
}
.event-details-item a {
    color: #42a14d;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
}
.event-details-item img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.event-content-bottom {
    padding-top: 40px;
    justify-content: space-between;
    display: flex;
}
.event-content-bottom a {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #73b144;
    padding: 10px 30px;
    display: block;
    border-radius: 5px;
}
.event-content-bottom a:hover {
    background: #42a14d;
}
.event-content-bottom a.event-btn{
    background: #e14438;
}
.register-modal .modal-dialog {
    max-width: 600px;
}
.register-modal .modal-header {
    display: block;
    border: none;
    border-radius: 0;
}
.register-modal .modal-header h5 {
    color: #202020;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 5px solid #000000;
}
.register-modal .modal-content {
    padding: 10px 15px;
}
.register-modal .modal-body label {
    color: #202020;
    font-size: 16px;
    text-align: left;
}
.register-modal .modal-body label span.required {
    color: #bc4141;
}
.register-modal .modal-body .form-control {
    color: #202020;
    font-size: 15px;
    border-radius: 10px;
    border: 2px solid #dddbd5;
    height: auto;
    padding: 10px 20px;
}
.register-modal .modal-body .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #73b144;
}
.register-modal .modal-body button[type="submit"], .register-modal .modal-body input[type="submit"] {
    border: none;
    color: #fff;
    height: auto;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    text-transform: capitalize;
    background: #73b144;
    border-radius: 5px;
}
.register-modal .modal-body button[type="submit"]:hover, .register-modal .modal-body input[type="submit"]:hover {
    background: #42a14d;
    outline: none;
    box-shadow: none;
}
.register-modal .modal-body .recaptcha-area .g-recaptcha{
    display: flex;
    justify-content: end;
}

/*======= Procurement area =============*/

.procurement-area{
    background: #efede7;
}
.procurement-cat {
    padding-right: 30px;
}
.procurement-cat h2 {
    color: #202020;
    font-size: 70px;
    font-weight: 600;
    border-bottom: 5px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.procurement-cat p {
    background: #73b144;
    padding: 8px 15px;
    font-size: 16px;
    color: #efede7;
    margin-bottom: 0;
}
.cat-list {
    padding-top: 20px;
}
.cat-list li {
    padding: 0 0 15px;
    display: block;
}
.cat-list label {
    font-size: 16px;
    color: #202020;
    margin: 0;
    cursor: pointer;
}
.cat-list label span {
    padding-top: 0px;
    display: inline-block;
    padding-left: 5px;
}
.cat-list input.form-check-input {
    width: 1.4rem;
    cursor: pointer;
    height: 1.4rem;
    margin-top: 0;
    border-color: #b8b8b8;
}
.cat-list input.form-check-input:focus {
    outline: none;
    box-shadow: none;
}
.cat-list input.form-check-input:checked {
    background-color: #73b144;
    border-color: #73b144;
}
.procurement-content{
    position: relative;
}
.procurement-content p {
    font-size: 16px;
    color: #202020;
    line-height: 30px;
}
.procurement-content hr{
    margin: 40px 0 10px;
    padding: 0;
    border-bottom: 5px solid #000000;
    border-top: 0;
    opacity: 1;
}
.procurement-bottom{
    position: relative;
    padding-bottom: 30px;
}
.procurement-item {
    background: #ffffff;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.procurement-item h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    padding-left: 10px;
}
.procurement-item .flex-shrink-0 {
    min-width: 150px;
    max-width: 150px;
}
.procurement-item .flex-grow-1 {
    border-left: 2px solid #202020;
    padding-left: 20px;
}
.procurement-item p.proc_date {
    color: #73b144;
}
.procurement-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.procurement-item h3 a{
    color: #202020;
}
.procurement-item h3 a:hover{
    color: #73b144;
}
.procurement-item p {
    color: #202020;
    font-size: 14px;
    margin: 0;
}
.procurement-btn a{
    min-width: 200px;
}
.procurement-top-bg {
    position: relative;
    background: #efede7;
}
.procurement-top {
    position: relative;
    background: #73b144;
}
.procurement-top::after {
    content: '';
    background: #42a14d;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.procurement-top > .container {
    position: relative;
    z-index: 11;
}
.procurement-top .row > div:nth-child(1) .conference-item {
    padding-left: 0;
}
.procurement-top-content h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    max-width: 400px;
    margin-bottom: 15px;
}
.procurement-top-content ul {
    padding-left: 20px;
}
.procurement-top-content li {
    color: #fff;
    font-size: 16px;
    padding: 8px;
}
.procurement-top-content li span {
    min-width: 150px;
    display: inline-block;
}
.procurement-top-content li b{
    font-weight: 400;
    padding-left: 15px;
}
.procurement-top-content li b.pro-color{
    color: #ffcc00;
}
.procurement-detail {
    border-bottom: 5px solid #000;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.procurement-detail:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.procurement-detail h3 {
    color: #17222b;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.procurement-detail ul {
    padding-left: 15px;
}
.procurement-detail li {
    color: #17222b;
    font-size: 16px;
    padding: 5px 0 5px 25px;
    position: relative;
}
.procurement-detail li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    color: #9d274d;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 9px;
}
.procurement-detail .recaptcha-area {
    justify-content: end;
    display: flex;
}
.application-btn {
    text-align: right;
}
.application-btn a{
    border: none;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    text-transform: capitalize;
    background: #e14438;
    border-radius: 5px;
    margin-right: 30px;
}
.procurement-detail .contact-form label {
    text-align: right;
}
.procurement-detail .contact-form {
    padding-left: 0;
    padding-top: 15px;
}

/*======= Contact Us page =============*/

.info-area {
    background: #efede7;
}
.info-title {
    padding-right: 10%;
}
.info-title h2 {
    font-size: 90px;
    color: #202020;
    font-weight: 600;
    width: min-content;
    text-align: right;
}
.address {
    padding-right: 10%;
}
.address iframe {
    width: 100%;
    max-width: 100%;
}
.contact-info {
    position: relative;
}
.contact-info h4 {
    font-size: 28px;
    font-weight: 300;
    color: #202020;
    margin-bottom: 15px;
}
.contact-info p {
    color: #17222b;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}
.contact-info p {
    color: #202020;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px;
}
.info-area .row > div > hr{
    margin: 65px 0 0;
    padding: 0;
    border-bottom: 5px solid #000000;
    border-top: 0;
    opacity: 1;
}
.contact-area {
    position: relative;
    background: #efede7;
}
.contact-title {
    text-align: right;
}
.contact-title h3 {
    color: #202020;
    font-size: 42px;
    font-weight: 600;
}
.contact-title p {
    color: #202020;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.contact-form {
    padding-left: 50px;
}
.contact-form label {
    color: #202020;
    font-size: 16px;
    text-align: left;
    text-transform: capitalize;
}
.contact-form label span.required {
    color: #9d274d;
}
.contact-form .form-control {
    color: #202020;
    font-size: 15px;
    border-radius: 10px;
    border: 2px solid #dddbd5;
    height: auto;
    padding: 10px 20px;
}
.contact-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #73b144;
}
.contact-form button[type="submit"], .contact-form input[type="submit"] {
    border: none;
    color: #fff;
    height: auto;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    text-transform: capitalize;
    background: #73b144;
    border-radius: 5px;
}
.contact-form button[type="submit"]:hover, .contact-form input[type="submit"]:hover {
    background: #42a14d;
    outline: none;
    box-shadow: none;
}

/*==== Start scrollUp area ====*/

#scrollUp {
    display: inline-block;
    background-color: #73b144;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 25px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#scrollUp::after {
    content: "\f102";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}
#scrollUp:hover {
    cursor: pointer;
    background: #42a14d;;
}
#scrollUp:active {
    background: #42a14d;
}
#scrollUp.show {
    opacity: 1;
    visibility: visible;
}

/*============ New Style =============*/

.event-form button > img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 20px;
}
.event-nav {
    border-bottom: 3px solid #000000;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.event-nav .nav-pills {
    justify-content: center;
}
.event-nav .nav-pills .nav-link {
    background: #b9b7b0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 30px;
}
.event-nav .nav-pills .nav-link.active{
    background: #73b144;
}
.event-nav .nav-item {
    padding: 5px 10px;
}
.sub-title {
    padding-bottom: 35px;
}
.sub-title h2 {
    font-size: 40px;
    color: #202020;
    font-weight: 600;
    margin-bottom: 0;
}
.card.event-item {
    background: transparent;
    border: none;
}
.events-image {
    position: relative;
    height: 100%;
}
.events-image img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.events-image::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    position: absolute;
}
.event-date {
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    left: 15px;
}
.event-date p {
    margin: 0;
    font-size: 15px;
    color: #202020;
    font-weight: 300;
    text-align: center;
    line-height: initial;
}
.event-date p span{
    font-size: 24px;
     display: block;
     font-weight: 600;
}
.event-text {
    padding-left: 35px;
    padding-top: 0;
}
.event-text p{
    margin-bottom: 10px;
    font-size: 14px;
    color: #202020;
}
.event-text p:last-of-type{
    margin-bottom: 0;
}
.event-text p a.event-tag {
    background: #73b144;
    color: #ffffff;
    padding: 6px 30px;
    text-align: center;
}
.event-text h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.event-text h3 a{
    color: #202020;
}
.event-text p.event-time {
    color: #787878;
    margin-bottom: 5px;
}
.portal-area {
    background: #efede7;
}
.ghg-portal{
    padding-bottom: 50px;
}
.ghg-portal img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.portal-title h2 {
    color: #202020;
    font-size: 54px;
    font-weight: 700;
    text-align: left;
    width: min-content;
    line-height: 52px;
    margin-bottom: 0;
}
.portal-content {}
.portal-content p {
    color: #202020;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}
.ghg-area{
    background: #1b1e1e;
}
.portal-carousel .owl-nav button {
    background: transparent;
    color: #ffffff;
    border-radius: 0;
    font-size: 30px;
    height: 36px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    bottom: calc(50% - 20px);
    width: 50px;
    outline: none;
}
.portal-carousel .owl-nav button.owl-prev {
    left: -45px;
    right: inherit;
}
.portal-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -45px;
}
.portal-carousel .owl-nav button i {
    color: #ffffff;
    font-size: 36px;
    line-height: 30px;
}
.city-area {
    background: #efede7;
}
.city-item{
    position: relative;
}
.city-item img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.city-item::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    position: absolute;
}
.city-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.city-title h3 {
    font-size: 17px;
    margin: 0;
}
.city-title h3 a{
    color: #efede7;
}
.city-title h3 a i {
    color: #73b144;
    font-weight: 600;
    padding-left: 5px;
}
.city-area > div > .g-1 {
    --bs-gutter-x: 2px;
    --bs-gutter-y: 2px;
}
.challenge-area, .flagship-area{
    background: #efede7;
}
.challenge-item {
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(44, 44, 44, 0.2);
    padding: 30px 30px;
}
.challenge-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 150px;
}
.challenge-content{
    padding-top: 15px;
}
.challenge-content h3{
    color: #202020;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 5px;
}
.challenge-content p{
    color: #202020;
    font-size: 14px;
    margin-bottom: 0;
}
.flagship-image {
    text-align: center;
    padding-bottom: 30px;
}
.flagship-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 500px;
}
.flagship-title h4 {
    color: #84bc56;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 3px;
}
.flagship-title h2 {
    color: #202020;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0;
}
.flagship-title p {
    font-size: 15px;
    color: #202020;
    margin-bottom: 0;
}
.flagship-chart{
    padding-top: 30px;
}
.flagship-chart .flagship-item:nth-child(2){
    background: #cfa45a;
}
.flagship-chart .flagship-item:last-of-type{
    background: #cc784a;
}
.flagship-item {
    background: #73b144;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.flagship-item img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.flagship-item h4 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 5px;
}
.flagship-item p {
    color: #ffffff;
    line-height: 25px;
    font-size: 15px;
    margin: 0;
}
.mgtc-action{
    background: #f9b615;
}
.green-area {
    background: #73b144;
}
.green-title h2{
    font-weight: 600;
    font-size: 52px;
    color: #ffffff;
    margin-bottom: 0;
}
.perform-area{
    background: #efede7;
}
.perform-content p {
    font-size: 15px;
    color: #202020;
}
.perform-item {
    background: #73b144;
    padding: 30px;
    border-radius: 5px;
    height: 100%;
}
.perform-area .row > div:nth-child(2) > .perform-item {
    background: #cfa45a;
}
.perform-area .row > div:last-of-type > .perform-item {
    background: #cc784a;
}
.perform-item p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
    line-height: 25px;
}

.city-details-area {
    background: #efede7;
}
.city-content h3 {
    color: #202020;
    font-size: 30px;
    font-weight: 400;
}
.city-content p{
    font-size: 15px;
    color: #202020;
}
.city-map {
    padding-bottom: 30px;
}
.city-map img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.download-area {
    background: #343434;
}
.download-item {
    text-align: center;
}
.download-item img{
    width: auto;
    max-width: 100%;
    height: auto;
    border: 2px solid #ffffff;
}
.download-item p {
    font-size: 14px;
    color: #73b144;
    margin-bottom: 0;
    padding: 10px 15px 0;
}
.download-item p span{
    color: #ffffff;
    display: block;
}
.city-area .title hr{
    margin: 0 0 40px;
    padding: 0;
    opacity: 1;
    border-bottom: 4px solid #000000;
    border-top: 0;
}
.challenge-table {
    margin-bottom: 30px;
}
.challenge-table table.table {
    border: 2px dashed #d7d4d1;
}
.challenge-table table.table th {
    color: #73b144;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 15px;
}
.challenge-table table.table th:last-of-type {
    min-width: 155px;
}
.challenge-table table.table td {
    color: #202020;
    font-size: 14px;
    padding: 8px 15px;
}
.challenge-table table.table-bordered > :not(caption) > * {
    border-width: 0;
}
.challenge-table table.table-bordered > :not(caption) > * > * {
    border-width: 0 2px;
    border-style: dashed;
}
.challenge-table table.table-bordered tr.row-bdr td {
    border-width: 2px;
    border-style: dashed;
    border-color: #d7d4d1;
    color: #73b144;
    font-weight: 600;
}
.challenge-table table.table td i {
    color: #b9b7b0;
    font-size: 15px;
    padding-right: 5px;
}
.challenge-table table.table td i:last-of-type {
    padding-right: 0;
}
.challenge-table table.table td i.green {
    color: #73b144;
}
.year-content p {
    font-size: 15px;
    color: #202020;
    margin-bottom: 5px;
    border-bottom: 2px dashed #d7d4d1;
    padding-bottom: 5px;
}
.year-content p span{
    color: #73b144;
    font-weight: 500;
}
.year-content p:last-of-type{
    border: 0;
}
.city-name h3 {
    color: #202020;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
}
.city-name h3 span {
    color: #73b144;
}
.year-title h3 {
     color: #202020;
     font-weight: 700;
     font-size: 32px;
     margin-bottom: 0;
 }
.city-select .form-select:focus,
.city-select .form-select {
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #d7d4d1;
}
.city-select .form-select option {
    font-size: 14px;
}
.video-area .event-nav{
    border-bottom: 0;
}
.video-area .sub-title {
    padding-bottom: 10px;
}
.videos-content.tab-content .video-title {
    margin-bottom: 15px;
}
.video-title h4 {
    color: #202020;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
}
.city-title-bdr hr{
    margin: 30px 0 15px;
    padding: 0;
    border-bottom: 4px solid #000002;
    opacity: 1;
}
.portal-btn {
    padding-right: 15px;
}
.portal-btn a {
    background: #73b144;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
}

/*============== New Style ============*/

.gerak-area {
    background: #f2f1ec;
}
.gerak-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100px;
}
.gerak-content p {
    color: #1a1d1e;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}
.gerak-item-area > div:nth-child(2) > .gerak-item {
    background: #cfa45a;
}
.gerak-item-area > div:nth-child(3) > .gerak-item {
    background: #cc784a;
}
.gerak-item-area > div:last-child > .gerak-item {
    background: #3e3c4c;
}
.gerak-item {
    height: 100%;
    background: #73b144;
    padding: 30px 30px;
    border-radius: 10px;
}
.gerak-item h3 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}
.gerak-item p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 0;
}
.gerak-diagram {
    text-align: center;
}
.gerak-diagram img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.diagram-title h2{
    text-transform: uppercase;
    text-align: center;
}
.gerak-bottom {
    background: #1b1e1e;
    padding: 30px 30px;
    border-radius: 10px;
}
.gerak-bottom p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 0;
    line-height: 2;
}
.challenge-top-content h3 {
    color: #73b144;
    font-size: 36px;
    font-weight: 300;
}
.challenge-top-content p {
    color: #1a1d1e;
    font-size: 15px;
    text-align: justify;
}
.performance-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.performance-item p{
    display: flex;
    flex-direction: row;
    color: #1a1d1e;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.performance-item p span{
    padding-right: 5px;
}
.performance-item li span {
    padding-right: 2px;
}
.performance-item li {
    color: #1a1d1e;
    font-size: 14px;
    padding: 0 0 5px;
    display: flex;
    flex-direction: row;
}
.performance-item.pdf-icon {
    background: #1b1e1e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.performance-item.pdf-icon img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 48px;
}
.performance-item.pdf-icon p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    display: initial;
    padding-left: 20px;
}
.performance-item.pdf-icon p a{
    color: #ffe400;
}
.performance-hr hr {
    margin: 50px 0 0;
    border-bottom: 3px solid #000;
    opacity: 1;
}
.performance-title h3 {
    color: #1a1d1e;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}
.performance-title h4 {
    color: #1a1d1e;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.pledge-area {
    background: #efede7;
}
.pledge-item-area > div {
    background: #73b144;
}
.pledge-item-area > div:nth-child(2) {
    background: #cfa45a;
}
.pledge-item-area > div:nth-child(3) {
    background: #cc784a;
}
.pledge-item-area > div:last-child {
    background: #3e3c4c;
}
.counter-item {
    padding: 30px 20px;
    text-align: center;
}
.counter-item h3{
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
}
.counter-item p{
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}
.pledge-item {
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}
.pledge-icon {
    background: #ffffff;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pledge-icon img {
    padding: 5px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 70px;
}
.pledge-content {
    padding-top: 20px;
    text-align: center;
}
.pledge-content h3{
    color: #202020;
    font-size: 24px;
    font-weight: 300;
}
.pledge-content p{
    color: #202020;
    font-size: 15px;
    margin-bottom: 0;
}
.carbon-content h3{
    color: #1a1d1e;
    font-weight: bold;
    font-size: 36px;
}
.carbon-content p{
    color: #1a1d1e;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
}
.carbon-content ul {
    padding-top: 40px;
}
.carbon-content li {
    background: #73b144;
    color: #fff;
    padding: 10px 20px;
    margin: 15px 0;
    border-radius: 5px;
}
.carbon-content li::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 5px;
    padding-right: 15px;
    top: -3px;
    position: relative;
}
.pledge-area .title {
    padding-bottom: 20px;
}
.title p{
    color: #202020;
    font-size: 15px;
}
.title h3{
    color: #202020;
    font-weight: bold;
    font-size: 32px;
}
